/*=================================================
		0. 모달
=================================================*/
.modal .info-title {
	font-size: 14px;
	border:none;
	margin:0 0 10px;
	padding:0;
}

/*****#####===== 안쪽 모달  =====#####*****/
.inner-modal .modal-wrap{
    padding: 20px 14px;
    height: 800px;
    overflow-y: auto;    
}
    
/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	.board-wrap	.write-btn{
		font-size:14px;
	}               
	
	/*****#####===== 밖 모달  =====#####*****/
	#reservation_modal .modal-content,
	#qna_modal .modal-content{
		height: 540px;
		overflow-y: auto;  
	}	
	
	/*****#####===== 안쪽 모달  =====#####*****/
	.inner-modal .modal-wrap{
	    height: 460px;	
	}
}
		
