@charset "utf-8";

/*main-bn*/
.main-bn{ width:100%; height:65vh; background:url(../img/main/image13.jpg) no-repeat center/cover; }

.deco { display: block; margin: 0 auto;}
.deco i{ margin:100px auto; font-size:40px; color: #a5a5a5; text-align: center;  }

/*reservation*/
.res{ width:1400px; margin:100px auto;}
.res .res-in{ width:100%; }
.res .res-in .res-tit{ border-bottom:1px dashed #707070; padding-bottom:30px; margin-top: 150px;}
.res .res-in .res-tit:nth-of-type(1){ margin-top: 0px;}
.res .res-in .res-tit h3{ font-family: 'Josefin Sans', sans-serif; font-weight:400; margin-bottom:20px; font-size:13px; letter-spacing:2px; }
.res .res-in .res-tit h2{ font-family:'Nanum Myeongjo', serif; font-size:26px; font-weight:700; letter-spacing:3px; }

.res .res-in .res-txt{ margin-top:50px; }
.res .res-in .res-txt p{ font-size:16px; font-weight: 300; margin-bottom: 10px; line-height: 1.25em;}
.res .res-in .res-txt p span{ font-size:16px; font-weight:bold; font-family:'Nanum Myeongjo', serif;  }

.rsv_cal_t{ margin-bottom: 20px;}
.rsv_cal_t p{ font-family:'Nanum Myeongjo', serif; font-weight: 600; line-height: 1.5em; }
.rsv_cal_b td{ padding: 15px 0 !important;}
.rsv_cal_b .rate .sale{ font-size: 1.1em;}
.rsv_cal_b td p{ font-family:'Nanum Myeongjo', serif; font-size: 1.2em; font-weight: 600; line-height: 1.5em;}
.rsv_cal_b .state td p{ font-size: 1.1em;}
.rsv_cal_t p#tit{font-size: 12px; padding: 0 5px;}

.ad{ display:none; }

.cancelfee { width: 100% !important; font-family: 'Noto Sans KR', sans-serif !important; }
.cancelfee th, .cancelfee td{padding:10px 10px !important;}


/*반응형*/
@media all and (max-width: 1400px){
	.res{ width:95%; }
}

@media all and (max-width: 780px){
	.main-bn{ height:50vh; }
}