#menuArea {
	z-index: 93;
	position: absolute;
	top: 157px;
	left: 0;
	width: 100%;
	overflow: visible;
	background: #fff;
	letter-spacing: normal;
	border-top: 2px solid #edeee5;
	border-bottom: 2px solid #edeee5;
	overflow: hidden;
}

#menuArea.on {
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}

#menuArea::before {
	z-index: 100;
	content: "";
	position: absolute;
	top: 70px;
	width: 100%;
	height: 1px;
	background: #ddd;
}
#menuArea.on::after {
	content: "";
	display: block;
	position: absolute;
	width: 250px;
	height: 100%;
	left: 2%;
	background: url("../images/kr/main/menu_bg.png") center no-repeat;
	background-size: contain;
}



#menuArea.on:after {
	display: block;
}

#menuArea .bar {
	display: block;
	position: absolute;
	top: 68px;
	left: 0;
	width: 11% !important;
	height: 4px;
	opacity: 0;
	z-index: 102;
	background: #489c8f;
	transition: 0.3s;
}

#menuArea .inner {
	width: 1400px;
	/* width: 100%; */
}

body.on .mask {
	z-index: 92;
	visibility: visible;
	opacity: 1;
	top: auto;
	bottom: 0;
	height: calc(100% - 198px);
}

#topmenu {
	float: right;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

#topmenu>li {
	position: static;
	float: left;
	line-height: 0;

	width: calc(100% / 9) !important;
	/* 보일 메뉴 개수 */
}

/* class="last" 붙이면 해당 메뉴 숨김 */
#topmenu li.last {
	display: none; 
}

#topmenu>li>a {
	display: block;
	line-height: 70px;
	font-size: 21px;
	font-weight: 500;
	font-family: inherit;
	color: #222;
	text-align: center;
	letter-spacing: -1px;
	text-decoration: none;
}

#topmenu>li:hover>a,
#topmenu>li>a:hover,
#topmenu>li>a:active,
#topmenu>li>a:focus,
#topmenu>li.current_on>a {
	color: #489c8f;
	font-weight: 600;
}

#topmenu li .menu{
	display: block !important;
	visibility: visible;
	opacity: 1;
	z-index: 96;
	position: absolute;
	/* left: 0; */
	top: 70px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	min-height: 410px;
	border-left: 1px solid #ddd;
}
#topmenu::after {
	z-index: 100;
	content: "";
	position: absolute;
	top: 70px;
	width: 1px;
	height: 500px;
	background: #ddd;
	right: 0;
}


#topmenu li .tit h2 {
	position: relative;
	display: inline-block;
	line-height: 110%;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	font-family: "score";
	text-align: center;
}

#topmenu li .tit h2:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	margin: 16px 0;
	background: #258eba;
}

#topmenu li .tit p {
	line-height: 140%;
	color: #888;
}

#topmenu .menu>ul {
	float: left;
	width: 100%;
	padding: 0 0 0 1%;
	box-sizing: border-box;
}

#topmenu .menu>ul>li {
	position: relative;
	width: 10%;
	margin: 0;
	box-sizing: border-box;
}

#topmenu .menu>ul>li>a {
	position: relative;
	z-index: 2;
	display: block;
	height: 45px;
	line-height: 54px;
	font-size: 18px;
	color: #555;
	border-radius: 15px;
	text-decoration: none;
	text-align: left;
	box-sizing: border-box;
	letter-spacing: -2px;
}

/* #topmenu .menu>ul>li:hover>a,
#topmenu .menu>ul>li.current_on>a,
#topmenu .menu>ul>li>a:hover {
	color: #fff;
	font-weight: 500;
	border-color: #2f8f81;
	box-shadow: 3px 3px 10px rgba(102, 102, 102, 0.3);
	background: linear-gradient(to right, #268678 28%, #ade6dd 92%);
	transition: border-color 0.25s ease-in-out, box-shadow 0.3s 0.08s ease-in-out;
} */

#topmenu .menu>ul>li:hover>a:after{
	background-image:url(../images/kr/common/ico_down.png)
}

#topmenu .menu>ul>li:hover>a:after,
#topmenu .menu>ul>li.current_on>a:after,
#topmenu .menu>ul>li>a:hover:after {
	background-position: 0 0;
}

/* layout.css override — hover 시 menu bg 변경 차단 */
#topmenu li:focus .menu,
#topmenu li:hover .menu {
	background: #fff;
}

/* layout.css override — 2차 메뉴 a 스타일 reset */
#topmenu li ul li {
	float: none;
	width: 100%;
}

#topmenu li ul li a {
	display: block;
	margin: 0;
	color: #555;
	font-size: inherit;
	text-align: left;
	line-height: 110%;
}

#topmenu li li a:hover,
#topmenu li li a:active,
#topmenu li li a:focus,
#topmenu li li.current_on a {
	color: #df4f66;
}


#topmenu ul ul {
	display: none !important;
	position: relative;
	padding: 12px 0 0 20px;
}

#topmenu ul ul li a {
	position: relative;
	display: block;
	line-height: 110%;
	padding: 6px 0 7px 12px;
	margin: 0;
	color: #555;
}

#topmenu ul ul li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-radius: 50%;
	background: #ccc;
}

#topmenu ul ul li.current_on a:before,
#topmenu ul ul li a:hover:before {
	background: #1467ad;
}

#topmenu ul ul li a:hover,
#topmenu ul ul li a:active,
#topmenu ul ul li a:focus,
#topmenu ul ul li.current_on a {
	color: #097563;
}

@media all and (max-width:1690px) {

	#topmenu li .tit {
		left: 15px;
		width: 20%;
	}

	#topmenu .menu {
		/* padding: 50px 15px 0 20%; */
	}

	#topmenu .menu:before {
		right: auto;
		left: -18%;
		width: 40%;
	}
}

@media all and (max-width:1630px) {
	#topmenu {
		padding: 0;
	}
}

@media all and (max-width:1430px) {
	#menuArea .inner {
		width: 100%;
	}

}

@media all and (max-width:1280px) {

	#topmenu {
		padding: 0;
	}

	#topmenu>li>a {
		font-size: 20px;
	}
}
