/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/asset/styles/components/subscription/_index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.bgc-primary {
  background-color: #ff3e66;
}

.txt-primary {
  color: #ff3e66;
}

.bgc-secondary {
  background-color: #006ad4;
}

.txt-secondary {
  color: #006ad4;
}

.bgc-black {
  background-color: #000;
}

.txt-black {
  color: #000;
}

.bgc-white {
  background-color: #fff;
}

.txt-white {
  color: #fff;
}

.bgc-neutral-900 {
  background-color: #212121;
}

.txt-neutral-900 {
  color: #212121;
}

.bgc-neutral-800 {
  background-color: #424242;
}

.txt-neutral-800 {
  color: #424242;
}

.bgc-neutral-700 {
  background-color: #616161;
}

.txt-neutral-700 {
  color: #616161;
}

.bgc-neutral-600 {
  background-color: #757575;
}

.txt-neutral-600 {
  color: #757575;
}

.bgc-neutral-500 {
  background-color: #9e9e9e;
}

.txt-neutral-500 {
  color: #9e9e9e;
}

.bgc-neutral-400 {
  background-color: #bdbdbd;
}

.txt-neutral-400 {
  color: #bdbdbd;
}

.bgc-neutral-300 {
  background-color: #e0e0e0;
}

.txt-neutral-300 {
  color: #e0e0e0;
}

.bgc-neutral-200 {
  background-color: #eee;
}

.txt-neutral-200 {
  color: #eee;
}

.bgc-neutral-100 {
  background-color: #fafafa;
}

.txt-neutral-100 {
  color: #fafafa;
}

.size3xl {
  font-size: 32px;
}

@media (max-width: 1024px) {
  .t-size3xl {
    font-size: 32px;
  }
}
.size2xl {
  font-size: 22px;
}

@media (max-width: 1024px) {
  .t-size2xl {
    font-size: 22px;
  }
}
.sizexl {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .t-sizexl {
    font-size: 20px;
  }
}
.sizel {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .t-sizel {
    font-size: 18px;
  }
}
.sizem {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .t-sizem {
    font-size: 16px;
  }
}
.sizes {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .t-sizes {
    font-size: 14px;
  }
}
.sizexs {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .t-sizexs {
    font-size: 12px;
  }
}
.sizexs2 {
  font-size: 13px;
}

@media (max-width: 1024px) {
  .t-sizexs2 {
    font-size: 13px;
  }
}
.size2xs {
  font-size: 11px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .t-size2xs {
    font-size: 11px;
  }
}
.size3xs {
  font-size: 10px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .t-size3xs {
    font-size: 10px;
  }
}
:root {
  --contents-width: 1304px;
  --tablet-width: 1024px;
  --mobile-width: 768px;
  --header-height-detail: 48px;
  --input-height: 48px;
  --floating-bottom: 56px;
  --product-detail-bottom: 104px;
  --product-detail-no-option-bottom: 194px;
  --page-space: 32px;
  --mobile-space: 16px;
  --radius: 8px;
  --primary: #ff3e66;
  --secondary: #006ad4;
  --black: #000;
  --white: #fff;
  --neutral-900: #212121;
  --neutral-800: #424242;
  --neutral-700: #616161;
  --neutral-600: #757575;
  --neutral-500: #9e9e9e;
  --neutral-400: #bdbdbd;
  --neutral-300: #e0e0e0;
  --neutral-200: #eee;
  --neutral-100: #fafafa;
  --size3xl: 32px;
  --size2xl: 22px;
  --sizexl: 20px;
  --sizel: 18px;
  --sizem: 16px;
  --sizes: 14px;
  --sizexs: 12px;
  --sizexs2: 13px;
  --size2xs: 11px;
  --size3xs: 10px;
}

@media (max-width: 1304px) {
  :root {
    --page-space: 24px;
  }
}
@media (max-width: 768px) {
  :root {
    --page-space: 16px;
  }
}
.sp-mt-1 {
  margin-top: 1px !important;
}

.sp-mb-1 {
  margin-bottom: 1px !important;
}

@media (max-width: 1024px) {
  .res-mt-1 {
    margin-top: 1px !important;
  }
}
.sp-mt-2 {
  margin-top: 2px !important;
}

.sp-mb-2 {
  margin-bottom: 2px !important;
}

@media (max-width: 1024px) {
  .res-mt-2 {
    margin-top: 2px !important;
  }
}
.sp-mt-3 {
  margin-top: 3px !important;
}

.sp-mb-3 {
  margin-bottom: 3px !important;
}

@media (max-width: 1024px) {
  .res-mt-3 {
    margin-top: 3px !important;
  }
}
.sp-mt-4 {
  margin-top: 4px !important;
}

.sp-mb-4 {
  margin-bottom: 4px !important;
}

@media (max-width: 1024px) {
  .res-mt-4 {
    margin-top: 4px !important;
  }
}
.sp-mt-5 {
  margin-top: 5px !important;
}

.sp-mb-5 {
  margin-bottom: 5px !important;
}

@media (max-width: 1024px) {
  .res-mt-5 {
    margin-top: 5px !important;
  }
}
.sp-mt-6 {
  margin-top: 6px !important;
}

.sp-mb-6 {
  margin-bottom: 6px !important;
}

@media (max-width: 1024px) {
  .res-mt-6 {
    margin-top: 6px !important;
  }
}
.sp-mt-7 {
  margin-top: 7px !important;
}

.sp-mb-7 {
  margin-bottom: 7px !important;
}

@media (max-width: 1024px) {
  .res-mt-7 {
    margin-top: 7px !important;
  }
}
.sp-mt-8 {
  margin-top: 8px !important;
}

.sp-mb-8 {
  margin-bottom: 8px !important;
}

@media (max-width: 1024px) {
  .res-mt-8 {
    margin-top: 8px !important;
  }
}
.sp-mt-9 {
  margin-top: 9px !important;
}

.sp-mb-9 {
  margin-bottom: 9px !important;
}

@media (max-width: 1024px) {
  .res-mt-9 {
    margin-top: 9px !important;
  }
}
.sp-mt-10 {
  margin-top: 10px !important;
}

.sp-mb-10 {
  margin-bottom: 10px !important;
}

@media (max-width: 1024px) {
  .res-mt-10 {
    margin-top: 10px !important;
  }
}
.sp-mt-11 {
  margin-top: 11px !important;
}

.sp-mb-11 {
  margin-bottom: 11px !important;
}

@media (max-width: 1024px) {
  .res-mt-11 {
    margin-top: 11px !important;
  }
}
.sp-mt-12 {
  margin-top: 12px !important;
}

.sp-mb-12 {
  margin-bottom: 12px !important;
}

@media (max-width: 1024px) {
  .res-mt-12 {
    margin-top: 12px !important;
  }
}
.sp-mt-13 {
  margin-top: 13px !important;
}

.sp-mb-13 {
  margin-bottom: 13px !important;
}

@media (max-width: 1024px) {
  .res-mt-13 {
    margin-top: 13px !important;
  }
}
.sp-mt-14 {
  margin-top: 14px !important;
}

.sp-mb-14 {
  margin-bottom: 14px !important;
}

@media (max-width: 1024px) {
  .res-mt-14 {
    margin-top: 14px !important;
  }
}
.sp-mt-15 {
  margin-top: 15px !important;
}

.sp-mb-15 {
  margin-bottom: 15px !important;
}

@media (max-width: 1024px) {
  .res-mt-15 {
    margin-top: 15px !important;
  }
}
.sp-mt-16 {
  margin-top: 16px !important;
}

.sp-mb-16 {
  margin-bottom: 16px !important;
}

@media (max-width: 1024px) {
  .res-mt-16 {
    margin-top: 16px !important;
  }
}
.sp-mt-17 {
  margin-top: 17px !important;
}

.sp-mb-17 {
  margin-bottom: 17px !important;
}

@media (max-width: 1024px) {
  .res-mt-17 {
    margin-top: 17px !important;
  }
}
.sp-mt-18 {
  margin-top: 18px !important;
}

.sp-mb-18 {
  margin-bottom: 18px !important;
}

@media (max-width: 1024px) {
  .res-mt-18 {
    margin-top: 18px !important;
  }
}
.sp-mt-19 {
  margin-top: 19px !important;
}

.sp-mb-19 {
  margin-bottom: 19px !important;
}

@media (max-width: 1024px) {
  .res-mt-19 {
    margin-top: 19px !important;
  }
}
.sp-mt-20 {
  margin-top: 20px !important;
}

.sp-mb-20 {
  margin-bottom: 20px !important;
}

@media (max-width: 1024px) {
  .res-mt-20 {
    margin-top: 20px !important;
  }
}
.sp-mt-21 {
  margin-top: 21px !important;
}

.sp-mb-21 {
  margin-bottom: 21px !important;
}

@media (max-width: 1024px) {
  .res-mt-21 {
    margin-top: 21px !important;
  }
}
.sp-mt-22 {
  margin-top: 22px !important;
}

.sp-mb-22 {
  margin-bottom: 22px !important;
}

@media (max-width: 1024px) {
  .res-mt-22 {
    margin-top: 22px !important;
  }
}
.sp-mt-23 {
  margin-top: 23px !important;
}

.sp-mb-23 {
  margin-bottom: 23px !important;
}

@media (max-width: 1024px) {
  .res-mt-23 {
    margin-top: 23px !important;
  }
}
.sp-mt-24 {
  margin-top: 24px !important;
}

.sp-mb-24 {
  margin-bottom: 24px !important;
}

@media (max-width: 1024px) {
  .res-mt-24 {
    margin-top: 24px !important;
  }
}
.sp-mt-25 {
  margin-top: 25px !important;
}

.sp-mb-25 {
  margin-bottom: 25px !important;
}

@media (max-width: 1024px) {
  .res-mt-25 {
    margin-top: 25px !important;
  }
}
.sp-mt-26 {
  margin-top: 26px !important;
}

.sp-mb-26 {
  margin-bottom: 26px !important;
}

@media (max-width: 1024px) {
  .res-mt-26 {
    margin-top: 26px !important;
  }
}
.sp-mt-27 {
  margin-top: 27px !important;
}

.sp-mb-27 {
  margin-bottom: 27px !important;
}

@media (max-width: 1024px) {
  .res-mt-27 {
    margin-top: 27px !important;
  }
}
.sp-mt-28 {
  margin-top: 28px !important;
}

.sp-mb-28 {
  margin-bottom: 28px !important;
}

@media (max-width: 1024px) {
  .res-mt-28 {
    margin-top: 28px !important;
  }
}
.sp-mt-29 {
  margin-top: 29px !important;
}

.sp-mb-29 {
  margin-bottom: 29px !important;
}

@media (max-width: 1024px) {
  .res-mt-29 {
    margin-top: 29px !important;
  }
}
.sp-mt-30 {
  margin-top: 30px !important;
}

.sp-mb-30 {
  margin-bottom: 30px !important;
}

@media (max-width: 1024px) {
  .res-mt-30 {
    margin-top: 30px !important;
  }
}
.sp-mt-31 {
  margin-top: 31px !important;
}

.sp-mb-31 {
  margin-bottom: 31px !important;
}

@media (max-width: 1024px) {
  .res-mt-31 {
    margin-top: 31px !important;
  }
}
.sp-mt-32 {
  margin-top: 32px !important;
}

.sp-mb-32 {
  margin-bottom: 32px !important;
}

@media (max-width: 1024px) {
  .res-mt-32 {
    margin-top: 32px !important;
  }
}
.sp-mt-33 {
  margin-top: 33px !important;
}

.sp-mb-33 {
  margin-bottom: 33px !important;
}

@media (max-width: 1024px) {
  .res-mt-33 {
    margin-top: 33px !important;
  }
}
.sp-mt-34 {
  margin-top: 34px !important;
}

.sp-mb-34 {
  margin-bottom: 34px !important;
}

@media (max-width: 1024px) {
  .res-mt-34 {
    margin-top: 34px !important;
  }
}
.sp-mt-35 {
  margin-top: 35px !important;
}

.sp-mb-35 {
  margin-bottom: 35px !important;
}

@media (max-width: 1024px) {
  .res-mt-35 {
    margin-top: 35px !important;
  }
}
.sp-mt-36 {
  margin-top: 36px !important;
}

.sp-mb-36 {
  margin-bottom: 36px !important;
}

@media (max-width: 1024px) {
  .res-mt-36 {
    margin-top: 36px !important;
  }
}
.sp-mt-37 {
  margin-top: 37px !important;
}

.sp-mb-37 {
  margin-bottom: 37px !important;
}

@media (max-width: 1024px) {
  .res-mt-37 {
    margin-top: 37px !important;
  }
}
.sp-mt-38 {
  margin-top: 38px !important;
}

.sp-mb-38 {
  margin-bottom: 38px !important;
}

@media (max-width: 1024px) {
  .res-mt-38 {
    margin-top: 38px !important;
  }
}
.sp-mt-39 {
  margin-top: 39px !important;
}

.sp-mb-39 {
  margin-bottom: 39px !important;
}

@media (max-width: 1024px) {
  .res-mt-39 {
    margin-top: 39px !important;
  }
}
.sp-mt-40 {
  margin-top: 40px !important;
}

.sp-mb-40 {
  margin-bottom: 40px !important;
}

@media (max-width: 1024px) {
  .res-mt-40 {
    margin-top: 40px !important;
  }
}
.sp-mt-41 {
  margin-top: 41px !important;
}

.sp-mb-41 {
  margin-bottom: 41px !important;
}

@media (max-width: 1024px) {
  .res-mt-41 {
    margin-top: 41px !important;
  }
}
.sp-mt-42 {
  margin-top: 42px !important;
}

.sp-mb-42 {
  margin-bottom: 42px !important;
}

@media (max-width: 1024px) {
  .res-mt-42 {
    margin-top: 42px !important;
  }
}
.sp-mt-43 {
  margin-top: 43px !important;
}

.sp-mb-43 {
  margin-bottom: 43px !important;
}

@media (max-width: 1024px) {
  .res-mt-43 {
    margin-top: 43px !important;
  }
}
.sp-mt-44 {
  margin-top: 44px !important;
}

.sp-mb-44 {
  margin-bottom: 44px !important;
}

@media (max-width: 1024px) {
  .res-mt-44 {
    margin-top: 44px !important;
  }
}
.sp-mt-45 {
  margin-top: 45px !important;
}

.sp-mb-45 {
  margin-bottom: 45px !important;
}

@media (max-width: 1024px) {
  .res-mt-45 {
    margin-top: 45px !important;
  }
}
.sp-mt-46 {
  margin-top: 46px !important;
}

.sp-mb-46 {
  margin-bottom: 46px !important;
}

@media (max-width: 1024px) {
  .res-mt-46 {
    margin-top: 46px !important;
  }
}
.sp-mt-47 {
  margin-top: 47px !important;
}

.sp-mb-47 {
  margin-bottom: 47px !important;
}

@media (max-width: 1024px) {
  .res-mt-47 {
    margin-top: 47px !important;
  }
}
.sp-mt-48 {
  margin-top: 48px !important;
}

.sp-mb-48 {
  margin-bottom: 48px !important;
}

@media (max-width: 1024px) {
  .res-mt-48 {
    margin-top: 48px !important;
  }
}
.sp-mt-49 {
  margin-top: 49px !important;
}

.sp-mb-49 {
  margin-bottom: 49px !important;
}

@media (max-width: 1024px) {
  .res-mt-49 {
    margin-top: 49px !important;
  }
}
/**
    * 마이페이지 베타 아이콘
 */
.member-icon-beta {
  background-image: url("/images/icons/member.svg") !important;
  background-size: contain;
  height: 32px;
  width: 32px;
}
.member-icon-beta.member-icon-24 {
  width: 24px;
  height: 24px;
}
.member-icon-beta.member-icon-20 {
  width: 20px;
  height: 20px;
}
.member-icon-beta.member-icon-16 {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  body, html {
    overflow: visible !important;
  }
}

.header-mo {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.0196078431), 0px 2px 4px -2px rgba(0, 0, 0, 0.0392156863);
  position: -webkit-sticky;
  position: sticky;
  height: 48px;
  top: 40px;
  z-index: 3;
}
@media (min-width: calc(1024px + 1px)) {
  .header-mo {
    display: none;
  }
}
.header-mo .gnb {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow-x: scroll;
}
.header-mo .gnb-ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 8px;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
  overflow-x: hidden;
  background-color: var(--white);
}
.header-mo .gnb-child {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  position: relative;
  flex: 0 0 auto;
}
.header-mo .inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
.header-mo .text-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 500;
  color: var(--neutralneutral-900);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}
.header-mo .inner-wrapper {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #614fdf;
  display: inline-flex;
  height: 48px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}
.header-mo .div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: var(--neutral-900);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.wrap-screen-price {
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 60px;
  position: relative;
  background: #F5F5FA;
}
@media (max-width: 1024px) {
  .wrap-screen-price {
    padding: 48px 40px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .wrap-screen-price {
    padding: 40px 0px;
    gap: 24px;
  }
}
.wrap-screen-price sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  left: -0.2em;
  margin-left: 2px;
}
.wrap-screen-price .title-cont {
  align-self: stretch;
  font-family: "Pretendard", Helvetica;
  color: #281e50;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
  position: relative;
  margin-top: -1px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wrap-screen-price .title-cont {
    font-size: 28px;
    line-height: 120%;
  }
}
.wrap-screen-price .tabs {
  display: inline-flex;
  align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 60px;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  .wrap-screen-price .tabs {
    top: 100px;
  }
}
@media (max-width: 768px) {
  .wrap-screen-price .tabs {
    top: 100px;
  }
}
.wrap-screen-price .tabs .tab-product {
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  position: relative;
  flex: 0 0 auto;
  gap: 4px;
  border-radius: 24px;
  box-shadow: 0px 5px 7px rgba(82, 67, 194, 0.231372549);
  background-color: #5242c1;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wrap-screen-price .tabs .tab-product {
    padding: 0px 12px;
  }
}
.wrap-screen-price .tabs .tab-product.white {
  color: #424242;
  box-shadow: none;
  background-color: #ffffff;
  font-weight: 400;
}
.wrap-screen-price .tabs .tab-product.last {
  color: #5242c1;
  box-shadow: none;
  background-color: #ffffff;
  font-weight: 500;
}
.wrap-screen-price .tabs .tab-product.disabled {
  background-color: #FFF;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
}
.wrap-screen-price .tabs .item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}
.wrap-screen-price .ico-total {
  position: relative;
  width: 12px;
  height: 12px;
}
.wrap-screen-price .ico-total .group {
  position: relative;
  width: 11px;
  height: 11px;
}
.wrap-screen-price .ico-total .rectangle {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  left: 0;
  border-radius: 1px;
  border: 1px solid;
  border-color: #5242c1;
}
.wrap-screen-price .ico-total .overlap-group {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 6px;
  left: 6px;
}
.wrap-screen-price .ico-total .rectangle-2 {
  position: absolute;
  width: 5px;
  height: 1px;
  top: 2px;
  left: 0;
  border: 1px solid;
  border-color: #5242c1;
}
.wrap-screen-price .ico-total .rectangle-3 {
  position: absolute;
  width: 1px;
  height: 5px;
  top: 0;
  left: 2px;
  background-color: #5242c1;
}
.wrap-screen-price .ico-total .rectangle-4 {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 6px;
  left: 0;
  border-radius: 1px;
  border: 1px solid;
  border-color: #5242c1;
}
.wrap-screen-price .ico-total .rectangle-5 {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  left: 6px;
  border-radius: 1px;
  border: 1px solid;
  border-color: #5242c1;
}

.wrap-price {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  align-self: stretch;
  margin: 0 auto;
  max-width: 1160px;
}
@media (min-width: calc(1024px + 1px)) {
  .wrap-price {
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .wrap-price {
    margin: 0;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .wrap-price {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}
.wrap-price .product-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 40px 0px 24px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  border: 4px solid;
  width: 360px;
  border-color: #5242c1;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
}
@media (max-width: 1024px) {
  .wrap-price .product-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wrap-price .product-container {
    min-width: 328px;
    max-width: 328px;
  }
}
.wrap-price .product-container .product-wrap {
  gap: 16px;
  padding: 0px 40px 0px 40px;
  flex: 1 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}
@media (max-width: 1304px) {
  .wrap-price .product-container .product-wrap {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .wrap-price .product-container .product-wrap {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .wrap-price .product-container .product-wrap {
    flex-direction: column;
  }
}
.wrap-price .product-container .product-title {
  gap: 8px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}
@media (max-width: 1024px) {
  .wrap-price .product-container .product-title {
    flex: 1 1;
    flex-grow: 1;
  }
}
.wrap-price .product-container .product-title .period {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 32px;
  position: relative;
}
.wrap-price .product-container .product-title .period ._1 {
  color: #212121;
  text-align: left;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
}
.wrap-price .product-container .product-title .list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.wrap-price .product-container .product-title .list-item .check-circle {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url("/images/icons/subscription/check-circle-1.svg");
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.wrap-price .product-container .product-title .list-item .all-limited-links {
  position: relative;
  flex: 1 1;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #424242;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}
@media (min-width: calc(1024px + 1px)) {
  .wrap-price .product-container.upgrade-tab {
    top: 0px !important;
    width: 720px;
  }
  .wrap-price .product-container.upgrade-tab .product-title {
    flex: 1 1;
    flex-grow: 1;
  }
  .wrap-price .product-container.upgrade-tab .product-wrap {
    flex-direction: row;
  }
}
.wrap-price .product-container .view {
  display: flex;
  flex-direction: row;
  gap: 8px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.wrap-price .product-container .view .tit {
  color: #281e50;
  text-align: left;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  position: relative;
}
.wrap-price .product-container .view .stit {
  color: #5243c2;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Pretendard", sans-serif;
}
.wrap-price .product-container .view .stit .stit-span {
  color: #5243c2;
  font-size: 29px;
  line-height: 36px;
  font-weight: 700;
  position: relative;
  width: auto;
}
.wrap-price .product-container .view .stit .stit-span sup {
  position: absolute;
  padding-left: 87px;
  top: 13px;
  font-size: 19px;
}
.wrap-price .product-container .text-wrapper {
  line-height: 36px;
}
.wrap-price .product-container .view-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}
.wrap-price .product-container .view-2 .tit {
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 500;
  color: #424242;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.wrap-price .product-container .view-2 .tit.gray {
  color: #777777 !important;
  text-align: left;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
}
.wrap-price .product-container .view-2 .stit {
  margin-top: -1px;
  font-family: "Spoqa Han Sans Neo-Bold", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 40px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.wrap-price .product-container .text-wrapper-3 {
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.wrap-price .product-container .price {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}
.wrap-price .product-container .price .tit {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Verdana", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 40px;
  white-space: nowrap;
}
.wrap-price .product-container .price .stit {
  margin-top: -1px;
  font-family: "Spoqa Han Sans Neo-Bold", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 40px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.wrap-price .product-container .btn-group {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.wrap-price .product-container .btn-group button {
  cursor: pointer;
}
.wrap-price .product-container .btn-1 {
  all: unset;
  box-sizing: border-box;
  border-color: #cccccc !important;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
}
.wrap-price .product-container .btn-1 .text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #444444;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.wrap-price .product-container .btn-2 {
  all: unset;
  box-sizing: border-box;
  border-color: #5242c1 !important;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
}
.wrap-price .product-container .btn-2 .text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.wrap-price .product-container .btn-upgrade {
  all: unset;
  box-sizing: border-box;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #e7ff58;
  border-radius: 24px;
  overflow: hidden;
}
.wrap-price .product-container .btn-upgrade .text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.wrap-price .product-container .ico-group {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: -12px;
  left: 40px;
}
.wrap-price .product-container .most-popular {
  display: inline-flex;
  height: 24px;
  align-items: center;
  padding: 0px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #e7ff58;
  border-radius: 12px;
  overflow: hidden;
}
.wrap-price .product-container .MOST-POPULAR {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.wrap-price .product-container .MOST-POPULAR-wrapper {
  display: inline-flex;
  height: 24px;
  align-items: center;
  padding: 0px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #00cfeb;
  border-radius: 12px;
  overflow: hidden;
}
.wrap-price .product-container .MOST-POPULAR-wrapper3 {
  background: #ffffff;
  border-radius: 12px;
  border-style: solid;
  border-color: #5243c2;
  border-width: 1px;
  padding: 0px 12px 0px 12px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 24px;
  position: relative;
  overflow: hidden;
}
.wrap-price .product-container .MOST-POPULAR-wrapper3 .MOST-POPULAR-3 {
  color: #5243c2;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
.wrap-price .product-container .MOST-POPULAR-2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.wrap-price .product-container .div-wrapper {
  display: inline-flex;
  height: 24px;
  align-items: center;
  padding: 0px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ff584d;
  border-radius: 12px;
  overflow: hidden;
}
.wrap-price .product-container .plus {
  font-size: 18px;
  line-height: 32px;
}
.wrap-price .product-container .select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  width: auto;
  align-items: center;
  padding: 0px 16px;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #e1e1e1;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #212121;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 15px center;
  background-image: url("/images//icons/subscription/purple_arrow.svg");
  background-position: right 10px center;
  padding-right: 30px;
}
.wrap-price .product-container .element-select {
  display: flex;
  width: 80px;
  height: 40px;
  align-items: center;
  padding: 0px 16px;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #e1e1e1;
}
.wrap-price .product-container .element-select .data {
  position: relative;
  flex: 1 1;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.wrap-price .product-container .element-select .icon-size {
  position: relative;
  width: 10px;
  height: 6px;
}
.wrap-price .product-container.border-none {
  border: none;
  height: 540px;
}
@media (max-width: 1024px) {
  .wrap-price .product-container.border-none {
    height: auto;
  }
}
@media (max-width: 768px) {
  .wrap-price .product-container.border-none {
    height: auto;
  }
}
.wrap-price .product-container.border-none-height {
  border: none;
}
.wrap-price .product-container.upgrade {
  top: -20px;
  background-color: #5242c1;
  box-shadow: 0px 42px 34px 0px rgba(82, 67, 194, 0.3);
}
@media (max-width: 1304px) {
  .wrap-price .product-container.upgrade {
    height: 468px;
  }
}
@media (max-width: 1024px) {
  .wrap-price .product-container.upgrade {
    width: 100%;
    top: 0px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .wrap-price .product-container.upgrade {
    top: 0px;
    height: auto;
  }
}
.wrap-price .product-container.upgrade .stit-span, .wrap-price .product-container.upgrade .stit, .wrap-price .product-container.upgrade .tit, .wrap-price .product-container.upgrade .all-limited-links {
  color: #FFFFFF !important;
}
.wrap-price .product-container.upgrade .view .stit {
  line-height: 36px;
}
.wrap-price.magazine .tit2, .wrap-price.magazine .all-limited-links, .wrap-price.magazine .stit, .wrap-price.magazine .tit {
  color: #212121 !important;
}
.wrap-price.magazine .product-title .list-item .check-circle {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url("/images/icons/subscription/check-circle-2.svg");
}
.wrap-price.magazine .btn-2 {
  border-color: #212121 !important;
}
.wrap-price.magazine .btn-2 .text {
  color: #212121 !important;
}
.wrap-price.dl .stit-span, .wrap-price.dl .stit {
  color: #42C9DD !important;
}
.wrap-price.dl .all-limited-links, .wrap-price.dl .stit, .wrap-price.dl .tit {
  color: #212121 !important;
}
.wrap-price.dl .product-title .list-item .check-circle {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url("/images/icons/subscription/check-circle-2.svg");
}
.wrap-price.dl .btn-2 {
  border-color: #42C9DD !important;
}
.wrap-price.dl .btn-2 .text {
  color: #42C9DD !important;
}

.intro-container {
  flex-direction: row;
  justify-content: center;
  padding-bottom: 100px;
  position: relative;
  gap: 80px;
  background: #F5F5FA;
}
@media (min-width: calc(1024px + 1px)) {
  .intro-container {
    display: flex;
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) {
  .intro-container {
    padding: 0px 40px 48px;
    justify-content: normal;
    height: auto;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .intro-container {
    padding: 0px 40px 48px;
    align-items: center;
    justify-content: center;
    height: auto;
    gap: 0px;
  }
}

.intro-wrap {
  display: flex;
  gap: 80px;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .intro-banner-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .intro-banner-wrap {
    display: none;
  }
}

.mobile {
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: calc(1024px + 1px)) {
  .mobile {
    display: none;
  }
}

.navi {
  display: flex;
  flex-direction: column;
  width: 180px;
  align-items: flex-start;
  padding: 40px 0px;
  position: relative;
  gap: 32px;
}
@media (max-width: 1024px) {
  .navi {
    display: none;
  }
}
@media (max-width: 768px) {
  .navi {
    display: none;
  }
}
.navi .btn-subscription {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 150px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 8px;
  position: relative;
  background-color: #5243c2;
  border-radius: 4px;
  cursor: pointer;
}
.navi .btn-subscription .btn-text-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 27px;
}
.navi .left-list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
.navi .div {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}
.navi .text-wrapper {
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #212529;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 28.8px;
  white-space: nowrap;
}
.navi .background {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 14px;
  left: -24px;
  background-color: #604fdf;
  border-radius: 10px;
}
.navi .text-wrapper-2 {
  font-family: "Pretendard", Helvetica;
  font-weight: 500;
  color: #666666;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 28.8px;
  white-space: nowrap;
}
.navi .text-wrapper-2.bold {
  font-weight: 700;
}

.service-intro {
  display: flex;
  width: 800px;
  height: 540px;
  align-items: center;
  padding: 100px 0px 100px 80px;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .service-intro {
    width: 100%;
    flex-direction: row;
    padding: 40px 0px 40px 40px;
  }
}
@media (max-width: 768px) {
  .service-intro {
    width: 328px;
    min-width: 328px;
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 0px 40px 40px;
  }
}
.service-intro .cont-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 768px) {
  .service-intro .cont-group {
    gap: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.service-intro .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.service-intro .simple-transparent {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 500;
  color: #828282;
  font-size: 23px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .service-intro .simple-transparent {
    font-size: 18px;
  }
}
.service-intro .text-wrapper {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 50.4px;
}
.service-intro .text-wrapper sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  left: 0em;
  margin-left: 2px;
}
@media (max-width: 768px) {
  .service-intro .text-wrapper {
    line-height: 120%;
    font-size: 32px;
  }
}
.service-intro .text-wrapper.dl {
  color: #42C9DD;
}
.service-intro .text-wrapper.air {
  color: #7B63FB;
}
.service-intro .text-wrapper.mathScience {
  color: #F62346;
}
.service-intro .text-wrapper.science {
  color: #427AE9;
}
.service-intro .text-wrapper.kidMath {
  color: #00C5B4;
}
.service-intro .text {
  width: 320px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28.8px;
}
.service-intro .text sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  left: 0em;
  margin-left: 2px;
}
@media (max-width: 768px) {
  .service-intro .text {
    width: 240px;
    font-size: 14px;
    line-height: 160%;
  }
}
.service-intro .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2px 16px;
  position: relative;
  flex: 0 0 auto;
  border: 1px solid;
  border-color: #000000;
  cursor: pointer;
}
.service-intro .div {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 28.8px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}
.service-intro .IMG {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  flex: 0 0 auto;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (max-width: 1024px) {
  .service-intro .IMG {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    flex: 0 0 auto;
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
@media (max-width: 768px) {
  .service-intro .IMG {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.service-intro .img {
  position: relative;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .service-intro .img {
    width: 240px;
    height: 240px;
  }
}

.sub-top-banner {
  --space-h: 16px;
  --space-v: 10px;
  width: 1080px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .sub-top-banner {
    --space-h: 12px;
    --space-v: 6px;
    width: 600px;
    height: 266px;
  }
}
@media (max-width: 768px) {
  .sub-top-banner {
    --space-h: 16px;
    --space-v: 0;
    width: 360px;
    height: 160px;
  }
}
.sub-top-banner .slick-banner {
  position: relative;
}
.sub-top-banner .slick-banner .slick-arrow {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.sub-top-banner .slick-banner .slick-arrow::before,
.sub-top-banner .slick-banner .slick-arrow ::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url("/images/icons/btn_arrow_subscription.svg");
  margin: 0 auto;
}
.sub-top-banner .slick-banner .slick-arrow.slick-prev {
  left: calc(50% - 498px);
}
.sub-top-banner .slick-banner .slick-arrow.slick-next {
  transform: translate(-50%, -50%) rotate(180deg);
  left: calc(50% + 498px);
}
@media (max-width: 1024px) {
  .sub-top-banner .slick-banner .slick-arrow {
    display: none !important;
  }
}
.sub-top-banner .slick-banner .slick-slide {
  transition: 0.2s;
  width: 1080px;
  height: 480px;
}
.sub-top-banner .slick-banner .slick-slide > div,
.sub-top-banner .slick-banner .slick-slide .items,
.sub-top-banner .slick-banner .slick-slide .inner {
  width: 100%;
  height: 100%;
}
.sub-top-banner .slick-banner .slick-slide .items .inner {
  transition: 0.3s;
  position: relative;
  height: 480px;
}
@media (max-width: 1024px) {
  .sub-top-banner .slick-banner .slick-slide .items .inner {
    height: 266px;
  }
}
@media (max-width: 768px) {
  .sub-top-banner .slick-banner .slick-slide .items .inner {
    height: 160px;
  }
}
.sub-top-banner .slick-banner .slick-slide .items .link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sub-top-banner .slick-banner .slick-slide .items .link {
    border-radius: 10px;
  }
}
.sub-top-banner .slick-banner .slick-center .items .inner {
  padding: 0 var(--space-h);
}
.sub-top-banner .slick-banner .slick-center .items .inner::after {
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1304px) {
  .sub-top-banner .slick-banner .slick-slide {
    margin: 0 auto;
    width: 632px;
    height: 285px;
  }
}
@media (max-width: 1024px) {
  .sub-top-banner .slick-banner .slick-slide {
    width: 524px;
    height: 266px;
  }
}
@media (max-width: 768px) {
  .sub-top-banner .slick-banner .slick-track {
    display: flex;
  }
  .sub-top-banner .slick-banner .slick-slide {
    transition: none;
    width: auto;
    height: auto;
  }
  .sub-top-banner .slick-banner .slick-slide .items .inner .link {
    transition: none;
    padding-bottom: 46.8%;
  }
  .sub-top-banner .slick-banner .slick-slide .items .inner::after {
    display: none;
  }
  .sub-top-banner .slick-banner .slick-center {
    width: auto;
  }
}
.sub-top-banner .main-banner-control {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  height: 28px;
  margin: 20px 0 10px;
}
@media (max-width: 1304px) {
  .sub-top-banner .main-banner-control {
    gap: 16px;
  }
}
.sub-top-banner .main-banner-control .banner-list-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.sub-top-banner .main-banner-control .banner-gh {
  display: flex;
  justify-content: initial;
  align-items: initial;
  flex-direction: row;
  width: 155px;
  height: 2px;
  background-color: #d9d9d9;
}
.sub-top-banner .main-banner-control .banner-gh span {
  transition: 0.3s;
  height: 100%;
  background-color: var(--neutral-800);
}
.sub-top-banner .main-banner-control .banner-nums {
  font-size: 17px;
  font-weight: 500;
}
.sub-top-banner .main-banner-control .banner-nums > span {
  display: inline-block;
  min-width: 24px;
}
.sub-top-banner .main-banner-control .banner-nums .length {
  color: var(--neutral-500);
}
.sub-top-banner .main-banner-control .banner-ar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.sub-top-banner .main-banner-control .banner-ar .MuiButtonBase-root,
.sub-top-banner .main-banner-control .banner-ar .MuiButtonBase-root [class*=icons-] {
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .sub-top-banner .main-banner-control {
    flex-direction: row-reverse;
    transform: translateX(-50%);
    position: absolute;
    left: calc(50% + 190px);
    bottom: 16px;
    padding: 5px 10px;
    gap: 5px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
    min-width: 74px;
    height: 24px;
    margin: 0;
  }
  .sub-top-banner .main-banner-control .banner-gh,
  .sub-top-banner .main-banner-control .banner-ar {
    display: none;
  }
  .sub-top-banner .main-banner-control .banner-list-btn [class*=icons-] {
    width: 14px;
    height: 14px;
    background-color: var(--white) !important;
  }
  .sub-top-banner .main-banner-control .banner-nums {
    font-size: var(--sizexs);
  }
  .sub-top-banner .main-banner-control .banner-nums > span {
    min-width: 18px;
  }
  .sub-top-banner .main-banner-control .banner-nums,
  .sub-top-banner .main-banner-control .banner-nums .length {
    color: var(--neutral-300);
  }
}
@media (max-width: 768px) {
  .sub-top-banner .main-banner-control {
    transform: none;
    left: initial;
    right: 26px;
    bottom: 10px;
  }
}

.intro-banner-wrap_parent {
  width: 800px;
  height: 100px;
}
@media (max-width: 1024px) {
  .intro-banner-wrap_parent {
    display: none;
  }
}
@media (max-width: 768px) {
  .intro-banner-wrap_parent {
    display: none;
  }
}

.intro-banner-wrap {
  width: 2000px;
  height: 540px;
  position: relative;
}
.intro-banner-wrap .slick-banner {
  position: relative;
}
.intro-banner-wrap .slick-banner .slick-arrow {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.intro-banner-wrap .slick-banner .slick-arrow::before,
.intro-banner-wrap .slick-banner .slick-arrow ::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url("/images/icons/btn_arrow.svg");
  margin: 0 auto;
}
.intro-banner-wrap .slick-banner .slick-arrow.slick-prev {
  left: 0px;
}
.intro-banner-wrap .slick-banner .slick-arrow.slick-next {
  transform: translate(-50%, -50%) rotate(180deg);
  left: 800px;
}
@media (max-width: 1024px) {
  .intro-banner-wrap .slick-banner .slick-arrow {
    display: none !important;
  }
}
.intro-banner-wrap .slick-banner .slick-slide {
  transition: 0.2s;
  width: 840px;
}
.intro-banner-wrap .slick-banner .slick-slide > div,
.intro-banner-wrap .slick-banner .slick-slide .items,
.intro-banner-wrap .slick-banner .slick-slide .inner {
  width: 100%;
  height: 100%;
}
.intro-banner-wrap .slick-banner .slick-slide .items .inner {
  transition: 0.3s;
  position: relative;
  padding: var(--space-v) var(--space-h);
}
.intro-banner-wrap .slick-banner .slick-slide .items .inner::after {
  transition: opacity 0.3s;
  content: "";
  position: absolute;
  left: var(--space-h);
  right: var(--space-h);
  top: var(--space-v);
  bottom: var(--space-v);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.intro-banner-wrap .slick-banner .slick-slide .items .link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .intro-banner-wrap .slick-banner .slick-slide .items .link {
    border-radius: 10px;
  }
}
.intro-banner-wrap .slick-banner .slick-center .items .inner {
  padding: 0 var(--space-h);
}
.intro-banner-wrap .slick-banner .slick-center .items .inner::after {
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1304px) {
  .intro-banner-wrap .slick-banner .slick-slide {
    margin: 0 auto;
    width: 632px;
    height: 285px;
  }
}
@media (max-width: 1024px) {
  .intro-banner-wrap .slick-banner .slick-slide {
    width: 524px;
    height: 238px;
  }
}
@media (max-width: 768px) {
  .intro-banner-wrap .slick-banner .slick-track {
    display: flex;
  }
  .intro-banner-wrap .slick-banner .slick-slide {
    transition: none;
    width: auto;
    height: auto;
  }
  .intro-banner-wrap .slick-banner .slick-slide .items .inner .link {
    transition: none;
    padding-bottom: 46.8%;
  }
  .intro-banner-wrap .slick-banner .slick-slide .items .inner::after {
    display: none;
  }
  .intro-banner-wrap .slick-banner .slick-center {
    width: auto;
  }
}
.intro-banner-wrap .main-banner-control {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  height: 28px;
  margin: 20px 0 10px;
}
@media (max-width: 1304px) {
  .intro-banner-wrap .main-banner-control {
    gap: 16px;
  }
}
.intro-banner-wrap .main-banner-control .banner-list-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.intro-banner-wrap .main-banner-control .banner-gh {
  display: flex;
  justify-content: initial;
  align-items: initial;
  flex-direction: row;
  width: 155px;
  height: 2px;
  background-color: #d9d9d9;
}
.intro-banner-wrap .main-banner-control .banner-gh span {
  transition: 0.3s;
  height: 100%;
  background-color: var(--neutral-800);
}
.intro-banner-wrap .main-banner-control .banner-nums {
  font-size: 17px;
  font-weight: 500;
}
.intro-banner-wrap .main-banner-control .banner-nums > span {
  display: inline-block;
  min-width: 24px;
}
.intro-banner-wrap .main-banner-control .banner-nums .length {
  color: var(--neutral-500);
}
.intro-banner-wrap .main-banner-control .banner-ar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.intro-banner-wrap .main-banner-control .banner-ar .MuiButtonBase-root,
.intro-banner-wrap .main-banner-control .banner-ar .MuiButtonBase-root [class*=icons-] {
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .intro-banner-wrap .main-banner-control {
    flex-direction: row-reverse;
    transform: translateX(-50%);
    position: absolute;
    left: calc(50% + 190px);
    bottom: 16px;
    padding: 5px 10px;
    gap: 5px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
    min-width: 74px;
    height: 24px;
    margin: 0;
  }
  .intro-banner-wrap .main-banner-control .banner-gh,
  .intro-banner-wrap .main-banner-control .banner-ar {
    display: none;
  }
  .intro-banner-wrap .main-banner-control .banner-list-btn [class*=icons-] {
    width: 14px;
    height: 14px;
    background-color: var(--white) !important;
  }
  .intro-banner-wrap .main-banner-control .banner-nums {
    font-size: var(--sizexs);
  }
  .intro-banner-wrap .main-banner-control .banner-nums > span {
    min-width: 18px;
  }
  .intro-banner-wrap .main-banner-control .banner-nums,
  .intro-banner-wrap .main-banner-control .banner-nums .length {
    color: var(--neutral-300);
  }
}
@media (max-width: 768px) {
  .intro-banner-wrap .main-banner-control {
    transform: none;
    left: initial;
    right: 26px;
    bottom: 10px;
  }
}

.faq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .faq-container {
    padding: 40px 16px;
  }
}
.faq-container .wrap-cont-faq {
  display: flex;
  flex-direction: column;
  max-width: 1160px;
  align-items: center;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .faq-container .wrap-cont-faq {
    gap: 24px;
  }
}
.faq-container .title-cont {
  display: flex;
  flex-direction: column;
  max-width: 1160px;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.faq-container .text-1 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #281e50;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
}
@media (max-width: 1024px) {
  .faq-container .text-1 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Pretendard", Helvetica;
    font-weight: 700;
    color: #281e50;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0;
    line-height: 33.6px;
  }
}
.faq-container .questions {
  display: flex;
  max-width: 1160px;
  height: 636px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
@media (max-width: 1024px) {
  .faq-container .questions {
    flex-direction: column;
    flex: 0 0 auto;
    height: auto;
  }
}
.faq-container .surface {
  flex: 1 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.faq-container .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
}
.faq-container .faq-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1019607843);
}
.faq-container .div {
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.faq-container .header {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.faq-container .title {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 1 1;
  align-self: stretch;
  flex-grow: 1;
}
.faq-container .block-title {
  position: relative;
  flex: 1 1;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #281e50;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .faq-container .block-title {
    flex: 1 1;
    margin-top: -1px;
    font-family: "Pretendard", Helvetica;
    font-weight: 700;
    color: #281e50;
    font-size: 16px;
  }
}
.faq-container .chevron {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
}
.faq-container .img {
  position: relative;
  width: 16px;
  height: 16px;
}
.faq-container .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.faq-container .block-text {
  align-self: stretch;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 16px;
  line-height: 22.4px;
  position: relative;
  margin-top: -1px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .faq-container .block-text {
    font-size: 14px;
    line-height: 19.6px;
    top: 0px;
    left: 0px;
  }
}
.faq-container .block-title-2 {
  flex: 1 1;
  font-family: var(--text-2-strong-font-family);
  font-weight: var(--text-2-strong-font-weight);
  color: #281e50;
  font-size: var(--text-2-strong-font-size);
  line-height: var(--text-2-strong-line-height);
  position: relative;
  margin-top: -1px;
  letter-spacing: var(--text-2-strong-letter-spacing);
  font-style: var(--text-2-strong-font-style);
}
@media (max-width: 1024px) {
  .faq-container .block-title-2 {
    position: relative;
    flex: 1 1;
    margin-top: -1px;
    font-family: "Pretendard", Helvetica;
    font-weight: 700;
    color: #281e50;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    flex: 1 1;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .faq-container .block-title-2 {
    font-size: 16px;
  }
}
.faq-container .view {
  max-width: 320px;
  flex: 1 1;
  flex-grow: 1;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
@media (max-width: 1024px) {
  .faq-container .view {
    min-width: 100%;
  }
}
.faq-container .view-2 {
  justify-content: center;
  padding: 32px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f5f5fa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
.faq-container .left {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}
.faq-container .text-wrapper-2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard-SemiBold", Helvetica;
  font-weight: 600;
  color: #281e50;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
  white-space: nowrap;
}
.faq-container .text-wrapper-3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Spoqa Han Sans Neo-Bold", Helvetica;
  font-weight: 700;
  color: #281e50;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 34px;
  white-space: nowrap;
}
.faq-container .right {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}
.faq-container .element {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}
.faq-container .text-wrapper-4 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}
.faq-container .element-2 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f5f5fa;
  border-radius: 8px;
}
.faq-container .text-wrapper-5 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard-SemiBold", Helvetica;
  font-weight: 600;
  color: #281e50;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 34px;
  white-space: nowrap;
}
.faq-container .frame {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
.faq-container .text-wrapper-6 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}

.pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  max-width: 800px;
  align-items: center;
  gap: 24px;
  padding: 40px;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .pop {
    padding: 24px 16px;
  }
}
.pop .btn-top-close {
  display: flex;
  position: absolute;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
}
.pop .btn-top-close .icon {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.pop .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}
.pop .title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}
.pop .title .text-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #281e50;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pop .title .text-wrapper {
    font-size: 18px;
  }
}
.pop .title .ooui-reload {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .pop .title .ooui-reload {
    width: 18px;
    height: 18px;
  }
}
.pop .tabs {
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
}
.pop .tab-product {
  gap: 4px;
  background-color: #ffffff;
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 24px;
}
.pop .tab-product .text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #424242;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}
.pop .tab-product.selected {
  background-color: #5242c1;
  box-shadow: 0px 5px 7px rgba(82, 67, 194, 0.231372549);
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 24px;
}
.pop .tab-product.selected .text {
  color: #ffffff;
}
.pop .MONTHLY {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}
.pop .view {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.pop .view .round-checkbox {
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2010L4%2012L10%2018L20%208L18%206L10%2014L6%2010Z%22%20fill%3D%22%23999%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 18px;
}
.pop .view .round-checkbox:checked {
  background-color: #41b5c6;
  border-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2010L4%2012L10%2018L20%208L18%206L10%2014L6%2010Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 18px;
}
.pop .view .round-checkbox:checked::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/images/icons/check.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop .view .select {
  display: inline-flex;
  height: 40px;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}
.pop .view .icon-radio {
  position: relative;
  width: 24px;
  height: 24px;
}
.pop .view .label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #281e50;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}
.pop .div {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}
.pop .wrap {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  overflow-y: scroll;
  display: flex;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
  height: 60vh;
  padding-top: 20px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .pop .wrap {
    height: 50vh;
  }
}
.pop .product {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #dddddd;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 16px;
}
.pop .product .wrap-2 {
  align-items: flex-end;
  gap: 16px;
  display: flex;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
}
.pop .product .view-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
}
.pop .product .view-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}
.pop .product .stit-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #5242c1;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ffffff;
}
.pop .product .stit {
  color: #ffffff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}
.pop .product .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ff629a;
  border-radius: 4px;
}
.pop .product .view-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ff629a;
}
.pop .product .stit-2 {
  color: #ff629a;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}
.pop .product .tit {
  color: #ffffff;
  position: relative;
  align-self: stretch;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
}
.pop .product .view-5 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.pop .product .view-6 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}
.pop .product .text-wrapper-2 {
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
}
.pop .product .price-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.pop .product .view-7 {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}
.pop .product .text-wrapper-3 {
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .view-8 {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  flex: 0 0 auto;
}
.pop .product .text-wrapper-4 {
  font-family: "Pretendard-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .text-wrapper-5 {
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .text-wrapper-6 {
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .text-wrapper-7 {
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .button {
  all: unset;
  box-sizing: border-box;
  background-color: #e7ff58;
  display: flex;
  width: 160px;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.pop .product .ico-group {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  position: absolute;
  top: -12px;
  left: 640px;
}
.pop .product .most-popular {
  display: inline-flex;
  height: 24px;
  align-items: center;
  padding: 0px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: #5242c1;
}
.pop .product .MOST-POPULAR {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.pop .product .tit {
  color: #281e50;
  position: relative;
  align-self: stretch;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
}
.pop .product .text-period {
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .text-price-1 {
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .text-price-2 {
  font-family: "Pretendard-ExtraBold", Helvetica;
  font-weight: 800;
  color: #5242c1;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .text-price-3 {
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #5242c1;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .text-price-4 {
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #424242;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .text-price-5 {
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #424242;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  white-space: nowrap;
}
.pop .product .choose-plan-wrapper {
  all: unset;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #5242c1;
  width: 160px;
  height: 48px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.pop .product .choose-plan-wrapper .choose-plan {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop .product .choose-plan-wrapper .choose-plan:hover {
  cursor: pointer;
}
.pop .product .view-9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #5242c1;
}
.pop .product .stit-3 {
  color: #5242c1;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}
.pop .product .stit-wrapper2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: #5242c1;
}
.pop .product .stit-wrapper2 .stit {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5242c1;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}
.pop .product.upgrade {
  background-color: #5242c1;
  border: none;
}
.pop .product.upgrade .tit,
.pop .product.upgrade .text-period,
.pop .product.upgrade .text-price-1,
.pop .product.upgrade .text-price-2,
.pop .product.upgrade .text-price-3,
.pop .product.upgrade .text-price-4,
.pop .product.upgrade .text-price-5 {
  color: #ffffff;
}
.pop .product.upgrade .choose-plan-wrapper {
  border: none;
  background-color: #e7ff58;
}

.POPUP-off {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  min-width: 328px;
  max-width: 560px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  height: 90%;
  border-radius: 20px;
}
.POPUP-off .popup-window {
  display: flex;
  flex-direction: column;
  min-width: 328px;
  max-width: 560px;
  align-items: center;
  position: relative;
  flex: 1 1;
  flex-grow: 1;
  box-shadow: var(--elevation-5);
}
.POPUP-off .popup-top {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.0196078431), 0px 2px 4px rgba(0, 0, 0, 0.0392156863);
}
.POPUP-off .text-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -3.5px;
  margin-bottom: -1.5px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #212121;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25.2px;
  white-space: nowrap;
}
.POPUP-off .btn-close {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 8px;
  left: 512px;
}
.POPUP-off .btn-close .img {
  cursor: pointer;
  position: relative;
  width: 14px;
  height: 14px;
}
.POPUP-off .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .before {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e8e8f5;
  box-shadow: var(--upgrade-box);
}
.POPUP-off .div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: rgba(40, 30, 80, 0.6980392157);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18.2px;
  white-space: nowrap;
}
.POPUP-off .text-wrapper-2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: rgba(40, 30, 80, 0.6980392157);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}
.POPUP-off .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .after {
  background: #5243c2;
  border-radius: 12px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  padding: 24px 0px 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: var(--upgradebox-box-shadow, 0px 2px 3px 0px rgba(40, 30, 80, 0.06));
  overflow: hidden;
}
.POPUP-off .after .child {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.POPUP-off .after .div {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}
.POPUP-off .after .frame-52386 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.POPUP-off .after .div2 {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 17px;
  font-weight: 800;
  position: relative;
}
.POPUP-off .after .smart {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 17px;
  font-weight: 800;
  position: relative;
}
.POPUP-off .after .smart-span {
  color: var(--white, #ffffff);
  font-family: "Pretendard-ExtraBold", sans-serif;
  font-size: 17px;
  font-weight: 800;
}
.POPUP-off .after sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  left: 0em;
  margin-left: 1px;
}
.POPUP-off .child-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .title {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}
.POPUP-off .text-wrapper-5 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18.2px;
  white-space: nowrap;
}
.POPUP-off .price {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}
.POPUP-off .text-wrapper-6 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Verdana-Bold", Helvetica;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 20px;
  white-space: nowrap;
}
.POPUP-off .text-wrapper-7 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18.2px;
  white-space: nowrap;
}
.POPUP-off .upgrade-set {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e8e8f5;
  box-shadow: var(--upgrade-box);
}
.POPUP-off .upgrade-set .MuiInputBase-root .MuiInputBase-input:not(textarea) {
  color: #5243c2;
}
.POPUP-off .desc {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f5f5fa;
}
.POPUP-off .text-wrapper-8 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #281e50;
  font-size: 13px;
  letter-spacing: -0.03px;
  line-height: 18.2px;
  white-space: nowrap;
}
.POPUP-off .text-wrapper-9 {
  position: relative;
  flex: 1 1;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #281e50;
  font-size: 13px;
  letter-spacing: -0.03px;
  line-height: 18.2px;
}
.POPUP-off .cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .text-wrapper-10 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #212121;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.03px;
  line-height: 22.4px;
  white-space: nowrap;
}
.POPUP-off .element-selected {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid;
  border-color: rgba(82, 67, 194, 0.6980392157);
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5243c2;
  font-size: 14px;
}
.POPUP-off .text-wrapper-11 {
  position: relative;
  flex: 1 1;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5243c2;
  font-size: 14px;
  letter-spacing: -0.03px;
  line-height: 19.6px;
}
.POPUP-off .btn-icon {
  position: relative;
  width: 18px;
  height: 18px;
}
.POPUP-off .desc-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .text-wrapper-12 {
  position: relative;
  width: 86px;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 600;
  color: var(--neutralneutral-900);
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 19.6px;
}
.POPUP-off .date {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
.POPUP-off .text-wrapper-13 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  color: #616161 !important;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: var(--neutralneutral-700);
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 19.6px;
  white-space: nowrap;
}
.POPUP-off .price-2 {
  display: inline-flex;
  align-items: flex-start;
  gap: 1px;
  position: relative;
  flex: 0 0 auto;
}
.POPUP-off .text-wrapper-14 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #5243c2;
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 19.6px;
  white-space: nowrap;
}
.POPUP-off .text-wrapper-14.normal {
  font-weight: inherit;
}
.POPUP-off .text-wrapper-15 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 500;
  color: #5243c2;
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 19.6px;
  white-space: nowrap;
}
.POPUP-off .bottom-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .approve-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e8e8f5;
  box-shadow: var(--upgrade-box);
}
.POPUP-off .cont-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .p {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: var(--neutralneutral-800);
  font-size: 13px;
  letter-spacing: -0.03px;
  line-height: 19.5px;
}
.POPUP-off .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: var(--neutralneutral-800);
  font-size: 13px;
  letter-spacing: -0.03px;
  line-height: 19.5px;
}
.POPUP-off .chk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e8e8f5;
}
.POPUP-off .text-wrapper-17 {
  cursor: pointer;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #9f9fb7;
  font-size: 14px;
  letter-spacing: -0.03px;
  line-height: 19.6px;
  white-space: nowrap;
}
.POPUP-off .text-wrapper-17 label {
  cursor: pointer;
}
.POPUP-off .btn-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 0px 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .btn-upgrade {
  cursor: pointer;
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #f5f5fa;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e8e8f5;
  box-shadow: 0px 2px 3px rgba(85, 85, 85, 0.1019607843);
}
.POPUP-off .btn-upgrade.active {
  background-color: #e7ff58;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e7ff58;
}
.POPUP-off .btn-upgrade.active .choose-plan {
  color: #5242c1;
  font-size: 16px;
}
.POPUP-off .choose-plan {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard", Helvetica;
  font-weight: 700;
  color: #9f9fb7;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.POPUP-off .btn-subscribe-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.POPUP-off .btn-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}
.POPUP-off .choose-plan-2 {
  cursor: pointer;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.5px;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #281e50;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.POPUP-off .round-checkbox {
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2010L4%2012L10%2018L20%208L18%206L10%2014L6%2010Z%22%20fill%3D%22%23999%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 18px;
}
.POPUP-off .round-checkbox:checked {
  background-color: #5243C2;
  border-color: #5243C2;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2010L4%2012L10%2018L20%208L18%206L10%2014L6%2010Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 18px;
}
.POPUP-off .round-checkbox:checked::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/images/icons/check.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  body,
  html {
    overflow: visible !important;
  }
}
