@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
  	width:100%;
	min-width: 320px;
	_width: 320px;
}
.gnb-wrap{
  display:none;
}
.head-wrap{
  padding:11px 0;
}
#gotoUniv,
#wrapGnavi{
	display: none;
}
#_aside {
	display: none;
	position: relative;
	z-index: 2;
}
#_content {
	padding: 0;
	position: relative;
	z-index: 1;
}
#masterEditor{
	margin: 0 10px;
}
._slogan{
	display: none;
}
.navi-wrap .container,
._directWrap{
  position:unset;
}
.address-wrap{
  padding:20px 0 62px;
}
.address{
	padding: 30px 10px;
	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
}

/**[서브메뉴]********************************************************/
#wrapLnb{
	display: none;
}

/**탭메뉴********************************************************/
#masterTab{
	margin: 0 10px;
}
.tab_div .ul_3{
	border: 0;
}
.tab_div .li_3{
	width:49%;
	height: 46px;
	line-height: 46px;
	margin: 0 0 10px 0;
}
.tab_div .li_3._odd{
	float: right;
}
.tab_div .li_3._last{

}
.tab_div .a_3{
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding:0;
}

/**페이지타이틀+페이지네비게이션********************************************************/
#masterTitle{
	margin: 0 0 32px;
	padding:15px 10px;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}
#masterTitle h1{
	background-color: #ededed;
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	font-weight: 600;
	color: #1e1e24;
	text-align: center;
}
#masterNavigation{
	display: none;
}

/**[글로벌 네비게이션]********************************************************/
#_globalNavi {
	display: none;
}
