./* Gallery 높이 */
.gallery_height {max-height:800px;}

/* 폰트스타일 */
.txt_eng_subtitle p {text-align: center; color: #666; font-size: 11px; line-height: 14px;}
.txt_eng_title p {text-align: center; color: #333; font-size: 16px; line-height: 16px;}
.txt_title p {#333; font-size: 16px; font-weight:600; line-height:24px; letter-spacing:-1px;}
.txt_body p {#333; font-size: 12px; line-height:26px;}

/* footer */
.block_foot {text-align:center; margin-bottom:10px;}
.block_foot_link {margin:0 4px; display:block;}

/* 실시간 예약메뉴 */
.gnb_reservation {background-color: #00000070; padding: 4px 16px; color: #fff; font-size:14px;}
.gnb_reservation a:link {color:#fff;}
.gnb_reservation a:visited {color:#fff;}
.gnb_reservation a:hover {color:#999;}
.gnb_reservation a:active {color:#fff;}


/* 모바일 실시간 예약메뉴 */
.gnb_m_reservation {margin-top:40px;}
.gnb_m_reservation img {width:22px; height:22px; margin-left:12px;}


/* 테이블 */
.tablepress tfoot th, .tablepress thead th {text-align: center; background-color:#dcdcdc;}
.tablepress td, .tablepress th {text-align:center;}
.tablepress tbody td {font-size:12px!important;}

/* 모바일 너비 */
@media only screen and (max-width: 480px) {
.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .full_width .parallax_content, .steps_holder_inner, div.grid_section .section_inner, nav.content_menu ul {width: 85%!important;}
}