.sec1 {width: 100%; height: auto; background: url(./../img/sec1_bg.png)no-repeat 50% 50%; background-size: cover;}
.sec1 .sec_logo {margin-bottom: 38px; font-size: 24px; font-weight: 600; line-height: 1.21; color: var(--pr);}
.sec1 .sec_logo img {width: 100px; height: auto;}

.sec_ct {display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 90px; margin-bottom: 90px; border-bottom: 1px solid var(--gray_cb);}
.sec_ct:last-of-type {padding-bottom: 0; margin-bottom: 0; border: none;}
.sec_ct .txt_img {display: flex; flex-flow: column; gap: 10px; width: 400px; height: auto;}
.sec_ct .txt_img figure {width: 100%; height: auto;}
.sec_ct .txt_img figure img {width: 100%; height: auto;}

/* sec2 */
.sec2 {padding-bottom: 0; background: var(--wt);}

/* count_item */
.count_item {width: 100%; height: auto; margin-top: 60px;}
.count_item ul {display: flex; align-items: center; gap: 30px 0; margin: 0 -15px;}
.count_item ul li {width: 100%; height: auto; padding: 0 15px; box-sizing: border-box;}
.count_item ul li .child-box {padding: 30px; background: var(--wt_f5); border-radius: 10px; box-sizing: border-box;}
.count_item ul li .child-box .icon {margin-bottom: 30px; width: 45px; height: auto;}
.count_item ul li .child-box .icon img {width: 100%; height: auto;}
.count_item ul li .child-box .txt-box {}
.count_item ul li .child-box .txt-box .count_num {margin-bottom: 15px; font-size: 45px; font-weight: 800; line-height: 1.2; color: var(--pr);}
.count_item ul li .child-box .txt-box .count_num span {}
.count_item ul li .child-box .txt-box .tit {margin-bottom: 10px; font-size: 20px; font-weight: 800; line-height: 1.2; color: var(--pr);}
.count_item ul li .child-box .txt-box .txt {font-size: 16px; font-weight: 500; line-height: 1.19; color: var(--gray_6f);}

/* slide_up */
.slide_up {position: relative; width: 100%; height: auto; padding: 50px; margin-top: 60px; box-sizing: border-box; background: var(--pr); border-radius: 10px;}
.slide_up:before {position: absolute; bottom: 100px; left: 0; content: ''; display: block; width: 100%; height: 204px; background-image: linear-gradient(to bottom, rgba(27, 27, 29, 0), #1b1b1d); z-index: 2;}
.slide_up .tit {font-size: 36px; font-weight: 600; line-height: 1.19; color: var(--wt);}
.slide_up .slider {width: 100%; height: auto; margin-top: 40px;}
.slide_up .slider ul {width: 100%; height: auto;}
.slide_up .slider ul.mo_item {display: none;}
.slide_up .slider ul li {margin-bottom: 15px;}
.slide_up .slider ul li:last-of-type {margin-bottom: 0;}
.slide_up .slider ul li .child-box {display: flex; align-items: center; gap: 15px;}
.slide_up .slider ul li .child-box .txt {display: flex; align-items: center; justify-content: center; gap: 5px; padding: 25px 30px; box-sizing: border-box; background: var(--wt_f5); border-radius: 37px; font-size: 20px; font-weight: 500; line-height: 1.2; color: var(--pr);}
.slide_up .slider ul li .child-box .txt:before {content: ''; display: block; width: 12px; height: auto; aspect-ratio: 12/13; background: url(./../img/mark.png)no-repeat 50% 50%; background-size: cover;}
.slide_up .slider ul li .child-box .txt:after {content: ''; display: block; width: 12px; height: auto; aspect-ratio: 12/13; background: url(./../img/mark.png)no-repeat 50% 50%; background-size: cover;}
.slide_up .sec2_btn {display: flex; align-items: center; justify-content: center; width: 100%; height: 50px; margin-top: 40px; background: var(--wt); border-radius: 10px; font-size: 18px; font-weight: bold; line-height: 1.17; color: var(--pr);}

/* hash-tag */
.hash-tag {width: 100%; height: auto; margin-top: 60px;}
.hash-tag ul {display: flex; align-items: center; gap: 15px;}
.hash-tag ul li {}
.hash-tag ul li p {padding: 13px 20px; background: var(--wt_f5); font-size: 20px; font-weight: 500; line-height: 1.2; color: var(--gray_6f); border-radius: 37px; box-sizing: border-box;}

/* img_slide */
.img_slide {width: 100%; height: auto; margin-top: 40px;}
.img_slide ul {width: 100%;}
.img_slide ul .slick-track {display: flex; align-items: center;}
.img_slide ul li {width: 100% !important; height: auto; margin: 0 15px;}
.img_slide ul li .img-box {width: 100%; height: auto;}
.img_slide ul li .img-box img {animation: before .5s linear alternate both; width: 100%; height: auto;}
@keyframes before {
  0% {height: 0%;}
  100% {height: 100%;}
}

.img_slide ul li .txt-box {margin-top: 20px;}
.img_slide ul li .txt-box .tit {margin-bottom: 10px; font-size: 20px; font-weight: 800; line-height: 1.2; color: #1b1b1d;}
.img_slide ul li .txt-box .sub {font-size: 16px; font-weight: 500; line-height: 1.19; color: #6f7175;}

/* popup */
.popup {display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 500px; width: 100%; max-height: 90vh; height: auto; padding: 30px; background: var(--wt); border: 1px solid var(--gray_e1); border-radius: 20px; box-sizing: border-box; z-index: 9999; overflow: auto;}
.popup .popup_hd {margin-bottom: 30px;}
.popup .popup_hd .icon {width: 32px; height: auto; margin: 0 auto 15px;}
.popup .popup_hd .icon img {width: 100%;}

.popup .popup_tit {margin-bottom: 30px; text-align: center;}
.popup .popup_tit .tit {margin-bottom: 10px; font-size: 30px; font-weight: 800; line-height: 1.2; color: var(--pr);}
.popup .popup_tit .sub {font-size: 16px; font-weight: 300; line-height: 1.19; color: var(--gray_6f);}

.popup .form-area {}
.input-box {display: flex; flex-flow: column; gap: 10px; margin-bottom: 30px;}
.input-box:last-of-type {margin-bottom: 0;}
.input-box .tit {font-size: 18px; font-weight: bold; line-height: 1.17; color: var(--pr);}
.input-box .tit span {color: var(--red);}
.input-box input {width: 100%; height: 50px; padding: 0 15px; border: 1px solid var(--gray_e1); border-radius: 10px; box-sizing: border-box; background: var(--wt_f9); outline: none; font-size: 16px; font-weight: 400; line-height: 1.19; color: var(--pr);}
.input-box input::placeholder {color: var(--gray_9d);}
.input-box select {width: 100%; height: 50px; padding: 0 15px; border: 1px solid var(--gray_e1); border-radius: 10px; font-size: 16px; box-sizing: border-box; background: url(./../img/select_icon.png)no-repeat calc(100% - 15px) 50%; background-size: 12px; outline: none; background-color: var(--wt_f9); appearance: none;}

.input-box .ckd-box {margin-top: 0;}
.input-box .ckd-box input[type="checkbox"] {display: none;}
.input-box .ckd-box label {display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 400; line-height: 1.19; color: #000;}
.input-box .ckd-box 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; border-radius: 3px;}
.input-box .ckd-box input[type="checkbox"]:checked + label:before {content: ''; display: block; width: 21px; height: auto; aspect-ratio: 1; background-size: cover; background: url(./../img/ckd_on.png)no-repeat 50% 50%; border-radius: 3px;}

/* submit_btn */
.submit_btn {display: flex; align-items: center; justify-content: center; width: 152px; height: 50px; margin: 20px auto 0; background: var(--pr); border-radius: 10px; font-size: 18px; font-weight: 500; line-height: 1.17; color: var(--wt); cursor:pointer;}

/* dim */
.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;}