@charset "utf-8";
/*header*/
#gnb_wrap {
	background: url('../images/top_gnb_bg.png') bottom center no-repeat;
}
#gnb_wrap:before {content: ''; width: 100%; height: 140px; background-color: #fff; position: absolute; top: 0; left: 0;}

/*topmenu*/
#mMenuOpen {display: none;}
#menuUItop {
	width: calc(94% - 400px);
    margin: 0 0 0 auto;
}
#menuUItop .ul_1 > .li_1 .a_1 {display: inline-block; vertical-align: middle; word-break: break-all; height: 90px; text-align: center; padding: 10px 0; box-sizing: border-box;}
#menuUItop .ul_1 > .li_1._active .a_1 {color: #004e98;}
#menuUItop .ul_1 > .li_1._active .a_1:after {
	content: ''; display: block; width: 100%; height: 1px; background-color: #6687b5; margin-top: 3px;
}
#menuUItop .div_2 {
    position: relative; text-align: center; padding: 20px; box-sizing: border-box;
}
#menuUItop .div_2 .li_2 > .a_2 {
    position: relative; display: inline-block; color: #fff; font-weight: 200;
    padding: 5px 0; box-sizing: border-box;
}

#menuUItop .div_2 .li_2 > .a_2:before {
	content: ''; width: 13px; height: 13px; background-color: transparent;
	position: absolute; top: 3px; right: -5px; border-radius: 50%; z-index: -1;
}
#menuUItop .div_2 .li_2 > .a_2:after {
	content: ''; display: block; width: 100%; height: 2px; background-color: transparent;
	margin: 3px auto;
}
#menuUItop .div_2 .li_2 > .a_2._active:before,
#menuUItop .div_2 .li_2 > .a_2._active:after,
#menuUItop .div_2 .li_2 > .a_2:hover:before,
#menuUItop .div_2 .li_2 > .a_2:hover:after {background-color: #32cfc9;}




/* topmenu titlewrap */
#menuUItop .titleWrap {
	display: block; position: absolute; top: 175px; left: 20px;
}
#menuUItop .titleWrap p.slo {
	color: #00f0ff; font-size: 30px; font-weight: 400; line-height: 1.3;
}
#menuUItop .titleWrap p.slo > span {display: block; color: #00b7eb;}
#menuUItop .titleWrap p.eng {color: #7bb0e3; font-weight: 200; margin-top: 10px;}
