::-webkit-scrollbar {
    display: none;
}
@media (max-width:1060px) {
    #root.wrapper ._angular {
        padding-top: 0 !important;
    }
}

:root {
    --vh: 1vh;
    --peek: 48px; 
} /* iOS 대응용 동적 vh */
body,html,#root.wrapper {
    background-color: rgb(var(--color-black)) !important;
}
header.head {
    background-color: transparent !important;
}
header.head .headers {
    border-bottom: 0;
}
@media (max-width:1060px) {
    .headers__utils--item .uixbutton svg {
        color: rgb(var(--color-white)) !important;
    }
    .headers__utils--item .uixbutton.-gnb-mypage {
        background-color: rgb(var(--color-white)) !important;
    }    
}




header.head {
    transition: all .4s;
}
header.head {
    background-color: transparent !important;
}
header.head.-scroll {
    background-color: rgb(var(--color-color00)) !important;
}
header .headers {
    transition: all .4s;
}
header .headers {
    border-bottom: 0px !important;
}
/* header.-scroll  .headers {
    border-bottom: 1px solid rgb(var(--color-border)) !important;
} */
.moheadside .gnb-new {
    background-color: transparent !important;
    box-shadow: 0 0 1rem rgb(255 255 255 / .2) !important;
}
.moheadside .gnb-new.-scroll {
    background-color: rgb(var(--color-color0)) !important;
}
@media (max-width:1060px) {
    header.head:not(.-scroll) .headers__utils--link.headers__utils-search,
    header.head:not(.-scroll) .uixbutton.-gnb-myalarm svg {
        color: rgb(var(--color-white));
    }
    header.head:not(.-scroll) .uixbutton.-gnb-mypage {
        background-color: rgb(var(--color-white));
    }
    header.head.-scroll .headers__utils--link.headers__utils-search,
    header.head.-scroll .uixbutton.-gnb-myalarm svg {
        color: rgb(var(--color-white));
    }
    header.head.-scroll .uixbutton.-gnb-mypage {
        background-color: rgb(var(--color-white));
    }
}

@media (min-width:1060px) {
    header.head:not(.-scroll) *,
    .gnb-new__button {
        color: rgb(var(--color-white));
    }
    header.head:not(.-scroll) .uixbutton.-gnb-mypage {
        background-color: rgb(var(--color-white)) !important;
    }
    .gnb-new:not(.-scroll) .gnb-new__button {
        color: rgb(var(--color-white)) !important;
    }
}
footer.footer.-bordered .hydrated.-footeer_hydrated {
    display: none;
}
@media (max-width:1060px) {
    footer.footer .back-btn {
        display: none;
    }
    /* #footer_nav .footer_nav_itembar {
        background-color: rgb(var(--color-black)) !important;
        color: rgb(var(--color-white)) !important;
    }
    #footer_nav .nav_itemitem_img img, #footer_nav .nav_itemitem_img svg {
        color: rgb(var(--color-white)) !important;
    }
    #footer_nav .footer_nav_itemcenter_back:before {
        box-shadow: 0 300px 0 300px rgb(var(--color-black)) !important;
    } */
    #footer_nav .footer_nav_itembar,
    #footer_nav .itemcenter_inner_con {
        box-shadow: 0 0 1rem rgb(0 0 0 / .1) !important;
    }
    .floating-button {
        display: none !important;
    }
}
@media (min-width:1060px) {
    ._angular {
        padding-bottom: 0 !important;
    }
}
@media (max-width:1060px) {
    /* ._angular {
        height: 100%;
        padding: 0 !important;
    } */
    ._angular {
        position: fixed !important;
        /* inset: 0 !important; */
        top: calc(50px + constant(safe-area-inset-top));
        top: calc(50px + env(safe-area-inset-top));
        bottom: calc(0px + constant(safe-area-inset-bottom));
        bottom: calc(0px + env(safe-area-inset-bottom));
        left: 0;
        right: 0;
    }
}

#root.wrapper {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}



.reels-global-loader { pointer-events: none; } /* opacity:0 일 때도 클릭/스와이프 살아있게 */


.reels-main {
    height: calc(100vh - 100px);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    -webkit-transition: margin-right .35s .4s cubic-bezier(0.21, 0.55, 0, 0.99);
    transition: margin-right .35s .4s cubic-bezier(0.21, 0.55, 0, 0.99);
}
.reels-main:before {
    content: '';
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    height: 63px;
    transition: opacity .2s ease-in-out;
    background: linear-gradient(360deg, hsla(0, 0%, 100%, 0), rgb(0 0 0));
}


.reelsmain-wraparea {
    position: relative;
    width: 100%;
    height: calc(var(--vh) * 100);
    height: 100%;
    /* padding-top: calc(0px + env(safe-area-inset-top)) !important; */
    overflow: hidden;
    touch-action: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    contain: layout paint size;

    color: rgb(var(--color-white));

    isolation:isolate;                 /* 상위 스택 격리 */


    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; */
    z-index: 10;
}
@media (min-width:1060px) {
    .reelsmain-wraparea {
        padding-top: 55px;
        padding-bottom: 55px;
        padding: 0 40px;
        flex-direction: row;

        max-width: 1440px;
        margin: 0 auto;
    }
}
.reelsmain-wraparea:before {
    content: '';
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    height: 50px;
    transition: opacity .2s ease-in-out;
    background: linear-gradient(360deg, hsla(0, 0%, 100%, 0), rgb(0 0 0));
}
.reelsmain-swiperlist {
    width: 100%;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0, -0.08, 0, 1);
    will-change: transform;
    margin: 0 auto;

    position: relative;  /* overflow: visible(기본) */

}
.reelsmain-swiperslide {
    position: relative;
    width: 100%;
    height: calc(var(--vh) * 100);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: .8rem;
    font-weight: 400;
    color: #fff;

    position: relative;
    isolation: isolate;  /* 슬라이드별 스택 분리 */
    z-index: 1;
}
.reelsmain-swiperslide.-active{ z-index: 3; }


.reels-content {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgb(15 15 15);
    display: flex;
    align-items: flex-end;
    transition: all .3s;
}
@media (min-width:1060px) {
    .reels-content {
        border-radius: 15px;
        /* overflow: hidden; */
    }
}
@media (max-width:1060px) {
    .reels-content {
        padding-bottom: 20px;
    }
}
@media (min-width:1060px) {
    .reels-content {
        width: calc(100% - 72px);
        max-width: 500px;
    }
}
.reels-contentBack {
    display: none;
}
@media (min-width:1060px) {
    .reels-contentBack {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 110%;
        height: 110%;
        transform: translate(-50%, -50%);
        filter: blur(20rem);
        z-index: -1;
    }
    .reels-contentBack img {
        width: 100%;
        height: 100%;
        vertical-align: top;
        object-fit: cover;
    }
}
@media (min-width:1060px) {
    .reels-contentToparea__wrapper {
        width: 400px;
        height: 100%;
        /* overflow-y: auto; */
    }
}
@media (max-width:1060px) {
    .reels-contentToparea__wrapper {
        position: absolute;
        z-index: 10;
        top: 0;
        width: 100%;
        height: auto;
    }
}
.reels-contentToparea {
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: rgb(var(--color-white));
}
@media (min-width:1060px) {
    .reels-contentToparea {
        top: 0;
        padding: 20px 20px;
    }
}
.reels-contentTopareaList {
    width: max-content;
    display: flex;
    gap: 1rem;
    margin: 0 auto;
}
.reels-contentTopareaItem {

}
.reels-contentTopareaButton {
    position: relative;
    font-size: .7rem;
    text-shadow: 0 0 1rem rgb(0 0 0 / .5);
    background-color: rgb(var(--color-black) / .5);
    border-radius: 50px;
    padding: .1rem .5rem;
}
.reels-contentTopareaButton:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 0%;
    height: 2px;
    border-radius: 50px;
    background-color: rgb(var(--color-white));
    transition: all .3s;
}
.reels-contentTopareaButton.-active:before {
    width: 80%;
}

.reels-contentTopareaSearch {
    margin-top: 1rem;
}
.reels-contentTopareaForms {
    width: 80%;
    margin: 0 auto;


    position: relative;
    overflow: hidden;
    flex: 1;
    max-width: 400px;
    height: 40px;
    border-radius: 50px;
    background-color: rgb(var(--color-color2) / .9);
    transition: all .3s;
}
.reels-contentTopareaForms input {
    outline: 0;
    border: 0;
    background-color: transparent;
    color: inherit;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 20px;
}
@media (max-width:1060px) {
    .reels-contentTopareaForms {
        width: 50px;
        margin: 0;
        margin-left: auto;
    }
    .reels-contentTopareaForms.-active {
        width: 80%;
        margin: 0 auto;
    }
    .reels-contentTopareaForms input {
        display: none;
    }
    .reels-contentTopareaForms.-active input {
        display: block;
    }
}
.reels-contentTopareaForms .contentsearchbutton {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}





.reels-contentVideowrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.reels-contentVideowrap video,
.reels-contentVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    border-radius: 15px;
    object-fit: contain;
}
@media (max-width:1060px) {
    .reels-contentVideowrap video,
    .reels-contentVideo {
        border-radius: 0px;
        padding-bottom: 20px;
    }
}
.reels-container {
    transition: all .3s;

}
@media (max-width:1060px) {
    .reels-container {
        position: absolute;
        right: 0;
        bottom: 55px;
    }
}
.reels-containerInr {
    align-items: center;
    display: flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: auto;
    width: 48px;
    height: 100%;
    padding: 0 20px 0 0;
}
@media (min-width:1060px) {
    .reels-containerInr {
        width: 72px;
        padding: 0 12px 0 12px;
    }
}
.reelcontainer-wraparea {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}
.reelcontainer-wraparea>* {
    display: block;
    margin-top: 15px;
}
.reelcontainer-boxlabel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.reelcontainer-boxbtn {
    width: 45px;
    height: 45px;
    font-size: 13px;
    line-height: 48px;
    border-radius: 24px;
    padding: 0;
    background-color: rgb(var(--color-color2) / .1);
    box-shadow: 0 0 .25rem rgb(var(--color-black) / .05);
    /* color: rgb(var(--color-white) / .5); */
}
.reelcontainer-boxbtn.-active {
    color: rgb(var(--color-white));
    background-color: rgb(var(--color-color2) / .5);
}
.reelcontainer-btnicon {
    width: 25px;
    height: 25px;
    margin: auto;
}
@media (min-width: 1060px) {
    .reelcontainer-btnicon {
        width: 20px;
        height: 20px;
    }
}
.reelcontainer-btniconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reelcontainer-infos {
    margin: 4px -8px 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    overflow: hidden;
    display: block;
    max-height: 20px;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    text-shadow: 0 0 .25rem rgb(var(--color-black));
}
/* .reelsmain-swiperslide:nth-child(2){ background:#4CA7E6; }
.reelsmain-swiperslide:nth-child(3){ background:#00C471; } */

.memprofile-wraparea {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
@media (max-width:1060px) {
    .memprofile-wraparea {
        padding-bottom: 15px;
    }
}
.memprofile-link {

}
.memprofile-linkimg {
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: rgb(var(--color-desc) / .1);
}












.rellsinfo-wraparea {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 3;
}
@media (min-width:1060px) {
    .rellsinfo-wraparea {
        right: 0;
        bottom: 0px;
    }
}
.rellsinfo-InnerBox {
    padding: 15px 72px 15px 15px;
}
@media (min-width:1060px) {
    .rellsinfo-InnerBox {
        padding: 15px 15px 20px 15px;
    }
}
.rellsinfo-InnerBox_title {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
}
.rellsinfo-InnerBox_title::-webkit-scrollbar {
    display: none;
}
.rellsinfo-InnerBox[aria-expanded="true"] .rellsinfo-InnerBox_title {
    -webkit-line-clamp: none;
    max-height: 500px;
    overflow-y: auto;
}
.rellsinfo-InnerBox_tag {
    margin-top: 1rem;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    transition: all .3s;
}
.rellsinfo-InnerBox[aria-expanded="true"] .rellsinfo-InnerBox_tag {
    -webkit-line-clamp: none;
}
.rellsinfo-InnerBox_tag a {
    color: rgb(var(--color-desc));
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-right: .25rem;
}





.controls[_controls] {
    position: absolute;
    bottom: calc(100% + 0px);
    left: 0;
    right: 0;
    width: calc(100% - 72px);
    z-index: 10;
    cursor: pointer;
    
}
@media (min-width:1060px) {
    .controls[_controls] {
        width: 100%;
        bottom: 0;
    }
}
.bar[_controls] {
    position: relative;
    flex: 1;
    height: 8px;
    border-radius: 0 50px 50px 0;
    background: #ffffff5a;
    touch-action: none;
}
.bar__fill[_controls] {
    position: absolute;
    inset: 0;
    right: auto;
    width: 0%;
    background: rgb(var(--color-color00));
    box-shadow: 0 0 1rem rgb(var(--color-white) / .3);
    border-radius: 0 50px 50px 0;
    pointer-events: none;
}
.bar__thumb[_controls] {
    display: none;
    /* position: absolute;
    top: 50%;
    left: 0%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .35);
    pointer-events: none; */

    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: transparent;
    pointer-events: none;
}
.bar__thumb[_controls]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .35);
    pointer-events: none;
    
}
.controls[_controls]:active,
.controls[_controls]:hover .bar__thumb[_controls] {
    display: block;
}
.controls[_controls] .bar[_controls].is-scrubbing .bar__thumb[_controls]{transform:translate(-50%,-50%) scale(1.08)}









._infoInrBox-ply {
    position: absolute;
    left: calc(50% - 36px);
    left: calc(50% - 20px);
    top: calc(50% - 36px);
    padding: 16px;
    border-radius: 50%;
    background-color: #00000080;

    transform: scale(0.5);
    opacity: 0;
    animation: popIn 0.6s forwards;
    /* transition: transform 0.5s ease-out, opacity 0.5s ease-out; */
}
._infoInrBox-ply.-active {
    transform: scale(1);
    opacity: 1;
    animation: none;
}
@keyframes popIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    60% {
        transform: scale(1.05); /* 살짝 팅김 */
        opacity: 1;
    }
    80% {
        transform: scale(1); /* 살짝 줄어듦 */
    }
    100% {
        transform: scale(1); /* 원래 크기 */
    }
}
._infoInrBox-ply_iner {
    padding: 8px;
    display: flex;
    justify-content: center;
    background-color: transparent;
    touch-action: manipulation;
    align-items: center;
    cursor: pointer;
}
._infoInrBox-ply_inerIco {
    display: flex;
    text-align: inherit;
    cursor: pointer;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
._infoInrBox-ply_inerIco svg {
    color: #ffffff;
    position: relative;
    display: block;
}




.__info-top_opt__sound {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.__info-top_opt__sound svg {
    transition: opacity 0.2s;
}
.__info-top_opt__sound svg:nth-child(2) {
    opacity: 0;
    display: none;
}
.__info-top_opt__sound.-muted svg:nth-child(1) {
    opacity: 1;
    display: none;
}
.__info-top_opt__sound.-muted svg:nth-child(2) {
    opacity: 1;
    display: inline;
}












.comments-wraparea {
    display: none;
    overscroll-behavior: contain;
    touch-action: pan-y;
    position: relative;
    z-index: 100;
    color: rgb(var(--color-white));
    animation: none;
}
@media (min-width:1060px) {
    .comments-wraparea {
        border-radius: 1rem;
        width: 400px;
        height: calc(100% - 4rem);
        margin: auto 0;
        padding-bottom: 5rem;
        animation: none;
    }
}
@media (max-width:1060px) {
    .comments-wraparea {
        border-radius: 1rem 1rem 0 0;
        width: 100%;
        height: calc(100% - 60px);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        animation: none;
        padding-bottom: 55px;
        box-shadow: 0 0 1rem rgb(var(--color-border) / .3);
    }
}
.comments-wraparea.-active {
    display: block;
}
.comments-areaIner {
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: none;
    overflow: auto;
    background-color: rgb(33 33 33);
}
@media (min-width:1060px) {
    .comments-areaIner {
        border-radius: 1rem;
        box-shadow: none;
        border: 1px solid rgb(var(--color-border) / .1);
    }
}
.comments-headarea {
    position: sticky;
    top: 0;
    z-index: 10;
    border-radius: 1rem 1rem 0 0;
    height: 3rem;
    min-height: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: rgb(15 15 15);
    border-bottom: 1px solid rgb(var(--color-border) / .1);
}
.comments-headTxt {

}
.comments-headTxt span {
    color: rgb(170 170 170);
    font-size: 10px;
}
.comments-headBtn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: .5rem;
}
.comments-headBtn button {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.comments-headBtn_filter {

}
.comments-headBtn_close {

}

.comments-formsarea {
    position: sticky;
    bottom: 0;
    z-index: 1;
    height: 58px;
    min-height: 58px;
    background-color: rgb(33 33 33);
    border-top: 1px solid rgb(var(--color-border) / .1);
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: .25rem;
}
.comments-formsarea_member {
    width: 28px;
    height: 28px;
}
.comments-formsarea_member img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all .4s;
    object-fit: contain;
    border-radius: 50px;
    overflow: hidden;
}
.comments-formsarea_input {
    position: relative;
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: .5rem;
}
.comments-formsarea_input input {
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    border-bottom: 1px solid rgb(var(--color-border));
    color: rgb(var(--color-white));
}
.comments-formsarea_input input:focus {
    padding: 10px;
    border: 1px solid rgb(var(--color-border));
    border-radius: 5px;
}
.comments-formsarea_submit {
    width: 25px;
    height: 25px;
}
.comments-formsarea_submit:disabled {
    opacity: .5;
}

.comments-listarea {
    flex: 1;
    width: 100%;
    padding: 1rem 1.2rem;
}
.comments-items+.comments-items {
    display: block;
    margin-top: 1rem;
}
.comments-listarea > .comments-items+.comments-items {
    display: block;
    margin-top: 2rem;
}
.comments-itemarea {
    position: relative;

}
.comments-itemcont__actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.comments-itemcont__actions .comments-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comments-itemcont {
    position: relative;
    display: flex;
    flex-direction: row;
}
.comments-itemcont__thumbnail {
    margin-right: 12px;
}
.comments-itemcont__thumbnailBtn {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: transparent;
    overflow: hidden;
}
.comments-itemcont__thumbnailBtn img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all .4s;
    object-fit: cover;
    background-color: rgb(var(--color-black));
}

.comments-itemcont__comment {
    min-width: 0;
    flex: 1;
    flex-basis: 0.000000001px;
    display: flex;
    flex-direction: column;
}
.comments-itemcont__comment__member {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /* justify-content: space-between; */
    font-weight: 700;

    width: 100%;
    
}
.comments-itemcont__comment__member .--comment__memberTxt {
    /* flex: 1;
    width: 100%; */
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    padding-right: .25rem;
}
.comments-itemcont__comment__member .--comment__memberMeta {
    min-width: max-content;
    opacity: .5;
    font-size: 10px;
    font-weight: 400;
}

.comments-itemcont__content {
    width: 100%;
}
.comments-itemcont__reply {
    width: 100%;
    display: flex;
    margin-top: .25rem;
}
.itemcont__replyButton {
    width: fit-content;
    font-size: 10px;
    line-height: 1;

}
.comments-replyForm {
    width: 100%;
    margin-top: .25rem;
}
.comments-replyForm__inner {

}
.comments-replyForm__textarea {
    width: 100%;
    resize: none;
    outline: 0;
    height: 30px;
    background-color: transparent;
    font-style: normal;
    font-size: .7rem;
    line-height: 25px;
    color: rgb(var(--color-white));
    border: 0;
    border-bottom: 1px solid rgb(var(--color-white) / .3);
}
.comments-replyForm__actions {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}
.comments-replyForm__actions > button {
    font-size: 10px;
    line-height: 1.3;
    padding: 5px 10px;
    border-radius: 50px;
}
.comments-replyForm__actions > button:disabled {
    border: 1px solid rgb(var(--color-desc2) / .5);
    background-color: rgb(var(--color-desc2) / .5);
    color: rgb(var(--color-black));
}
.comments-replyForm__cancel {

}
.comments-replyForm__submit {
    border: 1px solid rgb(var(--color-color1));
    background-color: rgb(var(--color-color4) / .8);
    color: rgb(var(--color-color00));
}








.comments-itemMore {
    display: block;
    margin-left: 56px;
}
.comments-itemMore_Btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    padding: .3rem .5rem;
    border-radius: 50px;
    margin-top: .5rem;
    color: rgb(var(--color-color2));
    background-color: rgb(var(--color-color2) / .1);
    letter-spacing: -.05rem;
    font-size: .7rem;
    line-height: 1;
}
.comments-itemMore_List {
    margin: 1rem 0;
}















/* 활성 슬라이드 외에는 컨트롤/오버레이/사운드 버튼만 가림 */
/* .reelsmain-swiperslide:not(.-active) .controls,
.reelsmain-swiperslide:not(.-active) ._infoInrBox-ply,
.reelsmain-swiperslide:not(.-active) .__info-top_opt__sound,
.reelsmain-swiperslide:not(.-active) .reelcontainer-wraparea {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
} */
/* 현재 슬라이드만 컨트롤 fully enable */
/* .reelsmain-swiperslide.-active .controls {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
} */






















.fotshare-wrap[_fly-share-box] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--color-black) / .5);
    z-index: 5000;
}
.fotshare-wrap.-active[_fly-share-box] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media (min-width: 1060px) {
    .fotshare-wrap[_fly-share-box].-active {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.fotshare-contents[_fly-share-box] {
    display: inline-block;
    overflow-y: auto;
    position: relative;
    padding: 20px 0px 20px 0px;
    outline: 0;
    background-color: rgb(var(--color-black));
    box-shadow: 0 4px 20px rgb(var(--color-white) / .5);
    border-radius: 20px 20px 0 0;
    scrollbar-width: thin;
    scrollbar-color: #767676 transparent;

    width: 100%;
    max-width: 100%;
    height: 60%;
    max-height: 60%;
}
@media (min-width: 1060px) {
    .fotshare-contents[_fly-share-box] {
        border-radius: 20px;
        width: 400px;
        min-width: 400px;
        max-width: 90%;
        max-height: 100%;
    }
}
.fotshare-close[_fly-share-box] {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 10px;
    text-indent: 100%;
    cursor: pointer;
    font-size: 0;
}
.fotshare-head[_fly-share-box] {
    text-align: center;
}

/* linkbox-box */
.linkbox-box_wrap[_fly-share-box] {
    padding: 0 40px;
}
.linkbox-box[_fly-share-box] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 180px;
    background-color: rgb(var(--color-black));
    box-shadow: 0 0 1rem rgb(var(--color-white) / .2);
    border-radius: 20px;
    margin: 20px 0;
    color: rgb(var(--color-white));

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    font-size: 13px;
    font-weight: 400;
    padding: 0px 20px;
}
.linkbox-img[_fly-share-box] {
    margin-bottom: 20px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: rgb(var(--color-desc));
}
.linkbox-box[_fly-share-box] img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: .8;
    filter: blur(.1rem);
}
.linkbox-title {
    margin-bottom: 3px;
    font-weight: 700;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
.linkbox-desc[_fly-share-box] {

}



/* 링크 */
.sharelist-wrap[_fly-share-box] {
    padding: 0 20px;
}
.sharelist-list[_fly-share-box] {
    display: flex;
    align-items: center;
}
.sharelist-item[_fly-share-box] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sharelist-item_btn[_fly-share-box] {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    font-size: 11px;
    font-weight: 400;
}
.sharelist-item_icon[_fly-share-box] {
    width: 45px;
    height: 45px;
}
/* // 링크 */
.sharelist-bottom[_fly-share-box] {
    border-top: 1px solid var(--color-back1);
    margin-top: 20px;
    padding: 20px;

    text-align: left;
}
/* // linkbox-box */














/* moreButton */
.morebox-wraparea {
    position: absolute;
    bottom: 100px;
    right: 20px;
}
@media (max-width:1060px) {
    .morebox-wraparea {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(var(--color-black) / .5);
        z-index: 5000;
    }
    .morebox-wraparea.-active {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
    }
}
.morebox-areainer {
    padding: 15px 20px;
    border-radius: .8rem;
    background-color: rgb(var(--color-black) / .9);
    box-shadow: 0 0 1rem rgb(var(--color-white) / .1);
}
@media (max-width:1060px) {
    .morebox-areainer {
        width: calc(100% - 20px);
        padding: 20px 20px 55px 20px;
        border-radius: .8rem .8rem 0 0;
        background-color: rgb(var(--color-black) / .9);
    }
}
.morebox-inerlist {

}
@media (max-width:1060px) {
    .morebox-inerlist {
        margin-bottom: 20px;
    }
}
.morebox-inerlist hr {
    border-radius: 50px;
    border-style: dashed;
    border-color: rgb(var(--color-border) / .1);
}
.morebox-inerlist hr.-lastchild {
    border-style: solid;
    border-color: rgb(var(--color-border) / .5);
}
.morebox-ineritem {
    width: 100%;
    padding: 5px 10px;
    border-radius: 0;
}
@media (max-width:1060px) {
    .morebox-ineritem {

    }
}
.morebox-ineritem+.morebox-ineritem {
    margin-top: .5rem;
}
.morebox-ineritem button {
    width: 100%;
    text-align: left;
}











/* 신고 */
.reportmodaloverlay-wraparea[_fly-report-modal-overlay] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    overflow: auto;
    background-color: rgb(0 0 0 / .3);
}
.reportmodaloverlay-wrap[_fly-report-modal-overlay] {
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    opacity: 1;
    /* animation: Modal_reportDimmedAnimation .1s cubic-bezier(0.2, 0, 0.2, 1); */
}
@media (max-width: 1060px) {
    .reportmodaloverlay-wrap[_fly-report-modal-overlay] {
        padding: 0px;
    }
}
.reportmodaloverlay-wrapIner[_fly-report-modal-overlay] {
    position: relative;
    width: 500px;
    height: 400px;
    display: flex;
    flex-direction: column;
    background-color: rgb(var(--color-black));
    color: rgb(var(--color-white));
    padding: 30px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    z-index: 2;
    transform-origin: center;
    vertical-align: middle;
    white-space: normal;
    box-shadow: 0 0px 3px rgb(var(--color-border) / .3);
}
@media (max-width: 1060px) {
    .reportmodaloverlay-wrapIner[_fly-report-modal-overlay] {
        width: calc(100% - 40px);
        height: 50%;
        padding: 20px;
        border-radius: .8rem;
    }
}
.reportmodaloverlay-header[_fly-report-modal-overlay] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.reportmodaloverlay-header_text[_fly-report-modal-overlay] {
    display: block;
    color: var(--yt-spec-text-primary);
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
}
.reportmodaloverlay-header_close[_fly-report-modal-overlay] {
    width: 20px;
    height: 20px;
}
.reportmodaloverlay-infostext[_fly-report-modal-overlay] {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
}
.reportmodaloverlay-forms[_fly-report-modal-overlay] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reportmodaloverlay-form_group[_fly-report-modal-overlay] {
    width: 100%;
    height: 100%;
}
.reportmodaloverlay-form_group[_fly-report-modal-overlay] textarea {
    min-height: 0;
    color: rgb(var(--color-white));
    width: 100%;
    height: 100%;
    background-color: transparent;
    resize: none;
    border: 1px solid rgb(var(--color-border) / .5);
    border-radius: 5px;
    outline: none;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}
.reportmodaloverlay-modal_actions[_fly-report-modal-overlay] {
    margin-top: 40px;
}
.reportmodaloverlay-btn_submit[_fly-report-modal-overlay] {
    width: 100%;
    border-radius: 50px;
    border: 1px solid rgb(var(--color-color00) / .8);
    background-color: rgb(var(--color-color00) / .8);
    color: rgb(var(--color-white));
    padding: 10px 10px;
}










.voteModal-wraparea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.voteModal-sheet__contents {
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0px 70px;
    outline: 0;
    background-color: rgb(var(--color-black) / .8);
    box-shadow: 0 0 1rem rgb(var(--color-white) / .3);
    border-radius: 20px 20px 0 0;
    will-change: transform;
    animation: slideUpView 0.3s ease-out forwards;
}
@media (min-width:1060px) {
    .voteModal-sheet__contents {
        padding: 20px 0px 30px;
    }
}
.voteModal-sheet__contents img {
    max-width: 100%;
    max-height: 100px;
    object-fit: cover;
}
.voteModal-sheet__box {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    /* padding-bottom: 4.8rem; */
}
.voteModal-sheet__text {
    font-size: 13px;
    text-align: center;
}
.voteModal-sheet__text.-point {
    font-size: 15px;
    font-weight: 700;
}
.voteModal-sheet__text + .voteModal-sheet__text {
    margin-top: 10px;
}
.voteModal-sheet__buttons {
    margin-top: 20px;
    text-align: center;
}
.voteModal-sheet__confirm {
    display: block;
    width: 100%;
    margin: 0;
    padding: 18px;
    border: 1px solid rgb(var(--color-color00));
    background-color: rgb(var(--color-color00));
    border-radius: 8px;
    color: rgb(var(--color-white));
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}