﻿
/* 메인에서만 다른 스타일 덮어쓰기 시작 */

section { margin-bottom: 0; }

footer { margin-top: 0; }

/*sm*/ @media (max-width: 575px) {
    header { margin-bottom: 0; }
}

/* 메인에서만 다른 스타일 덮어쓰기 끝 */








/* 공통 시작 */

section .section-title { display: flex; justify-content: center; align-items: center; gap: 0.5rem; margin-bottom: 2rem; font-size: 2rem; font-weight: 700; }
section .section-title img { height: 2rem; }

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; }
}

/* 공통 끝 */






/* header 시작 */

header.top { color: #fff; border-bottom-width: 0; box-shadow: none; }
header.top .header-middle { height: 0; background: unset; overflow: hidden; }
header.top .header-middle .container .center a img.logo { filter: brightness(0) invert(1); }
header.top .header-middle .container .right .tile a { color: #fff; }
header.top .top-fixed { background-color: transparent; border: 0; }
header.top .top-fixed .container ul li ~ li::before { background-color: var(--color-gray-light); }
header.top .top-fixed .container .left .logo { height: 50px; filter: brightness(0) invert(1); }
header.top .top-fixed .container .left .search { background-color: rgba(255, 255, 255, 0.8); border: 0; }
header.top .top-fixed .container .left ul li a { color: #fff; }
header.top .top-fixed .container .right ul li a { color: #fff; }
header.top .top-fixed .container .right ul li a #spnCartCount_PC_Header_Login { background-color: #fff; color: var(--color-main); }
header.top nav .mainmenu-list .mainmenu-item:not(.hassubmenu):hover .menu-title { color: var(--color-main); }
header.top nav .mainmenu-list .mainmenu-item .menu-title.es { color: unset; }
header.top nav .mainmenu-list .mainmenu-item .submenu-list { padding-top: 0.75rem; background-color: unset; border-color: rgba(255, 255, 255, 0.2); }
header.top nav .mainmenu-list .mainmenu-item .submenu-list .submenu-item:hover { color: var(--color-main-light); }
/*lg*/ @media (max-width: 991px) {
    header.top .top-fixed .container .left .logo { height: 35px; }
}
/*md*/ @media (max-width: 767px) {
    header.top .header-middle { height: unset; border-bottom-color: var(--color-gray-light); }
}

/* header 끝 */






/* 롤링이미지 시작 */

/* 기본 2000*400이며, 내용이 들어가는 영역은 1200*400 */
/* 그러므로 (.container의 max-width):(롤링이미지세로) = 3:1 */

#sectionRollingImage { position: relative; height: 700px; padding: 0; }
#sectionRollingImage .scroll { position: absolute; left: 50%; bottom: 2rem; transform: translateX(-50%); font-size: 3rem; color: #fff; animation: scroll-up-down 1.7s infinite; }
@keyframes scroll-up-down {
    0% { transform: translateY(0); }
    50% { transform: translateY(-1rem); }
    100% { transform: translateY(0); }
}
#sectionRollingImage .splide { height: 100%; }
#sectionRollingImage .splide .splide__arrow { width: auto; height: auto; background-color: transparent; font-size: 40px; }
#sectionRollingImage .splide .splide__arrow svg path { fill: #fff; }
#sectionRollingImage .splide .splide__arrow.splide__arrow--prev { left: 0.5rem; }
#sectionRollingImage .splide .splide__arrow.splide__arrow--next { right: 0.5rem; }
#sectionRollingImage .splide .splide__track { height: 100%; }
#sectionRollingImage .splide .splide__track .splide__list { height: 100%; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide { height: 100%; background: no-repeat center / cover; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .blackmask { width: 100%; height: 100%; background-color: #000; opacity: 0.2; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content { position: absolute; width: 100%; height: 80%; 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 .container { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .smalltext { font-weight: 300; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { margin-bottom: 2rem; 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__progress { position: absolute; width: 100%; bottom: 34% }
#sectionRollingImage .splide .splide__progress .container { padding: 0 1.5rem; }
#sectionRollingImage .splide .splide__progress .container .total_bar { background-color: rgba(255, 255, 255, 0.3); }
#sectionRollingImage .splide .splide__progress .container .total_bar .splide__progress__bar { background-color: var(--color-main); }
#sectionRollingImage .splide .splide__pagination { flex-wrap: nowrap; bottom: 36%; }
#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; }
#sectionRollingImage .menubox { position: absolute; width: 100%; top: 67%; }
#sectionRollingImage .menubox .list { display: flex; justify-content: center; flex-wrap: wrap; padding: 0.5rem; background-color: #fff; border-radius: 1rem; box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%); }
#sectionRollingImage .menubox .list .wrap { width: 25%; height: 130px; padding: 0.5rem; }
#sectionRollingImage .menubox .list .wrap .item { position: relative; display: flex; align-items: center; gap: 1rem; height: 100%; padding: 1rem; border-radius: 1rem; overflow: hidden; cursor: pointer; transition: 0.4s; }
#sectionRollingImage .menubox .list .wrap .item .content { z-index: 3; transition: 0.4s; }
#sectionRollingImage .menubox .list .wrap .item .content .country { display: flex; align-items: center; gap: 0.5rem; }
#sectionRollingImage .menubox .list .wrap .item .content .country ~ .country { margin-top: 0.5rem; }
#sectionRollingImage .menubox .list .wrap .item .content .country .flag { width: 30px; height: 30px; border-radius: 50%; }
#sectionRollingImage .menubox .list .wrap .item .content .country .text { color: #fff; font-size: 1.25rem; font-weight: 700; text-shadow: 0 0 5px rgb(0 0 0 / 60%); }
#sectionRollingImage .menubox .list .wrap .item .blackmask { position: absolute; width: 50%; height: 100%; top: 0; left: 0; background: linear-gradient(90deg, #000, transparent); opacity: 0.5; z-index: 2; transition: 1s; }
#sectionRollingImage .menubox .list .wrap .item .bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: no-repeat center / cover; z-index: 1; transition: 4s; }
#sectionRollingImage .menubox .list .wrap .item:hover .blackmask { transform: translateX(-50%); opacity: 0; }
#sectionRollingImage .menubox .list .wrap .item:hover .bg { transform: scale(1.5); }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
}
/*lg*/ @media (max-width: 991px) {
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 2rem; }
    #sectionRollingImage .menubox .list .wrap { width: 33.33%; }
}
/*md*/ @media (max-width: 767px) {
    #sectionRollingImage { height: 500px; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .button { padding: 0.5rem 0.75rem; font-size: 1rem; }
    #sectionRollingImage .splide .splide__progress .container { padding: 0 3rem; }
    #sectionRollingImage .splide .splide__pagination li .splide__pagination__page { height: 3px; }
    #sectionRollingImage .menubox { top: 66%; }
    #sectionRollingImage .menubox .list { background: none; box-shadow: none; }
    #sectionRollingImage .menubox .list .wrap { height: 70px; padding: 0.25rem; }
    #sectionRollingImage .menubox .list .wrap .item { padding: 0.5rem; background-color: #fff; box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%); }
    #sectionRollingImage .menubox .list .wrap .item .content .country ~ .country { margin-top: 0.25rem; }
    #sectionRollingImage .menubox .list .wrap .item .content .country .flag { width: 20px; height: 20px; }
    #sectionRollingImage .menubox .list .wrap .item .content .country .text { font-size: 0.9rem; font-weight: 500; color: var(--color-text); text-shadow: none; }
    #sectionRollingImage .menubox .list .wrap .item .blackmask { display: none; }
    #sectionRollingImage .menubox .list .wrap .item .bg { background-image: none !important; }
    
}
/*sm*/ @media (max-width: 575px) {
    #sectionRollingImage .scroll { bottom: 11rem; }
    #sectionRollingImage .splide .splide__arrow { display: none; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 1.5rem; }
}

/* 롤링이미지 끝 */







#divSpaceForMainpageMenu { margin-bottom: 5rem;  }
/*sm*/ @media (max-width: 575px) {
    #divSpaceForMainpageMenu { margin-bottom: 2rem; }
}





/* 트립빌리지 추천상품 시작 */

#sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow { width: 3rem; height: 6rem; 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 { padding: 2px 0; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide { margin-top: 0.3rem; background-color: #fff; border: 1px solid var(--color-gray-light); border-radius: 1rem; overflow: hidden; cursor: pointer; transition: 0.4s; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb { background: no-repeat center / cover; transition: 0.4s; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content { padding: 1.5rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .title { margin-bottom:0.5rem; line-height: 130%; font-size: 1.75rem; font-weight: 500; letter-spacing: -2px; /* 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); font-size: 1rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .icon { margin-top: 1rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .icon .badge { margin-bottom: 0.25rem; color: var(--color-gray-dark); font-size: 0.9rem; font-weight: 400; border: 1px solid var(--color-gray); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .blank { height: 105px; }
/*#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 1.5rem 1.5rem 0; text-align: right; transition: 0.4s; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-sell { margin-right: 0.5rem; font-size: 1.5rem; font-weight: 700; letter-spacing: -1px; }
#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.1rem; font-weight: 500; }*/
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-tvill { position: absolute; left: 0; bottom:0; display: flex; width: 100%; padding: 1.5rem; border-top: 1px dashed var(--color-gray-light); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-tvill .price-block {  }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-block.deposit { flex-grow: 1; color: var(--color-main); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-block.remainder { flex-grow: 1; color: var(--color-second); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-block .price-name { font-size: 0.9rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-block .price-sell { font-size: 1.5rem; font-weight: 700; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-block .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 .content .price-block .price-per { font-size: 1rem; font-weight: 500; color: var(--color-main-light); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-block .nostartdate { margin: 0; font-size: 1.25rem; font-weight: 700; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide:hover { opacity: 0.8; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide:hover .content { display: block; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide:hover .content .price { bottom: 0; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .title { font-size: 1.5rem; }
    /*#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-sell { font-size: 1.25rem; }*/
}
/*lg*/ @media (max-width: 991px) {
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .icon .badge { font-size: 0.8rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content { padding: 0.75rem; }
    /*#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price { padding: 0.75rem; bottom: 0; }*/
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-tvill { padding: 0.75rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price-block .price-sell { font-size: 1.25rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow { display: none; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .title { font-size: 1.3rem; letter-spacing: -0.5px; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .blank { height: 75px; }
    #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; }*/
}

/* 트립빌리지 추천상품 끝 */





/* 긴배너 시작 */

#sectionLongBanner { position: relative; }
#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; }
}

/* 긴배너 끝 */






/* 배너D 시작 */

#sectionBannerD { }
#sectionBannerD .banner-item { height: 230px; }
#sectionBannerD .banner-item { background: no-repeat center / cover; border-radius: 1rem; }
#sectionBannerD .banner-item.pointer { cursor: pointer; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionBannerD .banner-item { height: 200px; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionBannerD .banner-item { height: 150px; }
}
/*md*/ @media (max-width: 767px) {
    #sectionBannerD .banner-item { height: 120px; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionBannerD .banner-item { height: 90px; }
}

/* 배너D 끝 */







/* 온라인견적요청 시작 */

#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) {
}

/* 온라인견적요청 끝 */







/* 짧은배너 시작 */

#sectionShortBanner { margin-bottom: 0.5rem; }
#sectionShortBanner .container .blocks {  }
#sectionShortBanner .container .blocks .block { 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 .block { margin-bottom: 0.5rem; }
}

/* 짧은배너 끝 */






/* 배너C 시작 */

#sectionBannerC { margin-top: 0.5rem; }
#sectionBannerC .container .blocks { }
#sectionBannerC .container .blocks .block { border-radius: 1rem; overflow: hidden; transition: 0.4s; }
#sectionBannerC .container .blocks .block.pointer { cursor: pointer; }
#sectionBannerC .container .blocks .block.pointer:hover { opacity: 0.7; }
#sectionBannerC .container .blocks .block img { width: 100%; }
/*md*/ @media (max-width: 767px) {
    #sectionBannerC .container .blocks .block { margin-bottom: 0.5rem; }
}

/* 배너C 끝 */











/* 카테고리별 추천상품 시작 */

#sectionRecommandCategory {  }
#sectionRecommandCategory .block { display: none; }
#sectionRecommandCategory .block ~ .block { margin-top: 2rem; }
#sectionRecommandCategory .block .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.25rem; }
#sectionRecommandCategory .block .header .left { display: flex; align-items: center; }
#sectionRecommandCategory .block .header .left .categoryname { font-size: 1.3rem; font-weight: 500; white-space: nowrap; }
#sectionRecommandCategory .block .header .left .badges { display: flex; flex-wrap: wrap; margin-left: 1rem; }
#sectionRecommandCategory .block .header .left .badges .item { padding: 0 0.2rem; font-size: 0.9rem; color: var(--color-text-light); transition: all 0.4s; cursor: pointer; }
#sectionRecommandCategory .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; }
#sectionRecommandCategory .block .header .right .more { white-space: nowrap; }
#sectionRecommandCategory .block .header .right .more a { display: flex; align-items: center; gap: 0.25rem; }
#sectionRecommandCategory .block .header .right .more a i { font-size: 0.75rem; -webkit-text-stroke: 1px; }
/*xl*/ @media (max-width: 1199px) {
    #sectionRecommandCategory .block .header .left .badges { display: none; }
}

#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 { padding: 1px; /*background-color: #eeeeee; box-shadow: 0 0 30px 6px rgb(0 0 0 / 9%);*/ }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide { margin-top: 0.3rem; background-color: #fff; border: 1px solid var(--color-gray-light); border-radius: 0.25rem; 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.5rem; background: no-repeat center / cover; border-top-left-radius: inherit; border-top-right-radius: inherit; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .thumb .product-icon { position: absolute; top: 0; left: 0; display: flex; flex-wrap: wrap; align-items: center; width: 100%; padding: 0.25rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .thumb .product-icon img { max-width: 25%; padding: 0.1rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .icons { padding: 0 0.75rem; font-size: 0.8rem; font-weight: 300; color: var(--color-text-light); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .icons .icon ~ .icon { position: relative; margin-left: 1rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .icons .icon ~ .icon:before { position: absolute; content: ""; width: 2px; height: 2px; top: 50%; left: -0.5rem; transform: translateY(-50%); background-color: var(--color-text-light); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .title { padding: 0 0.75rem; margin-bottom:0.25rem; font-weight: 500; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ }
#sectionRecommandCategory .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; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .blank { height: 85px; }
/*#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price { position: absolute; bottom:0; padding: 0 0.75rem 0.5rem 0.75rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .price-sell { margin-right: 0.5rem; font-size: 1.1rem; font-weight: 500; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .price-per { font-size: 0.9rem; color: var(--color-main-light); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .nostartdate { margin: 0; font-size: 0.8rem; font-weight: 300; color: var(--color-text-light); }*/
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-tvill { position: absolute; left: 0; bottom:0; display: flex; width: 100%; padding: 0.75rem; border-top: 1px dashed var(--color-gray-light); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-tvill .price-block {  }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-block.deposit { flex-grow: 1; color: var(--color-main); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-block.remainder { flex-grow: 1; color: var(--color-second); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-block .price-name { font-size: 0.9rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-block .price-sell { font-size: 1rem; font-weight: 500; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-block .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-block .price-per { font-size: 1rem; font-weight: 500; color: var(--color-main-light); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-block .nostartdate { margin: 0; font-size: 1.25rem; font-weight: 700; }

/*md*/ @media (max-width: 767px) {
    #sectionRecommandCategory .splide .splide__arrows .splide__arrow { display: none; }
    #sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .icons { padding: 0 0.5rem; }
    #sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .title { padding: 0 0.5rem; }
    #sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .description { padding: 0 0.5rem; }
    #sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-tvill { padding: 0.5rem; }
    /*#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price { padding: 0.5rem 0.5rem; }*/
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .blank { height: 75px; }
    #sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price-block .price-sell { font-size: 0.9rem; }
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
    /*#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .price-sell { font-size: 1rem; }
    #sectionRecommandCategory .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: 2rem; }
#sectionTourInfoLink .blocks .block { flex: 1; 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 { padding-top: 1rem; }
#sectionTourInfoLink .blocks .block .text .top { font-size: 2rem; font-weight: 300; }
#sectionTourInfoLink .blocks .block .text .bottom { font-weight: 300; color: var(--color-text-light); }
/*xl*/ @media (max-width: 1199px) {
}
/*lg*/ @media (max-width: 991px) {
    #sectionTourInfoLink .container { flex-direction: column; }
    #sectionTourInfoLink .container .sectiontourinfo-title { text-align: center; }
    #sectionTourInfoLink .blocks { gap: 1rem; }
    #sectionTourInfoLink .blocks .block { width: 100%; padding: 1rem; }
    #sectionTourInfoLink .blocks .block:hover { transform: scale(1.02); }
    #sectionTourInfoLink .blocks .block .text { flex: 1; }
    #sectionTourInfoLink .blocks .block .text .top { font-size: 1.5rem; font-weight: 300; }
}
/*md*/ @media (max-width: 767px) {
    #sectionTourInfoLink .blocks .block .text .bottom { font-size: 0.9rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionTourInfoLink .blocks { flex-direction: column; }
    #sectionTourInfoLink .blocks .block { display: flex; align-items: center; gap: 1rem; text-align: unset; }
    #sectionTourInfoLink .blocks .block .image { width: 65px; }
    #sectionTourInfoLink .blocks .block .text { padding-top: 0; }
}

/* 제주여행정보 끝 */







/* 기타정보 시작 */

#sectionEtcInfo { padding: 3rem 0; }
#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: 3; 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; }
}

/* 팝업 끝 */


