@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
	min-width: 320px;
	width: auto !important;
	_width: 320px;
	background: url("../images/bg_wrapArticle_M.jpg") no-repeat center top;
}
#_wrapHeader {
	background-color: #fff;
	border-bottom: 1px solid #d1d1d1;
}
#_header {
	height: 80px;
}
#gotoUniv,
#_header .wrapGnavi{
	display: none;
}
/*#_wrapArticle {*/
	/*background: url("../images/bg_wrapArticleM.jpg") repeat-x center top;*/
/*}*/
#wrapGnavi{
	display: none;
}
#_content {
  padding:0 10px;
}
.address{
	padding: 30px 10px;
	line-height: 1.5;
}
.footLogo{
	display: none;
}
#_header,
#_container,
#_footer {
	width: 100%;
}

/**[바로가기]********************************************************/
._jumpTop{
	right: 0;
	top: 0;
}
/**[점프메뉴]********************************************************/
._jumpMenuWrap {
	padding: 30px 10px 0px;
	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: 16px;
	left: 10px;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: block !important;
  margin-top: -20px;
	position: absolute;
	top: 50%;
	right: 10px;
  z-index: 60;
}
#mMenuOpen{
	background-position: 0 0;
}
#mMenuClose{
	background-position: 0 -46px;
}

/**[주메뉴]********************************************************/
#wrapGnb{
	display: none;
	top: 80px;
	right: 0;
	width: 100%;
	z-index: 60;
	background-color: #2d3039;
}
.menuUItop a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menuUItop .ul_1{
	padding: 0;
}
.menuUItop .li_1 {
	float: none;
	width: 100%;
}
.menuUItop .li_1:before,
.menuUItop .li_1:after {
	content: "";
	clear: both;
	display: block;
}
.menuUItop .a_1{
	float: left;
	width: 120px;
	color: #fff;
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	font-size: 1.2em;
	background: #454750 none;
}
.menuUItop .a_1:hover,
.menuUItop .a_1._active{
	background-color: #2d3039;
	color: #2dafb2;
}
.menuUItop .div_2{
	display: none;
	margin-left: 130px;
	background-color: #2d3039;
	padding: 0;
}
.menuUItop .ul_2 {
	margin-left: 20px;
	padding: 7px 0;
}
.menuUItop .li_2 {
	float: none;
}
.menuUItop .a_2{
	font-weight: 100;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-top: 1px #5d6264 solid;
	font-size: 1em;
	display: block;
	padding: 0;
}
.menuUItop .a_2{
	border: none;
}
.menuUItop .a_2:hover,
.menuUItop .a_2._active{
	color: #ffc000;
}
.menuUItop .navGab{
	display: none;
}
.menuUItop .top_div {
	background: none;
}

#sub_navi_bg{
  display:none;
}

/**페이지타이틀+페이지네비게이션********************************************************/
#masterNavigation{
	margin-bottom: 1em;
}

/**[글로벌 네비게이션]********************************************************/
#_globalNavi {
	display: none;
}
