/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-110978
* CODE : Dev - EV00021043 , Prod - EV00008723
* FILE : /kr/event/2025/11/17_big_home/eventMainBigHome.jsp
* DESC : 11월 빅프로모션 - 홈스타일링 내공간자랑 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2025/11/11				신우용				Created
************************************************************************************
**/

/* 이벤트 설정 */
* {
    --width: 1380;
}

.evt-func {
    position: relative;
}

.my-space-container {
    max-width: 1380px;
    margin: 0 auto;
}

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

.my-space-container .evt-btn-area a,
.my-space-container .evt-btn-area button {
    width: calc(260 / var(--width) * 100%);
    margin: 0 calc(5 / var(--width) * 100%);
}

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

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

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

.my-space-container .space-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;
}

.my-space-container .space-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;
}

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

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

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

    .my-space-container .evt-btn-area {
        margin-bottom: calc(134 / 390 * 100vw);
        padding-bottom: calc(108 / 390 * 100vw);
    }

    .my-space-container .evt-btn-area>div {
        flex-direction: column;
        justify-content: space-between;
    }

    .my-space-container .evt-btn-area a,
    .my-space-container .evt-btn-area button {
        width: calc(350 / 390 * 100vw);
        height: calc(48 / 390 * 100vw);
        margin: 0;
    }

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

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

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

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

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