body{
    border-color: #bebebe;
}

.it_item{
    width:100%;
    display: flex;
    justify-content:space-between;
    margin: 0 auto;
}

.thumb{    
    padding:20px;
}

.thumb ul{
    list-style: none; 
    display: flex;    
    justify-content: space-between;   
    padding:0;
}

.thumb_full{
    width:560px;
    height:600px;
    background-image: url('../img/gorup_thumb_basic.jpg'); 
    background-size: cover;
    overflow: hidden;
}

.thumb_full img{
    width: 100%;
}

.stats{
    /*width: 100%;*/
    padding:10px;
}

.sit_desc, .sit_title, .sit_sku, .sit_calendar, .it_option_1, .it_option_2 {
    font-family:"mont-M", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
    letter-spacing: -1px;
}


.sit_desc{
    font-size: 22px; 
    font-weight: 400;
}

.sit_title{
    font-size: 40px;     
    font-family:"mont-M", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
    font-weight: 500;
    color: black;
}

.sit_sku{
    font-size: 24px;
    font-weight: 500; 
    color: #505050;
}

.desc_number{

    line-height: 33px;
    
}

td,th,tbody {
    height:60px;
    text-align: center;
    vertical-align: middle;
    font-family:"Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;  
    font-weight:300;
    font-size:16px;
}

.it_option_1, .it_option_2{
    font-size: 20px;
    border: 1px solid#505050;
    border-radius: 5px;
    padding:10px;
    margin-top: 10px;
}


.div_calendar{
    margin-top:10px;
}

input{
    border-radius: 5px;
    border: 1px solid#bebebe;
    padding:10px;
    margin:0 20px;    
}

input::placeholder{
    color:#bebebe;
    font-size:16px;
    /*text-align: center;*/
}


.stats_input{
    width:299px;
    height:56px;
}

.resbx{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    /*background-color: aqua;*/
    margin:0 auto;
    padding:0 20px 20px 20px;
}

.resv, .cust{
    width: 560px;
    display: flex;
    background-color: rgb(255, 255, 255);
    margin-right:10px;
    border: 1px solid#bebebe;padding-left: 10px;
    padding:0;
}

.resv_in{
    display: flex;
    flex-direction: column;
    padding-top: 11px;
    
    
}

.resv_day{
    display: inline;
    width: 432px;
    padding: 3px;
    font-size: 18px;
    text-align: center;    
}

.resv_title, .cust_title{
    width:128px;
    height:210px;
    font-size: 18px;
    text-align: center;    
    padding-top: 100px;
    color: #FFF;
}

.resv_title{
    background-color: #30b2de;
}

.cust_title{
    background-color: #225ac7;
}

.bt_bx{
    width:1200px;
    display: flex;    
    margin:0 auto;
    padding:0 20px 20px 20px;
    display: flex;
}

.checkbox_group{
    width:560px;
    font-size: 16px;
    border: 1px solid#bebebe;
}

.agr_tx_bx{
    height:26px;
}

input[type=checkbox] {

    transform : scale(1.3);
    
    }

.bt_submit{
    width: 560px;
    height:90px;
    border: 0;
    background: rgb(52,189,252);
    background: linear-gradient(180deg, rgba(52,189,252,0.8547794117647058) 0%, rgba(42,175,237,1) 100%);
    border-radius: 8px;
    color:#FFF;
    font-size: 24px;
    margin-left:30px;    
}

.agr_all{
    font-size: 18px;
}

.agr_tx{
    font-size:15px;
}

.item_wrap{
    width:1200px;
    margin: 0 auto; 
}

.item_page{
    text-align: center;    
}

.item_page img{
    max-width:100%;
    /*width:1180px;*/
}

.cal_cnt{
    margin:10px 0;
    text-align: center;
    width:560px;
}

.tbwidth{
    width:560px;
}

.policy_all{
    float:right;
    padding-right:10px;
    font-size: 13px;
    line-height: 25px;
}


@media (max-width: 1180px) {    
    
    .item_wrap{
        width: 100%;
    }

    .thumb_full{
        height:400px;
        width:auto;
        background-size: cover;
        overflow: hidden;
    }

    .resbx{
        flex-direction: column;
        width:100%;
        padding:0 5px 5px 5px;
    }

    .bt_bx{
        flex-direction: column;
        padding:0 5px 10px 5px;
    }

    .resv_day, .resv, .cust, .bt_submit, .bt_bx, .checkbox_group{
        width: 100%;
        font-size: 1rem;
    }

    .resv_in{        
        padding: 10px 0;
    }

    .stats_input{
        width:64%;
        height:auto;
    }

    .resv_title, .cust_title{
        width:15%;
        height:178px;
        padding-top:65px;
    }

    .resv, .cust{
        margin: 0;
    }

    input{
        margin:0 10px;
    }

    .bt_submit{
        margin:10px 0 0 0;
        font-size: 24px;
        font-weight: 600;
        height:60px;
    }

    .cust{
        margin:10px 0;
    }

    .thumb{
        padding:5px;
    }

    .thumb img{
        width:100%;
    }

    .cal_cnt, .tbwidth{
        width: 100%;
    }
    
    .sit_title{
        font-size: 28px;
    }

    
    .sit_desc{
        font-size: 16px;
    }


  }

