@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
  	width:100%;
	min-width: 320px;
	_width: 320px;
}
#_wrapHeader {
  
}
.head-wrap{
	height: 65px;
}
.gnb-wrap{
	display:none;
}
#_wrapVisual {
	height: 180px;
	background:url(../images/visual-desktop.jpg) no-repeat center 0;
	text-align:center;
}
#_wrapVisual .titleVisual{
	font-size:35px;
	color:#fff;
	font-weight:600;
	padding-top:50px;
	overflow:hidden;
}
#_wrapVisual .titleVisual:after{
  content:"";
  display:block;
  width:85px;
  height:4px;
  background-color:#fff;
  margin:20px auto 0;
}
#_aside {
	position: relative;
	z-index: 2;
}
#_content {
	padding: 30px 20px;
	position: relative;
	z-index: 1;
}
.navi-wrap .container,
._directWrap{
  position:unset;
}
.address-wrap{
  padding:20px 0;
}
.address{
  	float:none;
	line-height: 1.5;
}
._directWrap,
.address {
	padding: 0 20px;
}
.footLogo{
	display: none;
}
#_header,
#_container,
#_footer {
}
.footer-logo{
	display:none;
}
/**[바로가기]********************************************************/
._jumpTop{
	display:none;
}
/**[점프메뉴]********************************************************/
._jumpMenuWrap {
  	float:right;
	position: relative;
	display:none;
}
._jumpMenu {
	position: relative;
}
._jumpSelect {
	margin-right: 50px;
}
._jumpSelect select {
	width: 100%;
}
._jumpMenu button {
	position: absolute;
	top: 0;
	right: 0;
}

/**[로고]********************************************************/
#_logo{
	margin-top: 10px;
	left: 10px;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#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: #154887;
  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
}

/**[서브메뉴]********************************************************/
#wrapLnb{
	display: none;
}
#submenuNavigation{
	display: none;
}
#sub_navi_bg{
  z-index:-5
}


/**페이지타이틀+페이지네비게이션********************************************************/
#_wrapArticle{
	position:relative;
}
#masterTitle{
	margin-bottom: 30px;
	color: #333;
}
#masterTitle h1{
	height: 50px;
	line-height: 40px;
	font-size: 30px;
	font-weight: 600;
	margin-top:35px;
	border-bottom:1px solid #cccccc;
}
#masterNavigation{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	border-bottom:1px solid #d5d5d5;
}
#masterNavigation ul li.home{
	background: url("../images/navHome.gif") 13px center no-repeat;
	width:40px;
	text-indent:-9999px;
	padding:0;
}
#masterNavigation ul li{
	line-height:40px;
	font-size:15px;
	border-left:1px solid #d5d5d5;
	padding:0 60px 0 15px;
	position:relative;
	float:left;
	color:#555555;
	margin:0;
}
#masterNavigation ul li .gt{
	background: url("../images/navGt.gif") no-repeat left 50%;
	text-indent:-9999px;
	width:9px;
	height:6px;
	vertical-align:middle;
	position:absolute;
	right:10px;
	top:17px;
}
#masterNavigation ul li:last-child{
	border-right:1px solid #d5d5d5;
}
#masterNavigation ul li strong{
	font-weight:normal;
}
