﻿
/* 메인에서만 다른 스타일 덮어쓰기 시작 */

section, nav { margin-bottom: 0; }

footer { margin-top: 0; }

/*sm*/ @media (max-width: 575px) {
    header { margin-bottom: 0; }
}

/* 메인에서만 다른 스타일 덮어쓰기 끝 */








/* 공통 시작 */

section .section-title { margin-bottom: 1rem; text-align: center; font-size: 2rem; font-weight: 700; }
/*sm*/ @media (max-width: 575px) {
    section .section-title { font-size: 1.5rem; }
}

section.space-by-padding { padding: 5rem 0; }
section.space-by-margin { margin: 5rem 0; }
/*sm*/ @media (max-width: 575px) {
    section.space-by-padding { padding: 2rem 0; }
    section.space-by-margin { margin: 2rem 0; }
}

/* 공통 끝 */








/* 롤링이미지 시작 */

#sectionRollingImage { position: relative; padding: 0; }
#sectionRollingImage .splide .splide__arrow { background-color: transparent; font-size: 40px; }
#sectionRollingImage .splide .splide__arrow svg path { fill: #fff; }
#sectionRollingImage .splide .splide__track .splide__list { height: 500px; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide { background: no-repeat center / cover; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .blackmask { width: 100%; height: 100%; background-color: #000; opacity: 0.1; }
#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; white-space: pre-wrap; color: #fff; text-shadow: 0 0 5px rgb(0 0 0 / 60%); }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .smalltext { font-size: 1.5rem; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { margin-bottom: 3rem; line-height: 120%; font-size: 3rem; font-weight: 700;  }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .button { display: inline; padding: 0.75rem 1.75rem; font-size: 1.25rem; border: 1px solid #fff; border-radius: 5rem; cursor: pointer; transition: 0.4s; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .button:hover { background-color: rgba(255, 255, 255, 0.4); }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide.pointer { cursor: pointer; }
#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 .bigtext { font-size: 2.75rem; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .smalltext { font-size: 1.25rem; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 2rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionRollingImage .splide .splide__track .splide__list { height: 400px; }
    #sectionRollingImage .splide .splide__pagination li .splide__pagination__page { height: 3px; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRollingImage .splide .splide__track .splide__list { height: 350px; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .smalltext { font-size: 1rem; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .button { font-size: 1rem; padding: 0.5rem 1.5rem;  }
    #sectionRollingImage .splide .splide__arrow { display: none; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 1.75rem; }
}

/* 롤링이미지 끝 */









/* 한길여행사 추천여행 시작 */

#sectionRecommandCommon_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: all 0.4s; }
#sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow:hover { box-shadow: 0 0 6px 3px rgb(0 0 0 / 15%); }
#sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow svg { width: 1rem; height: 1rem; }
#sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow svg path { fill: var(--color-gray-dark); }
#sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -1.5rem; }
#sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -1.5rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide { margin: 0.3rem 0; background-color: #fff; border: 1px solid var(--color-gray-light); border-radius: 1rem; cursor: pointer; transition: all 0.4s }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide:hover { opacity: 0.8; transform: translateY(-0.2rem); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb { background: no-repeat center / cover; border-top-left-radius: inherit; border-top-right-radius: inherit; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .schedule { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; padding: 0.5rem 0.75rem 0.5rem 0.75rem; margin-bottom: 0.25rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .schedule  .startdate { font-size: 1.1rem; font-weight: 700; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .title { padding: 0.5rem 0.75rem 0 0.75rem; margin-bottom:0.25rem; font-weight: 500; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .description { padding: 0 0.75rem; margin-bottom: 0.5rem; color: var(--color-text-light); font-size: 0.8rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .icon { padding: 0 0.75rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .icon .badge { margin-bottom: 0.25rem; color: var(--color-gray); background-color: #fff; font-size: 0.75rem; border: 1px solid var(--color-gray); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .blank { height: 45px; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .price { position: absolute; bottom:0; padding: 0 0.75rem 0.5rem 0.75rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .price .price-sell { margin-right: 0.5rem; font-size: 1.25rem; font-weight: 700; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .price .price-origin { margin-right: 0.25rem; font-size: 0.8rem; color: var(--color-gray); text-decoration: line-through; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .price .price-per { font-size: 1rem; font-weight: 500; color: var(--color-main-light); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .price .nostartdate { margin: 0; font-size: 1rem; font-weight: 500; }
/*xxl*/ @media (max-width: 1399px) {
    #sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -1.5rem; }
    #sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -1.5rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow { display: none; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .schedule { gap: 0.25rem; padding: 0.7rem 0.5rem 0.5rem 0.5rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .schedule .badge { padding: 0.25rem 0.35rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .schedule .startdate { font-size: 1rem; font-weight: 700; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .title { padding: 0.7rem 0.5rem 0 0.5rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .description { padding: 0 0.5rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .icon { padding: 0 0.5rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .price { padding: 0.7rem 0.5rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .price .price-origin { display: none; }
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .price .price-sell { font-size: 1rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .price .price-per { font-size: 0.9rem; }
}

/* 한길여행사 추천여행 끝 */






/* 월간여행일정 시작 */

#sectionProductList_Monthly {  }
#sectionProductList_Monthly .yearmonth-area { margin-bottom: 1rem; }
#sectionProductList_Monthly .yearmonth-area .splide { width: 40%; left: 50%; transform: translateX(-50%); }
#sectionProductList_Monthly .yearmonth-area .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: all 0.4s; }
#sectionProductList_Monthly .yearmonth-area .splide .splide__arrows .splide__arrow:hover { box-shadow: 0 0 6px 3px rgb(0 0 0 / 15%); }
#sectionProductList_Monthly .yearmonth-area .splide .splide__arrows .splide__arrow svg { width: 1rem; height: 1rem; }
#sectionProductList_Monthly .yearmonth-area .splide .splide__arrows .splide__arrow svg path { fill: var(--color-gray-dark); }
#sectionProductList_Monthly .yearmonth-area .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -3rem; }
#sectionProductList_Monthly .yearmonth-area .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -3rem; }
#sectionProductList_Monthly .yearmonth-area .splide .splide__track .splide__list .splide__slide { display: flex; justify-content: center; align-items: center; font-size: 1.25rem; font-weight: 700; color: var(--color-text-light); cursor: pointer; transition: 0.4s; }
#sectionProductList_Monthly .yearmonth-area .splide .splide__track .splide__list .splide__slide.active { font-size: 1.5rem; color: var(--color-main); }
#sectionProductList_Monthly .yearmonth-area .splide .splide__track .splide__list .splide__slide:not(.active):hover { color: var(--color-main-light); }
/*xl*/ @media (max-width: 1199px) {
    #sectionProductList_Monthly .yearmonth-area .splide { width: 60%; }
}
/*md*/ @media (max-width: 767px) {
    #sectionProductList_Monthly .yearmonth-area .splide .splide__track .splide__list .splide__slide { font-size: 1rem; }
    #sectionProductList_Monthly .yearmonth-area .splide .splide__track .splide__list .splide__slide.active { font-size: 1.25rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionProductList_Monthly .yearmonth-area .splide { width: 50%; }
    #sectionProductList_Monthly .yearmonth-area .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -2.5rem; }
    #sectionProductList_Monthly .yearmonth-area .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -2.5rem; }
}

#sectionProductList_Monthly .product-list { }
#sectionProductList_Monthly .product-list .product-tile { display: flex; align-items: center; gap: 2rem; padding: 1rem 2rem; background-color: #fff; border: 1px solid var(--color-gray-light); border-radius: 1rem; cursor: pointer; overflow: hidden; transition: 0.4s; }
#sectionProductList_Monthly .product-list .product-tile ~ .product-tile { margin-top: 0.5rem; }
#sectionProductList_Monthly .product-list .product-tile:hover { transform: scale(1.02); opacity: 0.8; box-shadow: 0px 0px 30px 6px rgb(0 0 0 / 9%); }
#sectionProductList_Monthly .product-list .product-tile .schedule { flex: 1; display: flex; align-items: center; gap: 0.75rem; white-space: nowrap; }
#sectionProductList_Monthly .product-list .product-tile .schedule .startdate { font-size: 1.1rem; font-weight: 700; }
#sectionProductList_Monthly .product-list .product-tile .schedule .period { font-size: 0.9rem; }
#sectionProductList_Monthly .product-list .product-tile .thumb { width: 100px; background: no-repeat center / cover; border-radius: 0.5rem; }
#sectionProductList_Monthly .product-list .product-tile .title { flex: 1; font-size: 1.25rem; font-weight: 500; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ }
#sectionProductList_Monthly .product-list .product-tile .description { margin-top: 0.25rem; color: var(--color-text-light); font-size: 0.8rem; }
#sectionProductList_Monthly .product-list .product-tile .price { flex: 1; white-space: nowrap; text-align: right; }
#sectionProductList_Monthly .product-list .product-tile .price .price-sell { margin-right: 0.5rem; font-size: 1.25rem; font-weight: 700; }
#sectionProductList_Monthly .product-list .product-tile .price .price-origin { margin-right: 0.25rem; font-size: 0.8rem; color: var(--color-gray); text-decoration: line-through; }
#sectionProductList_Monthly .product-list .product-tile .price .price-per { font-size: 1rem; font-weight: 500; color: var(--color-main-light); }
#sectionProductList_Monthly .product-loadmore { display: none; text-align: center; }
#sectionProductList_Monthly .product-loadmore .dotdotdot { display: block; margin: 1rem 0; }
#sectionProductList_Monthly .product-loadmore button { width: 100%; max-width: 500px; padding: 1rem; border-radius: 2rem; }
#sectionProductList_Monthly .product-loadmore button .count { font-size: 1rem; margin-left: 0.25rem; }
#sectionProductList_Monthly .noproduct { width: 60%; left: 50%; transform: translateX(-50%); margin-bottom: 0; }
/*xl*/ @media (max-width: 1199px) {
    #sectionProductList_Monthly .product-list .product-tile .schedule { align-items: flex-start; flex-direction: column; gap: 0; line-height: 1.2; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionProductList_Monthly .product-list .product-tile .title { font-size: 1rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionProductList_Monthly .product-list .product-tile { padding: 1rem; gap: 0.5rem; }
    #sectionProductList_Monthly .product-list .product-tile .thumb { width: 80px; }
    #sectionProductList_Monthly .product-list .product-tile .schedule .startdate { font-size: 0.9rem; }
    #sectionProductList_Monthly .product-list .product-tile .schedule .period { font-size: 0.8rem; }
    #sectionProductList_Monthly .product-list .product-tile .schedule { align-items: flex-start; flex-direction: column; }
    #sectionProductList_Monthly .product-list .product-tile .schedule .startdate .day { display: none; }
    #sectionProductList_Monthly .product-list .product-tile .description { display: none; }
    #sectionProductList_Monthly .noproduct { width: 90%; }

}
/*sm*/ @media (max-width: 575px) {
    #sectionProductList_Monthly .product-list .product-tile { padding: 0.5rem 0.75rem; }
    #sectionProductList_Monthly .product-list .product-tile .thumb { width: 60px; }
    #sectionProductList_Monthly .product-list .product-tile .title { font-size: 0.9rem; }
    #sectionProductList_Monthly .product-list .product-tile .schedule .startdate { font-size: 0.9rem; font-weight: 700; }
    #sectionProductList_Monthly .product-list .product-tile .price .price-sell { margin-right: 0.2rem; font-size: 1rem; }
    #sectionProductList_Monthly .product-list .product-tile .price .price-origin { display: none; }
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
    #sectionProductList_Monthly .product-list .product-tile .thumb { display: none; }
}



/* 월간여행일정 끝 */







/* 긴배너 시작 */

#sectionLongBanner { position: relative; background-color: var(--color-background-dark); }
#sectionLongBanner .splide .splide__arrow { opacity: 0; background-color: #000; transition: 0.4s; }
#sectionLongBanner .splide:hover .splide__arrow { opacity: 0.3; }
#sectionLongBanner .splide .splide__arrow:hover { opacity: 0.9; }
#sectionLongBanner .splide .splide__arrow svg path { fill: #fff; }
#sectionLongBanner .splide .splide__track .splide__list { height: 230px; }
#sectionLongBanner .splide .splide__track .splide__list .splide__slide { background: no-repeat center / cover; border-radius: 1rem; }
#sectionLongBanner .splide .splide__track .splide__list .splide__slide.pointer { cursor: pointer; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionLongBanner .splide .splide__track .splide__list { height: 200px; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionLongBanner .splide .splide__track .splide__list { height: 150px; }
}
/*md*/ @media (max-width: 767px) {
    #sectionLongBanner .splide .splide__track .splide__list { height: 120px; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionLongBanner .splide .splide__track .splide__list { height: 90px; }
    #sectionLongBanner .splide .splide__arrow { display: none; }
    #sectionLongBanner .splide .splide__pagination { bottom: 0; }
    #sectionLongBanner .splide .splide__pagination .splide__pagination__page { width: 4px; height: 4px; }
}

/* 긴배너 끝 */






/* 온라인견적요청 시작 */

#sectionEstimate { display: flex; align-items: center; position: relative; background-color: rgba(0,0,0,0.1); color: #fff; text-align: center; }
#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 .container p { text-shadow: 0 0 5px rgb(0 0 0 / 60%); }
#sectionEstimate .container .btn { display: inline-flex; align-items: center; }
#sectionEstimate .container .btn i { margin-left: 0.25rem; margin-right: 0; font-size: 0.75rem; -webkit-text-stroke: 1px; }
/*sm*/ @media (max-width: 575px) {
    #sectionEstimate { height: 200px; }
}

/* 온라인견적요청 끝 */







/* 짧은배너 시작 */

#sectionShortBanner {  }
#sectionShortBanner .container .blocks { display: flex; justify-content: center; gap: 1rem; }
#sectionShortBanner .container .blocks .block { flex: 1; max-width: 600px; border-radius: 1rem; overflow: hidden; transition: 0.4s; }
#sectionShortBanner .container .blocks .block.pointer { cursor: pointer; }
#sectionShortBanner .container .blocks .block.pointer:hover { opacity: 0.7; }
#sectionShortBanner .container .blocks .block img { width: 100%; }
/*md*/ @media (max-width: 767px) {
    #sectionShortBanner .container .blocks { flex-direction: column; gap: 0.5rem; }
}

/* 짧은배너 끝 */









/* 카테고리별 추천상품 시작 */

#sectionRecommandCategory .nav-pills { display: flex; justify-content: center; gap: 1rem; margin-bottom: 1rem; }
#sectionRecommandCategory .nav-pills .nav-item .nav-link { padding: 0.75rem 1rem; text-align: center; font-size: 1.25rem; font-weight: 500; background-color: #fff; border: 1px solid var(--color-gray-light); border-radius: 3rem; overflow: hidden; cursor: pointer; }
#sectionRecommandCategory .nav-pills .nav-item .nav-link.active { font-weight: 500; background-color: var(--color-main); border-color: var(--color-main); }
#sectionRecommandCategory .nav-pills .nav-item .nav-link:not(.active):hover { border-color: var(--color-main); color: var(--color-main); }
/*lg*/ @media (max-width: 991px) {
    #sectionRecommandCategory .nav-pills { gap: 0.5rem; }
    #sectionRecommandCategory .nav-pills .nav-item .nav-link { padding: 0.5rem 0.75rem; font-size: 1rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommandCategory .nav-pills { font-size: 0.9rem; }
}

#sectionRecommandCategory .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: all 0.4s; }
#sectionRecommandCategory .splide .splide__arrows .splide__arrow:hover { box-shadow: 0 0 6px 3px rgb(0 0 0 / 15%); }
#sectionRecommandCategory .splide .splide__arrows .splide__arrow svg { width: 1rem; height: 1rem; }
#sectionRecommandCategory .splide .splide__arrows .splide__arrow svg path { fill: var(--color-gray-dark); }
#sectionRecommandCategory .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -1rem; }
#sectionRecommandCategory .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -1rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide { margin: 0.3rem 0; cursor: pointer; transition: opacity 0.4s, transform 0.4s; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide:hover { opacity: 0.8; transform: translateY(-0.2rem); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .thumb { margin-bottom: 0.25rem; background: no-repeat center / cover; border: 1px solid var(--color-gray-light); border-radius: 0.5rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .schedule { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.5rem; margin-bottom: 0.5rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .schedule .startdate { font-size: 1.1rem; font-weight: 700; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .title { font-weight: 500; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .description { margin-bottom: 0.5rem; color: var(--color-text-light); font-size: 0.8rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .icon .badge { margin-bottom: 0.25rem; color: var(--color-text-light); border: 1px solid var(--color-text-light); font-size: 0.75rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .blank { height: 30px; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price { position: absolute; bottom:0; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .price-sell { margin-right: 0.5rem; font-size: 1.1rem; font-weight: 700; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .price-origin { margin-right: 0.25rem; font-size: 0.8rem; color: var(--color-gray); text-decoration: line-through; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .price-per { font-size: 0.9rem; font-weight: 500; color: var(--color-main-light); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .nostartdate { margin: 0; font-size: 0.9rem; font-weight: 400; }
/*md*/ @media (max-width: 767px) {
    #sectionRecommandCategory .splide .splide__arrows .splide__arrow { display: none; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .schedule { gap: 0.25rem; }
    #sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .schedule .startdate { font-size: 0.9rem; }
    #sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .price-origin { display: none; }
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
}

/* 카테고리별 추천상품 끝 */







/* 제주여행정보 시작 */

#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: all 0.4s; }
#sectionTourInfoLink .blocks .block:hover { transform: rotate(-2deg) scale(1.02); }
#sectionTourInfoLink .blocks .block .image { border-radius: 50%; }
#sectionTourInfoLink .blocks .block .image:after { content: ""; display: block; padding-bottom: 100%; }
#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; 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; }
}
/*sm*/ @media (max-width: 575px) {
}

/* 제주여행정보 끝 */







/* 기타정보 시작 */

#sectionEtcInfo { padding: 3rem 0; background-color: #fff; }
#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; font-weight: 300; 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 { flex: 1; }
#sectionEtcInfo .leftcenter .left { 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 .board .content .line { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; transition: 0.4s; }
#sectionEtcInfo .leftcenter .center .board .content .line ~ .line { margin-top: 0.5rem; }
#sectionEtcInfo .leftcenter .center .board .content .line:hover { opacity: 0.6; }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb { width: 95px; background: no-repeat center / cover; border-radius: 0.5rem; }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb:after { content: ""; display: block; padding-bottom: 80%; }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb.noimage { position: relative; 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; font-weight: 300; 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) {
}
/*sm*/ @media (max-width: 575px) {
    #sectionEtcInfo { padding: 2rem 0; }
    #sectionEtcInfo .leftcenter { flex-direction: column; }
    #sectionEtcInfo .right { flex-direction: column; }
}

/* 기타정보 시작 */








/* 각종링크 시작 */

#sectionEtcLink { padding: 3rem 0; background-color: var(--color-background-dark); }
#sectionEtcLink .splide__slide { filter: grayscale(100%); }
#sectionEtcLink .splide__slide:hover { filter: grayscale(0%); }
/*sm*/ @media (max-width: 575px) {
    #sectionEtcLink { padding: 2rem 0; }
}

/* 각종링크 시작 */









/* 팝업 시작 */

#divPopup { position: absolute; width: 100%; top: 15rem; left: 0; z-index: 2; pointer-events: none; }
#divPopup .popup_list { display: flex; align-items: flex-start; flex-wrap: wrap; }
#divPopup .popup_list .popup_item { margin: 0.5rem; background-color: #fff; pointer-events: auto; }
#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.pointer { cursor: pointer; transition: all 0.4s; }
#divPopup .popup_list .popup_item img.pointer:hover { opacity: 0.8; }
#divPopup .popup_list .popup_item .buttons { display: flex; }
#divPopup .popup_list .popup_item .buttons .button { padding: 0.75rem; background-color: var(--color-text); color: #fff; font-size: 0.8rem; text-align: center; cursor: pointer; transition: all 0.4s; }
#divPopup .popup_list .popup_item .buttons .button:hover { opacity: 0.8; }
#divPopup .popup_list .popup_item .buttons .button.close_today { flex: 2; }
#divPopup .popup_list .popup_item .buttons .button.close { flex: 1; border-left: 1px solid var(--color-gray-dark); }
/*md*/ @media (max-width: 767px) {
    #divPopup { top: 5rem; }
    #divPopup .popup_list .popup_item.pc { display: none; }
    #divPopup .popup_list .popup_item.mobile { display: block; }
    #divPopup .popup_list .popup_item.total { display: block; }
}

/* 팝업 끝 */


