
/*-------------------------------------------------
General Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2012. 09. 10.
Last update : 2012. 09. 13.
-------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	}
body {
	margin: 0;
	padding: 0;
	color: #636363;	
	font-size: 75%;
	line-height: 1.5;	
	font-family: "맑은 고딕", 'Malgun Gothic', "돋움", Dotum, "굴림", Gulim, Arial, Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;
	}	
/* render html5 elements as block */
header, footer, article, section, aside, nav {
	display: block;
	}
a {
	color: #2a2a2a;
	text-decoration: none;
	}
a:hover {
	color: #196dc6;
	text-decoration: underline;
	}
img {
	border: none;
	vertical-align: middle;
	}
select, input, textarea {
	color: #454545;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 1em;
	}
select, input {
	vertical-align: middle;
	}	
input, textarea {
	border: solid 1px #ccc;
	}
input[type="submit"],	
input[type="radio"], 
input[type="checkbox"],
input[type="image"] {
	width: auto;	
	border: none;
	}	

input[type="text"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="password"] {
	height: 16px;
	border-color: #cacfda;
	border-top-color: #8a8c94;
	border-bottom-color: #d5dee7;
	}
ul, ol, li, dl, dt, dd, p,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
	}
h1 {	
	font-size: 1.3em;
	}
h2 {
	font-size: 1.2em;
	}	
h3, h4, h5, h6 {
	font-size: 1em;
	}	
hr {
	display: none;
	}	
* button {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	cursor: pointer; 
	/*_cursor: hand;	*/
	text-decoration: none;
	overflow: visible;
	font-family: "돋움", dotum, Gulim, Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;
	white-space: nowrap;  
	}	
button span.img_hiddenTxt  {	
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	}	
		
form  {
	margin: 0;
	padding: 0;
	}		
fieldset  {
	margin: 0;
	padding: 0;
	border: none;
	}	
legend  {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	}
/*label img {
	vertical-align: middle;
	}
*:first-child+html label img {
	vertical-align: top;
	}*/


/* skip navgation STYLE */
#accessibility {
    position: relative;
    width: 100%;
    margin: 0 auto;
	font-size: 1.3em;
	z-index: 200;
	}
#accessibility dt {	
	width: 100%;
	height: 0;
	font-size:  0;
	line-height: 0;
	}
#accessibility a {
	display:block; 
	position: absolute; 
	top: -10000px; 
	left: 0; 
	width: 100%; 
	height: 1rem; 
	text-align: center; 
	font-size: 1em;
	z-index: 200; 
	}
#accessibility a:hover, 
#accessibility a:focus, 
#accessibility a:active{
	position: absolute; 
	top: 0; 
	padding: 10px 0 25px;
	background: #1d60a7;
	color: #fff; 
	z-index: 200;
	}
a.link {
	color: #1d78d5;
	letter-spacing: 0;
	text-decoration: underline;
	}
a.newlayer {
	padding-left: 14px;
	background: url(/kor/images/icon/icon_newlayer.gif) no-repeat 0 3px;
	color: #1d78d5;
	letter-spacing: 0;
	text-decoration: underline;
	}	
a.pdf {
	padding-left: 16px;
	background: url(/kor/images/icon/page_white_acrobat.png) no-repeat 0 1px;
	color: #1d78d5;
	}	
	
/* Float STYLE*/
.clear  {	
	clear: both;
	}
.float_left  {
	float: left;
	}
.float_right  {
	float: right;	
	}
.visibility	{
	visibility: hidden;
	}	
.noDisplay {
	display: none;
	}
.display_block	{
	display: block;
	}	

/* 폰트정렬 STYLE*/
.txt_center  {
	text-align: center;
	}
.txt_left  {
	text-align: left;
	}
.txt_right  {
	text-align: right;
	}
.txt_justify  {
	text-align: justify;
	}

.input_nomal  {
	width: auto;
	}
/* 테이블 STYLE */	
caption  {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	}	
table  {
	width: 100%;
	border-collapse: separate;
	border: none;
	border-spacing:0;
	table-layout: fixed;
	}
table  th  {
	text-align: center;
	white-space: nowrap;
	padding: 5px 15px;
	}
table  td  {
	white-space: normal;
	padding: 5px 0px;
	word-break: break-all;
	}

/* input size STYLE */
.input_long	{
	width: 100%;
	}	
.input_long02	{
	width: 90%;
	}
.input_long03 {
	width: 87%;
	}	
.input_mid	{
	width: 50%;
	}
.input_small	{
	width: 25%;
	}

/* point color STYLE */
.point01,
.point01_bold, .point01_bold a {
	color: #f06667;
	}
.point02,
.point02_bold,
.point02 a {
	color: #1898d7;
	}
.point04_bold {
	color: #0064b9;
	font-weight: bold;
	}
.point03	{
	color: #006ec9;
	}
.black_bold {
	color: #000;
	font-weight: bold;
	}	
.point01_bold,	
.point02_bold,
.txt_bold  {
	font-style: normal;
	font-weight: bold;
	}
.txt_normal {
	font-weight: normal !important;
	}	

.underline_point {	
	color: #F30;
	text-decoration: underline;
	font-weight:  bold;
	}	
.underline_point02 {	
	color: #304c9b;
	text-decoration: underline;
	font-weight:  bold;
	}	
.letter_spacing {
	letter-spacing: 0;
	}	
.point_spacing {	
	color: #0177c9 !important; 
	letter-spacing: 0;
	}	

/* img 정렬 STYLE */
.vertical_top	{
	vertical-align: top;
	}	
.vertical_mid {
	vertical-align: middle; 
	}
.vertical_bom {
	vertical-align: bottom; 
	}
.title_hidden {
	width: 100%;
	height: 1px;
	text-indent: -9999px;
	}
	
.blue_box {
	padding: 0 5px 0 4px;
	background: #1687d6;
	border: solid 1px #0070be;
	border-radius: 2px;
	color: #fff;
	letter-spacing: -0.1em;
	}
.blue_box_small {
	padding: 0 5px 0 4px;
	background: #1687d6;
	border: solid 1px #0070be;
	border-radius: 2px;
	color: #fff;
	font-size: 0.9em;
	letter-spacing: -0.1em;
	}	
/* more */
.more a,	
.close a {
	color: #304c9b;
	}

.letter_minus {
	letter-spacing: -1px;
	}	

p.box-btn-center {margin:40px 0 0; text-align:center;}

a.btn-navy,
input.btn-navy {display:inline-block; padding:4px 30px; border:1px solid #536573; background-color:#4d5863; font-family:NanumGothic,dotum,sans-serif; color:#fff; vertical-align:middle;}
a.btn-blue,
input.btn-blue {display:inline-block; padding:4px 30px; border:1px solid #3367a1; background-color:#3879c0; font-family:NanumGothic,dotum,sans-serif; color:#fff; vertical-align:middle;} 
a.btn-sky,
input.btn-sky {display:inline-block; padding:4px 30px; border:1px solid #3367a1; background-color:#4e9dc9; font-family:NanumGothic,dotum,sans-serif; color:#fff; vertical-align:middle;} 
a.btn-red,
input.btn-red {display:inline-block; padding:4px 30px; border:1px solid #953b17; background-color:#cc4e4e; font-family:NanumGothic,dotum,sans-serif; color:#fff; vertical-align:middle;}


.sr-only {position: absolute;  width: 1px;  height: 1px;  padding: 0;  margin: -1px;  overflow: hidden;  clip: rect(0, 0, 0, 0);  border: 0;}