﻿
/* 메인에서만 다른 스타일 덮어쓰기 시작 */

section, nav { margin-bottom: 0; }

footer { margin-top: 0; }

/*sm*/ @media (max-width: 575px) {
    header { margin-bottom: 0; }
}

/* 메인에서만 다른 스타일 덮어쓰기 끝 */








/* 공통 시작 */

section { padding: 3rem 0; }
section .section-title { display: flex; align-items:center; margin-bottom: 1rem; font-size: 1.5rem; font-weight: 700; }
section .section-title .main_titleicon { width: 30px; margin-right: 0.5rem; }
/*sm*/ @media (max-width: 575px) {
    section { padding: 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.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: 50px; }
#sectionRollingImage .splide .splide__pagination li .splide__pagination__page { width: 90%; height: 5px; margin: 2px; background: #fff; border-radius: 0;}
#sectionRollingImage .splide .splide__pagination li .splide__pagination__page.is-active { transform: scaleY(2); opacity: 1; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionRollingImage .splide .splide__track .splide__list { height: 400px; }
}
/*lg*/ @media (max-width: 991px) {
}
/*md*/ @media (max-width: 767px) {
    #sectionRollingImage .splide .splide__track .splide__list { height: 260px; }
    #sectionRollingImage .splide .splide__pagination li .splide__pagination__page { height: 3px; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRollingImage .splide .splide__arrow { display: none; }
}

/* 롤링이미지 끝 */








/* 팝업 시작 */

#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; }
}

/* 팝업 끝 */





/* 지금 제일 잘 나가는 상품 시작 */

#sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow { background-color: transparent!important }
#sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -3rem; }
#sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -3rem; }
#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: 20px; overflow: hidden; 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; filter: brightness(0.75); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 1.5rem; color: #fff; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .title { margin-bottom:0.5rem; font-size: 1.5rem; font-weight: 700; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .description { margin-bottom: 0.5rem; color: var(--color-text-light); font-size: 0.8rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .icon {  }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .icon .badge { margin-bottom: 0.25rem; color: #fff; font-size: 0.9rem; border: 1px solid #fff; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price { position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; padding-top: 1rem; text-align: right; border-top: 1px dashed #fff; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-sell { margin-right: 0.5rem; font-size: 1.25rem; font-weight: 700; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-origin { margin-right: 0.25rem; font-size: 0.8rem; color: var(--color-gray-light); text-decoration: line-through; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-per { font-size: 1rem; font-weight: 500; color: var(--color-main-light); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .nostartdate { margin: 0; font-size: 1.25rem; font-weight: 700; }
/*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; }
}
/*xl*/ @media (max-width: 1199px) {
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .title { font-size: 1.25rem; font-weight: 500; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content { padding: 0.75rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .title { font-size: 1rem; font-weight: 500; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .icon .badge { font-size: 0.75rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price { bottom: 0.75rem; left: 0.75rem; right: 0.75rem; padding-top: 0.75rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow { display: none; }
    #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 .content .price .price-sell { font-size: 1rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-per { font-size: 0.9rem; }
}

/* 지금 제일 잘 나가는 상품 끝 */









/* 단체행사 시작 */

#sectionGroupTour .container { display: flex; gap: 1rem; }
#sectionGroupTour .container .block { flex: 1; border-radius: 1rem; overflow: hidden; cursor: pointer; transition: 0.4s; }
#sectionGroupTour .container .block:hover { opacity: 0.7; }
#sectionGroupTour .container .block img { width: 100%; }
/*md*/ @media (max-width: 767px) {
    #sectionGroupTour .container { gap: 0.5rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionGroupTour .container { flex-direction: column; }
}

/* 단체행사 끝 */








/* 카테고리별 추천상품 시작 */

#sectionRecommandCategory .nav-pills { display: flex; margin-bottom: 1rem; }
#sectionRecommandCategory .nav-pills .nav-item ~ .nav-item { margin-left: 0.25rem; }
#sectionRecommandCategory .nav-pills .nav-item .nav-link { padding: 0.5rem 0.75rem; text-align: center; 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 { max-width: none; }
}
/*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: 1rem; }
#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: #fff; background-color: var(--color-gray-dark); 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-weight: 500; }
#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-weight: 500; }
/*md*/ @media (max-width: 767px) {
    #sectionRecommandCategory .splide .splide__arrows .splide__arrow { display: none; }
}
/*sm*/ @media (max-width: 575px) {
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
}

/* 카테고리별 추천상품 끝 */







/* 제주골프 시작 */

#sectionJejuGolf { color: #fff; }
#sectionJejuGolf .container .content { display: flex; flex-direction: column; justify-content: center; height: 300px; padding-left: 30%; background: url('/Images/Custom/bg_jejugolf.jpg') no-repeat center / cover; border-radius: 1rem; overflow: hidden; }
#sectionJejuGolf .container .content .description { margin-bottom: 1.5rem; }
#sectionJejuGolf .container .content .buttons .btn i { margin-left: 0.25rem; margin-right: 0; }
/*md*/ @media (max-width: 767px) {
    #sectionJejuGolf .container .content { padding-left: 15%; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionJejuGolf .container .content { align-items: center; padding-left: 0; text-align: center; }
}

/* 제주골프 끝 */








/* 제주여행정보 시작 */

#sectionTourInfoLink { }
#sectionTourInfoLink .blocks { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
#sectionTourInfoLink .blocks .block { width: 15%; cursor: pointer; transition: all 0.4s; }
#sectionTourInfoLink .blocks .block:hover { opacity: 0.8; transform: translateY(-10px); scale(1.02); }
#sectionTourInfoLink .blocks .block .image { width: 100%; margin-bottom: 1rem; background: no-repeat center / cover; border-radius: 50%; box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%); }
#sectionTourInfoLink .blocks .block .image:after { content: ""; display: block; padding-bottom: 100%; }
#sectionTourInfoLink .blocks .block .text { text-align: center; }
#sectionTourInfoLink .blocks .block .text .title { margin-bottom: 0.25rem; font-size: 1.25rem; font-weight: 700; }
#sectionTourInfoLink .blocks .block .text .title i { margin-right: 0.5rem; }
#sectionTourInfoLink .blocks .block .text .description { color: var(--color-text-light); }
/*xxl*/ @media (max-width: 1399px) {
    #sectionTourInfoLink .blocks .block .text .title { font-size: 1.15rem; }
}
/*xl*/ @media (max-width: 1199px) {
    #sectionTourInfoLink .blocks .block { width: 27%; }
}
/*lg*/ @media (max-width: 991px) {
}
/*md*/ @media (max-width: 767px) {
    #sectionTourInfoLink .blocks .block { width: 31%; }
    #sectionTourInfoLink .blocks .block .text .title { font-size: 1.1rem; font-weight: 500; }
    #sectionTourInfoLink .blocks .block .text .description { font-size: 0.9rem; color: var(--color-text-light); }
}
/*sm*/ @media (max-width: 575px) {
    #sectionTourInfoLink .blocks .block { width: 43%; }
}

/* 제주여행정보 끝 */




/* 각종링크 시작 */

#sectionEtcLink { background-color: var(--color-background-dark); }
#sectionEtcLink .splide__slide { filter: grayscale(100%); }
#sectionEtcLink .splide__slide:hover { filter: grayscale(0%); }

/* 각종링크 시작 */