.sec1 {padding: 81px 0 70px;}
.sec1 .main_form {width: 100%; height: auto;}
.sec1 .main_form .img-box {position: relative; width: 98px; height: auto; margin: 0 auto 30px;}
.sec1 .main_form .img-box:before {animation: op 2s linear infinite; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: ''; display: block; width: 220px; height: auto; aspect-ratio: 1; background: url(./../img/icon_bg.png)no-repeat 50% 50%; background-size: cover; z-index: 2;}
@keyframes op {
  0% {opacity: 0.8;}
  50% {opacity: 1;}
  100% {opacity: 0.8;}
}
.sec1.color_w .main_form .img-box:before {display: none;}
.sec1 .main_form .img-box img {width: 100%; height: auto;}
.sec1 .main_form .txt-box {text-align: center; font-size: 36px; font-weight: 600; line-height: 1.19; color: var(--wt); margin-bottom: 70px;}
.sec1 .main_form .txt-box .txt {margin-bottom: 20px; font-weight: 800; color: var(--wt);}
.sec1.color_w .main_form .txt-box .txt {color: var(--black_1b);}
.sec1 .main_form .txt-box .txt span {color: var(--pr);}
.sec1 .main_form .txt-box .sub {font-size: 18px; font-weight: 300; line-height: 1.17; color: var(--wt);}
.sec1.color_w .main_form .txt-box .sub {color: var(--gray_5c); font-weight: 400;}
.input-box {position: relative; width: 100%; height: auto;}
.input-box textarea {position: relative; width: 100%; height: 120px; padding: 25px; padding-right: 60px; box-sizing: border-box; border-radius: 20px; border: 1px solid var(--gray_8d); font-size: 18px; font-weight: 300; line-height: 1.17; color: var(--black_1b); background: var(--wt); resize: none;}
.sec1.color_w .input-box textarea {border: 1px solid var(--gray_c7); font-weight: 400;}
.input-box textarea::placeholder {color: var(--gray_8d);}

.talk_sec.color_w .input-box textarea {border: 1px solid var(--gray_c7); font-weight: 400;}

.sec1.color_w .input-box textarea::placeholder {color: var(--gray_8d);}
.input-box .submit_btn {position: absolute; top: 50%; right: 25px; transform: translateY(-50%); width: 35px; height: auto; z-index: 2;}
.input-box .submit_btn img.return:hover {transform: rotate(360deg); transition: all .3s;}

.input-box {margin-bottom: 30px;}
.input-box:last-of-type {margin-bottom: 0;}
.talk_sec .talk_box ul li .child-box .txt-box .input-box .tit {display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 400; line-height: 1.2; color: var(--wt);}
.talk_sec.color_w .talk_box ul li .child-box .txt-box .input-box .tit {color: var(--black_1b);}
.talk_sec .talk_box ul li .child-box .txt-box .input-box .tit span {font-size: 13px; font-weight: 500; line-height: 1.15; color: var(--pr);}
.talk_sec .talk_box ul li .child-box .txt-box .input-box .sub {margin-top: 10px; margin-bottom: 12px; font-size: 13px; font-weight: 200; line-height: 1.15; color: var(--gray_dc);}
.talk_sec.color_w .talk_box ul li .child-box .txt-box .input-box .sub {color: var(--gray_8d);}
.input-box input:not([type="checkbox"]) {width: 100%; height: auto; padding-bottom: 12px; border-bottom: 1px solid var(--gray_dc); font-size: 15px; font-weight: 400; line-height: 1.2; color: var(--wt); outline: none;}
.talk_sec.color_w .input-box input:not([type="checkbox"]) {border-color: var(--gray_dc); color: var(--black_1b);}
.talk_sec.color_w .input-box input:not([type="checkbox"]::placeholder) {color: var(--gray_c7);}
.input-box select {width: 100%; height: auto; padding-bottom: 12px; border-bottom: 1px solid var(--gray_dc); font-size: 15px; font-weight: 400; line-height: 1.2; color: var(--wt); outline: none; appearance: none; background: url(./../img/select_icon.png)no-repeat calc(100% - 18.5px) 50%; background-size: 8.7px 5px;}
.input-box select option {color: var(--wt); background-color: var(--black_1b);}
.talk_sec.color_w .input-box select option {color: var(--black_1b); background-color: var(--wt);}
.talk_sec.color_w .input-box select { background: url(./../img/select_icon2.png)no-repeat calc(100% - 18.5px) 50%; background-size: 8.7px 5px; color: var(--black_1b);}
.input-box input::placeholder {color: var(--gray_c7);}

.input-box .ckd_box {display: flex; align-items: center; gap: 10px 0; flex-wrap: wrap; margin: 0 -10px;}
.input-box .ckd_box input[type="checkbox"] {display: none;}
.input-box .ckd_box .a_type {width: calc(100% / 2); height: auto; padding: 0 10px; box-sizing: border-box;}
.input-box .ckd_box .a_type span {display: flex; align-items: center; gap: 10px; width: 100%; height: 45px; padding: 0 12px; border: 1px solid var(--gray_dc); border-radius: 5px; box-sizing: border-box; font-size: 15px; font-weight: 400; line-height: 1.2; color: var(--gray_c7);}
.input-box .ckd_box .a_type span:before {content: ''; display: block; min-width: 21px; width: 21px; height: auto; aspect-ratio: 1; background: url(./../img/ckd_off.png)no-repeat 50% 50%; background-size: cover;}
.input-box .ckd_box input[type="checkbox"]:checked + .a_type span {background: var(--black_1b); border-color: var(--pr); color: var(--pr);}
.talk_sec.color_w .input-box .ckd_box input[type="checkbox"]:checked + .a_type span {border-color: var(--pr); background: transparent;}
.input-box .ckd_box input[type="checkbox"]:checked + .a_type span:before {content: ''; display: block; width: 21px; height: auto; aspect-ratio: 1; background: url(./../img/ckd_on.png)no-repeat 50% 50%; background-size: cover;}

.input-box .agee_box {margin: 0;}
.input-box .ckd_box .agee {display: flex; align-items: center; gap: 5px; font-size: 14px; font-weight: 400; line-height: 1.14; color: var(--wt);}
.talk_sec.color_w .input-box .ckd_box .agee {color: var(--gray_5c);}
.input-box .ckd_box .agee:before {content: ''; display: block; width: 21px; height: auto; aspect-ratio: 1; background: url(./../img/ckd_off.png)no-repeat 50% 50%; background-size: cover;}
.input-box .ckd_box input[type="checkbox"]:checked + .agee:before {content: ''; display: block; width: 21px; height: auto; aspect-ratio: 1; background: url(./../img/ckd_on.png)no-repeat 50% 50%; background-size: cover;}
.talk_sec .talk_box ul li .child-box .txt-box .submit_btn {display: flex; align-items: center; justify-content: center; width: 100%; height: 45px; margin-top: 34px; background: var(--pr); border-radius: 5px; font-size: 15px; font-weight: 400; line-height: 1.2; color: var(--wt);}

.talk_sec .talk_box ul li .child-box .txt-box .cs_tit {margin-top: 10px; margin-bottom: 20px; font-size: 30px; font-weight: 600; line-height: 1.2; color: var(--wt); text-align: center;}
.talk_sec .talk_box ul li .child-box .txt-box .img-box {width: 133px; height: auto; margin: 0 auto 30px;}
.talk_sec .talk_box ul li .child-box .txt-box .img-box img {animation: slide-in-elliptic-left-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; width: 100%; height: auto;}
@keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
            transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
            transform-origin: 1800px 50%;
    opacity: 1;
  }
}

.talk_sec .talk_box ul li .child-box .txt-box .txt {text-align: center; font-size: 16px; font-weight: 400; line-height: 1.19; color: var(--wt);}

.input-box.disabled:before {position: absolute; top: 0; left: 0; content: '답변 중에는 채팅을 발송할 수 없습니다.'; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; text-align: center; font-size: 18px; font-weight: 400; line-height: 1.17; color: var(--gray_8d); z-index: 2;}
.input-box.disabled.return:before {position: absolute; top: 0; left: 0; content: '상담이 종료되었습니다. 새로운 상담을 희망하시나요?'; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: #fff; border-radius: 20px; text-align: center; font-size: 18px; font-weight: 400; line-height: 1.17; color: var(--gray_8d); z-index: 2;}
.input-box .submit_btn:disabled {border: none;}

.sec1 .descript {margin-top: 40px;}
.sec1 .descript p {margin-bottom: 10px; font-size: 15px; font-weight: 300; line-height: 1.2; color: var(--gray_dc);}
.sec1.color_w .descript p {color: var(--gray_8d);}
.sec1 .descript p:last-of-type {margin-bottom: 0;}

/* sec2 */
.sec2 {width: 100%; height: auto; padding-bottom: 140px;}
.sec2 .sec2_ct {width: 100%; height: auto;}
.sec2 .sec2_ct .ct_tit {margin-bottom: 30px;}
.sec2 .sec2_ct .ct_tit .tit {font-size: 30px; font-weight: 600; line-height: 1.2; color: var(--wt);}
.sec2.color_w .ct_tit .tit {color: var(--black_1b);}

.sec2 .sec2_ct .cp_list {width: 100%; height: auto;}
.sec2 .sec2_ct .cp_list ul {display: flex; align-items: center; flex-wrap: wrap; gap: 25px 0; margin: 0 -12.5px;}
.sec2 .sec2_ct .cp_list ul li {width: calc(100% / 3); height: auto; padding: 0 12.5px; box-sizing: border-box;}
.sec2 .sec2_ct .cp_list ul li .child-box {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 151px; padding: 30px 30px 30px 37px; background: var(--black_28); border-radius: 15px; box-sizing: border-box;}
.sec2.color_w .sec2_ct .cp_list ul li .child-box {background: var(--wt); box-shadow: -5px 5px 15px 0 rgba(20, 31, 70, 0.1);}
.sec2 .sec2_ct .cp_list ul li .child-box .icon {width: 55px; height: auto; aspect-ratio: 1; border-radius: 100%0;}
.sec2 .sec2_ct .cp_list ul li .child-box .icon img {width: 100%; height: auto;}

.sec2 .sec2_ct .cp_list ul li .child-box .txt-box {text-align: right;}
.sec2 .sec2_ct .cp_list ul li .child-box .txt-box .tit {margin-bottom: 20px; font-size: 24px; font-weight: 600; line-height: 1.21; color: var(--wt);}
.sec2.color_w .sec2_ct .cp_list ul li .child-box .txt-box .tit {color: var(--black_1b);}
.sec2 .sec2_ct .cp_list ul li .child-box .txt-box .txt {font-size: 18px; font-weight: 300; line-height: 1.17; color: var(--gray_c7);}
.sec2.color_w .sec2_ct .cp_list ul li .child-box .txt-box .txt {color: var(--gray_8d); font-weight: 400;}

/* talk_sec */
.talk_sec {width: 100%; height: auto;}
.talk_sec.color_w {background: var(--wt);}
.talk_sec .container {width: 100%; min-height: calc(100vh - 73px); padding: 0 20px 170px; box-sizing: border-box; background: var(--black_1b);}
.talk_sec.color_w .container {background: var(--wt_f9);}
.talk_sec .textarea_box {position: fixed; bottom: 20px; width: calc(100% - 40px); max-width: 1060px; margin-bottom: 0;}
.talk_sec .talk_box {width: 100%; height: 100%; box-sizing: border-box;}
.talk_sec .talk_box ul {display: flex; align-items: center; flex-flow: column; gap: 50px; height: 100%; overflow: auto;}
.talk_sec .talk_box ul::-webkit-scrollbar,
.talk_sec .talk_box ul::-webkit-scrollbar-thumb,
.talk_sec .talk_box ul::-webkit-scrollbar-track {display:none;}
.talk_sec .talk_box ul li {width: 100%; height: auto;}
.talk_sec .talk_box ul li:first-of-type {margin-top: 40px;}
.talk_sec .talk_box ul li .child-box {display: flex; align-items: flex-start; gap: 10px;}
.talk_sec .talk_box ul li .child-box.form_box {display: none;}
.talk_sec .talk_box ul li .child-box.form_box .txt-box {max-width: 440px; width: 100%;}
.talk_sec .talk_box ul li .child-box.form_box .txt-box form {position: relative; padding: 15px 0 0;}
/* .talk_sec .talk_box ul li .child-box.form_box .txt-box form:after {animation: none_box .3s .5s linear both; position: absolute; top: 0; left: 0; content: ''; display: block; width: 100%; height: 100%; background: var(--gray_3f);}
.talk_sec .talk_box ul li .child-box.form_box .txt-box form:before {content: ""; position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; margin: -20px 0 0 -20px; border: 4px solid #ffffff33; border-top-color: #ffffff; border-radius: 50%; animation: spin 1s linear infinite; background-color: transparent; z-index: 10;}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); opacity: 0;}
}

@keyframes none_box {
  0% { opacity: 1; }
  100% { opacity: 0; }
} */

.talk_sec .talk_box ul li .child-box:not(:first-of-type) {margin-top: 20px;}
.talk_sec .talk_box ul li .child-box .adm_icon {min-width: 50px; width: 50px; height: auto; border-radius: 100%;}
.talk_sec .talk_box ul li .child-box .adm_icon img {}
.talk_sec .talk_box ul li .child-box:not(:first-of-type) .adm_icon img {opacity: 0;}
.talk_sec .talk_box ul li .child-box .name {margin-bottom: 7px; font-size: 15px; font-weight: 500; line-height: 1.2; color: var(--wt);}
.talk_sec.color_w .talk_box ul li .child-box .name {color: var(--black_1b);}
.talk_sec .talk_box ul li .child-box .txt-box {padding: 20px; border-radius: 0 20px 20px 20px; box-shadow: -5px 5px 15px 0 rgba(20, 31, 70, 0.1); background: var(--gray_3f);}
.talk_sec.color_w .talk_box ul li .child-box .txt-box {background: var(--wt); box-shadow: -5px 5px 15px 0 rgba(20, 31, 70, 0.1);}
.talk_sec .talk_box ul li .child-box .txt-box p {word-wrap: break-word; white-space: pre-line; overflow-wrap: anywhere; font-size: 16px; font-weight: 400; line-height: 1.19; color: var(--wt);}
.talk_sec.color_w .talk_box ul li .child-box .txt-box p {font-weight: 400; color: var(--black_1b);}
.talk_sec.color_w .talk_box ul li.user .child-box .txt-box p {color: var(--wt);}
.talk_sec .talk_box ul li .child-box .date_box {font-size: 15px; font-weight: 100; line-height: 1.2; color: var(--gray_dc);}
.talk_sec .talk_box ul li .child-box .date_box p {font-size: 15px; font-weight: 100; line-height: 1.2; color: var(--gray_dc);}
.talk_sec.color_w .talk_box ul li .child-box .date_box p {font-weight: 300; color: var(--gray_8d);}

.talk_sec .talk_box ul li.user .child-box {align-items: flex-end; justify-content: flex-end;}
.talk_sec .talk_box ul li.user .child-box .txt-box {background: var(--pr); border-radius: 20px 0 20px 20px;}

.talk_sec .talk_box ul li .child-box .ld_box {display: flex; align-items: center; justify-content: center; gap: 12px;}
.talk_sec .talk_box ul li .child-box .ld_box .ld {display: block; width: 6px; height: auto; aspect-ratio: 1; border-radius: 100%; background: var(--gray_d8); transition: all .3s;}
.talk_sec .talk_box ul li .child-box .ld_box .ld.on {transform: scale(1.5);}

/* talk_txt */
.talk_txt.done:after {display: none;}