.main_div{
    width:100%;
    padding-bottom:100px;
}

.cen_div{
    width:1250px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cate_title{
    width:100%;
    font:normal normal bold 1rem Noto Sans CJK KR;
    margin-top:2rem;
    margin-bottom:1.5rem;
}

.left_cate{
    width:13.5rem;
    margin-right:1.5rem;
}

.cate_detail{
    height:2.5rem;
    text-align: left;
    font: normal normal bold 0.8rem Noto Sans CJK KR;
    border-bottom:1px solid #D9D9D9;
    line-height: 2.75rem;
    cursor:pointer;
}

.cate_font_active{
    color:var(--t_main_color);
    
}

.content_cate{
    width:47.5rem;
}

.pr_cate_title{
    font: normal normal bold 0.8rem Noto Sans CJK KR;
    height:2.75rem;
    line-height: 2.75rem;
    border-bottom:2px solid;
    box-sizing: border-box;
}

.ex_div1{
    font: normal normal normal 0.7rem Noto Sans CJK KR;
    width:100%;
    margin-top:2.1rem;
    margin-bottom:0.5rem;
    color:var(--t_main_color);
}

.ex_div2{
    width:100%;
    min-height:10.5rem;
    background-color:#F9F9F9;
    padding:0.5rem;
    display: flex;
}

.ex_img_div{
    width:23.5rem;
    display:flex;
    justify-content: flex-start;

}

.ex_img_div > img{
    width:11.5rem;
    height:8.65rem;
}

.ex_content_div{
    padding-left:0.5rem;
    font: normal normal normal 0.7rem Noto Sans CJK KR;
    width:22.5rem;
}

.tip_span{
    font: normal normal bold 0.8rem Noto Sans CJK KR;
    color: #FF5349;
}

.content_div{
    margin-top:2.55rem;
}
.content_title{
    width:100%;
    height:2.5rem;
    font: normal normal bold 1rem Noto Sans CJK KR;
    border-bottom:2px solid;
}

.content_detail_div{
    width:100%;
    overflow: hidden;
}

.content_detail{
    width:47.5rem;;
    border-collapse: collapse;
    table-layout: fixed;
    font-size:0.6rem;
    border: 1px solid #cecece;
    margin-top:0.55rem;
}

.content_detail th{
    background: #f9f9f9;
    padding: 0.3rem 0 0.2rem 0;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    font-size: 0.55rem;
}

.content_detail td {
    padding: 0.3rem 0.2rem 0.2rem 0.5rem;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    text-align: left;
}

.content_price{
    text-align:right !important;
    cursor:pointer;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 101; 
    left: 0;
    top: 0;
    width: 100%; 
    height:100%; 
    overflow: hidden; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
    
    
}

.modal-content {
    background-color: #ffffff;
    margin: 8% auto;
    width: 49.5rem; 
    height:36.6rem;
    border:0.05rem solid #000;
    color:#3D3D3D;
}

.modal-head{
    width:100%;
    font: normal normal bold 1rem Noto Sans CJK KR;
    height:2.5rem;
    text-align:left;
    padding-left:1rem;
    padding-right:1rem;
    padding-top:0.5rem;
    border-bottom:1px solid #e5e5e5;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
}

.modal-body{
    width:100%;
    box-sizing: border-box;
    padding:1.05rem 1rem 0 1rem;
    position:rlative;
}

.modal-body-content{
    width:100%;
    height:27.5rem;
    overflow: hidden;
    overflow-y: auto;
}

.modal-body-content::-webkit-scrollbar {
  width: 0.3rem;
}
.modal-body-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal-body-content::-webkit-scrollbar-thumb {
  border-radius: 0.15rem;
  background-color: gray;
}
.modal-body-content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.product_info_title{
    width:100%;
    height:2.5rem;
    font: normal normal bold 1rem Noto Sans CJK KR;
    border-bottom:0.1rem solid #3d3d3d;
}

.product_info_row{
    width:100%;
    display:flex;
    border-bottom:1px solid #e5e5e5;
}

.product_info_sub_title{
    width:5.9rem;
    height:2rem;
    font: normal normal bold 0.8rem Noto Sans CJK KR;
    background: #f9f9f9;
    border-right:1px solid #e5e5e5;
    display:flex;
    justify-content: center;
    align-items: center;
}

.product_info_sub_content{
    width:41.55rem;
    height:2rem;
    color: var(--unnamed-color-757575);
    font: normal normal normal 0.8rem Noto Sans CJK KR;
    padding-left:0.45rem;
    box-sizing: border-box;
    display:flex;
    align-items: center;
}

.product_info_price{
    color:#fc5c5c;
}

.reservation_info_title{
    width:100%;
    height:2.3rem;
    font: normal normal bold 18px/23px Noto Sans CJK KR;
    border-top:0.1rem solid #3d3d3d;
    background-color:#f5f5f5;
    display:flex;
    align-items:center;
    margin-top:1.1rem;
    padding-left:1rem;
    box-sizing: border-box;
}

.reservation_info_content{
    width:100%;
    margin-top:0.55rem;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reservation_info_cell{
    width:21.5rem;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.reservation_info_row{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.reservation_info_sub_title{
    height:2rem;
    width:100%;
    display:flex;
    align-items:center;
}

.common_input{
    box-sizing: border-box;
    padding: 0 0.5rem;
    height: 2rem;
    border-radius: 0.25rem;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    min-width:21.75rem;
    font-size: 0.8rem;
}
.long_common_input{
    box-sizing: border-box;
    padding: 0 0.5rem;
    height: 2rem;
    border-radius: 0.25rem;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width:100%;
    font-size: 0.8rem;
}

.mini_common_input{
    box-sizing: border-box;
    padding: 0 0.5rem;
    height: 2rem;
    border-radius: 0.25rem;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width:6.85rem;
    font-size: 0.8rem;
    margin-right:0.25rem;
}

.big_common_input{
    box-sizing: border-box;
    padding: 0 0.5rem;
    border-radius: 0.25rem;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width:100%;
    height:5rem;
    font-size: 0.8rem;
}

.reseravtion_info_explain{
    font: normal normal normal 0.8rem Noto Sans CJK KR;
    color:#FC5C5C;
    margin-top:0.5rem;
}

.btn_div_box{
    width:100%;
    height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:1.15rem;
}

.cart_btn{
    width:10rem;
    height:2.5rem;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    margin:0.25rem;
    background-color:#fff;
    cursor:pointer;
}

.reservation_btn{
    width:10rem;
    height:2.5rem;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    margin:0.25rem;
    background-color:var(--t_main_color);
    color:#fff;
    cursor:pointer;
}
.date_cal{
    display:none;
    position:relative;
}

.close_btn {
    display:inline-block;
    display:inline; 
    cursor:pointer;
}
.close_btn:after {
    display: inline-block;
    content: "\00d7"; 
    font-size:1rem; 
    cursor:pointer;
}

.relation_product_wrap{
    display:none;
    border:1px solid #3D3D3D;
}

.img_btn{
    cursor:pointer;
}

.relation_product_wrap{
    position: absolute;
    background-color:#fff;
    line-height:0.9rem;
}

@media screen and (max-width:1660px) {
    .modal-content{
        height:33.6rem;
        margin: 10% auto;
    }
    
    .modal-body-content{
        height:24.5rem;
    }
}

@media screen and (max-width:1350px) {
    .modal-content{
        height:32.6rem;
        margin: 12% auto;
    }
    
    .modal-body-content{
        height:23.5rem;
    }
}

@media screen and (max-width:1250px) {
    .cate_title {
        display:none;
    }

    .left_cate {
        display:none;
    }
    
    .cen_div{
        width:100%;
        padding-left:1rem;
        padding-right:1rem;
        box-sizing: border-box;
    }
    
    .content_cate {
        float: none;
        margin:0 auto;
    }
    
    .pr_cate_title{
        margin-top:6.35rem;
        
    }
}

@media screen and (max-width:950px) {
    .content_cate{
        width:100%;
    }
    .content_detail_div{
        overflow-x: scroll;
    }
    
    .ex_div2{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .modal{
        overflow: auto;
    }
    
    .modal-content{
        width:100%;
        height: auto;
        margin-top: 3.75rem;
        margin-bottom: 0px;
        min-height: 58rem;
    }
    
    .modal-body{
        height:auto;
    }
    
    .modal-body-content{
        height:auto;
        margin-bottom:4rem;
    }
    
    .btn_div_box{
        background-color:#fff;
        position:fixed;
        bottom:0px;
        margin-top:0px;
        width: calc(100% - 2rem);
    }
}

@media screen and (max-width:590px) {
    .reservation_info_row{
        justify-content: space-between;
        width: 21.5rem;
    }
}

@media screen and (max-width:503px) {
    .content_cate{
        width:100%;
    }
    .content_detail_div{
        overflow-x: scroll;
    }
    .ex_img_div{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .ex_img_div > img:first-child{
        margin-right:0px !important;
    }
    
    .ex_img_div > img{
        margin-bottom:1rem;
    }
    
    .reservation_info_cell{
        width:100%;
    }
    
    .reservation_info_row{
        width: 100%;
    }
    
    .common_input{
        width:100%;
    }
}

@media screen and (max-width:460px) {
    .modal-body-content{
        margin-bottom:7rem;
    }
    
    .person_count_cell{
        flex-direction: column;
    }
    
    .row_person_select{
        margin-top:0.5rem;
    }
    
    .btn_div_box{
        flex-wrap: wrap;
        height: 7rem;
    }
    
    .cart_btn{
        width:14rem;
    }
    
    .reservation_btn{
        width:14rem;
        margin-bottom:1rem;
    }
    
    .product_info_sub_title{
        width:8.9rem;
    }
}

@media screen and (max-width:460px) {
    
}