/* selection
 * =================================================================== */
::selection {
	background: #a42a71;
	color: #fff;
}

html {
	overflow-y: scroll;
}

body {
	background: #121212;
	font-size: 12px;
}

.print {
	display: none;
}

/* header
 * =================================================================== */
/* top-bar
 * ------------------------------------------------------------------- */
#top-bar {
	background: #525c7c;
	height: 37px;
	color: #fffbf6;
	font-size: 12px;
	line-height: 37px;
}
#top-bar a {
	color: #fff;
	text-decoration: none;
}
#top-bar .member ul {
	list-style: none;
	margin: 0;
}
#top-bar .member ul li {
	display: block;
	float: left;
	margin-right: 21px;
}
#top-bar .member ul li.last {
	margin-right: 15px;
}
#top-bar .member ul li span,
#top-bar .member ul li a {
	display: block;
	font-family: 'NanumGothicBold', sans-serif;
	line-height: 37px;
	height: 37px;
	
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
#top-bar .member ul li a:hover {
	color: #f7b40b;
}
#top-bar .sponsor {
	white-space: nowrap;
}
#top-bar .sponsor .kbstar img {
	width: 97px;
	height: 37px;
}
#top-bar .sponsor .ymca img {
	width: 117px;
	height: 37px;
	margin-left: 5px;
}

/* header
 * ------------------------------------------------------------------- */
#header {
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 37px;
	left: 0;
}
#header .face {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
}
#header .container {
	position: relative;
	z-index: 5;
	height: 73px;
}
#header #logo {
	width: 184px;
}
#header #logo img{
	display: block;
	width: 184px;
	height: 73px;
}

/* nav
 * ------------------------------------------------------------------- */
#header #nav {
	margin-top: 16px;
}
#header #nav ul {
	list-style: none;
	margin: 0;
}
#header #nav ul li {
	display: block;
	float: left;
	margin-right: 26px;
	position: relative;
}
#header #nav ul li.last {
	margin-right: 0;
}
#header #nav ul li a {
	display: block;
	color: #a42a71;
	font-size: 21px;
	font-family: 'SangSangTitleBold', sans-serif;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	padding: 0 15px;
	position: relative;
	
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
#header #nav ul li a.current,
#header #nav ul li:hover a,
#header #nav ul li a:hover {
	color: #0b76b9;
	color: #fff;
}
#header #nav ul li a .screen {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #a42a71;
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#header #nav ul li:hover a .screen,
#header #nav ul li a.current .screen,
#header #nav ul li a:hover .screen {
	opacity: .8;
	filter: alpha(opacity=80);
}

#header #nav ul ul.sub {
	display: none;
}
#header #nav ul li:hover ul.sub {
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	padding-top: 1px;
	background: url(/img/basic/empty.gif);
}
#header #nav ul li:hover ul.sub li {
	float: none;
	margin-right: 0;
	padding-bottom: 1px;
	width: 190px;
}
#header #nav ul li:hover ul.sub li a {
	font-size: 12px;
	font-family: 'NanumGothicBold', sans-serif;
}
#header #nav ul li:hover ul.sub li a:hover {
	color: #a42a71;
}
#header #nav ul li:hover ul.sub li a .screen {
	background: #a42a71;
	opacity: .8;
	filter: alpha(opacity=80);
}
#header #nav ul li:hover ul.sub li a:hover .screen {
	background: #fff;
}
#header #nav ul li:hover ul.sub li a.current {
	color: #a42a71;
}
#header #nav ul li:hover ul.sub li a.current .screen {
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* image-zone
 * ------------------------------------------------------------------- */
#image-zone {
	position: relative;
	width: 100%;
	height: 390px;
	overflow: hidden;
}
#image-zone .zone {
	height: 390px;
	background: #000;
	position: relative;
}
#image-zone .item {
	border-bottom: 10px solid #fde88a !important;
	overflow: hidden;
	width: 100%;
	height: 380px !important;
	position: relative;
}
#image-zone .item a {
	display: block;
	height: 380px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
#image-zone img {
	max-width: 1600px;
	width: 1600px;
	height: 380px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -800px;
}

/* footer
 * =================================================================== */
#footer {
	background: #2c2c2c;
	border-top: 7px solid #17b38e;
	padding: 40px 0;
	color: #b6b6b6;
}
#footer-nav ul {
	list-style: none;
	margin: 0;
}
#footer-nav ul li {
	display: block;
	float: left;
	margin-right: 30px;
}
#footer-nav ul li a {
	display: block;
	font-size: 21px;
	font-size: 18px;
	font-family: 'SangSangTitleBold', sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
#footer-nav ul li a.current,
#footer-nav ul li a:hover {
	color: #17b38e;
}
#footer-nav ul ul {
	margin-top: 23px;
	margin-top: 20px;
}
#footer-nav ul ul li {
	float: none;
	margin-right: 0;
}
#footer-nav ul ul li a {
	color: #888;
	font-size: 12px;
	font-family: 'NanumGothic', sans-serif;
}
#footer-nav ul ul li a.current,
#footer-nav ul ul li a:hover {
	color: #fff;
}

#footer-right a {
	color: #fff;
	text-decoration: none;
	
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
#footer-right a:hover {
	color: #ccc;
}

#footer-right .sponsor .banner {
	height: 26px;
	padding-bottom: 18px;
	border-bottom: 1px solid #4d4d4d;
}
#footer-right .sponsor .banner .kbstar img {
	width: 123px;
	height: 26px;
}
#footer-right .sponsor .banner .divider img {
	width: 1px;
	height: 26px;
}
#footer-right .sponsor .banner .ymca img {
	width: 127px;
	height: 26px;
}

#footer-right .sns {
	height: 102px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	position: relative;
	width: 257px;
}
#footer-right .sns p {
	line-height: 102px;
	margin: 0;	
}
#footer-right .sns .banner {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 102px;
}
#footer-right .sns .banner a {
	display: block;
	float: left;
	width: 50px;
	margin-left: 10px;
}
#footer-right .sns .banner a img {
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 26px;
}

#address {
	height: 20px;
	line-height: 20px;
	padding: 15px 0;
	color: #757575;
	font-size: 12px;
}
#address a {
	color: #757575;
	text-decoration: none;
	
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
#address a:hover {
	color: #fff;
}
#address ul {
	list-style: none;
	margin: 0;
}
#address ul li {
	float: left;
}

/* page
 * =================================================================== */
#page {
	min-height: 400px;
	background: #fff;
	padding: 40px 0;
}

#sidebar {
	width: 160px;
	float: left;
}
#sidebar h1 {
	margin: 0;
	line-height: 42px;
	font-size: 36px;
	color: #a42a71;
	padding-bottom: 8px;
	border-bottom: 6px solid #0b76b9;
}
#sidebar #nav-sub ul {
	list-style: none;
	margin: 0;
}
#sidebar #nav-sub ul li {
	display: block;
}
#sidebar #nav-sub ul li a {
	display: block;
	line-height: 20px;
	height: 20px;
	padding: 12px 15px;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#sidebar #nav-sub ul li a:hover {
	background-color: #f6f5f1;
}
#sidebar #nav-sub ul li.current a {
	background-color: #17b38e;
	border-color: #17b38e;
	color: #fff;
}

#page-inner {
	width: 720px;
	float: right;
}
#page-inner h1 {
	margin: 0;
	line-height: 42px;
	font-size: 24px;
	color: #a42a71;
	padding-bottom: 8px;
	border-bottom: 6px solid #0b76b9;
	margin-bottom: 30px;
}
#page-inner .dcore-body h1 {
	margin: 10px 0;
	line-height: 40px;
	font-size: 39px;
	color: #000;
	padding: 0;
	border: none;
}
#page-inner table.dcore-list {
	margin-top: -30px;
}

.dcore-list th {
	background: #f6f5f1;
}