.sec1 {background: var(--wt);}
.sec1_ct {width: 100%; height: auto;}
.sec1_ct ul {display: flex; align-items: center; gap: 40px;}
.sec1_ct ul li {width: calc(100% / 2); height: auto;}
.sec1_ct ul li .child-box {width: 100%; height: auto; padding: 60px 50px 50px; background: var(--wt_f5); box-sizing: border-box; border-radius: 20px;}
.sec1_ct ul li:nth-child(2) .child-box {background: var(--pr);}
.sec1_ct ul li .child-box .img-box {text-align: center;}
.sec1_ct ul li .child-box img {width: 250px; height: auto; margin: 0 auto 50px;}
.sec1_ct ul li .child-box .txt-box {position: relative; z-index: 1;}
.sec1_ct ul li .child-box .txt-box .tit {margin-bottom: 30px; font-size: 30px; font-weight: 800; line-height: 1.2; color: var(--black_3);}
.sec1_ct ul li:nth-child(2) .child-box .txt-box .tit {font-size: 30px; font-weight: bold; line-height: 1.2; color: var(--wt);}
.sec1_ct ul li .child-box .txt-box img {animation: top_move 1s linear alternate infinite; position: absolute; top: -60px; left: 0; width: 225px; height: auto; z-index: -1;;}
@keyframes top_move {
  0% {top: -55px;}
  100% {top: -60px;}
}
.sec1_ct ul li .child-box .txt-box .txt {font-size: 17px; font-weight: 400; line-height: 1.67; color: var(--gray_58);}
.sec1_ct ul li:nth-child(2) .child-box .txt-box .txt {font-size: 18px; font-weight: 400; line-height: 1.67; color: var(--wt);}

/* current_box */
.current_box {position: relative; display: flex; align-items: center; justify-content: center; gap: 20px; flex-flow: column; width: 100%; height: 266px; background: var(--black); border-radius: 20px; box-sizing: border-box; margin-top: 40px;}
.current_box .live_box {position: absolute; top: 20px; left: 20px; display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 300; line-height: 1.19; color: var(--wt);}
.current_box .live_box span {animation: blink-2 2s infinite; padding: 5px 10px; box-sizing: border-box; background: transparent; border: 1px solid var(--wt); border-radius: 21px; font-size: 14px; font-weight: 400; line-height: 1.14; color: var(--wt); text-transform: uppercase;}
  @keyframes blink-2 {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
.current_box .txt {font-size: 30px; font-weight: 400; line-height: 1.2; color: var(--wt);}
.current_box .txt span {font-size: 40px; font-weight: bold;}

/* sec_btn */
.sec_btn {display: flex; align-items: center; justify-content: center; gap: 5px; padding: 19.5px 15px 19.5px 20px; margin: 80px auto 0; box-sizing: border-box; border: 1px solid var(--pr); background: var(--pr); border-radius: 10px; font-size: 18px; font-weight: 500; line-height: 1.17; color: var(--wt);}
.sec_btn2 {display: flex; align-items: center; justify-content: center; gap: 5px; padding: 19.5px 15px 19.5px 20px; margin: 80px auto 0; box-sizing: border-box; background: var(--pr); border: 1px solid var(--pr); border-radius: 10px; font-size: 18px; font-weight: 500; line-height: 1.17; color: var(--wt);}
.sec_btn img {width: 20px; height: auto;}

/* sec2_ct */
.sec2 {position: relative; background: #F5F8FC;}
.sec2:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 150px; height: 100%; background-image: linear-gradient(to right, var(--wt), rgba(241, 246, 251, 0)); z-index: 2;}
.sec2:after {position: absolute; top: 0; right: 0; content: ''; display: block; width: 150px; height: 100%; background-image: linear-gradient(to left, var(--wt), rgba(241, 246, 251, 0)); z-index: 2;}
.sec2_ct {overflow: hidden;}

/* start_box */
.start_box {display: flex; align-items: center; justify-content: center; gap: 11px; width: 100%; height: auto;}
.start_box .txt {font-size: 24px; font-weight: 400; line-height: 1.21; color: var(--gray_58);}
.start_box .start {display: flex; align-items: center;}
.start_box .start .img-box {width: 40px; height: auto;}
.start_box .start .img-box img {width: 100%; height: auto;}

/* rolling-banner */
.rolling-banner {display: flex; align-items: center; gap: 30px; justify-content: flex-start; margin-top: 60px;}
.rolling-banner ul {animation: roll 10s linear infinite; display: flex; align-items: center; gap: 30px; flex: 0 0 auto;}
.rolling-banner2 ul {animation: roll2 10s linear infinite;}
/* 롤링 애니메이션 정의 */
@keyframes roll {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(-100%);
 }
}
@keyframes roll2 {
 0% {
  transform: translateX(-100%);
}
100% {
  transform: translateX(0);
 }
}
.rolling-banner ul li {width: auto; height: 400px; flex: 0 0 auto;}
.rolling-banner ul li .img-box {width: auto; height: 100%;}
.rolling-banner ul li .img-box img {width: auto; height: 100%; box-shadow: 0 0 20px 0 rgba(51, 61, 75, 0.1); border-radius: 20px;}

/* sec3 */
.sec3 {background: var(--black);}
/* sec3_ct */
.sec3 .container {position: relative; height: 400vh;}
.sec3_ct {position: sticky; top: 150px; display: flex; flex-flow: column; align-items: center; justify-content: space-between; width: 100%; height: 100vh; margin-top: 121px;}
.sec3_ct ul {width: 100%; height: 458px; overflow: hidden; margin-bottom: 150px;}
.sec3_ct ul li {position: relative; top: 0; left: 0; width: 100%; height: auto;}
/* .sec3_ct .tit-box2 {position: sticky; top: 150px;} */
.sec3_ct .tit-box2 {width: 100%;}
/* .sec3_ct .tit-box2.on {transform: translateY(-50%);} */

.sec3_ct ul li:nth-child(1) {}
.sec3_ct ul li:nth-child(2) {}
.sec3_ct ul li:nth-child(3) {}

.sec3_ct ul li:last-of-type {opacity: 1 !important;}


.sec3_ct ul li .child-box {position: relative; display: flex; align-items: center; justify-content: space-between; padding: 136px 100px; box-sizing: border-box; border-radius: 40px 40px 0 0; box-sizing: border-box;}

.sec3_ct ul li:nth-child(1) .child-box {background: url(./../img/sec3_img2_bg.png)no-repeat 50% 50%; background-size: cover;}
.sec3_ct ul li:nth-child(2) .child-box {background-image: linear-gradient(to right, #4eaffe, #3260dc);}
.sec3_ct ul li:nth-child(3) .child-box {background: var(--wt);}
.sec3_ct ul li:nth-child(4) .child-box {background: var(--pr3);}

.sec3_ct ul li .child-box .txt-box {}
.sec3_ct ul li .child-box .txt-box .tit {margin-bottom: 40px; font-size: 40px; font-weight: 800; line-height: 1.2; color: var(--black_3);}
.sec3_ct ul li .child-box .txt-box .sub {margin-bottom: 20px; font-size: 24px; font-weight: 500; line-height: 1.5; color: var(--gray_58);}
.sec3_ct ul li .child-box .txt-box .txt {font-size: 18px; font-weight: 300; line-height: 1.17; color: var(--gray_95);}
.sec3_ct ul li .child-box .img-box {position: absolute; bottom: 0; right: 100px; width: auto; height: 380px;}
.sec3_ct ul li .child-box .img-box img {width: auto; height: 100%;}

.sec3_ct ul li:nth-child(1) .child-box .tit {color: var(--wt);}
.sec3_ct ul li:nth-child(1) .child-box .sub {color: var(--wt);}
.sec3_ct ul li:nth-child(1) .child-box .txt {color: var(--gray_d8);}
.sec3_ct ul li:nth-child(2) .child-box .tit {color: var(--wt);}
.sec3_ct ul li:nth-child(2) .child-box .sub {color: var(--wt);}
.sec3_ct ul li:nth-child(2) .child-box .txt {color: var(--gray_d8);}
.sec3_ct ul li:nth-child(3) .child-box .tit {}
.sec3_ct ul li:nth-child(3) .child-box .sub {}
.sec3_ct ul li:nth-child(3) .child-box .txt {}
.sec3_ct ul li:nth-child(4) .child-box .tit {}
.sec3_ct ul li:nth-child(4) .child-box .sub {}
.sec3_ct ul li:nth-child(4) .child-box .txt {}

/* sec4 */
.sec4 {width: 100%; height: auto; background: var(--pr3);}
.sec4_ct {width: 100%; height: auto;}
.sec4_ct ul {display: flex; align-items: center; justify-content: center; gap: 40px;}
.sec4_ct ul li {width: 100%; height: auto;}
.sec4_ct ul li .child-box {width: 100%; height: 526px; padding: 50px 50px 40px; box-sizing: border-box; border-radius: 20px; background: var(--wt);}
.sec4_ct ul li:nth-child(2) .child-box {background: var(--black);}
.sec4_ct ul li .child-box .tit {min-height: 96px; height: auto; margin-bottom: 40px; font-size: 40px; font-weight: 800; line-height: 1.2; color: var(--black_3);}
.sec4_ct ul li .child-box .list_box {display: flex; align-items: center; gap: 17px;}
.sec4_ct ul li .child-box .list_box .item-area {display: flex; flex-flow: column; gap: 33px;}
.sec4_ct ul li .child-box .list_box .scroll_box {position: relative; width: 5px; height: 300px; background: var(--gray_d8);}
.sec4_ct ul li .child-box .list_box .scroll_box span {display: block; width: 100%; height: calc(100% / 3); background: var(--gray_d8);}
.sec4_ct ul li .child-box .list_box .scroll_box span.active {background: var(--pr);}
.sec4_ct ul li .child-box .list_box .item {}
.sec4_ct ul li .child-box .list_box .item .num {display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 24px; font-weight: bold; line-height: 1.21; color: var(--gray_d8); transition: all .3s;}
.sec4_ct ul li .child-box .list_box .item .num span {display: flex; align-items: center; justify-content: center; min-width: 34px; width: 34px; height: auto; aspect-ratio: 1; border-radius: 10px; background: var(--gray_d8); font-size: 20px; font-weight: bold; line-height: 1.2; color: var(--wt); transition: all .3s;}
.sec4_ct ul li .child-box .list_box .item .txt {font-size: 18px; font-weight: 500; line-height: 1.17; color: var(--gray_d8); transition: all .3s;}

.sec4_ct ul li:nth-child(2) .child-box .tit {color: var(--wt);}
.sec4_ct ul li:nth-child(2) .child-box .list_box .item .num {font-weight: bold; color: var(--gray_58);}
.sec4_ct ul li:nth-child(2) .child-box .list_box .item .num span {background: var(--black_3); color: var(--wt);}
.sec4_ct ul li:nth-child(2) .child-box .list_box .item .txt {color: var(--gray_58);}


.sec4_ct ul li .child-box .list_box .item.active .num {color: var(--pr);}
.sec4_ct ul li .child-box .list_box .item.active .num span {background: var(--pr);}
.sec4_ct ul li .child-box .list_box .item.active .txt {color: var(--gray_58);}

/* popup_area */
.dim {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); z-index: 8888;}

.popup_area {display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 500px; width: 100%; height: calc(100vh - 70px); background: var(--wt); border: 1px solid var(--gray_d8); background: var(--wt); border-radius: 20px; z-index: 9999; box-sizing: border-box; overflow: auto;}
.popup_area::-webkit-scrollbar,
.popup_area::-webkit-scrollbar-thumb,
.popup_area::-webkit-scrollbar-track {display:none;}
.popup_area .popup_form {position: relative;}
.popup_area .popup_form .popup_hd {padding: 40px 30px;  position: sticky; top: 0; text-align: center; background: var(--wt);}
.popup_area .popup_form .popup_hd .tit {margin-bottom: 10px; font-size: 30px; font-weight: 800; line-height: 1.2; color: var(--pr);}
.popup_area .popup_form .popup_hd .sub {font-size: 16px; font-weight: 300; line-height: 1.19; color: var(--gray_58);}

/* scroll_down */
.scroll_down {animation: scrollMove 1s linear alternate infinite; opacity: 0 !important; position: absolute; bottom: 20px; left: 0; display: flex; align-items: center; flex-flow: column; justify-content: center; gap: 5px; width: 100%; height: auto; font-size: 16px; font-weight: 400; line-height: 1; color: var(--pr); text-shadow: 1px 1px 12px var(--pr); z-index: 5;}
.scroll_down.on {opacity: 1 !important;}
@keyframes scrollMove {
  0% {bottom: 20px; opacity: 1;}
  100% {bottom: 5px; opacity: 0;}
}
.scroll_down img {width: 25px; height: auto;}

.popup_area form {padding: 0 30px 30px; box-sizing: border-box;}
.input-box {display: flex; flex-flow: column; gap: 10px; margin-bottom: 25px;}
.input-box:last-of-type {margin-bottom: 0;}
.input-box .tit {font-size: 18px; font-weight: bold; line-height: 1.17; color: var(--black);}
.input-box .tit span {color: var(--red);}

.input-box input {width: 100%; height: 50px; padding: 0 15px; border-radius: 10px; border: 1px solid var(--gray_d8); box-sizing: border-box; font-size: 16px; font-weight: 400; line-height: 1.19; color: var(--black_3);}
.input-box input::placeholder {color: var(--gray_d8);}
.input-box select {width: 100%; height: 50px; padding: 0 15px; border-radius: 10px; border: 1px solid var(--gray_d8); box-sizing: border-box; font-size: 16px; font-weight: 400; line-height: 1.19; color: var(--black_3); appearance: none; background: url(./../img/sekect_icon.png)no-repeat calc(100% - 15px) 50%; background-color: var(--wt_f5); outline: none;}

.input-box .d-flex {display: flex; align-items: center; gap: 10px;}

.input-box .ckd_btn {display: flex; align-items: center; gap: 10px; width: 100%; height: auto;}
.input-box .ckd_btn input[type="radio"] {display: none;}
.input-box .ckd_btn label {display: flex; align-items: center; justify-content: center; width: 215px; height: 50px; border: 1px solid var(--gray_d8); border-radius: 10px; font-size: 16px; font-weight: 400; line-height: 1.19; color: var(--gray_95);}
.input-box .ckd_btn input[type="radio"]:checked + label {border-color: var(--pr); background: var(--wt_f5); font-weight: 600; color: var(--pr);}

.agee_ckd {width: 100%; height: auto;}
.agee_ckd input[type="checkbox"] {display: none;}
.agee_ckd label {display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 400; line-height: 1.19; color: var(--gray_58);}
.agee_ckd label:before {content: ''; display: block; width: 21px; height: auto; aspect-ratio: 1; background: url(./../img/ckd_off.png)no-repeat 50% 50%; background-size: cover;}
.agee_ckd input[type="checkbox"]:checked + label:before {content: ''; display: block; width: 21px; height: auto; aspect-ratio: 1; background: url(./../img/ckd_on.png)no-repeat 50% 50%; background-size: cover;}

.popup_area .submit_btn {display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 40px; width: 100%; height: 50px; background: var(--pr); border-radius: 10px; font-size: 18px; font-weight: 500; line-height: 1.17; color: var(--wt);}
.popup_area .submit_btn img {width: 20px; height: auto;}

/* loading */
.loading {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 500px; width: 100%; height: auto; padding: 40px 30px 74px; background: var(--wt); border-radius: 20px; box-sizing: border-box; z-index: 9999;}
.loading .popup_tit {margin-bottom: 40px;}
.loading .popup_tit .tit {margin-bottom: 15px; font-size: 30px; font-weight: bold; line-height: 1.33; color: var(--black_3);}
.loading .popup_tit .sub {font-size: 20px; font-weight: 300; line-height: 1.2; color: var(--gray_58);}

.loading .loading_item {width: 100%; height: auto;}
.loading .loading_item .num_p {margin-bottom: 44px; text-align: center; font-size: 50px; font-weight: 800; line-height: 1.2; color: var(--pr);}
.loading .loading_box {position: relative; width: 100%; height: 30px; background: #f1f6fb; border-radius: 21px;}
.loading .loading_box .gauge {animation: gauge 3s linear both; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background-image: linear-gradient(to right, #3182f6, rgba(49, 130, 246, 0)); border-radius: 21px;}
@keyframes gauge {
  0% {width: 0%;}
  100% {width: 100%;}
}
.loading .loading_box .gauge img {position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 98px; height: auto;}

/* sub_st */
.sub_st {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 20px; background: var(--wt); max-width: 500px; width: 100%; height: auto; padding: 40px 30px 60px; box-sizing: border-box; overflow: hidden; z-index: 9999;}
.sub_st .popup_tit {margin-bottom: 30px;}
.sub_st .popup_tit .sub {margin-bottom: 10px; font-size: 20px; font-weight: 300; line-height: 1.2; color: var(--gray_58);}
.sub_st .popup_tit .tit {font-size: 30px; font-weight: bold; line-height: 1.33; color: var(--black_3);}
.sub_st .popup_tit .tit span {color: var(--pr);}

.sub_st .list_txt {width: 100%; height: auto; margin-bottom: 50px;}
.sub_st .list_txt dl {display: flex; gap: 8px; margin-bottom: 10px;}
.sub_st .list_txt dl:last-of-type {margin-bottom: 0;}
.sub_st .list_txt dl dt {}
.sub_st .list_txt dl dt span {display: block; width: 7px; height: auto; aspect-ratio: 1; margin-top: 5px; border-radius: 100%; background: var(--gray_58);}
.sub_st .list_txt dl dd {font-size: 15px; font-weight: 300; line-height: 1.2; color: var(--gray_58);}

.sub_st .popup_link {position: relative; display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; height: 50px; margin-bottom: 60px; border-radius: 10px; background: var(--pr); font-size: 18px; font-weight: 500; line-height: 1.17; color: var(--wt);}
.sub_st .popup_link .sb_img {animation: sb_img .5s linear alternate infinite; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 2; width: 255px; height: auto;}
@keyframes sb_img {
  0% {top: -53px;}
  100% {top: -50px;}
}

.sub_st .popup_link img {width: 20px; height: auto;}

/* rolling-banner2 */
.rolling-banner3 {display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin: 0 -30px; margin-bottom: 10px;}
.rolling-banner3 ul {animation: roll3 10s linear infinite; display: flex; align-items: center; justify-content: flex-start; flex: 0 0 auto; gap: 10px;}
.rolling-banner3 ul li {flex: 0 0 auto;}
.rolling-banner3 ul li p {padding: 13px 20px; border-radius: 23px; background: #F5F8FC; font-size: 16px; font-weight: 400; line-height: 1; color: var(--gray_58);}

.rolling-banner4 {display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin: 0 -30px;}
.rolling-banner4 ul {animation: roll4 10s linear infinite; display: flex; align-items: center; justify-content: flex-start; flex: 0 0 auto; gap: 10px;}
.rolling-banner4 ul li {flex: 0 0 auto;}
.rolling-banner4 ul li p {padding: 13px 20px; border-radius: 23px; background: #F5F8FC; font-size: 16px; font-weight: 400; line-height: 1; color: var(--gray_58);}

/* 롤링 애니메이션 정의 */
@keyframes roll3 {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(-100%);
 }
}
@keyframes roll4 {
 0% {
  transform: translateX(-100%);
}
100% {
  transform: translateX(0);
 }
}

/* payment_sec */
.payment_sec {width: 100%; height: auto; min-height: calc(100vh - 550px); padding: 60px 0 120px;}
.payment_sec .tit-box2 {margin-bottom: 80px; text-align: left;}
.payment_sec .tit-box2 .tit {margin-bottom: 30px; font-size: 40px; font-weight: 800; line-height: 1.2; color: var(--black_3);}
.payment_sec .tit-box2 .sub {font-size: 18px; font-weight: 300; line-height: 1.28; color: var(--gray_58);}

.payment_sec .payment_ct {width: 100%; height: auto; padding-bottom: 80px; margin-bottom: 40px; border-bottom: 1px solid var(--gray_d8);;}
.payment_sec .payment_ct ul {display: flex; align-items: center; flex-wrap: wrap; margin: 0 -10px;}
.payment_sec .payment_ct ul li {width: calc(100% / 5); padding: 0 10px; box-sizing: border-box;}
.payment_sec .payment_ct ul li .child-box {position: relative; display: flex; flex-flow: column; gap: 15px; width: 100%; height: 185px; padding: 20px; background: var(--wt_f5); border-radius: 15px; box-sizing: border-box;}
.payment_sec .payment_ct ul li .child-box .text_b {animation: top_move2 1s linear alternate infinite; position: absolute; top: -58px; left: 50%; transform: translateX(-50%); width: 255px; height: auto;}
@keyframes top_move2 {
  0% {top: -58px;}
  100% {top: -63px;}
}
.payment_sec .payment_ct ul li .child-box .text_b img {width: 100%; height: auto;}
.payment_sec .payment_ct ul li .child-box .img-box {width: 55px; height: auto;}
.payment_sec .payment_ct ul li .child-box .img-box img {width: 100%; height: auto;}

.payment_sec .payment_ct ul li .child-box .txt-box {}
.payment_sec .payment_ct ul li .child-box .txt-box p {font-size: 18px; font-weight: 500; line-height: 1.17; color: var(--gray_58);}

.payment_sec .payment_ct ul li .child-box .txt-box p span{display: inline-block; font-size: 0.8em; font-weight: 400; line-height: 1.05; opacity: 0.7; margin-top: 5px;}

/* price_list */
.price_list {width: 100%; height: auto;}
.price_list .txt-box {margin-bottom: 40px; text-align: right;}
.price_list .txt-box .price {position: relative; padding-right: 20px; font-size: 30px; font-weight: 400; line-height: 1.6; color: var(--pr); word-break: keep-all; box-sizing: border-box;}
.price_list .txt-box .price span {font-size: 40px; font-weight: bold;}
.price_list .txt-box .sub {font-size: 16px; font-weight: 400; line-height: 1.19; color: var(--gray_95);}

.price_list .payment_btn {display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; height: 60px; border-radius: 10px; background: var(--pr); font-size: 18px; font-weight: 500; line-height: 1.17; color: var(--wt);}
.price_list .payment_btn img {width: 20px; height: auto;}
.price_list .description {padding-top: 20px; margin-top: 30px; font-size: 18px; font-weight: 300; line-height: 1.28; color: var(--gray_58); border-top: 1px solid var(--gray_d8); text-align: center;}

.payment_sec .paybfterm {display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 15px; color: var(--gray_58);}
.payment_sec .paybfterm a{font-size: 15px; text-decoration: underline;}

/* popup_bt */
.login_form_pop {height: 34vh;}
.login_form_pop .popup_bt {padding: 0 20px; box-sizing: border-box;}
.login_form_pop .ka_btn {display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; height: 45px; border-radius: 5px; background: var(--yellow); font-size: 15px; font-weight: 500; line-height: 1.2; color: var(--black_20);}
.login_form_pop .and {display: flex; align-items: center; justify-content: center; gap: 10px; margin: 20px 0; font-size: 12px; font-weight: 400; line-height: 1.17; color: var(--gray_58); white-space: nowrap;}
.login_form_pop .and:before {content: ''; display: block; width: 100%; height: 1px; background: var(--gray_d8);}
.login_form_pop .and:after {content: ''; display: block; width: 100%; height: 1px; background: var(--gray_d8);}
.login_form_pop .login {display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; height: 45px; border-radius: 5px; background: transparent; border: 1px solid var(--gray_58); font-size: 15px; font-weight: 500; line-height: 1.2; color: var(--black_20);}

/* price_dt_list */
.price_dt_list {width: 100%; height: auto;}
.price_dt_list ul {width: 100%; height: auto;}
.price_dt_list ul li {width: 100%; height: auto;}
.price_dt_list ul li .child-box {width: 100%; height: auto; padding: 35px 0; box-sizing: border-box; border-bottom: 1px solid var(--gray_d8);}
.price_dt_list ul li:first-of-type .child-box {border-top: 1px solid var(--gray_d8);}
.price_dt_list ul li .child-box .date_box {display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px;}
.price_dt_list ul li .child-box .date_box .date {font-size: 16px; font-weight: 400; line-height: 1.19; color: var(--gray_95);}
.price_dt_list ul li .child-box .date_box .dt_list_btn {width: auto; height: auto; padding: 6px 12px; box-sizing: border-box; background: var(--pr); border-radius: 15px; font-size: 15px; font-weight: 400; line-height: 1.2; color: var(--wt);}
.price_dt_list ul li .child-box .date_box .dt_list_btn.sb_on {background: var(--pr);}
.price_dt_list ul li .child-box .date_box .dt_list_btn.close_sb {background: var(--gray_95);}

.price_dt_list ul li .child-box .dl_box {display: flex; flex-flow: column; gap: 10px;}
.price_dt_list ul li .child-box .dl_box dl {display: flex; align-items: center; gap: 59px;}
.price_dt_list ul li .child-box .dl_box dl dt {min-width: 95px; width: 95px; height: auto; font-size: 18px; font-weight: bold; line-height: 1.17; color: var(--black_1b);}
.price_dt_list ul li .child-box .dl_box dl dd {font-size: 18px; font-weight: 400; line-height: 1.17; color: var(--black_1b);}

.price_dt_list ul li .child-box .payment_btn {display: flex; align-items: center; justify-content: center; width: 100%; height: 60px; margin-top: 20px; border-radius: 10px; background: var(--pr); font-size: 18px; font-weight: 500; line-height: 1.17; color: var(--wt);}


.price_dt_list .empty {display: flex; align-items: center; justify-content: center; font-size: 16px; height: 200px; color: var(--gray_95);}

.text_box_img {animation: top_move3 1s linear alternate infinite; position: absolute; top: -38px; right: -8px; display: flex; align-items: center; justify-content: center; width: 315px; height: auto; aspect-ratio: 315/58; padding-bottom: 14px; background: url(./../img/text_img_bg.png)no-repeat 50% 50%; background-size: cover; box-sizing: border-box;}
@keyframes top_move3 {
  0% {top: -38px;}
  100% {top: -43px;}
}
.text_box_img p {font-size: 14px; font-weight: 400; line-height: 1.14; color: var(--gray_58);}
.text_box_img p b {font-weight: bold; color: var(--pr);}
.text_box_img p span {}