@media (max-width: 768px) {
    .logo {
        width: 130px;
    }

    .header_right_cont {
        gap: 10px;
    }

    .header_right_cont button {
        padding: 6px 15px;
        font-size: var(--mo-button-font-size);
    }

    .header_bottom_cont {
        padding: 0 20px;
    }

    .header_bottom_inner_cont {
        overflow-x: scroll;
    }

    .header_bottom_inner_cont div {
        text-wrap: nowrap;
    }

    .write_btn img, .login_btn img {
        width: auto;
        height: 30px;
        object-fit: contain;
        cursor: pointer;
    }

    .swiper-container {
        display: none;
    }

    .mo-swiper-container {
        display: block;
    }

    .swiper-slide img {
        height: 100%;
    }

    .manager-swiper .swiper-slide img {
        width: 70px;
        height: 70px;
    }

    .main_bottom_cont {
        display: flex;
        flex-direction: column;
        gap: 50px;
        padding: 20px;
    }

    .main_post_cont, .main_manager_cont {
        width: 100%;
    }

    .post-container table {
        display: none;
    }

    .mo-post-table {
        display: block;
    }

    .mo-post-table-row {
        display: flex;
        padding: 12px;
        border-top: 1px solid #f5f6f7;
        justify-content: space-between;
        align-items: center;
    }

    .mo-post-table-row-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1px;
        width: 46px;
        height: 60px;
        background: #f5f6f7;
        align-items: center;
        text-align: center;
        border-radius: 12px;
    }

    .mo-post-table-row-reply-count {
        font-size: 14px;
        letter-spacing: -.3px;
        line-height: 19px;
        color: #272829;
    }

    .mo-post-table-row-reply {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: -.3px;
        line-height: 16px;
        color: #949699;
    }

    .mo-post-title-cont {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 5px;
    }

    .mo-post-table-row-title {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.3px;
        line-height: 22px;
    }

    .mo-post-table-row-info-cont {
        display: flex;
        gap: 6px;
        color: #949699;
    }

    footer {
        font-size: var(--mo-footer-font-size);
    }

    .footer_inner_cont {
        width: calc(100% - 40px);
    }

    .footer_add_info {
        padding: 20px 40px;
    }

    .post_write_container {
        flex-direction: column;
        padding-top: 0;
    }

    .write_area {
        width: 100%;
    }

    .info_area {
        margin: 20px 8px 0 8px;
        width: calc(100% - 16px);
    }

    .profile-top-cont {
        flex-direction: column;
    }

    .kakao-login-btn {
        width: 70px;
        height: 34px;
        background: url("/image/button/kakao_login_mo.png") no-repeat center;
        background-size: contain;
    }

    .post_write_header {
        padding: 0 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 52px;
        border-bottom: 1px solid var(--border-color);
    }

    #backButton svg {
        width: 25px;
        height: 25px;
    }

    #submitPostButton {
        padding: 6px 12px;
        border-radius: 4px;
        background-color: var(--main-color);
        color: #fff;
    }

    .post_password_wrapper input {
        width: 200px;
    }
}