/**
************************************************************************************
* CSR1 : http://clm.lge.com/issue/browse/BTOCSITE-103284(래플 이벤트 CSR)
* CSR2 : http://clm.lge.com/issue/browse/BTOCSITE-103381(집꾸미기 이벤트 CSR)
* CODE : Dev - EV00021001, Prod - EV00008671
* FILE : /kr/event/2025/11/17_big_event/eventPlan.jsp
* DESC : ONMKT-732[빅프/가전X리빙] : 11월 빅프로모션
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2025/10/22				신우용				Created
************************************************************************************
**/

* {
    --width: 1380;
}

.event-container * {
    font-family: 'Pretendard', sans-serif;
}

.evt-func {
    position: relative;
}

.event-header {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1380 / 740;
}

.event-header video {
    width: 100%;
}

.event-header>p {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.tab-links {
    background-color: #fff;
}

.tab-links .link-list {
    display: flex;
    max-width: 1146px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.tab-links .link-list>li {
    position: relative;
    height: 100%;
    flex: 1;
    margin: 0;
    padding: 0;
}

.tab-links .link-list>li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.tab-links .link-list li a,
.tab-links .link-list li em {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 19px;
    color: #444;
    line-height: 1.4em;
    letter-spacing: -0.03em;
}

.tab-links .link-list li.on a,
.tab-links .link-list li.on em {
    color: #111;
    font-weight: 600;
}

.tab-links .link-list>li.on:before {
    height: 2px;
    background-color: #111;
}

.tab-container>.tabs-wrap {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
    z-index: 20;
}

.tab-container>.tabs-wrap .tabs {
    display: flex;
    width: 100%;
    max-width: 1146px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.tab-container>.tabs-wrap .tabs>li {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    flex: 1;
}

.tab-container>.tabs-wrap .tabs>li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.tab-container>.tabs-wrap .tabs li a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.tab-container>.tabs-wrap .tabs li.on a {
    font-weight: 600;
    color: #111;
}

div[role="tabpanel"] {
    /*min-height: calc(100vh - 50px);*/
}

.tab-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    background-image: linear-gradient(135deg, #ff2414 0, #ff2414 22%, #de2af7 52%, #7823ff 71%, #14b9ff 84%, #14b9ff 100%);
}

.tab-title>p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

/* 임시 테스트 */
.loading_con.ui-spinner {
    position: fixed !important;
}

.curating-container .evt-btn-area {
    bottom: 0;
    padding-bottom: calc(56 / var(--width) * 100%);
    margin-bottom: calc(270 / var(--width) * 100%);
}

.curating-container .evt-btn-area a {
    width: calc(530 / var(--width)*100%);
}

.curating-container .curating-info-list {
    padding: calc(64 / var(--width) * 100%) 0;
    background-color: #0A0A0A;
}

.curating-container .curating-info-list>* {
    width: calc(1146 / var(--width) * 100%);
    margin: 0 auto;
}

.curating-container .curating-info-list .evt-acco-area {
    margin-top: calc(40 / var(--width) * 100%);
}

.curating-container .curating-info-list .evt-acco-head button {
    display: inline-flex;
    height: 24px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.curating-container .curating-info-list .evt-acco-head button:after {
    content: '';
    display: inline-flex;
    width: 18px;
    height: 18px;
    background-image: url('/kr/event/2025/11/17_big_raffle/images/ico_arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.curating-container .curating-info-list .evt-acco-head button[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.curating-container .curating-info-list .evt-acco-cont.unfolded {
    margin-top: 30px;
}

.exhibitions-banner {
    display: flex;
    width: calc(1146 / var(--width)*100%);
    margin: 0 auto;
    padding: calc(56 / var(--width)*100%) 0;
    column-gap: 24px;
}

.exhibitions-banner .bnr-group .title {
    display: block;
    font-size: 20px;
  	letter-spacing: -0.4px;
  	line-height: 1.4;
    font-weight: 700;
    text-align: left;
}

.exhibitions-banner .bnr-group ul {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 32px;
}

.exhibitions-banner .bnr-group a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1480px) {
    .exhibitions-banner .bnr-group .title {
        font-size: 1.3514vw;
    }
}

@media screen and (max-width: 767px) {
    * {
        --width: 720;
    }

    .event-container {
        max-width: 100%;
        padding: 0;
    }

    .event-header>p {
        font-size: calc(50 / 720 * 100vw);
    }

    .tab-links .link-list {
        height: calc(48 / 390 * 100vw);
        padding: 0 calc(20 / 390 * 100vw);
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .tab-links .link-list>li:before {
        background-color: transparent;
    }

    .tab-links .link-list li a,
    .tab-links .link-list li em {
        font-size: calc(14 / 390 * 100vw);
    }

    .tab-links .link-list>li.on:before {
        bottom: -1px;
    }

    .tab-container>.tabs-wrap {
        top: 46px;
    }

    .header.helloBar~.mobile-nav-wrap~#content .event-container .tab-container>.tabs-wrap {
        top: 88px;
    }

    .tab-container>.tabs-wrap .tabs {
        padding: 0 calc(20 / 390 * 100vw);
        height: calc(48 / 390 * 100vw);
        column-gap: calc(24 / 390 * 100vw);
        justify-content: flex-start;
    }
    .tab-container>.tabs-wrap .tabs li{
        flex: none;
    }

    .tab-container>.tabs-wrap .tabs li a {
        font-size: calc(14 / 390 * 100vw);
        letter-spacing: -0.03em;
    }

    .tab-title {
        height: calc(140 / 720* 100vw);
    }

    .tab-title>p {
        font-size: calc(36 / 720* 100vw);
    }

    .curating-container .evt-btn-area {
        padding-bottom: calc(90 / var(--width) * 100%);
        margin-bottom: calc(390 / var(--width) * 100%);
    }

    .curating-container .evt-btn-area a {
        width: calc(650 / var(--width)*100%);
    }

    .curating-container .curating-info-list>* {
        width: 100%;
    }

    .curating-container .curating-info-list .evt-acco-area {
        width: 100%;
    }

    .curating-container .curating-info-list .evt-acco-head button {
        height: calc(16 / 390 * 100vw);
        font-size: calc(13 / 390 * 100vw);
    }

    .curating-container .curating-info-list .evt-acco-head button:after {
        width: calc(12 / 390 * 100vw);
        height: calc(12 / 390 * 100vw);
    }

    .curating-container .curating-info-list .evt-acco-cont.unfolded {
        margin-top: calc(10 / 390 * 100vw);
    }

    .exhibitions-banner {
        width: calc(350 / 390 * 100vw);
        padding: calc(40 / 390 * 100vw) 0;
        flex-direction: column;
        column-gap: 0;
    }

    .exhibitions-banner .bnr-group+.bnr-group {
        margin-top: calc(28 / 390 * 100vw);
    }

    .exhibitions-banner .bnr-group .title {
        font-size: calc(20 / 390 * 100vw);
        font-weight: 500;
    }

    .exhibitions-banner .bnr-group ul {
        row-gap: calc(8 / 390 * 100vw);
        margin-top: calc(24 / 390 * 100vw);
    }
}