@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
  	width:100%;
	min-width: 320px;
	_width: 320px;
}
#_wrapHeader{
	position:relative;
}
.gnb-wrap{
  display:none;
}
.head-wrap{
  height: 65px;
}
#_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;
}
._directWrap,
.address {
  padding: 0 20px;
}
.footLogo{
	display: none;
}
#_header,
#_container,
#_footer {
	width: 100%;
}

/**[바로가기]********************************************************/
._jumpTop{
	display:none;
}
/**[점프메뉴]********************************************************/
._jumpMenuWrap {
  	float:right;
	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{
	margin: 11px 0 0 15px;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: block;
}
#mMenuOpen{
	background-position: 0 0;
}
#mMenuClose{
	background-position: 0 -65px;
  border:1px solid #fff
}

/**[주메뉴]********************************************************/
#wrapGnb{
  display: none;
  width: 100%;
  top: 65px;
  left: 0px;
  z-index: 9999;
  background-color: #3b5998;
  position:absolute;
  border-top: 1px solid #d1d1d1
}
.menuUItop .a_1{
  border-bottom:1px solid #c8c8c8;
  background: #fff;
}
.menuUItop .li_1 {
  position: relative;
}
.menuUItop .li_1, .menuUItop .li_2 {
  line-height: 50px;
  font-size: 0.85rem;
  width: 100%;
  
}
.menuUItop .li_1.on .a_1,
.menuUItop .li_1:hover .a_1{
  display: block;
  background: #123482;
  color: #fff !important;
}
.menuUItop .a_1,
.menuUItop .a_2{
  padding-left: 18px !important;
  color:#333 !important;
  display: block;
}
.menuUItop .a_2.noBg {
  background-image: none;
}
.menuUItop li div {
  display: none;
}
.menuUItop .div_2{
  background: #e8e8e8;
}
.menuUItop .a_2{
  color:#333;
  border-bottom:1px solid #c1c1c1;
}
.menuUItop .li_2.on .a_2,
.menuUItop .a_2:hover{
  color: #fff !important;
  background: #393939;
  border-bottom:1px solid #222
}
.menuUItop .div_3 {
  background: #fff;
}
.menuUItop .li_3 {
  height: 30px;
  line-height: 30px;
}
.menuUItop .a_3 {
  color: #333;
  font-size: 14px;
  padding: 0 0 0 20px;
}
.menuUItop .a_3:hover{

}
#sub_navi_bg{
  z-index:-5
}

/**페이지타이틀+페이지네비게이션********************************************************/
#masterNavigation{
	margin-bottom: 1em;
}

