﻿@charset "utf-8";
img{ border:0}
#calendarDiv{
    position:absolute;
    width:205px;
    border:1px solid #317082;
    padding:1px;
    background-color: #FFF;
    font-family:arial;
    font-size:10px;
    padding-bottom:20px;
    visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
    float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
    
    line-height:17px;
    padding:1px;
    cursor:pointer;
    padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{    
    line-height:17px;
    padding:1px;
    cursor:pointer;
    padding-left:2px;
}

#calendarDiv td{
    padding:3px;
    margin:0px;
    font-size:10px;
}

.reserve_table td { max-width:100px!important; }

#calendarDiv .selectBox{
    border:1px solid #E2EBED;        
    color: #E2EBED;
    position:relative;
}
#calendarDiv .selectBoxOver{
    border:1px solid #FFF;
    background-color: #317082;
    color: #FFF;
    position:relative;
}
#calendarDiv .selectBoxTime{
    border:1px solid #317082;        
    color: #317082;
    position:relative;
}
#calendarDiv .selectBoxTimeOver{
    border:1px solid #216072;    
    color: #216072;
    position:relative;
}

#calendarDiv .topBar{
    padding:2px;
    background-color: #317082;


}
#calendarDiv .activeDay{    /* Active day in the calendar */
    color:#FF0000;
}
#calendarDiv .todaysDate{
    line-height:17px;
    padding:2px;
    background-color: #E2EBED;
    text-align:center;
    position:absolute;
    bottom:0px;
    width:201px;
}
#calendarDiv .todaysDate div{
    float:left;
}
    
#calendarDiv .timeBar{
    line-height:17px;
    background-color: #E2EBED;
    width:72px;
    color:#FFF;
    position:absolute;
    right:0px;
}

#calendarDiv .timeBar div{
    float:left;
    margin-right:1px;
}


#calendarDiv .monthYearPicker{
    background-color: #E2EBED;
    border:1px solid #AAAAAA;
    position:absolute;
    color: #317082;
    left:0px;
    top:15px;
    z-index:1000;
    display:none;

}
#calendarDiv #monthSelect{
    width:70px;
}
#calendarDiv .monthYearPicker div{
    float:none;
    clear:both;    
    padding:1px;
    margin:1px;    
    cursor:pointer;
}
#calendarDiv .monthYearActive{
    background-color:#317082;
    color: #E2EBED;
}

#calendarDiv td{
    text-align:right;
    cursor:pointer;
}

#calendarDiv .topBar img{
    cursor:pointer;
}
#calendarDiv .topBar div{
    float:left;
    margin-right:1px;
}
.yessungsu,.weekjumal { font-size:13px!important; }

.mondivarea { margin-bottom:10px; }

.reservation_ok { /* 예약가능버튼 */
	display: block;
    --webkit-appearance: none;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    /*background: #e35836;
    border: 1px solid #d84723;*/
	background: #1e3b97;
    border: 1px solid #112974;
    color: #fff!important;
    margin: 0px auto;
	text-align:center;
    padding: 4px 9px;
    cursor: pointer;
    transition:all 0.1s;
}
.reservation_ok span { margin-left:3px; }
.reservation_ok:hover { /*background:#e04924;*/ background:#333; transition:all 0.1s;}




.toggle-button { /* 예약확인버튼 */
    --webkit-appearance: none;
    font-size: 11px;
    border: none;
    border-radius: 3px;
    background: #f7f7f7;
	border:1px solid #d7d7d7;
    color: #333;
    margin: 15px auto;
    padding: 3px 10px;
    cursor: pointer;
    transition: box-shadow 0.5s ease-out;
	text-align: center;	
}
.list_hidden { 
	margin-top:10px;
}

.list_hidden > div {
	width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px auto 0 auto;
    position: relative;
    border-bottom: 1px dotted #d7d7d7;
    padding-bottom: 7px;
}
.list_hidden > div:last-child { border-bottom:none; }
.list_hidden > div > a {  
	color:#333;
	line-height:20px;
}
#inquireform29 { height:2000px!important; }

@media all and (max-width: 768px) { 
	/*캘린더*/
	.td_none { display:none; }
	.present_m {  
	    text-align: center;
		width: 100%;
		display: block;
	}
	.choose_date {  
	    width: 100%;
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	
	.calendar_box { 
		width:100%; 
		overflow-x: scroll; 
		position: fixed; 
	}
	.reserve_table	{ width:200%; margin-right: 20px; }
	
	.today_text { text-align:center!important; }
	
	
	


}




