﻿
/* 메인에서만 다른 스타일 덮어쓰기 시작 */

section { margin-bottom: 0; }
.header_bottom_space { height: 0; }

/* 메인에서만 다른 스타일 덮어쓰기 끝 */








/* 공통 시작 */

:root {
    --main-maring-padding: 5rem;
    --main-maring-padding-sm: 2rem;
}

section.space-by-padding { padding-top: var(--main-maring-padding); padding-bottom: var(--main-maring-padding); }
section.space-by-margin { margin-top: var(--main-maring-padding); margin-bottom: var(--main-maring-padding); }
/*sm*/ @media (max-width: 575px) {
    section.space-by-padding { padding-top: var(--main-maring-padding-sm); padding-bottom: var(--main-maring-padding-sm); }
    section.space-by-margin { margin-top: var(--main-maring-padding-sm); margin-bottom: var(--main-maring-padding-sm); }
}

section .section-title { margin-bottom: 1rem; font-size: 1.5rem; font-weight: 700; }

/* 공통 끝 */










/* 롤링이미지 시작 */

#sectionRollingImage { position: relative; padding: 0; }
#sectionRollingImage .splide .splide__arrow { background-color: transparent; font-size: 40px; opacity: 0.3; transition: 0.4s; }
#sectionRollingImage .splide .splide__arrow:hover { opacity: 1; }
#sectionRollingImage .splide .splide__arrow svg path { fill: #fff; }
#sectionRollingImage .splide .splide__track .splide__list { height: 800px; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide { background: no-repeat center / cover; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide[onclick] { cursor: pointer; transition: 0.4s; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide[onclick]:hover { opacity: 0.8; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .blackmask { width: 100%; height: 100%; background-color: #000; opacity: 0.3; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; flex-direction: column; justify-content: center; text-align: center; color: #fff; text-shadow: 0 0 5px rgb(0 0 0 / 60%); }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .container { display: flex; justify-content: center; align-items: center; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .textbox { padding: 2rem; background-color: rgba(0, 0, 0, 0.5); border-radius: 2rem; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .textbox .smalltext { margin-bottom: 2rem; white-space: pre-wrap; font-size: 1.5rem; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .textbox .bigtext { line-height: 1.2; white-space: pre-wrap; font-size: 3rem; font-weight: 700; }
#sectionRollingImage .splide .splide__progress .splide__progress__bar { background-color: var(--color-main); }
#sectionRollingImage .splide .splide__pagination { flex-wrap: nowrap; }
#sectionRollingImage .splide .splide__pagination li { flex: 1; max-width: 80px; }
#sectionRollingImage .splide .splide__pagination li .splide__pagination__page { width: 90%; height: 3px; background: #fff; border-radius: 0;}
#sectionRollingImage .splide .splide__pagination li .splide__pagination__page.is-active { transform: scaleY(1.7); opacity: 1; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .textbox .bigtext { font-size: 2.75rem; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .textbox .smalltext { font-size: 1.25rem; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .textbox .bigtext { font-size: 2rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionRollingImage .splide .splide__track .splide__list { height: 600px; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .textbox { padding: 1rem; border-radius: 1rem; }
    #sectionRollingImage .splide .splide__pagination li .splide__pagination__page { height: 3px; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRollingImage .splide .splide__arrow { display: none; }
    #sectionRollingImage .splide .splide__track .splide__list { height: 500px; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .textbox .smalltext { font-size: 1rem; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .textbox .bigtext { font-size: 1.75rem; }
}

/* 롤링이미지 끝 */






/* 특장점 시작 */

#sectionAdvantage {}
#sectionAdvantage .header { }
#sectionAdvantage .header .bigtext { margin-bottom: 1.5rem; letter-spacing: 0; font-size: 2.75rem; font-weight: 700; }
#sectionAdvantage .header .smalltext { font-size: 1.25rem; font-weight: 500; }
#sectionAdvantage .image {  }
#sectionAdvantage .image img { max-width: 100%; }
#sectionAdvantage .blocks { margin-top: -6rem; display: flex; gap: 2rem; }
#sectionAdvantage .blocks .block { flex: 1; padding: 2rem; text-align: center; background-color: #fff; box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%); border-radius: 2rem; }
#sectionAdvantage .blocks .block .icon { margin-bottom: 1rem; }
#sectionAdvantage .blocks .block .icon img { height: 100px; }
#sectionAdvantage .blocks .block .text .title { margin-bottom: 0.5rem; font-size: 1.5rem; font-weight: 700; }
#sectionAdvantage .blocks .block .text .description { font-size: 1.1rem; }
/*lg*/ @media (max-width: 991px) {
    #sectionAdvantage .blocks { gap: 1rem; }
    #sectionAdvantage .blocks .block { padding: 1.5rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionAdvantage .header { margin-bottom: 1rem;  }
    #sectionAdvantage .header .bigtext {  margin-bottom: 0.5rem; font-size: 1.75rem; }
    #sectionAdvantage .header .smalltext { font-size: 1.1rem; }
    #sectionAdvantage .blocks { flex-direction: column; gap: 0.5rem; margin-top: -3rem; }
    #sectionAdvantage .blocks .block { display: flex; align-items: center; gap: 1rem; padding: 1rem; }
    #sectionAdvantage .blocks .block .icon { margin-bottom: 0; }
    #sectionAdvantage .blocks .block .icon img { height: 70px; }
    #sectionAdvantage .blocks .block .text { text-align: left; }
    #sectionAdvantage .blocks .block .text .title { font-size: 1.25rem; }
    #sectionAdvantage .blocks .block .text .description { font-size: 1rem; }
}

/* 특장점 끝 */






/* 장면 속 그 곳 시작 */

#sectionMedia {}
#sectionMedia .section-body { display: flex; gap: 0.5rem; height: 600px; }
#sectionMedia .section-body .left { flex: 1; }
#sectionMedia .section-body .right { flex: 1; display: flex; flex-direction: column; gap: 0.5rem;}
#sectionMedia .section-body .right .top { flex: 1; }
#sectionMedia .section-body .right .bottom { flex: 1; }
#sectionMedia .section-body .item { position: relative; height: 100%; padding: 2rem; background: no-repeat center / cover; }
#sectionMedia .section-body .item[onclick] { cursor: pointer; transition: 0.4s; }
#sectionMedia .section-body .item[onclick]:hover { opacity: 0.8; }
#sectionMedia .section-body .item .blackmask { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #000; opacity: 0.1; }
#sectionMedia .section-body .item .content { position: relative; padding: 1rem; color: #fff; background-color: rgba(0, 0, 0, 0.2); text-shadow: 0 0 5px rgb(0 0 0 / 60%); z-index: 1; }
#sectionMedia .section-body .item .content .bigtext { line-height: 1.2; white-space: pre-wrap; font-size: 1.25rem; font-weight: 700; }
#sectionMedia .section-body .item .content .smalltext { margin-top: 0.5rem; line-height: 1.3; white-space: pre-wrap; font-size: 1.1rem; }
#sectionMedia .section-body .item .content .button { display: inline-block; margin-top: 1rem; padding: 0.5rem 1rem; border: 1px solid #fff; }
/*lg*/ @media (max-width: 991px) {
    #sectionMedia .section-body { flex-direction: column; height: unset; }
    #sectionMedia .section-body .left { flex: unset; }
    #sectionMedia .section-body .right { flex: unset; }
    #sectionMedia .section-body .right .top { flex: unset; }
    #sectionMedia .section-body .right .bottom { flex: unset; }
    #sectionMedia .section-body .item { min-height: 200px; }
}
/*md*/ @media (max-width: 767px) {
    #sectionMedia .section-body .item { padding: 1rem; min-height: 170px; }
    #sectionMedia .section-body .item .content .bigtext { font-size: 1.1rem; }
    #sectionMedia .section-body .item .content .smalltext { font-size: 0.9rem; }
}
/*sm*/ @media (max-width: 575px) {
}
/* 장면 속 그 곳 끝 */







/* Whynot 추천여행지 시작 */

#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow { width: 3rem; height: 3rem; background-color: #fff!important; border: 1px solid var(--color-gray-light); border-radius: 1rem; box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%); opacity: 1; transition: 0.4s; }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow svg { width: 1rem; height: 1rem; }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow svg path { fill: var(--color-gray); transition: 0.4s; }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow:hover svg path { fill: var(--color-text); }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -1.5rem; }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -1.5rem; }
#sectionRecommendCommon_BestNow .splide .splide__track { padding: 2px 0; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide:not(.splide__slide--col) { height: 100%; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item { display: flex; flex-direction: column; height: 100%; background-color: #fff; border: 1px solid var(--color-gray-light); border-radius: 1rem; overflow: hidden; cursor: pointer; transition: opacity 0.4s, transform 0.4s; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item:hover { opacity: 0.8; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .top  {  }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .top .thumb {  }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; padding: 0.75rem; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .detail { line-height: 1.2; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .detail .categoryname { font-size: 0.9rem; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .detail .title { line-height: 130%; font-size: 1.1rem; font-weight: 700; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .detail .description { margin-bottom: 0.5rem; color: var(--color-text-light); font-size: 0.8rem; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .detail .icons { margin-top: 0.5rem; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .detail .icons .badge { margin-bottom: 0.25rem; color: var(--color-main-dark); font-size: 0.75rem; border: 1px solid var(--color-main-dark); }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price { display: flex; gap: 0.5rem; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .price-deposit { flex: 1; color: var(--color-main); }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .price-balance { flex: 1; color: var(--color-main-second); }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .price-title { font-weight: 500; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .price-value { font-size: 1.1rem; font-weight: 700; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .price-sell { margin-right: 0.5rem; font-size: 1.25rem; font-weight: 700; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .price-origin { margin-right: 0.25rem; font-size: 0.8rem; color: var(--color-text-light); text-decoration: line-through; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .price-per { font-size: 1rem; font-weight: 500; color: var(--color-main-light); }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .nostartdate { margin: 0; font-size: 1.25rem; font-weight: 700; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price { flex-direction: column; line-height: 1.2; }
}
/*md*/ @media (max-width: 767px) {
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item { border-radius: 1rem; }
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom { padding: 0.75rem 1rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow { display: none; }
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .price-sell { font-size: 1rem; }
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .item .bottom .price .price-per { font-size: 0.9rem; }
}

/* Whynot 추천여행지 끝 */







/* 유튜브 시작 */

#sectionYoutube { background-color: var(--color-text); color: #fff; }
#sectionYoutube .section-title i { font-size: 1.5rem; color: #ed2024; }
#sectionYoutube .blocks { display: flex; justify-content: center; gap: 40px; }
#sectionYoutube .blocks .block .splide { width: 100%; padding: 1rem 0; }
#sectionYoutube .blocks .block .splide iframe { height: 400px; border-radius: 1rem; }
#sectionYoutube .blocks .block .splide .title { min-height: 72px; text-align: center; font-weight: 500; }
#sectionYoutube .splide__arrow { transform: translateY(calc(-50% - 18px)); background-color: #fff!important; border-radius: 0; border-radius: 50%; box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%); opacity: 1; transition: all 0.4s; }
#sectionYoutube .splide__arrow:hover { box-shadow: 0 0 6px 3px rgb(0 0 0 / 15%); }
#sectionYoutube .splide__arrow svg { width: 1rem; height: 1rem; }
#sectionYoutube .splide__arrow svg path { fill: var(--color-gray-dark); }
#sectionYoutube .splide__arrow.splide__arrow--prev { left: -1rem; }
#sectionYoutube .splide__arrow.splide__arrow--next { right: -1rem; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionYoutube .blocks .block .splide iframe { height: 320px; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionYoutube .blocks .block .splide iframe { height: 250px; }
}
/*md*/ @media (max-width: 767px) {
    #sectionYoutube .blocks { flex-direction: column; gap: 0; }
    #sectionYoutube .blocks .block { width: 100% !important; }
    #sectionYoutube .blocks .block.a .splide iframe { height: 270px; }
    #sectionYoutube .blocks .block.b .splide iframe { height: 320px; }
    #sectionYoutube .splide__arrow { width: 3em; height: 3em; }
    #sectionYoutube .splide__arrow.splide__arrow--prev { left: 0.5rem; }
    #sectionYoutube .splide__arrow.splide__arrow--next { right: 0.5rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionYoutube .blocks .block.a .splide iframe { height: 180px; }
    #sectionYoutube .blocks .block.b .splide iframe { height: 320px; }
}

/* 유튜브 끝 */








/* Family Site Info 시작 */

#sectionFamily { background-color: var(--color-background-light); }
#sectionFamily .container .blocks { display: flex; justify-content: center; gap: 2rem; }
#sectionFamily .container .blocks .block { flex: 1; max-width: 400px; transition: 0.4s; }
#sectionFamily .container .blocks .block[onclick] { cursor: pointer; }
#sectionFamily .container .blocks .block[onclick]:hover { transform: translateY(-10px); opacity: 0.8; }
#sectionFamily .container .blocks .block img { width: 100%; border-radius: 100rem; box-shadow: 4px 4px 20px 0px rgb(0 0 0 / 14%); }
#sectionFamily .container .blocks .block .text { margin-top: 1rem; text-align: center; font-size: 1.1rem; font-weight: 700; }
/*sm*/ @media (max-width: 575px) {
    #sectionFamily .container .blocks { gap: 1rem; }
}

/* Family Site Info 끝 */









/* 배너A 시작 */

#sectionBannerA { position: relative; }
#sectionBannerA .splide .splide__arrow { opacity: 0; background-color: #000; transition: 0.4s; }
#sectionBannerA .splide:hover .splide__arrow { opacity: 0.3; }
#sectionBannerA .splide .splide__arrow:hover { opacity: 0.9; }
#sectionBannerA .splide .splide__arrow svg path { fill: #fff; }
#sectionBannerA .splide .splide__track .splide__list { height: 230px; }
#sectionBannerA .splide .splide__track .splide__list .splide__slide { background: no-repeat center / cover; border-radius: 1rem; transition: 0.4s; }
#sectionBannerA .splide .splide__track .splide__list .splide__slide[onclick] { cursor: pointer; }
#sectionBannerA .splide .splide__track .splide__list .splide__slide[onclick]:hover { opacity: 0.8; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionBannerA .splide .splide__track .splide__list { height: 200px; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionBannerA .splide .splide__track .splide__list { height: 150px; }
}
/*md*/ @media (max-width: 767px) {
    #sectionBannerA .splide .splide__track .splide__list { height: 120px; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionBannerA .splide .splide__track .splide__list { height: 90px; }
    #sectionBannerA .splide .splide__arrow { display: none; }
    #sectionBannerA .splide .splide__pagination { bottom: 0; }
    #sectionBannerA .splide .splide__pagination .splide__pagination__page { width: 4px; height: 4px; }
}

/* 배너A 끝 */






/* 온라인견적요청 시작 */

#sectionEstimate { position: relative; color: #fff; text-align: center; background-color: rgba(0,0,0,0.1); }
#sectionEstimate .bgimage { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('/Images/Custom/bg-estimate.jpg') no-repeat center / cover; background-attachment: fixed; z-index: -1; }
#sectionEstimate p { text-shadow: 0 0 5px rgb(0 0 0 / 60%); }
#sectionEstimate .btn { display: inline-flex; align-items: center; }
#sectionEstimate .btn i { margin-left: 0.25rem; margin-right: 0; font-size: 0.75rem; -webkit-text-stroke: 1px; }

/* iOS Safari에서는 background-attachment: fixed가 작동 안하며 배경이미지 마저 지나치게 확대되는 오류 */
/* iOS Safari만 인식하는 CSS 속성을 확인하여 별도 처리 */
@supports (-webkit-touch-callout: none) {
    #sectionEstimate .bgimage {
        background-attachment: scroll; /* fixed 제거 */
        background-position: center top; /* 확대 체감 완화 */
        background-size: cover; /* cover 유지 */
    }
}

/* 온라인견적요청 끝 */







/* 배너B 시작 */

#sectionBannerB { background-color: var(--color-background-dark); border-top: 1px solid var(--color-gray-light); }
#sectionBannerB .container .blocks { display: flex; justify-content: center; gap: 1rem; }
#sectionBannerB .container .blocks .block { flex: 1; max-width: 600px; border-radius: 1rem; overflow: hidden; transition: 0.4s; }
#sectionBannerB .container .blocks .block[onclick] { cursor: pointer; }
#sectionBannerB .container .blocks .block[onclick]:hover { opacity: 0.8; }
#sectionBannerB .container .blocks .block img { width: 100%; }
/*md*/ @media (max-width: 767px) {
    #sectionBannerB .container .blocks { flex-direction: column; gap: 0.5rem; }
}

/* 배너B 끝 */









/* 카테고리별 추천상품 시작 */

#sectionRecommendCategory {  }
#sectionRecommendCategory .block { display: none; }
#sectionRecommendCategory .block ~ .block { margin-top: 2rem; }
#sectionRecommendCategory .block .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.25rem; }
#sectionRecommendCategory .block .header .left { display: flex; align-items: center; }
#sectionRecommendCategory .block .header .left .categoryname { font-size: 1.3rem; font-weight: 500; white-space: nowrap; }
#sectionRecommendCategory .block .header .left .badges { display: flex; flex-wrap: wrap; margin-left: 1rem; }
#sectionRecommendCategory .block .header .left .badges .item { padding: 0 0.2rem; font-size: 0.9rem; color: var(--color-text-light); transition: 0.4s; cursor: pointer; }
#sectionRecommendCategory .block .header .left .badges .item:hover { padding: 0 0.5rem; font-size: 1rem; color: #fff; background-color: var(--color-main); border-color: var(--color-main); border-radius: 3rem; }
#sectionRecommendCategory .block .header .right .more { white-space: nowrap; }
#sectionRecommendCategory .block .header .right .more a { display: flex; align-items: center; gap: 0.25rem; }
#sectionRecommendCategory .block .header .right .more a i { font-size: 0.75rem; -webkit-text-stroke: 1px; }
/*xl*/ @media (max-width: 1199px) {
    #sectionRecommendCategory .block .header .left .badges { display: none; }
}

#sectionRecommendCategory .splide .splide__arrows .splide__arrow { background-color: #fff!important; border-radius: 0; border-radius: 50%; box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%); opacity: 1; transition: 0.4s; }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow svg { width: 1rem; height: 1rem; }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow svg path { fill: var(--color-gray); transition: 0.4s; }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow:hover svg path { fill: var(--color-text); }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -1rem; }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -1rem; }
#sectionRecommendCategory .splide .splide__track { padding: 2px 0; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide { display: flex; flex-direction: column; margin-top: 0.3rem; background-color: #fff; border: 1px solid var(--color-gray-light); border-radius: 0.25rem; overflow: hidden; cursor: pointer; transition: opacity 0.4s, transform 0.4s; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide:hover { opacity: 0.8; transform: translateY(-0.2rem); }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .top .thumb { width: 100%; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; padding: 0.5rem 0.75rem; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .detail .icons { display: flex; flex-wrap: wrap; gap: 0 0.3rem; font-size: 0.8rem; color: var(--color-text-light); }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .detail .icons .icon { display: flex; align-items: center; gap: 0.3rem; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .detail .icons .icon:after { content: ""; width: 2px; height: 2px; left: -0.5rem; background-color: var(--color-text-light); }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .detail .icons .icon:last-child:after { display: none;  }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .detail .title { margin-bottom:0.25rem; font-size: 0.9rem; font-weight: 500; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .detail .description { margin-bottom: 0.5rem; color: var(--color-text-light); font-size: 0.8rem; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .detail .blank { height: 45px; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .price {  }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .price .price-sell { margin-right: 0.5rem; font-size: 1.1rem; font-weight: 500; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .price .price-per { font-size: 0.9rem; color: var(--color-main-light); }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .bottom .price .nostartdate { margin: 0; }

/*md*/ @media (max-width: 767px) {
    #sectionRecommendCategory .splide .splide__arrows .splide__arrow { display: none; }
    #sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .detail { padding: 0.5rem 0.5rem; }
}
/*sm*/ @media (max-width: 575px) {
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
    #sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .price .price-sell { font-size: 1rem; }
    #sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .price .price-per { font-size: 0.8rem; }
}

/* 카테고리별 추천상품 끝 */







/* 제주여행정보 시작 */

#sectionTourInfoLink { background: url('/Images/Custom/bg-tourinfolink.jpg') no-repeat center / cover; }
#sectionTourInfoLink .blocks { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
#sectionTourInfoLink .blocks .block { width: 24%; padding: 2rem; text-align: center; background-color: #fff; border-radius: 1rem; cursor: pointer; box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%); transition: 0.4s; }
#sectionTourInfoLink .blocks .block:hover { transform: rotate(-2deg) scale(1.02); }
#sectionTourInfoLink .blocks .block .image { border-radius: 50%; overflow: hidden; }
#sectionTourInfoLink .blocks .block .text .top { font-size: 2rem; font-weight: 100; padding: 0.5rem 0; }
#sectionTourInfoLink .blocks .block .text .bottom { font-size: 0.9rem; line-height: 1.25rem; font-size: 1.1rem; font-weight: 300; color: var(--color-text-light); }
/*xl*/ @media (max-width: 1199px) {
    #sectionTourInfoLink .blocks .block { padding: 1rem 0.75rem; }
    #sectionTourInfoLink .blocks .block .text .top { font-size: 1.5rem; }
    #sectionTourInfoLink .blocks .block .text .bottom { font-size: 1rem; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionTourInfoLink .container { flex-direction: column; }
    #sectionTourInfoLink .container .sectiontourinfo-title { text-align: center; }
    #sectionTourInfoLink .blocks .block { display: flex; align-items: center; gap: 1rem; width: 100%; padding: 1rem; text-align: unset; }
    #sectionTourInfoLink .blocks .block:hover { transform: scale(1.02); }
    #sectionTourInfoLink .blocks .block .image { width: 110px; }
    #sectionTourInfoLink .blocks .block .text { flex: 1; }
    #sectionTourInfoLink .blocks .block .text .top { padding-top: 0; }
}
/*sm*/ @media (max-width: 575px) {
}

/* 제주여행정보 끝 */







/* 기타정보 시작 */

#sectionEtcInfo { padding: 3rem 0; border-top: 1px solid var(--color-gray-light); }
#sectionEtcInfo .container { display: flex; gap: 2rem; }
#sectionEtcInfo .header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--color-text); }
#sectionEtcInfo .header .text { font-size: 1.5rem; font-weight: 700; }
#sectionEtcInfo .header .more { font-size: 0.8rem; color: var(--color-text-light); cursor: pointer; }
#sectionEtcInfo .header .more i { margin-left: 0.25rem; font-size: 0.5rem; -webkit-text-stroke: 1px; }
#sectionEtcInfo .leftcenter { flex: 1; display: flex; gap: 2rem; }
#sectionEtcInfo .leftcenter > div {  }
#sectionEtcInfo .leftcenter .left { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
#sectionEtcInfo .leftcenter .left .board .content .line { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; cursor: pointer; transition: 0.4s; }
#sectionEtcInfo .leftcenter .left .board .content .line ~ .line { margin-top: 0.5rem; }
#sectionEtcInfo .leftcenter .left .board .content .line:hover { opacity: 0.6; }
#sectionEtcInfo .leftcenter .left .board .content .line .title { display: flex; align-items: baseline; }
#sectionEtcInfo .leftcenter .left .board .content .line .title i { margin-right: 0.25rem; }
#sectionEtcInfo .leftcenter .left .board .content .line .title div { max-height: 1.3rem; overflow: hidden; position: relative; color: transparent; }
#sectionEtcInfo .leftcenter .left .board .content .line .title div:after { content: attr(data-text); position: absolute; top: 0; left: 0; right: 0; color: var(--color-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#sectionEtcInfo .leftcenter .left .board .content .line .date { font-size: 0.8rem; color: var(--color-text-light); white-space: nowrap; }
#sectionEtcInfo .leftcenter .center { flex: 2; }
#sectionEtcInfo .leftcenter .center .board .content { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 0.25rem; }
#sectionEtcInfo .leftcenter .center .board .content .line { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; transition: 0.4s; }
#sectionEtcInfo .leftcenter .center .board .content .line:hover { opacity: 0.6; }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb { width: 95px; border-radius: 0.5rem; overflow: hidden; }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb.noimage { position: relative; background-color: var(--color-background-light); border: 1px solid var(--color-gray-light); }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb.noimage i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 2rem; color: var(--color-gray-light); }
#sectionEtcInfo .leftcenter .center .board .content .line .text { flex: 1; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .title { display: flex; align-items: baseline; font-weight: 500; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .title i { margin-right: 0.25rem; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .title div { max-height: 1.3rem; overflow: hidden; position: relative; color: transparent; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .title div:after { content: attr(data-text); position: absolute; top: 0; left: 0; right: 0; color: var(--color-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .date { margin-top: 0.25rem; color: var(--color-text-light); font-size: 0.8rem; white-space: nowrap; }
#sectionEtcInfo .right { display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
#sectionEtcInfo .right .info .content { white-space: nowrap; }
#sectionEtcInfo .right .info .content .big { font-size: 1.25rem; font-weight: 500; }
#sectionEtcInfo .right .info .content .description { font-size: 0.9rem; color: var(--color-text-light); }
/*lg*/ @media (max-width: 991px) {
    #sectionEtcInfo .container { flex-direction: column; }
    #sectionEtcInfo .right { flex-direction: row; }
    #sectionEtcInfo .right > div { flex: 1; }
}
/*md*/ @media (max-width: 767px) {
    #sectionEtcInfo .leftcenter .center .board .content .line .thumb { width: 60px; }
    #sectionEtcInfo .leftcenter { flex-direction: column; }
    #sectionEtcInfo .right { flex-direction: column; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionEtcInfo { padding: 2rem 0; }
}

/* 기타정보 시작 */




/* 고객센터 시작 */

#sectionCs { text-align: center; border-top: 1px solid var(--color-gray-light); }
#sectionCs .block.cs {  }
#sectionCs .block ~ .block { margin-top: 3rem; }
#sectionCs .block.cs .header { margin-bottom: 0.5rem; font-size: 1.5rem; font-weight: 700; }
#sectionCs .block.cs .content {  }
#sectionCs .block.cs .content .big { font-size: 1.25rem; font-weight: 500; }
#sectionCs .block.cs .content .description {  }
#sectionCs .block.sns { display: flex; justify-content: center; gap: 1rem; }
#sectionCs .block.sns img { border-radius: 10rem; cursor: pointer; transition: 0.4s; }
#sectionCs .block.sns img:hover { opacity: 0.7; }


/* 고객센터 끝 */







/* 팝업 시작 */

#divPopup { position: fixed; width: 100%; height: 100%; top: 0; left: 0; padding: 5rem 0; overflow-y: auto; z-index: 1050; }
#divPopup .popup_list { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; gap: 1.5rem; }
#divPopup .popup_list .popup_item { background-color: #fff; border: 1px solid var(--color-gray); box-shadow: 6px 6px 19px 4px rgb(0 0 0 / 50%); }
#divPopup .popup_list .popup_item.pc { display: block; }
#divPopup .popup_list .popup_item.mobile { display: none; }
#divPopup .popup_list .popup_item.total { display: block; }
#divPopup .popup_list .popup_item img { width: 100%; }
#divPopup .popup_list .popup_item img[onclick] { cursor: pointer; transition: 0.4s; }
#divPopup .popup_list .popup_item img[onclick]:hover { opacity: 0.7; }
#divPopup .popup_list .popup_item .buttons { display: flex; border-top: 1px solid var(--color-gray); }
#divPopup .popup_list .popup_item .buttons .button { padding: 0.75rem; font-size: 0.8rem; font-weight: 500; text-align: center; cursor: pointer; transition: 0.4s; }
#divPopup .popup_list .popup_item .buttons .button:hover { opacity: 0.8; }
#divPopup .popup_list .popup_item .buttons .button.close_today { flex: 2; border-right: 1px solid var(--color-gray); }
#divPopup .popup_list .popup_item .buttons .button.close { flex: 1; }
/*md*/ @media (max-width: 767px) {
    #divPopup { padding: 0.75rem 0; }
    #divPopup .popup_list { gap: 0.5rem; }
}
/*sm*/ @media (max-width: 575px) {
    #divPopup .popup_list .popup_item.pc { display: none; }
    #divPopup .popup_list .popup_item.mobile { display: block; }
    #divPopup .popup_list .popup_item.total { display: block; }
}

/* 팝업 끝 */


