@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
}
.gnb-wrap{
  display:none;
}
#_wrapVisual {
  height:235px;
  margin-top:65px;
  padding-top:25px;
  background:url(../images/visual-tablet2.jpg) no-repeat center top/cover;
}
._slogan{
	top: 38px;
	right: 10px;
}
._slogan strong{
	font-size: 2.4em;
	padding: 0.6em 0;
}
._slogan em{
	padding: 27px 0 0 50px;
	font-size: 1.6em;
	line-height: 1.5em;
}
#_aside {
	position: relative;
	z-index: 2;
}
#_content {
	padding: 30px 10px;
	position: relative;
	z-index: 1;
}
.address{
	float: none;
	margin-top: 20px;
	line-height: 1.5;
	padding: 0 20px;
}
.address .spTel{
	clear: left;
}
.head-wrap {
	height: 65px;
}
#_header,
#_container,
#_footer {
}
.foot-logo {
	float: none;
	margin: 10px 0 0 0;
	text-indent: -9999px;
	width: 100%;
	background-position: center center;
}
.address-wrap {
	height: auto;
	padding:20px 0 40px;
}
/**[바로가기]********************************************************/
._directWrap{
	float:left;
	width:33.3333333%;
  	border-right:1px solid #82878f
}
._directWrap:first-child{
  	border-left:1px solid #82878f
}
._directWrap dl{
  position:absolute;
  bottom:0;
  z-index:50
}
._jumpTop{
	right: 0;
	top: 0;
}
/**[점프메뉴]********************************************************/

/**[로고]********************************************************/
#_logo{
	margin: 10px 0 0 10px;
}
#_logo > a > img {
  width: 250px;
  height:auto;
}
@media all and (max-width:410px){
  #_logo em {	display: none;}
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#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
}
.menuUItop .navGab{
	display: none;
}
.menuUItop li.li_1._active .div_2{
	display: block;
}

/**[서브메뉴]********************************************************/
#wrapLnb{
	display: none;
}
#submenuNavigation{
	display: none;
}
#sub_navi_bg{
  z-index:-5
}


/**페이지타이틀+페이지네비게이션********************************************************/
#masterTitle{
	margin: 0 0 30px 0;
	border-bottom: 1px #ddd solid;
	color: #595a5b;
}
#masterTitle h1{
	height: 60px;
	line-height: 60px;
	font-size: 26px;
}
#masterNavigation{
	position: absolute;
	top: 35px;
	right: 15px;
	height: 15px;
	line-height: 15px;
	background: url("../images/navHome.gif") no-repeat left 50%;
	padding-left: 20px;
	display: none;
}
