
/* 메인에서만 다른 스타일 덮어쓰기 시작 */

section { margin-bottom: 0; }
.header_bottom_space { height: 0; }

/* 메인에서만 다른 스타일 덮어쓰기 끝 */








/* 공통 시작 */

:root {
    --main-maring-padding: 5rem;
    --main-maring-padding-sm: 2rem;
}

section.space-by-padding { padding-top: var(--main-maring-padding); padding-bottom: var(--main-maring-padding); }
section.space-by-margin { margin-top: var(--main-maring-padding); margin-bottom: var(--main-maring-padding); }
/*sm*/ @media (max-width: 575px) {
    section.space-by-padding { padding-top: var(--main-maring-padding-sm); padding-bottom: var(--main-maring-padding-sm); }
    section.space-by-margin { margin-top: var(--main-maring-padding-sm); margin-bottom: var(--main-maring-padding-sm); }
}

section .section-title { margin-bottom: 1rem; font-size: 1.5rem; font-weight: 700; }

/* 공통 끝 */








/* 롤링이미지 시작 */

#sectionRollingImage { position: relative; padding: 0; }
#sectionRollingImage .splide .splide__arrow { background-color: transparent; font-size: 40px; }
#sectionRollingImage .splide .splide__arrow svg path { fill: #fff; }
#sectionRollingImage .splide .splide__track .splide__list { height: 500px; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide { background: no-repeat center / cover; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .blackmask { width: 100%; height: 100%; background-color: #000; opacity: 0.1; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; flex-direction: column; justify-content: center; text-align: center; white-space: pre-wrap; color: #fff; text-shadow: 0 0 5px rgb(0 0 0 / 60%); }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .smalltext { font-size: 1.5rem; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { margin-bottom: 3rem; line-height: 120%; font-size: 3rem; font-weight: 700;  }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .button { display: inline; padding: 0.75rem 1.75rem; font-size: 1.25rem; border: 1px solid #fff; border-radius: 5rem; cursor: pointer; transition: 0.4s; }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .button:hover { background-color: rgba(255, 255, 255, 0.4); }
#sectionRollingImage .splide .splide__track .splide__list .splide__slide.pointer { cursor: pointer; }
#sectionRollingImage .splide .splide__progress .splide__progress__bar { background-color: var(--color-main); }
#sectionRollingImage .splide .splide__pagination { flex-wrap: nowrap; }
#sectionRollingImage .splide .splide__pagination li { flex: 1; max-width: 80px; }
#sectionRollingImage .splide .splide__pagination li .splide__pagination__page { width: 90%; height: 3px; background: #fff; border-radius: 0;}
#sectionRollingImage .splide .splide__pagination li .splide__pagination__page.is-active { transform: scaleY(1.7); opacity: 1; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 2.75rem; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .smalltext { font-size: 1.25rem; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 2rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionRollingImage .splide .splide__track .splide__list { height: 400px; }
    #sectionRollingImage .splide .splide__pagination li .splide__pagination__page { height: 3px; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRollingImage .splide .splide__track .splide__list { height: 350px; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .smalltext { font-size: 1rem; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .button { font-size: 1rem; padding: 0.5rem 1.5rem;  }
    #sectionRollingImage .splide .splide__arrow { display: none; }
    #sectionRollingImage .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 1.75rem; }
}

/* 롤링이미지 끝 */









/* 지금 제일 잘 나가는 상품 시작 */

#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow { width: 3rem; height: 3rem; background-color: #fff!important; border: 1px solid var(--color-gray-light); border-radius: 1rem; box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%); opacity: 1; transition: all 0.4s; }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow:hover { box-shadow: 0 0 6px 3px rgb(0 0 0 / 15%); }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow svg { width: 1rem; height: 1rem; }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow svg path { fill: var(--color-gray-dark); }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -1.5rem; }
#sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -1.5rem; }
#sectionRecommendCommon_BestNow .splide .splide__track { padding: 2px 0; }
#sectionRecommendCommon_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; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .thumb { background: no-repeat center / cover; filter: brightness(0.9); transition: 0.4s; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 1.5rem; color: #fff; text-shadow: 0 0 5px rgb(0 0 0 / 60%); }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .categoryname { font-size: 0.9rem; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .title { line-height: 130%; font-size: 1.5rem; font-weight: 700; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .description { margin-bottom: 0.5rem; color: var(--color-text-light); font-size: 0.8rem; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .icon { margin-top: 1rem; }
#sectionRecommendCommon_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; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price { position: absolute; left: 0; right: 0; bottom: -5rem; padding: 1rem 1.5rem; text-align: right; background-color: rgba(0, 0, 0, 0.4); border-top: 1px dashed #fff; transition: 0.4s; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-sell { margin-right: 0.5rem; font-size: 1.25rem; font-weight: 700; }
#sectionRecommendCommon_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; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-per { font-size: 1rem; font-weight: 500; color: var(--color-main-light); }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .nostartdate { margin: 0; font-size: 1.25rem; font-weight: 700; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide:hover .thumb { filter: brightness(0.6); }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide:hover .content { display: block; }
#sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide:hover .content .price { bottom: 0; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .title { font-size: 1.25rem; font-weight: 500; }
}
/*md*/ @media (max-width: 767px) {
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content { padding: 0.75rem; }
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price { padding: 0.75rem; bottom: 0; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionRecommendCommon_BestNow .splide .splide__arrows .splide__arrow { display: none; }
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .price .price-origin { display: none; }
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-sell { font-size: 1rem; }
    #sectionRecommendCommon_BestNow .splide .splide__track .splide__list .splide__slide .content .price .price-per { font-size: 0.9rem; }
}

/* 지금 제일 잘 나가는 상품 끝 */





/* 배너A 시작 */

#sectionBannerA { position: relative; }
#sectionBannerA .splide .splide__arrow { opacity: 0; background-color: #000; transition: 0.4s; }
#sectionBannerA .splide:hover .splide__arrow { opacity: 0.3; }
#sectionBannerA .splide .splide__arrow:hover { opacity: 0.9; }
#sectionBannerA .splide .splide__arrow svg path { fill: #fff; }
#sectionBannerA .splide .splide__track .splide__list { height: 230px; }
#sectionBannerA .splide .splide__track .splide__list .splide__slide { background: no-repeat center / cover; border-radius: 1rem; }
#sectionBannerA .splide .splide__track .splide__list .splide__slide.pointer { cursor: pointer; }
#sectionBannerA .splide .splide__track .splide__list .splide__slide .blackmask { width: 100%; height: 100%; background-color: #000; opacity: 0.1; }
#sectionBannerA .splide .splide__track .splide__list .splide__slide .content { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; justify-content: center; flex-direction: column; padding-left: 3rem; color: #fff; text-shadow: 0 0 5px rgb(0 0 0 / 60%); }
#sectionBannerA .splide .splide__track .splide__list .splide__slide .content .bigtext { line-height: 1.2; font-size: 2rem; font-weight: 700;  }
#sectionBannerA .splide .splide__track .splide__list .splide__slide .content .smalltext { margin-top: 0.5rem; }
/*xxl*/ @media (max-width: 1399px) {
}
/*xl*/ @media (max-width: 1199px) {
    #sectionBannerA .splide .splide__track .splide__list { height: 200px; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionBannerA .splide .splide__track .splide__list { height: 180px; }
    #sectionBannerA .splide .splide__track .splide__list .splide__slide .content { padding-left: 2rem; }
    #sectionBannerA .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 1.5rem; font-weight: 500;  }
    #sectionBannerA .splide .splide__track .splide__list .splide__slide .content .smalltext {  }
}
/*md*/ @media (max-width: 767px) {
    #sectionBannerA .splide .splide__track .splide__list { height: 160px; }
    #sectionBannerA .splide .splide__track .splide__list .splide__slide .content .bigtext { font-size: 1.35rem;  }
    #sectionBannerA .splide .splide__track .splide__list .splide__slide .content .smalltext { font-size: 0.9rem; }
}
/*sm*/ @media (max-width: 575px) {
    #sectionBannerA .splide .splide__track .splide__list { height: 140px; }
    #sectionBannerA .splide .splide__track .splide__list .splide__slide .content { padding-left: 1rem; }
    #sectionBannerA .splide .splide__arrow { display: none; }
    #sectionBannerA .splide .splide__pagination { bottom: 0; }
    #sectionBannerA .splide .splide__pagination .splide__pagination__page { width: 4px; height: 4px; }
}

/* 배너A 끝 */






/* 온라인견적요청 시작 */

#sectionEstimate { position: relative; color: #fff; text-align: center; background-color: rgba(0,0,0,0.1); }
#sectionEstimate .bgimage { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('/static/Images/Custom/bg-estimate.jpg') no-repeat center / cover; background-attachment: fixed; z-index: -1; }
#sectionEstimate p { text-shadow: 0 0 5px rgb(0 0 0 / 60%); }
#sectionEstimate .btn { display: inline-flex; align-items: center; }
#sectionEstimate .btn i { margin-left: 0.25rem; margin-right: 0; font-size: 0.75rem; -webkit-text-stroke: 1px; }
/*sm*/ @media (max-width: 575px) {
}

/* 온라인견적요청 끝 */







/* 배너B 시작 */

#sectionBannerB {  }
#sectionBannerB .container .blocks { display: flex; justify-content: center; gap: 1rem; }
#sectionBannerB .container .blocks .block { flex: 1; position: relative; max-width: 600px; border-radius: 1rem; overflow: hidden; transition: 0.4s; }
#sectionBannerB .container .blocks .block.pointer { cursor: pointer; }
#sectionBannerB .container .blocks .block.pointer:hover { opacity: 0.7; }
#sectionBannerB .container .blocks .block .content { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; justify-content: center; flex-direction: column; padding-left: 3rem; color: #fff; text-shadow: 0 0 5px rgb(0 0 0 / 60%); z-index: 2; }
#sectionBannerB .container .blocks .block .content .bigtext { line-height: 1.2; font-size: 2rem; font-weight: 700;  }
#sectionBannerB .container .blocks .block .content .smalltext { margin-top: 0.5rem; }
#sectionBannerB .container .blocks .block .blackmask { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #000; opacity: 0.1; z-index: 1; }
#sectionBannerB .container .blocks .block img { position: relative; width: 100%; z-index: 0; }
/*lg*/ @media (max-width: 991px) {
    #sectionBannerB .container .blocks .block .content { padding-left: 2rem; }
    #sectionBannerB .container .blocks .block .content .bigtext { font-size: 1.5rem; font-weight: 500;  }
    #sectionBannerB .container .blocks .block .content .smalltext {  }
}
/*md*/ @media (max-width: 767px) {
    #sectionBannerB .container .blocks { flex-direction: column; gap: 0.5rem; }
    #sectionBannerB .container .blocks .block .content .bigtext { font-size: 1.35rem;  }
    #sectionBannerB .container .blocks .block .content .smalltext { font-size: 0.9rem; }
}
/*sm*/ @media (max-width: 575px) {
}

/* 배너B 끝 */









/* 카테고리별 추천상품 시작 */

#sectionRecommendCategory {  }
#sectionRecommendCategory .block { display: none; }
#sectionRecommendCategory .block ~ .block { margin-top: 2rem; }
#sectionRecommendCategory .block .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.25rem; }
#sectionRecommendCategory .block .header .left { display: flex; align-items: center; }
#sectionRecommendCategory .block .header .left .categoryname { font-size: 1.3rem; font-weight: 500; white-space: nowrap; }
#sectionRecommendCategory .block .header .left .badges { display: flex; flex-wrap: wrap; margin-left: 1rem; }
#sectionRecommendCategory .block .header .left .badges .item { padding: 0 0.2rem; font-size: 0.9rem; color: var(--color-text-light); transition: all 0.4s; cursor: pointer; }
#sectionRecommendCategory .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; }
#sectionRecommendCategory .block .header .right .more { white-space: nowrap; }
#sectionRecommendCategory .block .header .right .more a { display: flex; align-items: center; gap: 0.25rem; }
#sectionRecommendCategory .block .header .right .more a i { font-size: 0.75rem; -webkit-text-stroke: 1px; }
/*xl*/ @media (max-width: 1199px) {
    #sectionRecommendCategory .block .header .left .badges { display: none; }
}

#sectionRecommendCategory .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; }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow:hover { box-shadow: 0 0 6px 3px rgb(0 0 0 / 15%); }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow svg { width: 1rem; height: 1rem; }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow svg path { fill: var(--color-gray-dark); }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -1rem; }
#sectionRecommendCategory .splide .splide__arrows .splide__arrow.splide__arrow--next { right: -1rem; }
#sectionRecommendCategory .splide .splide__track { padding: 2px 0; }
#sectionRecommendCategory .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; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide:hover { opacity: 0.8; transform: translateY(-0.2rem); }
#sectionRecommendCategory .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; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .icons { display: flex; flex-wrap: wrap; gap: 0 0.3rem; padding: 0 0.75rem; font-size: 0.8rem; font-weight: 300; color: var(--color-text-light); }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .icons .icon { display: flex; align-items: center; gap: 0.3rem; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .icons .icon:after { content: ""; width: 2px; height: 2px; left: -0.5rem; background-color: var(--color-text-light); }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .icons .icon:last-child:after { display: none;  }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .title { padding: 0 0.75rem; margin-bottom:0.25rem; font-size: 0.9rem; font-weight: 500; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ }
#sectionRecommendCategory .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; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .blank { height: 45px; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .price { position: absolute; bottom:0; padding: 0 0.75rem 0.5rem 0.75rem; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .price .price-sell { margin-right: 0.5rem; font-size: 1.1rem; font-weight: 500; }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .price .price-per { font-size: 0.9rem; color: var(--color-main-light); }
#sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .price .nostartdate { margin: 0; }

/*md*/ @media (max-width: 767px) {
    #sectionRecommendCategory .splide .splide__arrows .splide__arrow { display: none; }
    #sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .icons { padding: 0 0.5rem; }
    #sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .title { padding: 0 0.5rem; }
    #sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .description { padding: 0 0.5rem; }
    #sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .price { padding: 0.5rem 0.5rem; }
}
/*sm*/ @media (max-width: 575px) {
}
/*Galaxy Fold 280*/ @media (max-width: 300px) {
    #sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .price .price-sell { font-size: 1rem; }
    #sectionRecommendCategory .splide .splide__track .splide__list .splide__slide .price .price-per { font-size: 0.8rem; }
}

/* 카테고리별 추천상품 끝 */







/* 제주여행정보 시작 */

#sectionTourInfoLink { background: url('/static/Images/Custom/bg-tourinfolink.jpg') no-repeat center / cover; }
#sectionTourInfoLink .blocks { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
#sectionTourInfoLink .blocks .block { width: 24%; padding: 2rem; text-align: center; background-color: #fff; border-radius: 1rem; cursor: pointer; box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%); transition: all 0.4s; }
#sectionTourInfoLink .blocks .block:hover { transform: rotate(-2deg) scale(1.02); }
#sectionTourInfoLink .blocks .block .image { border-radius: 50%; }
#sectionTourInfoLink .blocks .block .image:after { content: ""; display: block; padding-bottom: 100%; }
#sectionTourInfoLink .blocks .block .text .top { font-size: 2rem; font-weight: 100; padding: 0.5rem 0; }
#sectionTourInfoLink .blocks .block .text .bottom { font-size: 0.9rem; line-height: 1.25rem; font-size: 1.1rem; font-weight: 300; color: var(--color-text-light); }
/*xl*/ @media (max-width: 1199px) {
    #sectionTourInfoLink .blocks .block { padding: 1rem 0.75rem; }
    #sectionTourInfoLink .blocks .block .text .top { font-size: 1.5rem; }
    #sectionTourInfoLink .blocks .block .text .bottom { font-size: 1rem; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionTourInfoLink .container { flex-direction: column; }
    #sectionTourInfoLink .container .sectiontourinfo-title { text-align: center; }
    #sectionTourInfoLink .blocks .block { display: flex; gap: 1rem; width: 100%; padding: 1rem; text-align: unset; }
    #sectionTourInfoLink .blocks .block:hover { transform: scale(1.02); }
    #sectionTourInfoLink .blocks .block .image { width: 110px; }
    #sectionTourInfoLink .blocks .block .text { flex: 1; }
}
/*sm*/ @media (max-width: 575px) {
}

/* 제주여행정보 끝 */







/* 기타정보 시작 */

#sectionEtcInfo { padding: 3rem 0; background-color: #fff; }
#sectionEtcInfo .container { display: flex; gap: 2rem; }
#sectionEtcInfo .header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--color-text); }
#sectionEtcInfo .header .text { font-size: 1.5rem; font-weight: 700; }
#sectionEtcInfo .header .more { font-size: 0.8rem; font-weight: 300; color: var(--color-text-light); cursor: pointer; }
#sectionEtcInfo .header .more i { margin-left: 0.25rem; font-size: 0.5rem; -webkit-text-stroke: 1px; }
#sectionEtcInfo .leftcenter { flex: 1; display: flex; gap: 2rem; }
#sectionEtcInfo .leftcenter > div { flex: 1; }
#sectionEtcInfo .leftcenter .left { display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
#sectionEtcInfo .leftcenter .left .board .content .line { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; cursor: pointer; transition: 0.4s; }
#sectionEtcInfo .leftcenter .left .board .content .line ~ .line { margin-top: 0.5rem; }
#sectionEtcInfo .leftcenter .left .board .content .line:hover { opacity: 0.6; }
#sectionEtcInfo .leftcenter .left .board .content .line .title { display: flex; align-items: baseline; }
#sectionEtcInfo .leftcenter .left .board .content .line .title i { margin-right: 0.25rem; }
#sectionEtcInfo .leftcenter .left .board .content .line .title div { max-height: 1.3rem; overflow: hidden; position: relative; color: transparent; }
#sectionEtcInfo .leftcenter .left .board .content .line .title div:after { content: attr(data-text); position: absolute; top: 0; left: 0; right: 0; color: var(--color-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#sectionEtcInfo .leftcenter .left .board .content .line .date { font-size: 0.8rem; color: var(--color-text-light); white-space: nowrap; }
#sectionEtcInfo .leftcenter .center .board .content .line { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; transition: 0.4s; }
#sectionEtcInfo .leftcenter .center .board .content .line ~ .line { margin-top: 0.5rem; }
#sectionEtcInfo .leftcenter .center .board .content .line:hover { opacity: 0.6; }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb { width: 95px; background: no-repeat center / cover; border-radius: 0.5rem; }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb:after { content: ""; display: block; padding-bottom: 80%; }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb.noimage { position: relative; border: 1px solid var(--color-gray-light); }
#sectionEtcInfo .leftcenter .center .board .content .line .thumb.noimage i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 2rem; color: var(--color-gray-light); }
#sectionEtcInfo .leftcenter .center .board .content .line .text { flex: 1; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .title { display: flex; align-items: baseline; font-weight: 500; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .title i { margin-right: 0.25rem; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .title div { max-height: 1.3rem; overflow: hidden; position: relative; color: transparent; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .title div:after { content: attr(data-text); position: absolute; top: 0; left: 0; right: 0; color: var(--color-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#sectionEtcInfo .leftcenter .center .board .content .line .text .date { margin-top: 0.25rem; color: var(--color-text-light); font-size: 0.8rem; white-space: nowrap; }
#sectionEtcInfo .right { display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
#sectionEtcInfo .right .info .content { white-space: nowrap; }
#sectionEtcInfo .right .info .content .big { font-size: 1.25rem; font-weight: 500; }
#sectionEtcInfo .right .info .content .description { font-size: 0.9rem; font-weight: 300; color: var(--color-text-light); }
/*lg*/ @media (max-width: 991px) {
    #sectionEtcInfo .container { flex-direction: column; }
    #sectionEtcInfo .right { flex-direction: row; }
    #sectionEtcInfo .right > div { flex: 1; }
}
/*md*/ @media (max-width: 767px) {
}
/*sm*/ @media (max-width: 575px) {
    #sectionEtcInfo { padding: 2rem 0; }
    #sectionEtcInfo .leftcenter { flex-direction: column; }
    #sectionEtcInfo .right { flex-direction: column; }
}

/* 기타정보 시작 */








/* 각종링크 시작 */

#sectionEtcLink { padding: 3rem 0; background-color: var(--color-background-dark); }
#sectionEtcLink .splide__slide { filter: grayscale(100%); }
#sectionEtcLink .splide__slide:hover { filter: grayscale(0%); }
/*sm*/ @media (max-width: 575px) {
    #sectionEtcLink { padding: 2rem 0; }
}

/* 각종링크 시작 */









/* 팝업 시작 */

#divPopup { position: absolute; width: 100%; top: 15rem; left: 0; z-index: 2; pointer-events: none; }
#divPopup .popup_list { display: flex; align-items: flex-start; flex-wrap: wrap; }
#divPopup .popup_list .popup_item { margin: 0.5rem; background-color: #fff; pointer-events: auto; }
#divPopup .popup_list .popup_item.pc { display: block; }
#divPopup .popup_list .popup_item.mobile { display: none; }
#divPopup .popup_list .popup_item.total { display: block; }
#divPopup .popup_list .popup_item img { width: 100%; }
#divPopup .popup_list .popup_item img.pointer { cursor: pointer; transition: all 0.4s; }
#divPopup .popup_list .popup_item img.pointer:hover { opacity: 0.8; }
#divPopup .popup_list .popup_item .buttons { display: flex; }
#divPopup .popup_list .popup_item .buttons .button { padding: 0.75rem; background-color: var(--color-text); color: #fff; font-size: 0.8rem; text-align: center; cursor: pointer; transition: all 0.4s; }
#divPopup .popup_list .popup_item .buttons .button:hover { opacity: 0.8; }
#divPopup .popup_list .popup_item .buttons .button.close_today { flex: 2; }
#divPopup .popup_list .popup_item .buttons .button.close { flex: 1; border-left: 1px solid var(--color-gray-dark); }
/*md*/ @media (max-width: 767px) {
    #divPopup { top: 6rem; }
}
/*sm*/ @media (max-width: 575px) {
    #divPopup .popup_list .popup_item.pc { display: none; }
    #divPopup .popup_list .popup_item.mobile { display: block; }
    #divPopup .popup_list .popup_item.total { display: block; }
}

/* 팝업 끝 */


