/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-121429
* CODE : Dev - EV00021281 , Prod - EV00008941
* FILE : /kr/event/2026/03/26_sns_celeb/eventMainSnsCeleb.jsp
* DESC : LGE.COM 셀럽을 맞춰라 - 김나영 마이큐 맞추기
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2026/03/10				신우용				Created
************************************************************************************
**/

@charset 'UTF-8';

.reply-container *,
.layer-join-pop__no_action * {
    font-family: Pretendard, sans-serif;
}

.reply-container .reply-content {
    display: flex;
    flex-direction: column;
    padding: 64px 20px;
    row-gap: 32px;
}

.reply-container .reply-content:first-of-type {
    background-color: #111;
}

.reply-container .reply-title-wrap {
    text-align: center;
}

.reply-container .reply-title-wrap [class*="main-title"] {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}

.reply-container .reply-title-wrap .main-title__highlight {
    font-size: 32px;
    font-weight: 600;
}

.reply-container .reply-title-wrap [class*="main-title"] .color-red {
    color: #FD312E;
}

.reply-container .reply-title-wrap [class*="main-description"] {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}

.reply-container .reply-title-wrap .main-description__highlight {
    color: #fff;
}

.reply-container .btn-wrap {
    width: 260px;
    margin: 0 auto;
}

.reply-container .btn-wrap button,
.reply-container .reply-evt-form .btn-wrap button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 0;
    border: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #111;
    border-radius: 8px;
}

.reply-container .btn-wrap button.btn-confirm {
    column-gap: 6px;
}

.reply-container .btn-wrap button.btn-confirm::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 24px;
    background-image: url('/kr/event/2026/03/26_sns_celeb/images/ico_r_arrow.svg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.reply-container .img-size-normal {
    position: relative;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.reply-container .img-size-big {
    position: relative;
    width: 100%;
    max-width: 1146px;
    margin: 0 auto;
}

/* 댓글 입력 창 */
.reply-container .reply-evt-form .forms {
    display: flex;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
}

.reply-container .reply-evt-form .form-wrap .forms:after {
    display: none;
}

.reply-container .reply-evt-form .forms .text-form,
.reply-container .reply-evt-form .forms .input-wrap {
    width: 100%;
}

.reply-container .reply-evt-form .text-form textarea {
    height: 70px;
    padding: 14px 16px 0;
    font-size: 14px;
    border-color: #DEE1E5;
}

.reply-container .reply-evt-form .text-form textarea+.inner-text {
    padding: 0 16px 14px;
    background-color: #fff;
    color: #777;
    font-size: 13px;
    border-color: #DEE1E5;
}

.reply-container .reply-evt-form .text-form textarea:focus,
.reply-container .reply-evt-form .text-form textarea:focus+.inner-text {
    outline: none;
    border-color: #000;
}

.reply-container .reply-evt-form .warning-text {
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #444;
}

.reply-container .reply-evt-form .chk-wrap input+label {
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.4;
    color: #444;
}

.reply-container .reply-evt-form .chk-wrap input+label::after {
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url('/kr/event/2026/03/26_sns_celeb/images/ico_checkbox_off.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.reply-container .reply-evt-form .chk-wrap input:checked+label::after {
    background-image: url('/kr/event/2026/03/26_sns_celeb/images/ico_checkbox_on.svg');
}

.reply-container .reply-evt-form .chk-wrap .btn-pop-open {
    text-decoration: underline;
    display: inline;
    color: #111;
    font-weight: 600;
}

.reply-container .reply-evt-form .btn-wrap button {
    background-color: #111;
    color: #fff;
}

.reply-container .evt-sns-area {
    position: static;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.reply-container .evt-sns-area a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 댓글 리스트 */
.reply-container .reply-list {
    display: flex;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    flex-direction: column;
    row-gap: 32px;
}

.reply-container .reply-list .list-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.reply-container .reply-list .list-top .total-text {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.reply-container .reply-list .list-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 1px solid #111;
}

.reply-container .reply-list .list-body .list-item {
    display: flex;
    text-align: left;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px solid #EFF0F2;
    row-gap: 10px;
}

.reply-container .reply-list .list-body .list-item p {
    font-size: 16px;
    line-height: 1.4;
}

.reply-container .reply-list .list-body .list-item .item-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 8px;
}

.reply-container .reply-list .list-body .list-item .item-info>*:not(.icon-app) {
    font-size: 13px;
    line-height: 1.2;
    color: #777;
}

.reply-container .reply-list .list-body .list-item .item-info .name {
    position: relative;
    display: inline-flex;
    padding-right: 8px;
    align-items: center;
    justify-content: center;
}

.reply-container .reply-list .list-body .list-item .item-info .name::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 65%;
    background-color: #ddd;
    transform: translateY(-50%);
}

.reply-container .reply-list .list-body .list-item .item-info .icon-app {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 4px 5px;
    border-radius: 4px;
    background-color: #7649ec;
}

.reply-container .reply-list .list-body .list-item .item-info .icon-app.show {
    display: flex;
}

/* 댓글 리스트 페이저 */
.reply-container .reply-list .list-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}

.reply-container .reply-list .list-pager .btn-pager {
    display: inline-flex;
    width: 48px;
    aspect-ratio: 48/32;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #f4f4f4;
    background-image: url('/lg5-common/images/icons/ic-left-16.svg');
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center center;
    pointer-events: none;
    order: 1;
}

.reply-container .reply-list .list-pager .btn-pager.next {
    order: 3;
    background-image: url('/lg5-common/images/icons/ic-right-16.svg');
}

.reply-container .reply-list .list-pager .btn-pager.show {
    background-color: #fff;
    border-color: #ddd;
    pointer-events: auto;
}

.reply-container .reply-list .list-pager .pager-no {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    order: 2;
}

.reply-container .reply-list .list-pager .pager-no .btn-pager-no {
    position: relative;
    display: inline-flex;
    width: 56px;
    aspect-ratio: 56/32;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #777;
}

.reply-container .reply-list .list-pager .pager-no .btn-pager-no+.btn-pager-no::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 50%;
    background: #777;
    transform: translateY(-50%);
}

.reply-container .reply-list .list-pager .pager-no .btn-pager-no.on {
    color: #000;
    font-weight: 700;
    pointer-events: none;
}

.reply-container .evt-acco-area.acco-text-type .evt-acco-btn {
    font-weight: 600;
}

/* sns이벤트 오픈준비중 화면 */
.sns-open-content {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .reply-container .reply-content {
        padding: var(--evt-size-40) var(--evt-size-20);
        row-gap: var(--evt-size-20);
    }

    .reply-container .reply-title-wrap {
        text-align: left;
    }

    .reply-container .reply-title-wrap [class*="main-title"] {
        font-size: var(--evt-size-26);
    }

    .reply-container .reply-title-wrap [class*="main-description"] {
        font-size: var(--evt-size-16);
    }

    .reply-container .reply-evt-form .text-form textarea {
        height: calc(110 / 390 * 100vw);
        padding: var(--evt-size-14) var(--evt-size-16) 0;
        font-size: var(--evt-size-14);
    }

    /* 아이폰 16px 이하 줌인 제어: 16px 유지 + 시각 14px(= scale 14/16), 레이아웃은 역보정 */
    .os_iOS .reply-container .reply-evt-form .text-form textarea {
        --ios-ta-scale: calc(14 / 16);
        /* 비-iOS와 동일한 시각 높이: 콘텐츠 영역(vw) + 상단 패딩(14 토큰) */
        --ios-ta-v-outer: calc(110 / 390 * 100vw + var(--evt-size-14));
        width: calc(100% / var(--ios-ta-scale));
        height: calc(110 / 390 * 100vw / var(--ios-ta-scale));
        margin-right: calc(-100% * (1 - var(--ios-ta-scale)) / var(--ios-ta-scale));
        margin-bottom: calc(-1 * var(--ios-ta-v-outer) * (1 - var(--ios-ta-scale)) / var(--ios-ta-scale));
        padding: calc(var(--evt-size-14) / var(--ios-ta-scale)) calc(var(--evt-size-16) / var(--ios-ta-scale)) 0;
        font-size: 16px;
        transform: scale(var(--ios-ta-scale));
        transform-origin: left top;
    }

    .reply-container .reply-evt-form .text-form textarea+.inner-text {
        padding: 0 var(--evt-size-16) var(--evt-size-14);
        font-size: var(--evt-size-13);
    }

    .reply-container .reply-evt-form .warning-text {
        font-size: var(--evt-size-11);
    }

    .reply-container .reply-evt-form .chk-wrap input+label {
        padding-left: var(--evt-size-24);
        font-size: var(--evt-size-14);
        text-align: left;
    }

    .reply-container .reply-evt-form .chk-wrap input+label::after {
        width: var(--evt-size-20);
        height: var(--evt-size-20);
    }

    .reply-container .reply-evt-form .btn-wrap {
        width: 100%;
    }

    .reply-container .reply-evt-form .btn-wrap button {
        height: var(--evt-size-48);
        font-size: var(--evt-size-15);
    }

    .reply-container .reply-list .list-top {
        margin-bottom: var(--evt-size-15);
    }

    .reply-container .reply-list .list-top .total-text {
        font-size: var(--evt-size-18);
    }

    .reply-container .reply-list .list-body .list-item {
        padding: var(--evt-size-14) 0;
    }

    .reply-container .reply-list .list-body .list-item p {
        font-size: var(--evt-size-16);
    }

    .reply-container .reply-list .list-body .list-item .item-info {
        column-gap: var(--evt-size-8);
    }

    .reply-container .reply-list .list-body .list-item .item-info>*:not(.icon-app) {
        font-size: var(--evt-size-13);
    }

    .reply-container .reply-list .list-body .list-item .item-info .name {
        padding-right: var(--evt-size-8);
    }

    .reply-container .reply-list .list-pager {
        justify-content: space-around;
        column-gap: 0;
    }

    .reply-container .reply-list .list-pager .btn-pager {
        width: var(--evt-size-48);
        height: var(--evt-size-32);
    }

    .reply-container .reply-list .list-pager .pager-no .btn-pager-no {
        width: var(--evt-size-48);
        height: var(--evt-size-32);
        font-size: var(--evt-size-13);
        aspect-ratio: 48 / 32;
    }

    /* sns이벤트 오픈준비중 화면 */
    .sns-open-content {
        padding: 0;
    }
}