@charset "utf-8";

/* -- reset -- */
button{
	background-color:transparent
}

/* common */
.blind{
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	z-index:55;
	background-color:#000;
	-ms-filter:alpha(opacity=0);
	filter:alpha(opacity=0);
	opacity: 0;
}
.multipleContentsDiv{
	position:relative;
}

/**[Layout]********************************************************/
#_wrap #_wrapHeader {
}
#_header {
	height: 125px;
	position: relative;
}
#wrapGnavi{
	position: absolute;
	top: 3px;
	right: 123px;
}
#gotoUniv{
	position: absolute;
	top: 0;
	background: #404b5c;
	height: 31px;
	line-height: 31px;
	padding: 0 10px 0 10px;
	color: #2ad5d1;
}
#_container {
	position: relative;
	height: 500px;
	min-height: 500px;
}
#submenuNavigation ul{
	cursor: pointer;
}
#_wrapVisual {

}
#_visual{
	position: relative;
}
._slogan {
	position: absolute;
	background-image: url("../images/bg_slogan.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
._slogan strong,
._slogan em{
	color: #fff;
	display: block;
}
#_container:before ,
#_container:after {
	content: "";
	display: block;
	clear: both;
}
#_wrapFooter {
	background: #fff url(../images/bg_foot_line.gif) repeat-x;
}
#_footer {
	position: relative;
	border-top: 1px #333 solid;
}
.address{
	color: #666;
	font-size: 1.1em;
}
.address .adWrap{
	position: relative;
	overflow: hidden;
}
.address .adWrap:before,
.address .adWrap:after{
	content: "";
	clear: both;
	display: block;
}
.address .adWrap span{
	float: left;
	margin-right: 15px;
}
.footLogo{
	position:absolute;
	right:0;
	top: 20px;
}
#_header,
#_visual,
#_container,
#_footer {
	margin: 0 auto;
}

/**[바로가기]********************************************************/
._directWrap{
	border-bottom: 1px #ccc solid;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
._direct h2{
	display: none;
}
._direct ul,
._direct li{
	float: left;
}
._direct a{
	display: block;
	color: #363636;
	font-size: 1.1em;
	padding: 0 1em;
	background: url("../images/directGab.gif") no-repeat left 50%;
}
._direct a:hover{
	font-weight: 600;
}
._direct li:first-child a{
	background: none;
	font-weight: 900;
}
._jumpTop{
	display: none;
	position: absolute;
	width: 70px;
	height: 50px;
	text-indent: -5000px;
	background: url("../images/jumpTop.gif") #315d91 no-repeat 50% 50%;
}
/**[점프메뉴]********************************************************/
._jumpMenuWrap {
	position: absolute;
	z-index: 1;
}
._jumpMenu {
	text-align: center;
}
._jumpMenu h2{
	display: none;
}
._jumpSelect{
	float: left;
	margin-right: 5px;
}
._jumpMenu select,
._jumpMenu button{
	height: 30px;
}
._jumpMenu select{
	border-color: #7e7e7e;
}
._jumpMenu button{
	height: 30px;
	border: 0;
	background-color: #7e7e7e;
	color: #fff;
	padding: 0 1em;
}
/**[로고]********************************************************/
#_logo{
	position: absolute;
	overflow: hidden;
}
#_logo a,
#_logo em{
	float: left;
}
#_logo em{
	color: #333;
	border-left: 1px #999 solid;
	margin-top: 11px;
	margin-left: 15px;
	padding-left: 15px;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: none;
}
.mMenuButton{
	border: 0;
	width: 41px;
	height: 41px;
	text-indent: -5000px;
	background-image: url("../images/rMenuButton.gif");
}

/**[주메뉴]********************************************************/
#wrapGnb{
	position: absolute;
	z-index: 10;
	display: none;
}
.menuUItop a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menuUItop .top_div {
	margin: 0;
	padding: 0;
	height: 43px;
	background: #2c4270;
}
.menuUItop .ul_1{
	position: relative;
}
.menuUItop .li_1{
	float: left;
}
.menuUItop .a_1{
	font-weight: 400;
	color: #fff;
	margin: 0;
	display: block;
	text-align: center;
}
.menuUItop .a_1._active,
.menuUItop .a_1:hover{
	color: #3d6696 ;
}
.menuUItop .a_1._active{
	font-weight: 600;
}
.menuUItop .div_2{
	padding: 0 63px;
}
.menuUItop .ul_2 {
	overflow: hidden;
}
.menuUItop .li_2 {
	float: left;
}
.menuUItop .a_2{
	display: block;
	margin: auto;
	padding: 0 10px;
	color: #fff;
}
.menuUItop .a_2:hover,
.menuUItop .a_2._active{
	color: #2ad5d1;
}
.menuUItop .a_2._active{
	font-weight: 600;
}
.menuUItop .navGab{
	display: none;
	width: 19px;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 35px;
	background: url("../images/navGab.gif");
}
#sub_navi_bg{
  display:none;
	width: 100%;
	height: 34px;
	background: #0084c1;
	border-top: 1px solid #cecece;
	position: absolute;
	left: 0;
	top: 148px;
	z-index: 2;
}



/**[서브메뉴]********************************************************/
#submenuNavigation {
	height: 40px;
	background-color: #f0f0f0;
	border-bottom: 1px #ddd solid;
}
#submenuNavigation ul{
	position: relative;
	height: 40px;
	float: left;
}
#submenuNavigation li{
	float: left;
	position: relative;
}
#submenuNavigation ._last span{
}
#submenuNavigation .navHome,
#submenuNavigation .navTitle,
#submenuNavigation .navMenu{
	display: block;
	height: 40px;
	line-height: 40px;
}
#submenuNavigation .navHome{
	background: url("../images/navHome.gif") no-repeat 50% 50%;
	width: 40px;
	text-indent: -5000px;
	padding: 0;
}
#submenuNavigation .navMenu{
	padding: 0 40px 0 10px;
	background: url("../images/submenuNavigation.gif") no-repeat right 50%;
	border-left: 1px #ddd solid;
}
#submenuNavigation .navMenu.navigStrong{
	color: #223c78;
	font-weight: 600;
}

#submenuNavigation .navDiv {
	position: absolute;
	top: 41px;
	left: 0;
	display: none;
}
#submenuNavigation .navDiv ul{
	height: auto !important;
}
#submenuNavigation .navDiv li{
	float: none !important;
	border-width: 0 1px 1px;
	border-color: #ddd;
	border-style: solid;
	background-color: #fff;
}
#submenuNavigation .navDiv a{
	height: 40px;
	line-height: 40px;
	display: block;
	width: 150px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#submenuNavigation .navDiv a._active{
	background-color: #e2e8f5;
}
#submenuNavigation .navDiv a._active,
#submenuNavigation .navDiv a:hover{
	color: #366fcc;
	font-weight: bold;
}
#navUldep01{
}
#navUldep01 .div_2{
	display: none;
}
#navUldep02{
}
#navUldep02 .div_3{
	display: none;
}
#navUldep03{
}


/**[탭메뉴]********************************************************/
.tab_div{
	padding: 0;
	margin-bottom: 40px;
}
.tab_div .ul_3{
	overflow: hidden;
	position: relative;
}
.tab_div .li_3{
	float: left;
	margin: 0 10px 2px 0;
}
.tab_div .a_3{
	font-size: 13px;
	display: block;
	color: #444;
	text-align: left;
	padding: 0 1em;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border-style: solid;
	border-color: #a8a8a8;
	border-width: 3px 0 0 0;
}
.tab_div .a_3:hover,
.tab_div .a_3._active{
	color: #38659f;
	border-color: #0086c5;
}
.tab_div .a_3._active{
	font-weight: 600;
}

.menuUItop .top_div_866 {
	margin-left:-400px;
}
