﻿
/* 메인에서만 다른 스타일 덮어쓰기 시작 */

section, header { margin-bottom: 0; }

footer { margin-top: 0; }

/*sm*/ @media (max-width: 575px) {
    header { margin-bottom: 0; }
}

/* 메인에서만 다른 스타일 덮어쓰기 끝 */








/* 공통 시작 */

section .section-header { margin-bottom: 2.5rem; text-align: center; }
section .section-header .section-title { margin-bottom: 0.5rem; font-size: 2.25rem; font-weight: 700; }
section .section-header .section-description { font-size: 1rem; }
/*sm*/ @media (max-width: 575px) {
    section .section-header { margin-bottom: 1.5rem; }
    section .section-header .section-title { font-size: 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; }
}

/* 공통 끝 */








/* 롤링이미지 시작 */

#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: 680px; }
#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-weight: 300; }
#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-deepblue); }
#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 .bigtext { font-size: 2rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionRollingImage .splide .splide__track .splide__list { height: 450px; }
    #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 .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: 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 .splide__list .splide__slide { margin-top: 0.3rem; overflow: hidden; cursor: pointer; transition: 0.4s; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb { background: no-repeat center / cover; border-radius: 0.5rem; transition: 0.4s; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content { padding: 1rem; }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .title { 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 {  }
#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.8rem; font-weight: 400; border: 1px solid var(--color-gray); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .blank { height: 65px; }
#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: 2rem; font-weight: 700; letter-spacing: -1px; color: var(--color-deepblue); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-origin { margin-right: 0.25rem; font-size: 0.8rem; color: var(--color-text-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); }
#sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .nostartdate { margin: 0; font-size: 1rem; font-weight: 500; }
#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.25rem; }
    #sectionRecommandCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-sell { font-size: 1.5rem; }
}
/*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; }
}
/*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: 45px; }
    #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: 1.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; }
}

/* 긴배너 끝 */






/* 온라인견적요청 시작 */

#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 i { margin-left: 0.25rem; margin-right: 0; }
/*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 .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; color: var(--color-deepblue); }
#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 .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; gap: 2rem; }
#sectionTourInfoLink .blocks .block { flex: 1; display: flex; flex-direction: column; align-items: center; 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:nth-child(2) { flex: 1.5; transform: scale(1.08); z-index: 2; }
#sectionTourInfoLink .blocks .block:hover { transform: rotate(-2deg) scale(1.02); }
#sectionTourInfoLink .blocks .block .image { width: 200px; 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; padding: 0; }
    #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 { flex-direction: column; gap: 1rem; }
    #sectionTourInfoLink .blocks .block { display: flex; flex-direction: row; gap: 1rem; padding: 1rem; text-align: unset; }
    #sectionTourInfoLink .blocks .block:nth-child(2) { flex: 1; transform: scale(1); }
    #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; }
#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; }
#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.5rem; }
#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 .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; }
}

/* 팝업 끝 */


