/*----------------------------------------------------
 뷰페이지 레이아웃
----------------------------------------------------*/
/* 레이아웃 */
#view_wrap 				  { border-bottom:1px solid #DDD; }    
.viewpage 				  {	border-right:1px solid #DDD; padding: 10px; }    
.view_wrap                { background-color: #FFF; width: 100%; /*height: 475px;*/ padding: 30px 14px;     word-break: keep-all;
    border: 1px solid #ededed;
    border-radius: 7px;}

/*----------------------------------------------------
 뷰페이지 메인 이미지
----------------------------------------------------*/
/* 메인이미지 */
.mainimg 				  {	width: 100%; height: 300px;	display: block;	background-size: cover; }
/* 썸네일 */

/*
.viewpage ul 			  {	width: 100%; height: 90px; }
.viewpage ul li 		  {	float: left; width: 75px; height: 75px;	margin-top: 10px; background-size: cover; list-style: none; transition: 0.2s }
.viewpage ul li:hover 	  {	box-sizing : border-box; width: 75px; height: 75px; }
*/
.viewpage ul 			  {	width: 100%; height: 75px; margin-top: 5px; }
.viewpage ul li 		  {	float: left; width: 19%; height: 75px;	margin-top: 10px; background-size: cover; list-style: none; margin: 0.5%; }
.viewpage ul li:hover 	  {	box-sizing : border-box;  }

/* 타이틀 이미지 슬라이드 */
.viewpage .next img 	  { display: none;}
.viewpage .prev img 	  { display: none;}    
@media screen and (min-width: 980px) {
.viewpage .next img 	  { width: 20px; height: 35px; display: inline; position: absolute; z-index: 200; margin: 0 auto; right: -25px; top: 30px; }
.viewpage .prev img 	  { width: 20px; height: 35px; display: inline; position: absolute; z-index: 200; margin: 0 auto; left: -25px; top: 30px; }
}
.detail p 	  { font-size: 12px; margin: 15px 0px; float: left; word-break: break-all;}

/*----------------------------------------------------
 뷰페이지 설명
----------------------------------------------------*/
/* 설명 */
.viewpage_info .detail h1 { font-weight: bold; font-size: 18px;	margin-bottom: 10px; }
.viewpage_info .detail h2 {	font-size: 13px; font-weight: bold; color: #414141;	margin-top: 20px; }
.viewpage_info .detail ul li h3 { float: left; width: 120px; font-size: 12px; color: black; font-weight: bold; margin-top: 10px; text-align: justify; line-height: 20px; }
.viewpage_info .detail ul li span { font-size: 12px; color: #414141; text-align: left; margin-top: 10px; }
.viewpage_info .detail ul li { display: block; width: 100%;	float: left; margin-top: 5px; }
.viewpage_info .detail button { margin-top: 20px; margin-left: 10px; }
.viewpage_info .btn_reservation { width: 150px;	height: 50px; border:1px solid #DDD; border-radius: 10px; font-size: 13px; color: white; float: right; background-color: #6200ff; }
.viewpage_info .btn_print {	width: 100px; height: 50px;	background-color: white; border:1px solid #DDD;	border-radius: 10px; font-size: 13px; float: right; }	

/*----------------------------------------------------
 뷰페이지 탭
----------------------------------------------------*/	
/* 탭 메뉴 3단 */
.tab3 {
	width: 100%;
	display: block;
	float: left;		
}
.tab3 li {
	width: 33.33%;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size:13px;		
}
.tab3 li a {
	display: block;
	text-decoration: none;
	color: #414141;
	background-color: #EEE;
}
.tab3 li a.active {
	background-color: #FFF;
}
.tab3 li.active {		
	background-color: #FFF;
}
.tab3 li.active a {
	font-size:16px;
}

/* 탭 메뉴 4단 */ 
.viewpage_tab div.tab4 {
	overflow: hidden;
	margin-top: 30px;
	background-color: #fafafa;
}
.viewpage_tab div.tab4 a {
	float: left;
	display: block;
	width: 25%;
	font-weight: bold;
	box-sizing : border-box;
	border:1px solid #EFEFEF;
	text-align: center;
	padding: 5px 5px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 11px;
}
.viewpage_tab div.tab4 a:hover {
	background-color: #fff;
}
.viewpage_tab div.tab4 a:focus {
	background-color: #fff;
	border-bottom:1px solid #FFF !important;
}
.viewpage_tab div.tab4 a.active {
	background-color: #fff;
	border-bottom:1px solid #FFF !important;
}
.viewpage_tab h3 {
	font-weight: bold;
	font-size: 16px;
	color: black;
	text-align: center;
	margin: 30px;
}
.viewpage_tab img {
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}
.viewpage_tab p {
	font-size: 13px;
	color: black;
	text-align: center;
    margin: 0px;
    padding: 0px;
    word-break: break-all;
}
/* 탭 컨네이너 */
.tabContainer {
	width: 100%;
	display:none;
	padding: 10px;
    word-break: keep-all;
	font-size: 12px;
	border-top:none;
	float: left;
    margin-bottom: 30px;
}

.viewpage_tab {
    padding: 0px 28px;
}
@media screen and (min-width: 980px) {
    .viewpage_tab div.tab4 a {
	float: left;
	display: block;
	width: 25%;
	font-weight: bold;
	box-sizing : border-box;
	text-align: center;
	padding: 5px 5px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 15px;
    }
}

/*----------------------------------------------------
 뷰페이지 컨텐츠
----------------------------------------------------*/
/* 테이블 */
.tabContainer .table tr td:nth-child(2){
	background-color: #fafafa;
	width: 30%;
}
.tabContainer .table tr td:nth-child(2) h4{
	text-align: left;
}
.tabContainer .table tr td h4{
	margin-top: 10px;
	font-weight: bold;
	font-size: 13px;
	color: black;
}

.tabContainer .table tr td {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 13px;
    
}

.tabContainer  .table tr td span{
	font-weight: bold;
	display: block;
	font-size: 16px;
	margin-left: 10px;
}

.tabContainer  .table tr th span{
	font-weight: bold;
	display: block;
	font-size: 16px;
	margin-left: 10px;
}
.tabContainer .table tr td h5{
	font-size: 13px;
	color: black;
	margin-left: 10px;
}
.tabContainer .table tr td p{
	font-size: 13px;
	color: black;
	margin: 0px;
    text-align:left;
}

.viewpage_tab table {
	width: 96% !important; 
	margin: 2%;
}

@media screen and (min-width: 980px) {
    .tabContainer .table tr td {
        vertical-align: middle;
        padding-left: 20px;
        font-size: 13px;

    }
    .tabContainer .table tr td:nth-child(2) h4{
        text-align: center;
    }
    .tabContainer .table tr td h4{
        margin-top: 10px;
        font-weight: bold;
        font-size: 16px;
        color: black;
        margin-left: 10px;
    }
    .tabContainer .table tr td h5{
        font-size: 13px;
        color: black;
        margin-left: 10px;
    }
    .tabContainer  .table tr th span{
        font-weight: bold;
        display: block;
        font-size: 16px;
        margin-left: 10px;
    }
}


/*----------------------------------------------------
^-^ 예약하기
----------------------------------------------------*/
/* 예약하기 폼 */
#reservationForm {
	text-align:center;
	width: 100%;
	float: left;
	padding-top:0px;
}
#reservationForm h1 {
	margin: 15px;
	text-align: left;
	margin-left: 3px;
	background-color: #FFF;
	padding: 8px;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom: 2px solid #000;
}
#reservationForm h1 span {
	font-size: 12px;
	margin-left: 15px;
	color: #818181;
}
#reservationForm input {
	border: 1px solid #DDD;
	padding: 10px;
	width: 100%;
	height: 40px;
}
#reservationForm select {
	border: 1px solid #DDD;
	padding: 10px;
	width: 40%;
	height: 40px;
	float: left;
}
#reservationForm input:-moz-read-only { /* For Firefox */
	background-color: #DDD;
}

#reservationForm input:read-only {
	background-color: #DDD;
}

#reservationForm input:focus {
	border: 1px solid #5ac4ee;
}
#reservationForm textarea {
	border: 1px solid #DDD;
	padding: 10px;
	width: 100%;
}

#reservationForm ul {
	display:block;
	width:100%;
	margin:0 auto;
}
#reservationForm ul li span {
	display:block;
	width:100px;
	float:left;
	text-align:left;
	font-weight:bold;
	line-height:40px;
	margin-top: 0px;
}
#reservationForm ul li div {
	display:block;
	width:200px;
	float:left;
}
#reservationForm ul li div.person {
	width: 100%;
}
@media screen and (min-width: 1200px) {
	#reservationForm ul li div.person {
		width: 140px;
	}
	#reservationForm {
		width: 575px;
	}
	#reservationForm ul {
	}
	#reservationForm ul li div {
		width:390px;
		margin-left:20px;
	}
}
#reservationForm ul li {
    display: block;
    height: 100%;
    margin-top: 15px;
    float: left;
}

.reservation_btn {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	background-color: #5ac4ee;
	transition: 1s;
	display: block;
	color: #FFF !important;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
	float: left;
	margin-bottom: 0px;
}
.reservation_btn:hover {
	opacity:0.7;
}

.coupon_btn {
	background-color: #5ac4ee;
	display: block;
	width: 100%;
	height: 60px;
	float: right;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
	cursor: pointer;
}
.coupon_btn_img {
	float: left;
	cursor: pointer;
	font-weight: bold;
	background-color: #ee5a5a;
	margin-right: 15px;
	border: 1px solid #ff5b48;
	padding: 0px;
	line-height: 35px;
	margin-top: 20px;
	display: block;
	width: 100%;
	text-align: center;
}
.coupon_btn_img span {
	width: 250px;
    background-color: #FFF;
    padding: 18px;
    margin-right: 80px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coupon_btn_img .coupon {
	color: #FFF;
	margin-right: 5px;
}
.modal-footer {
	border-top: none;
}
.list_box {
	height: 102px !important;
}
.list_box .thumb {
	height: 100px !important;
}
.list_box p {
	height: 30px !important;
	overflow: hidden;
}
@media screen and (min-width: 980px) {
	.list_box {
		height: 187px !important;
	}
	.list_box .thumb {
		height: 185px !important;
	}
	.list_box p {
		height: 100% !important;
	}
}
/*----------------------------------------------------
^-^ 뷰페이지
----------------------------------------------------*/
.contents_thumb 				{ width: 100%;	height: 300px; background-position: center;	background-size: cover; float: left; margin-right: 20px; border: 1px solid #DDD; }  
#printDiv {	display: none; }
#printDiv h3 { font-weight: bold; margin: 10px 0px;	padding-bottom: 10px; border-bottom: 1px solid #DDD; }