@charset "utf-8";

/* 색 설정 */
:root { --main-color: #EE007E; --black-color: #222; --white-color: #fff; }

/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

/* 스크롤 커스텀 */
html::-webkit-scrollbar { width: 8px; }
html::-webkit-scrollbar-thumb { background-color: var(--main-color); border-radius: 10px; }

/* 드래그 블록 커스텀 */
::selection { background-color: var(--main-color); color: #fff; }

/* default */
* { font-size: 16px; font-weight: 400; font-family: 'Pretendard', sans-serif; color: #222; box-sizing: border-box; letter-spacing: inherit; line-height: inherit; }

body { font-family: 'Pretendard', sans-serif; font-weight: 400; font-size: 16px; letter-spacing: -0.04em; overflow: hidden;}
section { display: block; }
a { color: inherit; }

.inner { width: 1200px; margin: 0 auto; }

.paging_box { padding: 10px 0; display: flex; align-items: center; justify-content: center; }
.paging_box .pg_page{ color: #777; background-color: transparent; border:1px solid #BDBDBD; }
.paging_box .pg{ display: flex; align-items:center; gap:2px; }
.paging_box .pg_current{ background-color: #E3007F; border: 1px solid #E3007F; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url('../img/common/select-icon.png') no-repeat 98% 50% #fff; }
select::-ms-expand { display: none; }
p { word-break: keep-all; }

@media screen and (max-width: 1250px) { .inner { width: 100%; padding: 0 10px; } } /* tablet */
@media screen and (max-width: 650px) { .paging_box { font-size: 13px; } } /* mobile */

html{scroll-behavior: smooth;}
body.popup-open, html.popup-open{overflow: hidden;}
.sec_top{ padding-top:150px; }
@media screen and (max-width: 650px) { 
    .sec_top{ padding-top:0; }
}

/* common */
.uplus-label {width: 150px; font-size: 20px; white-space: nowrap; font-weight: 700; color: #fff; background-color: var(--main-color); display: flex; justify-content: center; align-items: center; height: 40px; padding: 0 10px; border-radius: 5px; }
.section-title { text-align: center; }
.section-title .label { display: inline-block; font-size: 20px; font-weight: 600; background-color: var(--main-color); margin-bottom: 10px; color: #fff; border-radius: 5px; padding: 6px 15px; }
.section-title h1 { color: #333; text-align: center; font-family: 'Paperozi'; font-size: 32px; font-weight: 600; line-height: 1.4; }
.section-title h1 span { color: var(--main-color); font-family: 'Paperozi'; font-size: 32px; font-weight: 600; line-height: 1.4; }
.section-title p { font-size: 24px; font-weight: 400; color: #555; line-height: 1.4; }
.section-title h1 b{display: block; font-size: 32px; font-weight: 600; color: var(--main-color); font-family: 'Paperozi';}
.section-title p.t2{font-size: 20px; color: #555; margin-top: 10px;}
@media screen and (max-width: 1250px) {
    .uplus-label{font-size: 18px; height: 35px; width: 140px;}
}
@media screen and (max-width: 960px) {
    .uplus-label{font-size: 16px; height: 30px; width: 120px;}
    .section-title h1{font-size: 24px;}
    .section-title h1 span{font-size: 24px;}
    .section-title p{font-size: 20px;}
    .section-title p.t2{font-size: 18px; color: #555;}
}
@media screen and (max-width: 650px) {
    .section-title h1{font-size: 20px; width: 100%;}
    .section-title h1 span{font-size: 20px;}
    .section-title p{font-size: 18px;}
    .section-title h1 b { font-size: 20px; }
    .section-title p.t2{font-size: 16px;}
}
/* header */
header { position: fixed; width: 100%; top: 0; left: 0; z-index: 100; }
.pc-header .header-wrap { height: 100px; background-color: #fff; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0 30px; }
.pc-header .header-wrap .left { flex: 1; display: flex; align-items: center; gap: 20px; }
.header-search { width: 40%; border-radius: 30px; border: 1px solid #03C75A; height: 40px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 15px; white-space: nowrap; text-overflow: ellipsis; }
.header-search .text { color: #555; flex: 1; }
.pc-header .header-wrap .center { flex: 1; display: flex; justify-content: center; align-items: center; }
.pc-header .header-wrap .right { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
header .contact-text{ color: var(--main-color); font-size: 18px; }
header .kakao-btn { border-radius: 5px; background: #FFEB3B; height: 40px; padding: 0 8px; display: flex; align-items: center; gap: 5px; }
header .kakao-btn span { color: #333; font-size: 18px; font-weight: 500; }
header .call-btn { cursor: pointer; border-radius: 5px; background: var(--main-color); height: 40px; padding: 0 8px; display: flex; align-items: center; gap: 10px; }
header .call-btn span { color: #fff; font-size: 18px; font-weight: 500; }

/* gnb-nav */
.pc-header .gnb-nav { margin-top: 20px; width: 100%; z-index: 100; display: flex; justify-content: center; }
.pc-header .gnb-nav-inner { display: inline-block; padding: 20px 60px; border-radius: 50px; background: rgba(255, 255, 255, 0.40); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); backdrop-filter: blur(4px); }
.pc-header .gnb-nav ul { display: flex; align-items: center; justify-content: center; gap: 20px; }
.pc-header .gnb-nav ul li a { font-size: 20px; font-style: normal; line-height: normal; }

/* mobile-header */
.mobile-header { display: none; width: 100%; position: relative; z-index: 2; }
.mobile-header .header-wrap { display: flex; align-items: center; gap: 20px; min-height: 65px; height: auto; padding:20px; background-color: #fff; }
.mobile-header .header-wrap > img { width: 15vw; min-width: 60px; max-width: 100px; object-fit: contain;  }
.mobile-header .gnb-nav { display: block; position: fixed; top: 0; right: 0; width: min(320px, 86vw); height: 100vh; height: 100dvh; margin: 0; padding: 72px 20px 24px; background-color: #fff; box-shadow: -4px 0 24px rgba(0,0,0,.12); z-index: 1; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform 0.3s ease, visibility 0.3s ease; overflow-y: auto; }
header.is-menu-open .mobile-header .gnb-nav { transform: translateX(0); visibility: visible; pointer-events: auto; }
.mobile-header .gnb-nav-inner { display: flex; flex-direction: column; justify-content: space-between;  height: 100%;}
.mobile-header .gnb-nav ul { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
.mobile-header .gnb-nav ul li { border-bottom: 1px solid #eee; }
.mobile-header .gnb-nav ul li a { display: block; padding: 14px 8px; font-size: 16px; }
.mobile-header .gnb-nav .bottom .header-search{width: 100%; margin-bottom: 30px;}
.mobile-header .gnb-nav .bottom .contact-btn .kakao-btn{ cursor: pointer; margin: 10px 0;}
/* trigger-btn */
.trigger-btn { display: none; position: absolute; top: 50%; right: 12px; transform: translateY(-50%); z-index: 3; width: 44px; height: 44px; padding: 10px; box-sizing: border-box; cursor: pointer; }
.trigger-btn span { display: block; width: 100%; height: 2px; background-color: #333; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.trigger-btn span:nth-child(2) { margin: 6px 0; }
header.is-menu-open .trigger-btn span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
header.is-menu-open .trigger-btn span:nth-child(2) { opacity: 0; }
header.is-menu-open .trigger-btn span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
header.is-menu-open::before { content: ''; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.45); z-index: 0; pointer-events: auto; }
@media screen and (max-width: 1920px) {
    .header-search{width: 60%;}
}
@media screen and (max-width: 1430px) { 
    .pc-header .header-wrap .left { flex: 2; } 
    .pc-header .header-wrap .right { flex: 2; } 
    .pc-header .header-wrap .center img { width: 100px; } 
}
@media screen and (max-width: 1250px) { 
    .header-search { width: 100%;} 
    .header-search{height: 35px;}
    header .pc-header .contact-text {display: none;}
    header .kakao-btn{height: 35px;}
    header .call-btn{height: 35px;}
    header .kakao-btn span {font-size: 16px;}
    header .right .call-btn span {font-size: 16px;}
}
@media screen and (max-width: 960px) { 
    .pc-header { display: none; } 
    .header-search{height: 40px;}
    .mobile-header { display: block; } 
    .trigger-btn { display: block; } 
}
@media screen and (max-width: 650px) { 
    header .uplus-label{font-size: 14px; height: 26px;}
    header .contact-text{font-size: 16px;}
    header .kakao-btn{height: 40px;}
    header .kakao-btn span {font-size: 16px;}
    header .call-btn{height: 40px;}
    header .call-btn span {font-size: 16px;}
}
/* floating-btn */
.floating-btn { position: fixed; bottom: 20px; right: 20px; z-index: 100; }
.floating-btn .btn-box { display: flex; flex-direction: column; gap: 10px; }
.floating-btn .btn-box a {text-align: center;}
.floating-btn .btn-box button {display: flex; justify-content: center; align-items: center;}
.floating-btn .btn-box .kakao-btn {width: 80px; height: 80px; border-radius: 50%; background: #FEE500; display: flex; justify-content: center; align-items: center;  box-shadow: 2px 4px 4px 0 #9E9E9E;}
.floating-btn .btn-box a img { width: 25px; height: 25px; object-fit: contain; }
.floating-btn .btn-box .call-btn { width: 80px; height: 80px; border-radius: 50%; background: var(--main-color); display: flex; justify-content: center; align-items: center;  box-shadow: 2px 4px 4px 0 #9E9E9E;}
.floating-btn .btn-box .kakao-btn span {display: block; text-align: center; font-size: 13px; font-weight: 600; margin-top: 5px; }
.floating-btn .btn-box .call-btn span {display: block; text-align: center; font-size: 13px; font-weight: 600; color: #fff; margin-top: 5px;}
@media screen and (max-width: 1250px) {
    .floating-btn { bottom: 16px; right: 16px; }
    .floating-btn .btn-box { gap: 8px; }
    .floating-btn .btn-box .kakao-btn,
    .floating-btn .btn-box .call-btn { width: 72px; height: 72px; }
    .floating-btn .btn-box a img { width: 22px; height: 22px; }
    .floating-btn .btn-box .kakao-btn span,
    .floating-btn .btn-box .call-btn span { font-size: 12px; margin-top: 4px; }
}
@media screen and (max-width: 960px) {
    .floating-btn { bottom: 14px; right: 14px; }
    .floating-btn .btn-box { gap: 8px; }
    .floating-btn .btn-box .kakao-btn,
    .floating-btn .btn-box .call-btn { width: 64px; height: 64px; }
    .floating-btn .btn-box a img { width: 20px; height: 20px; }
    .floating-btn .btn-box .kakao-btn span,
    .floating-btn .btn-box .call-btn span { font-size: 11px; margin-top: 3px; }
}
@media screen and (max-width: 650px) {
    .floating-btn {
        bottom: max(12px, env(safe-area-inset-bottom, 0px));
        right: max(12px, env(safe-area-inset-right, 0px));
    }
    .floating-btn .btn-box { gap: 6px; }
    .floating-btn .btn-box .kakao-btn,
    .floating-btn .btn-box .call-btn { width: 56px; height: 56px; box-shadow: 1px 3px 3px 0 #9E9E9E; }
    .floating-btn .btn-box a img { width: 18px; height: 18px; }
    .floating-btn .btn-box .kakao-btn span,
    .floating-btn .btn-box .call-btn span { font-size: 10px; margin-top: 2px; line-height: 1.2; }
}
/* sec1 */
.sec1 { padding-top: 100px; }
.sec1 .mySwiper { width: 100%; }
.sec1 .swiper-slide { width: 100%; aspect-ratio: 3/1;}
.sec1 .swiper-slide .image { width: 100%; height: 100%; }
.sec1 .swiper-slide .mobile-image { display: none;  width: 100%; height: 100%;}
@media screen and (max-width: 1250px) {
    .sec1 .swiper-slide { width: 100%; aspect-ratio: 2.5/1;}
}
@media screen and (max-width: 960px) { 
    .sec1 { padding-top: 64px; } 
    .sec1 .swiper-slide { width: 100%; aspect-ratio: 2/1;}
}
@media screen and (max-width: 650px) {
    .sec1 .swiper-slide { width: 100%; aspect-ratio: 4/5;}
    .sec1 .swiper-slide .image { display: none; }
    .sec1 .swiper-slide .mobile-image { display: block; }
}
/* sec2 */
.sec2 { margin: 100px 0; }
.sec2 .content { display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; gap: 24px; padding: 20px; border-radius: 20px; background: #FFEAF5; margin-top: 50px; }
.sec2 .content .card { flex: 1; min-width: 200px; display: flex; justify-content: center; align-items: center; border-radius: 10px; border: 1px solid #EE007E; background: #FFF; padding: 20px; }
.sec2 .content .card .card-inner { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; }
.sec2 .content .card .card-inner .icon img { max-width: 100%; height: auto; vertical-align: top; }
.sec2 .content .card .card-inner .text h4 { font-size: 24px; font-weight: 500; margin: 20px 0 10px 0; }
.sec2 .content .card .card-inner .text p { color: #555; text-align: center; font-size: 18px; line-height: 1.4; }
@media screen and (max-width: 1250px) {
    .sec2 { margin: 80px 0; }
    .sec2 .content { gap: 16px; padding: 16px; margin-top: 40px; }
    .sec2 .content .card { padding: 18px; }
    .sec2 .content .card .card-inner .text h4 { font-size: 22px; }
    .sec2 .content .card .card-inner .text p { font-size: 17px; }
}
@media screen and (max-width: 960px) {
    .sec2 { margin: 60px 0; }
    .sec2 .section-title .label { font-size: 18px; padding: 5px 14px; }
    .sec2 .section-title h1 { font-size: clamp(22px, 4.2vw, 30px); }
    .sec2 .section-title h1 span { font-size: clamp(22px, 4.2vw, 30px); }
    .sec2 .section-title p { font-size: 17px; }
    .sec2 .content { gap: 16px; flex-wrap: nowrap;}
    .sec2 .content .card {padding: 16px; }
    .sec2 .content .card .card-inner .icon img{width: 80px;}
    .sec2 .content .card .card-inner .text h4 { font-size: 20px; margin: 16px 0 8px; }
    .sec2 .content .card .card-inner .text p { font-size: 16px; }
}
@media screen and (max-width: 650px) {
    .sec2 { margin: 40px 0; }
    .sec2 .section-title p { font-size: 15px; }
    .sec2 .content { flex-direction: column; padding: 12px; gap: 12px; margin-top: 20px;}
    .sec2 .content .card { padding: 10px; flex: none; justify-content: flex-start; }
    .sec2 .content .card .card-inner{gap: 15px; flex-direction: row; text-align: start;}
    .sec2 .content .card .card-inner .icon img { max-width: 64px;}
    .sec2 .content .card .card-inner .text h4 { font-size: 18px; margin: 10px 0;}
    .sec2 .content .card .card-inner .text p { font-size: 15px; text-align: start; }
}
/* sec3 */
.sec3 { padding: 50px 0; background: #F7F7F7; margin: 100px 0; }
.sec3 .inner { display: flex; align-items: center; justify-content: space-between; }
.sec3 .left { flex: 1; text-align: center;}
.sec3 .left h1 {font-family: 'Paperozi'; font-size: 32px; font-weight: 600; margin: 20px 0; line-height: 1.4; text-align: center;}
.sec3 .left h1 b {font-family: 'Paperozi'; display: block; font-size: 32px; font-weight: 600; color: var(--main-color); line-height: 1.4; text-align: center;}
.sec3 .right { flex: 1;}
.sec3 .right .form-box { display: none; position: relative; height: 530px; border-radius: 20px; padding: 50px 30px; background: #FFF; box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);}
.sec3 .right .form-box.is-active { display: block; }
.sec3 .right .form-box.step6.is-active { height: auto; min-height: 530px; }
.sec3 .right .form-box .step-box .step {color: #BEBEBE;font-size: 20px;font-weight: 600; display: inline-block; margin-right: 5px;}
.sec3 .right .form-box .step-box .step i { font-size: 20px; color: #BEBEBE; padding-left: 5px; display: inline-block;}
.sec3 .right .form-box .step-box .step.active { color: var(--main-color); }
.sec3 .right .form-box .step-box .step.active i { color: var(--main-color); }
.sec3 .right .form-box .title { font-size: 24px;font-weight: 600; margin: 30px 0 20px 0;}
.sec3 .right .form-box .title span { font-size: 16px; color: #777; }
.sec3 .right .form-box .input-box{display: flex; gap: 10px; flex-direction: column;}
.sec3 .right .form-box .input-box.half {flex-direction: row; flex-wrap: wrap;}
.sec3 .right .form-box .input-box label {display: block; width: 100%; display: flex; flex-direction: column; gap: 10px; padding: 10px 25px; border-radius: 10px; border: 1px solid #DDD; background: #F7F7F7; color: #999;font-size: 20px;font-weight: 500; color: #999;}
.sec3 .right .form-box .input-box.half .input-item{width: 45%;}
.sec3 .right .form-box .input-box.half .input-item label{ width: 100%;}
.sec3 .right .form-box .input-box input { display: none; }
.sec3 .right .form-box .input-box input:checked + label{border: 1px solid var(--main-color); color: var(--main-color);}
.sec3 .right .form-box .btn-box{position: absolute; bottom: 50px; right: 30px; display: flex; gap: 20px; }
.sec3 .right .form-box .prev-btn {border: none; width: 50px; height: 50px; border-radius: 50%; background-color: #f7f7f7; display: flex; justify-content: center; align-items: center; box-shadow: 3px 3px 4px 0 rgba(51, 51, 51, 0.15);}
.sec3 .right .form-box .next-btn {border: none; width: 50px; height: 50px; border-radius: 50%; background-color: var(--main-color); display: flex; justify-content: center; align-items: center; box-shadow : 3px 3px 4px 0 rgba(238, 0, 126, 0.15);}
/*step5*/
.sec3 .right .form-box.step5 input{border-radius: 10px; border: 1px solid #DDD; background: #F7F7F7;  width: 100%; display: flex; flex-direction: column; gap: 10px; padding: 10px 25px; font-size: 20px;font-weight: 500; color: #999; transition: none !important; margin-bottom: 10px;}
.sec3 .right .form-box.step5 input:focus{outline:none; box-shadow: none; border: 1px solid var(--main-color) !important;}
.sec3 .right .form-box.step5 input::placeholder{color: #BEBEBE;font-size: 20px;font-weight: 600;}
.sec3 .right .form-box.step5 label{display: flex; gap: 5px; align-items: center;}
.sec3 .right .form-box.step5 label input{width: auto; margin-bottom: 0;}
.sec3 .right .form-box.step5 label input:checked{ accent-color: var(--main-color);}
.agreement{ flex-wrap: wrap; display: flex; gap: 20px; align-items: center;}
.agreement-popup-link{cursor: pointer;font-size: 14px;color: #777;}

@media screen and (max-width: 1650px) {
    .agreement{ gap:4px; }
}

/* step6 */
.sec3 .right .form-box.step6 {position: relative;}
.sec3 .right .form-box .text {text-align: center;}
.sec3 .right .form-box .text h2 { font-size: 28px; font-weight: 600; text-align: center;}
.sec3 .right .form-box .text h2 b {display: block; font-size: 28px; font-weight: 600; color: var(--main-color); margin-top: 10px;}
.sec3 .right .form-box .image { text-align: center; margin-top: 15px;}
.sec3 .right .form-box .bg {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; pointer-events: none;}
.sec3 .right .form-box.step6 .btn-box {position: relative; z-index: 22; bottom: unset; top: unset;  justify-self: center; margin-top: 50px;}
.sec3 .right .form-box.step6 .btn-box .kakao-btn {border: none; width: 200px; height: 60px; border-radius: 30px; background: #FFEB3B; display: flex; justify-content: center; align-items: center;}
.sec3 .right .form-box.step6 .btn-box button div{display: flex; align-items: center; gap: 10px;}
.sec3 .right .form-box.step6 .btn-box .kakao-btn span {color: #333; font-size: 18px; font-weight: 500;}
.sec3 .right .form-box.step6 .btn-box .call-btn {border: none; width: 200px; height: 60px; border-radius: 30px; background-color: var(--main-color); display: flex; justify-content: center; align-items: center; gap: 10px;}
.sec3 .right .form-box.step6 .btn-box .call-btn span {color: #fff; font-size: 18px; font-weight: 500;}
@media screen and (max-width: 1250px) {
    .sec3 { margin: 80px 0;}
    .sec3 .left img { width: 160px;}
    .sec3 .left h1 { font-size: 28px; margin: 16px 0; }
    .sec3 .left h1 b { font-size: 28px;}
    .sec3 .right .form-box { height: auto; min-height: 460px; padding: 36px 24px 100px; }
    .sec3 .right .form-box.step6.is-active { min-height: 0; }
    .sec3 .right .form-box .step-box { line-height: 1.5; }
    .sec3 .right .form-box .step-box .step { font-size: 18px; margin-right: 4px; }
    .sec3 .right .form-box.step5 input::placeholder {font-size: 18px;}
    .sec3 .right .form-box .step-box .step i { font-size: 18px; }
    .sec3 .right .form-box .title { font-size: 22px; margin: 20px 0 16px; }
    .sec3 .right .form-box .input-box label { font-size: clamp(15px, 2.2vw, 18px); padding: 10px 18px; }
    .sec3 .right .form-box .btn-box { bottom: 32px; right: 24px; gap: 14px; }
    .sec3 .right .form-box .prev-btn, .sec3 .right .form-box .next-btn { width: 46px; height: 46px; }
    .sec3 .right .form-box .prev-btn img, .sec3 .right .form-box .next-btn img { max-width: 22px; height: auto; }
    .sec3 .right .form-box .image img { max-width: 100%; height: auto; }
}
@media screen and (max-width: 960px) {
    .sec3 { margin: 60px 0; padding: 30px 0;}
    .sec3 .inner { flex-direction: column; align-items: stretch; gap: 32px; }
    .sec3 .left img { width: 140px;}
    .sec3 .left h1 { font-size: 24px;}
    .sec3 .left h1 b { font-size: 24px;}
    .sec3 .right { width: 100%; max-width: 560px; margin: 0 auto; }
    .sec3 .right .form-box { min-height: 420px; padding: 28px 20px 96px; border-radius: 16px; }
    .sec3 .right .form-box .step-box .step { display: inline-block; margin-bottom: 4px; }
    .sec3 .right .form-box .title { margin: 16px 0 12px; font-size: 20px; }
    .sec3 .right .form-box .input-box { gap: 8px; }
    .sec3 .right .form-box .btn-box { bottom: 24px; right: 20px; }
    .sec3 .right .form-box .text h2{font-size: 24px;}
    .sec3 .right .form-box .text h2 b{font-size: 24px;}
}
@media screen and (max-width: 650px) {
    .sec3 { margin: 40px 0;}
    .sec3 .inner { gap: 10px; }
    .sec3 .left h1 { font-size: 20px;}
    .sec3 .left h1 b { font-size: 20px;}
    .sec3 .left img { width: 120px;}
    .sec3 .right .form-box { padding: 30px 20px;}
    .sec3 .right .form-box .step-box .step { font-size: 16px; margin-right: 2px; }
    .sec3 .right .form-box.step5 input::placeholder {font-size: 16px;}
    .sec3 .right .form-box .step-box .step i { font-size: 16px; padding-left: 2px; }
    .sec3 .right .form-box .title { font-size: 17px; margin: 12px 0 10px; }
    .sec3 .right .form-box .title span { display: block; margin-top: 6px; font-size: 13px; }
    .sec3 .right .form-box .input-box label { font-size: 15px; padding: 10px 14px; }
    .sec3 .right .form-box.step5 input{padding: 10px 14px;}
    .sec3 .right .form-box .input-box.half { flex-direction: column; }
    .sec3 .right .form-box .input-box.half .input-item { width: 100%; }
    .sec3 .right .form-box .btn-box { bottom: 16px; right: 14px; left: auto; gap: 10px; }
    .sec3 .right .form-box .prev-btn, .sec3 .right .form-box .next-btn { width: 44px; height: 44px; }
    .sec3 .right .form-box.step6 { padding-bottom: 28px; }
    .sec3 .right .form-box.step6 .btn-box { flex-direction: column; align-items: stretch; margin-top: 28px; gap: 12px; width: 100%; max-width: 100%; padding: 0 4px; box-sizing: border-box; }
    .sec3 .right .form-box.step6 .btn-box .kakao-btn, .sec3 .right .form-box.step6 .btn-box .call-btn { width: 100%; max-width: none; height: 52px; }
    .sec3 .right .form-box .text h2 { font-size: clamp(17px, 4.5vw, 22px); line-height: 1.35; }
    .sec3 .right .form-box .text h2 b { font-size: clamp(17px, 4.5vw, 22px); margin-top: 8px; }
    .sec3 .right .form-box .bg img { opacity: 0.35; }
}
/* sec4 */
.sec4 .inner {border-radius: 30px; background: #FFF5FA; padding: 50px; display: flex; justify-content: space-between; align-items: center;}
.sec4 .left { flex: 1;}
.sec4 .left .uplus-label{position: relative;}
.sec4 .left .uplus-label::before{content: url('../img/sec4-img2.png'); position: absolute; top: -20px; left: -30px;}
.sec4 .left h1 {display: inline-block; margin-top: 15px; margin-bottom: 20px; font-family: 'Paperozi'; font-size: 50px; font-weight: 500; position: relative;}
.sec4 .left h1 b {display: block; font-size: 50px; font-weight: 700; color: var(--main-color);}
.sec4 .left h1::before{content: url('../img/sec4-img3.png'); position: absolute; top: 30px; right: -80px;}
.sec4 .left p {font-size: 20px; margin-top: 20px;}
.sec4 .right { flex: 1;}
.sec4 .right img { width: 100%; height: 100%; object-fit: cover; }
@media screen and (max-width: 1250px) {
    .sec4 .inner { padding: 36px; margin: 0 30px; width: calc(100% - 60px);}
    .sec4 .left h1 { font-size: 40px; margin: 12px 0 14px; }
    .sec4 .left h1 b { font-size: 40px; }
    .sec4 .left p { font-size: 18px; margin-top: 14px; }
}
@media screen and (max-width: 960px) {
    .sec4 .inner {padding: 28px 18px;  margin: 0 10px; width: calc(100% - 20px);}
    .sec4 .left { width: 100%; }
    .sec4 .left .uplus-label::before{top: -30px; left: -20px;}
    .sec4 .right { width: 100%; }
    .sec4 .right img { width: 100%; height: auto; object-fit: cover; }
    .sec4 .left h1 { font-size: 30px; margin: 10px 0 12px; }
    .sec4 .left h1 b { font-size: 30px; }
    .sec4 .left p { font-size: 16px; margin-top: 12px; }
}
@media screen and (max-width: 650px) {
    .sec4 .left .uplus-label{margin: 0 auto;}
    .sec4 .left .uplus-label::before{top: -20px; left: -30px;}
    .sec4 .inner { flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 24px;  padding: 30px; border-radius: 20px; gap: 18px; }
    .sec4 .left .uplus-label { font-size: 14px; height: 32px; }
    .sec4 .left h1 { font-size: 24px; margin: 8px 0 10px; }
    .sec4 .left h1 b { font-size: 24px; }
    .sec4 .left h1::before{display: none;}
    .sec4 .left p { font-size: 14px; margin-top: 10px; }
    .sec4 .right img { width: 80%; }
}
@media screen and (max-width: 480px) {
    .sec4 .right img { width: 100%;}
}
/*sec5*/
.sec5{margin: 100px 0;}
.sec5 .section-title {text-align: center;}
.sec5 .content{margin-top: 30px;}
.sec5 .content > p{color: #777; margin-bottom: 15px;}
.sec5 .compare-box {display: flex; justify-content: space-between; align-items: center; border-radius: 20px; border: 1px solid #E3007F; background: #F5F5F7; overflow: hidden;}
.sec5 .compare-box .compare-item {flex: 1; display: flex; justify-content: space-between; gap: 30px; padding: 30px 20px;}
.sec5 .compare-item .title{font-size: 20px;font-weight: 500;}
.sec5 .compare-item .price{flex: 1;}
.sec5 .compare-item .price .price-items{display: flex; flex-direction: column; gap: 15px;}
.sec5 .compare-item .price .price-items .price-item span{ color: #555; font-size: 18px;font-weight: 300;}
.sec5 .compare-item .price .price-items .price-item span:first-child{display: inline-block; width: 120px;}
.sec5 .compare-item .price .price-sum{border-radius: 5px; background: #FFF; padding: 10px; font-weight: 300; margin: 30px 0;}
.sec5 .compare-item .price .totle-price{color: #000;font-size: 20px;font-weight: 600;}
.sec5 .compare-item.pink{background: #FFF7FB; border-left: 1px solid var(--main-color);}
.sec5 .compare-item.pink .title{color:var(--main-color);}
.sec5 .compare-item.pink .totle-price{color: var(--main-color);}
.sec5 .compare-price{border-radius: 20px;background: #E43692; padding: 10px 0; margin-top: 20px;}
.sec5 .compare-price h3{text-align: center; color: #FFF;font-size: 24px;font-weight: 700;line-height: 140%;}
.sec5 .compare-price p{text-align: center; color: #FFD7EC;font-size: 15px;line-height: 140%; /* 21px */}
@media screen and (max-width: 1250px) {
    .sec5{ margin: 80px 0; }
    .sec5 .content > p { font-size: 15px; margin-bottom: 12px; }
    .sec5 .compare-box .compare-item { padding: 24px 16px; gap: 20px; }
    .sec5 .compare-item .title { font-size: 18px; }
    .sec5 .compare-item .price .price-items { gap: 12px; }
    .sec5 .compare-item .price .price-items .price-item span { font-size: 16px; }
    .sec5 .compare-item .price .price-items .price-item span:first-child { width: 105px; }
    .sec5 .compare-price h3 { font-size: 20px; }
}
@media screen and (max-width: 960px) {
    .sec5{ margin: 60px 0; }
    .sec5 .content > p { font-size: 14px; }
    .sec5 .compare-box .compare-item { padding: 20px; gap: 16px; }
    .sec5 .compare-box .compare-item .title { font-size: 18px; }
    .sec5 .compare-item .price { flex: 1;}
    .sec5 .compare-item .price .price-items { gap: 10px; }
    .sec5 .compare-item .price .price-items .price-item span:first-child { width: 95px; }
    .sec5 .compare-item .price .price-sum { margin: 20px 0; }
    .sec5 .compare-item .price .totle-price { font-size: 18px; }
    .sec5 .compare-price { margin-top: 16px; }
    .sec5 .compare-price h3 { font-size: 20px; }
}
@media screen and (max-width: 800px) {
    .sec5 .compare-box{flex-direction: column;}
    .sec5 .compare-box .compare-item {flex: none; width: 100%; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 14px; }
    .sec5 .compare-item .title br{display: none;}
    .sec5 .compare-item .price{flex: none; width: 100%;}
    .sec5 .compare-item.pink{border-left: none; border-top: 1px solid var(--main-color);}
}
@media screen and (max-width: 650px) {
    .sec5{ margin: 40px 0; }
    .sec5 .content{margin-top: 20px;}
    .sec5 .content > p { font-size: 13px; }
    .sec5 .compare-item .title { font-size: 16px; }
    .sec5 .compare-item .price { width: 100%; }
    .sec5 .compare-item .price .price-items .price-item span { font-size: 15px; }
    .sec5 .compare-item .price .price-items .price-item span:first-child { width: 86px; }
    .sec5 .compare-item .price .price-sum { padding: 8px; margin: 10px 0; }
    .sec5 .compare-price { margin-top: 10px; padding: 10px;}
    .sec5 .compare-price h3 { font-size: 18px; }
    .sec5 .compare-price p{font-size: 14px;}
}
/*sec6*/
.sec6{margin: 100px 0;}
.sec6 .content{display: flex; flex-wrap: wrap; gap: 24px; width: 100%; margin-top: 40px;}
.sec6 .content .card{width: calc((100% - 72px) / 4); padding: 30px; border-radius: 20px; background: #F7F7F7; position: relative; display: flex; justify-content: center; align-items: center;}
.sec6 .content .card .badge{position: absolute; top: 10px; left: 10px; border-radius: 30px; background: #FEE500; font-size: 18px; font-weight: 500; padding: 2px 15px; text-align: center;}
.sec6 .content .card .card-inner {display: flex; flex-direction: column; justify-content: space-between; align-items: center; height: 100%;}
.sec6 .content .card .card-inner .image{width: 140px; height: 170px; margin: 0 auto;}
.sec6 .content .card .card-inner .text{text-align: center; margin: 20px 0 10px 0; flex: 1; display: flex; flex-direction: column;}
.sec6 .content .card .card-inner .text .brand{color: #777; font-size: 14px;}
.sec6 .content .card .card-inner .text .name{font-size: 20px; font-weight: 600; line-height: 1.4; text-align: center; margin-top: auto;}
.sec6 .content .card .card-inner .consult-btn{text-align: center;}
.sec6 .content .card .card-inner .consult-btn a{border-radius: 5px; background: #E43692; padding: 4px 25px; font-weight: 600; line-height: 1.4; color: #fff;}
@media screen and (max-width: 1250px) {
    .sec6 { margin: 80px 0; }
    .sec6 .content .card { width: calc((100% - 48px) / 3);}
    .sec6 .content .card .card-inner .image { width: 120px; height: 145px; }
    .sec6 .content .card .card-inner .text .name { font-size: 18px; }
}
@media screen and (max-width: 960px) {
    .sec6 { margin: 60px 0; }
    .sec6 .content { gap: 14px; }
    .sec6 .content .card {  padding: 20px; }
    .sec6 .content .card .badge { font-size: 14px; padding: 2px 10px; }
    .sec6 .content .card .card-inner .image { width: 110px; height: 135px; }
    .sec6 .content .card .card-inner .text .name { font-size: 18px; }
    .sec6 .content .card .card-inner .consult-btn a { padding: 4px 18px; }
}
@media screen and (max-width: 650px) {
    .sec6 { margin: 40px 0; }
    .sec6 .content { gap: 12px; margin-top: 24px; }
    .sec6 .content .card {width: calc((100% - 14px) / 2); max-width: 420px; padding: 15px }
    .sec6 .content .card .card-inner .image { width: 80px; height: 100px; }
    .sec6 .content .card .card-inner .text .brand { font-size: 12px; }
    .sec6 .content .card .card-inner .text .name { font-size: 16px; }
    .sec6 .content .card .card-inner .consult-btn a { padding: 4px 16px; font-size: 14px; }
}
/*sec7*/
.sec7{margin: 100px 0;}
.sec7 .content{display: flex; justify-content: space-between; align-items: center; gap: 50px; margin: 50px 0;}
.sec7 .content .left{align-self: stretch; flex: 2.2; border-radius: 10px; background: #FFF; box-shadow: 0 0 10px 0 rgba(158, 187, 255, 0.30); overflow: hidden; display: flex; flex-direction: column;}
.sec7 .content .left .image{flex: 1; background: url('../img/sec7-img2.png') no-repeat center center / cover; text-align: center; display: flex; justify-content: center; align-items: flex-end;}
.sec7 .content .left .image img{width: 60%; height: 100%; object-fit: contain;}
.sec7 .content .left .text{flex: 1; padding: 0 10px; display: flex; flex-direction: column; justify-content: center; gap: 20px; align-items: center;}
.sec7 .content .left .text h2{color: #5445FF;text-align: center;font-family: 'Paperozi'; font-size: 24px; font-weight: 600;}
.sec7 .content .left .text p{line-height: 1.4; text-align: center;}
.sec7 .content .right{flex: 3; flex-wrap: wrap; display: flex; gap: 24px;}
.sec7 .content .right .card{box-shadow: 0 0 10px 0 rgba(158, 187, 255, 0.30); width: calc((100% - 24px) / 2); padding: 20px 20px 10px 20px; border-radius: 10px;}
.sec7 .content .right .card .image{margin-bottom: 15px;}
.sec7 .content .right .card p{font-size: 20px; font-weight: 500; line-height: 140%;}
@media screen and (max-width: 1250px) {
    .sec7{margin: 80px 0;}
    .sec7 .content{gap: 30px;}
    .sec7 .content .left .text h2{font-size: 22px;}
    .sec7 .content .right .card p{font-size: 18px;}
}
@media screen and (max-width: 960px) {
    .sec7{margin: 60px 0;}
    .sec7 .content{gap: 20px; margin: 30px 0;}
    .sec7 .content .left .text{gap: 10px; margin: 15px 0;}
    .sec7 .content .left .text h2{font-size: 20px;}
    .sec7 .content .right{gap: 12px;}
    .sec7 .content .right .card{padding: 10px;  width: calc((100% - 12px) / 2)}
    .sec7 .content .right .card p{font-size: 16px;}
}
@media screen and (max-width: 650px) {
    .sec7{margin: 40px 0;}
    .sec7 .content{flex-direction: column; gap: 20px; margin: 20px 0;}
    .sec7 .content .left{flex: none; width: 100%;}
    .sec7 .content .left .image img{width: 60%;}
    .sec7 .content .left .text h2{font-size: 18px;}
    .sec7 .content .left .text p{font-size: 15px;}
    .sec7 .content .right{flex: none;}
    .sec7 .content .right .card .image img{width: 50px; height: 50px; object-fit: cover;}
    .sec7 .content .right .card p{font-size: 15px;}
}
/*sec8*/
.sec8{margin: 100px 0;}
.sec8 .inner{text-align: center;}
.sec8 .section-title h1{position: relative; display: inline-block;}
.sec8 .section-title h1::before{content: url('../img/sec8-img1.png'); position: absolute; top: -30px; left: -50px;}
.sec8 .section-title h1 b{display: inline-block; text-shadow: 0 0 10px rgba(252, 0, 127, 0.25); font-weight: 700;}
.sec8 .content{margin-top: 50px; display: flex; gap: 24px; justify-content: space-between;}
.sec8 .content .list-box{flex: 1; border-radius: 20px; background: #FFF7FB; padding: 20px;}
.sec8 .content .list-box .title{display: flex; justify-content: space-between; align-items: center;}
.sec8 .content .list-box .title h1{font-family: 'Paperozi'; font-size: 32px; font-weight: 600; line-height: 1.5;}
.sec8 .content .list-box .title h1 span{font-family: 'Paperozi'; font-size: 32px; font-weight: 600; line-height: 1.5; color: var(--main-color);}
.sec8 .content .list-box .image{width: 100px; height: 100px; }
.sec8 .content .list-box .image img{width: 100%; height: 100%; object-fit: contain;}
.sec8 .content .lists{margin-top: 15px;}
.sec8 .content .list{border-radius: 4px; border: 1px solid #EE007E; background: #FFF; padding: 15px 0; margin-bottom: 8px; text-align: center; font-size: 20px; font-weight: 600;}
.sec8 .content .list:last-child{margin-bottom: 0;}
@media screen and (max-width: 1250px) {
    .sec8 { margin: 80px 0; }
    .sec8 .content { margin-top: 40px; gap: 18px; }
    .sec8 .content .list-box { padding: 18px; border-radius: 16px; }
    .sec8 .content .list-box .title h1, .sec8 .content .list-box .title h1 span { font-size: 26px; }
    .sec8 .content .list-box .image { width: 84px; height: 84px; }
    .sec8 .content .list { font-size: 18px; padding: 12px 10px; }
    .sec8 .section-title h1::before { top: -24px; left: -40px; transform: scale(0.88); transform-origin: left top; }
    .sec8 .content .list-box .image { width: 80px; height: 80px; }
}
@media screen and (max-width: 960px) {
    .sec8 { margin: 60px 0; }
    .sec8 .content{margin-top: 30px;}
    .sec8 .content .list-box .title h1, .sec8 .content .list-box .title h1 span { font-size: 24px; }
    .sec8 .content .list { font-size: 16px; }
    .sec8 .section-title h1::before { top: -22px; left: -32px; transform: scale(0.8); transform-origin: left top; }
    .sec8 .content .list-box .image { width: 65px; height: 65px; }
} 
@media screen and (max-width: 650px) {
    .sec8 { margin: 40px 0; }
    .sec8 .section-title h1::before { top: -18px; left: -15px; transform: scale(0.55); transform-origin: left top; }
    .sec8 .content { margin-top: 20px; gap: 10px; flex-direction: column; margin-top: 20px;}
    .sec8 .content .list-box { padding: 10px;}
    .sec8 .content .list-box .title { flex-wrap: wrap; gap: 8px;}
    .sec8 .section-title h1{width: auto;}
    .sec8 .content .list-box .title h1, .sec8 .content .list-box .title h1 span {font-size: 20px; }
    .sec8 .content .list-box .image { width: 50px; height: 50px; }
    .sec8 .content .lists{ display: flex; flex-wrap: wrap; gap: 5px;}
    .sec8 .content .list {width: calc((100% - 5px) / 2); font-size: 15px; padding: 8px; margin-bottom: 0px; }
}
/*sec9*/
.sec9{margin: 100px 0;}
.sec9 .inner .section-title{text-align: center;}
.sec9 .section-title .uplus-label{margin: 0 auto 10px auto;}
.sec9 .content{display: flex; justify-content: space-between; gap: 24px; margin-top: 30px;}
.sec9 .content .left{flex: 5;}
.sec9 .content .left .top{display: flex; gap: 10px; justify-content: space-between;}
.sec9 .content .left .top .card{flex: 1;}
.sec9 .content .left .card{border-radius: 10px; background: #F7F7F7; padding: 20px; position: relative;}
.sec9 .content .left .card h1{color: #D50071; font-size: 32px;font-weight: 600;line-height: 120%;}
.sec9 .content .left .card h1 b{color: #D50071; font-size: 60px;font-weight: 700;line-height: 120%;}
.sec9 .content .left .card p{color: #333; font-size: 20px;font-weight: 600;line-height: 120%; margin-top: 15px;}
.sec9 .content .left .card .icon{width: 60px; height: 60px; position: absolute; bottom: 20px; right: 20px;}
.sec9 .content .left .card .icon img{width: 100%; height: 100%; object-fit: contain;}
.sec9 .content .left .bottom{margin-top: 10px;}
.sec9 .content .right{flex: 7; display: flex; flex-direction: column; justify-content: space-between;}
.sec9 .content .right .list{padding: 20px; border-radius: 10px;border: 1px solid #FFC4E2;background: #FFF;box-shadow: 0 0 10px 0 rgba(252, 0, 127, 0.10);}
.sec9 .content .right .list p{font-size: 20px; font-weight: 600; line-height: 120%; margin-bottom: 10px;}
.sec9 .content .right .list span{font-size: 18px; font-weight: 400; line-height: 120%;}
@media screen and (max-width: 1250px) {
    .sec9 { margin: 80px 0; }
    .sec9 .content { gap: 20px; margin-top: 24px; }
    .sec9 .content .left .card h1 { font-size: 28px; }
    .sec9 .content .left .card h1 b { font-size: 44px; }
    .sec9 .content .left .card .icon { width: 50px; height: 50px;}
    .sec9 .content .right .list{padding: 15px;}
    .sec9 .content .right .list p { font-size: 18px; }
    .sec9 .content .right .list span { font-size: 16px; }
}
@media screen and (max-width: 960px) {
    .sec9 { margin: 60px 0; }
    .sec9 .content{ gap: 10px;}
    .sec9 .content .left{flex: 1;} 
    .sec9 .content .right{flex: 1.2;}
    .sec9 .content .left .card h1 { font-size: 24px; }
    .sec9 .content .left .card h1 b { font-size: 38px; }
    .sec9 .content .left .card p { margin-top: 10px; }
    .sec9 .content .left .card .icon { width: 35px; height: 35px; bottom: 10px; right: 10px; }
    .sec9 .content .right .list { padding: 12px; }
    .sec9 .content .right .list span { font-size: 15px; }
}
@media screen and (max-width: 650px) {
    .sec9 { margin: 40px 0; }
    .sec9 .content { margin-top: 20px; gap: 10px;  flex-direction: column; }
    .sec9 .content .left, .sec9 .content .right { flex: none; width: 100%; } 
    .sec9 .content .left .card { padding: 10px; }
    .sec9 .content .left .card h1 { font-size: 20px; }
    .sec9 .content .left .card h1 b { font-size: 30px; }
    .sec9 .content .left .card p { font-size: 15px;}
    .sec9 .content .right{gap: 10px;}
    .sec9 .content .right .list p { font-size: 16px; margin-bottom: 5px; }
    .sec9 .content .right .list span { font-size: 14px; }
}
/*sec10*/
.sec10{margin: 100px 0; padding: 100px 0; background: #FFEAF5;}
.sec10 .section-title{text-align: center; padding: 0 16px;}
.sec10 .content{margin-top: 50px; padding: 0 16px; box-sizing: border-box;}
.sec10 .content .swiper{width: 100%; height: 100%;}
.sec10 .content .review{border-radius: 20px; background: #FFF; padding: 40px; box-sizing: border-box;}
.sec10 .content .review .icon{display: flex; gap: 2px; flex-wrap: wrap; align-items: center;}
.sec10 .content .review .icon img{display: block; width: auto; height: auto;}
.sec10 .content .review .text{margin: 10px 0 25px 0;}
.sec10 .content .review .text p {font-size: 18px; font-weight: 500; line-height: 1.4; word-break: keep-all;}
.sec10 .content .review .info {display: flex; align-items: center; gap: 7px; flex-wrap: wrap;}
.sec10 .content .review .info img{flex-shrink: 0; width: 44px; height: auto; object-fit: contain;}
.sec10 .content .review .info .t1{font-weight: 500;}
.sec10 .content .review .info .t2{color: #7F7F7F; font-size: 14px; font-weight: 500; line-height: 1.3;}
.sec10 .content .slide-progress-bar{margin-top: 50px; left: 50%; transform: translateX(-50%); background: rgba(255, 255, 255, 0.40); width: 1200px; height: 6px; overflow: hidden; border-radius: 5px;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #fff !important;}
@media screen and (max-width: 1250px) {
    .sec10 { margin: 80px 0; padding: 70px 0 100px 0; }
    .sec10 .content .review { padding: 30px; border-radius: 16px; }
    .sec10 .content .review .text { margin: 8px 0 18px; }
    .sec10 .content .review .text p { font-size: 17px; }
    .sec10 .content .slide-progress-bar{width: calc(100% - 40px);}
    
}
@media screen and (max-width: 960px) {
    .sec10 { margin: 60px 0; padding: 50px 0 60px 0; }
    .sec10 .content { margin-top: 30px; padding: 0 15px; }
    .sec10 .content .review .icon img{width: 15px; height: 15px; object-fit: contain; gap: 0px;}
    .sec10 .content .review { padding: 20px; border-radius: 15px; }
    .sec10 .content .review .text p { font-size: 16px; }
    .sec10 .content .review .info .t2 { font-size: 13px; }
    .sec10 .content .review .info img{width: 30px;}
    .sec10 .content .slide-progress-bar{margin-top: 30px;}
}
@media screen and (max-width: 650px) {
    .sec10 { margin: 40px 0; padding: 40px 0 60px 0; }
    .sec10 .content { margin-top: 22px; padding: 0 10px; }
    .sec10 .content .review {padding: 10px;}
    .sec10 .content .review .icon img{width: 12px; height: 12px; }
    .sec10 .content .review .text { margin: 8px 0 14px; }
    .sec10 .content .review .text p { font-size: 15px; line-height: 1.45; }
    .sec10 .content .review .info .t2 { font-size: 12px; }
}
/*sec11*/
.sec11{margin: 100px 0; }
.sec11 .content{margin-top: 50px; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px;}
.sec11 .content .left{flex: 1; position: relative; width: 100%; align-self: stretch; min-height: 280px; max-height: 520px;}
.sec11 .content .right{flex: 1; min-width: 0;}
.sec11 .content .left .office-map-wrap{ display: none; }
.sec11 .content .left .office-map-wrap.active{ display: block; }
.sec11 .content .left iframe{position: absolute; inset: 0; width: 100%; height: 100%; border: 0;}
/* .sec11 .content .left iframe.active{display: block;} */
.sec11 .content .right{border-radius: 4px;background: #F7F7F7; box-shadow: 4px 6px 4px 0 rgba(0, 0, 0, 0.15); padding: 15px 25px;}
.sec11 .content .right .lists{display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px;}
.sec11 .content .right .list-wrap{width: calc((100% - 10px) / 2); border-radius: 2px; border: 1px solid #DDD; background: #FFF; cursor: pointer; box-sizing: border-box;}
.sec11 .content .right .list-wrap .list{background: #fff; padding: 15px; display: flex; justify-content: space-between; align-items: center;}
.sec11 .content .right .list-wrap.active .list{border: 1px solid var(--main-color);}
.sec11 .content .right .list .text .title {color: #333; font-weight: 500; word-break: keep-all; display: flex; align-items: center; gap: 5px;}
.sec11 .content .right .list .text .title img{ width: 20px; height: 20px; object-fit: contain; display: inline-block; }
.sec11 .content .right .list .text p{color: #828587; font-size: 14px;  font-weight: 500; margin-top: 5px;}
.sec11 .content .right .list .icon{width: 20px; height: 20px; object-fit: contain; display: inline-block;}
@media screen and (max-width: 1250px) {
    .sec11 { margin: 80px 0;}
    .sec11 .content { gap: 18px; margin-top: 36px; }
    .sec11 .content .left { min-height: 260px; max-height: 460px; }
    .sec11 .content .right { padding: 14px 18px; }
    .sec11 .content .right .list-wrap .list { padding: 12px; }
    .sec11 .content .right .list .text p { font-size: 13px; }
}
@media screen and (max-width: 960px) {
    .sec11 { margin: 60px 0;}
    .sec11 .content { flex-direction: column; gap: 12px; margin-top: 20px; }
    .sec11 .content .left, .sec11 .content .right { flex: none; width: 100%; max-height: none; }
    .sec11 .content .left { aspect-ratio: 16 / 9; max-height: 40vh; }
    .sec11 .content .right { padding: 14px 12px; }
    .sec11 .content .right .list-wrap { width: calc((100% - 20px) / 3); }
}
@media screen and (max-width: 650px) {
    .sec11 { margin: 45px 0;}
    .sec11 .content { gap: 16px; margin-top: 20px; }
    .sec11 .content .left { aspect-ratio: 4 / 3; min-height: 220px; max-height: 42vh; }
    .sec11 .content .right { padding: 12px 10px; }
    .sec11 .content .right .lists { gap: 5px; margin-bottom: 16px; }
    .sec11 .content .right .list-wrap {width: calc((100% - 10px) / 2);  }
    .sec11 .content .right .list-wrap .list { padding: 10px; }
    .sec11 .content .right .list .text .title { font-size: 14px; }
    .sec11 .content .right .list .icon { display: none; }
}
/*sec12*/
.sec12{margin-top: 100px; background: #E43692; padding: 50px 0;}
.sec12 .inner{display: flex; justify-content: center; align-items: center;}
.sec12 .content{display: flex; justify-content: space-between; align-items: center; gap: 100px;}
.sec12 .content .image{ width: 200px; height: 200px;}
.sec12 .content .image img{width: 100%; height: 100%; object-fit: contain;}
.sec12 .content .text{flex: 1;}
.sec12 .content .text > *{color: #fff;}
.sec12 .content .text p{font-size: 20px;font-weight: 500; line-height: 1.2;}
.sec12 .content .text h2{font-size: 28px;font-weight: 700; margin: 10px 0 30px 0; line-height: 1.2;}
.sec12 .content .text .button-box{border-radius: 10px; background: rgba(255, 255, 255, 0.30); padding: 15px 30px; display: flex; gap: 50px;}
.sec12 .content .text .button-box a{flex: 1; display: inline-block; font-size: 24px; font-weight: 500; white-space: nowrap;}
.sec12 .content .text .button-box a img{margin-left: 3px; display: inline-block;}
@media screen and (max-width: 1250px) {
    .sec12 { margin-top: 80px;}
    .sec12 .content { gap: 48px; }
    .sec12 .content .image { width: 160px; height: 160px; }
    .sec12 .content .text p { font-size: 18px; }
    .sec12 .content .text h2 { font-size: 24px; margin: 10px 0 20px; }
    .sec12 .content .text .button-box { padding: 12px 20px; gap: 20px; }
    .sec12 .content .text .button-box a { font-size: 22px; }
}
@media screen and (max-width: 960px) {
    .sec12 { margin-top: 60px; padding: 30px 0;}
    .sec12 .content { gap: 20px;}
    .sec12 .content .image { width: 120px; height: 120px; }
    .sec12 .content .text p{font-size: 16px;}
    .sec12 .content .text h2{font-size: 20px;}
    .sec12 .content .text .button-box a { font-size: 18px; }
}
@media screen and (max-width: 650px) {
    .sec12 { margin-top: 40px; padding: 20px 0;}
    .sec12 .inner { padding: 0 12px; }
    .sec12 .content { gap: 0px; flex-direction: column;}
    .sec12 .content .text{text-align: center;}
    .sec12 .content .text h2 { margin: 10px 0 15px 0; font-size: 18px;}
    .sec12 .content .text .button-box { gap: 10px;}
    .sec12 .content .text .button-box a { font-size: 16px; }
}
/*footer*/
footer{background: #333; padding: 50px 0;}
footer .top{display: flex; justify-content: space-between; align-items: flex-start; gap: 78px; margin-bottom: 50px;}
footer .top .footer-logo{width: 120px;}
footer .top .footer-logo img{width: 100%; height: 100%; object-fit: contain;}
footer .top .footer-text p{color: #DDD; font-weight: 500; line-height: 1.4;}
footer .top .footer-gnb{flex: 1;}
footer .top .footer-gnb ul{display: flex; justify-content: flex-end; align-items: center; gap: 20px; flex-wrap: wrap;}
footer .top .footer-gnb ul li a{color: #fff; font-size: 18px; font-weight: 600;}
footer .bottom p{color: #999;font-weight: 500; line-height: 140%; /* 22.4px */}
@media screen and (max-width: 1250px) {
    footer .top{gap: 50px;}
    footer .top .footer-logo{width: 100px;}
}
@media screen and (max-width: 960px) {
    footer{padding: 30px 0;}
    footer .top{gap: 20px;}
    footer .top .footer-logo{width: 80px;}
    footer .top .footer-text p{font-size: 15px;}
    footer .top .footer-gnb ul{gap: 15px;}
    footer .top .footer-gnb ul li a{font-size: 16px;}
    footer .bottom p{font-size: 15px;}
}
@media screen and (max-width: 800px) {
    footer .top{flex-direction: column; align-items: center; gap: 15px; margin-bottom: 30px;}
    footer .top .footer-text p{text-align: center;}
    footer .top .footer-gnb ul{justify-content: center; gap: 10px;}
    footer .bottom p{text-align: center;}
}
@media screen and (max-width: 650px) {
    footer{padding: 20px 0;}
    footer .top{gap: 20px;}
    footer .top .footer-text p{font-size: 14px;}
    footer .top .footer-gnb ul li a{font-size: 15;}
    footer .bottom p{font-size: 12px;}
}
/*agreement*/
.agreement-popup{position: fixed; width: 100vw;height: 100vh; top: 0; left: 0;z-index: 9999; display: none; justify-content: center; align-items: center;background-color: rgba(0, 0, 0, 0.45);}
.agreement-popup.popup-open{display: flex;}
.agreement-popup-inner{width: 80vw; height: 60vh; background-color: #fff; border-radius: 10px; padding: 30px;}
.agreement-popup-inner .title{display: flex; justify-content: space-between;align-items: center;border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px;}
.agreement-popup-inner .title h1{font-size: 24px; font-weight: 600;}
.agreement-popup-inner .content p{font-size: 16px;}
@media screen and (max-width: 960px) {
    .agreement-popup-inner .title h1{font-size: 20px;}
}
@media screen and (max-width: 650px) {
    .agreement-popup-inner{width: 90vw;}
    .agreement-popup-inner .title h1{font-size: 18px;}
    .agreement-popup-inner .content p{font-size: 15px;}
}