/* reset */
@font-face{font-family:"Pretendard";font-weight:900;src:url(../fonts/Pretendard-Black.subset.woff2) format('woff2');}
@font-face{font-family:"Pretendard";font-weight:800;src:url(../fonts/Pretendard-ExtraBold.subset.woff2) format('woff2');}
@font-face{font-family:"Pretendard";font-weight:700;src:url(../fonts/Pretendard-Bold.subset.woff2) format('woff2');}
@font-face{font-family:"Pretendard";font-weight:600;src:url(../fonts/Pretendard-SemiBold.subset.woff2) format('woff2');}
@font-face{font-family:"Pretendard";font-weight:500;src:url(../fonts/Pretendard-Medium.subset.woff2) format('woff2');}
@font-face{font-family:"Pretendard";font-weight:300;src:url(../fonts/Pretendard-Light.subset.woff2) format('woff2');}
@font-face{font-family:"Pretendard";font-weight:200;src:url(../fonts/Pretendard-ExtraLight.subset.woff2) format('woff2');}
@font-face{font-family:"Pretendard";font-weight:100;src:url(../fonts/Pretendard-Thin.subset.woff2) format('woff2');}
.event-benefit-template * {
    font-family: 'Pretendard', sans-serif;
}
.contents.exhibition.ex-module-wrap .ev-detail-con .ev-cont .component-wrap.layer-btn {
    right: 14px;
    top:5.85%!important;
}
.event-benefit-template {
    background-color: #fff;
}

.event-benefit-template img {
    display: block;
    max-width: 100%;
}

.event-benefit-template .swiper-slide {
    background-color: transparent;
}

.event-benefit-template a,
.event-benefit-template button {background:rgba(0,255,0,.0);}

.event-benefit-template .content-wrap section article{text-align:initial;overflow: hidden;}
.contents.exhibition.ex-module-wrap .ev-detail-con.wide{max-width:1380px}
.contents.event .ev-detail-wrap{min-height:100vh;}
.contents.event .ev-detail-wrap .ev-detail-con{max-width:inherit;padding:0;}
.contents.event .ev-detail-wrap .ev-detail-con .ev-cont{max-width:1380px;margin:0 auto;}

@media screen and (max-width:767px){
    .contents.exhibition.ex-module-wrap .ev-detail-con .ev-cont .component-wrap.layer-btn {
        right: 14px;
        top: 3.85% !important;
    }

    .event-benefit-template a,
    .event-benefit-template a:active {outline:none;-webkit-tap-highlight-color:transparent;}
    .event-benefit-template input{outline:none;-webkit-tap-highlight-color:transparent;}
    .event-benefit-template div:focus{-webkit-tap-highlight-color:transparent;}
    .event-benefit-template button:focus,
    .event-benefit-template button:active{-webkit-tap-highlight-color:transparent;}
    .event-benefit-template a:focus-visible,
    .event-benefit-template input:focus-visible,
    .event-benefit-template div:focus-visible,
    .event-benefit-template button:focus-visible{outline:2px solid #000;outline-offset:2px;}
}
/* // reset */

/* layout */
.event-benefit-template {
    container-type: inline-size;
    container-name: full-width-area;
    max-width: 1380px;
    margin: 0 auto;
    min-height: 100vh;
    font-family: 'Pretendard', sans-serif;
}

.event-benefit-template article {
    width: 100%;
}

.event-benefit-template .article__inner {
    container-type: inline-size;
    container-name: article-inner-area;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px 80px;
    position: relative;
}

.event-benefit-template .landscapeSet {
    display: flex;
    gap: 48px;
    width: 100%;
}

.event-benefit-template .landscapeSet .left-contents {
    flex-basis: calc((100% - 48px) / 2);
}

.event-benefit-template .landscapeSet .prdList {
    flex-basis: calc((100% - 48px) / 2);
}


@media screen and (max-width: 767px) {
    .event-benefit-template .landscapeSet {
        flex-direction: column;
        padding: 0 calc(48/720*100vw);
        gap: calc(48/720*100vw);
    }

    .event-benefit-template .landscapeSet .prdList.landscape {
        padding: 0;
        width: 100%;
    }
}

@container full-width-area (max-width: 1380px) {

}

@container article-inner-area (max-width: 999px) {
    .event-benefit-template .article__inner {
        padding: calc(80 / 1380 * 100%) 10px;
    }
    .event-benefit-template .landscapeSet {
        gap: calc(48 / 1000 * 100%);
    }
    .event-benefit-template .landscapeSet .left-contents {
        flex-basis: calc((100% - (48 / 1000 * 100%)) / 2);
    }

    .event-benefit-template .landscapeSet .prdList {
        flex-basis: calc((100% - (48 / 1000 * 100%)) / 2);
    }
}

@media screen and (max-width:767px) {
    .event-benefit-template .article__inner {
        padding:0 0 calc(80 / 720 * 100%);
    }
}
/* // layout */

/* 전체 공통 */
.event-benefit-template .primary-color {
    color: #FD312E;
}

@media screen and (min-width:768px) {
    .event-benefit-template .hidden-pc {
        display: none !important;
    }
}

.event-benefit-template .swiper-container .swiper-pagination-bullets{
    display: flex;
    position: relative;
    bottom: initial;
    padding-top: 32px;
    gap: 16px;
    justify-content: center;
}

.event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin:0;
    border-radius: 50px;
    background-color: #D3D3D3;
    opacity: 1;
}
.event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #181818;
    opacity: 1;
}
@media screen and (max-width:767px){
    .event-benefit-template .hidden-mo {
        display: none !important;
    }

    .event-benefit-template .swiper-slide {
        background-color: transparent;
    }

    .event-benefit-template .swiper-container .swiper-pagination-bullets{
        gap: calc(16 / 720 * 100vw);
        padding-top: calc(32 / 720 * 100vw);
    }
.event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: calc(14 / 720 * 100vw);
    height: calc(14 / 720 * 100vw);
}
.event-benefit-template .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: calc(30 / 720 * 100vw);
}
}
/* // 전체 공통 */



/* components */
/* c는 components의 약자 */

/* title */
.c-title {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.c-title__main-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: calc(-0.8em/40);
    color: #1A7542;
}

.c-title__main-title.main-title_1{
    padding-left: 67px;
    background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_01.png')  left center/auto no-repeat;
}

.c-title__main-title.main-title_2{
    padding-left: 67px;
    background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_02.png')  left center/auto no-repeat;
}

.c-title__main-title.main-title_3{
    padding-left: 85px;
    background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_03.png')  left center/auto no-repeat;
}

.c-title__main-title.main-title_4{
    padding-left: 85px;
    background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_04.png')  left center/auto no-repeat;
}

.c-title__main-title.main-title_5{
    padding-left: 85px;
    background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_05.png')  left center/auto no-repeat;
}

.c-title__main-title.main-title_6{
    padding-left: 70px;
    background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_06.png')  left center/auto no-repeat;
}

.c-title__main-title.main-title_7{
    padding-left: 67px;
    background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_07.png')  left center/auto no-repeat;
}

.c-title__desc {
    color: #444;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.c-title__desc span{
    color: #ff0004;
}

.c-title__help {
    padding-left:24px;
    color: rgba(68, 68, 68, 0.80);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    background: url('/kr/event/2025/06/09_juneMegaSale/images/icon-tooltip-black.svg') no-repeat;
    background-size: 18px;
    background-position: left center;
}

.c-title__help:has(> .tooltip-wrap) {
    display: inline-flex;
    position: relative;
    padding-left:0;
    align-items: center;
    background: none;
}

.c-title__help .tooltip-wrap {
    margin: 0;
    padding: 0;
}

.c-title__help .tooltip-wrap .ui_tooltip-target {
    background: url('/kr/event/2025/06/09_juneMegaSale/images/icon-tooltip-gray.svg') no-repeat;
    width: 25px;
    height: 100%;
    background-size: 17px;
    background-position: center;
}

.c-title--white .c-title__main-title, .c-title--white .c-title__desc {
    color: #fff;
}

@container article-inner-area (max-width: 999px) {
    /* .c-title {
        padding-bottom: calc(48 / 1000 * 100vw);
        gap: calc(12/ 1000 * 100%);
    }
    
    .c-title__main-title {
        font-size: calc(40/ 1000 * 100vw);
    }
    
    .c-title__desc {
        font-size: calc(24/ 1000 * 100vw);
    } */
}

@media screen and (max-width: 767px) {
    .c-title {
        padding: 0 calc(48 / 720 * 100%) calc(64 / 720 * 100%);
        gap: calc(8 / 720 * 100vw);
    }

    .c-title__main-title {
        font-size: calc(48/720*100vw);
        line-height: 2;
        letter-spacing: calc(-0.96em / 48);
    }

    .c-title__main-title.main-title_1{
        padding-left: calc( 87 / 720 * 100vw );
        background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_01_m.png')  left center/auto 100% no-repeat;
    }

    .c-title__main-title.main-title_2{
        padding-left: calc( 112 / 720 * 100vw );
        background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_02_m.png')  left center/auto 100% no-repeat;
    }
    .c-title__main-title.main-title_3{
        padding-left: calc( 124 / 720 * 100vw );
        background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_03_m.png')  left center/auto 100% no-repeat;
    }
    .c-title__main-title.main-title_4{
        padding-left: calc( 124 / 720 * 100vw );
        background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_04_m.png')  left center/auto 100% no-repeat;
    }
    .c-title__main-title.main-title_5{
        padding-left: calc( 124 / 720 * 100vw );
        background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_05_m.png')  left center/auto 100% no-repeat;
    }
    .c-title__main-title.main-title_6{
        padding-left: calc( 94 / 720 * 100vw );
        background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_06_m.png')  left center/auto 100% no-repeat;
    }
    .c-title__main-title.main-title_7{
        padding-left: calc( 100 / 720 * 100vw );
        background: url('/kr/event/2025/06/24_efficiency/images/tit_ico_07_m.png')  left center/auto 100% no-repeat;
    }

    .c-title__desc {
        font-size: calc(32/720*100vw);
        line-height: 1.6;
        letter-spacing: -0.04em;
    }

    .c-title__help {
        width: fit-content;
        padding-left: clamp(18px, calc(29/720*100vw), 29px);
        font-size: clamp(12px, calc(22/720*100vw), 22px);
        line-height: 1.0526;
        font-weight: 500;
        letter-spacing: calc(-0.44em / 22);
        background-size: clamp(14px, calc(25/720*100vw), 25px);
    }

    .c-title__help .tooltip-wrap .tooltip-box {
        left: 0;
        right: 16px;
        top: 16px;
        min-width: calc(600 / 720 * 100vw);
    }
    
    .c-title__help .tooltip-wrap .ui_tooltip-target {
        background: url('/kr/event/2025/06/09_juneMegaSale/images/icon-tooltip-gray.svg') no-repeat;
        width: clamp(14px, calc(35/720*100vw), 35px);
        height: 100%;
        background-size: clamp(14px, calc(25/720*100vw), 25px);
        background-position: center;
    }
}
/* // title */

/* divider */
.c-divider {
    width: 100%;
    height: 8px;
    background-color: #E5E5E5;
    border: none;
}
@media screen and (max-width: 767px) {
    .c-divider {
        height: calc(16 / 720 * 100vw);
    }
}
/* // divider */

/* timer */
.c-timer__num {
    display: inline-flex;
}

.c-timer--type2 {
    border-top: 3px solid #4D4940;
    border-bottom: 3px solid #4D4940;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.96px;
}

.c-timer--type2 .c-timer__item {
    display: flex;
    justify-content: flex-start;
    column-gap: 48px;
    padding: 20px 0;
}

.c-timer--type2 .c-timer__label {
    font-weight: 500;
}

.c-timer--type2 .c-timer__contents {
    color: #FD312E;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .c-timer {
        font-size: calc(28 / 720* 100vw);
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: calc(-1.12em / 28);
    }

    .c-timer__num {
        display: inline-flex;
    }

    .c-timer--type2 {
        border-top: calc(3 / 720 * 100vw) solid;
        border-bottom: calc(3 / 720 * 100vw) solid;
    }

    .c-timer--type2 .c-timer__item {
        display: flex;
        justify-content: space-between;
        gap: initial;
        padding: calc(16 / 720* 100vw) calc(8 / 720* 100vw);
    }
}
/* // timer */

/* 아이템 더보기 기능 */
.event-benefit-template .limit-view__wrap .limit-view__list {
    row-gap: 0;
}
.event-benefit-template .limit-view__item {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out, margin-bottom 0.5s ease-out;
  margin-bottom: 0;
}

.event-benefit-template .limit-view__item.is-visible {
    margin-bottom: 20px;
    max-height: 1000px;
    opacity: 1;
}

.event-benefit-template .limit-view__item[style*="--item-delay"] {
  transition-delay: var(--item-delay, 0s);
}
/* // 아이템 더보기 기능 */

/* toggle */
.c-toggle__data {display:none;}
.c-toggle__btn.on + .c-toggle__data {display:block; margin-top: 20px;}
.c-toggle__data:has(+ .c-toggle__btn.on) {display:block}
/* // toggle */

/* // components */




/* 팝업 추가 */
#popupWrap {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#popupWrap.active {
  display: block;
}
.popup{
    background-color: #fff;
    z-index: 9;
}

.popup h3{
    font-size: 32px;
    font-weight: 700;
    color: #18181D;
    letter-spacing: -0.02em;
}

.popup .pop-sub-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.04rem;
    color: #2e2e33;
    margin-top: 8px;
}

.popup  ul {margin-top: 16px;}

.popup  ul li{
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #767676;
}

.popup  ul li::before{
    content: "·";
    position: absolute;
    left: 0; 
    top: 0;
    font-size: 20px;
    color: #767676;
    line-height: 20px;
}

.popup .modal-close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}


.popup .pop-table-box{
    width: 100%;
    margin-top: 24px;
}

.popup .pop-table-box table{
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
}

.popup .pop-table-box table tr th{
    background-color: #f3f1ed;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.popup .pop-table-box table tr th:nth-child(1){
    background-color: #f3f1ed;
}
.popup .pop-table-box table tr th:nth-child(1),
.popup .pop-table-box table tr th:nth-child(3){
    width: 11.8%;
}

.popup .pop-table-box table tr th:nth-child(2),
.popup .pop-table-box table tr th:nth-child(4){
    width: 44.1%;
}

.popup .pop-table-box table tr td{
    font-size: 18px;
    color: #666;
    line-height: 54px;
    font-weight: 500;
    text-align: center;
}

.popup .pop-table-box table tr td.twoline{
    line-height: unset;
}

.popup .pop-table-box table tr td.twoline p{
    line-height: 22px;
    display: block;
    margin: 6px 0px;
}

.popup .pop-table-box table tr td .small{
    font-size: 16px;
    display: block;
}

@media screen and (max-width: 767px) {
    #popupWrap.active {
    display: block;
    }
    .popup{
        /* max-height: 60%; */
        padding: calc(64 / 720 * 100vw) 0;
        /* border-radius: 24px; */
        /* max-width: calc(624 / 720 * 100vw); */
    }

    .popup h3{
        font-size: calc( 32 / 720 * 100vw );
    }

    .popup .pop-sub-title{
        font-size: calc( 28 / 720 * 100vw );
        margin-top: calc( 8 / 720 * 100vw );
    }

    .popup  ul {margin-top: 16px;}

    .popup  ul li{
        padding-left: calc( 20 / 720 * 100vw );
        font-size: calc( 26 / 720 * 100vw );
    }

    .popup  ul li::before{
        content: "·";
        position: absolute;
        left: 0; 
        top: 0;
        font-size: calc( 26 / 720 * 100vw );
        color: #767676;
        line-height: calc( 26 / 720 * 100vw );
    }

    .popup .modal-close{
        top: calc( 30 / 720 * 100vw );
        right: calc( 30 / 720 * 100vw );
        width: calc( 36 / 720 * 100vw );
        height: calc( 36 / 720 * 100vw );
    }


    .popup .pop-table-box{
        margin-top: calc( 24 / 720 * 100vw );
    }

    .popup .pop-table-box table tr th{ 
        line-height: calc( 54 / 720 * 100vw );
        font-size: calc( 22 / 720 * 100vw );
    }

    .popup .pop-table-box table tr th:nth-child(1){
        background-color: #f3f1ed;
    }
    .popup .pop-table-box table tr th:nth-child(1),
    .popup .pop-table-box table tr th:nth-child(3){
        width: 14.2%;
    }

    .popup .pop-table-box table tr th:nth-child(2){
        width: 39.4%;
    }
    
    .popup .pop-table-box table tr th:nth-child(4){
        width: 32.4%;
    }

    .popup .pop-table-box table tr td{
        font-size: calc( 22 / 720 * 100vw );
        line-height: calc( 54 / 720 * 100vw );
    }
        
    .popup .pop-table-box table tr td.twoline{
        line-height: unset;
    }

    .popup .pop-table-box table tr td.twoline p{
        line-height: 22px;
        display: block;
        margin: calc( 10 / 720 * 100vw ) 0px;
    }
    .popup .pop-table-box table tr td.twoline p{
        line-height: calc( 22/ 720 * 100vw );
        display: block;
        margin: calc( 6/ 720 * 100vw );
    }

    .popup .pop-table-box table tr td .small{
        font-size: calc( 16/ 720 * 100vw );
        display: block;
    }


}


/* 제품부분 */
.efficient-prd{
    width: 100%;
}

.more_prd_btn{
    display: flex;
    padding-top: 40px;
    align-items: center;
    justify-content: center;
}

.prd_banner{
    padding-bottom: 40px;
    display: block;
}

.article-pd0{padding-top: 0!important;}

@media screen and (max-width: 767px) {
    .efficient-prd{
        width: 100%;
    }

    .more_prd_btn{
        display: flex;
        padding-top: calc( 40 / 720 * 100vw );
        align-items: center;
        justify-content: center;
        margin: 0 calc( 48 / 720 * 100vw );
    }

    .prd_banner{
        padding-bottom:  calc( 40 / 720 * 100vw );
        display: block;
        margin: 0 calc( 48 / 720 * 100vw );
    }
.article-pd0{padding-top: 0;}

}