@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:#0695a6;
	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:#5fd5e3;
}
#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:#5fd5e3;
	border-color:#5fd5e3;
	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;
}