html, body {
    background-color: #070707;
    min-height: 100%;
}
.container {
    background-color: #ccc;
    min-height: 100%;
}
.wrap {
    min-height: 100dvh;  /* 최소 높이: 뷰포트 전체 */
    background-color: #FCFCFC;
    &.wrap-pd {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    &.wrap-pdTop {
        padding-top: 60px;
    }
}
.wrap--dark {
    background-color: #070707;
}
.wrap--white {
    background-color: #FCFCFC;
}
.mw480 {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    /* 0908 */
    max-width: 950px;
}
.myPage-common-top {
    font-size: 20px;
    font-weight: 700;
    margin: 0 20px;
    padding: 30px 0 20px;
    border-bottom: 5px solid #F5F5F5;
    line-height: 1.4;
    text-align: center;
}
.floating__wrap {
    position: fixed;
    width: 100%;
    max-width: 950px;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
    display: flex;
    justify-content: end;
}
.floating__btn {
    margin-right: 20px;
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #000;
    color: #fff;
    border-radius: 999px;
    pointer-events: auto;
    color: transparent;
}
.floating__btn--post {
    background: black url('/img/ico_post.svg') no-repeat center center;
    background-size: 54px;

}
.page-community .floating__wrap {
    display: none;
}