@charset "utf-8";

body {
	color: #494e50;
	font: 14px/18px Dotum, '돋움', tahoma, sans-serif;
}

#page_right {
	margin-top: 40px;
}

#page_right>.col-md-10 {
	padding-right: 0px;
}

#page_right>.col-md-2 {
	padding-left: 0px;
}

/* font-face */
@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/NanumGothic.eot');
	src: local('※'), url('../fonts/NanumGothic.eot?#iefix')
		format('embedded-opentype'), url('../fonts/NanumGothic.woff')
		format('woff'), url('../fonts/NanumGothic.ttf') format('truetype');
}

@font-face {
	font-family: 'NanumGothicBold';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/NanumGothicBold.eot');
	src: local('※'), url('../fonts/NanumGothicBold.eot?#iefix')
		format('embedded-opentype'), url('../fonts/NanumGothicBold.woff')
		format('woff'), url('../fonts/NanumGothicBold.ttf') format('truetype');
}

@font-face {
	font-family: 'NanumGothicExtraBold';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/NanumGothicExtraBold.eot');
	src: local('※'), url('../fonts/NanumGothicExtraBold.eot?#iefix')
		format('embedded-opentype'), url('../fonts/NanumGothicExtraBold.woff')
		format('woff'), url('../fonts/NanumGothicExtraBold.ttf')
		format('truetype');
}

@font-face {
	font-family: 'NanumGothicLight';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/NanumGothicLight.eot');
	src: local('※'), url('../fonts/NanumGothicLight.eot?#iefix')
		format('embedded-opentype'), url('../fonts/NanumGothicLight.woff')
		format('woff'), url('../fonts/NanumGothicLight.ttf')
		format('truetype');
}

/* gnb */
#gnb ul {
	margin: 0px;
	padding: 0px;
}

#gnb ul li {
	float: left;
	font-size: 0;
	line-height: 0;
}

#gnb ul li a {
	display: inline-block;
	height: 35px;
	padding: 9px 25px 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}

#gnb ul li.on a, #gnb ul li a:hover {
	background: #7ebbfc;
	color: #fff
}

/* lnb */
#lnb h4 {
	color: #494e50;
	font-family: Dotum, '돋움';
	font-weight: bold;
	font-size: 16px;
}

#lnb>ul {
	width: 100%;
	border-top: 2px solid #4f576a;
	padding: 0px;
}

#lnb ul li {
	font-size: 0;
	line-height: 0;
}

#lnb>ul>li>a {
	display: inline-block;
	width: 100%;
	height: 36px;
	padding: 10px 0 0;
	border-bottom: 1px solid #e6eaeb;
	color: #858c8f;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px
}

#lnb ul>li.on>a, #lnb ul>li>a:hover {
	background: url('../img/blt_lnb.gif') no-repeat 90% 50%;
	color: #7ebbfc;
	font-weight: bold
}

#lnb ul li ul {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #e6eaeb;
	background: #f5f7f7
}

#lnb ul li ul li a {
	display: inline-block;
	height: 20px;
	padding-left: 10px;
	background: url('../img/blt_line.gif') no-repeat 0 5px;
	color: #9e9fa2;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px
}

#lnb ul li ul li.on a, #lnb ul li ul li a:hover {
	background: url('../img/blt_line.gif') no-repeat 0 5px;
	color: #494d4e
}

/* 사이트맵  */
.sitemap {
	width: 33.33333333%;
	float: left;
	height: 150px;
}

.sitemap dl dt {
	padding-left: 20px;
	margin: 10px;
	background: #d0d9e1;
	font-weight: bold;
	font-size: 12px;
	color: #494e50;
	line-height: 30px;
}

.sitemap dl dd {
	margin: 10px;
}

.sitemap dl dd>ul {
	margin-top: 20px;
	padding: 0px;
}

.sitemap dl dd>ul>li {
	font-size: 0;
	line-height: 0
}

.sitemap dl dd>ul>li>a {
	color: #494e50;
	padding-left: 20px;
	display: inline-block;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	background: url('../img/blt_dot01.gif') no-repeat 10px 50%;
}

select::-ms-expand {
	border: none;
}

.page-header {
	padding-bottom: 0px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee;
}

.page-header h2 {
	margin-top: 10.5px;
	font-size: 28px;
	font-weight: bold;
}

.search {
	padding-right: 27px;
	background: url('../img/btn_search01.gif') no-repeat 96% 50%;
}

.table-bordered>thead>tr>th {
	text-align: center;
	vertical-align: middle !important;
	background-color: #eee;
	font-size: 12px;
}

.table-bordered.form>tbody>tr>th {
	text-align: center;
	padding: 0px !important;
}

.table-bordered>tbody>tr>td {
	vertical-align: middle !important;
}

.table-bordered>tbody>tr>th {
	text-align: left;
	vertical-align: middle !important;
	background-color: #eee;
	padding-left: 20px !important;
	width: auto;
	font-size: 12px;
}

.requireGuide {
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 12px;
}

.search-box-clear {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 14px;
	cursor: pointer;
	color: #ccc;
}

.search-box:invalid ~ .search-box-clear {
	display: none;
}

.modal-open {
	padding-right: 0px !important;
}

.text-bold {
	font-weight: bold;
}