/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-112913
* CODE : Dev - EV00021091 , Prod - EV00008781
* FILE : /kr/event/2025/12/19_show_word/eventMainShowWord.jsp
* DESC : 12월 엘라쇼 - 글자 모으기 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2025/11/28				신우용				Created
************************************************************************************
**/

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

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

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

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

.event-container .c-divider {
    display: none;
}

.evt-func {
    position: relative;
}

.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;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.tab-container>.tabs-wrap .tabs>li {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    flex: 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;
}

.tab-content-panel>.evt-func {
    display: flex;
    position: relative;
    width: calc(1166 / var(--width) * 100%);
    margin: 0 auto;
    padding: 72px 10px 80px;
    flex-direction: column;
    gap: 30px;
}

.event-container .cont-txt-grp {
    text-align: left;
    letter-spacing: -0.5px;
}

.event-container .cont-txt-grp .cont-title {
    font-size: 24px;
    color: #111;
    font-weight: 600;
}

.event-container .cont-txt-grp .cont-desc {
    margin-top: 8px;
    font-size: 16px;
    color: #727780;
}

.show-word-int {
    position: relative;
}

.show-word-int #joinBtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(420 / var(--width) * 100%);
    height: calc(56 / 680 * 100%);
    transform: translateX(-50%);
}

.show-word-evt {
    display: none;
    width: calc(816 / var(--width) * 100%);
    margin: 0 auto;
}

/* 쇼핑팩 글자 뽑기 작업 */
.shopping-step-cnt {
    overflow: hidden;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.shopping-step {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 0px, 0px);
    /* transition: transform .5s ease-in-out; */
}

.shopping-step li {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    flex-direction: column;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    /*transition-delay: .3s;*/
    align-items: center;
    row-gap: 80px;
}

.shopping-step[data-step="1"] {
    transform: translate3d(-100%, 0px, 0px);
}

.shopping-step[data-step="2"] {
    transform: translate3d(-200%, 0px, 0px);
}

.shopping-step[data-step="0"] li:nth-child(1),
.shopping-step[data-step="1"] li:nth-child(2),
.shopping-step[data-step="2"] li:nth-child(3) {
    opacity: 1;
}

.shopping-step[data-step="2"] li:nth-child(3) {
    padding-top: 130px;
}

.shopping-step li .shop-title {
    display: block;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    font-weight: 600;
}

.shopping-step li .shop-title em {
    color: #EA1917;
    font-weight: 600;
}

.shopping-step li .shopping-bags {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(calc((100% - 72px) / 4), auto));
    column-gap: 24px;
}

.shopping-step li .bag-button {
    display: inline-block;
    width: 180px;
    aspect-ratio: 1/1 auto;
    background-image: url('/kr/event/2025/12/19_show_word/images/btn_bag_01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.shopping-step li .bag-button[data-bag-id="2"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/btn_bag_02.png');
}

.shopping-step li .bag-button[data-bag-id="3"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/btn_bag_03.png');
}

.shopping-step li .bag-button[data-bag-id="4"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/btn_bag_04.png');
}

.shopping-step li .bag-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.shopping-step li video {
    width: 100%;
    aspect-ratio: 1/1 auto;
}

.shopping-step li .bag-loading {
    position: relative;
    display: flex;
    width: 200px;
    aspect-ratio: 1/1 auto;
    justify-content: center;
    align-items: center;
}

.shopping-step li .bag-loading .bag-type {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1/1 auto;
    background-image: url('/kr/event/2025/12/19_show_word/images/img_bag_loading01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.shopping-step li .circle-group {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.shopping-step li .circle-group .expanding-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 35%;
    height: 35%;
    border-radius: 50%;
    background-color: #fff;
    border: 0px solid rgba(255, 219, 217, 1);
    animation: color-spread 2s infinite ease-out;
}

.shopping-step li .circle-group .circle-1 {
    animation-delay: 0s;
}

.shopping-step li .circle-group .circle-2 {
    animation-delay: 0.5s;
}

.shopping-step li .circle-group .circle-3 {
    animation-delay: 1s;
}

.shopping-step li .bag-loading[data-select-bag="2"] .bag-type {
    background-image: url('/kr/event/2025/12/19_show_word/images/img_bag_loading02.png');
}

.shopping-step li .bag-loading[data-select-bag="2"] .circle-group .expanding-circle {
    border-color: rgba(223, 233, 201, 1);
}

.shopping-step li .bag-loading[data-select-bag="3"] .bag-type {
    background-image: url('/kr/event/2025/12/19_show_word/images/img_bag_loading03.png');
}

.shopping-step li .bag-loading[data-select-bag="3"] .circle-group .expanding-circle {
    border-color: rgba(247, 230, 177, 1);
}

.shopping-step li .bag-loading[data-select-bag="4"] .bag-type {
    background-image: url('/kr/event/2025/12/19_show_word/images/img_bag_loading04.png');
}

.shopping-step li .bag-loading[data-select-bag="4"] .circle-group .expanding-circle {
    border-color: rgba(215, 239, 233, 1);
}

.shopping-step li .result-cnt {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.shopping-step li .result-mark {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 184px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    transform: translateY(50px);
    transition: transform .3s ease-in-out;
}

.shopping-step li .result-mark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 115px;
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_confetti.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.shopping-step li .result-mark[data-word-result="1"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_type01.png');
}

.shopping-step li .result-mark[data-word-result="2"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_type02.png');
}

.shopping-step li .result-mark[data-word-result="3"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_type01.png');
}

.shopping-step li .result-mark[data-word-result="4"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_type03.png');
}

.shopping-step li .result-mark[data-word-result="5"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_type04.png');
}

.shopping-step li .result-mark[data-word-result="6"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_type05.png');
}

.shopping-step li .result-mark[data-word-result="7"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_type06.png');
}

.shopping-step li .shadow-mark {
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 150px;
    height: 48px;
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_shadow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%) scale(0);
    transition: transform .3s ease-in-out;
}

.shopping-step li .result-mark.shine-animation {
    transform: translateY(0px);
}

.shopping-step li .result-mark.shine-animation::after {
    opacity: 1;
    transition-delay: .3s;
}

.shopping-step li .shine-animation+.shadow-mark {
    transform: translateX(-50%) scale(1);
}

/* 단어 배치 스타일 */
.word-completion-area {
    display: flex;
    margin-top: 64px;
    padding: 32px 0 48px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f4f4f4;
    border-radius: 24px;
    gap: 32px;
}

.word-completion-area h5 {
    display: flex;
    width: 165px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    background-color: #111;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    gap: 8px;
}

.word-completion-area h5::before,
.word-completion-area h5::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #bbb;
    border-radius: 100%;
}

.word-completion-area #wordSlotGroup {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.word-completion-area #wordSlotGroup>input[type="text"] {
    display: inline-block;
    width: 80px;
    height: 83px;
    border: 0;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    background-color: transparent;
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_input.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all .3s ease-in-out;
    cursor: auto;
}

.word-completion-area #wordSlotGroup>input[type="text"]::placeholder {
    color: #aaa;
}

.word-completion-area #wordSlotGroup>input[type="text"][aria-selected="true"] {
    text-indent: -9999px;
}

.word-completion-area #wordSlotGroup>#slot0[aria-selected="true"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_input01.png');
}

.word-completion-area #wordSlotGroup>#slot1[aria-selected="true"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_input02.png');
}

.word-completion-area #wordSlotGroup>#slot2[aria-selected="true"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_input03.png');
}

.word-completion-area #wordSlotGroup>#slot3[aria-selected="true"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_input04.png');
}

.word-completion-area #wordSlotGroup>#slot4[aria-selected="true"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_input05.png');
}

.word-completion-area #wordSlotGroup>#slot5[aria-selected="true"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_input06.png');
}

.word-completion-area #wordSlotGroup>#slot6[aria-selected="true"] {
    background-image: url('/kr/event/2025/12/19_show_word/images/bg_word_input07.png');
}

.show-word-evt .btn-wrap {
    margin: 48px 0 0;
}

.show-word-evt .btn-wrap .btn {
    position: relative;
    width: 420px;
    height: 56px;
    padding: 0;
    color: #fff;
    line-height: 1.4;
    background-color: #111;
    border: 0;
    border-radius: 8px;
}

.show-word-evt .btn-wrap .btn:before {
    content: '';
    position: absolute;
    top: -32px;
    left: 50%;
    width: 115px;
    height: 43px;
    background-image: url('/kr/event/2025/12/19_show_word/images/ico_kk_get.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%);
}

.event-container .evt-horizontal-scroll-content {
    overflow-y: hidden;
    column-gap: 40px;
    cursor: auto;
}

.event-container .evt-horizontal-scroll .evt-horizontal-scrollbar {
    display: none;
}
                          
.evt-notice .evt-acco-head button {
    display: inline-flex;
    height: 24px;
    font-size: 13px;
    line-height: 1.4;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.evt-notice .evt-acco-head button:after {
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    background-image: url('/kr/event/2025/12/19_show_word/images/ico_arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

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

.evt-notice .evt-acco-cont.unfolded {
    margin-top: 30px;
}

#bestshop-present .link-more{
	display: flex;
    justify-content: center;
}

.bestshop-evt-link {
    display: inline-block;
    width: 420px;
    height: 56px;
    background-image: url('/kr/event/2025/12/19_show_word/images/btn_event_join.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  	vertical-align: middle;
}

#app-daily>.evt-func {
    width: 100%;
    padding: 0;
    gap: 0;
}

.daily-evt-link {
    position: absolute;
    bottom: 4.9%;
    left: 50%;
    width: 30.5%;
    height: 6.8%;
    transform: translateX(-50%);
}

.exhibitions-banner {
    width: calc(1166 / var(--width) * 100%);
    margin: 0 auto;
    padding: calc(56 / var(--width) * 100%) calc(10 / var(--width) * 100%);
}

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

.exhibitions-banner .bnr-group {
    display: flex;
    gap: 0 24px;
    margin-top: 32px;
}

.exhibitions-banner .bnr-group>* {
    flex: 1;
}

@media screen and (max-width: 1460px) {
    .tab-content-panel>.evt-func {
        padding: calc(72 / 1480 * 100vw) calc(10 / 1480 * 100vw) calc(80 / 1480 * 100vw);
    }

    .event-container .cont-txt-grp .cont-title {
        font-size: calc(24 / 1480 * 100vw);
    }

    .event-container .cont-txt-grp .cont-desc {
        font-size: calc(16 / 1480 * 100vw);
    }

    .shopping-step-cnt {
        height: calc(600 / 1480 * 100vw);
    }

    .shopping-step li {
        padding-top: calc(120 / 1480 * 100vw);
        row-gap: calc(80 / 1480 * 100vw);
    }

    .shopping-step[data-step="2"] li:nth-child(3) {
        padding-top: calc(130 / 1480 * 100vw);
    }

    .shopping-step li .shop-title {
        font-size: calc(24 / 1480 * 100vw);
    }

    .shopping-step li .bag-button {
        width: calc(180 / 1480 * 100vw);
    }

    .shopping-step li .bag-loading {
        width: calc(200 / 1480 * 100vw);
    }

    .shopping-step li .result-mark {
        width: calc(160 / 1480 * 100vw);
        height: calc(184 / 1480 * 100vw);
    }

    .shopping-step li .result-mark::after {
        width: calc(300 / 1480 * 100vw);
        height: calc(115 / 1480 * 100vw);
    }

    .shopping-step li .shadow-mark {
        bottom: calc(-80 / 1480 * 100vw);
        width: calc(150 / 1480 * 100vw);
        height: calc(48 / 1480 * 100vw);
    }

    .word-completion-area {
        margin-top: calc(64 / 1480 * 100vw);
        padding: calc(32 / 1480 * 100vw) 0 calc(48 / 1480 * 100vw);
        border-radius: calc(24 / 1480 * 100vw);
    }

    .word-completion-area h5 {
        width: calc(165 / 1480 * 100vw);
        height: calc(40 / 1480 * 100vw);
        font-size: calc(16 / 1480 * 100vw);
    }

    .word-completion-area #wordSlotGroup>input[type="text"] {
        width: calc(80 / 1480 * 100vw);
        height: calc(83 / 1480 * 100vw);
        font-size: calc(28 / 1480 * 100vw);
    }

    .show-word-evt .btn-wrap {
        margin: calc(48 / 1480 * 100vw) 0 0;
    }

    .show-word-evt .btn-wrap .btn {
        width: calc(420 / 1480 * 100vw);
        height: calc(56 / 1480 * 100vw);
        font-size: calc(16 / 1480 * 100vw);
    }

    .show-word-evt .btn-wrap .btn:before {
        top: calc(-32 / 1480 * 100vw);
        width: calc(115 / 1480 * 100vw);
        height: calc(43 / 1480 * 100vw);
    }

    .bestshop-evt-link {
        width: calc(420 / 1480 * 100vw);
        height: calc(56 / 1480 * 100vw);
    }

    .exhibitions-banner .title {
        font-size: calc(20 / 1480 * 100vw);
    }
}

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

    .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);
    }

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

    .event-container .c-divider {
        display: block;
        width: 100%;
        height: calc(10 / 390 * 100vw);
        background-color: #f3f5f7;
        border: none;
    }

    .tab-content-panel>.evt-func {
        overflow: hidden;
        width: 100%;
        padding: calc(32 / 390 * 100vw) 0 calc(40 / 390 * 100vw);
        gap: 30px;
    }

    .event-container .cont-txt-grp {
        padding: 0 calc(20 / 390 * 100vw);
    }

    .event-container .cont-txt-grp .cont-title {
        font-size: calc(19 / 390 * 100vw);
    }

    .event-container .cont-txt-grp .cont-desc {
        font-size: calc(14 / 390 * 100vw);
    }

    .show-word-int #joinBtn {
        width: calc(350 / 390 * 100vw);
        height: calc(48 / 390 * 100vw);
    }

    .show-word-evt {
        width: calc(350 / 390 * 100vw);
    }

    .shopping-step-cnt {
        height: calc(558 / 390 * 100vw);
    }

    .shopping-step li {
        padding-top: calc(80 / 390 * 100vw);
        row-gap: calc(60 / 390 * 100vw);
    }

    .shopping-step li .shop-title {
        font-size: calc(19 / 390 * 100vw);
    }

    .shopping-step[data-step="2"] li:nth-child(3) {
        padding-top: calc(80 / 390 * 100vw);
    }

    .shopping-step[data-step="2"] li:nth-child(3) .shop-title {
        font-size: calc(24 / 390 * 100vw);
    }

    .shopping-step li .shopping-bags {
        width: fit-content;
        grid-template-columns: repeat(2, minmax(calc((100% - 32px) / 2), auto));
        gap: 16px;
    }

    .shopping-step li .bag-button {
        width: calc(136 / 390 * 100vw);
    }

    .shopping-step li .bag-loading {
        width: calc(190 / 390 * 100vw);
    }

    .shopping-step li .result-mark {
        width: calc(160 / 390 * 100vw);
        height: calc(184 / 390 * 100vw);
    }

    .shopping-step li .result-mark::after {
        width: calc(300 / 390 * 100vw);
        height: calc(115 / 390 * 100vw);
    }

    .shopping-step li .shadow-mark {
        bottom: calc(-80 / 390 * 100vw);
        width: calc(150 / 390 * 100vw);
        height: calc(48 / 390 * 100vw);
    }

    .shopping-step li .reset-action {
        margin-top: calc(30 / 390 * 100vw);
    }

    .shopping-step li .reset-action .btn {
        min-width: auto;
        width: calc(100 / 390 * 100vw);
        height: calc(48 / 390 * 100vw);
        padding: 0;
        border: 0;
        color: #111;
        font-weight: 600;
        font-size: calc(15 / 390 * 100vw);
        line-height: 1.4;
        background-color: #EFF0F2;
        border-radius: 8px;
    }

    .word-completion-area {
        margin-top: 0;
        padding: calc(16 / 390 * 100vw) 0 calc(24 / 390 * 100vw);
        border-radius: calc(20 / 390 * 100vw);
        gap: calc(24 / 390 * 100vw);
    }

    .word-completion-area h5 {
        width: calc(150 / 390 * 100vw);
        height: calc(32 / 390 * 100vw);
        font-size: calc(15 / 390 * 100vw);
    }

    .word-completion-area h5::before,
    .word-completion-area h5::after {
        width: 4px;
        height: 4px;
    }

    .word-completion-area #wordSlotGroup {
        width: calc(300 / 390 * 100vw);
        flex-wrap: wrap;
        gap: 8px;
    }

    .word-completion-area #wordSlotGroup>input[type="text"] {
        width: calc(60 / 390 * 100vw);
        height: calc(63 / 390 * 100vw);
        font-size: calc(19 / 390 * 100vw);
    }

    .show-word-evt .btn-wrap {
        margin: calc(40 / 390 * 100vw) 0 0;
    }

    .show-word-evt .btn-wrap .btn {
        width: 100%;
        height: calc(48 / 390 * 100vw);
        font-size: calc(15 / 390 * 100vw);
    }

    .show-word-evt .btn-wrap .btn:before {
        top: calc(-18 / 390 * 100vw);
        left: auto;
        right: calc(30 / 390 * 100vw);
        width: calc(92 / 390 * 100vw);
        height: calc(31 / 390 * 100vw);
        background-image: url('/kr/event/2025/12/19_show_word/images/m_ico_kk_get.png');
        transform: translateX(0);
    }

    .event-container .evt-horizontal-scroll-content {
        column-gap: 8px;
        cursor: grab;
    }

    .event-container .evt-horizontal-scroll-content>.evt-horizontal-item {
        min-width: calc(148 / 390 * 100vw);
    }

    .event-container .evt-horizontal-scroll .evt-horizontal-scrollbar {
        display: flex;
    }

    .event-container .evt-notice {
        padding: 0 calc(20 / 390 * 100vw);
    }
	.evt-notice .evt-acco-head button {
    	font-size: calc(13 / 390 * 100vw);
    }

    #bestshop-present>.evt-func:first-of-type {
        padding: 0;
    }

    .bestshop-evt-link {
        width: calc(350 / 390 * 100vw);
        height: calc(48 / 390 * 100vw);
        background-image: url('/kr/event/2025/12/19_show_word/images/m_btn_event_join.png');
    }

    .daily-evt-link {
        bottom: 2.8%;
        width: calc(350 / 390 * 100vw);
        height: calc(48 / 390 * 100vw);
    }

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

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

    .exhibitions-banner .bnr-group {
        margin-top: calc(24 / 390 * 100vw);
        flex-direction: column;
        gap: calc(8 / 390 * 100vw) 0;
    }
}

/* 애니메이션 */
@keyframes color-spread {
    0% {
        transform: translate(-50%, -50%) scale(0);
        /* 크기 0에서 시작 */
        opacity: 1;
        border-width: 0px;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        /* 크기 3배까지 확장 */
        opacity: 0;
        /* 확장되면서 서서히 사라짐 */
        border-width: 75px;
        /* width/2 정도의 값으로 설정하여 끝까지 확장된 것처럼 보이게 함 */
    }
}