@charset "utf-8";
/* CSS Document */

/* 
====================================================================================== 레이아웃 
*/


/* z-index 적용 순서


 */
 
/* ========================================== wrap */


#wrap {
	position: absolute;
	width: 1000px;
	height: 650px;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -325px;
	overflow: hidden;
	background: #3c260d url(../images/bg.jpg) left top no-repeat;
}
/* ========================================== header */
header {
	float: left;
	width: 1000px;
	height: 80px;
	z-index: 1;
}
h1 {
	position: absolute;
	float: right;
	right: 20px;
	top: 50px;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	z-index: 2;
}
h1 a {
	line-height: 30px;
	color: #143e76;
	font-family: nanum_sr;
	font-size: 27px;
	letter-spacing: -0.1rem;
}
/* ========================================== quick_nav */
#quick_nav {
	position: absolute;
	float: right;
	right: 20px;
	top: 0;
	cursor: pointer;
	z-index: 29;
}
#quick_nav li {
	float: left;
	display: inline-block;
	margin-right: 3px;
}
#quick_nav li a {
	width: 35px;
	height: 45px;
	display: block;
	border: 1px solid #143e76;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #f1f0ee;
	margin: 0;
	padding: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	margin-top: -10px;
	transition: all 0.2s linear;
}
#quick_nav li a::before {
	display: block;
	font-family: 'FontAwesome';
	font-weight: 900;
	line-height: 54px;
	font-size: 17px;
	text-align: center;
	color: #143e76;
}
.quick_li01::before { content: "\f080"; }
.quick_li02::before { content: "\f3c5"; }
.quick_li03::before { content: "\f019"; }
.quick_li04::before { content: "\f02d"; }
#quick_nav li span {
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: none;
}
#quick_nav li a:hover {
	margin-top: 0;
	background: #143e76;
	transition: all 0.2s linear;
	border-top: none;
}
#quick_nav li a:hover::before {
	color: #fff;
	line-height: 30px;
}
#quick_nav li a:hover span {
	display: block;
	margin-top: -5px
}
/* ========================================== top_open */
.snb {
	display: block;
	text-align: left;
	position: absolute;
	clear: both;
	font-size: 15px;
	width: 30px;
	height: 90px;
	top: 270px;
	margin: 0;
	z-index: 33;
}
.snb_wrap {
	position: relative;
	width: 230px;
	height: 590px;
	overflow: hidden;
	background: #3c8376;
	padding: 20px;
	padding-top: 0;
	z-index: 33;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	top: -315px;
}
/*
.snb_subject { color: #634e3a; }
.snb_tit {
	float: left;
	color: #ffeda6;
	letter-spacing: -0.07em;
	width: 100%;
	line-height: 47px;
	padding-top: 5px;
	text-align: center;
}
.snb_tit + p {
	float: left;
	padding: 0 10px;
	width: 210px;
	background: #e7e7e7;
	color: #444;
	line-height: 36px;
	letter-spacing: -0.07em;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
*/
.snb_ctn {
	float: left;
	width: 100%;
	height: auto;
	min-height: 565px;
	margin-top: 23px;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.snb_list {
	float: left;
	width: 210px;
	padding: 6px 10px;
	background: #fff;
	color: #3b2918;
	border-bottom: 1px dotted #d2c9c5;
}
.snb_list:last-child { border-bottom: none; }
.snb_list span {
	display: block;
	float: left;
	text-align: left;
	width: 97%;
	margin-left: 2%;
	color: #33b39b;
	font-size: 14px;
	line-height: 25px;
	font-family: nanum_srr;
}
.snb_list ul {
	float: left;
	width: 98%;
	height: auto;
	margin-left: 2%;
	padding-left: 0;
}
.snb_list li {
	float: left;
	width: 201px;
	padding: 2px 0 0 5px;
	line-height: 18px;
	color: #333;
	font-size: 13px;
}
.snb_list li a::before {
	content: "-";
	display: block;
	float: left;
	padding-bottom: 3px;
	padding-right: 5px;
	font-size: 12px;
}
.snb_list li.snb_active a::before {
	font-family: 'FontAwesome';
	font-weight: 900;
	content: "\f058";
	display: block;
	float: left;
	padding-bottom: 3px;
	padding-right: 7px;
}
.snb_list span i { margin-left: 5px; }
.border_r { border-right: 1px solid rgba(255, 255, 255, 0.2); }
.snb_list li.snb_active {
	background: #3c8376;
	color: #fff;
}
.snb > .snb_btn {
	position: relative;
	display: block;
	background: url(../images/lnb_bg.png) no-repeat;
	border: none;
	font-size: 13px;
	width: 30px;
	height: 90px;
	text-align: center;
	color: #fff;
	letter-spacing: normal;
	writing-mode: vertical-lr;
	-ms-writing-mode: lr-tb;
	top: 50%;
	margin-top: -45px;/*left:270px;*/
	z-index:35;
}
.snb_btn i {
	padding: 0 5px;
	font-size: 12px;
}
.snb_back, .quick_back {
	position: absolute;
	clear: both;
	display: none;
	background: rgba(0, 0, 0, 0.6);
	width: 1000px;
	height: 650px;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -325px;
	z-index: 30;
}
/* ========================================== title */
#title {
	position: relative;
	float: left;
	left: 20px;
	margin-top: 20px;
	color: #000;
	font-family: nanum_sr;
	font-weight: normal;
	letter-spacing: -2px;
	word-spacing: 2px;
	animation: motion_title 0.6s ease-in-out none 1 normal;
	-webkit-animation: motion_title 0.6s ease-in-out none 1 normal;
}
/* title 모션 */
@keyframes motion_title { 0% {
opacity:0;
left: 0;
}
100% {
opacity:1;
left: 20px;
}
}
@-webkit-keyframes motion_title { 0% {
opacity:0;
left: 0;
}
100% {
opacity:1;
left: 20px;
}
}
#title > .numbring, #title > .numbring + i { font-size: 19px; }
#title > .explan {
	font-size: 19px;
	margin-left: 3px;
	letter-spacing: -0.1rem;
}
#title > .explan .ks1_2 { font-size: 16px; }
/* ========================================== section */
section {
	position: relative;
	float: left;
	width: 1000px;
	height: 530px;
}
/* location
#location {
	position: absolute;
	font-family: nanum_bgo;
	margin-left: 20px;
	margin-top: -30px;
	color: #3b2918;
}
.loca01 {
	background: #c5c0ba;
	color: #3b2918;
	padding: 4px 12px;
	border-radius: 15px;
	font-size: 15px;
	float: left;
}
.loca01:after {
	font-family: 'FontAwesome';
	font-weight: 900;
	content: '\f105';
	margin-left: 5px;
	font-weight: bold;
	display: block;
	float: right;
}
.loca02 {
	padding: 5px;
	font-size: 16px;
	float: left;
	margin-left: 1px;
} */
/* location */
#location {
	position: absolute;
	font-family: nanum_bgo;
	margin-left: 20px;
	margin-top: -30px;
	color: #3b2918;
}
.loca01 {
	color: #3b2918;
	background: #fff;
	border: 1px solid #3c8376;
	padding: 3px 15px;
	font-size: 15px;
	float: left;
}
.loca02 {
	padding: 4px 15px;
	font-size: 15px;
	float: left;
	margin-left: 1px;
	color:#fff;
	background: #3c8376;
}
#info_text {
	position: relative;
	float: left;
	font-family: nanum_bgo;
	color: #143e76;
	left: 110px;
	top: 20px;
	font-size: 16px;
}
#info_text::before {
	font-family: 'FontAwesome';
	font-weight: 900;
	content: '\f02d';
	margin-right: 7px;
}
/* ========================================== footer */
footer {
	clear: both;
	position: relative;
	float: left;
	width: 1000px;
	height: 40px;
	background: #1e1a17 url(../images/bottom_logo.png) no-repeat;
	z-index: 35;
}
/* soundbar */
#soundbar {
	position: absolute;
	float: left;
	top: 0;
	left: 220px;
	width: 550px;
	letter-spacing: 1px;
	color: #fff;
}
/* 세부css 설정 = jplayer.css  */

/* page */
#page {
	position: relative;
	float: right;
	right: 20px;
}
#page ul {
	margin: 0;
	padding: 0;
	float: left;
}
#page ul li {
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#page span { font-size: 14px; }
#page i {
	font-size: 20px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}
#page a {
	color: #ccc;
	padding: 10px 0;
}
#page a:hover { color: #fff; }
.page_no {
	width: 60px;
	text-align: center;
	letter-spacing: 0px;
}
.page_no span { margin: 0 3px; }
#next_pop {
	position: absolute;
	z-index: 14;
	float: right;
	top: -32px;
	right: 3px;
	display: none;
}
/* ========================================== layer_popup */
#pop_layer, #pop_layer1, #pop_layer2 {
	position: absolute;
	width: 752px;
	height: 550px;
	top: 50%;
	left: 50%;
	margin-left: -375px;
	margin-top: -285px;
	display: none;
	z-index: 100;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.35);
}
#pop_layer iframe, #pop_layer1 iframe, #pop_layer2 iframe {
	width: 752px;
	height: 550px;
	background: #FFF;
}
.pop_close {
	position: absolute;
	float: right;
	right: 35px;
}
 @media only screen and (max-device-width:767px) {
}
