﻿
/* 메인에서만 다른 스타일 덮어쓰기 시작 */

section, nav { margin-bottom: 0; }

footer { margin-top: 0; }

/*sm*/ @media (max-width: 575px) {
    header { margin-bottom: 0; }
}

/* 메인에서만 다른 스타일 덮어쓰기 끝 */








/* 공통 시작 */

section { padding: 4rem 0; }
section .section-title { margin-bottom: 0.25rem; text-align: center; font-size: 1.5rem; font-weight: 700; }
section .section-description { margin-bottom: 1.5rem; text-align: center; font-size: 1rem; }
/*sm*/ @media (max-width: 575px) {
    section { padding: 2rem 0; }
}

/* 공통 끝 */









/* header 시작 */

header.top { color: #fff; border-bottom-width: 0; }
header.top .header-middle { background: unset; }
header.top .header-middle .container .center-logo a img.logo { filter: brightness(0) invert(1); }
header.top .header-middle .container .center-logo a span.sitename { color: #fff; }
header.top .header-middle .container .right .tile a { color: #fff; }
header.top .top-fixed { background-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(255, 255, 255, 0.1); }
header.top .top-fixed .container ul li ~ li::before { background-color: var(--color-gray-light); }
header.top .top-fixed .container .left .search { background-color: #fff; border-color: var(--color-main) }
header.top .top-fixed .container .left .search i { color: var(--color-main); cursor: pointer; }
header.top .top-fixed .container .right ul li a { color: #fff; }
header.top .top-fixed .container .right ul #spnName_PcHeaderTop ~ span { color: #fff; }
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); }
/*md*/ @media (max-width: 767px) {
    header.top .header-middle { border-bottom-color: var(--color-gray-light); }
}

/* header 끝 */









/* 롤링이미지 시작 */

/* 기본 2000*400이며, 내용이 들어가는 영역은 1200*400 */
/* 그러므로 (.container의 max-width):(롤링이미지세로) = 3:1 */

#sectionRollingImage { position: relative; height: 100vh; 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 { 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: 100%; left: 0; top: 0; display: flex; flex-direction: column; justify-content: 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-weight: 300; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { margin-bottom: 3rem; font-size: 3rem; font-weight: 700;  }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .buttons { display: flex; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .buttons .button { 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 .buttons .button:hover { background-color: rgba(255, 255, 255, 0.4); }
#sectionRollingImage .splide .splide__progress .splide__progress__bar { background-color: var(--color-main); }
#sectionRollingImage .splide .splide__pagination { flex-wrap: nowrap; bottom: 30%; }
#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 .bigtext { font-size: 2rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionRollingImage .splide .splide__pagination li .splide__pagination__page { height: 3px; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRollingImage .scroll { bottom: 11rem; }
    #sectionRollingImage .splide .splide__arrow { display: none; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content { top: -70px; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 1.75rem; }
    #sectionRollingImage .splide .splide__pagination { bottom: 35%; }
}

/* 롤링이미지 끝 */





/* 팝업 시작 */

#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); cursor: pointer; transition: all 0.4s }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb { position: relative; background: no-repeat center / cover; }

#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .rank { position: absolute; top: 0.75rem; left: 0.75rem; padding: 0.25rem; text-align: center; line-height: 1rem; font-size: 0.8rem; font-weight: 500; color: #fff; background-color: var(--color-main);  }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .rank .number { font-size: 1rem; }

#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .blackmask { position: absolute; width: 100%; height: 50%; top: 50%; left: 0; background: linear-gradient(0deg, #000, transparent); opacity: 0.7; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content { position: absolute; bottom: 0.25rem; width: 100%; color: #fff; transition: 0.4s; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .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 .thumb .content .description { padding: 0 0.75rem; margin-bottom: 0.5rem; color: var(--color-gray-light); font-size: 0.8rem; overflow: hidden; text-overflow: ellipsis; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden { max-height: 0; overflow: hidden; transition: all 0.8s; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide:hover .thumb .content .hidden { max-height: 100px; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .icon { padding: 0 0.75rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .icon .badge { margin-bottom: 0.25rem; color: var(--color-main-dark); background-color: #fff; border: 1px solid var(--color-main-dark); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .blank { /*height: 45px;*/ }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .price { /*position: absolute; bottom:0;*/ padding: 0 0.75rem 0.25rem 0.75rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .price .price-sell { margin-right: 0.5rem; font-size: 1.25rem; font-weight: 700; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .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 .thumb .content .hidden .price .price-per { font-size: 1rem; font-weight: 500; color: var(--color-main-light); }
/*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; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .description { display: none; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden { max-height: 100px; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide:hover .thumb .content .hidden { max-height: 100px; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .icon { display: none; }
}
/*md*/ @media (max-width: 767px) {
    
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommandCommon_BestNow .splide .splide__arrows .splide__arrow { display: none; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .title { padding: 0.7rem 0.5rem 0 0.5rem; margin-bottom: 0; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .icon { padding: 0 0.5rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .price { padding: 0 0.5rem; margin-bottom: 0; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .price .price-origin { display: none; }
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .price .price-sell { font-size: 1rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb .content .hidden .price .price-per { font-size: 0.9rem; }
}

/* 인기상품 끝 */





/* 어디로 떠나볼까요? 시작 */

#sectionArea { background-color: var(--color-background-dark); }
#sectionArea .btn i { margin-left: 0.25rem; margin-right: 0; }
#sectionArea .splide__slide { position: relative; padding: 1rem 0; color: #fff; transition: 0.4s; }
#sectionArea .splide__slide:hover { transform: rotate(-3deg); }
#sectionArea .splide__slide img { width: 320px; filter: grayscale(50%) brightness(80%); transition: 0.4s; }
#sectionArea .splide__slide:hover img { filter: grayscale(0%); }
#sectionArea .splide__slide .title { position: absolute; left: 0; top: 50%; width: 100%; transform: translateY(-50%); text-align: center; font-size: 1.25rem; text-shadow: 0px 0px 6px rgba(0,0,0,0.75); }
#sectionArea .bottom { display: flex; justify-content: center; align-items: center; margin-top: 1rem; }
#sectionArea .bottom .button { margin-left: 1rem; }
/*xl*/ @media (max-width: 1199px) {
    #sectionArea .splide__slide img { width: 280px; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionArea .splide__slide img { width: 240px; }
}
/*md*/ @media (max-width: 767px) {
    #sectionArea .splide__slide img { width: 180px; }
    #sectionArea .splide__slide .area-text .area-description { display: none; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionArea .splide__slide img { width: 160px; }
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
}

/* 어디로 떠나볼까요? 끝 */







/* 카테고리별 추천상품 시작 */

#sectionRecommandCategory .nav-pills { display: flex; justify-content: center; max-width: 60%; margin: 0 auto; border: 1px solid var(--color-gray-light); border-right: 0; border-bottom: 0; }
#sectionRecommandCategory .nav-pills .nav-item { flex: 1; background-color: #fff; cursor: pointer; }
#sectionRecommandCategory .nav-pills .nav-item { border-right: 1px solid var(--color-gray-light); }
#sectionRecommandCategory .nav-pills .nav-item .nav-link { padding: 0.75rem 0; font-size: 1.25rem; font-weight: 500; text-align: center; border-radius: 0; }
/*lg*/ @media (max-width: 991px) {
    #sectionRecommandCategory .nav-pills { max-width: none; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommandCategory .nav-pills { font-size: 0.9rem; }
}

#sectionRecommandCategory .block { display: flex; background-color: #fff; border: 1px solid var(--color-gray-light); border-top: 2px solid var(--color-main); }
#sectionRecommandCategory .block ~ .block { margin-top: 1rem; }
#sectionRecommandCategory .block .left { display: none; /*display: flex;*/ flex-direction: column; justify-content: space-between; width: 20%; padding: 1rem; border-right: 1px solid var(--color-gray-light); }
#sectionRecommandCategory .block .left .top .categoryname { font-size: 1.5rem; font-weight: 700; color: var(--color-main); }
#sectionRecommandCategory .block .left .top .more { font-size: 0.8rem; }
#sectionRecommandCategory .block .left .bottom .title { margin-bottom: 0.5rem; font-weight: 500; }
#sectionRecommandCategory .block .left .bottom .badges { display: flex; flex-wrap: wrap; }
#sectionRecommandCategory .block .left .bottom .badges .item { padding: 0.25rem; margin-right: 0.25rem; margin-bottom: 0.25rem; color: var(--color-main); border: 1px solid var(--color-gray-light); transition: all 0.4s; cursor: pointer; }
#sectionRecommandCategory .block .left .bottom .badges .item:hover { color: #fff; background-color: var(--color-main); border-color: var(--color-main); }
#sectionRecommandCategory .block .right { width: 100%; /*width: 80%;*/ padding: 1rem 2rem; }
/*md*/ @media (max-width: 767px) {
    #sectionRecommandCategory .block { flex-direction: column; }
    #sectionRecommandCategory .block .left { width: 100%; padding-bottom: 0; border-right: 0; }
    #sectionRecommandCategory .block .left .top { display: flex; justify-content: space-between; }
    #sectionRecommandCategory .block .left .bottom { display: none; }
    #sectionRecommandCategory .block .right { width: 100%; padding: 1rem 1rem }
}

#sectionRecommandCategory .splide .splide__arrows .splide__arrow { background-color: transparent!important; border-radius: 0; transition: all 0.4s; }
#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: -2rem; }
#sectionRecommandCategory .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -2rem; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide { margin: 0.3rem 0; background-color: #fff; 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 { background: no-repeat center / cover; }
#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-main-dark); background-color: #fff; font-size: 0.75rem; border: 1px solid var(--color-main-dark); }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .blank { height: 40px; }
#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.25rem; font-weight: 700; }
#sectionRecommandCategory .splide .splide__track .splide__list .splide__slide .price .price-per { font-size: 1rem; font-weight: 500; color: var(--color-main-light); }
/*md*/ @media (max-width: 767px) {
    #sectionRecommandCategory .splide .splide__arrows .splide__arrow { opacity: 0; }
    #sectionRecommandCategory .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: 0; }
    #sectionRecommandCategory .splide .splide__arrows .splide__arrow.splide__arrow--next { right: 0; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommandCategory .nav-pills .nav-item .nav-link { font-size: 1rem; }
}
/*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.9rem; }
}

/* 카테고리별 추천상품 끝 */






/* 선택해야 하는 이유 시작 */

#sectionAdvantage { color: #fff; background: url(/Images/Custom/bg-advantage.png) no-repeat center bottom, linear-gradient(0deg, transparent, #007cc5); }
#sectionAdvantage .section-title { text-align: center; }
#sectionAdvantage .blocks { display: flex; justify-content: space-between; padding: 2rem 1rem 9rem 1rem; }
#sectionAdvantage .blocks .block { flex: 1; display: flex; align-items: center; }
#sectionAdvantage .blocks .block:first-child { margin-right: 0.5rem; }
#sectionAdvantage .blocks .block .icon { display: flex; justify-content: center; align-items: center; width: 7rem; height: 7rem; margin-right: 1rem; font-size: 3rem; border: 5px solid #fff; border-radius: 50%; }
#sectionAdvantage .blocks .block .text { flex: 1; }
#sectionAdvantage .blocks .block .text p { margin-bottom: 0; }
#sectionAdvantage .blocks .block .text .title { margin-bottom: 1rem; font-size: 1.3rem; font-weight: 500; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionAdvantage .blocks .block .icon { width: 5rem; height: 5rem; font-size: 2rem; }
    #sectionAdvantage .blocks .block .text .title { margin-bottom: 0.5rem; }
}
/*lg*/ @media (max-width: 991px) {
}
/*md*/ @media (max-width: 767px) {
    #sectionAdvantage .blocks { flex-direction: column; }
    #sectionAdvantage .blocks .block {  }
    #sectionAdvantage .blocks .block ~ .block { margin-top: 1rem; }
    #sectionAdvantage .blocks .block .icon { width: 6rem; height: 6rem; left: 0; transform: translateX(0); margin-right: 1rem; font-size: 3rem; }
    #sectionAdvantage .blocks .block .text { flex: 1; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionAdvantage .blocks { padding-bottom: 5rem; }
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
}

/* 선택해야 하는 이유 끝 */