* {word-break: keep-all;}

::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-thumb {height: 30%; border-radius: 10px; background-color: #6694a7;}
::selection {background-color: #00425F; color: #fff;}

img {display: block;}
.ft {font-family: 'NanumSquareNeo';}
.ft_b {font-family: 'NanumSquareNeoBold';}
.ft_eb {font-family: 'NanumSquareNeoExtraBold';}
.ft_h {font-family: 'NanumSquareNeoHeavy';}

.space {padding: 100px 0;}
.space_top {padding-top: 100px;}

button {font-family: inherit;}
input {outline: none; border: none;}
textarea {outline: none;}

input[type="checkbox"] {display: none;}
.chk_con input[type="checkbox"] + label {font-size: 15px; position: relative; padding-left: 35px; cursor: pointer; color: #555; line-height: 1.4;}
input[type="checkbox"]:checked + label {color: #111; font-weight: 500;}
/* .chk_con input[type="checkbox"] + label em {font-weight: 600; display: inline-block; border-bottom: 1px solid #fff;} */
input[type="checkbox"] + label::before {content: ""; display: block; width: 25px; aspect-ratio: 1; background: url(../img/chk_sub.png) no-repeat center/cover; border-radius: 5px; overflow: hidden; position: absolute; top: -3px; left: 0;}
input[type="checkbox"] + label::after {content: ""; display: none; width: 25px; aspect-ratio: 1; background: url(../img/chk_on.png) no-repeat center/contain; border-radius: 5px; overflow: hidden; position: absolute; top: -3px; left: 0;}
input[type="checkbox"]:checked + label::after {display: block;}


button.lg {font-size: clamp(15px, 1.2vw, 20px); padding: 12px 60px; border-radius: 100px;}
button.md {font-size: clamp(14px, 2vw, 16px); padding: 10px 30px; border-radius: 100px;}
button.bg1 {background: #fff; color: #13729e; transition: all .1s;}
button.bg1:hover {box-shadow: 2px 2px 10px #083e5775;}
button.bg2 {background-color: #00D1E9; color: #fff; transition: all .1s;}
button.bg2:hover {box-shadow: 2px 2px 10px #083e5775;}
button.bl {background-color: #444; color: #fff;}
button.bg3 {background: linear-gradient(135deg, rgba(51,115,201,0.9), rgba(0,209,233,0.9)); color: #fff;}
button.bg4 {background-color: #222; color: #fff;}
.btn_box {display: flex; justify-content: center;}

.no_content {text-align: center; padding: 5%; width: 100%; background-color: #f5f5f5; color: #888; font-size: clamp(14px, 1.4vw, 16px); font-weight: 600; border-radius: 15px; overflow: hidden;}


/* 페이징 */
.paging {width: 100%; display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 5%;}
.paging i {display: block; width: 25px; aspect-ratio: 1; cursor: pointer;}
.paging i.pg_start {background: url(../img/pg_start.png) no-repeat center/contain;}
.paging i.pg_prev {background: url(../img/pg_prev.png) no-repeat center/contain;}
.paging i.pg_next {background: url(../img/pg_next.png) no-repeat center/contain;}
.paging i.pg_end {background: url(../img/pg_end.png) no-repeat center/contain;}
.paging span {font-size: 18px; color: #888; font-weight: 600; padding: 6px; cursor: pointer;}
.paging span.on {color: #00D1E9; font-weight: 800;}

 

/* 메인타이틀 섹션 */
.main_title_sec {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    color: #ffffff !important;
    width: 100% !important;
    text-align: center !important;
    overflow: hidden !important;
}

.main_title_sec .bd-xl {
    padding: 0;
}

.main_title_sec .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.main_title_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.main_title_content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.main_title_text {
    padding: 0 20px;
}

.main_title_text h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.main_title_text h1 .highlight {
    color: #00D1E9;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.main_title_text p {
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    line-height: 1.6;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* 메인비주얼 */
.main_visual {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0F83BA, #00D1E9);
}

.mainSwiper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.mainSwiper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, 
        rgba(0,0,0,0.1) 0%,
        rgba(0,0,0,0.3) 50%,
        rgba(0,0,0,0.6) 100%);
    display: block;
    z-index: 5;
}

.mainSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.mainSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.mainSwiper .swiper-slide:hover img {
    transform: scale(1.05);
}

.main_visual .main_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.main_con .main_tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.main_con .main_tit p {
    font-size: clamp(28px, 5vw, 60px);
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    animation: fadeInUp 1s ease;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.main_con .main_tit p em {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.main_con .main_tit p em::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: left;
    animation: underline 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}

.main_con .main_tit span {
    font-size: clamp(18px, 2.5vw, 28px);
    color: #fff;
    text-align: center;
    opacity: 0.9;
    animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s backwards;
    font-weight: 300;
    letter-spacing: 1px;
}

.main_quick {
    display: flex;
    align-items: center;
    gap: 25px;
    width: max-content;
    animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s backwards;
}

.main_quick .quick_con {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 35px;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.main_quick .quick_con.call {
    background: #fff;
    border: none;
}

.main_quick .quick_con.call:hover {
    transform: translateY(-3px);
    border: none;
}

.main_quick .quick_con.inquiry {
    background: linear-gradient(135deg, rgba(51,115,201,0.9), rgba(0,209,233,0.9));
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
}

.main_quick .quick_con.inquiry:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.4);
    background: linear-gradient(135deg, rgba(0,209,233,0.9), rgba(51,115,201,0.9));
}

.main_quick .quick_con p {
    font-size: clamp(16px, 1.5vw, 24px);
    color: #19678C;
    font-weight: 600;
}

.main_quick .quick_con.inquiry p {
    color: #fff;
}

.main_quick .quick_con i {
    display: block;
    width: 20px;
    aspect-ratio: 1;
    background: url(../img/main_arrow.png) no-repeat center/contain;
    transition: transform 0.3s ease;
}

.main_quick .quick_con:hover i {
    transform: translateX(5px);
}

.main_visual .scroll {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    animation: fadeIn 1s cubic-bezier(0.4, 0, 0.2, 1) 1s backwards;
}

.main_visual .scroll span {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    position: relative;
    padding-bottom: 5px;
}

.main_visual .scroll span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background: rgba(255,255,255,0.5);
}

.main_visual .scroll .icon {
    width: 40px;
    height: 60px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.3);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
}

.main_visual .scroll .icon:hover {
    border-color: #00D1E9;
    transform: translateY(5px);
    background: rgba(0,209,233,0.1);
}

.main_visual .scroll .icon i {
    display: block;
    width: 8px;
    aspect-ratio: 1 / 2;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/scroll_arrow.png) no-repeat center/contain;
    animation: scroll1 1.5s infinite ease-out;
}

.main_visual .scroll .icon::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 100%;
    background: rgba(255,255,255,0.2);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    animation: scroll2 1.5s infinite ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
}

@keyframes underline {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes scroll1 {
    0% {top: 20%;}
    50% {top: 60%;}
    100% {top: 20%;}
}

@keyframes scroll2 {
    0% {top: 0; opacity: 1;}
    100% {top: 100%; opacity: 0;}
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(5px);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0,0,0,0.5);
    transform: scale(1.1);
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #00D1E9;
    opacity: 1;
    transform: scale(1.2);
}



/* 세척효과 */
.effect {
    padding: 100px 0;
    background-color: #ffffff;
}

.effect_wrap {width: 100%; display: flex; align-items: flex-start; gap: 100px;}
.effect .sec_title {width: 40%;}
.sec_title {display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 60px;}
.sec_title.center {align-items: center;}
.sec_title .sub {display: flex; align-items: center; gap: 6px;}
.sec_title .sub em {font-size: clamp(18px, 1.8vw, 28px); color: #00D1E9;}
.sec_title .sub span {font-size: clamp(18px, 1.8vw, 28px); color: #889FA1;}
.sec_title .main {font-size: clamp(24px, 3vw, 52px); line-height: 1.4; padding: 30px 0 50px;}
.sec_title .main em.color {color:#00D1E9;}
.sec_title .tit_text {font-size: clamp(16px, 1.5vw, 20px); color: #555;}

.effect_con {display: grid; grid-template-columns: 1fr 1fr; gap: 25px; width: 60%;}
.effect_con .effect_item {position: relative; aspect-ratio: 4 / 2.5; border-radius: 25px; overflow: hidden; padding: 10px !important; margin-bottom: 15px !important;}
.effect_con .effect_item .bg {width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.effect_con .effect_item .bg img {width: 100%; height: 100%; object-fit: cover;}
.effect_con .effect_item .item_txt {position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; background-color: transparent; transition: all .2s; padding: 10px 0 !important; margin: 0 !important;}
.effect_con .effect_item:hover .item_txt {background-color: #007BB590;}
.effect_item .item_txt dt {font-size: clamp(18px, 2vw, 22px); color: #fff; font-weight: 700;}
.effect_item .item_txt dd {padding-top: 0; font-size: clamp(16px, 1.2vw, 18px); color: #fff; height: 0; overflow: hidden; transition: all .05s; line-height: 1.4; margin: 0 !important;}
.effect_item:hover .item_txt dd {padding-top: 15px; height: 100%; overflow: visible;}

.effect_content {
    padding: 10px 0 !important;
}

.effect_content h3 {
    margin-bottom: 8px !important;
}

.effect_content p {
    margin: 0 !important;
}

/* 회사소개 */
.about {
    padding: 100px 0;
    position: relative;
    background-color: #ffffff;
}

.about::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/intro_bg.jpg) no-repeat center/cover;
    z-index: 0;
    opacity: 0.05;
}

.about .bd-xl {
    position: relative;
    z-index: 1;
}

.service_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.service_item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.service_item:hover {
    transform: translateY(-10px);
}

.service_image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.service_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service_item:hover .service_image img {
    transform: scale(1.1);
}

.service_content {
    padding: 30px;
}

.service_content .number {
    color: #00D1E9;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.service_content h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.service_content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.view_more {
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 1080px) {
    .service_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .service_image {
        height: 200px;
    }
    
    .service_content {
        padding: 20px;
    }
    
    .service_content h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 650px) {
    .service_grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .service_image {
        height: 180px;
    }
    
    .service_content {
        padding: 15px;
    }
    
    .service_content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .service_content p {
        font-size: 14px;
    }
    
    .view_more {
        margin-top: 30px;
    }
}



/* 작업현황 섹션 스타일 */
.review {
    padding: 100px 0;
    background-color: #ffffff;
}

.review_wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.moving_wrap {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.moving_review {
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

.moving_review .img_box {
    flex: 0 0 300px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.moving_review .img_box:hover {
    transform: translateY(-5px);
}

.moving_review .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.moving_review .img_box:hover img {
    transform: scale(1.05);
}

/* 첫 번째 슬라이드 애니메이션 */
#review_warp1 {
    animation: slide1 30s linear infinite;
}

/* 두 번째 슬라이드 애니메이션 */
#review_warp2 {
    animation: slide2 30s linear infinite;
    margin-top: 20px;
}

@keyframes slide1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}




/* ======== 1440px ======== */
@media screen and (max-width: 1440px) {
  .space {padding: 80px 0;}
  .space_top {padding-top: 80px;}
  .sec_title {margin-bottom: 50px;}
  .view_btn {gap: 8px;}
  .view_btn .icon {width: 30px;}
  .view_btn .icon i {width: 13px;}

  /* 세척효과 */
  .effect_wrap {gap: 60px;}
  .sec_title .main {padding: 20px 0 35px;}
  .effect_con {gap: 15px;}
  .effect_con .effect_item {border-radius: 15px;}
  .effect_con .effect_item .item_txt {padding: 25px;}
  .effect_item:hover .item_txt dd {padding-top: 10px;}


  /* 회사소개 */
  .service_grid {gap: 20px;}
  .service_image {height: 200px;}
  .service_content {padding: 20px;}
  .service_content h3 {font-size: 20px;}

  
  /* 시공사례 */
  .review {margin-top: 25%;}
  .moving_review {gap: 15px;}
  .moving_review + .moving_review {margin-top: 15px;}
}



/* ======== 1080px ======== */
@media screen and (max-width: 1080px) {
  .space {padding: 60px 0;}
  .space_top {padding-top: 60px;}
  .sec_title {align-items: center; margin-bottom: 40px;}
  .sec_title .main {padding: 10px 0 20px; text-align: center;}
  .sec_title .main br {display: none;}
  .sec_title .tit_text {text-align: center; width: 100%;}

  /* 메인비주얼 */
  .main_con .main_tit {gap: 12px;}
  .main_visual .main_con {gap: 40px;}
  .main_quick .quick_con {padding: 15px 30px;}
  .main_quick .quick_con.call {padding: 12px 25px;}
  .main_quick .quick_con i {width: 18px;}

  /* 세척효과 */
  .effect_wrap {flex-direction: column; gap: 0;}
  .effect .sec_title {width: 100%;}
  .effect_con {width: 100%; grid-template-columns: 1fr;}
  .effect_item .item_txt dd {height: 100%; overflow: visible; padding-top: 10px;}
  .effect_con .effect_item:hover .item_txt {background-color: transparent;}
  .effect_con .effect_item .item_txt {background: linear-gradient(to top, #00000010, transparent); top: initial; bottom: 0;}
  .effect_con .effect_item {aspect-ratio: 3 / 1;}


  /* 회사소개 */
  .service_grid {grid-template-columns: repeat(2, 1fr); gap: 20px;}
  .service_image {height: 200px;}
  .service_content {padding: 20px;}
  .service_content h3 {font-size: 20px;}


  /* 시공사례 */
  .review {margin-top: 35%;}
  .moving_review .img_box {border-radius: 10px;}
  .moving_review {animation-duration: 45s;}
  .moving_review:last-child {animation-duration: 45s;}
  .moving_review .img_box {height: 20vh; min-height: 150px;}
}




/* ======== 650px ======== */
@media screen and (max-width: 650px) {
  .space {padding: 50px 0;}
  .space_top {padding-top: 50px;}
  .sec_title {margin-bottom: 30px;}
  .sec_title .tit_text br {display: none;}

  button.md {padding: 8px 25px;}

  .paging {margin-top: 8%; gap: 5px;}
  .paging span {font-size: 16px;}
  .paging i {background-size: 80% !important;}
  
  /* 메인비주얼 */
  .main_visual .main_con {gap: 25px;}
  .main_quick {flex-direction: column; gap: 18px;}
  .main_quick .quick_con {width: 100%; justify-content: center; gap: 6px;}
  .main_visual .scroll {gap: 5px;}
  .main_visual .scroll span {font-size: 13px;}
  .main_visual .scroll .icon {width: 25px; height: 50px;}
  .mainSwiper {height: 95vh;}
  .main_visual {height: 95vh;}

  /* 세척효과 */
  .effect_con .effect_item {aspect-ratio: 2 / 1;}
  .effect_con .effect_item .item_txt {padding: 20px;}
  .effect_item .item_txt dd, .effect_item:hover .item_txt dd {padding-top: 5px;}

  
  /* 회사소개 */
  .service_grid {grid-template-columns: 1fr; gap: 15px;}
  .service_image {height: 180px;}
  .service_content {padding: 15px;}
  .service_content h3 {font-size: 18px; margin-bottom: 10px;}
  .service_content p {font-size: 14px;}
  .view_more {margin-top: 30px;}

  /* 시공사례 */
  .moving_review .img_box img {width: initial;}
  .moving_review {gap: 8px;}
  .moving_review + .moving_review {margin-top: 8px;}

  /* 세척효과 이미지 크기 조정: 텍스트와 겹치지 않도록 */
  .effect_icon img {
    width: 180px !important;
    height: 100px !important;
  }
}




/* ======== 350px ======== */
@media screen and (max-width: 350px) {
  /* 세척효과 */
  .effect_con .effect_item {aspect-ratio: 3 / 2;}
}

/* 서비스 통계 */
.statistics {
    padding: 100px 0;
    background-color: #fff;
}
.stat_wrap {display: flex; justify-content: space-around; align-items: center; padding: 10px 0;}
.stat_item {text-align: center;}
.stat_item .number {font-size: clamp(24px, 4vw, 64px); color: #00D1E9; display: block; margin-bottom: 15px;}
.stat_item p {font-size: clamp(18px, 2vw, 24px); color: #333;}

/* 고객 리뷰 */
.testimonials {
    padding: 100px 0;
    background-color: #fff;
}
.review_slider {
    position: relative;
    margin-top: 60px;
    padding: 0 40px;
}
.review_card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s ease;
}
.review_card:hover {
    transform: translateY(-5px);
}
.review_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.review_header .profile span {
    font-size: 18px;
    color: #333;
}
.review_header .profile .date {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}
.review_header .rating .stars {
    color: #00D1E9;
    font-size: 20px;
}
.review_content {
    margin-bottom: 20px;
}
.review_content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.review_image {
    border-radius: 10px;
    overflow: hidden;
}
.review_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.review_card:hover .review_image img {
    transform: scale(1.05);
}

/* Swiper 커스터마이징 */
.reviewSwiper {
    padding: 20px 0 60px;
    width: 100%;
}
.reviewSwiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.reviewSwiper .swiper-slide {
    height: auto;
    opacity: 1 !important;
}
.reviewSwiper .swiper-button-next,
.reviewSwiper .swiper-button-prev {
    color: #00D1E9;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.reviewSwiper .swiper-button-next:after,
.reviewSwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}
.reviewSwiper .swiper-pagination {
    bottom: 0;
}
.reviewSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #00D1E9;
    opacity: 0.3;
}
.reviewSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .review_slider {
        padding: 0 30px;
    }
    .review_card {
        padding: 20px;
    }
    .reviewSwiper {
        padding: 20px 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .review_slider {
        padding: 0 20px;
    }
    .review_card {
        padding: 15px;
    }
    .review_content p {
        font-size: 14px;
    }
    .review_image img {
        height: 160px;
    }
    .reviewSwiper {
        padding: 10px 0 40px;
    }
    .reviewSwiper .swiper-button-next,
    .reviewSwiper .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .reviewSwiper .swiper-button-next:after,
    .reviewSwiper .swiper-button-prev:after {
        font-size: 20px;
    }
}

/* 서비스 프로세스 */
.process {
    padding: 50px 0;
    background-color: #fff;
}

.process_wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 60px;
}

.process_item {
    flex: 1;
    text-align: center;
    background: none;
    border: none;
    box-shadow: none;
}

.process_num {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: #00D1E9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process_num span {
    color: #fff;
    font-size: 24px;
}

.process_content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.process_content p {
    color: #666;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .process_wrap {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .process_item {
        width: 100%;
        max-width: 280px;
    }
    .process_num {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .process_num span {
        font-size: 20px;
    }
    .process_content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

/* FAQ 섹션 스타일 */
.faq {
    padding: 100px 0;
    background-color: #fff;
}
.faq_wrap {max-width: 800px; margin: 60px auto 0;}
.faq_list {width: 100%;}
.faq_box {border-bottom: 1px solid #eee;}
.faq_tit {padding: 25px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; position: relative;}
.faq_tit dl {display: flex; align-items: center; gap: 15px;}
.faq_tit dd {font-size: 18px; color: #333; padding-right: 40px;}
.faq_btn {width: 20px; height: 20px; background: url(../img/arrow_down.png) no-repeat center/contain; transition: transform 0.3s ease; position: absolute; right: 0;}
.faq_box.on .faq_btn {transform: rotate(180deg);}
.faq_text {display: none; padding: 0 0 25px;}
.faq_text dd {font-size: 16px; color: #666; line-height: 1.6;}
.faq_text dd p {margin-bottom: 10px;}
.faq_text dd p:last-child {margin-bottom: 0;}

@media screen and (max-width: 1080px) {
    .faq_wrap {margin: 40px auto 0;}
}

@media screen and (max-width: 650px) {
    .faq_tit dd {font-size: 16px;}
    .faq_text dd {font-size: 14px;}
}

/* 모바일 스타일 */
@media screen and (max-width: 650px) {
    .review {
        padding: 10px 0;
    }

    .moving_review {
        gap: 15px;
        padding: 15px 0;
    }

    .moving_review .img_box {
        flex: 0 0 250px;
        height: 180px;
        border-radius: 8px;
    }

    .moving_review .img_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #review_warp2 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .moving_review .img_box {
        flex: 0 0 200px;
        height: 150px;
    }
}

/* 비디오 섹션 스타일 */
.video_section {
    padding: 100px 0;
}

.video_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.video_item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.video_item:hover {
    transform: translateY(-10px);
}

.video_wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 비율 */
    background: #000;
    overflow: hidden;
}

.video_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.video_item:hover .video_overlay {
    opacity: 0;
}

.play_btn {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play_btn i {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #333;
    margin-left: 5px;
}

.play_btn:hover {
    transform: scale(1.1);
}

.video_content {
    padding: 30px;
    background: #fff;
}

.video_content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.video_content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* 메인타이틀 섹션 반응형 */
@media screen and (max-width: 768px) {
    .main_title_sec {
        background-attachment: scroll !important;
        min-height: 90vh !important;
    }
    
    .main_title_text h1 {
        font-size: clamp(2rem, 4vw, 3rem);
        margin-bottom: 20px;
    }
    
    .main_title_text p {
        font-size: clamp(1rem, 1.8vw, 1.3rem);
        max-width: 400px;
    }
    
    .main_title_content {
        gap: 40px;
        padding: 0 20px;
    }
}

/* 태블릿 대응 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .video_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* 모바일 대응 */
@media screen and (max-width: 768px) {
    .video_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .video_section {
        padding: 60px 0;
    }

    .video_content {
        padding: 20px;
    }

    .video_content h3 {
        font-size: 20px;
    }

    .play_btn {
        width: 60px;
        height: 60px;
    }

    .play_btn i {
        border-width: 12px 0 12px 20px;
    }
}

/* 비디오 컨트롤 스타일 */
.video_controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video_wrapper:hover .video_controls {
    opacity: 1;
}

.progress_bar {
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 10px;
}

.progress {
    height: 100%;
    background: #00D1E9;
    border-radius: 2px;
    width: 0;
    transition: width 0.1s linear;
}

.control_buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.play_pause_btn,
.volume_btn,
.fullscreen_btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_icon,
.pause_icon,
.volume_icon,
.mute_icon,
.fullscreen_icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}

.play_icon {
    background-image: url(../img/play.png);
}

.pause_icon {
    background-image: url(../img/pause.png);
}

.volume_icon {
    background-image: url(../img/volume.png);
}

.mute_icon {
    background-image: url(../img/mute.png);
}

.fullscreen_icon {
    background-image: url(../img/fullscreen.png);
}

.time {
    color: #fff;
    font-size: 14px;
    font-family: 'NanumSquareNeo';
}

.volume_control {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.volume_slider {
    width: 0;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    overflow: hidden;
    transition: width 0.3s ease;
}

.volume_control:hover .volume_slider {
    width: 60px;
}

.volume_progress {
    height: 100%;
    background: #00D1E9;
    width: 100%;
}

/* 모바일 대응 */
@media screen and (max-width: 768px) {
    .video_controls {
        padding: 15px;
    }

    .control_buttons {
        gap: 10px;
    }

    .play_icon,
    .pause_icon,
    .volume_icon,
    .mute_icon,
    .fullscreen_icon {
        width: 20px;
        height: 20px;
    }

    .time {
        font-size: 12px;
    }

    .volume_control:hover .volume_slider {
        width: 40px;
    }
}

/* 세척효과 섹션 간격 줄이기 */
.effect_grid {
    gap: 15px !important;
}

.effect_item {
    padding: 8px !important;
    margin-bottom: 10px !important;
}

.effect_icon {
    margin-bottom: 8px !important;
}

.effect_content {
    padding: 5px 0 !important;
}

.effect_content h3 {
    margin-bottom: 5px !important;
    font-size: clamp(16px, 1.8vw, 20px) !important;
}

.effect_content p {
    margin: 0 !important;
    font-size: clamp(14px, 1.4vw, 16px) !important;
    line-height: 1.3 !important;
}

/* PC에서 이미지와 텍스트 간격 늘리기 */
@media screen and (min-width: 1081px) {
  .effect_icon {
    margin-bottom: 15px !important;
  }
  
  .effect_content {
    padding: 10px 0 !important;
  }
  
  .effect_content h3 {
    margin-bottom: 10px !important;
  }
}