@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: #fff url(../images/bg.png) left top no-repeat;
}
/* ========================================== header */
header {
	float: left;
	width: 1000px;
	height: 80px;
	z-index: 1;
}
h1 {
	position: absolute;
	float: right;
	right: 65px;
	top: 1px;
	margin: 0;
	overflow: hidden;
	z-index: 2;
}
h1 a {
	line-height: 95px;
	color: #003662;
	font-family: nanum_sr;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: -0.1rem;
}
/* ========================================== quick_nav */
#quick_nav {
	position: absolute;
	float: right;
	right: 20px;
	background: url(../images/quick_nav.png) no-repeat;
	width: 31px;
	height: 31px;
	line-height: 80px;
	top: 24px;
	cursor: pointer;
	z-index: 29;
}
/* 박스형 퀵메뉴 */
#quick_type01 {
	position: absolute;
	float: right;
	top: 40px;
	right: 10px;
	width: 245px;
	height: 118px;
	background: url(../images/quick_bg.png) no-repeat;
	opacity: 0;
	z-index: 28;
	display: none;
}
#quick_type01.quick_view {
	top: 60px;
	opacity: 1;
}
#quick_type01 p {
	float: left;
	display: none;
	margin-top: 23px;
	margin-left: 21px;
	float: left;
	text-align: center;
	width: 205px;
	line-height: 34px;
	height: 32px;
	border-radius: 3px;
	background: #00408e;
	color: #fff;
}
#quick_type01 ul {
	width: 205px;
	display: none;
	float: left;
	margin: 10px 0 0 22px;
	padding: 0;
}
#quick_type01 li {
	float: left;
	min-width: 34px;
	height: 34px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #3769a7;
	background: #fff;
	margin: 0 3px 0 2px;
	cursor: pointer;
}
#quick_type01 li:hover {
	background: #3769a7;
	border: 1px solid #3769a7;
}
#quick_type01 li::before, #quick_type02 span::before {
	display: block;
	font-family: 'FontAwesome';font-weight:900;
	line-height: 34px;
	font-size: 18px;
	color: #3769a7;
}
#quick_type02 span::before { line-height: 45px; }
#quick_type01 li:hover::before, #quick_type02 span:hover::before {
	color: #fff;
	font-family: nanum_bgo;
	font-size: 13px;
}
.quick_li01::before { content: "\f015"; }
.quick_li01:hover::before { content: "홈"; }
.quick_li02::before { content: "\f080"; }
.quick_li02:hover::before { content: "진도율"; }
.quick_li03::before { content: "\f3c5"; }
.quick_li03:hover::before { content: "러닝맵"; }
.quick_li04::before { content: "\f019"; }
.quick_li04:hover::before { content: "교안"; }
.quick_li05::before { content: "\f02d"; }
.quick_li05:hover::before { content: "가이드"; }
/* 원형 퀵메뉴 */
#quick_type02 {
	position: absolute;
	right: 20px;
	top: 26px;
}
/* Required Stylesheets */
.wheel-button { position: relative; }
.wheel {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* this will determine the diameter of the circle  */
	height: 200px; /* this will determine the diameter of the circle  */
	visibility: hidden;
	position: relative;
	display: none;
}
.wheel li {
	overflow: hidden;
	float: left;
}
.wheel li span { display: block; }
.wheel-button, .wheel-button:visited {
	display: block;
	background: #22427c;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.wheel-button:hover { color: white; }
.wheel-button i {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
	width: 40px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}
.wheel-button b {
	display: block;
	color: #fff;
	margin-top: 0;
	opacity: 0;
	margin-left: -45px;
	cursor: pointer;
	display: none;
}
.wheel li span {
	position: relative;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	display: block;
	width: 45px;
	color: #22427c;
	line-height: 45px;
	cursor: pointer;
}
.wheel-button.active {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 90px;
	height: 90px;
	margin-right: -10px;
	margin-top: -10px;
}
.wheel-button.active i {
	width: 90px;
	line-height: 90px;
	opacity: 0;
}
.wheel-button.active b {
	opacity: 1;
	width: 90px;
	height: 90px;
	font-weight: normal;
	line-height: 20px;
	margin-top: -60px;
	margin-left: 0;
	display: block;
}
.wheel-button.active b::after {
	position: absolute;
	font-family: 'FontAwesome';font-weight:900;
	content: "\f057 ";
	display: block;
	top: 5px;
	right: 0;
	cursor: pointer;
}
/* ALL DEMO */

.pointer {
	color: #34495e;
	font-family: 'Pacifico', cursive;
	font-size: 22px;
	margin-top: -15px;
}
.wheel li span, .wheel li span:visited {
	background: #fff;
	border-radius: 50%;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	color: #22427c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.wheel li span:hover { background: #22427c; }
/* ========================================== top_open */
.snb {
	display: block;
	text-align: left;
	position: absolute;
	clear: both;
	font-size: 15px;
	width: 100%;
	margin: 0;
	z-index: 0;
}
.snb_wrap {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #b0937f;
	padding: 20px 50px;
	z-index: 33;
}
.snb_subject {
	color: #fff;
	margin-bottom: 10px;
}
.snb_tit {
	float: left;
	color: #fdfdbf;
	margin-right: 10px;
	letter-spacing: -0.07em;
}
.snb_subject .fs18 > span:first-child::after {
	content: "/";
	padding-left: 5px;
}
.snb_list {
	float: left;
	width: 880px;
	padding: 0;
	background: #fff;
	color: #333;
	padding: 20px 0 20px 20px;
}
#snb_list1 { margin-right: 20px; }
.snb_li01::before {
	content: '1.';
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.snb_li02::before {
	content: '2.';
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.snb_li03::before {
	content: '3.';
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.snb_li04::before {
	content: '4.';
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.snb_li05::before {
	content: '5.';
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.snb_li06::before {
	content: '6.';
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.snb_li07::before {
	content: '7.';
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.snb_li08::before {
	content: '8.';
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.snb_li09::before {
	content: '9.';
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.snb_list span {
	display: block;
	float: left;
	text-align: right;
	height: 100%;
	width: 80px;
	margin-right: 10px;
	min-height: 100px;
	color: #b0937f;
	font-size: 16px;
}
.snb_list ul {
	border-left: 1px solid #b0937f;
	float: left;
	width: auto;
	max-width: 33%;
	height: auto;
	min-height: 100px;
	padding-left: 0;
}
.snb_list li {
	padding: 3px 15px;
	margin-bottom: 6px;
	margin-right: 10px;
	line-height: 110%;
}
.snb_list li { color: #333; }
.snb_list li a::before {
	content: "-";
	display: block;
	float: left;
	padding-bottom: 3px;
	padding-right: 5px;
}
.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: #b0937f;
	color: #fff;
}
.snb > .snb_btn {
	position: relative;
	display: block;
	margin: 0 auto;
	background: url(../images/lnb_bg.png) no-repeat;
	border: none;
	width: 105px;
	height: 45px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	letter-spacing: normal;
}
.snb_btn i { padding: 0 5px; }
.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: #555;
	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 {
	color: #22427c;
	font-size: 19px;
}
#title > .explan {
	color: #22427c;
	font-size: 19px;
	margin-left: 3px;
	letter-spacing: -0.1rem;
}
/* ========================================== 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: #fff;
}
.loca01 {
	background: #fff;
	border: 1px solid #b0937f;
	color: #333;
	padding: 3px 15px;
	font-size: 15px;
	float: left;
}
.loca02 {
	padding: 4px 15px;
	font-size: 15px;
	float: left;
	margin-left: 1px;
	background: #b0937f;
}
#info_text {
	position: relative;
	float: left;
	font-family: nanum_bgo;
	color: #22427c;
	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;
}
/* search */
#search {
	position: relative;
	float: left;
	top: 9px;
	left: 145px;
	width: 160px;
	height: 22px;
}
input#inputNaver {
	float: left;
	width: 100px;
	height: 21px;
	border: 0;
	padding: 0 5px;
	margin: 0;
	line-height: 22px;
	font-family: nanum_go, "Nanum Gothic", "맑은 고딕", "돋움", sans-serif;
	font-size: 14px;
	font-weight: normal;
}
/* ie placeholder */
inputNaver:-ms-input-placeholder {
color:red;
font-size:11px;
line-height: 22px;
}
/* webkit placeholder */
#inputNaver::-webkit-input-placeholder {
color:#999;
font-size:11px;
line-height: 22px;
}
#search button {
	float: left;
	margin-left: 7px;
	font-family: 'FontAwesome';font-weight:900;
	background: none;
	border: none;
	width: 22px;
}
#search button::before {
	content: "\f002";
	font-size: 20px;
	font-weight: 900;
	color: #aaa;
	width: 20px;
	height: 20px;
}
#search label a:hover::before { color: #fff; }
/* soundbar */
#soundbar {
	position: absolute;
	float: left;
	top: 0;
	left: 330px;
	width: 450px;
	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) {

}
