@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
* {
	margin: 0;
	padding: 0;
	word-break: keep-all;
}
html, body {
	width: 100%;
	height: 100%;
	border: 0px;
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, figure, figcaption {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font-family: Malgun Gothic, NanumGothic, gulim;
	font-size: 15px;
	line-height: 1.8em;
	color: #555555;	
	text-align:left;
}
*{word-break:keep-all;font-family: 'Nanum Gothic', sans-serif;}
img {
	border: 0;
	vertical-align: top;
}
header, hgroup, article, nav, footer, figure, figcaption, canvas, section, time {
	display: block
}
.blind, caption {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px
}
.hide {
	display: none
}
.clr {
	clear: both
}
.f_left {
	float: left !important
}
.f_right {
	float: right !important
}
.txt_align_l {
	text-align: left !important
}
.txt_align_c {
	text-align: center !important
}
.txt_align_r {
	text-align: right !important
}
.margin_up {
	margin-top: -18px;
}
.gap {
    clear: both;
    height: 30px;
}
.gap_s {
    clear: both;
    height: 15px;
}
.gap_b {
    clear: both;
    height: 50px;
}
.gap_line {
	clear: both;
	height: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #d9d9d9
}
.txt_en {
	font-family: arial !important;
	letter-spacing: normal !important;
}
.backtotop {
	background: #333 url("../img/sprite.png") 0 -60px no-repeat;
	border-radius: 3px 3px;
	bottom: 10px;
	display: none;
	filter: alpha(opacity=50);
	height: 30px;
	opacity: 0.5;
	position: fixed;
	left: 50%;
	margin-left: 420px;
	transition: 0.3s;
	width: 30px;
	text-indent: -9999px;
}
#backtotop:hover {
	background-color: #000;
	filter: alpha(opacity=100);
	opacity: 1;
}
form {
	MARGIN: 0em;
	padding: 0em;
}
fieldset {
	border: none;
}
textarea {
	border: #dbdbdb 1px solid;
	color: #575757;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 5px;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #dbdbdb;
	scrollbar-bace-color: #dbdbdb;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #f7f7f7;
	scrollbar-highlight-color: #f7f7f7;
	scrollbar-shadow-color: #dbdbdb;
}
input.input_focus {
	border: 2px solid #8b9dfd;
	padding: 1px;
}
.input_select {
	background-color: #fbfbfb;
	border: 1px solid #dcdde3;
	color: #666;
	letter-spacing: 0em;
	height: 32px;
}
.blind, legend {
	display: block;
	left: 0em;
	overflow: hidden;
	position: absolute;
	top: -5000px;
}
input[type=text], input[type=password], input[type=file] {;
	background-image: linear-gradient(top, #fcfcfc, #fff);
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border: 1px solid #ddd;
	color: #555;
	display: inline-block;
	margin-right: -1px;
	padding: 0 7px;
	text-decoration: none;
	white-space: nowrap;
	background-color: #ffffff;
	line-height: 32px;
	height: 32px;
}
input[type=text]:focus, input[type=password]:focus {
	background: #feffef;
}
input[type=radio], .input_radio {
*vertical-align:3px;
	height: 13px;
	vertical-align: -3px;
	width: 13px;
}
input[type=checkbox], .input_checkbox {
*vertical-align:3px;
	height: 13px;
	vertical-align: -3px;
	width: 13px;
}
.screen_out {
	display: block;
	overflow: hidden;
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px
}
table {
	vertical-align: top
}
.tbl_type {
	border-top: 0px solid #dfdfdf;
	margin-bottom: 1em;
	background: #fff;
	text-align: center;
}
.tbl_type caption {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0
}
.tbl_type td{
    font-size: 0.85em;
    text-align: left;
    border:1px solid #dfdfdf;
}
.tbl_type td, .tbl_type th {
	padding: .6em;
	border-bottom: 1px solid #dfdfdf;
	font-weight: normal;
	color: #555;
}
.tbl_type th {
	text-align: center;
	background: #0d5290;
	color: #fff;
    border-left:1px solid #dfdfdf;
}
.border-right {
	border-right: 1px solid #dfdfdf;
}
.border-left {
	border-left: 1px solid #dfdfdf;
}
.border-both {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
ul.ul-type1 {
}
ul.ul-type1 li {
	margin-bottom: 8px;
}

ul.ul-gallery:after {
	content: "";
	clear: both;
	display: block;
}
ul.ul-gallery li {
	margin: 1px;
	float: left;
}
/*layout*/
.inner {
	width: 732px;
	margin: 0 auto;
    text-align:justify;
	position: relative;/*word-break: keep-all;*/
}
#wrap, #wrap_sub {
	margin: 20px auto;
	width: 800px;
	border: 1px solid #e3e3e3;
	border-top: 4px solid #002459;
}
#header {
	background: #e0eaf4 url(../images/bg1.jpg) 50% 100% no-repeat;
	height: 210px;
	padding-top: 20px;
}
#header a {
	color: #222;
	font-weight: bolder;
}
#header .tit {
	padding-top: 10px;
}
#sub_top {
	width: 800px;
	margin: 20px auto -10px;
	;
}
#container {
	background: #fff;
}
#c-logo {
	text-align: center;
	padding: 30px;
}
#bottom {
	background: #2a2a2a;
	line-height: 45px;
	height: 45px;
	color: #fff;
	font-size: 16px;
}
#bottom a.bt_copy{position:absolute;right:0px;top:-12px;line-height:24px;font-size:14px;}
.nd-ico-notice {
	width: 30px;
	height: 45px;
	background: url(../images/icon1.png) 0 50% no-repeat;
	display: block;
	float: left;
}
#footer {
	background: #474747 url(../images/bg_copy.gif) 93% 80% no-repeat;
	color: #aaa;
	padding: 30px 30px 20px;
	font-size:14px;
	line-height:1.7em;
}
#footer-sub {
	background: #f0f0f0 url(../images/logo_fs.png) 93% 80% no-repeat;
	color: #444;
	padding: 30px 30px 20px;
	font-size:14px;
	line-height:1.7em;
}
a.bt_copy {
	background: #283864;
	padding: 3px 10px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin: 20px auto;
	display: inline-block;
}
/* sub page only*/
#gnb {
	padding: 20px 0;
	background: url(../images/bg_gnb.gif) 0 100% repeat-x;
	min-height: 90px;
}
#gnb .menu {
	line-height: 1.3em;
}
#gnb .menu:after {
	content: "";
	display: block;
	clear: both;
}
#gnb .menu a {
	padding: 5px 0;
	margin: 5px 0;
}
#gnb .menu a.on {
	background: #f2922c;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
}
h1 {
	color: #004a8f;
	font-size: 20px;
	padding: 30px 0;
	font-family: 'Ubuntu', sans-serif;
}
h1 strong {
	color: #004a8f;
	font-size: 24px;
}
h2 {
	padding: 20px 0 10px;
	color: #0d5290;
	font-size: 20px;
}
h3 {
	padding: 20px 0 10px;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.bg-gray {
	background: #f6f6f6 !important;
}
.bg-orange {
	background: #f2922c !important;
}
.bg-green {
	background: #56ae00 !important;
}
.text-underline {
	color: #1f85e5;
	text-decoration: underline;
}
.img_float_left {
	float: left;
	margin: 0 15px 10px 0;
    background: #f6f6f6;
}
.text-blue {
	color: #0d5290 !important;
}
.text-orange {
	color: #ff9000 !important;
}
.text-green {
	color: #56ae00 !important;
}
.text-lg {
	font-size: 120%;
}
.text-sm {
	font-size: 85%;
}
.img-info {
	text-align: center;
	padding: 6px 0
}

.btn-blue {
    color:#fff; display:block;background:#0d5290;line-height:2.8em;text-align:center;text-decoration:none !important;transition:.3s;padding:0 20px;
}
.btn-blue:hover {
    color:#ffff00;background:#212121;
}
