@charset "UTF-8";
header.mobile_only {
  display: none;
}

.content.w100 {
  width: 100%;
  min-width: 1440px;
}
.content .bg_mo {
  display: none;
}
.content section {
  overflow: hidden;
}
.content section:nth-child(n+2) {
  margin-top: 28px;
}
.content section .swiper {
  height: fit-content;
}
.content section .swiper .slide_func {
  border-radius: 20px;
  background: rgba(24, 24, 24, 0.6);
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 11px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 50px;
  gap: 6px;
  padding: 4px 8px;
}
.content section .swiper .slide_func .pause img:nth-child(1) {
  display: block;
}
.content section .swiper .slide_func .pause img:nth-child(2) {
  display: none;
}
.content section .swiper .slide_func .pause.active img:nth-child(1) {
  display: none;
}
.content section .swiper .slide_func .pause.active img:nth-child(2) {
  display: block;
}
.content section .swiper .slide_func .swiper-pagination {
  position: unset;
  font-size: 12px;
  box-sizing: border-box;
}
.content section .sec_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.content section .sec_tit h5 {
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.content section .sec_tit h5 span {
  color: #6F6AFF;
}
.content section .sec_tit h5 i {
  margin-right: 4px;
}
.content section .sec_tit h3 {
  font-family: "MBC1961M";
  font-size: 17px;
  color: #00068d;
}
.content section .sec_tit a {
  color: #595E6E;
  font-size: 13px;
  font-weight: 500;
}
.content section.sec_slide1 .wrap .sec_tit {
  justify-content: center;
  margin-bottom: 0;
  line-height: 30px;
  margin-top: 6px;
  margin-bottom: 8px;
}
.content section.sec_slide1 .main_slide1 {
  position: relative;
  height: 120px;
}
.content section.sec_slide1 .main_slide1 .swiper-wrapper {
  align-items: center;
}
.content section.sec_slide1 .main_slide1 .swiper-wrapper .swiper-slide {
  height: 120px;
  width: 323px;
  border-radius: 8px;
  transition: 0.3s;
}
.content section.sec_slide1 .main_slide1 .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-left: 4px;
  margin-right: 4px;
}
.content section.sec_slide1 .main_slide1 .swiper-wrapper .swiper-slide.swiper-slide-prev {
  height: 100px;
}
.content section.sec_slide1 .main_slide1 .swiper-wrapper .swiper-slide.swiper-slide-next {
  height: 100px;
}
.content section.sec_slide1 .main_slide1 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.content section.sec_slide1 ul.quick_study {
  background: linear-gradient(180deg, #A4BEFF 0%, #9F81FD 100%);
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.content section.sec_slide1 ul.quick_study li .txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.content section.sec_slide1 ul.quick_study li .txt h5 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.content section.sec_slide1 ul.quick_study li .txt h3 {
  color: #fff;
  font-size: 12px;
  margin-top: 8px;
}
.content section.sec_slide1 ul.quick_study li a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100px;
  background: #fff;
  padding: 12px 16px;
  box-sizing: border-box;
}
.content section.sec_slide1 ul.quick_study li a h5 {
  font-size: 14px;
  font-weight: 600;
  color: #8985FF;
}
.content section.sec_slide1 ul.quick_study li a p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  background: #6A64FF;
  width: fit-content;
  border-radius: 4px;
}
.content section.sec_slide2 .main_slide2 {
  position: relative;
}
.content section.sec_slide2 .main_slide2 .swiper-wrapper .swiper-slide {
  height: 140px;
  transition: 0.3s;
  border-radius: 12px;
}
.content section.sec_slide2 .main_slide2 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.content section.sec_slide3 {
  position: relative;
}
.content section.sec_slide3 .block {
  width: 16px;
  height: 174.9px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.content section.sec_slide3 .main_slide3 {
  width: 240px;
  position: relative;
}
.content section.sec_slide3 .main_slide3 .swiper-wrapper .swiper-slide {
  height: 132px;
  transition: 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
.content section.sec_slide3 .main_slide3 .swiper-wrapper .swiper-slide .txt {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.87%, rgba(0, 0, 0, 0.4) 100%);
}
.content section.sec_slide3 .main_slide3 .swiper-wrapper .swiper-slide .txt p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  /* ★★ 설정이 필요한 영역 ★★ */
  /* ★★ 3줄 이상은 말줄임 처리 ★★ */
  -webkit-line-clamp: 2;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
}
.content .mobile_main {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 48px);
  padding-top: 150px;
  box-sizing: border-box;
}
.content .mobile_main .txt {
  color: #fff;
}
.content .mobile_main .txt p {
  font-size: 15px;
}
.content .mobile_main .txt h5 {
  font-size: 28px;
  line-height: 31px;
  font-weight: 700;
  margin-top: 13px;
}
.content .mobile_main ul.fixed_list {
  position: fixed;
  right: 23px;
  bottom: 23px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}
.content .mobile_main ul.fixed_list li {
  display: flex;
}
.content .main {
  position: relative;
  color: var(--gray9, #444855);
}
.content .main .logo {
  position: absolute;
  left: 30px;
  top: 20px;
}
.content .main .section.section1 {
  background: url("../images/sec1_visual_pc.svg") no-repeat calc(100% - 100px) bottom/962px, var(--gra-2, linear-gradient(164deg, #A4BDFF 10.92%, #9F7EFD 87.98%));
}
.content .main .section.section1 .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 200px 0;
  gap: 80px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content .main .section.section1 .wrap .sec_txt h2 {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  /* 100% */
  letter-spacing: -0.48px;
}
.content .main .section.section1 .wrap .sec_txt .img {
  font-size: 0;
  margin-top: 13px;
}
.content .main .section.section1 .wrap .sec_txt ul.sec_list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 70px;
}
.content .main .section.section1 .wrap .sec_txt ul.sec_list li {
  color: #fff;
  border-radius: 30px;
  background: rgba(75, 0, 233, 0.3);
  padding: 13px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.48px;
}
.content .main .section.section1 .wrap .sec_txt ul.sec_list + .sec_list {
  margin-top: 6px;
}
.content .main .section.section1 .wrap .sec_txt .app_download {
  margin-top: 70px;
}
.content .main .section.section1 .wrap .sec_txt .app_download h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  letter-spacing: -0.54px;
}
.content .main .section.section1 .wrap .sec_txt .app_download ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 8px;
}
.content .main .section.section2 .wrap {
  text-align: center;
  padding: 150px 0;
}
.content .main .section.section2 .wrap .sec_tit h5 {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  /* 100% */
  letter-spacing: -0.84px;
}
.content .main .section.section2 .wrap .sec_tit h2 {
  font-family: "MBC1961M";
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  /* 100% */
  color: var(--gray10, #00068D);
}
.content .main .section.section2 .wrap .sec_con {
  margin-top: 80px;
}
.content .main .section.section2 .wrap .sec_con ul.sec_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.content .main .section.section2 .wrap .sec_con ul.sec_list li .txt h5 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  /* 100% */
  letter-spacing: 1px;
  color: #00068D;
}
.content .main .section.section2 .wrap .sec_con ul.sec_list li .txt h5 span {
  color: var(--primary, #8985FF);
}
.content .main .section.section2 .wrap .sec_con ul.sec_list li .txt p {
  color: var(--gray9, #595E6E);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
  /* 100% */
  letter-spacing: -0.4px;
}
.content .main .section.section2 .wrap .sec_con ul.sec_list li .img {
  font-size: 0;
  margin-top: 40px;
  text-align: center;
}
.content .main .section.section3 {
  background: url("../images/sec3_bg.png") no-repeat 0 0/cover;
  background-attachment: fixed;
}
.content .main .section.section3 .wrap {
  text-align: center;
  padding: 150px 0;
}
.content .main .section.section3 .wrap .sec_tit h5 {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  /* 100% */
  letter-spacing: -0.84px;
}
.content .main .section.section3 .wrap .sec_tit h2 {
  font-family: "MBC1961M";
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  /* 100% */
  color: var(--gray10, #00068D);
}
.content .main .section.section3 .wrap .sec_tit h2 span {
  font-family: "MBC1961M";
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  color: #8985FF;
}
.content .main .section.section3 .wrap .sec_con {
  margin-top: 80px;
}
.content .main .section.section3 .wrap .sec_con ul.sec_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.content .main .section.section3 .wrap .sec_con ul.sec_list li .txt .step {
  font-size: 18px;
  line-height: 18px;
  color: #8985FF;
  background: #fff;
  padding: 10px 16px;
  display: inline-flex;
  border-radius: 30px;
  box-shadow: 0 2px 15px 0 rgba(136, 144, 249, 0.5);
}
.content .main .section.section3 .wrap .sec_con ul.sec_list li .txt .part {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background: #8985FF;
  padding: 10px 16px;
  display: inline-flex;
  border-radius: 30px;
  box-shadow: 0 2px 15px 0 rgba(136, 144, 249, 0.5);
}
.content .main .section.section3 .wrap .sec_con ul.sec_list li .txt h5 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 40px;
  /* 100% */
  letter-spacing: 1px;
  color: #00068D;
}
.content .main .section.section3 .wrap .sec_con ul.sec_list li .txt h5 span {
  color: var(--primary, #8985FF);
}
.content .main .section.section3 .wrap .sec_con ul.sec_list li .txt p {
  color: var(--gray9, #595E6E);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
  /* 100% */
  letter-spacing: -0.4px;
}
.content .main .section.section3 .wrap .sec_con ul.sec_list li .img {
  font-size: 0;
  margin-top: 40px;
  text-align: center;
}
.content .main .section.section3 .wrap .sec_con + .sec_tit {
  margin-top: 150px;
}
.content .main .section.section4 {
  background: linear-gradient(90deg, #514CEA 0%, #8E8BFF 100%);
}
.content .main .section.section4 .wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
  padding: 150px 0;
  margin: 0 auto;
  gap: 60px;
}
.content .main .section.section4 .wrap .sec_tit {
  flex: 0;
  min-width: 392px;
}
.content .main .section.section4 .wrap .sec_tit h2 {
  font-family: "MBC1961M";
  font-size: 48px;
  font-weight: 400;
  line-height: 67px;
  /* 100% */
  color: #fff;
}
.content .main .section.section4 .wrap .sec_tit h2 span {
  font-family: "MBC1961M";
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  color: #8985FF;
}
.content .main .section.section4 .wrap .sec_con {
  flex: 1;
}
.content .main .section.section4 .wrap .sec_con ul.sec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  align-content: flex-start;
}
.content .main .section.section4 .wrap .sec_con ul.sec_list li {
  flex: 0 0 236px;
  max-width: 236px;
}
.content .main .section.section4 .wrap .sec_con ul.sec_list li .item {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px 40px;
  box-sizing: border-box;
  max-height: fit-content;
  font-size: 0;
}
.content .main .section.section4 .wrap .sec_con ul.sec_list li .item span {
  font-size: 26px;
  line-height: 26px;
}
.content .main .section.section4 .wrap .sec_con ul.sec_list li .item .title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin-top: 30px;
}
.content .main .section.section4 .wrap .sec_con ul.sec_list li .item .txt {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
  margin-top: 12px;
  font-weight: 300;
}
.content .main .section.section4 .wrap .sec_con ul.sec_list li .item .img {
  font-size: 0;
  margin-top: 40px;
  text-align: center;
}
.content .main .section.section4 .wrap .sec_con ul.sec_list li .item + .item {
  margin-top: 20px;
}
.content .main .section.section5 .wrap {
  text-align: center;
  padding: 150px 0 195px;
  background: #EBF2FF;
}
.content .main .section.section5 .wrap .sec_tit h2 {
  color: #00068D;
  font-family: "MBC1961M";
  font-size: 56px;
  font-weight: 400;
  line-height: 72px;
  /* 139.583% */
}
.content .main .section.section5 .wrap .sec_con {
  margin-top: 60px;
}
.content .main .section.section5 .wrap .sec_con ul.sec_list {
  width: calc(100% - 140px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  min-height: 440px;
}
.content .main .section.section5 .wrap .sec_con ul.sec_list li {
  background: #FFF;
  position: relative;
  padding: 28px;
  text-align: left;
  border-radius: 20px;
  max-width: 280px;
}
.content .main .section.section5 .wrap .sec_con ul.sec_list li div.img{font-size: 0;}
.content .main .section.section5 .wrap .sec_con ul.sec_list li h5 {
  color: var(--gray9, #444855);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.72px;
  margin: 20px 0;
}
.content .main .section.section5 .wrap .sec_con ul.sec_list li h5 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  letter-spacing: -0.48px;
  margin-left: 4px;
}
.content .main .section.section5 .wrap .sec_con ul.sec_list li p {
  display: flex;
  gap: 4px;
  color: var(--gray6, #9297A4);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.42px;
}
.content .main .section.section5 .wrap .sec_con ul.sec_list li .tag_list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.content .main .section.section5 .wrap .sec_con ul.sec_list li .tag_list .tag {
  color: var(--gray7, #6A7081);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  /* 100% */
  letter-spacing: -0.36px;
  border-radius: 4px;
  background: #EFF1F6;
  padding: 4px 8px;
}
.content .main .section.section6 .wrap {
  text-align: center;
  padding: 150px 0;
}
.content .main .section.section6 .wrap .sec_tit h2 {
  color: #00068D;
  font-family: "MBC1961M";
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  /* 139.583% */
}
.content .main .section.section6 .wrap .sec_con {
  margin-top: 80px;
}
.content .main .section.section6 .wrap .sec_con .sec_txt h3 {
  color: #29108C;
  font-size: 38px;
  font-weight: 700;
  line-height: 32px;
}
.content .main .section.section6 .wrap .sec_con .sec_txt h3 span {
  color: #8985FF;
}
.content .main .section.section6 .wrap .sec_con .sec_txt p {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  /* 157.143% */
  letter-spacing: -0.5px;
  color: #595E6E;
}
.content .main .section.section6 .wrap .sec_con ul.sec_list {
  width: 1120px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content .main .section.section6 .wrap .sec_con ul.sec_list li div.img{
  font-size: 0;
}

.content .main .section.section6 .wrap .sec_con ul.sec_list li p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.7px;
  margin-top: 30px;
  color: #595E6E;
}
.content .main .section.section6 .wrap .sec_con ul.sec_list li p span {
  font-weight: 700;
}
.content .main .section.section6 .wrap .sec_con .dot {
  margin-top: 50px;
  padding-bottom: 50px;
}


/*# sourceMappingURL=main.css.map */
