.gallery_list2 .img:not(img) {
    position: relative;
    background: url(../images/board/empty_logo.png) #f4f4f4 no-repeat center;
    background-size: 22.2rem auto;
}

/*유나 수정*/
.abtn.deny {
    background: #c7c7c7;
    cursor: not-allowed;
}

.reserv_top .selected_date {
    padding: 0 3.5rem;
    margin-right: 4rem;
    border-radius: 23px;
    font-size: 20px;
    font-weight: 500;
    line-height: 46px;
    color: #fff;
    background: #2b3f07;
}

.payment_methods .btn_wrap :where(a, button) {
    flex: 1;
    min-width: 0;
    padding: 3.2rem 0;
    border: 1px solid #c1c1c1;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.7;
    background: #ae4747;
}

.payment_methods .btn_wrap :where(a, button):nth-child(2) {
    background: #70a046;
}

.payment_methods .btn_wrap :where(a, button):nth-child(3) {
    background: #2b3f07;
}

#alert_pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 560px;
    margin: -125px -280px;
    padding: 45px;
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
}

#alert_layer {
    z-index: 999;
}

#alert_pop .txt {
    padding-top: 53px;
    font-size: 20px;
    color: #666666;
    text-align: center;
    background: url('../images/admin/pop_logo.png') no-repeat center top;
}

#alert_pop .btn_area {
    margin-top: 40px;
}

#alert_pop .btn_area .abtn.primary {
    color: #fff;
    background: #ae4747;
}

#alert_pop .btn_area .abtn {
    position: relative;
    width: 125px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #ae4747;
}
.mbox{
    text-align: center;
}
.mbox iframe{
    max-width: 100%;
}
#mb_select_list .del_btn{
    font-weight: bold;
}
#main_pop .pop_up .pbox{
    font-size: 0;
}
.bo_review_con iframe{
    width: calc(100% + 2px) !important;
}
@media (max-width:1024px) {
    .reserv_top .selected_date {
        margin-right: 2rem;
        font-size: 16px;
    }
}

/*유나 수정*/