@charset "utf-8";

#_wrap {
}
#_wrap #_wrapHeader {
	width: 100%;
	z-index: 9;
  	background: url("../images/bgWrapGnb.gif") repeat-x center top;
}
#_wrap #_wrapHeader #_header {
	height: 120px;
}
#_wrap #_wrapArticle {
}
#_wrap #_wrapArticle #_subVisual img{
	width: 100%;
}
#_wrap #_wrapArticle #_container {
}
#_wrap #_wrapArticle #_container #_content {
	padding: 0;
}
#_wrap #_wrapFooter {
}
#_wrap #_wrapFooter #_footer {
  	padding: 0 20px;
}
#_wrap #_wrapFooter #_footer .address{
	padding: 10px 0 30px 0;
	text-align: center;
}
#_wrap #_wrapFooter #_footer .footLogo{
	display: none;
}
#_wrap #_wrapHeader #_header,
#_wrap #_wrapArticle #_container,
#_wrap #_wrapFooter #_footer {
}

/**********************************************************/
#_logo{
	top: 57px;
	left: 10px;
}

/**[주메뉴]*******************************************************
.menuUItop{
	display: block !important;
	left: 0px;
	top: 56px;
	width: 100%;
}
.menuUItop ul.ul_1 li.li_1{
	width: 16.5%;
	position: relative;
}
.menuUItop ul.ul_1 li.li_1 a.a_1{
	font-size: 14px;
}
.menuUItop ul.ul_1 li.li_1._last a.a_1{
	border-right: 0;
}
.menuUItop ul li .div_2{
	display: none;
}
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2{
	background-color: #2B4250;
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
}
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2 ul li a{
	display: block;
	height: 30px;
	line-height: 30px;
	margin: auto;
	padding: 0 10px;
	color: #D4E3ED;
}
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2 ul li a:hover,
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2 ul li a._active{
	background-color: #16262F;
	color: #fff;
}
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2 ul li a._active{
	font-weight: 600;
}

/**[서브메뉴]*******************************************************
.menuUIsub{
	display: none;
	margin-left: 15px;
	margin-right: 15px;
	-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);
	border: 2px #415e70 solid;
	border-radius: 5px;
}
*/

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: block !important;
	position: absolute;
	top: 76px;
	right: 10px;
	margin-top: -20px;
}
#mMenu .mMenuButton{
	background-color: transparent;
	background-repeat: no-repeat;
}
#mMenu #mMenuOpen{
	background-position: 0 4px;
}
#mMenu #mMenuClose{
	background-position: 0 -41px;
}

/**[주메뉴]********************************************************/
.menuUItop{
	display: none;
	top: 118px;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #f7f7f7;
}
.menuUItop ul.ul_1 {
	border-width: 1px 0;
	border-color: #ddd;
	border-style: solid;
}
.menuUItop ul.ul_1 li.li_1 {
	float: none;
	width: 100%;
}
.menuUItop ul.ul_1 li.li_1 a.a_1{
	width: auto;
	height: auto;
	text-indent: 0;
	color: #fff;
	background-color: #415E70;
	background-image: none;
	font-weight: 600;
	font-size: 1.2em;
}
.menuUItop ul.ul_1 li.li_1 .div_2{
	display: block !important;
}
.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2 a.a_2{
	font-weight: 0;
	color: #333;
	background-color: #fff;
	border-top: 1px #ddd solid;
	font-size: 1em;
	display: block;
	padding: 1em;
}
.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2:first-child a.a_2{
	border: none;
}

/**페이지타이틀+페이지네비게이션********************************************************/
#masterNavigation{
	margin-bottom: 1em;
}


/**[글로벌 네비게이션]********************************************************/
#_globalNavi {
	top: 0;
	right: 0;
}
