@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: 'NanumGothic','나눔 고딕','맑은 고딕',dotum,verdana;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
img {border:0;}

/*top menu*/
a {
	color: #0094c8;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}


/*메뉴 스타일 구성*/
.header-menu{
	margin:-15px 0px 0px 0px;
	width: 867px;
	font-family:Dotum,Gulim;
	font-size:12px;
}
.header-menu > ul{overflow: hidden;padding: 6px; display:flex; justify-content:flex-end}
.header-menu > ul > li{display: block;overflow: hidden;}
.header-menu .header-menu-login-wrapper{float: right;margin-right: 2px;}
.header-menu > ul > li > a{
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border: 1px solid transparent;
	border-bottom: none;
	text-shadow: 0px -1px 0px #000;
	background-repeat: no-repeat;
	background-position: 94% center;
}
.header-menu > ul > li:hover > a {
	border-color: #fff;
	color: #ececec;
	background-color: #243649;
	background-position: 94% center;
	
}

.header-menu > ul > li > ul{
	display: none;
	border: 1px solid #243649;
	border-top: none;
	background-color: #243649;
	position: absolute;
	margin-top: 60px;
	color: #ececec;
	font-size: 8pt;
	width: 180px;  /*서브메뉴박스 가로폭*/
	min-height: 74px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
	z-index: 999999999999;
}
.header-menu > ul > li:hover > ul{
	display: block;
	padding: 5px;
}

.header-menu > ul > li > ul > li{
	margin: 0px;
	padding: 0px 0px;
	float: none;
	display: block;
}

.header-menu > ul > li > ul > li > a{
	display: block;
	color: #eee;
	font-size: 9pt;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	text-transform: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.header-menu > ul > li > ul > li > a:hover{
	background-color: #3A5069;
	color: #ececec;
}


.ind  {
	font-size: 12px;
	color: #252525;
	text-decoration: none;
    }
.txt_11  {
	font-size: 11px;
	text-decoration: none;
    }
.wgray_11  {
	font-size: 11px;
	text-decoration: none;
	color:#e1e1e1;
    }
.wgray_14  {
	font-size: 14px;
	text-decoration: none;
	color:#e1e1e1;
    }
	
	/*링크*/

.darkg:link {
	font-size: 11px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
    }
.darkg:visited {
	font-size: 11px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
    }
.darkg:hover {
	font-size: 11px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
    }
.darkg:activity {
	font-size: 11px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
    }
	
.lightg:link {
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
    }
.lightg:visited {
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
    }
.lightg:hover {
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
    }
.lightg:activity {
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
    }
		
.dgray_link18:link {
	font-size: 18px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	
    }
.dgray_link18:visited {
	font-size: 18px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	
    }
.dgray_link18:hover {
	font-size: 18px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
    }
.dgray_link18:activity {
	font-size: 18px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;

    }
	

.indx:link {
	font-size: 11px;
	color: #898989;
	text-decoration: none;
	font-weight: bold;
    }
.indx:visited {
	font-size: 11px;
	color: #898989;
	text-decoration: none;
	font-weight: bold;
    }
.indx:hover {
	font-size: 11px;
	color: #0072bc;
	text-decoration: none;
	font-weight: bold;
    }
.indx:activity {
	font-size: 11px;
	color: #0072bc;
	text-decoration: none;
	font-weight: bold;
    }
	
.indx2:link {
	font-size: 11px;
	color: #b7b7b7;
	text-decoration: none;
	
    }
.indx2:visited {
	font-size: 11px;
	color: #b7b7b7;
	text-decoration: none;
	
    }
.indx2:hover {
	font-size: 11px;
	color: #0072bc;
	text-decoration: none;
	
    }
.indx2:activity {
	font-size: 11px;
	color: #0072bc;
	text-decoration: none;
	
    }
	
.white_m:link {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	
    }
.white_m:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	
    }
.white_m:hover {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	
    }
.white_m:activity {
	font-size: 12px;
	color: #fff;
	text-decoration: none;

    }
	
.white_11:link {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	
    }
.white_11:visited {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	
    }
.white_11:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	
    }
.white_11:activity {
	font-size: 11px;
	color: #fff;
	text-decoration: none;

    }
	
.dgray_m:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
    }
.dgray_m:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
    }
.dgray_m:hover {
	font-size: 12px;
	color: #0072bc;
	text-decoration: none;
    }
.dgray_m:activity {
	font-size: 12px;
	color: #0072bc;
	text-decoration: none;
    }


.stitle_14:link {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
    }
.dstitle_14:visited {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
    }
.stitle_14:hover {
	font-size: 12px;
	color: #0072bc;
	font-weight: bold;
	text-decoration: none;
    }
.stitle_14:activity {
	font-size: 12px;
	color: #0072bc;
	font-weight: bold;
	text-decoration: none;
    }
	

	
/*본문폰트*/

.basic {
	font-family: "Nanum Gothic";
	font-size: 14px;
	line-height: 18px;
}

.basic_12 {
	font-family: "Nanum Gothic";
	font-size: 12px;
	line-height: 18px;
}

.basic_t {padding-left: 10px;

}

.basic_14 {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
    }

.title_w {font-size: 18px;
    color: #fff;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.sub_title {font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

.sub_title_blue {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #06C;
}

.sub_title_black {font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

.sub_title_12 {font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.red {font-size: 14px;
    color: #b3060a;
	font-weight: bold;
	text-decoration: none;
}
.red_11 {font-size: 11px;
    color: #b3060a;
	text-decoration: none;
}
.gray_11 {font-size: 11px;
    color: #959595;
	text-decoration: none;
}
.blue_11 {font-size: 11px;
    color: #0072bc;
	text-decoration: none;
}
.black_18 {font-size: 18px;
    color: #363636;
	text-decoration: none;
}
.black_18 {font-size: 18px;
    color: #363636;
	font-weight: bold;
	text-decoration: none;
}
.blue_18b {
	font-size: 18px;
	color: #0072bc;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}
.add_m12 {
	color: #464646;
	text-decoration: none;
	padding-left: 10px;
	line-height: 14px;
	font-weight: bold;
	}
	
.add_m12_2 {
	color: #555555;
	text-decoration: none;
	padding-left: 10px;
	line-height: 18px;
	}
.add_m14 {
	color: #555555;
	text-decoration: none;
	padding-left: 20px;
	line-height: 14px;
	}

.white_12 {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 24px;
	}

.white_14 {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 24px;
	font-weight: bold;
	}
	
.white_16_b {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.white_18_b {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.pro_box {cursor:pointer;}

.gray_28 {font-size: 28px;
    color: #7d7d7d;
	font-weight: bold;
	text-decoration: none;
}
.dgray_24 {font-size: 24px;
    color: #343434;
	font-weight: bold;
	text-decoration: none;
}

.blue_24 {font-size: 24px;
    color: #0072bc;
	font-weight: bold;
	text-decoration: none;
}
.dgray_30 {font-size: 30px;
    color: #343434;
	font-weight: bold;
	text-decoration: none;
}
.gray_14 {
	font-size: 14px;
	color: #7d7d7d;
	text-decoration: none;
	line-height: 18px;
}

.indx2_n {
	font-size: 11px;
	color: #959595;
	text-decoration: none;    
	}

.dgray_14b:link {
	font-size: 14px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	}
.dgray_14b:visited {
	font-size: 14px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	}
.dgray_14b:hover {
	font-size: 14px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	}
.dgray_14b:activity {
	font-size: 14px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	}	
