@charset "utf-8";
/*-------------------------------------------------
General Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2014. 09. 10.
-------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	}
body {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 78%;
	line-height: 1.6;
	font-family: "맑은 고딕", Malgun Gothic, "돋움", Dotum, "굴림", Gulim, Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;
	}	
/* render html5 elements as block */
header, footer, article, section, aside, nav {
	display: block;
	}
a {
	color: #464646;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: none;
	}
select, input, textarea {
	color: #454545;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 1em;
	border: solid 1px #ebebeb;
	}
select, input {
	vertical-align: middle;
	font-size: 0.95em;
	}	
input[type="submit"] {
	border: none;
	}
input, textarea {
	border-top-color: #d2d2d2;
	border-left-color: #d2d2d2;
	}
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: 20px;
	padding: 2px;
	}
select {
	padding: 4px;
	border: 1px solid #cacfda;
	}
ul, ol, li, dl, dt, dd, p,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
	}
h1 {	
	font-size: 1.5em;
	}
h2 {
	font-size: 1.2em;
	}	
h3, h4, h5, h6 {
	font-size: 1.08em;
	}	
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: "맑은 고딕", Malgun Gothic, "돋움", Dotum, "굴림", Gulim, Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;
	white-space: nowrap;
	}	
form  {
	margin: 0;
	padding: 0;
	}		
fieldset  {
	margin: 0;
	padding: 0;
	border: none;
	}	
legend  {
	width: 100%;
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
	}
/* 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: 0; 
	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-right: 18px;
	background: url(../../images/common/icon/icon_newlayer.gif) no-repeat right 5px;
	color: #747475;
	font-weight: bold;
	text-decoration: underline;
	}	
.yellow_newlayer {
	padding-right: 15px; 
	background: url(../../images/common/icon/icon_openwindow_yellow.png) no-repeat right center; 
	}
.icon-down-yellow,
.save {
	padding-right: 18px;
	background: url(../../images/common/icon/icon_down_yellow.png) no-repeat right center;
	}
		
a.pdf {
	padding-left: 16px;
	background: url(/images/custom/kor/icon/icon_acrobat.gif) no-repeat 0 0;
	color: #1d78d5;
	}	
.txt_decoration {
	text-decoration: underline;
	font-weight: bold;
	}	
/* Float STYLE*/
.clear  {	
	clear: both;
	}
.float_left  {
	float: left;
	}
.float_right  {
	float: right;	
	}	
.display_none {
	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: 100%;
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
	}	
table  {
	width: 100%;
	border-collapse: collapse;
	border: none;
	}
table th  {
	padding: 5px 15px;
	white-space: nowrap;
	text-align: center;
	}
table td  {
	padding: 5px 0px;
	white-space: normal;
	word-break: break-all;
	}
/* input size STYLE */
.input_long	{
	width: 100%;
	}	
.input_long02	{
	width: 90%;
	}
.input_long03 {
	width: 87%;
	}	
.input_mid	{
	width: 50%;
	}
.input_mid02 {
	width: 45%;
	}	
.input_small	{
	width: 25%;
	}
/* point color STYLE */

/* 텍스트 포인트 */
.point01,
.point01_bold  {/* 빨강 */
	color: #da3d00;
	}
.point02,
.point02_bold,
.point02 a {/*파랑 */
	color: #037bc1;
	}
.black_txt {	
	color: #000;
	}	
.black_bold {
	color: #000;
	font-weight: bold;
	}	
.gray_txt {
	color: #555;
	}		
.point01_bold,	
.point02_bold,
.txt_bold  {
	font-style: normal;
	font-weight: bold;
	}	
.point03 {	
	color: #00857a;
	}
.point03_bold {
	color: #00857a;
	font-weight: bold;
	}	
.txt_normal,
.txt_normal a	 {
	font-weight: normal !important;
	}	
.letter_spacing {
	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;
	overflow: hidden;
	}
.float_wrap,
.float_wrap02 {
	clear: both;
	overflow: hidden;
	}
.float_wrap02 {
	margin-top: 33px;
	}
	
/*  레이어 팝업 */
.layerPop_bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.6;filter:alpha(opacity=60);z-index:100;}
.layerPop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0, 0.6); z-index:100;}
.layerPop .layerPop_area{display:block;position:absolute;margin:auto;padding-top:28px; background-color:#fff; overflow: hidden;z-index:95;}
.layerPop .layerPop_area img{max-width:100%;}
.layerPop_close{position:absolute;top:0;width:100%;margin-top:-2px;padding:3px 13px;background-color:#fff;color:#333;font-size:0.95em;box-sizing:border-box;overflow:hidden;}
.layerPop_close .custom-check{display:none;}
.layerPop_close button{display:block;float:right;padding:3px 0;color:#333;vertical-align:middle;}
