@charset "utf-8";

/**[Layout]********************************************************/
	#_wrap {
	}
	#_wrap #_wrapHeader {
		/* background: url("../images/bg_wrapHeader.gif") repeat-x center top; */
	}
	#_wrap #_wrapHeader #_header {
		height: 100px;
	}
	#_wrap #_wrapHeader #_header #wrapGnavi{

	}
	#_wrap #_wrapHeader #_header #gotoUniv{
		display:none;
	}
	#_wrap #_wrapVisual {
		height: 130px;
		background-position: -510px top;
	}
	#_wrap #_wrapVisual #_visual ._slogan{
		top: 20px;
		right: 10px;
	}
	#_wrap #_wrapVisual #_visual ._slogan strong{
		font-size: 2.4em;
		padding: 0.6em 0;
	}
	#_wrap #_wrapVisual #_visual ._slogan em{
		font-size: 1.4em;
	}
	#_wrap #_wrapArticle #_container #_aside {
		display: none;
		position: relative;
		z-index: 2;
	}
	#_wrap #_wrapArticle #_container #_content {
		padding: 0 10px 30px 10px;
		position: relative;
		z-index: 1;
	}
	#_wrap #_wrapFooter #_footer .address{
		padding: 40px 200px 40px 10px;
		line-height: 1.5;
	}
	#_wrap #_wrapFooter #_footer .address .adWrap .spTel{
		clear: left;
	}
	#_wrap #_wrapHeader #_header,
	#_wrap #_wrapArticle #_container,
	#_wrap #_wrapFooter #_footer {
	}
/**[바로가기]********************************************************/
	#_wrap #_wrapFooter #_footer ._jumpTop{
		right: 0;
		top: 0;
	}
/**[점프메뉴]********************************************************/
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap {
		top: 90px;
		right: 0;
	}
/**[로고]********************************************************/
	#_logo{
		top: 25px;
		left: 10px;
	}
#_globalUl li a{color:#222;}
/**[모바일 - 메뉴열기/닫기]********************************************************/
	#mMenu{
		display: block !important;
		position: absolute;
		top: 60%;
		right: 10px;
		margin-top: -20px;
	}
	#mMenu .mMenuButton{
		background-color: transparent;
		background-repeat: no-repeat;
	}
	#mMenu #mMenuOpen{
		background-position: 0 0;
	}
	#mMenu #mMenuClose{
		background-position: 0 -42px;
	}
/**[주메뉴]********************************************************/
	#wrapGnb{
		display: none;
		top: 80px;
		right: 0;
		width: 320px;
		z-index: 9;
		background-color: #2d3039;
	}
	.menuUItop a{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.menuUItop ul.ul_1 li.li_1 {
		float: none;
		width: 100%;
	}
	.menuUItop ul.ul_1 li.li_1:before,
	.menuUItop ul.ul_1 li.li_1:after {
		content: "";
		clear: both;
		display: block;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1{
		float: left;
		width: 120px;
		color: #fff;
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		background-image: none;
		font-weight: 600;
		font-size: 1.2em;
		background-color: #454750;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1:hover,
	.menuUItop ul.ul_1 li.li_1 a.a_1._active{
		background-color: #2d3039;
		color: #2dafb2;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2{
		display: none;
		margin-left: 130px;
		background-color: #2d3039;
		padding: 0;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 {
		margin-left: 20px;
		padding: 7px 0;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2 {
		float: none;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2 a.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 ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2._1st a.a_2{
		border: none;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2 a.a_2:hover,
	.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2 a.a_2._active{
		color: #ffc000;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 .navGab{
		display: none;
	}
	.menuUItop ul.ul_1 li.li_1._active .div_2{
		display: block;
	}

/**[서브메뉴]********************************************************/
	#wrapLnb{
		display: none;
	}
	

/**페이지타이틀+페이지네비게이션********************************************************/
	#masterTitle{
		padding: 50px 0 30px 0;
		color: #000;
		border-bottom: 2px solid #4a4a4a;
		margin-bottom: 50px;
		background: url("../images/bg_masterTitle.gif") no-repeat right bottom;
	}
	#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;
	}
