@charset "UTF-8";
/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Gravitas+One&family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gravitas+One&display=swap");
@font-face {
  font-family: "SEBANG_Gothic";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SEBANG_Gothic";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
body * {
  font-family: "Pretendard", sans-serif;
}

body {
  text-align: center;
  min-width: 1240px;
  max-width: 1920px;
  margin: 0 auto;
}

/* common */
.wrap {
  max-width: 1420px;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

.flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mo_only {
  display: none !important;
}

.btn.flex {
  display: flex;
  gap: 10px;
}

.btn button,
.btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-size: 16px;
  border-radius: 8px;
}

.btn .btn_primary {
  background: #A46CFF;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #A46CFF;
}

.btn .btn_white {
  background: #fff;
  box-sizing: border-box;
  color: #A46CFF;
  border: 1px solid #A46CFF;
}

.input_wrap input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 0 20px;
  box-sizing: border-box;
  height: 50px;
}
.input_wrap select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 0 20px;
  box-sizing: border-box;
  height: 50px;
}

/* 라디오 */
input[type=radio] {
  display: none;
}

input[type=radio] + label.radio_style1 {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  font-size: 16px;
}

input[type=radio] + label.radio_style1:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 2px;
  background: url("../images/radio_off.png");
}

input[type=radio]:checked + label.radio_style1:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/radio_on.png");
}

/* 체크박스 */
input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label.check_style1 {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

input[type=checkbox] + label.check_style1::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 2px;
  background: url("../images/check_off.png");
}

input[type=checkbox]:checked + label.check_style1::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../images/check_on.png");
}

.swiper {
  overflow: hidden;
  position: relative;
  height: fit-content;
}

/* header */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 26px;
  padding-bottom: 15px;
  box-sizing: border-box;
  gap: 20px;
}
header .gnb {
  display: flex;
  align-items: center;
  gap: 49.5px;
}
header .gnb ul.gnb_list {
  display: flex;
  align-items: center;
  gap: 47px;
}
header .gnb ul.gnb_list li a {
  font-weight: 700;
  font-size: 17px;
  color: #00589D;
}

.section_wrap {
  overflow: hidden;
}

section .point {
  position: absolute;
}
section .sec_tit h4 {
  font-size: 25px;
  font-weight: 600;
}
section .sec_tit h3 {
  background: linear-gradient(90deg, #8D94FF, #FCB0F3);
  color: #fff;
  width: 215px;
  height: 33px;
  border-radius: 33px;
  line-height: 1;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 9px;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .sec_tit h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-top: 22px;
  font-family: "SEBANG_Gothic", serif;
}
section .sec_tit h2 span {
  color: #7680F9;
  font-family: "SEBANG_Gothic", serif;
}
section .sec_tit h5 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 26px;
}
section .sec_tit h5 span {
  font-weight: 800;
}
section#section1 .swiper {
  height: 775px;
}
section#section1 .swiper .swiper-wrapper .swiper-slide .txt {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 90px auto 0;
  text-align: left;
  color: #fff;
  text-shadow: 5px 5px 11px rgba(0, 0, 0, 0.5);
}
section#section1 .swiper .swiper-wrapper .swiper-slide .txt p {
  font-size: 29px;
  font-weight: 600;
}
section#section1 .swiper .swiper-wrapper .swiper-slide .txt h2 {
  font-size: 78px;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 22px;
  line-height: 1;
  font-family: "SEBANG_Gothic", serif;
}
section#section1 .swiper .swiper-wrapper .swiper-slide .txt h3 {
  font-weight: 600;
  font-size: 45px;
}
section#section1 .swiper .swiper-wrapper .swiper-slide .txt h5 {
  font-size: 23px;
  font-weight: 600;
  line-height: 49px;
  margin-top: 8px;
}
section#section1 .swiper .swiper-button-next {
  right: 68.74px;
  background-image: url("../images/sec1_next.svg");
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section1 .swiper .swiper-button-prev {
  left: 68.74px;
  background-image: url("../images/sec1_prev.svg");
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section2 {
  padding: 0 24px;
}
section#section2 .sec2_tit {
  padding-top: 150.5px;
  padding-bottom: 115.5px;
}
section#section2 .sec2_tit h3 {
  font-size: 35px;
  font-weight: 400;
  color: #474747;
  font-family: "SEBANG_Gothic", serif;
}
section#section2 .sec2_tit h2 {
  font-size: 78.4px;
  font-weight: 700;
  color: #506AFF;
  line-height: 107%;
  margin-top: 18.2px;
  font-family: "SEBANG_Gothic", serif;
}
section#section2 .sec2_tit h5 {
  margin-top: 63.7px;
  font-size: 30px;
  font-weight: 600;
  color: #474747;
}
section#section2 .sec2_tit h4 {
  font-size: 41.3px;
  font-weight: 900;
  color: #00DFCA;
}
section#section2 .sec_con .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  border-radius: 24px 24px 0 0;
}
section#section2 .sec_con .swiper .swiper-wrapper .swiper-slide .star {
  margin-top: 22px;
  margin-bottom: 27px;
}
section#section2 .sec_con .swiper .swiper-wrapper .swiper-slide .txt {
  text-align: left;
  padding: 0 32px;
}
section#section2 .sec_con .swiper .swiper-wrapper .swiper-slide .txt h5 {
  font-weight: 700;
  font-size: 18px;
  font-family: "Noto Sans KR", sans-serif;
}
section#section2 .sec_con .swiper .swiper-wrapper .swiper-slide .txt p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 15px;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -1.7px;
}
section#section3 {
  padding: 201px 0 344px;
  position: relative;
}
section#section3 .point1 {
  left: 0px;
  top: -120px;
}
section#section3 .point2 {
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
section#section3 .point3 {
  right: 0px;
  top: 60px;
}
section#section3 .sec_con {
  margin-top: 50px;
}
section#section3 .sec_con .swiper {
  position: relative;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_txt h5 {
  font-weight: 800;
  font-size: 35px;
  background-image: linear-gradient(to bottom, transparent 50%, #87FFF3 50%);
  background-size: 100% 32px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: fit-content;
  margin: 0 auto;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_txt p {
  font-weight: 600;
  font-size: 32px;
  margin-top: 30px;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con {
  margin-top: 50px;
  height: 819px;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap {
  display: flex;
  justify-content: center;
  padding-top: 108px;
  gap: 22.4px;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list li {
  height: 100px;
  width: 363px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list li.list_tit {
  background: rgba(194, 194, 194, 0.5490196078);
  border-bottom: none;
  text-align: center;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list li.list_tit h2 {
  font-size: 30px;
  line-height: 130%;
  font-weight: 800;
  color: #fff;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list li p {
  font-size: 20px;
  font-weight: 400;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list.list1 {
  box-sizing: border-box;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list.list2 {
  text-align: left;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list.list2 li {
  border-left: 7px solid #4800FF;
  border-right: 7px solid #4800FF;
  background: #EFE9FF;
  justify-content: space-between;
  padding: 0 48.8px;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list.list2 li:last-child {
  border-bottom: 7px solid #4800FF;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list.list2 li.list_tit {
  justify-content: center;
  background: #4800FF;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .list_wrap ul.list.list2 li p {
  color: #3C498F;
  font-weight: 800;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con ul.process {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 163.36px;
  gap: 16.3px;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con ul.process li {
  display: flex;
  align-items: center;
  gap: 16.3px;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con ul.process li:nth-child(2n-1) {
  border: 4px solid #3122BF;
  box-sizing: border-box;
  background: #E4D9FF;
  width: 311px;
  height: 119px;
  border-radius: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con ul.process li:nth-child(2n-1) p {
  font-size: 29px;
  font-weight: 800;
  color: #3C498F;
  text-align-last: left;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con ul.process li:nth-child(2n-1) p span {
  color: #FF35FC;
}
section#section3 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_con .img {
  margin-top: 43.65px;
}
section#section3 .sec_con .swiper .swiper-button-next {
  right: 104px;
  background-image: url("../images/sec3_next.svg");
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: 30px;
  z-index: 10;
  cursor: pointer;
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section3 .sec_con .swiper .swiper-button-prev {
  left: 91px;
  background-image: url("../images/sec3_prev.svg");
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: 30px;
  z-index: 10;
  cursor: pointer;
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section3 .sec_con .swiper .swiper-pagination {
  bottom: 70px;
}
section#section3 .sec_con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12.6px;
  height: 12.6px;
  opacity: 1;
  border: 1px solid #0088FF;
  background: transparent;
}
section#section3 .sec_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0088FF;
  border: 1px solid #0088FF;
}
section#section4 {
  padding: 53px 0 228px;
  background: #ECEDFF;
  position: relative;
}
section#section4 .point1 {
  left: 0;
  top: -360px;
}
section#section4 .point2 {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
section#section4 .sec_con ul.list {
  margin-top: 81px;
}
section#section4 .sec_con ul.list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
section#section4 .sec_con ul.list li:nth-child(n+2) {
  border-top: 5px solid rgba(196, 198, 255, 0.8980392157);
}
section#section4 .sec_con ul.list li .txt {
  width: 525px;
  text-align: left;
  background: #fff;
  height: 384px;
  padding: 67.4px 0 0 51.4px;
  box-sizing: border-box;
}
section#section4 .sec_con ul.list li .txt h1 {
  font-size: 41px;
  line-height: 44px;
  font-weight: 400;
  color: #7680F9;
  font-family: "Gravitas One", serif;
}
section#section4 .sec_con ul.list li .txt h1 span {
  font-size: 80px;
  line-height: 44px;
  color: #5223DF;
  font-family: "Gravitas One", serif;
}
section#section4 .sec_con ul.list li .txt h2 {
  font-size: 41px;
  line-height: 44px;
  font-family: "GmarketSans", serif;
  font-weight: 700;
}
section#section4 .sec_con ul.list li .txt h2 span {
  color: #f27c93;
  font-family: "GmarketSans", serif;
  font-weight: 700;
}
section#section4 .sec_con ul.list li .txt p {
  font-size: 22px;
  margin-top: 24px;
  line-height: 26px;
  font-weight: 600;
}
section#section5 {
  padding-top: 294px;
  position: relative;
}
section#section5 .point2 {
  left: 50%;
  transform: translateX(-50%);
  top: 230px;
}
section#section5 .sec_con {
  position: relative;
  width: 800px;
  margin: 0 auto;
  margin-top: 94.12px;
}
section#section5 .sec_con .swiper .swiper-button-next {
  right: 40px;
  background-image: url("../images/sec5_next.svg");
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section5 .sec_con .swiper .swiper-button-prev {
  left: 40px;
  background-image: url("../images/sec5_prev.svg");
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section6 {
  padding-bottom: 252px;
  position: relative;
}
section#section6 .point1 {
  left: 0px;
  top: -120px;
}
section#section6 .point2 {
  left: 50%;
  transform: translateX(-50%);
  top: -270px;
}
section#section6 .point3 {
  right: 0px;
  top: 60px;
}
section#section6 .bg {
  position: relative;
  top: -290px;
  z-index: 1;
}
section#section6 .bg img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
section#section6 .sec_tit {
  position: relative;
  z-index: 2;
}
section#section6 .sec_con {
  position: relative;
  z-index: 2;
  margin-top: 146px;
}
section#section6 .sec_con ul.list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 45px;
}
section#section6 .sec_con ul.list li h5 {
  font-size: 45px;
  font-weight: 700;
  font-family: "GmarketSans", serif;
}
section#section6 .sec_con ul.list li .list_img {
  position: relative;
  top: -30px;
}
section#section6 .sec_con ul.list li h4 {
  border: solid 15px #CECECE;
  font-size: 45px;
  font-weight: 400;
  line-height: 100%;
  height: 130px;
  color: #fff;
  background: #CECECE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GmarketSans", serif;
  cursor: pointer;
}
section#section6 .sec_con ul.list li h4.on {
  border: solid 15px #FDB1F3;
  color: #FDB1F3;
  background: #fff;
  font-weight: 700;
}
section#section6 .sec_con ul.list li h4.on.btn2 {
  border: solid 15px #8b94ff;
  color: #8b94ff;
}
section#section6 .sec_con ul.list li h4.on.btn3 {
  border: solid 15px #4cf1e1;
  color: #4cf1e1;
}
section#section6 .sec_con .swiper {
  border: 1px solid #AFAFAF;
  overflow: unset;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  padding: 39.07px 94.42px;
  box-sizing: border-box;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_tit {
  background: linear-gradient(90deg, #FDB1F3, #FF4FE8);
  width: 699px;
  height: 131.44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  color: #fff;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_tit h5 {
  font-size: 32px;
  font-size: 23px;
  font-weight: 400;
  font-family: "GmarketSans", serif;
  line-height: 1.9;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_tit h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 46px;
  font-family: "GmarketSans", serif;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_tit.tit2 {
  background: linear-gradient(90deg, rgba(196, 198, 255, 0.8980392157), #8B94FF);
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_tit.tit2 h5 {
  font-size: 23px;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_tit.tit3 {
  background: linear-gradient(90deg, #6FDED2, #10C7B5);
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide .slide_tit.tit3 h5 {
  font-size: 23px;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide ul.slide_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  gap: 10px;
  text-align: left;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide ul.slide_list li {
  display: flex;
  align-items: center;
  gap: 21.7px;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide ul.slide_list li .txt p {
  font-size: 27px;
  font-weight: 400;
  font-family: "GmarketSans", serif;
}
section#section6 .sec_con .swiper .swiper-wrapper .swiper-slide ul.slide_list li .txt h5 {
  font-size: 36px;
  font-weight: 700;
  color: #2100A5;
  font-family: "GmarketSans", serif;
}
section#section6 .sec_con .swiper .swiper-button-next {
  right: -50px;
  background-image: url("../images/sec5_next.svg");
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section6 .sec_con .swiper .swiper-button-prev {
  left: -50px;
  background-image: url("../images/sec5_prev.svg");
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section7 {
  padding-top: 293.2px;
  padding-bottom: 539.42px;
  position: relative;
}
section#section7 .point2 {
  left: 50%;
  transform: translateX(-50%);
  top: 190px;
}
section#section7 .point3 {
  right: 0;
  bottom: -220px;
}
section#section7 .sec_con {
  margin-top: 58px;
}
section#section7 .sec_con .con_txt h5 {
  background-image: linear-gradient(to bottom, transparent 50%, #87FFF3 50%);
  background-size: 100% 32px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: fit-content;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 800;
}
section#section7 .sec_con ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 42px 26px;
  margin-top: 60px;
}
section#section7 .sec_con ul.list li {
  width: 548.16px;
  height: 536.19px;
  background: url("../images/sec7_border.png") no-repeat center;
  background-size: cover;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1450980392);
  padding: 17px;
  box-sizing: border-box;
}
section#section7 .sec_con ul.list li h1 {
  font-size: 35px;
  font-weight: 800;
  background-image: linear-gradient(to bottom, transparent 50%, #FFB0F5 50%);
  background-size: 100% 32px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding: 0 30px;
  width: fit-content;
  margin: 0 auto;
  font-size: 35px;
}
section#section7 .sec_con ul.list li .li_top {
  display: flex;
  justify-content: center;
  text-align: left;
  gap: 20px;
  margin-top: 27px;
}
section#section7 .sec_con ul.list li .li_top .txt {
  color: #6A6A6A;
}
section#section7 .sec_con ul.list li .li_top .txt h2 {
  font-size: 40px;
  font-weight: 900;
}
section#section7 .sec_con ul.list li .li_top .txt p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}
section#section7 .sec_con ul.list li .img {
  margin-top: 8px;
}
section#section7 .sec_con .bottom {
  margin-top: 46.36px;
}
section#section7 .sec_con .bottom p {
  font-size: 30px;
  color: #626262;
}
section#section7 .sec_con .bottom p span {
  font-weight: 800;
}
section#section7 .sec_con .bottom p span.c1 {
  color: #FF0084;
}
section#section8 {
  padding-top: 169.5px;
  padding-bottom: 52.92px;
  position: relative;
}
section#section8 .point2 {
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}
section#section8 .point3 {
  left: 0;
  bottom: -460px;
}
section#section8 .sec_con {
  margin-top: 64px;
  position: relative;
  z-index: 1;
}
section#section8 .sec_con ul.list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 73px 29px;
}
section#section8 .sec_con ul.list li .txt h2 {
  font-size: 33px;
  font-weight: 800;
  background-image: linear-gradient(to bottom, transparent 50%, #87FFF3 50%);
  background-size: 100% 32px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
}
section#section8 .sec_con ul.list li .txt p {
  margin-top: 26.8px;
  font-size: 25px;
  line-height: 27px;
  font-weight: 300;
  font-family: GmarketSans, serif;
}
section#section8 .sec_con ul.list li .txt p span {
  color: #FF1818;
  font-weight: 400;
  font-family: GmarketSans, serif;
}
section#section8 .sec_con ul.list li .img img {
  width: 454px;
}
section#section8 .sec_con ul.list li .box {
  border-radius: 30px;
  width: 454px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1450980392);
}
section#section8 .sec_con ul.list li .box .box_head {
  background: #A7A5FF;
  color: #fff;
  padding: 29.6px;
  border-radius: 30px 30px 0 0;
}
section#section8 .sec_con ul.list li .box .box_head h2 {
  font-size: 31px;
  line-height: 38px;
  font-weight: 700;
  font-family: GmarketSans, serif;
}
section#section8 .sec_con ul.list li .box .box_con {
  background: #ECF3FE;
  padding: 32px 24px;
  font-size: 21px;
  line-height: 34px;
  font-family: GmarketSans, serif;
  font-weight: 300;
  border-radius: 0 0 30px 30px;
  text-align: left;
}
section#section9 {
  padding-top: 581px;
  padding-bottom: 587px;
  position: relative;
}
section#section9 .point1 {
  right: 0;
  top: 0;
}
section#section9 .point2 {
  left: 0;
  bottom: 400px;
}
section#section9 .point3 {
  right: 0;
  bottom: 500px;
  z-index: 2;
}
section#section9 .sec_con {
  background: #fff;
  max-width: 1142px;
  margin: 0 auto;
  margin-top: 92.64px;
  border-radius: 33px;
  padding-top: 45.65px;
  padding-bottom: 65.75px;
  padding-left: 102.5px;
  padding-right: 102.5px;
  box-sizing: border-box;
}
section#section9 .sec_con .swiper {
  overflow: unset;
}
section#section9 .sec_con .swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  text-align: left;
}
section#section9 .sec_con .swiper .swiper-wrapper .swiper-slide .txt h3 {
  font-size: 29px;
  font-weight: 300;
  font-family: "GmarketSans", serif;
  color: #3C0C6F;
}
section#section9 .sec_con .swiper .swiper-wrapper .swiper-slide .txt h3 span {
  font-weight: 700;
  font-family: "GmarketSans", serif;
}
section#section9 .sec_con .swiper .swiper-wrapper .swiper-slide .txt h4 {
  font-size: 35px;
  font-weight: 800;
  background-image: linear-gradient(to bottom, transparent 50%, #87FFF3 50%);
  background-size: 100% 32px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: fit-content;
}
section#section9 .sec_con .swiper .swiper-wrapper .swiper-slide .txt h4 span {
  color: #FF006F;
}
section#section9 .sec_con .swiper .swiper-wrapper .swiper-slide .img {
  margin-top: 43.88px;
}
section#section9 .sec_con .swiper .swiper-button-next {
  right: -40px;
  background-image: url("../images/sec5_next.svg");
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 82px;
  margin-top: 70px;
  z-index: 10;
  cursor: pointer;
  background-size: 82px 82px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section9 .sec_con .swiper .swiper-button-prev {
  left: -40px;
  background-image: url("../images/sec5_prev.svg");
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 82px;
  margin-top: 70px;
  z-index: 10;
  cursor: pointer;
  background-size: 82px 82px;
  background-position: center;
  background-repeat: no-repeat;
}
section#section9 .sec_con .swiper .swiper-pagination {
  bottom: -40px;
}
section#section9 .sec_con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12.6px;
  height: 12.6px;
  opacity: 1;
  border: 1px solid #0088FF;
  background: transparent;
}
section#section9 .sec_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0088FF;
  border: 1px solid #0088FF;
}
section#section10 {
  padding-top: 348px;
  padding-bottom: 212px;
}
section#section10 .sec_tit h3 {
  background: #1ACF77;
}
section#section10 .sec_tit h5 {
  color: #626262;
}
section#section10 .sec_con {
  margin-top: 113px;
}
section#section10 .sec_con .con_box {
  background: #fff;
  width: 990px;
  margin: 0 auto;
  padding-top: 73px;
  padding-bottom: 69.78px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1450980392);
  border-radius: 33px;
}
section#section10 .sec_con .con_box .con_txt h5 {
  font-size: 35px;
  font-weight: 800;
}
section#section10 .sec_con .con_box .con_txt h5 .highlight {
  background-image: linear-gradient(to bottom, transparent 50%, #87FFF3 50%);
  background-size: 100% 32px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
section#section10 .sec_con .con_box .img {
  margin-top: 39.32px;
}
section#section10 .sec_con .bottom {
  margin-top: 77px;
}
section#section10 .sec_con .bottom p {
  font-size: 40px;
  font-weight: 400;
  color: #484848;
}
section#section10 .sec_con .bottom p span {
  color: #3D5291;
  font-weight: 800;
}
section#section11 {
  padding-top: 154px;
  padding-bottom: 91px;
}
section#section11 .sec_con .con_txt {
  color: #fff;
}
section#section11 .sec_con .con_txt h2 {
  font-size: 64px;
  font-weight: 700;
  font-family: "SEBANG_Gothic", serif;
}
section#section11 .sec_con .con_txt h2 span {
  background-image: linear-gradient(to bottom, transparent 50%, #87FFF3 50%);
  background-size: 100% 20px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  display: inline-block;
  font-family: "SEBANG_Gothic", serif;
}
section#section11 .sec_con .con_txt h5 {
  margin-top: 66.9px;
  font-size: 43.17px;
}
section#section11 .sec_con .con_txt h5 span {
  font-weight: 800;
}
section#section11 .sec_con .con_txt h3 {
  margin-top: 71px;
  font-size: 44px;
  font-weight: 700;
  font-family: "SEBANG_Gothic", serif;
  color: #8B94FF;
}
section#section11 .sec_con .con_txt h1 {
  margin-top: 19.38px;
  font-size: 104px;
  font-weight: 700;
  font-family: "SEBANG_Gothic", serif;
}
section#section11 .sec_con .con_txt h4 {
  margin-top: 74px;
  font-size: 43.47px;
  font-weight: 700;
}

/* footer */
footer {
  background: #2B2B2B;
  color: #C7C7C7;
  padding-top: 44.36px;
  padding-bottom: 62.25px;
  text-align: left;
}
footer .wrap {
  width: 814px;
  margin: 0 auto;
}
footer .footer_top h3 {
  font-size: 38.54px;
  font-weight: 700;
}
footer .footer_top .addr {
  margin-top: 5.36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_top .addr .addr_txt {
  display: flex;
  align-items: center;
  gap: 14px;
}
footer .footer_top .addr .addr_txt h5 {
  font-size: 22.76px;
  font-weight: 600;
}
footer .footer_top .addr .addr_txt p {
  font-weight: 300;
  font-size: 22.76px;
}
footer .footer_top .addr .number h5 {
  font-size: 22.76px;
  font-weight: 800;
}
footer .footer_center {
  margin-top: 71px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_center h5 {
  font-size: 24.9px;
}
footer .footer_center h5 span {
  font-weight: 700;
}
footer .footer_center ul.sns_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  background: #fff;
  border-radius: 22px;
  padding: 39px;
}
footer .footer_bottom .txt h5 {
  color: #626262;
  font-size: 24.9px;
}
footer .footer_bottom .txt h5 span {
  font-weight: 700;
}
footer .footer_bottom ul.list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: right;
  gap: 8px;
  width: 400px;
}
footer .footer_bottom ul.list li h5 {
  color: #484848;
  font-weight: 700;
  font-size: 18.86px;
}
footer .footer_bottom ul.list li a {
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px;
  padding-left: 8.8px;
  border-radius: 24px;
  font-size: 14.4px;
  border: 1px solid #C7C7C7;
  font-weight: 700;
}
footer .footer_bottom ul.list li.c1 a {
  background: #FF0000;
}
footer .footer_bottom ul.list li.c2 a {
  background: #FC7227;
}
footer .footer_bottom ul.list li.c3 a {
  background: #FFA735;
}
footer .footer_bottom ul.list li.c4 a {
  background: #00B22D;
}
footer .footer_bottom ul.list li.c5 a {
  background: #525BFF;
}
footer .footer_bottom ul.list li.c6 a {
  background: #9E00FA;
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 100;
  justify-content: center;
  align-items: center;
}

.modal_open {
  cursor: pointer;
}

.modal_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 24;
}

.modal_content {
  background-color: white;
  text-align: left;
  position: relative;
  z-index: 25;
  border-radius: 8px;
  box-shadow: 0.125rem 0.125rem 1.25rem 0.25rem rgba(0, 0, 0, 0.2);
}

.modal_content .modalContWrap {
  font-size: 0.9375rem;
}

.modal .modal_close {
  position: absolute;
  z-index: 50;
  right: 1.0625rem;
  top: 1.0625rem;
  cursor: pointer;
}

.modal .modal_close img {
  width: 1.8125rem;
}

.modal_content .modalContWrap {
  font-size: 1.125rem;
  color: #000;
}

.modal .modal_close img {
  width: 1.8125rem;
}

.modal_content .modalContWrapTab {
  text-align: left;
}

.modal_content .modal_scroll {
  height: 31.25rem;
  overflow-y: scroll;
}

.modal_md {
  width: 46.25rem;
  max-height: 40.625rem;
  box-sizing: border-box;
}

.modal_md .modal_con {
  padding: 30px 24px;
  font-size: 15px;
  box-sizing: border-box;
}

.modal_sm {
  width: 300px;
  text-align: center;
}

.modal_sm .modal_con {
  padding: 30px;
  font-size: 15px;
}

.modal_btn {
  border-top: 1px solid #eeeeee;
}

.modal_btn.flex {
  display: flex;
}

.modal_btn button {
  color: #999999;
  font-size: 15px;
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 1700px) {
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
  section#section2 .sec_con .swiper .swiper-wrapper .swiper-slide .txt {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1500px) {
  header .gnb {
    gap: 20px;
  }
  header .gnb ul.gnb_list {
    gap: 30px;
  }
}
@media screen and (max-width: 1240px) {
  section#section2 .sec_con .swiper .swiper-wrapper .swiper-slide .txt {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .mo_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */