.gnb_none {
    position: absolute;
    width: 250px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0px 10px 10px 0px;
    z-index: 2;
    left: -250px;
    transition: all 0.3s ease-in-out;
}
.gnb_open_box {
    display: none;
}

.gnb_open_box_hide {
    display: none;
}
.gnb_open_img {
    display: none;
}

.gnb_open_text {
    display: none;
}

@media screen and (max-width: 650px) {
    .gnb_mobile_container {
        position: absolute;
        width: 250px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 0px 10px 10px 0px;
        z-index: 2;
        left: 0px;
        transition: all 0.3s ease-in-out;
    }

    .gnb_open_box_none {
        cursor: pointer;
        position: absolute;
        display: flex;
        width: 40px;
        height: 90px;
        background-color: #003366c7;
        border: 1px solid #fff;
        border-radius: 0px 10px 10px 0px;
        z-index: 2;
        top: 40%;
        left: -112px;
    }
    .gnb_open_box_hide {
        display: none;
    }

    .gnb_open_box {
        cursor: pointer;
        position: absolute;
        display: flex;
        width: 35px;
        height: 80px;
        background-color: #003366c7;
        border: 1px solid #fff;
        border-radius: 0px 10px 10px 0px;
        z-index: 2;
        top: 40%;
        left: -1px;
    }

    .gnb_open_img {
        display: block;
        writing-mode: vertical-rl;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
    }

    .gnb_open_text {
        display: block;
        writing-mode: vertical-rl;
        text-align: center;
        font-weight: 400;
        line-height: 20px;
        font-size: 16px;
        color: #fff;
    }

    .gnb_mobile_box {
        width: 100%;
        height: 100%;
    }

    .mobile_logo_box {
        display: flex;
        justify-content: space-between;
        padding: 0px 10px;
    }

    .mobile_logo {
        object-fit: contain;
        width: 80px;
        height: 60px;
    }

    .mobile_close {
        cursor: pointer;
        width: 22px;
        height: 22px;
        margin-top: 20px;
        margin-right: 10px;
        object-fit: contain;
    }

    .mobile_lang_box {
        margin: 5px;
    }

    .lang_title {
        font-size: 15px;
        color: #666;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #c2c2c2;
        font-weight: 700;
    }

    label {
        color: #666;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
    }

    [type="checkbox"] {
        cursor: pointer;
        appearance: none;
        position: relative;
        border: 1px solid #666;
        border-radius: 10px;
        width: 45px;
        height: 20px;
    }

    [type="checkbox"]::before {
        content: "";
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        transform: scale(0.8);
        background-color: gray;
        transition: left 250ms linear;
    }

    [type="checkbox"]:checked {
        background-color: #003366e0;
        border-color: #003366;
    }

    [type="checkbox"]:checked::before {
        background-color: white;
        left: 25px;
    }

    [type="checkbox"]:disabled {
        border-color: lightgray;
        opacity: 0.7;
        cursor: not-allowed;
    }

    [type="checkbox"]:disabled:before {
        background-color: lightgray;
    }

    [type="checkbox"]:enabled:hover {
        box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
    }

    .mobile_infra_box {
        margin: 5px;
        margin-top: 10px;
    }

    .infra_title {
        font-size: 15px;
        color: #666;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #c2c2c2;
        font-weight: 700;
    }

    .infra:checked {
        background-color: #00b8df;
        border-color: gray;
    }
    .area:checked {
        background-color: #ffd000;
        border-color: gray;
    }

    .mobile_district_box {
        margin: 5px;
        margin-top: 10px;
    }

    .district_title {
        font-size: 15px;
        color: #111;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #c2c2c2;
        font-weight: 700;
    }

    .district_combo_box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .district_box {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        margin: 5px;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #666;
        text-align: center;
        width: 70px;
        height: 70px;
        transition: all 0.3s ease-in-out;
    }

    a{
        color: #111;
    }

    .district_box_location {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border: 1px solid #ffffff;
        border-radius: 5px;
        margin: 5px;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #fff;
        text-align: center;
        width: 70px;
        height: 70px;
        background-color: #ffd000;
        transition: all 0.3s ease-in-out;
    }

    .release {
        text-align: center;
        font-size: 12px;
        color: #888;
        font-weight: 300;
    }
}
