@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 {
	text-align:center;
}
#page_title_container .page_title .title {
	display:block;
	font-size:2rem;
	font-weight:bold;
}
#page_title_container .page_title .title.title_height {
	line-height:2;
}
#page_title_container .page_title .sub_title {
	font-size:1.4rem;
	font-weight:200;
}

/* page container --------------------------------------------------------------------------------- */
#page_container {
	padding-bottom:2rem;
	min-height:500px;
}
#page_container > p {
	max-width:1000px;
	margin:0 auto 10px;
	text-align:center;
}

/* 타이틀 */ 
#page_container .page_title_wrap {
	text-align:center;
	color:#6a625f;
	position:relative;
	height:130px;
}
#page_container .page_title {
	padding:2.5rem 2rem;
	position:absolute;
	z-index:1;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#page_container .page_title .title {
	display:block;
	font-size:2rem;
	font-weight:normal;
}
#page_container .page_title .title.title_height {
	line-height:2;
}
#page_container .page_title .sub_title {
	font-size:1.5rem;
	font-weight:300;
	display:inline-block;
	background-color:#fff;
	padding:0 1rem;
}
#page_container .title_line {
	position:absolute;
	left:2rem;
	right:2rem;
	bottom:3.4rem;
	height:1px;
	background-color:#6a625f;
}

/* 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:#6a625f;
	color:#fff;
	font-size:1.5rem;
	padding:4.2rem 0;
	text-align:center;
	letter-spacing:0;
}
#left_menu .heading_title > label {
	font-weight:400;
}
#left_menu .heading_title > p {
	width:2rem;
	height:1rem;
	border-bottom:2px solid #fff;
	margin:0 auto;
}
/* 모바일 메뉴 슬라이더 wrapper */
#left_menu .lSSlideWrapper {
	border-bottom:1px solid #ddd;
}
#left_menu #menu_left_list .lslide:last-child {

}
#left_menu .list-group {
	margin-bottom:0;
}
#left_menu .list-group .list-group-item {
	font-size:1rem;
	font-weight:400;
	padding:0.7rem 1.5rem;
	border-width:0 0 1px;
	border-color:#ddd;
	color:#555;
	word-break:keep-all;
}
#left_menu .list-group .list-group-item:hover {
	background-color:#eae9e7;
}
#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:#eae9e7;
}
#left_menu .list-group .list-group-item.active:after {
	position:absolute;
	content:"";
	border:2px solid #6a625f;
	border-width:2px 2px 0 0;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	top:50%;
	/*margin-top:0.5rem;*/
	right:1.5rem;
}

/* page img ---------------------------------------------------------------------------------- */
.page_img_content > li > p {
	text-align:center;
}

/* 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;
}

/* page : 오시는 길 --------------------------------------------------------------------------- */
.map_wrap .map_area {
	max-width:998px;
	width:100%;
	overflow:hidden;
}
.map_wrap .root_daum_roughmap {
	max-width:998px;
}
.map_wrap .map_img {
	max-width:700px;
	margin:0 auto;
}
.map_wrap .map_img .map {
	max-width:100%;
	height:auto;
}
.map_wrap .map_bottom {
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color:#f9f9f9;
	position:relative;;
	height:33px;
}
