@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
  	width:100%;
	min-width: 320px;
	_width: 320px;
}
.gnb-wrap{
  display:none;
}
.head-wrap{
  padding:11px 0;
}
#_wrapArticle {
	
}
#_content {
	padding: 0;
}
.navi-wrap .container,
._directWrap{
  position:unset;
}
.address-wrap{
  padding:20px 0 62px;
}
.address{
  	float:none;
 	margin-top:20px;
	line-height: 1.5;
}
.footLogo{
	display: none;
}
#_header,
#_container,
#_footer {
	width: 100%;
}

/**[바로가기]********************************************************/
._jumpTop{
	bottom:0;
}
/**[점프메뉴]********************************************************/
._jumpMenuWrap {
  	float:none;
	position: relative;
}
._jumpMenu {
	position: relative;
}
._jumpSelect {
	float: none;
	background-color: red;
	margin-right: 50px;
}
._jumpSelect select {
	width: 100%;
}
._jumpMenu button {
	position: absolute;
	top: 0;
	right: 0;
}

/**[로고]********************************************************/
#_logo{
	top: 7px;
	left: 10px;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: block;
}
#mMenuOpen{
	background-position: 0 0;
}
#mMenuClose{
	background-position: 0 -41px;
  border:1px solid #fff
}

/**[주메뉴]********************************************************/
#wrapGnb{
	display: none;
	width: 85%;
	top: 65px;
	z-index: 9999;
	background-color: #3b5998;
}
.menuUItop a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menuUItop .li_1 {
	float: none;
	width: 100%;
}
.menuUItop .li_1:before,
.menuUItop .li_1:after {
	content: "";
	clear: both;
	display: block;
}
.menuUItop .a_1{
	color: #fff;
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
	background-image: none;
	font-weight: 600;
	font-size: 1.2em;
	border-bottom:1px solid #506fb0
}
.menuUItop .a_1:hover,
.menuUItop .a_1._active{
	background-color: #fff;
	color: #2c4270;
}
.menuUItop .div_2{
	display: none;
  padding:0 30px;
	background-color: #4b68a5;
	padding: 0;
}
.menuUItop .ul_2 {
	margin-left: 20px;
	padding: 7px 0;
}
.menuUItop .div_2 .li_2 {
	float: none;
}
.menuUItop .div_2  .a_2{
	display: block;
	height: 40px;
	position:relative;
	font-size: 1em;
	font-weight: 100;
	line-height: 40px;
	color: #ccc;
	border-top:1px solid #506fb0
}
.menuUItop .a_2:before{
	content:"-";
	height:100%;
	position:absolute;
	left:10px;
}
.menuUItop .li_2._1st .a_2{
	border: none;
}
.menuUItop .div_2  .a_2:hover,
.menuUItop .div_2  .a_2._active{
  color: #fff;
}
.menuUItop .navGab{
  display: none;
}
.menuUItop li.li_1._active .div_2{
  display: block;
}
#sub_navi_bg{
  z-index:-5
}

/**페이지타이틀+페이지네비게이션********************************************************/
#masterNavigation{
	margin-bottom: 1em;
}

