@charset "UTF-8";
@import url("https://www.home-learn.co.kr/web_font/S-CoreDream.css");
@import url("https://www.home-learn.co.kr/web_font/pretendard/pretendard.css");
@import url("https://www.home-learn.co.kr/web_font/NotoSansKR.css");
@use "sass:math";
/* =============================================== ==========================
    ## 공통 믹스인 모음
  ================================================= ======================== */
@use 'sass:math';
/* 기준 화면 너비 */
/* pixel을 vw로 변환해주는 함수 */
.l-wrap {
  max-width: 1200px;
  width: calc(100% - 40px); }

.l-wrap.info-wrap {
  max-width: 1117px; }

@media (max-width: 59.99em) {
  .l-wrap {
    max-width: 720px;
    width: 100%;
    padding: 0 40px; } }

@media (max-width: 47.99em) {
  .l-wrap {
    padding: 0 20px; } }

.show-mo {
  display: none; }

.br {
  display: none; }

@media (max-width: 59.99em) {
  .show-pc {
    display: none; }
  .show-mo {
    display: block; }
  .br {
    display: initial; } }

.payment-device {
  padding: 155px 0 0;
  background: url(/assets/image/payment/icon_header_logo.png) no-repeat center 81px, #fff; }

.payment-device__pad {
  background: none; }

.payment-device__pad .page-header {
  padding: 0; }

.payment-device__pad .page-header__sub {
  color: #5562ff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif; }

.payment-device__pad .page-header__title {
  margin: 22px 0 60px;
  color: #000;
  font-size: 55px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif; }

.payment-device__pad .payment-swiper {
  max-width: 1200px;
  margin: 0 auto;
  background: #f1f3f5; }

.payment-device__pad .payment-swiper .payment-swiper__img-box {
  padding: 0; }

.payment-device__pad .payment-swiper .payment-swiper__img-box img {
  max-width: 1200px; }

.payment-device__pad .payment-device__desc {
  margin-top: 50px;
  color: #000;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  text-align: center; }

.payment-swiper__img-box {
  padding: 0 2rem;
  text-align: center; }

.payment-swiper .swiper-slide {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.3; }

.payment-swiper .swiper-slide-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.payment-swiper .swiper-controller {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.payment-swiper .swiper-controller .swiper-pagination {
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.payment-swiper .swiper-controller .swiper-pagination-bullet {
  margin: 0;
  width: 14px;
  height: 14px;
  border: none;
  background: #fff; }

.payment-swiper .swiper-controller .swiper-pagination-bullet:nth-child(n + 2) {
  margin-left: 20px; }

.payment-swiper .swiper-controller .swiper-pagination-bullet-active {
  background: #000; }

.payment-swiper .swiper-button-prev {
  width: 27px;
  height: 49px;
  left: 153px;
  background: url(/assets/image/payment/icon_arrow_prev.png) no-repeat center; }

.payment-swiper .swiper-button-prev::before {
  display: none; }

.payment-swiper .swiper-button-next {
  width: 27px;
  height: 49px;
  right: 153px;
  background: url(/assets/image/payment/icon_arrow_next.png) no-repeat center; }

.payment-swiper .swiper-button-next::before {
  display: none; }

.payment-feature {
  border-top: none;
  margin-top: 176px; }

.payment-feature__h {
  width: 100%; }

.payment-feature__h.h2 {
  color: #000;
  font-size: 55px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif; }

.payment-feature__h.h2 > span {
  color: #5562ff; }

.payment-feature__h.h4 {
  color: #000;
  font-size: 42px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  text-align: center; }

.payment-feature__h.h3 {
  margin-bottom: 76px;
  color: #000;
  font-size: 53px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  text-align: center; }

.payment-feature__h.h3 span {
  color: #5562ff; }

.payment-feature__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.payment-feature__box.box1 {
  margin: 94px 0 159px; }

.payment-feature__box.box1 > ul {
  margin: 96px 0 0 52px; }

.payment-feature__box.box1 > ul > li {
  padding-left: 36px;
  color: #202020;
  font-size: 26px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.39px;
  font-family: 'S-CoreDream', sans-serif;
  margin-bottom: 37px; }

.payment-feature__box.box1 > ul > li:last-child {
  margin-bottom: 0; }

.payment-feature__box.box1 > ul > li:nth-child(1) {
  background: url(/assets/image/payment/icon_feature_1.png) no-repeat left; }

.payment-feature__box.box1 > ul > li:nth-child(2) {
  background: url(/assets/image/payment/icon_feature_2.png) no-repeat left; }

.payment-feature__box.box1 > ul > li:nth-child(3) {
  background: url(/assets/image/payment/icon_feature_3.png) no-repeat left; }

.payment-feature__box.box1 > ul > li:nth-child(4) {
  background: url(/assets/image/payment/icon_feature_4.png) no-repeat left; }

.payment-feature__box.box2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 78px; }

.payment-feature__box.box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  text-align: center; }

.payment-feature__box.box2 ul > li {
  position: relative;
  width: 25%;
  padding: 10px 0 31px;
  border-right: 1px solid #dedee3; }

@media (min-width: 60em) {
  .payment-feature__box.box2 ul > li {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.payment-feature__box.box2 ul > li:nth-child(n + 2) div.book_wrap > img {
  margin-top: 13px; }

.payment-feature__box.box2 ul > li:nth-last-child(2) div.book_wrap::before {
  background: #eff0f0; }

.payment-feature__box.box2 ul > li:last-child {
  border-right: 0; }

.payment-feature__box.box2 ul > li:last-child div.book_wrap::before {
  background: #21432d; }

.payment-feature__box.box2 ul > li div.book_wrap {
  height: 180px; }

.payment-feature__box.box2 ul > li div.book_wrap::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background: #f1f3f5;
  border-radius: 100%;
  content: ''; }

.payment-feature__box.box2 ul > li div.book_wrap > img {
  position: relative;
  margin-top: 11px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.payment-feature__box.box2 ul > li div.book_wrap > img.on {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.payment-feature__box.box2 ul > li div.book_txt > span {
  display: block;
  margin: 26px 0 18px;
  color: #ff6833;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'Pretendard'; }

.payment-feature__box.box2 ul > li div.book_txt > span.basic {
  color: #ff6833; }

.payment-feature__box.box2 ul > li div.book_txt > span.premium_p {
  color: #bcbcc4; }

.payment-feature__box.box2 ul > li div.book_txt > span.premium_e {
  color: #33583c; }

.payment-feature__box.box2 ul > li div.book_txt > span.premium_t {
  color: #5427af; }

.payment-feature__box.box2 ul > li div.book_txt h3 {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 25px;
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif; }

.payment-feature__box.box2 ul > li div.book_txt h3:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19px;
  height: 1px;
  content: '';
  background: #969699; }

.payment-feature__box.box2 ul > li div.book_txt p {
  margin: 0; }

.payment-feature__box.box2 ul > li div.book_txt p > b {
  display: block;
  margin-bottom: 29px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.payment-feature__box.box2 ul > li div.book_txt p > span {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.payment-feature__item {
  margin-top: 4rem; }

.payment-feature__h {
  display: block;
  text-align: center; }

.payment-feature__img-box {
  margin-bottom: 2.4rem;
  text-align: center; }

.payment-accordion .item-toggle {
  padding: 49px 0 50px; }

.payment-accordion .item-toggle > span.h4 {
  padding: 0;
  color: #202020;
  font-size: 35px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 3.5px;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'Pretendard'; }

.payment-accordion .item-toggle > span.h4::before {
  right: -49px; }

.payment-accordion .item-toggle:focus, .payment-accordion .item-toggle:active {
  outline: none; }

.payment-accordion .item-cont {
  padding: 0; }

.payment-accordion .item-cont .package-swiper {
  max-width: 1085px; }

.payment-accordion .item-cont .package-swiper .swiper-slide {
  padding: 9px 0 84px; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box {
  text-align: center; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > h4 {
  margin-bottom: 28px;
  color: #202020;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span {
  display: block;
  color: #000;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span.mt5 {
  margin-top: 5px; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span > b {
  display: inline-block;
  margin-right: 12px;
  width: 113px;
  height: 32px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  border-radius: 5px; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span > b.basic {
  background: #ff6833; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span > b.premium_p {
  background: #bcbcc4; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span > b.premium_e {
  background: #33583c; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span > b.premium_t {
  background: #522783; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > img {
  display: block;
  margin: 32px auto 52px;
  max-width: 808px; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > small {
  display: block;
  max-width: 698px;
  width: 100%;
  margin: 0 auto;
  padding-left: 110px;
  text-align: left;
  color: #26262b;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR'; }

.payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > small::before {
  margin-top: 2px;
  vertical-align: sub;
  content: '* '; }

.payment-accordion .item-cont .package-swiper .swiper-controller {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 0; }

.payment-accordion .item-cont .package-swiper .swiper-button-prev {
  width: 27px;
  height: 49px;
  margin-top: 0;
  left: 35px;
  top: 346px;
  background: url(/assets/image/payment/icon_arrow_prev.png) no-repeat center; }

.payment-accordion .item-cont .package-swiper .swiper-button-prev::before {
  display: none; }

.payment-accordion .item-cont .package-swiper .swiper-button-next {
  width: 27px;
  height: 49px;
  margin-top: 0;
  right: 35px;
  top: 346px;
  background: url(/assets/image/payment/icon_arrow_next.png) no-repeat center; }

.payment-accordion .item-cont .package-swiper .swiper-button-next::before {
  display: none; }

.payment-accordion .item-cont .table_specification {
  max-width: 1117px;
  width: 100%;
  margin: 10px auto 40px; }

.payment-accordion .item-cont .table_specification,
.payment-accordion .item-cont .table_specification th,
.payment-accordion .item-cont .table_specification td {
  border: 1px solid #dedee3; }

.payment-accordion .item-cont .table_specification td {
  padding: 13px 0;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif;
  font-family: 'NotoSansKR';
  text-align: center; }

.payment-accordion .item-cont .table_specification th {
  width: 195px;
  background: #f1f3f5;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: normal;
  font-family: 'S-CoreDream', sans-serif; }

.payment-accordion .item-cont .table_specification th.row87 {
  width: 87px; }

.payment-accordion .item-cont .table_specification th.row109 {
  width: 109px; }

.payment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 55px;
  padding: 3.5rem 7rem;
  background-color: #F5F7F7; }

.payment-info__title {
  margin-top: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid; }

.payment-info__item {
  width: calc(50% - 20px);
  max-width: 400px; }

.payment-info__item .payment-info__desc {
  display: block;
  color: #58686f; }

.payment-info__item + .payment-info__item {
  margin-left: 4rem; }

.payment .payment-info__item--wide + .payment-info__item {
  margin-left: 0; }

.payment .payment-info__item--wide {
  width: 100%;
  max-width: 100%; }

@media (max-width: 59.99em) {
  .payment-device {
    padding: 204px 0 0;
    background: url(/assets/image/payment/icon_header_logo_MO.png) no-repeat center 101px, #fff; }
  .payment-device__pad .page-header__sub {
    font-size: 33px;
    line-height: 32px; }
  .payment-device__pad .page-header__title {
    margin: 27px 0 51px;
    font-size: 60px;
    line-height: 59px; }
  .payment-device__pad .payment-swiper {
    max-width: 720px; }
  .payment-device__pad .payment-swiper .payment-swiper__img-box {
    padding: 0; }
  .payment-device__pad .payment-swiper .payment-swiper__img-box img {
    max-width: 720px;
    margin: 0 auto; }
  .payment-device__pad .payment-device__desc {
    margin-top: 54px;
    font-size: 30px;
    line-height: 45px; }
  .payment-swiper .swiper-controller {
    max-width: 720px; }
  .payment-swiper .swiper-controller .swiper-pagination {
    bottom: 44px; }
  .payment-swiper .swiper-controller .swiper-pagination-bullet {
    margin: 0;
    width: 14px;
    height: 14px;
    border: none;
    background: #fff; }
  .payment-swiper .swiper-controller .swiper-pagination-bullet:nth-child(n + 2) {
    margin-left: 20px; }
  .payment-swiper .swiper-controller .swiper-pagination-bullet-active {
    background: #000; }
  .payment-swiper .swiper-button-prev {
    width: 27px;
    height: 49px;
    left: 40px;
    background: url(/assets/image/payment/icon_arrow_prev.png) no-repeat center; }
  .payment-swiper .swiper-button-next {
    width: 27px;
    height: 49px;
    right: 40px;
    background: url(/assets/image/payment/icon_arrow_next.png) no-repeat center; }
  .payment-feature {
    margin-top: 185px; }
  .payment-feature__h {
    width: 100%; }
  .payment-feature__h.h2 {
    font-size: 60px;
    line-height: 80px; }
  .payment-feature__h.h4 {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px; }
  .payment-feature__h.h3 {
    margin: 15px 0 82px;
    font-size: 60px;
    line-height: 80px; }
  .payment-feature__box {
    display: block; }
  .payment-feature__box.box1 {
    margin: 64px 0 200px; }
  .payment-feature__box.box1 > ul {
    margin: 75px 0 0 85px; }
  .payment-feature__box.box1 > ul > li {
    padding-left: 52px;
    font-size: 35px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.53px;
    margin-bottom: 57px; }
  .payment-feature__box.box1 > ul > li:last-child {
    margin-bottom: 0; }
  .payment-feature__box.box1 > ul > li:nth-child(1) {
    background: url(/assets/image/payment/icon_feature_1_MO.png) no-repeat left;
    background-size: auto; }
  .payment-feature__box.box1 > ul > li:nth-child(2) {
    background: url(/assets/image/payment/icon_feature_2_MO.png) no-repeat left;
    background-size: auto; }
  .payment-feature__box.box1 > ul > li:nth-child(3) {
    background: url(/assets/image/payment/icon_feature_3_MO.png) no-repeat left;
    background-size: auto; }
  .payment-feature__box.box1 > ul > li:nth-child(4) {
    background: url(/assets/image/payment/icon_feature_4_MO.png) no-repeat left;
    background-size: auto; }
  .payment-feature__box.box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 79px; }
  .payment-feature__box.box2 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #dedee3;
    border-bottom: 1px solid #dedee3; }
  .payment-feature__box.box2 ul > li {
    width: 50%;
    padding: 40px 0 82px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .payment-feature__box.box2 ul > li:nth-child(2n - 1) {
    padding-right: 31px; }
  .payment-feature__box.box2 ul > li:last-child {
    border-right: 1px solid #dedee3; }
  .payment-feature__box.box2 ul > li:nth-child(2n) {
    padding-left: 40px;
    border-right: none;
    border-bottom: 1px solid #dedee3;
    margin: 0 0 -1px 0; }
  .payment-feature__box.box2 ul > li:nth-child(n + 3) {
    border-top: 1px solid #dedee3; }
  .payment-feature__box.box2 ul > li:nth-child(n + 3) div.book_txt p > span {
    display: block;
    padding-top: 7px; }
  .payment-feature__box.box2 ul > li:first-child div.book_txt p > span {
    display: block;
    padding-top: 35px; }
  .payment-feature__box.box2 ul > li div.book_wrap {
    height: 248px; }
  .payment-feature__box.box2 ul > li div.book_wrap::before {
    display: none; }
  .payment-feature__box.box2 ul > li div.book_wrap > img {
    margin: 0 auto 0 !important; }
  .payment-feature__box.box2 ul > li div.book_txt > span {
    display: block;
    margin: 35px 0 18px;
    font-size: 22px;
    line-height: 22px; }
  .payment-feature__box.box2 ul > li div.book_txt h3 {
    padding-bottom: 34px;
    margin-bottom: 33px;
    font-size: 31px;
    line-height: 42px; }
  .payment-feature__box.box2 ul > li div.book_txt h3:after {
    width: 27px;
    height: 2px; }
  .payment-feature__box.box2 ul > li div.book_txt p {
    margin: 0; }
  .payment-feature__box.box2 ul > li div.book_txt p > b {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.26px; }
  .payment-feature__box.box2 ul > li div.book_txt p > span {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.78px; }
  .payment-feature__item {
    margin-top: 4rem; }
  .payment-feature__h {
    display: block;
    text-align: center; }
  .payment-feature__img-box {
    margin-bottom: 2.4rem;
    text-align: center; }
  .payment-accordion .item-toggle {
    padding: 44px 0 48px; }
  .payment-accordion .item-toggle > span.h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.5px;
    font-family: 'S-CoreDream', sans-serif; }
  .payment-accordion .item-toggle > span.h4::before {
    right: -56px; }
  .payment-accordion .item-table {
    padding-bottom: 72px; }
  .payment-accordion .item-cont {
    background: #f5f7f7;
    border-top: 1px solid #dedee3; }
  .payment-accordion .item-cont .package-swiper {
    max-width: 100%; }
  .payment-accordion .item-cont .package-swiper .swiper-slide {
    padding: 73px 0 86px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box {
    max-width: 720px;
    margin: 0 auto; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > h4 {
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 34px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span {
    font-size: 26px;
    line-height: 27px;
    letter-spacing: -0.78px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span.mt5 {
    margin-top: 10px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span > b {
    display: inline-block;
    margin-right: 10px;
    width: 113px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    border-radius: 5px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > img {
    display: block;
    margin: 32px auto 37px;
    max-width: 720px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > small {
    max-width: 720px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.2px; }
  .payment-accordion .item-cont .package-swiper .swiper-controller {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 720px;
    height: 100%;
    margin-top: 0;
    z-index: 5; }
  .payment-accordion .item-cont .package-swiper .swiper-button-prev {
    width: 27px;
    height: 49px;
    margin-top: 0;
    left: 39px;
    top: 418px;
    background: url(/assets/image/payment/icon_arrow_prev_MO.png) no-repeat center; }
  .payment-accordion .item-cont .package-swiper .swiper-button-prev::before {
    display: none; }
  .payment-accordion .item-cont .package-swiper .swiper-button-next {
    width: 27px;
    height: 49px;
    margin-top: 0;
    right: 39px;
    top: 418px;
    background: url(/assets/image/payment/icon_arrow_next_MO.png) no-repeat center; }
  .payment-accordion .item-cont .package-swiper .swiper-button-next::before {
    display: none; }
  .payment-accordion .item-cont .table_specification_mo {
    margin-top: 67px;
    margin: 67px auto 0;
    width: 100%;
    max-width: 640px;
    border-collapse: collapse; }
  .payment-accordion .item-cont .table_specification_mo th,
  .payment-accordion .item-cont .table_specification_mo td {
    border: 1px solid #afafb3;
    text-align: center; }
  .payment-accordion .item-cont .table_specification_mo th {
    width: 219px;
    padding: 14px 0;
    background: #dedee3;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif; }
  .payment-accordion .item-cont .table_specification_mo th.w97 {
    width: 97px; }
  .payment-accordion .item-cont .table_specification_mo th.w122 {
    width: 122px;
    font-weight: 400; }
  .payment-accordion .item-cont .table_specification_mo td {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif;
    font-family: 'NotoSansKR';
    background: #fff; }
  .payment-accordion .item-cont .table_specification_mo td.r3 {
    padding: 10px 0;
    line-height: 22px; }
  .payment-accordion .item-cont .table_specification_mo td.r3 span {
    display: block; }
  .payment-info {
    display: block;
    margin: 0 auto 55px;
    padding: 2.5rem 2rem 1.5rem 2rem;
    background-color: #F5F7F7; }
  .payment-info__title {
    margin-top: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid; }
  .payment-info__item {
    width: 100%;
    max-width: 100%; }
  .payment-info__item .payment-info__desc {
    display: block;
    color: #58686f; }
  .payment-info__item + .payment-info__item {
    margin-left: 0; } }

@media (max-width: 44.99em) {
  .payment-device {
    padding: 102px 0 0;
    background: url(/assets/image/payment/icon_header_logo_MO.png) no-repeat center 50px, #fff;
    background-size: 32px; }
  .payment-device__pad .page-header__sub {
    font-size: 16px;
    line-height: 16px; }
  .payment-device__pad .page-header__title {
    margin: 13px 0 25px;
    font-size: 30px;
    line-height: 29px; }
  .payment-device__pad .payment-swiper {
    max-width: 360px; }
  .payment-device__pad .payment-swiper .payment-swiper__img-box {
    padding: 0; }
  .payment-device__pad .payment-swiper .payment-swiper__img-box img {
    max-width: 360px;
    margin: 0 auto; }
  .payment-device__pad .payment-device__desc {
    margin-top: 27px;
    font-size: 15px;
    line-height: 22px; }
  .payment-swiper .swiper-controller {
    max-width: 360px; }
  .payment-swiper .swiper-controller .swiper-pagination {
    bottom: 22px; }
  .payment-swiper .swiper-controller .swiper-pagination-bullet {
    margin: 0;
    width: 7px;
    height: 7px;
    border: none;
    background: #fff; }
  .payment-swiper .swiper-controller .swiper-pagination-bullet:nth-child(n + 2) {
    margin-left: 10px; }
  .payment-swiper .swiper-controller .swiper-pagination-bullet-active {
    background: #000; }
  .payment-swiper .swiper-button-prev {
    width: 13px;
    height: 24px;
    left: 20px;
    background: url(/assets/image/payment/icon_arrow_prev.png) no-repeat center;
    background-size: 13px; }
  .payment-swiper .swiper-button-next {
    width: 13px;
    height: 24px;
    right: 20px;
    background: url(/assets/image/payment/icon_arrow_next.png) no-repeat center;
    background-size: 13px; }
  .payment-feature {
    margin-top: 92px; }
  .payment-feature__h.h2 {
    font-size: 30px;
    line-height: 40px; }
  .payment-feature__h.h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 17px; }
  .payment-feature__h.h3 {
    margin: 7px 0 41px;
    font-size: 30px;
    line-height: 40px; }
  .payment-feature__box {
    display: block; }
  .payment-feature__box.box1 {
    margin: 32px 0 100px; }
  .payment-feature__box.box1 > img {
    max-width: 321px;
    margin: 0 auto; }
  .payment-feature__box.box1 > ul {
    max-width: 321px;
    margin: 37px auto 42px; }
  .payment-feature__box.box1 > ul > li {
    padding-left: 26px;
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.26px;
    margin-bottom: 28px; }
  .payment-feature__box.box1 > ul > li:last-child {
    margin-bottom: 0; }
  .payment-feature__box.box1 > ul > li:nth-child(1) {
    background: url(/assets/image/payment/icon_feature_1_MO.png) no-repeat left;
    background-size: 15px; }
  .payment-feature__box.box1 > ul > li:nth-child(2) {
    background: url(/assets/image/payment/icon_feature_2_MO.png) no-repeat left;
    background-size: 15px; }
  .payment-feature__box.box1 > ul > li:nth-child(3) {
    background: url(/assets/image/payment/icon_feature_3_MO.png) no-repeat left;
    background-size: 15px; }
  .payment-feature__box.box1 > ul > li:nth-child(4) {
    background: url(/assets/image/payment/icon_feature_4_MO.png) no-repeat left;
    background-size: 15px; }
  .payment-feature__box.box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px; }
  .payment-feature__box.box2 ul > li {
    width: 50%;
    padding: 20px 0 41px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .payment-feature__box.box2 ul > li:last-child {
    border-right: 1px solid #dedee3; }
  .payment-feature__box.box2 ul > li:nth-child(2n - 1) {
    padding-right: 15px; }
  .payment-feature__box.box2 ul > li:nth-child(2n) {
    padding-left: 20px;
    border-right: none;
    border-bottom: 1px solid #dedee3;
    margin: 0 0 -1px 0; }
  .payment-feature__box.box2 ul > li:nth-child(n + 3) div.book_txt p > span {
    padding-top: 3px; }
  .payment-feature__box.box2 ul > li:first-child div.book_txt p > span {
    padding-top: 17px; }
  .payment-feature__box.box2 ul > li div.book_wrap {
    height: 124px; }
  .payment-feature__box.box2 ul > li div.book_wrap::before {
    display: none; }
  .payment-feature__box.box2 ul > li div.book_wrap > img {
    margin: 0 auto 0 !important;
    max-width: 124px; }
  .payment-feature__box.box2 ul > li div.book_txt > span {
    display: block;
    margin: 17px 0 9px;
    font-size: 11px;
    line-height: 11px; }
  .payment-feature__box.box2 ul > li div.book_txt h3 {
    padding-bottom: 17px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 21px; }
  .payment-feature__box.box2 ul > li div.book_txt h3:after {
    width: 13px;
    height: 1px; }
  .payment-feature__box.box2 ul > li div.book_txt p {
    margin: 0; }
  .payment-feature__box.box2 ul > li div.book_txt p > b {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.13px; }
  .payment-feature__box.box2 ul > li div.book_txt p > span {
    display: block;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.39px; }
  .payment-feature__item {
    margin-top: 4rem; }
  .payment-feature__h {
    display: block;
    text-align: center; }
  .payment-feature__img-box {
    margin-bottom: 2.4rem;
    text-align: center; }
  .payment-accordion .item-toggle {
    padding: 22px 0 24px; }
  .payment-accordion .item-toggle > span.h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.2 0.5px;
    font-family: 'S-CoreDream', sans-serif; }
  .payment-accordion .item-toggle > span.h4::before {
    right: -28px; }
  .payment-accordion .item-table {
    padding-bottom: 36px; }
  .payment-accordion .item-cont {
    background: #f5f7f7;
    border-top: 1px solid #dedee3; }
  .payment-accordion .item-cont .package-swiper {
    max-width: 100%; }
  .payment-accordion .item-cont .package-swiper .swiper-slide {
    padding: 36px 0 43px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box {
    max-width: 360px;
    margin: 0 auto; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > h4 {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 17px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span {
    font-size: 13px;
    line-height: 13.5px;
    letter-spacing: -0.39px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span.mt5 {
    margin-top: 5px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > span > b {
    display: inline-block;
    margin-right: 5px;
    width: 56px;
    height: 16px;
    font-size: 8px;
    line-height: 16px;
    border-radius: 2.5px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > img {
    display: block;
    margin: 16px auto 18px;
    max-width: 360px; }
  .payment-accordion .item-cont .package-swiper .swiper-slide .package-swiper__img-box > small {
    max-width: 360px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.1px; }
  .payment-accordion .item-cont .package-swiper .swiper-controller {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 360px;
    height: 100%;
    margin-top: 0;
    z-index: 5; }
  .payment-accordion .item-cont .package-swiper .swiper-button-prev {
    width: 13px;
    height: 24px;
    margin-top: 0;
    left: 19px;
    top: 209px;
    background: url(/assets/image/payment/icon_arrow_prev_MO.png) no-repeat center;
    background-size: 13px; }
  .payment-accordion .item-cont .package-swiper .swiper-button-prev::before {
    display: none; }
  .payment-accordion .item-cont .package-swiper .swiper-button-next {
    width: 13px;
    height: 24px;
    margin-top: 0;
    right: 19px;
    top: 209px;
    background: url(/assets/image/payment/icon_arrow_next_MO.png) no-repeat center;
    background-size: 13px; }
  .payment-accordion .item-cont .package-swiper .swiper-button-next::before {
    display: none; }
  .payment-accordion .item-cont .table_specification_mo {
    margin: 33px auto 0;
    width: 100%;
    max-width: 320px;
    border-collapse: collapse; }
  .payment-accordion .item-cont .table_specification_mo th,
  .payment-accordion .item-cont .table_specification_mo td {
    border: 1px solid #afafb3;
    text-align: center; }
  .payment-accordion .item-cont .table_specification_mo th {
    width: 109px;
    padding: 7px 0;
    background: #dedee3;
    color: #000;
    font-size: 9px;
    font-weight: 500;
    line-height: 8px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif; }
  .payment-accordion .item-cont .table_specification_mo th.w97 {
    width: 48px; }
  .payment-accordion .item-cont .table_specification_mo th.w122 {
    width: 61px;
    font-weight: 400; }
  .payment-accordion .item-cont .table_specification_mo td {
    color: #000;
    font-size: 9px;
    font-weight: 300;
    line-height: 8px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif;
    font-family: 'NotoSansKR';
    background: #fff; }
  .payment-accordion .item-cont .table_specification_mo td.r3 {
    padding: 5px 0;
    line-height: 13px; }
  .payment-info {
    display: block;
    margin: 0 auto 55px;
    padding: 2.5rem 2rem 1.5rem 2rem;
    background-color: #F5F7F7; }
  .payment-info__title {
    margin-top: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid; }
  .payment-info__item {
    width: 100%;
    max-width: 100%; }
  .payment-info__item .payment-info__desc {
    display: block;
    color: #58686f; }
  .payment-info__item + .payment-info__item {
    margin-left: 0; } }

.evtPopupDim {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

#evtPopup.payment-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 720px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999; }

#evtPopup.payment-popup > .evt-popup-frame .evt-popup-inner {
  position: relative; }

#evtPopup.payment-popup > .evt-popup-frame .evt-popup-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 9%;
  height: 9%;
  cursor: pointer; }

#evtPopup.payment-popup > .evt-popup-frame .btn_move {
  position: absolute;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 395px;
  height: 70px; }

#evtPopup.payment-popup > .evt-popup-frame .evt-popup-inner-foot {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  text-align: center; }

#evtPopup.payment-popup > .evt-popup-frame .evt-popup-inner-foot a {
  display: block;
  width: 50%;
  cursor: pointer; }

#evtPopup.payment-popup .mo_pop {
  display: none; }

@media (max-width: 1023px) {
  #evtPopup.payment-popup {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 720px;
    height: auto; }
  #evtPopup.payment-popup > .evt-popup-frame .evt-popup-btn-close {
    width: 9%;
    height: 9%; }
  #evtPopup.payment-popup > .evt-popup-frame .btn_move {
    bottom: 105px;
    width: calc(100% - 180px);
    height: 90px; }
  #evtPopup.payment-popup > .evt-popup-frame .evt-popup-inner-foot {
    height: 70px; }
  #evtPopup.payment-popup .pc_pop {
    display: none; }
  #evtPopup.payment-popup .mo_pop {
    display: initial; }
  #evtPopup.payment-popup .mo_pop img {
    width: 100%; } }

@media (max-width: 767px) {
  #evtPopup.payment-popup > .evt-popup-frame .btn_move {
    bottom: 13.5%;
    width: calc(100% - 150px);
    height: 12%; }
  #evtPopup.payment-popup > .evt-popup-frame .evt-popup-inner-foot {
    height: 10%; }
  #evtPopup.payment-popup .pc_pop {
    display: none; }
  #evtPopup.payment-popup .mo_pop {
    display: initial; }
  #evtPopup.payment-popup .mo_pop img {
    width: 100%; } }

@media (max-width: 500px) {
  #evtPopup.payment-popup > .evt-popup-frame .btn_move {
    width: calc(100% - 105px); } }

.payment-apply-wrap {
  position: relative;
  margin-bottom: 120px; }

.payment-apply-wrap .payment-apply {
  max-width: 1085px;
  margin: 0 auto;
  padding: 0 40px; }

.payment-apply-open, .payment-apply-go {
  position: relative;
  z-index: 1;
  max-width: 641px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  background: #5562ff;
  border: none;
  border-radius: 50px; }

.payment-apply-open:hover, .payment-apply-open:focus, .payment-apply-go:hover, .payment-apply-go:focus {
  border: none;
  background: #5562ff;
  outline: none; }

.payment-apply-open strong, .payment-apply-go strong {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.3px;
  font-family: 'S-CoreDream', sans-serif; }

.payment-apply-go {
  display: none; }

.payment-apply-close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  padding: 1.5rem 0 0.5rem;
  line-height: 1;
  cursor: pointer; }

.payment-apply-close:before {
  content: '\ea01';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 40px; }

.payment-apply-submit {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none; }

.payment-apply__dimmed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }

.payment-apply__pad {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: none;
  padding: 0 44px 0 43px;
  background-color: #FFF;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.payment-apply__option {
  display: block; }

.payment-apply__option + .payment-apply__option {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(32, 32, 32, 0.1); }

.payment-apply__option .dropdown li + li,
.payment-apply__option .radio + .radio {
  margin-top: 10px; }

.payment-apply__option .radio {
  display: block; }

.payment-apply__label {
  display: inline-block;
  margin-bottom: 1.4rem;
  color: #58686F;
  font-size: 1.3rem;
  font-weight: 400; }

.payment-apply.is-open .payment-apply-open {
  display: none; }

.payment-apply.is-open .payment-apply-go {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0; }

.payment-apply.is-open .payment-apply__dimmed {
  display: block; }

.payment-apply.is-open .payment-apply__pad {
  display: block; }

@media (max-width: 59.99em) {
  .payment-apply__pad > ul {
    position: relative;
    width: 100%;
    height: 500px; }
  .payment-apply__pad > ul > li {
    display: block; }
  .payment-apply__pad > ul > li > span {
    display: none; }
  .payment-apply__pad > ul > li > h4 {
    position: relative;
    cursor: pointer; }
  .payment-apply__pad > ul > li > h4.form_tab {
    margin-top: 31px;
    padding-left: 51px;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif; }
  .payment-apply__pad > ul > li > h4.form_tab.active {
    font-weight: 700; }
  .payment-apply__pad > ul > li > h4.form_tab.active::before {
    border: 2px solid #202020; }
  .payment-apply__pad > ul > li > h4.form_tab.active::after {
    left: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #202020;
    border: none; }
  .payment-apply__pad > ul > li > h4.form_tab::before, .payment-apply__pad > ul > li > h4.form_tab::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #c8c8c8;
    border-radius: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .payment-apply__pad > ul > li .form_group {
    display: none;
    position: absolute;
    bottom: 0;
    min-height: 294px; }
  .payment-apply__pad > ul > li .form_group.active {
    display: block; }
  .payment-apply__pad > ul > li .form_group > h4 {
    padding-top: 41px;
    margin: 38px 0 43px;
    border-top: 1px solid #dedee3;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin-left: auto; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label {
    position: relative;
    display: block;
    padding-left: 51px;
    margin-bottom: 31px;
    cursor: pointer;
    color: #202020;
    font-size: 28px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label del,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label del {
    font-size: 24px; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label b,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label b {
    padding-left: 10px;
    color: #ff0000;
    font-weight: bold; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label:before,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:before,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label:after,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #c8c8c8;
    border-radius: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label {
    font-weight: 700; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:before {
    border: 2px solid #202020; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:after {
    left: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #202020;
    border: none; }
  .payment-apply__pad > ul > li .form_group .btn {
    display: none; }
  .payment-apply.is-open {
    position: relative;
    width: 100%;
    max-width: 640px;
    z-index: 10;
    padding: 0;
    border-radius: 40px 40px 50px 50px; }
  .payment-apply.is-open .payment-apply__pad {
    position: absolute;
    bottom: 0;
    padding-top: 45px;
    padding: 45px 0 0 31px;
    height: 690px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.17);
    border-radius: 50px; }
  .payment-apply.is-open .payment-apply__pad > h4 {
    margin-bottom: 12px;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif; }
  .payment-apply .payment-apply-submit {
    display: block;
    max-width: 641px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    background: #5562ff;
    border: none;
    border-radius: 50px;
    bottom: -10px; }
  .payment-apply .payment-apply-submit-pc {
    display: none; }
  .payment-apply .payment-apply-submit:hover, .payment-apply .payment-apply-submit:focus {
    border: none;
    background: #5562ff;
    outline: none; }
  .payment-apply .payment-apply-submit strong {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.3px;
    font-family: 'S-CoreDream', sans-serif; } }

@media (max-width: 44.99em) {
  .payment-apply-wrap {
    margin-bottom: 60px; }
  .payment-apply-open, .payment-apply-go {
    max-width: 320px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background: #5562ff;
    border: none;
    border-radius: 25px; }
  .payment-apply-open:hover, .payment-apply-open:focus, .payment-apply-go:hover, .payment-apply-go:focus {
    border: none;
    background: #5562ff;
    outline: none; }
  .payment-apply-open strong, .payment-apply-go strong {
    font-size: 15px;
    line-height: 13px;
    letter-spacing: -0.15px; }
  .payment-apply-close {
    right: 20px;
    width: 20px;
    padding: 0.75rem 0 0.25rem; }
  .payment-apply-close:before {
    content: '\ea01';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    font-size: 20px; }
  .payment-apply__pad > ul {
    position: relative;
    width: 100%;
    height: 250px; }
  .payment-apply__pad > ul > li {
    display: block; }
  .payment-apply__pad > ul > li > span {
    display: none; }
  .payment-apply__pad > ul > li > h4 {
    position: relative;
    cursor: pointer; }
  .payment-apply__pad > ul > li > h4.form_tab {
    margin-top: 15px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 13px; }
  .payment-apply__pad > ul > li > h4.form_tab.active {
    font-weight: 700; }
  .payment-apply__pad > ul > li > h4.form_tab.active::before {
    border: 2px solid #202020; }
  .payment-apply__pad > ul > li > h4.form_tab.active::after {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #202020;
    border: none; }
  .payment-apply__pad > ul > li > h4.form_tab::before, .payment-apply__pad > ul > li > h4.form_tab::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #c8c8c8;
    border-radius: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .payment-apply__pad > ul > li .form_group {
    display: none;
    position: absolute;
    bottom: 0;
    min-height: 147px; }
  .payment-apply__pad > ul > li .form_group.active {
    display: block; }
  .payment-apply__pad > ul > li .form_group > h4 {
    padding-top: 20px;
    margin: 19px 0 21px;
    border-top: 1px solid #dedee3;
    font-size: 14px;
    line-height: 13px; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin-left: auto; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 13px; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label del,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label del {
    font-size: 12px; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label b,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label b {
    padding-left: 4px; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label:before,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:before,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label:after,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #c8c8c8;
    border-radius: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label {
    font-weight: 700; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:before {
    border: 2px solid #202020; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:after {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #202020;
    border: none; }
  .payment-apply__pad > ul > li .form_group .btn {
    display: none; }
  .payment-apply.is-open {
    position: relative;
    width: 100%;
    max-width: 320px;
    z-index: 10;
    padding: 0;
    border-radius: 20px 20px 25px 25px; }
  .payment-apply.is-open .payment-apply__pad {
    position: absolute;
    bottom: 0;
    padding-top: 22px;
    padding: 22px 0 0 15px;
    height: 345px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.8);
    border-radius: 25px; }
  .payment-apply.is-open .payment-apply__pad > h4 {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 14px; }
  .payment-apply .payment-apply-submit {
    display: block;
    max-width: 320px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background: #5562ff;
    border: none;
    border-radius: 25px;
    bottom: -5px; }
  .payment-apply .payment-apply-submit-pc {
    display: none; }
  .payment-apply .payment-apply-submit:hover, .payment-apply .payment-apply-submit:focus {
    border: none;
    background: #5562ff;
    outline: none; }
  .payment-apply .payment-apply-submit strong {
    font-size: 15px;
    line-height: 13px;
    letter-spacing: -0.15px; } }

@media (min-width: 60em) {
  .payment-apply-wrap {
    padding: 72px 0 90px;
    background: #f1f3f5; }
  .payment-apply-submit {
    left: auto;
    right: 20px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    width: 220px; }
  .payment-apply__pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 44px 0 43px;
    border-radius: 30px;
    opacity: 1; } }

@media (min-width: 60em) and (max-width: 1130px) {
  .payment-apply__pad {
    padding: 0 20px; } }

@media (min-width: 60em) {
  .payment-apply__pad > ul {
    width: 100%; }
  .payment-apply__pad > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px; }
  .payment-apply__pad > ul > li:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .payment-apply__pad > ul > li:first-child h4::after {
    height: 22px; }
  .payment-apply__pad > ul > li:first-child label span {
    margin-top: 4px; }
  .payment-apply__pad > ul > li:last-child {
    margin-bottom: 0; }
  .payment-apply__pad > ul > li:nth-child(1) > span {
    background: #ff6833; }
  .payment-apply__pad > ul > li:nth-child(2) > span {
    background: #bcbcc4; }
  .payment-apply__pad > ul > li:nth-child(3) > span {
    background: #21432d; }
  .payment-apply__pad > ul > li:nth-child(4) > span {
    background: #522783; }
  .payment-apply__pad > ul > li:nth-child(2) > span {
    color: #000; }
  .payment-apply__pad > ul > li > span {
    width: 94px;
    min-width: 85px;
    height: 21px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif;
    font-family: 'Pretendard';
    border-radius: 3px;
    text-align: center; }
  .payment-apply__pad > ul > li > h4 {
    position: relative;
    max-width: 280px;
    width: 100%;
    margin: 0 23px 0 21px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.18px;
    font-family: 'S-CoreDream', sans-serif; } }

@media (min-width: 60em) and (max-width: 1130px) {
  .payment-apply__pad > ul > li > h4 {
    max-width: 265px; } }

@media (min-width: 60em) {
  .payment-apply__pad > ul > li > h4:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #dedee3;
    content: ""; }
  .payment-apply__pad > ul > li .form_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 588px;
    text-align: right; }
  .payment-apply__pad > ul > li .form_group .ml16 {
    margin-left: 0; }
  .payment-apply__pad > ul > li .form_group label[for="book1_12"],
  .payment-apply__pad > ul > li .form_group label[for="book2_12"],
  .payment-apply__pad > ul > li .form_group label[for="book3_12"] {
    width: 220px; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin-left: auto; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif;
    font-family: 'NotoSansKR'; } }

@media (min-width: 60em) and (max-width: 1130px) {
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label {
    word-break: keep-all; } }

@media (min-width: 60em) {
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label:before,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:before,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:not(:checked) + label:after,
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #c8c8c8;
    border-radius: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:before {
    border: 2px solid #202020; }
  .payment-apply__pad > ul > li .form_group input[type="radio"]:checked + label:after {
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    background: #202020;
    border: none; }
  .payment-apply__pad > ul > li .form_group label {
    width: 190px;
    line-height: 26px;
    text-align: left; }
  .payment-apply__pad > ul > li .form_group label > span {
    display: block;
    white-space: nowrap; }
  .payment-apply__pad > ul > li .form_group label > span b {
    padding-left: 4px;
    color: #ff0000;
    font-weight: bold; }
  .payment-apply__pad > ul > li .form_group .btn {
    width: 94px;
    height: 29px;
    margin-left: 0.95vw;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: normal;
    font-family: 'S-CoreDream', sans-serif;
    background: #000;
    border-radius: 14.5px; }
  .payment-apply__pad > ul > li .form_group .btn[disabled] {
    border: none !important;
    background: #eee;
    color: #ccc !important; }
  .payment-apply__pad > ul > li .form_group .btn:hover, .payment-apply__pad > ul > li .form_group .btn:focus, .payment-apply__pad > ul > li .form_group .btn:active {
    border: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .payment-apply__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .payment-apply__option + .payment-apply__option {
    margin-top: 0rem;
    margin-left: 3rem;
    padding-top: 0rem;
    border-top: none; }
  .payment-apply__option .dropdown {
    width: 160px; }
  .payment-apply__option .dropdown-popup {
    top: auto;
    bottom: 0; }
  .payment-apply__option .dropdown.is-single-option {
    width: auto;
    padding-right: 3rem;
    border-right: 1px solid rgba(32, 32, 32, 0.1); }
  .payment-apply__option .dropdown.is-single-option label {
    background: none !important; }
  .payment-apply__option .radio {
    display: inline; } }

@use "sass:math";
/* =============================================== ==========================
    ## 공통 믹스인 모음
  ================================================= ======================== */
@use 'sass:math';
/* 기준 화면 너비 */
/* pixel을 vw로 변환해주는 함수 */
.studyAppFreeDetail {
  padding: 79px 0 120px; }

.studyAppFreeDetail * {
  font-family: 'Pretendard';
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.studyAppFreeDetail .slick-slide {
  height: auto; }

.studyAppFreeDetail .point {
  color: #148ce6; }

@media (max-width: 1023px) {
  .studyAppFreeDetail {
    padding: 200px 0 120px; } }

@media (max-width: 767px) {
  .studyAppFreeDetail {
    padding: 27.78vw 0 16.67vw; } }

.studyAppFreeDetail_page .sc-wrap .inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto; }

@media (max-width: 1023px) {
  .studyAppFreeDetail_page .sc-wrap .inner {
    max-width: 720px; } }

@media (max-width: 767px) {
  .studyAppFreeDetail_page .sc-wrap .inner {
    padding: 0 20px; } }

.studyAppFreeDetail_page .sc-trial-tit {
  position: relative;
  padding-bottom: 72px;
  margin-bottom: 70px; }

.studyAppFreeDetail_page .sc-trial-tit .inner {
  color: #000; }

.studyAppFreeDetail_page .sc-trial-tit h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px; }

.studyAppFreeDetail_page .sc-trial-tit p {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.24;
  margin: 0;
  letter-spacing: -0.68px; }

.studyAppFreeDetail_page .sc-trial-tit::after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  left: 50%;
  width: 1200px;
  height: 2px;
  background: #148ce6; }

.studyAppFreeDetail_page .sc-trial-form {
  padding-bottom: 120px; }

.studyAppFreeDetail_page .sc-trial-form .trial-form {
  padding-bottom: 120px; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item label,
.studyAppFreeDetail_page .sc-trial-form .trial-form-item .fake-label {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 60px;
  min-width: 188px;
  display: block;
  position: relative;
  margin: 0; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item .form-group {
  width: calc(100% - 188px); }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='text'] {
  width: 322px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 60px;
  padding-left: 30px;
  letter-spacing: normal;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  outline: none; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='text']::-webkit-input-placeholder {
  color: #ddd; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='text']::-moz-placeholder {
  color: #ddd; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='text']:-ms-input-placeholder {
  color: #ddd; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='text']::-ms-input-placeholder {
  color: #ddd; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='text']::placeholder {
  color: #ddd; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='text']:focus {
  border-color: #000; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox'] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  visibility: hidden;
  cursor: pointer; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox'] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox'] + label span.check-circle-box {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top; }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox'] + label span.allCheck-circle {
  background-image: url("/assets/image/studyAppFreeDetail//ico_all_chk.svg"); }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox'] + label span.check-circle {
  background-image: url("/assets/image/studyAppFreeDetail//ico_chk.svg"); }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox']:checked + label span.allCheck-circle {
  background-image: url("/assets/image/studyAppFreeDetail//ico_all_chk_on.svg"); }

.studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox']:checked + label span.check-circle {
  background-image: url("/assets/image/studyAppFreeDetail//ico_chk_on.svg"); }

.studyAppFreeDetail_page .sc-trial-form .trial-phone {
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

.studyAppFreeDetail_page .sc-trial-form .trial-phone .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 10px 30px; }

.studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 0 10px; }

.studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group.is-after {
  width: 100%;
  max-width: calc(100% - 562px); }

.studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group.is-after .timer {
  position: absolute;
  top: 23px;
  left: 153px;
  font-size: 13px;
  font-weight: 400;
  color: #148ce6;
  line-height: 1; }

.studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group.is-after #certificationNo {
  width: 200px;
  padding-right: 50px; }

.studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  width: 100%;
  display: block;
  letter-spacing: -0.3px;
  width: calc(100% - 188px);
  margin: 20px auto 0;
  margin-right: 0; }

.studyAppFreeDetail_page .sc-trial-form .trial-phone button {
  font-size: 20px;
  font-weight: 700;
  color: #148ce6;
  line-height: 60px;
  width: 200px;
  border-radius: 6px;
  background: rgba(20, 140, 240, 0.15); }

.studyAppFreeDetail_page .sc-trial-form .trial-phone button:disabled {
  color: #d9d9d9;
  background: #f5f5f5; }

.studyAppFreeDetail_page .sc-trial-form .trial-age {
  margin: 60px 0; }

.studyAppFreeDetail_page .sc-trial-form .trial-age button {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #f5f5f5; }

.studyAppFreeDetail_page .sc-trial-form .trial-age button.active {
  color: #148ce6 !important;
  border-color: #148ce6;
  background: #dceefc !important; }

.studyAppFreeDetail_page .sc-trial-form .trial-age button:last-child {
  margin-right: 0; }

.studyAppFreeDetail_page .sc-trial-form .trial-age .grade-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px; }

.studyAppFreeDetail_page .sc-trial-form .trial-age .grade-menu button {
  width: 94px;
  height: 54px;
  font-size: 20px;
  font-weight: 600;
  line-height: 54px; }

.studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range {
  padding: 20px;
  margin-top: 10px;
  border-radius: 6px;
  background: #f5f5f5; }

.studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range button {
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  width: 120px;
  background: #fff; }

.studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 10px; }

.studyAppFreeDetail_page .sc-trial-form .trial-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }

.studyAppFreeDetail_page .sc-trial-form .trial-text h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000; }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement input + label {
  font-size: 20px;
  padding-left: 50px; }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-all-check {
  margin-bottom: 20px; }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-all-check input + label {
  font-weight: 600;
  color: #000;
  line-height: 78px;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 15px; }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-all-check input:checked + label {
  color: #000;
  background: rgba(20, 140, 240, 0.15);
  border-color: #148ce6; }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-check-list input + label {
  font-weight: 400;
  line-height: 30px; }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-check-list .list-1 {
  margin-bottom: 10px; }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-check-toggle {
  position: absolute;
  top: 6px;
  right: 0;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/assets/image/studyAppFreeDetail//ico_arrow_down.svg");
  z-index: 10; }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-check-toggle.on {
  top: 7px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-contents {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.35;
  padding: 40px 40px 40px 100px;
  margin-top: 20px;
  word-break: keep-all;
  border-radius: 20px;
  background: #f5f5f5;
  display: none; }

.studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-contents p {
  margin: 0; }

.studyAppFreeDetail_page .sc-trial-form .trial-submit {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #d9d9d9; }

.studyAppFreeDetail_page .sc-trial-form .trial-submit button {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
  display: block;
  width: 600px;
  margin: 0 auto;
  background: #148ce6;
  border-radius: 15px;
  text-align: center; }

.studyAppFreeDetail_page .sc-trial-form .trial-guide {
  margin: 43px 0 0; }

.studyAppFreeDetail_page .sc-trial-form .trial-guide ol {
  padding-top: 16px; }

.studyAppFreeDetail_page .sc-trial-form .trial-guide ol li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.35;
  padding-left: 15px;
  word-break: keep-all; }

.studyAppFreeDetail_page .sc-trial-form .trial-guide ol li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000; }

.studyAppFreeDetail_page .sc-trial-benefit {
  background: #eef7fe;
  padding: 120px 0; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-tit {
  margin-bottom: 60px; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-tit h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(3, 1fr); }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  color: #000;
  text-align: center;
  aspect-ratio: 1/1;
  padding-bottom: 40px;
  border-radius: 20px; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: auto; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li span {
  font-size: 24px;
  font-weight: 700; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li:nth-child(1) {
  background-image: url("/assets/image/studyAppFreeDetail/trialBenefit_list1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li:nth-child(2) {
  background-image: url("/assets/image/studyAppFreeDetail/trialBenefit_list2_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li:nth-child(3) {
  background-image: url("/assets/image/studyAppFreeDetail/trialBenefit_list3_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li:nth-child(4) {
  background-image: url("/assets/image/studyAppFreeDetail/trialBenefit_list4_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li:nth-child(5) {
  background-image: url("/assets/image/studyAppFreeDetail/trialBenefit_list5_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li:nth-child(6) {
  background-image: url("/assets/image/studyAppFreeDetail/trialBenefit_list6_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.studyAppFreeDetail_page .sc-qna {
  padding-top: 120px; }

.studyAppFreeDetail_page .sc-qna .qna-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px; }

.studyAppFreeDetail_page .sc-qna .qna-tit h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.2; }

.studyAppFreeDetail_page .sc-qna .qna-group {
  margin-top: 60px;
  border-top: 1px solid #d9d9d9; }

.studyAppFreeDetail_page .sc-qna .qna-item {
  border-bottom: 1px solid #d9d9d9; }

.studyAppFreeDetail_page .sc-qna .qna-list .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  padding: 30px 40px 30px 45px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 27px;
  background-image: url("https://xcdn.home-learn.com/front_site/edu/homepage/2025/sub/imgs/ico_plus.svg");
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.studyAppFreeDetail_page .sc-qna .qna-list .question p {
  margin: 0; }

.studyAppFreeDetail_page .sc-qna .qna-list .question.active {
  background-image: url("https://xcdn.home-learn.com/front_site/edu/homepage/2025/sub/imgs/ico_mius.svg"); }

.studyAppFreeDetail_page .sc-qna .qna-list .answer {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  overflow: hidden;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #f5f5f5; }

@media (min-width: 1024px) and (max-width: 1300px) {
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group.is-after {
    max-width: 100%; }
  .studyAppFreeDetail_page .sc-trial-benefit {
    padding: 120px 0; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-tit {
    margin-bottom: 4.62vw; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul {
    gap: 4.62vw; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li {
    padding-bottom: 3.08vw; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li h3 {
    font-size: 1.54vw; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li span {
    font-size: 1.85vw; } }

@media (max-width: 1023px) {
  .studyAppFreeDetail_page .sc-trial-tit {
    margin-bottom: 100px; }
  .studyAppFreeDetail_page .sc-trial-tit h1 {
    font-size: 70px;
    margin-bottom: 60px; }
  .studyAppFreeDetail_page .sc-trial-tit p {
    line-height: 1.35; }
  .studyAppFreeDetail_page .sc-trial-tit::after {
    width: 640px; }
  .studyAppFreeDetail_page .sc-trial-form {
    padding-bottom: 140px; }
  .studyAppFreeDetail_page .sc-trial-form .inner {
    max-width: 100%;
    padding: 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form {
    padding-bottom: 120px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 30px 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item label,
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item .fake-label {
    font-size: 34px;
    line-height: 1;
    min-width: auto;
    width: 100%; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item .form-group {
    width: 100%; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='text'] {
    width: 100%;
    height: 100px;
    font-size: 30px;
    line-height: 100px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox'] + label span.check-circle-box {
    width: 42px;
    height: 42px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item:not(.trial-age) {
    max-width: 640px;
    margin: 0 auto 60px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item:not(.trial-age) .fake-label {
    max-width: 640px;
    margin: 0 auto; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .form-group {
    gap: 20px 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group {
    gap: 0 20px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group input[type='text'] {
    width: calc(100% - 220px); }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group.is-after {
    max-width: 100%; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group.is-after .timer {
    top: 40px;
    right: 245px;
    left: auto;
    font-size: 20px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group.is-after #certificationNo {
    width: calc(100% - 220px); }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-text {
    width: 100%;
    font-size: 24px;
    margin-top: 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone button {
    width: 200px;
    height: 100px;
    font-size: 28px;
    line-height: 100px;
    letter-spacing: -0.56px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .fake-label {
    max-width: 640px;
    margin: 0 auto; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-menu {
    max-width: 640px;
    margin: 0 auto; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-menu button {
    width: 100%;
    height: 84px;
    font-size: 28px;
    font-weight: 700;
    line-height: 84px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range {
    padding: 50px 40px;
    margin: 50px auto 0;
    max-width: 720px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range button {
    font-size: 28px;
    font-weight: 700;
    line-height: 84px;
    width: 150px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range button[data-range='pre-7'] {
    width: 314px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range::before, .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range::after {
    content: '';
    position: absolute; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range::before {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: -33px;
    left: 50%;
    display: block;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 35px solid #f5f5f5; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range::after {
    content: '';
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    z-index: -1;
    background: #f5f5f5; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range.active {
    gap: 10px 13px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-text {
    gap: 10px 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-text .fake-label span {
    display: inline-block !important; }
  .studyAppFreeDetail_page .sc-trial-form .trial-text h3 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.56px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement input + label {
    font-size: 28px;
    padding-left: 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-all-check {
    margin-bottom: 50px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-all-check input + label {
    line-height: 110px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-check-toggle {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 20px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-check-toggle.on {
    top: 10px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-contents {
    font-size: 28px;
    line-height: 1.5;
    padding: 40px 40px 40px 68px;
    border-radius: 15px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-submit {
    padding-top: 70px;
    margin: 60px auto 0;
    max-width: 640px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-submit button {
    font-size: 34px;
    line-height: 110px;
    width: 100%; }
  .studyAppFreeDetail_page .sc-trial-form .trial-guide {
    margin: 135px auto 0 !important; }
  .studyAppFreeDetail_page .sc-trial-form .trial-guide .fake-label span {
    display: inline-block !important; }
  .studyAppFreeDetail_page .sc-trial-form .trial-guide ol {
    padding-top: 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-guide ol li {
    font-size: 28px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-guide ol li::before {
    top: 16px; }
  .studyAppFreeDetail_page .sc-trial-benefit {
    padding: 140px 0; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-tit {
    margin-bottom: 71px; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-tit h2 {
    font-size: 50px; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 21px; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li {
    padding-bottom: 30px; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li span {
    font-size: inherit; }
  .studyAppFreeDetail_page .sc-qna .qna-tit h2 {
    font-size: 50px; }
  .studyAppFreeDetail_page .sc-qna .qna-tit img {
    height: 50px; }
  .studyAppFreeDetail_page .sc-qna .qna-list .question {
    font-size: 30px;
    line-height: 1.25;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 10px;
    background-size: 44px;
    padding: 40px 0; }
  .studyAppFreeDetail_page .sc-qna .qna-list .answer {
    font-size: 28px;
    line-height: 1.35;
    padding: 40px 38px 40px; } }

@media (max-width: 767px) {
  .studyAppFreeDetail_page .sc-trial-tit {
    margin-bottom: 13.89vw;
    padding-bottom: 10vw; }
  .studyAppFreeDetail_page .sc-trial-tit h1 {
    font-size: 9.72vw;
    margin-bottom: 8.33vw; }
  .studyAppFreeDetail_page .sc-trial-tit p {
    font-size: 4.72vw; }
  .studyAppFreeDetail_page .sc-trial-tit::after {
    width: 88.89vw; }
  .studyAppFreeDetail_page .sc-trial-form {
    padding-bottom: 19.44vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form {
    padding-bottom: 16.67vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item {
    gap: 4.17vw 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item label,
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item .fake-label {
    font-size: 4.72vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='text'] {
    font-size: 4.17vw;
    line-height: 13.89vw;
    height: 13.89vw;
    border-radius: 0.83vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox'] + label {
    gap: 0 2.78vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item input[type='checkbox'] + label span.check-circle-box {
    width: 5.83vw;
    height: 5.83vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-form-item:not(.trial-age) {
    margin: 0 auto 8.33vw;
    padding: 0 20px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .form-group {
    gap: 2.78vw 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group {
    gap: 0 2.78vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group input[type='text'] {
    width: calc(100% - 30.56vw); }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group.is-after .timer {
    top: 5.56vw;
    right: 34.03vw;
    font-size: 2.78vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-group.is-after #certificationNo {
    width: calc(100% - 30.56vw); }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone .certification-text {
    font-size: 3.33vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-phone button {
    width: 27.78vw;
    height: 13.89vw;
    font-size: 3.89vw;
    line-height: 13.89vw;
    letter-spacing: -0.08vw;
    border-radius: 0.83vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .fake-label {
    padding: 0 20px; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-menu {
    padding: 0 20px;
    gap: 0 2.78vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-menu button {
    font-size: 3.89vw;
    line-height: 11.67vw;
    height: 11.67vw;
    border-radius: 0.83vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range {
    padding: 6.94vw 20px;
    margin: 6.94vw auto 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range button {
    font-size: 3.89vw;
    line-height: 11.67vw;
    width: 20.83vw;
    min-width: 16.67vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range button[data-range='pre-7'] {
    width: 43.61vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range::before {
    top: -4.58vw;
    border-left: 3.19vw solid transparent;
    border-right: 3.19vw solid transparent;
    border-bottom: 4.86vw solid #f5f5f5; }
  .studyAppFreeDetail_page .sc-trial-form .trial-age .grade-range.active {
    gap: 1.39vw 1.81vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-text {
    gap: 1.39vw 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-text h3 {
    font-size: 3.89vw;
    letter-spacing: -0.08vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement input + label {
    font-size: 3.89vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-all-check {
    margin-bottom: 6.94vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-all-check input + label {
    line-height: 15.28vw;
    border-radius: 2.08vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-check-list input + label {
    line-height: 4.17vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-check-toggle {
    width: 2.78vw;
    height: 2.78vw;
    top: 1.39vw;
    right: 2.78vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-check-toggle.on {
    top: 1.39vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-agreement .agreement-contents {
    font-size: 3.89vw;
    padding: 5.56vw 5.56vw 5.56vw 9.44vw;
    border-radius: 2.08vw;
    margin-top: 2.78vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-submit {
    padding: 9.72vw 20px 0;
    margin: 8.33vw auto 0; }
  .studyAppFreeDetail_page .sc-trial-form .trial-submit button {
    font-size: 4.72vw;
    line-height: 15.28vw;
    border-radius: 2.08vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-guide {
    margin: 18.75vw auto 0 !important; }
  .studyAppFreeDetail_page .sc-trial-form .trial-guide ol li {
    font-size: 3.89vw; }
  .studyAppFreeDetail_page .sc-trial-form .trial-guide ol li::before {
    top: 2.22vw; }
  .studyAppFreeDetail_page .sc-trial-benefit {
    padding: 19.44vw 0; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-tit {
    margin-bottom: 9.86vw; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-tit h2 {
    font-size: 6.94vw; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul {
    gap: 4.17vw 2.92vw; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li {
    padding-bottom: 4.17vw;
    border-radius: 2.78vw; }
  .studyAppFreeDetail_page .sc-trial-benefit .trial-benefit-list ul li h3 {
    font-size: 3.33vw;
    letter-spacing: -0.07vw; }
  .studyAppFreeDetail_page .sc-qna {
    padding-top: 16.67vw; }
  .studyAppFreeDetail_page .sc-qna .qna-tit {
    gap: 0 2.78vw; }
  .studyAppFreeDetail_page .sc-qna .qna-tit h2 {
    font-size: 6.94vw; }
  .studyAppFreeDetail_page .sc-qna .qna-tit img {
    height: 6.94vw; }
  .studyAppFreeDetail_page .sc-qna .qna-group {
    margin-top: 8.33vw; }
  .studyAppFreeDetail_page .sc-qna .qna-list .question {
    font-size: 4.17vw;
    gap: 0 1.39vw;
    background-size: 6.11vw;
    padding: 5.56vw 0; }
  .studyAppFreeDetail_page .sc-qna .qna-list .answer {
    font-size: 3.89vw;
    padding: 5.56vw 5.28vw 5.56vw;
    border-radius: 2.78vw;
    margin-bottom: 4.17vw; } }
