.wrap.sub {padding-bottom: 150px;}



.guide {padding: 20px; border-radius: 10px; background-color: #f7f7f7}
.guide p {font-size: 15px; color: #666; position: relative; padding-left: 12px;}
.guide p + p {margin-top: 5px;}
.guide p::after {content: ""; display: block; width: 6px; height: 1px; background-color: #aaa; top: 10px; left: 0; position: absolute;}



/* ======== 회사소개 ======== */
.about_box .sub_title > span {width: 25%;}
.about_box .sub_title .sub_main {width: 75%;}
.about_box + .about_box {margin-top: 150px;}
.about_main {width: 100%; display: flex; align-items: center; gap: 50px;}
.about_main > em {font-size: clamp(40px, 8vw, 100px); background: linear-gradient(307deg, #0093D9 0%, #00D1E9 100%); background: -webkit-linear-gradient(307deg, #0093D9 0%, #00D1E9 100%); background: -moz-linear-gradient(307deg, #0093D9 0%, #00D1E9 100%); background: -o-linear-gradient(307deg, #0093D9 0%, #00D1E9 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-box-decoration-break: clone; line-height: 1;}
.about_main .about_txt {display: flex; flex-direction: column; align-items: flex-start;}
.about_main .about_txt span {font-size: clamp(25px, 3vw, 36px);}
.about_main .about_txt span em {color: #0093D9;}
.about_box .about_text {font-size: clamp(16px, 2.5vw, 20px); padding-top: 50px;}

.about_box.eco {background: url(../img/about_eco.jpg) no-repeat center/cover; background-attachment: fixed; padding: 120px 0;}
.about_box.eco .sub_title > span {color: #0de6ff;}
.about_box.eco .sub_title .tit {color: #fff;}
.about_box.eco .about_text {color: #fff;}
.about_prd {margin-top: 30px; width: 100%; display: flex; align-items: flex-start; gap: 15px; padding: 40px; border-radius: 15px; background-color: #00000080; backdrop-filter: blur(2px);}
.about_prd .prd_info {display: flex; flex-direction: column; width: max-content; padding-right: 3%; gap: 10px; width: 35%;}
.about_prd .prd_info i {display: block; width: 50px; aspect-ratio: 1; background: url(../img/icon_eco.png) no-repeat center/cover;}
.about_prd .prd_info p {color: #fff; font-size: clamp(15px, 1.4vw, 20px);}
.about_prd .prd_thumb {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; width: 65%;}
.about_prd .prd_thumb .thumb_box {aspect-ratio: 210 / 297; border-radius: 8px; overflow: hidden;}
.about_prd .prd_thumb .thumb_box img {width: 100%; height: 100%; object-fit: cover;}



.about_type {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; margin-top: 30px;}
.type_con {display: flex; gap: 40px; width: 100%; flex-direction: column; align-items: flex-start; padding: 30px; aspect-ratio: 1; border-radius: 15px; position: relative; overflow: hidden;}
.type_con .type_bg {position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0;}
.type_con .type_bg::after {content: ""; display: block; width: 100%; height: 100%; background-color: #0e52c6a8; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.type_con:nth-of-type(2n) .type_bg::after {background-color: #008ed4ad;}
.type_con:nth-of-type(1) .type_bg {background: url(../img/what01.jpg) no-repeat center/cover;}
.type_con:nth-of-type(2) .type_bg {background: url(../img/what02.jpg) no-repeat center/cover;}
.type_con:nth-of-type(3) .type_bg {background: url(../img/what03.jpg) no-repeat center/cover;}
.type_con:nth-of-type(4) .type_bg {background: url(../img/what04.jpg) no-repeat center/cover;}
.type_con dl {display: flex; flex-direction: column; align-items: flex-start; gap: 10px; z-index: 1; position: relative; height: 100%; justify-content: space-between;}
.type_con dt {font-size: clamp(18px, 2vw, 24px); color: #fff;}
.type_con dd {color: #fff; font-size: clamp(15px, 1.5vw, 18px);}
.type_con dd em {font-weight: 800;}



/* ======== 서비스단가 ======== */
.sub_title {display: flex;}
.sub_title.fd_col {flex-direction: column; align-items: flex-start; gap: 50px;}
.sub_title > span {color: #145674; font-size: clamp(16px, 1.5vw, 20px); text-transform: uppercase;}
.sub_title > span em {text-transform: lowercase;}
.sub_title .sub_main .tit {font-size: clamp(24px, 3.5vw, 40px);}
.sub_title .sub_main .tit_intro {font-size: clamp(16px, 2vw, 18px); padding-top: 25px; color: #444;}

.service_wrap {display: flex; align-items: flex-start;}
.service_left {width: 60%; padding-right: 4%;}
.price {display: flex; flex-direction: column; width: 100%; gap: 10px; margin: 30px 0;}
.price .price_info {width: 100%; display: flex; justify-content: flex-end; margin-bottom: -5px;}
.price .price_info span {font-size: 15px; font-weight: 600; color: #888;}
.price dl {width: 100%; display: flex; gap: 10px;}
.price dt {width: 20%; border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 15px; background-color: #D2E6EF; font-size: clamp(16px, 1.5vw, 18px); font-weight: 600; color: #555; text-align: center;}
.price dd {display: flex; width: 80%; gap: 10px;}
.price dd .prd_img {width: 30%; aspect-ratio: 3 / 1.8; border-radius: 10px; overflow: hidden; border: 1px solid #eee;}
.price dd .prd_img img {width: 100%; height: 100%; object-fit: cover;}
.price dd .price_num {width: 70%; border-radius: 10px; display: flex; align-items: center; justify-content: center; background-color: #ebf2f5; font-size: clamp(15px, 1.2vw, 18px); font-weight: 700; text-align: center;}
.service_info.mo {display: none;}

.service_right {width: 40%; position: sticky; top: 200px;}
.serviceSwiper {border-radius: 15px; overflow: hidden; width: 100%; height: 40vh; max-height: 500px;}
.serviceSwiper .swiper-slide {width: 100%; height: 100%;}
.serviceSwiper .service_work {width: 100%; height: 100%; display: flex;}
.serviceSwiper .service_work > div {width: 50%; height: 100%; position: relative;}
.serviceSwiper .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}
.service_work .before::after {content: "BEFORE"; padding: 14px 20px; border-radius: 0 0 15px 0; background-color: #535e63; color: #fff; font-size: clamp(14px, 1.2vw, 16px); position: absolute; top: 0; left: 0; font-weight: 700; line-height: 1;}
.service_work .after::after {content: "AFTER"; padding: 14px 20px; border-radius: 0 0 15px 0; background-color: #0093D9; color: #fff; font-size: clamp(14px, 1.2vw, 16px); position: absolute; top: 0; left: 0; font-weight: 700; line-height: 1;}
.serviceSwiper .tag {position: absolute; left: 50%; bottom: 5%; transform: translateX(-50%); line-height: 1; padding: 10px 20px; border-radius: 10px; background-color: #00000080; color: #fff; text-align: center; font-size: clamp(14px, 1.5vw, 18px); width: max-content;}
.service_unit {height: 100%;}
.service_unit img {width: 100%; height: 100%; object-fit: cover;}
.service_video {overflow: hidden; border-radius: 15px; height: 100%; display: flex; align-items: center; justify-content: center; background-color: #000;}
.service_video video {width: 100%; height: 100%; object-fit: cover;}
.serviceSwiper div[class*="swiper-button-"] {margin: 0 !important; top: 50%; transform: translateY(-50%); width: 45px; aspect-ratio: 1; border-radius: 100%; background-color: #00000040; transition: all .15s;}
.serviceSwiper div[class*="swiper-button-"]:hover {background-color: #00000075;}
.serviceSwiper div[class*="swiper-button-"]::after {display: none;}
.serviceSwiper div[class*="swiper-button-"]::before {content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: .6; transition: all .15s;}
.serviceSwiper div[class*="swiper-button-"]:hover::before {opacity: 1;}
.serviceSwiper .swiper-button-prev::before {background: url(../img/service_prev.png) no-repeat center/contain;}
.serviceSwiper .swiper-button-next::before {background: url(../img/service_next.png) no-repeat center/contain;}


.thumbSwiper {width: 100%; margin-top: 20px;}
/* .thumbSwiper .swiper-wrapper {flex-direction: row-reverse !important; justify-content: flex-end !important;} */
.thumbSwiper .swiper-slide {aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden;  cursor: pointer; width: 100% !important;}
.thumbSwiper .swiper-slide::after {content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #00000050;}
.thumbSwiper .swiper-slide img {width: 100%; height: 100%; object-fit: cover; cursor: pointer;}
.thumbSwiper .swiper-slide-thumb-active {border: 5px solid #0093D9;}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active::after {display: none;}
.thumbSwiper .swiper-wrapper {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 10px;}




/* ======== 시공사례 ======== */
.work_count {font-size: clamp(14px, 1.2vw, 20px); color: #666; padding-bottom: 1.5%;}
.work_count span {color: #007bb5; padding-right: 2px; font-size: inherit;}
.work_list {width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px;}
.work_con {border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; cursor: pointer; box-shadow: none; transition: all .15s;}
.work_con:hover {box-shadow: 8px 8px 15px #008ed433;}
.work_con .work_tit {width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 15px; padding: 25px; background-color: #f2f6fd;}
.work_con .work_info {display: flex; flex-direction: column; align-items: flex-start; gap: 15px; width: 100%;}
.work_con .work_info dt {font-size: clamp(14px, 1.1vw, 16px); line-height: 1; padding: 10px 20px; border-radius: 100px; background-color: #fff; color: #007bb5;}
.work_con .work_info dd {font-size: clamp(16px, 1.3vw, 20px); width: 100%; white-space: no-wrap; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.work_con .work_tit .date {font-size: clamp(13px, 1vw, 15px); color: #777; font-weight: 600;}
.work_con .work_thumb {width: 100%; aspect-ratio: 3 / 1.8; overflow: hidden;}
.work_con .work_thumb img {width: 100%; height: 100%; object-fit: cover;}
 
.view_box {width: 100%;}
.view_tit {width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 30px;}
.view_tit .view_category {font-size: clamp(15px, 2vw, 22px); color: #007bb5;}
.view_tit .main_tit {width: 100%;}
.view_tit .main_tit .main {font-size: clamp(16px, 3vw, 36px); font-weight: 600;}
.view_tit .view_date {width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 30px 0;}
.view_tit .view_date dl {display: flex; align-items: center; gap: 8px;}
.view_tit .view_date dt {color: #888; font-weight: 600;}
.view_tit .view_date dd {color: #555; font-weight: 600; white-space: no-wrap; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.view_con {padding: 4% 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.view_control {width: 100%; display: flex; border-bottom: 1px solid #ddd; margin-bottom: 5%;}
.view_control div {display: flex; width: 50%;}
.view_control dl {display: flex; width: 100%;}
.view_control dt {padding: 30px; width: 30%; background-color: #f7f7f7; color: #666; font-size: clamp(13px, 1.5vw, 16px);}
.view_control dd {width: 70%; padding: 30px; cursor: pointer; font-size: clamp(14px, 1.5vw, 16px); font-weight: 600;}
.view_control dd.none {color: #999; cursor: default; font-weight: 500;}




/* ======== 자주묻는질문 ======== */
.faq_list {display: flex; width: 100%; flex-direction: column; gap: 15px;}
.faq_box {display: flex; flex-direction: column; gap: 10px; width: 100%;}
.faq_tit {display: flex; align-items: center; width: 100%; padding: 25px; border-radius: 20px; background-color: #eef2f9; cursor: pointer; position: relative;}
.faq_tit dl {width: calc(100% - 35px); padding-right: 3%; display: flex; align-items: flex-start; gap: 20px;}
.faq_tit dt {width: 45px; aspect-ratio: 1; background: url(../img/faq_tit.png) no-repeat center/cover; border-radius: 100%; overflow: hidden;}
.faq_tit dd {font-size: clamp(17px, 1.8vw, 22px); color: #333; padding-top: 5px;}
.faq_tit i {display: block; position: relative; width: 35px; aspect-ratio: 1;}
.faq_tit i::before {content: ""; display: block; width: 70%; height: 3px; background-color: #ccc; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.faq_tit i::after {content: ""; display: block; width: 70%; height: 3px; background-color: #ccc; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(90deg); transition: all .2s;}
.faq_text {padding: 35px 25px; border-radius: 20px; border: 2px solid #007bb5; background-color: #fff; box-shadow: 0 3px 8px #004f7530; display: none;}
.faq_text dl {display: flex; align-items: flex-start; gap: 20px; width: 100%;}
.faq_text dt {width: 45px; aspect-ratio: 1; background: url(../img/faq_text.png) no-repeat center/cover; border-radius: 100%; overflow: hidden;}
.faq_text dd {width: calc(100% - 45px);}
.faq_text dd p {font-size: clamp(16px, 1.5vw, 18px); line-height: 1.5;}
.faq_text dd p + p {margin-top: 1%;}
.faq_tit.on {background-color: #007bb5; box-shadow: 0 3px 8px #004f7530;}
.faq_tit.on dd {color: #fff;}
.faq_tit.on i::before {background-color: #fff;}
.faq_tit.on i::after {transform: translate(-50%, -50%) rotate(0); background-color: #fff;}
.faq_tit.on + .faq_text {display: block;}



/* ======== 견적문의 ======== */
.inquiry_wrap {display: flex; align-items: flex-start;}
.inquiry_tit {display: flex; align-items: flex-start; gap: 40px; width: 50%; flex-direction: column; padding-right: 3%; position: sticky; top: 150px;}
.inquiry_tit dl {display: flex; align-items: center; gap: 15px;}
.inquiry_tit dt {width: 40px; aspect-ratio: 1; background: url(../img/symbol_col.png) no-repeat center/contain;}
.inquiry_tit dd {font-size: clamp(16px, 2vw, 25px); color: #0093D9;}
.inquiry_tit p {font-size: clamp(20px, 2.5vw, 36px); line-height: 1.5;}

form.inquiry {width: 50%;}
.inquiry .inq_form dt span {color: #555;}
.inquiry .inq_form input {border-color: #999 !important; color: #111;}
.inquiry .chk_con.item input[type="checkbox"] + label {background-color: #f5f5f5; border: 1px solid #f5f5f5; color: #888;}
form.inquiry .chk_con.item input[type="checkbox"] + label::before {background: url(../img/chk_sub.png) no-repeat center/contain;}
.inquiry .chk_con.item input[type="checkbox"]:checked + label {box-shadow: none; border-color: #0093D9; background-color: #fff; color: #111;}
.inquiry .inq_bottom {margin-top: 30px;}
.inquiry .inq_bottom input[type="checkbox"] + label::before {border: 1px solid #f1f1f1;}
.inquiry .inq_bottom .chk_con label {color: #555 !important;}
.inquiry .inq_bottom .chk_con input[type="checkbox"]:checked + label {color: #111 !important;}
form.inquiry .inq_terms .view_terms {color: #00000075; border-color: #00000075;}



/* ======== 1440px ======== */
@media screen and (max-width: 1440px) {
    /* 회사소개 */
    .sub_title {flex-direction: column; gap: 30px;}
    .about_box .sub_title .sub_main {width: 100%; gap: 30px;}
    .about_box .about_text {padding-top: 40px;}
    .type_con {padding: 25px;}


    /* 서비스단가 */
    .service_left {padding-right: 3%;}
    .thumbSwiper .swiper-wrapper {grid-template-columns: 1fr 1fr 1fr 1fr;}
    .price dd .prd_img {width: 40%; aspect-ratio: 2 / 1;}
    .price dd .price_num {width: 60%;}


    /* 시공사례 */
    .work_con .work_tit {padding: 20px;}
    .work_con .work_info dt {padding: 8px 16px;}


    /* 자주묻는질문 */
    .faq_tit {padding: 20px; border-radius: 12px;}
    .faq_tit dl {gap: 15px;}
    .faq_tit dt {width: 35px;}
    .faq_tit dd {padding-top: 0; width: calc(100% - 35px);}
    .faq_text {border-radius: 12px; padding: 25px 20px;}
    .faq_text dl {gap: 15px;}
    .faq_text dt {width: 35px;}
    .faq_text dd {width: calc(100% - 35px);}
    .faq_text dd p + p {margin-top: 5px;}

}



/* ======== 1080px ======== */
@media screen and (max-width: 1080px) {
    .wrap.sub {padding-bottom: 120px;}

    .guide {padding: 15px; border-radius: 8px;}
    .guide p {font-size: 14px;}

    .sub_title.fd_col {gap: 20px;}

    /* 회사소개 */
    .about_box.eco {background-attachment: initial;}
    .about_prd {flex-direction: column; padding: 30px; border-radius: 10px;}
    .about_prd .prd_info {width: 100%; padding-right: 0; flex-direction: row; align-items: center;}
    .about_prd .prd_info i {width: 35px;}
    .about_prd .prd_info p br {display: none;}
    .about_prd .prd_thumb {width: 100%; gap: 12px;}
    .about_prd .prd_thumb .thumb_box {border-radius: 5px;}
    .about_type {grid-template-columns: 1fr 1fr; gap: 10px;}
    .type_con {aspect-ratio: 3 / 1;}
    .type_con:nth-of-type(2) .type_bg::after,  .type_con:nth-of-type(3) .type_bg::after {background-color: #008ed4ad;}
    .type_con:nth-of-type(4) .type_bg::after {background-color: #0e52c6a8;}
    .about_box + .about_box {margin-top: 100px;}
    .about_box.eco {padding: 100px 0;}

    /* 서비스단가 */
    .price .price_info span {font-size: 13px;}
    .service_info.pc {display: none;}
    .service_info.mo {display: block;}
    .service_wrap {flex-direction: column; gap: 20px;}
    .service_left {width: 100%;}
    .sub_title .sub_main .tit_intro br {display: none;}
    .service_right {width: 100%; position: relative; top: initial;}
    .work_wrap {display: flex; align-items: flex-start; gap: 20px;}
    .serviceSwiper {width: 60%; border-radius: 10px;}
    .thumbSwiper {width: 40%; margin-top: 0;}
    .thumbSwiper .swiper-wrapper {gap: 8px; grid-template-columns: 1fr 1fr 1fr;}
    .thumbSwiper .swiper-slide {border-radius: 8px; aspect-ratio: 2 / 1.2;}
    .price {gap: 15px; margin: 20px 0;}
    .price dl {flex-direction: column; gap: 8px;}
    .price dt {width: 100%; padding: 12px; border-radius: 8px;}
    .price dd {width: 100%; gap: 8px;}
    .price .price_info {margin-bottom: -5px;}


    /* 시공사례 */
    .work_con {border-radius: 15px; transition: initial;}
    .work_con:hover {box-shadow: none;}
    .work_con .work_tit {padding: 16px;}
    .work_con .work_info {gap: 10px;}

    .view_tit {gap: 25px;}
    .view_tit .view_date {padding: 20px 0;}
    .view_control dt {padding: 20px; display: flex; align-items: center;}
    .view_control dd {padding: 20px;}

    /* 자주묻는질문 */
    .faq_tit dd {padding-top: 4px;}
    .faq_tit i {width: 25px;}
    .faq_tit dl {width: calc(100% - 25px);}
    .faq_list {gap: 10px;}


    /* 견적문의 */
    .inquiry_wrap {flex-direction: column; gap: 30px;}
    .inquiry_tit {position: relative; top: initial; gap: 20px; width: 100%;}
    form.inquiry {width: 100%;}
}



/* ======== 850px ======== */
@media screen and (max-width: 850px) {
    /* 회사소개 */
    .about_main {flex-direction: column; align-items: flex-start; gap: 15px;}
    .about_box .sub_title > span {width: 100%;}
    .about_box .about_text {padding-top: 15px;}
    .about_prd {padding: 25px;}
    .about_prd .prd_thumb {grid-template-columns: 1fr 1r;}
    .about_type {grid-template-columns: 1fr; margin-top: 20px;}
    .type_con:nth-of-type(3) .type_bg::after {background-color: #0e52c6a8;}
    .type_con:nth-of-type(4) .type_bg::after {background-color: #008ed4ad;}


    /* 서비스단가 */
    .work_wrap {flex-direction: column; gap: 15px;}
    .serviceSwiper {width: 100%; height: 240px;}
    .thumbSwiper {width: 100%;}
    .thumbSwiper .swiper-wrapper {grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
    .price dd .prd_img {width: 50%; border-radius: 8px;}
    .price dd .price_num {width: 50%; border-radius: 8px;}
    .price dt {padding: 8px;}


    /* 시공사례 */
    .work_list {grid-template-columns: 1fr 1fr; gap: 20px;}
    .work_con {border-radius: 12px;}
    .work_con .work_thumb {aspect-ratio: 2 / 1;}
    .work_con .work_tit {gap: 5px;}
    
    .view_control {flex-direction: column;}
    .view_control div {width: 100%;}
    .view_control div:first-child {border-bottom: 1px solid #eee;}
    .view_control dt {width: max-content; padding: 15px;}
    .view_control dd {width: 100%; padding: 15px;}
}




/* ======== 550px ======== */
@media screen and (max-width: 550px) {
    /* 회사소개 */
    .about_main .about_txt span br {display: none;}
    .about_box .about_text br {display: none;}
    .about_prd .prd_info {flex-direction: column; align-items: flex-start;}
    .type_con {aspect-ratio: initial; border-radius: 10px; padding: 18px;}
    .type_con dl {width: 100%; gap: 40px;}


    /* 서비스 단가 */
    .thumbSwiper .swiper-wrapper {grid-template-columns: 1fr 1fr 1fr 1fr; gap: 5px;}
    .service_work .after::after, .service_work .before::after {padding: 10px 15px;}

    
    /* 시공사례 */
    .work_container {margin-top: -30px;}
    .work_count {padding-bottom: 3%;}
    .work_list {grid-template-columns: 1fr;}

    .view_tit {gap: 15px;}
    .view_tit .view_date {padding: 10px 0;}
    .view_con {padding: 8% 0;}


    /* 자주묻는질문 */
    .faq_tit {align-items: flex-start;}
    .faq_tit i {position: absolute; top: 20px; right: 20px; width: 20px;}
    .faq_tit i::before, .faq_tit i::after {height: 2px;}
    .faq_tit dl {gap: 10px; flex-direction: column; width: 100%; padding-right: 0;}
    .faq_tit dt {width: 28px;}
    .faq_tit dd {padding-top: 0; width: 100%;}
    .faq_text dt {display: none;}
    .faq_text dl {gap: 10px;}
    .faq_text dd {width: 100%;}
    .faq_text {padding: 20px;}
    .faq_text dd p br {display: none;}
}



/* ======== 350px ======== */
@media screen and (max-width: 350px) {
    /* 시공사례 */
    .view_tit .view_date {flex-direction: column; align-items: flex-start; justify-content: initial;}
}