@charset "utf-8";

#_wrap {
}
#_wrap #_wrapHeader {
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	position: relative;
	z-index: 2;
}
#_wrap #_wrapHeader #_header {
	height: 145px;
	position: relative;
}
#_wrap #_wrapArticle {
		position: relative;
		z-index: 1;
}
#_wrap #_wrapArticle #_container {
	position: relative;
	height: 500px;
	min-height: 500px;
}
#_wrap #_wrapHeader #_header,
#_wrap #_wrapArticle #_container,
#_wrap #_wrapFooter #_footer {
	margin: 0 auto;
}

/**[푸터]********************************************************/
#_wrap #_wrapFooter {
	height: auto;
	background-color: #414141;
}
#_wrap #_wrapFooter #_footer {
	position: relative;
}
#_wrap #_wrapFooter #_footer ._directWrap{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#_wrap #_wrapFooter #_footer ._directWrap ._direct{
  padding: 30px 0;
}
#_wrap #_wrapFooter #_footer ._directWrap ._direct h2{
  display: none;
}
#_wrap #_wrapFooter #_footer ._directWrap ._direct ul:after {
  clear: both;
  content: "";
  display: block;
}
#_wrap #_wrapFooter #_footer ._directWrap ._direct ul,
#_wrap #_wrapFooter #_footer ._directWrap ._direct ul li{
  float: left;
}
#_wrap #_wrapFooter #_footer ._directWrap ._direct ul li a{
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 0 28px 0 0;
  background: url("../images/directGab.gif") no-repeat left 50%;
}
#_wrap #_wrapFooter #_footer .address *, #_wrap #_wrapFooter #_footer ._directWrap ._direct ul li * {
  	font-family: 'Nanum Gothic', nanumgothic, "돋움", dotum !important;
}
#_wrap #_wrapFooter #_footer .address{
	color: #fff;
  	font-size: 15px;
  	padding: 20px 0 20px 0;
}
#_wrap #_wrapFooter #_footer .address strong{
	color: #fff;
}
#_wrap #_wrapFooter #_footer .address .adWrap{
  padding: 0 0 10px 0;
}
/**********************************************************/
#_logo{
	position: absolute;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: none;
}
#mMenu .mMenuButton{
	border: 0;
	width: 61px;
	height: 38px;
	text-indent: -5000px;
	background-image: url("../images/rMenuButton.png");
}

/**[주메뉴]********************************************************/
.menuUItop{
	height: 43px;
	position: absolute;
	z-index: 10;
}
.menuUItop a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menuUItop .top_div {
	height: 43px;
	margin: 0;
	padding: 0;
}
.menuUItop ul.ul_1{
	height: 43px;
	position: relative;
}
.menuUItop ul.ul_1 li.li_1{
	float: left;
}
.menuUItop ul.ul_1 li.li_1 a.a_1{
	text-align: center;
	color: #415E70;
	background-color: #fff;
	margin: 0;
	padding: 0;
	display: block;
	height: 54px;
	line-height: 54px;
}
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2 ul li a {
  	font-family: 'Nanum Gothic', nanumgothic, "돋움", dotum !important;
}

/**[글로벌 네비게이션]********************************************************/
#_globalNavi {
	position: absolute;
}

/**[메뉴숨김]********************************************************/
.menuUItop ul.ul_1 li.eQ07, .menuUItop ul.ul_1 li.eQ08 { display: none; }
