body {
    background-color: #3c3c3c;
}


/* 1366px ***************************************************/

@media screen and (max-width: 1366px) {
    #enter_warp {}
    #enter_box {
        width: 100%;
        height: 100vh;
    }
    #enter_box .enter_top {}
}


/* 767px ***************************************************/

@media screen and (max-width: 767px) {
    #enter_warp {
        min-height: 100%;
        display: flex;
        align-content: flex-start;
        align-items: flex-start;
    }
    #enter_box .enter_top {
        height: auto;
        display: flex;
        /* justify-content: flex-start; */
        overflow: visible;
        padding-top: 15px;
    }
    #enter_box {
        width: 100%;
        height: 100%;
    }
    #enter_box .top_menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 91%;
        margin: 15px 0 15px 0;
    }
    #enter_box h3 {
        font-size: var(--fs26);
        font-weight: 600;
        color: #fff;
        margin-top: 24px;
    }
    #enter_box .enter_foot {
        background-color: #3c3c3c;
        padding-bottom: 20px;
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.325); */
    }
    #enter_box h5 {
        background-color: #1b1b1c80;
    }
}