* {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: #13729E; 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;
    margin: 0 auto;
    gap: 60px;
}

.main_title_text h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.main_title_text p {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    line-height: 1.6;
    color: #ffffff;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.main_title_text .highlight {
    color: #30aadd;
    font-weight: 700;
}

/* 메인비주얼 */
.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;
    height: 20px;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.main_quick .quick_con.call i {
    color: #19678C;
}

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

.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 - 전역 통일 스타일 (6px) */
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-prev {
    color: #30aadd !important;
    background: transparent !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    backdrop-filter: none !important;
    --swiper-navigation-size: 6px !important;
}

/* 모든 Swiper 버튼 아이콘 크기 통일 - 최고 우선순위 (6px) */
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev.swiper-button-prev::after,
.swiper-button-next.swiper-button-next::after,
.swiper-button-prev[class*="swiper-button"]::after,
.swiper-button-next[class*="swiper-button"]::after {
    font-size: 6px !important;
    color: #30aadd !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: transparent !important;
    color: #008ed4 !important;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: #008ed4 !important;
}

.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;
    }
    
    .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_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;
  }
  
  /* 메인비주얼 */
  .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;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    gap: 60px;
}
.stat_header {
    text-align: center;
    max-width: 800px;
}
.stat_header h2 {
    font-size: clamp(36px, 4vw, 64px);
    color: #333;
    margin-bottom: 25px;
}
.stat_header p {
    font-size: clamp(16px, 1.5vw, 20px);
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}
.stat_header .stat_subtitle {
    font-size: clamp(22px, 2.4vw, 36px);
    color: #333;
    margin-bottom: 20px;
}
.stat_header .stat_highlight {
    font-size: clamp(22px, 2.6vw, 36px);
    color: #333;
    margin-bottom: 20px;
}
.stat_header .stat_highlight .highlight {
    color: #30aadd !important;
}
.stat_header .stat_highlight .highlight::before {
    content: '[';
    color: #000;
}
.stat_header .stat_highlight .highlight::after {
    content: ']';
    color: #000;
}
.stat_image {
    text-align: center;
    margin: 20px 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.stat_image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.stat_image img:hover {
    transform: scale(1.02);
}
.stat_wide_image {
    text-align: center;
    margin: 30px 0;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.stat_wide_image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.stat_wide_image img:hover {
    transform: scale(1.01);
}
.stat_header p:last-child {
    margin-bottom: 0;
}
.stat_items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 800px;
    gap: 20px;
}
.stat_item {text-align: center;}
.stat_item .number {font-size: clamp(24px, 4vw, 64px); color: #30aadd; display: block; margin-bottom: 15px;}
.stat_item p {font-size: clamp(18px, 2vw, 24px); color: #333;}

/* 인증서 섹션 */
.certificate-section {
    padding: 100px 0;
    background-color: #fff;
}

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

.certificate_grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 60px 0;
}

.certificate_item {
    text-align: center;
    transition: transform 0.3s ease;
}

.certificate_item:hover {
    transform: scale(1.02);
}

.certificate_item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.certificate_item.single {
    max-width: 267px;
    margin: 0 auto;
}

.certificate_row {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.certificate_row .certificate_item {
    flex: 1;
    max-width: 150px;
}

.certificate_quote {
    text-align: center;
    margin-top: 60px;
}

.quote_text {
    font-size: clamp(24px, 3vw, 36px);
    color: #333;
    line-height: 1.4;
}

.quote_mark {
    font-size: clamp(36px, 4vw, 48px);
    color: #30aadd;
    font-weight: bold;
}

/* 정밀분해 클리닝 섹션 */
.cleaning-section {
    padding: 100px 0;
    background-color: #20cbe7;
}

.cleaning_wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.cleaning_header {
    text-align: center;
    margin-bottom: 60px;
}

.cleaning_title {
    font-size: clamp(28px, 3vw, 36px);
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cleaning_subtitle {
    font-size: clamp(32px, 4vw, 48px);
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cleaning_description {
    font-size: clamp(20px, 2.5vw, 28px);
    color: #ffffff;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cleaning_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    .cleaning_grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
    }
}

@media screen and (max-width: 768px) {
    .cleaning_grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        gap: 20px;
    }
}

.cleaning_item {
    text-align: center;
    transition: transform 0.3s ease;
}

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

.cleaning_image {
    position: relative;
    margin-bottom: 0;
}

.cleaning_image img {
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

.cleaning_item:hover .cleaning_image img {
    box-shadow: 0 8px 25px rgba(48, 170, 221, 0.2);
}

.cleaning_button {
    background: #ffffff;
    color: #333333;
    padding: 8px 16px;
    border-radius: 0 0 15px 15px;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: -1px;
}

.cleaning_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(48, 170, 221, 0.4);
}

.cleaning_button span {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
}

/* 세척프로세스 9단계 섹션 */
.cleaning-process-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.cleaning-process-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.cleaning-process-header {
    margin-bottom: 80px;
}

.cleaning-process-title {
    font-size: clamp(28px, 3vw, 36px);
    color: #333;
    margin-bottom: 15px;
}

.cleaning-process-subtitle {
    font-size: clamp(32px, 4vw, 48px);
    color: #333;
}

.cleaning-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 0 20px;
}

.cleaning-process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 30px 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.cleaning-process-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(48, 170, 221, 0.15);
}

.cleaning-process-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.cleaning-process-item:hover .cleaning-process-icon {
    transform: scale(1.1);
}

.cleaning-process-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cleaning-process-text {
    margin-bottom: 0;
}

.cleaning-process-text span {
    font-size: clamp(16px, 1.5vw, 20px);
    color: #333;
    line-height: 1.4;
    font-weight: 600;
}

.cleaning-process-arrow {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #30aadd, #008ed4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(48, 170, 221, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
}

.cleaning-process-arrow img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.cleaning-process-item:hover .cleaning-process-arrow {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(48, 170, 221, 0.4);
}

.cleaning-process-item:last-child .cleaning-process-arrow {
    display: none;
}

/* 고객 리뷰 */
.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: #30aadd !important;
    width: 50px !important;
    height: 50px !important;
    background: transparent !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}
.reviewSwiper .swiper-button-next:after,
.reviewSwiper .swiper-button-prev:after {
    font-size: 6px !important;
    color: #30aadd !important;
}
.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;
    }
    
    .stat_wrap {
        gap: 40px;
    }
    .stat_header h2 {
        font-size: clamp(28px, 3vw, 48px);
    }
    .stat_header p {
        font-size: clamp(14px, 1.3vw, 18px);
    }
    .stat_header .stat_subtitle {
        font-size: clamp(19px, 1.9vw, 26px);
    }
    .stat_header .stat_highlight {
        font-size: clamp(19px, 2vw, 26px);
    }
    .stat_image {
        max-width: 350px;
        margin: 15px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .stat_wide_image {
        max-width: 600px;
        margin: 25px 0;
    }
    .stat_items {
        max-width: 600px;
        gap: 15px;
    }
    .stat_item {
        flex: 1;
        min-width: 150px;
    }
}

@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: 40px !important;
        height: 40px !important;
        background: transparent !important;
    }
    .reviewSwiper .swiper-button-next:after,
    .reviewSwiper .swiper-button-prev:after {
        font-size: 6px !important;
        color: #30aadd !important;
        font-size: 20px;
    }
    
    .statistics {
        padding: 60px 0;
    }
    .stat_wrap {
        gap: 30px;
    }
    .stat_header h2 {
        font-size: clamp(24px, 2.5vw, 32px);
        margin-bottom: 15px;
    }
    .stat_header p {
        font-size: clamp(13px, 1.2vw, 16px);
        margin-bottom: 10px;
    }
    .stat_header .stat_subtitle {
        font-size: clamp(17px, 1.6vw, 22px);
        margin-bottom: 12px;
    }
    .stat_header .stat_highlight {
        font-size: clamp(17px, 1.7vw, 22px);
        margin-bottom: 12px;
    }
    .stat_image {
        max-width: 300px;
        margin: 12px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .stat_wide_image {
        max-width: 100%;
        margin: 20px 0;
    }
    
    .certificate_grid {
        gap: 15px;
        margin: 30px 0;
    }
    
    .certificate_row {
        flex-direction: row;
        gap: 10px;
    }
    
    .certificate_row .certificate_item {
        max-width: 60px;
    }
    
    .certificate_item.single {
        max-width: 200px;
    }
    
    .quote_text {
        font-size: clamp(18px, 2vw, 24px);
    }
    
    .quote_mark {
        font-size: clamp(24px, 3vw, 28px);
    }
    
    .cleaning_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 40px;
        max-width: 100%;
    }
    
    .cleaning_button {
        padding: 4px 8px;
    }
    
    .cleaning_button span {
        font-size: clamp(12px, 1.5vw, 16px);
    }
    
    .cleaning-process-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        padding: 0 10px;
    }
    
    .cleaning-process-item {
        padding: 20px 10px 20px 5px;
    }
    
    .cleaning-process-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .cleaning-process-arrow {
        right: -10px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .cleaning-process-text span {
        font-size: clamp(12px, 1vw, 16px);
    }
    
    @media screen and (max-width: 480px) {
        .cleaning-process-grid {
            gap: 8px;
            padding: 0 5px;
        }
        
        .cleaning-process-item {
            padding: 12px 6px 12px 3px;
        }
        
        .cleaning-process-icon {
            width: 35px;
            height: 35px;
            margin-bottom: 8px;
        }
        
        .cleaning-process-arrow {
            right: -5px;
            width: 20px;
            height: 20px;
        }
        
        .cleaning-process-text span {
            font-size: 10px;
        }
    }
    
    .certificate_grid {
        gap: 20px;
        margin: 40px 0;
    }
    
    .certificate_row {
        gap: 15px;
    }
    
    .certificate_row .certificate_item {
        max-width: 120px;
    }
    
    .certificate_item.single {
        max-width: 233px;
    }
    
    .quote_text {
        font-size: clamp(20px, 2.5vw, 28px);
    }
    
    .quote_mark {
        font-size: clamp(28px, 3.5vw, 36px);
    }
    
    .cleaning_grid {
        gap: 25px;
        margin-top: 50px;
        max-width: 600px;
    }
    
    .cleaning_button {
        padding: 6px 12px;
    }
    
    .cleaning-process-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        padding: 0 15px;
    }
    
    .cleaning-process-item {
        padding: 25px 15px 25px 10px;
    }
    
    .cleaning-process-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .cleaning-process-arrow {
        right: -15px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .stat_items {
        flex-direction: row;
        gap: 10px;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .stat_item {
        flex: 1;
        min-width: 120px;
        max-width: 150px;
    }
    .stat_item .number {
        font-size: clamp(18px, 2.5vw, 48px);
    }
    .stat_item p {
        font-size: clamp(14px, 1.3vw, 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(2, 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) {
    .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;
  }
}

/* ======== Travel Concern Section ======== */
.travel-concern-section {
    background: #ffffff;
    position: relative;
    padding: 120px 0;
    color: #333333;
    overflow: hidden;
}

.travel_concern_wrap {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 0 80px;
}

.travel_concern_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 60px;
}

.travel_concern_left {
    text-align: left;
    order: 2;
}

.travel_concern_header {
    margin-bottom: 0;
    text-align: left;
}

.travel_concern_description {
    font-size: clamp(17px, 1.9vw, 21px);
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
    margin-top: 0;
}

.travel_concern_description strong {
    color: #333;
    font-weight: 600;
}

.travel_concern_cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
}

.travel_concern_card {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 25px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.travel_concern_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #00d1e9;
}

.travel_concern_card_icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #00D1E9, #3373C9);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.travel_concern_card:hover .travel_concern_card_icon {
    transform: scale(1.1) rotate(5deg);
}

.travel_concern_card_icon i {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon_communication {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
}

.icon_budget {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
}

.icon_strategy {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.07.62-.07.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"/></svg>');
}

.travel_concern_card_content {
    flex: 1;
}

.travel_concern_card_content h3 {
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.4;
    color: #333;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.travel_concern_card_content p {
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.travel_concern_right {
    text-align: center;
    order: 1;
}

.travel_concern_image_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.travel_concern_title {
    font-size: clamp(26px, 2.7vw, 38px);
    line-height: 1.4;
    color: #333;
    margin: 0;
    font-weight: 800;
    text-align: left;
}

.travel_concern_title .highlight {
    color: #00d1e9;
}

.travel_concern_image {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.travel_concern_image:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1080px) {
    .travel_concern_wrap {
        padding: 0 40px;
    }
    
    .travel_concern_content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .travel_concern_left {
        width: 100%;
        order: 2;
    }
    
    .travel_concern_right {
        width: 100%;
        order: 1;
    }
    
    .travel_concern_image_wrapper {
        align-items: center;
    }
    
    .travel_concern_image {
        max-width: 320px;
    }
    
    .travel_concern_title {
        text-align: center;
    }
    
    .travel_concern_card {
        padding: 20px;
    }
    
    .travel_concern_card_icon {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 650px) {
    .travel_concern_wrap {
        padding: 0 20px;
    }
    
    .travel-concern-section {
        padding: 60px 0;
    }
    
    .travel_concern_content {
        gap: 30px;
    }
    
    .travel_concern_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .travel_concern_image_wrapper {
        gap: 15px;
    }
    
    .travel_concern_image {
        max-width: 250px;
    }
    
    .travel_concern_description {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .travel_concern_cards {
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .travel_concern_card {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    
    .travel_concern_card_icon {
        margin: 0 auto;
        width: 40px;
        height: 40px;
    }
    
    .travel_concern_image {
        max-width: 250px;
        border-radius: 12px;
    }
}

/* ======== Solution Section ======== */
.solution-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.solution-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.solution_wrap {
    position: relative;
    z-index: 1;
}

.solution_content {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.solution_text {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.6;
    color: #333;
    margin-bottom: 50px;
}

/* 철학 이미지 그리드 */
.philosophy-image-grid {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 60px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.philosophy-image-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    aspect-ratio: 1;
    width: 160px;
    height: 160px;
    flex-shrink: 0;
}

.philosophy-image-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

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

.philosophy-image-item:hover img {
    transform: scale(1.05);
}

.solution_image {
    text-align: center;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution_image img {
    max-width: 66.67%;
    height: auto;
    margin: 0 auto;
}

/* ======== Solution Highlight Section ======== */
.solution-highlight-section {
    background: #fff;
    position: relative;
}

.solution_highlight {
    background: #fff;
    border-radius: 20px;
    padding: 60px 80px;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 80px;
    align-items: flex-start;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.solution_highlight_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.solution_highlight_right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.solution_highlight_image {
    text-align: left;
    margin-bottom: 25px;
}

.solution_highlight_image img {
    max-width: 200px;
    height: auto;
    border-radius: 10px;
}

.solution_highlight_image_bottom {
    text-align: center;
    margin: 20px 0;
}

.solution_highlight_image_bottom img {
    max-width: 550px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.solution_highlight h3 {
    font-size: clamp(28px, 3.5vw, 40px);
    line-height: 1.4;
    color: #1f2937;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 700;
}

.solution_points {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.solution_point {
    padding: 0;
    border-radius: 0;
    border-left: none;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    background: transparent;
}

.solution_point:hover {
    background: transparent;
    transform: translateX(5px);
    box-shadow: none;
    border-left-color: transparent;
}

.solution_point::before {
    display: none;
}

.point_label {
    display: block;
    font-size: clamp(16px, 1.5vw, 18px);
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    background: linear-gradient(120deg, #30aadd 0%, #00d1e9 100%);
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(48, 170, 221, 0.3);
}

.point_answer {
    display: block;
    font-size: clamp(19px, 1.8vw, 21px);
    color: #000000;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    margin-top: 8px;
    padding-left: 12px;
}

.point_answer::before {
    content: '→';
    color: #30aadd;
    font-weight: bold;
    margin-right: 8px;
    font-size: 18px;
}

.solution_point:hover .point_answer {
    color: #1f2937;
}

.solution_summary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: clamp(16px, 1.6vw, 18px);
    line-height: 1.6;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.solution_summary::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 20px;
    width: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}

.solution_summary::after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1080px) {
    .solution_image img {
        max-width: 75%;
    }
    
    .philosophy-image-grid {
        gap: 12px;
        margin-top: 50px;
    }
    
    .philosophy-image-item {
        width: 100px;
        height: 100px;
    }
    
    .solution_highlight {
        padding: 40px 40px;
        flex-direction: column;
        gap: 40px;
        max-width: 100%;
    }
    
    .solution_highlight_left {
        width: 100%;
        align-items: center;
    }
    
    .solution_highlight_right {
        width: 100%;
    }
    
    .solution_highlight_image {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .solution_highlight_image img {
        max-width: 150px;
    }
    
    .solution_highlight_image_bottom {
        margin: 15px 0;
    }
    
    .solution_highlight_image_bottom img {
        max-width: 420px;
        width: 100%;
    }
    
    .solution_highlight h3 {
        font-size: 26px;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .solution_points {
        gap: 18px;
        margin-bottom: 25px;
    }
    
    .solution_point {
        padding: 0;
    }
    
    .solution_point:hover {
        transform: translateX(3px);
    }
    
    .point_label {
        padding: 3px 6px;
        font-size: 15px;
    }
    
    .point_answer {
        font-size: 14px;
        margin-top: 6px;
        padding-left: 10px;
    }
    
    .point_answer::before {
        font-size: 16px;
        margin-right: 6px;
    }
    
    .solution_summary {
        font-size: 16px;
        margin-top: 20px;
        padding: 25px;
    }
}

@media screen and (max-width: 650px) {
    .solution_text {
        font-size: 16px;
    }
    
    .philosophy-image-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 40px;
        overflow-x: visible;
    }
    
    .philosophy-image-item {
        min-width: auto;
        aspect-ratio: 1;
    }
    
    .solution_image img {
        max-width: 80%;
    }
    
    .solution_highlight {
        padding: 30px 25px;
        border-radius: 15px;
        gap: 30px;
        max-width: 100%;
    }
    
    .solution_highlight_image {
        margin-bottom: 15px;
        text-align: center;
    }
    
    .solution_highlight_image img {
        max-width: 120px;
        border-radius: 8px;
    }
    
    .solution_highlight_image_bottom {
        margin: 12px 0;
    }
    
    .solution_highlight_image_bottom img {
        max-width: 280px;
        width: 100%;
        border-radius: 8px;
    }
    
    .solution_highlight h3 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .solution_points {
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .solution_point {
        padding: 0;
    }
    
    .solution_point:hover {
        transform: translateX(2px);
    }
    
    .point_label {
        font-size: 14px;
        margin-bottom: 6px;
        padding: 2px 5px;
    }
    
    .point_answer {
        font-size: 14px;
        margin-top: 6px;
        padding-left: 10px;
    }
    
    .point_answer::before {
        font-size: 16px;
        margin-right: 6px;
    }
    
    .solution_summary {
        font-size: 15px;
        margin-top: 15px;
        padding: 20px;
        border-radius: 12px;
    }
    
    .solution_summary::before {
        width: 25px;
        top: 12px;
        left: 15px;
    }
    
    .solution_summary::after {
        width: 25px;
        bottom: 12px;
        right: 15px;
    }
}

/* ======== Fruta Philosophy Section ======== */
.fruta-philosophy-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    padding: 120px 0;
}

.fruta-philosophy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.fruta_philosophy_wrap {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fruta_philosophy_title {
    margin-bottom: 60px;
}

.fruta_philosophy_title h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.3;
    color: #1f2937;
    margin-bottom: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fruta_philosophy_title p {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.6;
    color: #4b5563;
    font-weight: 500;
}

.fruta_philosophy_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 60px;
}

.fruta_philosophy_left {
    text-align: left;
}

.fruta_philosophy_left h3 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.4;
    color: #1f2937;
    margin-bottom: 30px;
    font-weight: 600;
}

.fruta_philosophy_left p {
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 25px;
}

.fruta_philosophy_left strong {
    color: #1e40af;
    font-weight: 600;
}

.fruta_philosophy_right {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.fruta_philosophy_right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
}

.fruta_philosophy_right h4 {
    font-size: clamp(20px, 2.5vw, 26px);
    line-height: 1.4;
    color: #1f2937;
    margin-bottom: 25px;
    font-weight: 600;
}

.fruta_philosophy_right p {
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 20px;
}

.fruta_philosophy_right .highlight {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #1e40af;
    margin-top: 25px;
}

.fruta_philosophy_right .highlight p {
    color: #1e40af;
    font-weight: 500;
    margin: 0;
    font-size: clamp(14px, 1.3vw, 16px);
}

@media screen and (max-width: 1080px) {
    .solution_highlight {
        padding: 40px 40px;
        flex-direction: column;
        gap: 40px;
        max-width: 100%;
    }
    
    .solution_highlight_left {
        width: 100%;
        align-items: center;
    }
    
    .solution_highlight_right {
        width: 100%;
    }
    
    .solution_highlight_image {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .solution_highlight_image img {
        max-width: 150px;
    }
    
    .solution_highlight_image_bottom {
        margin: 15px 0;
    }
    
    .solution_highlight_image_bottom img {
        max-width: 420px;
        width: 100%;
    }
    
    .solution_highlight h3 {
        font-size: 26px;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .solution_points {
        gap: 18px;
        margin-bottom: 25px;
    }
    
    .solution_point {
        padding: 0;
    }
    
    .solution_point:hover {
        transform: translateX(3px);
    }
    
    .point_label {
        padding: 3px 6px;
        font-size: 15px;
    }
    
    .point_answer {
        font-size: 14px;
        margin-top: 6px;
        padding-left: 10px;
    }
    
    .point_answer::before {
        font-size: 16px;
        margin-right: 6px;
    }
    
    .solution_summary {
        font-size: 16px;
        margin-top: 20px;
        padding: 25px;
    }

    /* Fruta Philosophy Responsive */
    .fruta-philosophy-section {
        padding: 80px 0;
    }
    
    .fruta_philosophy_content {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-top: 40px;
    }
    
    .fruta_philosophy_left {
        text-align: center;
    }
    
    .fruta_philosophy_right {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 650px) {
    .solution_text {
        font-size: 16px;
    }
    
    .solution_highlight {
        padding: 30px 25px;
        border-radius: 15px;
        gap: 30px;
        max-width: 100%;
    }
    
    .solution_highlight_image {
        margin-bottom: 15px;
        text-align: center;
    }
    
    .solution_highlight_image img {
        max-width: 120px;
        border-radius: 8px;
    }
    
    .solution_highlight_image_bottom {
        margin: 12px 0;
    }
    
    .solution_highlight_image_bottom img {
        max-width: 340px;
        width: 100%;
        border-radius: 8px;
    }
    
    .solution_highlight h3 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .solution_points {
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .solution_point {
        padding: 0;
    }
    
    .solution_point:hover {
        transform: translateX(2px);
    }
    
    .point_label {
        font-size: 14px;
        margin-bottom: 6px;
        padding: 2px 5px;
    }
    
    .point_answer {
        font-size: 14px;
        margin-top: 6px;
        padding-left: 10px;
    }
    
    .point_answer::before {
        font-size: 16px;
        margin-right: 6px;
    }
    
    .solution_summary {
        font-size: 15px;
        margin-top: 15px;
        padding: 20px;
        border-radius: 12px;
    }
    
    .solution_summary::before {
        width: 25px;
        top: 12px;
        left: 15px;
    }
    
    .solution_summary::after {
        width: 25px;
        bottom: 12px;
        right: 15px;
    }
}

/* ======== Fruta Marketing Solutions Section ======== */
.fruta-marketing-section {
    background: #ffffff;
    position: relative;
    padding: 120px 0;
    color: #333333;
    overflow: hidden;
}

.fruta_marketing_wrap {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.fruta_marketing_header {
    margin-bottom: 80px;
}

.fruta_marketing_header h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.3;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fruta_marketing_header .subtitle {
    font-size: clamp(20px, 2.5vw, 28px);
    line-height: 1.4;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 600;
}

.fruta_marketing_header .main_title {
    font-size: clamp(32px, 4.5vw, 48px);
    line-height: 1.2;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 700;
}

.fruta_marketing_header .hashtags {
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.5;
    color: #666666;
    font-weight: 500;
}

.fruta_marketing_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 60px;
}

.fruta_marketing_left {
    text-align: left;
    order: 2;
}

.fruta_marketing_left .fruta_marketing_header {
    margin-bottom: 0;
    text-align: left;
}

.fruta_marketing_left .fruta_marketing_header h2 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.3;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fruta_marketing_left .fruta_marketing_header .subtitle {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.4;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}

.fruta_marketing_left .fruta_marketing_header .main_title {
    font-size: clamp(22px, 2.5vw, 28px);
    line-height: 1.2;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 700;
}

.fruta_marketing_left .fruta_marketing_header .hashtags {
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.5;
    color: #666666;
    font-weight: 500;
}

.fruta_marketing_right {
    text-align: center;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fruta_marketing_image {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: contain;
    margin: 0 auto;
}

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

@media screen and (max-width: 1080px) {
    .fruta-marketing-section {
        padding: 80px 0;
    }
    
    .fruta_marketing_header {
        margin-bottom: 60px;
    }
    
    .fruta_marketing_content {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-top: 40px;
    }
    
    .fruta_marketing_left {
        order: 2;
    }
    
    .fruta_marketing_right {
        order: 1;
    }
    
    .fruta_marketing_image {
        max-width: 320px;
    }
}

@media screen and (max-width: 650px) {
    .fruta-marketing-section {
        padding: 60px 0;
    }
    
    .fruta_marketing_header {
        margin-bottom: 40px;
    }
    
    .fruta_marketing_content {
        gap: 30px;
        margin-top: 30px;
    }
    
    .fruta_marketing_image {
        max-width: 230px;
    }
}

/* ======== Services Section ======== */
.services-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    padding: 120px 0;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.services-section .container {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-section .section-title {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.3;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

.services-section .section-title .highlight {
    color: #30aadd;
}

.services-intro {
    text-align: center;
    margin-bottom: 80px;
}

.services-intro h3 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.4;
    color: #1f2937;
    margin-bottom: 20px;
    font-weight: 600;
}

.services-intro .hashtags {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.services-intro .hashtags span {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #6b7280;
    font-weight: 500;
    padding: 8px 16px;
    background: rgba(48, 170, 221, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(48, 170, 221, 0.2);
}

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

.service-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #30aadd, #00d1e9);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-card h4 {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.4;
    color: #1f2937;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-card p {
    font-size: clamp(14px, 1.3vw, 16px);
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

@media screen and (max-width: 1080px) {
    .services-section {
        padding: 80px 0;
    }
    
    .services-section .section-title {
        margin-bottom: 50px;
    }
    
    .services-intro {
        margin-bottom: 60px;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 50px;
    }
    
    .service-card {
        padding: 30px 25px;
    }
    
    .service-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
    
    .service-icon img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 650px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-section .section-title {
        margin-bottom: 40px;
    }
    
    .services-intro {
        margin-bottom: 40px;
    }
    
    .services-intro .hashtags {
        gap: 10px;
    }
    
    .services-intro .hashtags span {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 40px;
    }
    
    .service-card {
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    .service-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    
    .service-icon img {
        width: 80px;
        height: 80px;
    }
    
    .service-card h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .service-card p {
        font-size: 14px;
    }
}

/* 모든 섹션에서 highlight 클래스 보라색 적용 */
.highlight {
    color: #30aadd !important;
}

/* Comprehensive 섹션 */
.comprehensive-section {
    padding: 120px 0;
    background: transparent;
    position: relative;
}

.comprehensive-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23f3f4f6" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.comprehensive-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.comprehensive-section .section-title {
    font-size: clamp(24px, 3.33vw, 43px);
    line-height: 0.7;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.comprehensive-section .section-title strong {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
}

.comprehensive-section .section-title .highlight {
    color: #30aadd;
    font-weight: 700;
}

.comprehensive-text {
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.6;
    color: #374151;
    text-align: center;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.comprehensive-text strong {
    color: #1f2937;
    font-weight: 600;
}

.comprehensive-image {
    text-align: center;
    margin-top: 60px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.comprehensive-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

.comprehensive-image img:hover {
    transform: none;
    box-shadow: none;
}

/* 반응형 */
@media screen and (max-width: 1080px) {
    .comprehensive-section {
        padding: 80px 0;
    }
    
    .comprehensive-section .section-title {
        margin-bottom: 30px;
    }
    
    .comprehensive-text {
        margin-bottom: 40px;
    }
    
    .comprehensive-image {
        margin-top: 40px;
    }
}

@media screen and (max-width: 650px) {
    .comprehensive-section {
        padding: 60px 0;
    }
    
    .comprehensive-section .section-title {
        margin-bottom: 25px;
        line-height: 0.7;
        font-size: clamp(19px, 2.67vw, 24px);
    }
    
    .comprehensive-text {
        margin-bottom: 30px;
        font-size: 16px;
    }
    
    .comprehensive-image {
        margin-top: 30px;
    }
    
    .comprehensive-image img {
        border-radius: 15px;
    }
}

/* 오코랩스 홈페이지 제작 섹션 */
.ocorps-section {
    padding: 120px 0;
    background: #f8fafc;
    position: relative;
}

.ocorps-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.ocorps-content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.ocorps-left {
    flex: 1;
    display: flex;
    justify-content: center;
    order: 1;
}

.ocorps-title {
    font-size: clamp(27px, 3.33vw, 43px);
    line-height: 0.7;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
}

.ocorps-title strong {
    display: block;
    margin-bottom: 0;
}

.ocorps-title .highlight {
    color: #30aadd;
}

.ocorps-text {
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    color: #374151;
    margin-bottom: 40px;
}

.ocorps-text strong {
    color: #1f2937;
    font-weight: 600;
}

.ocorps-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, #30aadd, #008ed4);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(48, 170, 221, 0.3);
}

.ocorps-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(48, 170, 221, 0.4);
    background: linear-gradient(135deg, #008ed4, #0097b8);
}

.ocorps-right {
    flex: 1;
    order: 2;
}

.ocorps-image {
    position: relative;
    width: 100%;
    max-width: 600px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.ocorps-img,
.ocorps-img-hover {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.ocorps-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.05);
}

.ocorps-image:hover .ocorps-img {
    opacity: 0;
}

.ocorps-image:hover .ocorps-img-hover {
    opacity: 1;
    transform: scale(1);
}

/* 반응형 */
@media screen and (max-width: 1080px) {
    .ocorps-section {
        padding: 80px 0;
    }
    
    .ocorps-content {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }
    
    .ocorps-title {
        margin-bottom: 25px;
    }
    
    .ocorps-text {
        margin-bottom: 30px;
    }
    
    .ocorps-image {
        max-width: 500px;
    }
}

@media screen and (max-width: 650px) {
    .ocorps-section {
        padding: 60px 0;
    }
    
    .ocorps-content {
        gap: 40px;
    }
    
    .ocorps-title {
        margin-bottom: 20px;
    }
    
    .ocorps-text {
        margin-bottom: 25px;
        font-size: 15px;
    }
    
    .ocorps-button {
        padding: 12px 25px;
        font-size: 15px;
    }
    
    .ocorps-image {
        max-width: 400px;
        border-radius: 15px;
    }
}

/* 문의 빗발 섹션 */
.inquiry-boom-section {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
}

.inquiry-boom-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.inquiry-boom-content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.inquiry-boom-left {
    flex: 1;
    display: flex;
    justify-content: center;
}

.inquiry-boom-image {
    width: 100%;
    max-width: 500px;
}

.inquiry-boom-image img {
    width: 100%;
    height: auto;
}

.inquiry-boom-right {
    flex: 1;
}

.inquiry-boom-title {
    font-size: clamp(36px, 5vw, 56px);
    line-height: 0.8;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

.inquiry-boom-title strong {
    display: block;
    margin-bottom: 0;
}

.inquiry-boom-title .highlight {
    color: #30aadd;
}

.inquiry-boom-subtitle {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 0.9;
    color: #000;
    margin-bottom: 25px;
    font-weight: 600;
}

.inquiry-boom-subtitle strong {
    display: block;
    margin-bottom: 0;
}

.inquiry-boom-subtitle .highlight {
    color: #30aadd;
}

.inquiry-boom-text {
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    color: #374151;
    margin-bottom: 30px;
}

.inquiry-boom-text strong {
    color: #1f2937;
    font-weight: 600;
}

.inquiry-boom-image-right {
    width: 100%;
    max-width: 130px;
    margin-bottom: 30px;
}

.inquiry-boom-image-right img {
    width: 100%;
    height: auto;
}

.inquiry-boom-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, #30aadd, #008ed4);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(48, 170, 221, 0.3);
}

.inquiry-boom-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(48, 170, 221, 0.4);
    background: linear-gradient(135deg, #008ed4, #0097b8);
}

/* 반응형 */
@media screen and (max-width: 1080px) {
    .inquiry-boom-section {
        padding: 80px 0;
    }
    
    .inquiry-boom-content {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }
    
    .inquiry-boom-title {
        margin-bottom: 15px;
    }
    
    .inquiry-boom-subtitle {
        margin-bottom: 20px;
    }
    
    .inquiry-boom-text {
        margin-bottom: 25px;
    }
    
    .inquiry-boom-image-right {
        margin: 0 auto 25px;
    }
}

@media screen and (max-width: 650px) {
    .inquiry-boom-section {
        padding: 60px 0;
    }
    
    .inquiry-boom-content {
        gap: 40px;
    }
    
    .inquiry-boom-title {
        margin-bottom: 10px;
    }
    
    .inquiry-boom-subtitle {
        margin-bottom: 15px;
    }
    
    .inquiry-boom-text {
        margin-bottom: 20px;
        font-size: 15px;
    }
    
    .inquiry-boom-button {
        padding: 12px 25px;
        font-size: 15px;
    }
    
    .inquiry-boom-image-right {
        max-width: 250px;
        margin-bottom: 20px;
    }
}

/* 작업 소요시간 섹션 */
.work-time-section {
    padding: 100px 0;
    background: #20cbe7;
}

.work-time-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.work-time-header {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}

.work-time-title-btn {
    background: #333333;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    top: 30px;
}

.work-time-title-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.work-time-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.work-time-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 20px;
}

.work-time-item:last-of-type {
    border-bottom: none;
}

.work-time-type {
    color: #30aadd;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
}

.work-time-duration {
    color: #333333;
    font-size: clamp(14px, 3.5vw, 16px);
    font-weight: 500;
    text-align: right;
}

.work-time-note {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
    text-align: center;
}

.work-time-note span {
    color: #666666;
    font-size: clamp(12px, 1.5vw, 14px);
    font-style: italic;
}

/* Media Queries */
@media (max-width: 1024px) {
    .work-time-content {
        padding: 30px;
    }
    
    .work-time-item {
        padding: 12px 0;
    }
}

@media (max-width: 768px) {
    .work-time-section {
        padding: 60px 0;
    }
    
    .work-time-content {
        padding: 25px 20px;
    }
    
    .work-time-item {
        flex-direction: row;
        align-items: center;
        gap: 15px;
        padding: 15px 0;
    }
    
    .work-time-type {
        font-size: clamp(16px, 4vw, 18px);
        min-width: 60px;
    }
    
    .work-time-duration {
        font-size: clamp(14px, 3.5vw, 16px);
        text-align: right;
    }
}

/* 전후 차이 섹션 */
.before-after-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.before-after-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.before-after-header {
    margin-bottom: 60px;
}

.before-after-title {
    font-size: clamp(28px, 3.5vw, 40px);
    color: #333333;
    margin-bottom: 15px;
    font-weight: 900;
}

.before-after-title .highlight {
    color: #30aadd;
}

.before-after-subtitle {
    font-size: clamp(32px, 4.5vw, 48px);
    color: #333333;
    margin-bottom: 20px;
    font-weight: 900;
}

.before-after-highlight {
    font-size: clamp(20px, 2.5vw, 28px);
    color: #333333;
    font-weight: 900;
    border: 4px solid #ff0000;
    border-radius: 0;
    padding: 12px 30px;
    display: inline-block;
    background: #ffffff;
}

.before-after-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 30px;
    align-items: center;
}

.before-after-item {
    text-align: center;
}

.before-after-image {
    margin-bottom: 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.before-after-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.before-after-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.before-after-label {
    font-size: clamp(16px, 2vw, 18px);
    color: #ffffff;
    font-weight: bold;
    padding: 12px 20px;
    background: #333333;
    border-radius: 0 0 15px 15px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -1px;
}

.before-after-arrow {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #30aadd, #008ed4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(48, 170, 221, 0.3);
    transition: all 0.3s ease;
}

.before-after-arrow:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(48, 170, 221, 0.4);
}

.before-after-arrow img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Media Queries */
@media (max-width: 1024px) {
    .before-after-grid {
        gap: 20px;
    }
    
    .before-after-image img {
        height: 200px;
    }
    
    .before-after-arrow {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .before-after-section {
        padding: 60px 0;
    }
    
    .before-after-header {
        margin-bottom: 40px;
    }
    
    .before-after-grid {
        gap: 15px;
    }
    
    .before-after-image img {
        height: 180px;
    }
    
    .before-after-arrow {
        width: 35px;
        height: 35px;
    }
    
    .before-after-label {
        font-size: clamp(14px, 3.5vw, 16px);
    }
}

/* 에어컨 모델과 단가 섹션 */
.aircon-price-section {
    padding: 100px 0;
    background: #20cbe7;
}

.aircon-price-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.aircon-price-header {
    margin-bottom: 50px;
}

.aircon-price-title {
    font-size: clamp(32px, 4.5vw, 48px);
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 40px;
}

.aircon-type-section {
    margin-bottom: 50px;
    display: inline-block;
}

.aircon-type-image {
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.aircon-type-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.aircon-type-label {
    font-size: clamp(18px, 2.5vw, 24px);
    color: #ffffff;
    font-weight: bold;
    padding: 15px 25px;
    background: #333333;
    border-radius: 15px 15px 0 0;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: -1px;
}

.aircon-price-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.aircon-price-subtitle {
    font-size: clamp(24px, 3.5vw, 32px);
    color: #333333;
    font-weight: 900;
    margin-bottom: 30px;
}

.price-table {
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.table-header {
    display: flex;
    background: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
}

.header-cell {
    flex: 1;
    padding: 15px;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.header-cell:nth-child(2) {
    flex: 2;
}

.table-row {
    display: flex;
}

.table-cell {
    flex: 1;
    padding: 12px 15px;
    font-size: clamp(14px, 1.8vw, 16px);
    color: #333333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-cell:nth-child(2) {
    flex: 2;
    text-align: center;
    justify-content: center;
}

.type-cell {
    font-weight: bold;
    align-self: center;
}

.price-cell {
    font-weight: bold;
    color: #30aadd;
}

.table-divider {
    height: 2px;
    background: #e0e0e0;
    width: 100%;
}

.price-notes {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.note-item {
    font-size: clamp(14px, 1.8vw, 16px);
    color: #666666;
    margin-bottom: 10px;
    line-height: 1.5;
}

.note-item:last-child {
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 1024px) {
    .aircon-price-content {
        padding: 30px;
    }
    
    .table-cell {
        padding: 10px 12px;
    }
    
    .aircon-type-image img {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .aircon-price-section {
        padding: 60px 0;
    }
    
    .aircon-price-header {
        margin-bottom: 30px;
    }
    
    .aircon-price-content {
        padding: 25px 20px;
    }
    
    .table-header,
    .table-row {
        grid-template-columns: 1fr 1.5fr 1fr;
    }
    
    .table-cell {
        padding: 8px 10px;
        font-size: clamp(12px, 3vw, 14px);
    }
    
    .aircon-type-image img {
        height: 200px;
    }
    
    .aircon-type-label {
        font-size: clamp(16px, 4vw, 18px);
    }
}

/* 주의사항 및 자주 묻는 질문 섹션 */
.notice-faq-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.notice-faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.notice-section,
.faq-section {
    background: #30aadd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(48, 170, 221, 0.2);
}

.notice-title,
.faq-title {
    background: #30aadd;
    color: #ffffff;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: bold;
    padding: 20px 25px;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.notice-content,
.faq-content {
    background: #ffffff;
    padding: 30px 25px;
}

.notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-list li {
    color: #333333;
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 1.6;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.notice-list li:before {
    content: "·";
    position: absolute;
    left: 0;
    color: #30aadd;
    font-weight: bold;
}

.notice-list li:last-child {
    margin-bottom: 0;
}

.faq-item {
    margin-bottom: 30px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.question-number {
    color: #30aadd;
    font-weight: bold;
    font-size: clamp(16px, 2vw, 18px);
    flex-shrink: 0;
}

.question-text {
    color: #333333;
    font-weight: bold;
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 1.4;
}

.faq-answer {
    color: #666666;
    font-size: clamp(13px, 1.6vw, 15px);
    line-height: 1.6;
    padding-left: 30px;
}

.faq-answer-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.faq-answer-list li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

.faq-answer-list li:before {
    content: "·";
    position: absolute;
    left: 0;
    color: #30aadd;
}

/* Media Queries */
@media (max-width: 1024px) {
    .notice-faq-container {
        gap: 30px;
    }
    
    .notice-content,
    .faq-content {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    .notice-faq-container {
        gap: 25px;
    }
    
    .notice-title,
    .faq-title {
        padding: 18px 20px;
    }
    
    .notice-content,
    .faq-content {
        padding: 20px 18px;
    }
    
    .faq-answer {
        padding-left: 25px;
    }
}

/* ======== Top Destinations Section ======== */
.top-destinations-section {
    background: #ffffff;
    position: relative;
}

.top-destinations_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 60px;
}

.destination-card {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.destination-card-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.destination-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    filter: brightness(0.7);
}

.destination-card:hover .destination-card-image img {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.destination-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: all 0.3s ease;
    z-index: 1;
}

.destination-card:hover .destination-card-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.destination-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    text-align: center;
    margin-top: -20px;
}

.destination-card-title {
    font-size: clamp(20px, 1.8vw, 24px);
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.destination-card-country {
    font-size: clamp(14px, 1.2vw, 16px);
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Top Destinations 반응형 */
@media (max-width: 1440px) {
    .destinations-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
    }
    
    .destination-card-image {
        height: 280px;
    }
}

@media (max-width: 1080px) {
    .destinations-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .destination-card-image {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .top-destinations-section {
        padding: 60px 0;
    }

    .destinations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 40px;
    }
    
    .destination-card-image {
        height: 220px;
    }
    
    .destination-card-content {
        padding: 15px;
        margin-top: -15px;
    }
}

@media (max-width: 480px) {
    .destinations-grid {
        grid-template-columns: 1fr;
    }
    
    .destination-card-image {
        height: 250px;
    }
}

/* ======== Category Menu Section ======== */
.category-menu-section {
    background: #ffffff;
    position: relative;
}

.category-menu_wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.category-menu-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 60px;
}

.category-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-menu-item:hover {
    transform: translateY(-5px);
}

.category-menu-image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.category-menu-item:hover .category-menu-image {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

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

.category-menu-item:hover .category-menu-image img {
    transform: scale(1.1);
}

.category-menu-title {
    font-size: clamp(12px, 1vw, 16px);
    color: #111;
    font-weight: 600;
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.category-menu-item:hover .category-menu-title {
    color: #30aadd;
}

/* Category Menu 반응형 */
@media (max-width: 1440px) {
    .category-menu-grid {
        grid-template-columns: repeat(8, 1fr);
        gap: 8px;
    }
    
    .category-menu-image {
        width: 115px;
        height: 115px;
        margin-bottom: 10px;
    }
    
    .category-menu-title {
        font-size: clamp(11px, 0.9vw, 15px);
    }
}

@media (max-width: 1080px) {
    .category-menu-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
    
    .category-menu-image {
        width: 120px;
        height: 120px;
        margin-bottom: 15px;
    }
    
    .category-menu-title {
        font-size: clamp(14px, 1.2vw, 18px);
    }
}

@media (max-width: 768px) {
    .category-menu-section {
        padding: 60px 0;
    }

    .category-menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 40px;
    }
    
    .category-menu-image {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }
    
    .category-menu-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .category-menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .category-menu-image {
        width: 90px;
        height: 90px;
    }
    
    .category-menu-title {
        font-size: 14px;
    }
}

/* ======== Season Activities Section ======== */
.season-activities-section {
    background: #F7F7F7;
    position: relative;
}

.season-activities_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.season-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.season-tab {
    padding: 12px 30px;
    border: 2px solid #30aadd;
    background: #fff;
    color: #30aadd;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: clamp(14px, 1.2vw, 18px);
}

.season-tab:hover {
    background: #30aadd;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(48, 170, 221, 0.3);
}

.season-tab.active {
    background: #30aadd;
    color: #fff;
    box-shadow: 0 4px 12px rgba(48, 170, 221, 0.3);
}

.season-content {
    width: 100%;
}

.season-activities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
}

.season-activity-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.season-activity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.season-activity-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

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

.season-activity-card:hover .season-activity-image img {
    transform: scale(1.1);
}

.season-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 15px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.season-badge.spring {
    background: rgba(255, 182, 193, 0.8);
}

.season-badge.summer {
    background: rgba(135, 206, 250, 0.8);
}

.season-badge.fall {
    background: rgba(255, 165, 0, 0.8);
}

.season-badge.winter {
    background: rgba(176, 224, 230, 0.8);
}

.season-badge.all {
    background: rgba(48, 170, 221, 0.8);
}

.season-activity-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.season-activity-title {
    font-size: clamp(16px, 1.3vw, 20px);
    color: #111;
    margin-bottom: 10px;
    line-height: 1.4;
}

.season-activity-desc {
    font-size: clamp(13px, 1vw, 15px);
    color: #555;
    line-height: 1.5;
    margin-bottom: 12px;
    flex-grow: 1;
}

.season-activity-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.season-info-item {
    font-size: clamp(13px, 1vw, 15px);
    color: #30aadd;
    font-weight: 600;
    padding: 6px 12px;
    background: rgba(48, 170, 221, 0.1);
    border-radius: 20px;
}

/* Season Activities 반응형 */
@media (max-width: 1440px) {
    .season-activities-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }
    
    .season-activity-image {
        height: 160px;
    }
    
    .season-activity-content {
        padding: 18px;
    }
}

@media (max-width: 1080px) {
    .season-activities-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .season-activity-image {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .season-activities-section {
        padding: 60px 0;
    }

    .season-tabs {
        gap: 10px;
        margin-bottom: 40px;
    }

    .season-tab {
        padding: 10px 20px;
        font-size: 14px;
    }

    .season-activities-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .season-activity-image {
        height: 200px;
    }
}

/* ======== Recommended Tour Section ======== */
.recommended-tour-section {
    background: #ffffff;
    position: relative;
    overflow: visible;
}

.recommended-tour-section .bd-xl {
    overflow: visible;
}

.recommended-tour_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px; /* 기본 패딩으로 복원 */
    overflow: visible;
    position: relative;
}

.recommended-tour-swiper {
    width: 100%;
    padding: 40px 0 60px;
    overflow: visible;
    position: relative;
}

.recommended-tour-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
    margin: 0 80px; /* 좌우 마진으로 카드 영역 제한 (버튼 공간 확보) */
}

.recommended-tour-swiper .swiper-slide {
    height: auto;
    display: flex;
    flex-shrink: 0;
    box-sizing: border-box; /* 패딩/보더 포함 */
    /* Swiper가 자동으로 너비 계산 */
}

.tour-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    max-width: 100%; /* 최대 너비 제한 */
    display: flex;
    flex-direction: column;
    box-sizing: border-box; /* 패딩/보더 포함 */
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.tour-card_image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

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

.tour-card:hover .tour-card_image img {
    transform: scale(1.1);
}

.tour-card_content {
    padding: 25px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tour-card_title {
    font-size: clamp(16px, 1.5vw, 18px);
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-card_info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.tour-info_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.tour-info_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tour-info_label {
    font-size: clamp(13px, 1.2vw, 14px);
    color: #666;
    font-weight: 500;
}

.tour-info_value {
    font-size: clamp(13px, 1.2vw, 14px);
    color: #333;
    font-weight: 600;
    text-align: right;
}

/* Swiper Navigation Buttons - Recommended Tour */
.recommended-tour-swiper .recommended-tour-nav-next,
.recommended-tour-swiper .recommended-tour-nav-prev {
    width: 50px !important;
    height: 50px !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #30aadd !important;
    transition: all 0.3s ease;
    margin-top: 0 !important;
    z-index: 10 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    backdrop-filter: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer !important;
}

.recommended-tour-swiper .recommended-tour-nav-next:hover,
.recommended-tour-swiper .recommended-tour-nav-prev:hover {
    background: none !important;
    color: #30aadd !important;
    box-shadow: none !important;
    opacity: 0.7 !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.recommended-tour-swiper .recommended-tour-nav-next {
    right: 10px !important; /* wrapper 마진 영역에 배치 */
}

.recommended-tour-swiper .recommended-tour-nav-prev {
    left: 10px !important; /* wrapper 마진 영역에 배치 */
}

.recommended-tour-swiper .recommended-tour-nav-next::after,
.recommended-tour-swiper .recommended-tour-nav-prev::after {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #30aadd !important;
}

.recommended-tour_more {
    text-align: center;
    margin-top: 60px;
}

.tour-more-btn {
    display: inline-block;
    padding: 12px 40px;
    background: linear-gradient(135deg, #30aadd, #008ed4);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: clamp(14px, 1.3vw, 16px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(48, 170, 221, 0.3);
}

.tour-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(48, 170, 221, 0.4);
    background: linear-gradient(135deg, #008ed4, #0097b8);
}

/* 반응형 디자인 */
@media screen and (max-width: 1080px) {
    .recommended-tour_wrap {
        padding: 0 20px;
    }
    
    .recommended-tour-swiper .swiper-wrapper {
        margin: 0 70px;
    }
    
    .recommended-tour-swiper {
        padding: 30px 0 50px;
    }
    
    .tour-card_image {
        height: 200px;
    }
    
    .tour-card_content {
        padding: 20px 18px;
    }
    
    .recommended-tour-swiper .recommended-tour-nav-next {
        right: 5px !important;
    }
    
    .recommended-tour-swiper .recommended-tour-nav-prev {
        left: 5px !important;
    }
    
    .recommended-tour-swiper .recommended-tour-nav-next,
    .recommended-tour-swiper .recommended-tour-nav-prev {
        width: 40px !important;
        height: 40px !important;
    }
    
    .recommended-tour-swiper .recommended-tour-nav-next::after,
    .recommended-tour-swiper .recommended-tour-nav-prev::after {
        font-size: 20px !important;
    }
    
    .recommended-tour_more {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .recommended-tour_wrap {
        padding: 0 20px;
    }
    
    .recommended-tour-swiper .swiper-wrapper {
        margin: 0 !important; /* 모바일에서 마진 완전 제거 */
    }
    
    .recommended-tour-swiper {
        padding: 20px 0 40px;
    }
    
    .recommended-tour-swiper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .tour-card_image {
        height: 180px;
    }
    
    .tour-card_content {
        padding: 18px 15px;
    }
    
    .tour-card_title {
        min-height: 45px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .tour-info_item {
        padding-bottom: 6px;
    }
    
    .tour-info_label,
    .tour-info_value {
        font-size: 13px;
    }
    
    .recommended-tour-swiper .recommended-tour-nav-next {
        right: -10px !important; /* 버튼을 약간 밖으로 */
    }
    
    .recommended-tour-swiper .recommended-tour-nav-prev {
        left: -10px !important; /* 버튼을 약간 밖으로 */
    }
    
    .recommended-tour-swiper .recommended-tour-nav-next,
    .recommended-tour-swiper .recommended-tour-nav-prev {
        width: 35px !important;
        height: 35px !important;
    }
    
    .recommended-tour-swiper .recommended-tour-nav-next::after,
    .recommended-tour-swiper .recommended-tour-nav-prev::after {
        font-size: 18px !important;
    }
    
    .recommended-tour_more {
        margin-top: 40px;
    }
    
    .tour-more-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 650px) {
    .recommended-tour_wrap {
        padding: 0 20px;
    }
    
    .recommended-tour-swiper .swiper-wrapper {
        margin: 0 !important; /* 모바일에서 마진 완전 제거 */
    }
    
    .recommended-tour-swiper {
        padding: 15px 0 35px;
    }
    
    .recommended-tour-swiper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .tour-card_image {
        height: 200px;
    }
    
    .tour-card_content {
        padding: 20px;
    }
    
    .tour-card_title {
        min-height: auto;
        font-size: 17px;
        margin-bottom: 18px;
    }
    
    .tour-info_item {
        padding-bottom: 8px;
    }
    
    .tour-info_label,
    .tour-info_value {
        font-size: 14px;
    }
    
    .recommended-tour-swiper .recommended-tour-nav-next {
        right: -10px !important; /* 버튼을 약간 밖으로 */
    }
    
    .recommended-tour-swiper .recommended-tour-nav-prev {
        left: -10px !important; /* 버튼을 약간 밖으로 */
    }
    
    .recommended-tour-swiper .recommended-tour-nav-next,
    .recommended-tour-swiper .recommended-tour-nav-prev {
        width: 30px !important;
        height: 30px !important;
    }
    
    .recommended-tour-swiper .recommended-tour-nav-next::after,
    .recommended-tour-swiper .recommended-tour-nav-prev::after {
        font-size: 16px !important;
    }
    
    .recommended-tour_more {
        margin-top: 35px;
    }
    
    .tour-more-btn {
        padding: 12px 35px;
        font-size: 15px;
    }
}

/* ======== Partner Logos Section ======== */
.partner-logos-section {
    background: #f8f9fa;
    padding: 30px 0; /* 위아래 여백 반으로 감소 */
    border-top: 1px solid #e9ecef;
}

.partner-logos_wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.partner-logos-swiper {
    width: 100%;
    overflow: hidden;
}

.partner-logos-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.partner-logos-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.partner-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 15px;
    background: transparent; /* 투명 배경 */
    border-radius: 8px;
    box-shadow: none; /* 그림자 제거 */
    transition: all 0.3s ease;
    cursor: pointer;
}

.partner-logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.partner-logo-item span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    text-align: center;
}

.partner-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 반응형 디자인 - Partner Logos */
@media screen and (max-width: 768px) {
    .partner-logos-section {
        padding: 20px 0; /* 위아래 여백 반으로 감소 */
    }
    
    .partner-logo-item {
        height: 60px;
        padding: 10px;
    }
    
    .partner-logo-item span {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .partner-logos-section {
        padding: 15px 0; /* 위아래 여백 반으로 감소 */
    }
    
    .partner-logo-item {
        height: 50px;
        padding: 8px;
    }
    
    .partner-logo-item span {
        font-size: 11px;
    }
}

/* ======== IMAGE GALLERY & TRIP REPORT ======== */
.gallery-report-section {
    background: #ffffff;
}

.gallery-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 50px;
}

.filter-btn {
    padding: 10px 24px;
    font-size: clamp(14px, 1.2vw, 16px);
    font-family: 'NanumSquareNeo', sans-serif;
    font-weight: 500;
    color: #555;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: #e8f4f8;
    color: #00D1E9;
    border-color: #00D1E9;
}

.filter-btn.active {
    background: #00D1E9;
    color: #ffffff;
    border-color: #00D1E9;
    font-weight: 600;
}

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

.gallery-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.gallery-item-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

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

.gallery-item:hover .gallery-item-image img {
    transform: scale(1.05);
}

.gallery-item-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.gallery-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #00D1E9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gallery-title {
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.4;
    color: #111;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-date {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.gallery-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.gallery-read-more {
    font-size: 14px;
    color: #00D1E9;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: auto;
}

.gallery-read-more:hover {
    color: #13729E;
}

.gallery-item[style*="display: none"] {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    .gallery-filter {
        gap: 8px;
        margin-bottom: 40px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery-item-image {
        height: 200px;
    }
    
    .gallery-item-content {
        padding: 20px;
    }
}