@charset "utf-8";
/* css by OOparts */

/* page title -------------------------------------------------------------------------------- */

#page_title_container {
	background-color:#fff;
	border-bottom:0px solid #ddd;
	position:relative;
}
/* 타이틀 이미지 div */
#page_title_container .page_title_img {

}
/* 타이틀 */ 
#page_title_container .page_title_wrap {
	position:absolute;
	top:50%;
	margin-top:-3rem;
	left:0;
	right:0;
	text-align:center;
	color:#fff;
}
#page_title_container .page_title .title {
	display:block;
	font-size:6rem;
	font-weight:bold;
	text-shadow:2px 1px 2px rgba(0, 0, 0, 0.2);
}
#page_title_container .page_title .title.title_height {
	line-height:2;
}
#page_title_container .page_title .sub_title {
	font-size:1.8rem;
	font-weight:200;
	text-shadow:2px 1px 2px rgba(0, 0, 0, 0.2);
}

/* page container --------------------------------------------------------------------------------- */
#page_container {
	padding-left:7rem;
	padding-bottom:2rem;
	min-height:500px;
}
#page_container > p {
	max-width:1000px;
	margin:0 auto 10px;
	text-align:center;
}

/* page 상단 title */
#page_container > .page-header {
	border:0;
	margin:0;
	padding:0;
}
#page_container > .page-header .heading_txt {
	font-size:3rem;
	font-weight:bold;
	color:#222;
}
#page_container > .page-header .heading_txt > strong {
	font-weight:inherit;
}
#page_container > .page-header .heading_txt > p {
	color:#f95353;
	display:inline-block;
	margin-left:1rem;
}
#page_container > .page-header .heading_subtxt {
	font-size:1.4rem;
	font-weight:300;
	padding:0.5rem 0;
}

/* page 경로 */
.breadcrumbs_wrap {
	padding:0;
	text-align:right;
}
.breadcrumbs_wrap .breadcrumb {
	background:none;
	margin-bottom:1rem;
}
.breadcrumbs_wrap .breadcrumb > li + li:before {
	content:">";
}
.breadcrumbs_wrap .breadcrumb li.active {
	color:#f95353;
}

/* page left menu area ----------------------------------------------------------------------------- */
.left_menu_wrap {
	
}
#left_menu {
	position:fixed;
	width:16.6667%;
	max-width:200px;

}
#left_menu .heading_title {
	background-color:#695846;
	color:#fff;
	font-size:1.8rem;
	padding:4rem 0;
	text-align:center;
	letter-spacing:-2px;
}
#left_menu .heading_title > label {
	font-weight:500;
}
#left_menu .list-group {
	margin-bottom:0;
}
#left_menu .list-group .list-group-item {
	font-size:1.4rem;
	font-weight:500;
	padding:1rem 1rem;
	border-width:0 0 1px;
	border-color:#ddd;
	text-align:center;
}
#left_menu .list-group .list-group-item:hover {
	color:#B3A290;
}
#left_menu .list-group .list-group-item.active, 
#left_menu .list-group .list-group-item.active:focus, 
#left_menu .list-group .list-group-item.active:hover {
	background-color:#B3A290;
	border-color:#B3A290;
	color:#fff;
}

/* page -------------------------------------------------------------------------------------- */
.page_content {

}
.page_content .panel {
	border:0;
	margin:0;
	box-shadow:none;
}
.page_content .panel > .panel-heading {
	padding:0;
}
.page_content .panel > .panel-heading > .panel-title {
	border:0;
	color:#222;
	font-size:3.5rem;
	font-weight:200;
	margin-bottom:1.7rem;
}
.page_content .panel > .panel-heading > .panel-title span {
	font-weight:400;
	color:#f95353;
}
.page_content .panel > .panel-body {
	padding:0 2rem 0 0;
}
.page_content .panel > .panel-body p {
	font-weight:300;
	margin-bottom:2rem;
}

/* gallery */
.gallery_wrap {
	max-width:800px;
	width:100%;
}
.gallery_wrap .lSSlideWrapper {
	max-width:800px;
    max-height:420px;
    overflow:hidden;
}
.gallery_wrap .lSSlideOuter .lSPager.lSGallery li.active, 
.gallery_wrap .lSSlideOuter .lSPager.lSGallery li:hover {
	border:2px solid rgba(0, 0, 0, 0.8);
}
.gallery_wrap .lSAction {
	display:none !important;
}
.gallery_wrap #gallery li {
	max-width:800px;
}

.equipment {width:100%; margin:0 auto;}
.equipment ul {display:inline-block; width:100%; margin:0 auto; }
.equipment ul li {float:left; width:33.333%; margin:20px 0; border:1px solid #DDD; border-top:2px solid #333; }
.equipment ul li .img {padding:10px 0; border-bottom:1px solid #f2143d; background-color:#f3f3f3; text-align:center; }
.equipment ul li .img img {max-width:100%; max-height:100%; }
.equipment ul li .txt {padding:15px 10px; height:220px; font-size:13px; line-height:160%; }
.equipment ul li .name {margin-bottom:10px; font-size:16px; }
.equipment ul li .name b {margin-right:10px; font-size:20px; }
.equipment ul li .dot {padding-left:10px; margin-left:5px; margin-top:5px; background:url(/img/dots.jpg) no-repeat left center; }
.equipment ul li .dot b {}
.equipment ul li .dot b:after {content:":"; margin:0 5px; }