@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
  	width:100%;
	min-width: 320px;
	_width: 320px;
}
.gnb-wrap{
  display:none;
}
.head-wrap {
	height: 65px;
}
#_wrapArticle {
	
}
#_content {
	padding: 0;
}
.navi-wrap .container,
._directWrap{
  position:unset;
}

.address-wrap{
  padding:20px 0 40px;
  position: relative;
}
.address-wrap .container{
  position:static;
}
.address{
	float: none;
	margin-top: 20px;
	line-height: 1.5;
	padding: 0 20px;
}
.address .adWrap span {
	float: none;
}
.footLogo{
	display: none;
}
#_header,
#_container,
#_footer {
	width: 100%;
}
.foot-logo {
	float: none;
	margin: 10px 0 0 0;
	text-indent: -9999px;
	width: 100%;
	background-position: center center;
	
}
.address-wrap {
	height: auto;
}
/**[바로가기]********************************************************/
._directWrap{
  	border-bottom:1px solid #82878f
}
._directWrap:first-child{
  	border-top:1px solid #82878f
}

/**[점프메뉴]********************************************************/
._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;
}
._jumpTop{
	top:0;
}
/**[로고]********************************************************/
#_logo{
	margin: 15px 0 0 10px;
}
#_logo em {
	display: none;
}
#_logo > a > img {width:200px;height:auto;}
/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: block;
}
#mMenuOpen{
	background-position: 0 0;
}
#mMenuClose{
	background-position: 0 -65px;
}

/**[주메뉴]********************************************************/
#wrapGnb{
  display: none;
  width: 100%;
  top: 65px;
  left: 0px;
  z-index: 9999;
  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: #1c549c;
  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;
  margin-left: 0px !important;
}
.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;
}

