.set_location {
    height: fit-content;
}

.set_location > .backBtn {
    position: absolute;
    width: 10vw;
    height: 10vw;
    margin-right: 7vw;
    right: 0;
}

.layout-set_location > .layout > .header,
.layout-set_location > .layout > .footer {
    display: none;
}

.layout-set_location > .layout > .main {
    height: fit-content !important;
    margin: 0 !important;
}

.layout-set_location > .layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 30px 7% 30px 7% !important;
}

.layout-set_location .main_con {
    width: 100%;
    height: 100%;
    background-color: #191919;
    border-radius: 10px;
}

.layout-set_location .main_con > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #C8C8C8;
    font-size: 5vw;
    gap: 1rem;
    padding-top: 3rem;
}

.layout-set_location .main_con > .title > .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    font-size: 4vw;
}

.layout-set_location .main_con > .title > .notice {
    font-size: 7vw;
    font-weight: bold;
}

.layout-set_location .main_con > .set_location {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    margin: 10vw 3vw;
}

.location_selectBox {
    width: 100%;
    height: 5vw;
    background-color: transparent;
    font-size: 3vw;
    color: #C8C8C8;
}

.layout-set_location .main_con > .set {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #C8C8C8;
}

.layout-set_location .main_con > .set > button {
    font-size: 5vw;
    color: #C8C8C8;
}

.layout-set_location .main_con > .set > button:disabled {
    color: #2c2c2c;
}