@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
	min-width: 320px;
	width: auto !important;
	_width: 320px;
}
#_wrapHeader {
	background-color: #fff;
	border-bottom: 1px solid #d1d1d1;
}
#_header {
	height: 80px;
}
#gotoUniv,
#wrapGnavi{
	display: none;
}
#_aside {
	display: none;
	position: relative;
	z-index: 2;
}
#_content {
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
#masterEditor{
	margin: 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: 9;
	background-color: #2d3039;
}
.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{
	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 li.li_2._1st .a_2{
	border: none;
}
.menuUItop .a_2:hover,
.menuUItop .a_2._active{
	color: #ffc000;
}
.menuUItop .navGab{
	display: none;
}
.menuUItop li.li_1._active .div_2{
	display: block;
}
.menuUItop .top_div{
	padding: 0;
	background: none;
}

#sub_navi_bg{
  display:none;
}

/**[서브메뉴]********************************************************/
#wrapLnb{
	display: none;
}

/**탭메뉴********************************************************/
#masterTab{
	margin: 0 10px;
}
.tab_div .ul_3{
	border: 0;
}
.tab_div .li_3{
	width:48.5%;
	height: 48px;
	line-height: 48px;
	margin: 0 0 5px 0;
	border: 1px solid #ddd;
}
.tab_div .li_3._odd{
	float: right;
}
.tab_div
.a_3{
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding:0;
	border-width: 1px 0 0 0;
}

/**페이지타이틀+페이지네비게이션********************************************************/
#masterTitle{
	padding: 50px 0 30px 0;
	color: #000;
	border-bottom: 2px solid #4a4a4a;
	margin: 0 10px 50px 10px;
}
#masterTitle h1{
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	color: #595a5b;
	font-weight: 600;
}
#masterNavigation{
	position: absolute;
	top: 35px;
	left: 10px;
	height: 15px;
	line-height: 15px;
	background: url("../images/navHome.gif") no-repeat left 50%;
	padding-left: 20px;
}

/**[글로벌 네비게이션]********************************************************/
#_globalNavi {
	display: none;
}
