@charset "UTF-8";
/* plan.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  sec-list
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-list {
  padding: 180px 0 180px;
}
@media only screen and (max-width: 767px) {
  .sec-list {
    padding: 100px 0 100px;
  }
}
.sec-list__hdg {
  margin-bottom: 80px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 4px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#65B3E3), color-stop(99.64%, #917EB1));
  background: linear-gradient(90deg, #65B3E3 0%, #917EB1 99.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .sec-list__hdg {
    margin-bottom: 60px;
    font-size: 27px;
  }
}
.sec-list__plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-list {
    display: block;
  }
}
.sec-list__plan-item {
  width: calc(33% - 20px);
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.sec-list__plan-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  background: #f8f9fc;
  -webkit-box-shadow: 0 22px 60px rgba(0, 0, 0, 0);
          box-shadow: 0 22px 60px rgba(0, 0, 0, 0);
  background: linear-gradient(137deg, #DAE7EF 10.83%, #DFDBE5 85.21%);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sec-list__plan-link:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
          box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
}
.sec-list__plan-link._new::before {
  content: "";
  background-image: url(../img/plan/icon_new.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(36.5px, 5.6153846154vw, 73px);
  height: clamp(34px, 5.2307692308vw, 68px);
  border-radius: 10px 0 0 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-link._new::before {
    width: clamp(36.5px, 14.6vw, 73px);
    height: clamp(34px, 13.6vw, 68px);
  }
}
.sec-list__plan-txtbox {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  padding: clamp(5px, 0.7692307692vw, 10px) 0;
  color: #1f1f1f;
}
.sec-list__plan-hdg {
  margin: 0;
  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;
  gap: 12px;
  font-family: "Nanum Myeongjo", serif;
  line-height: 1;
}
.sec-list__plan-hdg .main {
  font-size: clamp(32.5px, 5vw, 65px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#65B3E3), to(#917EB1));
  background: linear-gradient(90deg, #65B3E3 0%, #917EB1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-hdg .main {
    font-size: clamp(52px, 13.5416666667vw, 104px);
  }
}
.sec-list__plan-hdg .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  line-height: 1;
}
.sec-list__plan-hdg .sub1 {
  font-size: clamp(7px, 1.0769230769vw, 14px);
  letter-spacing: 2px;
  color: #6f6ba7;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-hdg .sub1 {
    font-size: clamp(12px, 3.125vw, 24px);
  }
}
.sec-list__plan-hdg .sub2 {
  font-size: clamp(13.5px, 2.0769230769vw, 27px);
  font-weight: 400;
  letter-spacing: 1.35px;
  color: #1f1f1f;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-hdg .sub2 {
    font-size: clamp(21px, 5.46875vw, 42px);
  }
}
.sec-list__plan-info1 {
  margin: 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: "Nanum Myeongjo", serif;
  line-height: 1;
}
.sec-list__plan-info1 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.sec-list__plan-info1 .layout1 {
  font-size: clamp(27.5px, 4.2307692308vw, 55px);
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-info1 .layout1 {
    font-size: clamp(44px, 11.4583333333vw, 88px);
  }
}
.sec-list__plan-info1 .layout2 {
  font-size: clamp(15px, 2.3076923077vw, 30px);
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-info1 .layout2 {
    font-size: clamp(24px, 6.25vw, 48px);
  }
}
.sec-list__plan-info1 .type {
  margin-left: 8px;
  font-size: clamp(10px, 1.5384615385vw, 20px);
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-info1 .type {
    font-size: clamp(16px, 4.1666666667vw, 32px);
  }
}
.sec-list__plan-info2 {
  margin-top: 14px;
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(9px, 1.3846153846vw, 18px);
  letter-spacing: 2px;
  border-top: 1px solid #917EB1;
}
.sec-list__plan-info2 .ja {
  font-size: clamp(6.5px, 1vw, 13px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-info2 .ja {
    font-size: clamp(10px, 2.6041666667vw, 20px);
  }
}
.sec-list__plan-info2 .num {
  line-height: 1;
}
.sec-list__plan-info2 .num1 {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(17.5px, 2.6923076923vw, 35px);
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-info2 .num1 {
    font-size: clamp(28px, 7.2916666667vw, 56px);
  }
}
.sec-list__plan-info2 .num2 {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(8px, 1.2307692308vw, 16px);
}
@media only screen and (max-width: 767px) {
  .sec-list__plan-info2 .num2 {
    font-size: clamp(13px, 3.3854166667vw, 26px);
  }
}
.sec-list__plan-info2 .num2 sup {
  font-size: 0.55em;
}
.sec-list__plan-img {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
.sec-list__plan-img img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
  sec-detail
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-detail {
  padding: 160px 0 160px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-detail {
    padding: 80px 0 100px;
  }
}
.sec-detail__plan {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-detail__plan-txtbox {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  padding: clamp(5px, 0.7692307692vw, 10px) 0;
  color: #1f1f1f;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-txtbox {
    width: 100%;
  }
}
.sec-detail__plan-hdgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-family: "Nanum Myeongjo", serif;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-hdgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.sec-detail__plan-hdg {
  margin: 0;
  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;
  gap: 12px;
  font-family: "Nanum Myeongjo", serif;
  line-height: 1;
}
.sec-detail__plan-hdg .main {
  font-size: clamp(48px, 7.3846153846vw, 96px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#65B3E3), to(#917EB1));
  background: linear-gradient(90deg, #65B3E3 0%, #917EB1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-hdg .main {
    font-size: clamp(96px, 25vw, 192px);
  }
}
.sec-detail__plan-hdg .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  line-height: 1;
}
.sec-detail__plan-hdg .sub1 {
  font-size: clamp(8.5px, 1.3076923077vw, 17px);
  letter-spacing: 2px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#65B3E3), to(#917EB1));
  background: linear-gradient(90deg, #65B3E3 0%, #917EB1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-hdg .sub1 {
    font-size: clamp(17px, 4.4270833333vw, 34px);
  }
}
.sec-detail__plan-hdg .sub2 {
  font-size: clamp(15.5px, 2.3846153846vw, 31px);
  font-weight: 400;
  letter-spacing: 1.35px;
  color: #1f1f1f;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-hdg .sub2 {
    font-size: clamp(31px, 8.0729166667vw, 62px);
  }
}
.sec-detail__plan-hdg2 {
  margin: 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0px;
  font-family: "Nanum Myeongjo", serif;
  line-height: 1;
}
.sec-detail__plan-hdg2 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}
.sec-detail__plan-hdg2 .layout1 {
  font-size: clamp(34px, 5.2307692308vw, 68px);
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-hdg2 .layout1 {
    font-size: clamp(68px, 17.7083333333vw, 136px);
  }
}
.sec-detail__plan-hdg2 .layout2 {
  font-size: clamp(18px, 2.7692307692vw, 36px);
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-hdg2 .layout2 {
    font-size: clamp(36px, 9.375vw, 72px);
  }
}
.sec-detail__plan-hdg2 .type {
  margin-left: 8px;
  font-size: clamp(11px, 1.6923076923vw, 22px);
  letter-spacing: 1px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-hdg2 .type {
    font-size: clamp(22px, 5.7291666667vw, 44px);
  }
}
.sec-detail__plan-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.sec-detail__plan-info .ja {
  font-size: clamp(8px, 1.2307692308vw, 16px);
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-info .ja {
    font-size: clamp(16px, 4.1666666667vw, 32px);
  }
}
.sec-detail__plan-info .num {
  line-height: 1;
}
.sec-detail__plan-info .num1 {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(23px, 3.5384615385vw, 46px);
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-info .num1 {
    font-size: clamp(46px, 11.9791666667vw, 92px);
  }
}
.sec-detail__plan-info .num2 {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(11px, 1.6923076923vw, 22px);
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-info .num2 {
    font-size: clamp(22px, 5.7291666667vw, 44px);
  }
}
.sec-detail__plan-info .num2 sup {
  font-size: 0.55em;
}
.sec-detail__plan-cap {
  margin-top: 0.2em;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-cap {
    margin-top: 0.5em;
    text-align: center;
  }
}
.sec-detail__plan-info2 {
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-info2 {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
  }
}
.sec-detail__plan-info2 + li {
  margin-top: 0.5em;
}
.sec-detail__plan-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-feature {
    gap: 10px;
    margin-top: 60px;
  }
}
.sec-detail__plan-feature-item {
  width: calc(50% - 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#65B3E3), color-stop(99.64%, #917EB1));
  background: linear-gradient(90deg, #65B3E3 0%, #917EB1 99.64%);
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-feature-item {
    width: calc(50% - 5px);
  }
}
.sec-detail__plan-other {
  margin-top: 50px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-other {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.sec-detail__plan-other-item {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-other-item {
    font-size: 15px;
  }
}
.sec-detail__plan-other-item + li {
  margin-top: 0.5em;
}
.sec-detail__plan-other-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: linear-gradient(0deg, #917EB1 0%, #917EB1 100%), linear-gradient(131deg, #D9BD5E 25.32%, #87B843 90.3%);
}
.sec-detail__plan-img {
  width: 48%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  border-radius: 22px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .sec-detail__plan-img {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 35px 0;
    border-radius: 20px;
  }
}
.sec-detail__plan-img img {
  width: 100%;
  height: auto;
  translate: 4% 0;
}
.sec-detail .c-btn-back {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sec-detail .c-btn-back {
    position: static;
    margin-top: clamp(20px, 5.2083333333vw, 40px);
  }
}
.sec-detail .obj {
  position: absolute;
  pointer-events: none;
}
.sec-detail .obj.obj1 {
  top: 60%;
  left: -10px;
  translate: -100% 0;
}
@media only screen and (max-width: 767px) {
  .sec-detail .obj.obj1 {
    display: none;
  }
}
.sec-detail .obj.obj2 {
  top: 20px;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .sec-detail .obj.obj2 {
    top: 20px;
    right: -40px;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=plan.css.map */