#menu_2
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu_1lv
{
	padding: 27px 0;
	height: 100%;
}

#menu_1lv li
{
	position: relative;
	line-height: 0;
	padding-left: 80px;
}

#menu_1lv li a
{
    left: 332px;
    height: 24px;
    text-align: left;
    font: normal normal normal 16px/24px Noto Sans KR;
    letter-spacing: 0px;
    color: #656565;
    opacity: 1;
}


#menu_1lv li > a.menu.on
{
	color: #0092B9;
}

#menu_1lv li > a.menu.on_border{
	border-bottom: solid 3px #0092B9; 
	height: 51px;
}

#menu_1lv li:hover > a
{
	color: #0092B9;
}

#menu_1lv .menutop:hover > a { border-bottom: solid 3px #0092B9; height: 51px; }

*html #menu_1lv li a:hover /* IE6 */ 
{
	color: #0092B9;
}

#menu_1lv li:hover > ul
{
	display: block !important;
	/* padding-left: 16px; */
} 

/* Sub-menu */

#menu_1lv ul
{   
    display: none;
    position: absolute;
    top: 50px;
    z-index: 99999;
}
.menuLogin{
	height: 76px;
    line-height: 76px;
    display: none;
    padding-left: 36px;
    border-bottom: solid 1px #d0d0d0;
}
.menuLogin span {
	font-family: NotoSansKR;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: right;
	color: var(--teal-blue);
	cursor: pointer;
}

@media screen and (max-width: 1280px) {
	/* #menu_1lv ul {
	    position: initial;
		display: block;
		border: none;
	} */
	#menu_1lv ul a {
	    padding: 20px 0 !important;
		background: none !important;
		font: normal normal normal 14px/20px Noto Sans KR;
		color: var(--default-grey);
	}
	#menu_1lv {
		height:calc( 100% - 136px );
	}
	#menu_1lv ul{
		position: block !important;
		position: initial;
	}
	#menu_1lv li:hover > ul{padding-left: 16px;}
	#menu_1lv li > a.menu.on_border{border: none;}
	#menu_1lv{padding:0;}
}

#menu_1lv ul ul
{
  top: 0;
  left: 120px;
}

#menu_1lv ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    /*-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;*/
}

#menu_1lv ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu_1lv ul a
{
	text-align: left;
    font: normal normal normal 14px/20px Noto Sans KR;
    max-height: 20px;
    margin-bottom: 16px;
    color: #656565;
    height: auto;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    background: #fff;
    background: -moz-linear-gradient(#fff, #fff);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #fff));
    background: -webkit-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff);
    background: -ms-linear-gradient(#fff, #fff);
    background: linear-gradient(#fff, #fff);
}

*html #menu_1lv ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu_1lv ul a /* IE7 */
{    
	height: 10px;
}

#menu_1lv ul a:hover
{
    /* background: #f6f6f6;
	background: -moz-linear-gradient(#f6f6f6,  #f6f6f6);	
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
	background: -webkit-linear-gradient(#f6f6f6,  #f6f6f6);
	background: -o-linear-gradient(#f6f6f6,  #f6f6f6);
	background: -ms-linear-gradient(#f6f6f6,  #f6f6f6);
	background: linear-gradient(#f6f6f6,  #f6f6f6); */
}

#menu_1lv ul a:hover::before, #menu_1lv ul a:focus::before {
	transform: scale(0.9);
	opacity: 0;
}

#menu_1lv ul a:before {
	color: #fff;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

#menu_1lv ul li:first-child > a
{
	width: 100%;
	margin-top: 24px;
}

#menu_1lv ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    /*border-bottom: 8px solid #444;*/
}

#menu_1lv ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu_1lv ul li:first-child a:hover:after
{
    border-bottom-color: #0092B9; 
}

#menu_1lv ul ul li:first-child a:hover:after
{
    border-right-color: #0092B9; 
    border-bottom-color: transparent; 	
}


#menu_1lv ul li:last-child > a
{
	width: 100%;
}

/* Clear floated elements */
#menu_1lv:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu_1lv             { zoom: 1; } /* IE6 */
*:first-child+html #menu_1lv { zoom: 1; } /* IE7 */

/* Menu */

	#nav {
		/* display: inline-block; */
		margin-left: 250px;
		height: 78px;
	}

		@media screen and (max-width: 1280px) {

			#nav {
				display: none;
			}

		}

	.navPanelToggle {
		position: fixed;
		text-decoration: none;
		height: 4em;
		right: 3em;
		top: 12px;
		width: 4em;
		display: none;
		z-index: 10002;
	}

		.navPanelToggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #222;
			display: block;
			font-size: 16px;
			height: 2.25em;
			left: 0.5em;
			line-height: 2.25em;
			position: absolute;
			text-align: center;
			top: 0.5em;
			width: 3.5em;
		}

		@media screen and (max-width: 1280px) {

			.navPanelToggle {
				display: block;
			}

		}

		@media screen and (max-width: 736px) {

			.navPanelToggle {
				right: 1em;
			}

		}

		.navPanelToggle *:before {
			color: #222;
			display: block;
			font-size: 16px;
			height: 2.25em;
			left: 0.5em;
			line-height: 2.25em;
			position: absolute;
			text-align: center;
			top: 0.5em;
			width: 3.5em;
		}

	#navPanel {
		-moz-transform: translatex(20em);
		-webkit-transform: translatex(20em);
		-ms-transform: translatex(20em);
		transform: translatex(20em);
		-moz-transition: -moz-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		-webkit-transition: -webkit-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		-ms-transition: -ms-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		background: white;
		color: #ffffff;
		height: 100%;
		max-width: 80%;
		width: 20em;
		/* padding: 1.5em; */
		text-transform: uppercase;
		z-index: 10003;
		display: none;
		padding-top: 60px;
	}

		#navPanel.visible {
			-moz-transform: translatex(0);
			-webkit-transform: translatex(0);
			-ms-transform: translatex(0);
			transform: translatex(0);
			box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
			visibility: visible;
		}
		

		#navPanel a:not(.close) {
			border-top: solid 1px rgba(255, 255, 255, 0.1);
			color: #656565;
			font-weight: 700;
			font-size: 13px;
			display: block;
			padding: 1em 0;
			text-decoration: none;
		}

		#navPanel a:not(.close):first-child {
			border: none;
		}

		#navPanel .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: #656565;
			cursor: pointer;
			display: block;
			height: 4em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 5em;
			opacity: 0.8;
		}

		#navPanel .close:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			content: '\f00d';
			width: 3em;
			height: 3em;
			line-height: 3em;
			display: block;
			position: absolute;
			right: 0;
			top: 0;
			text-align: center;
		}

		#navPanel .close:hover {
			/* color: inherit; */
			opacity: 1;
		}

		@media screen and (max-width: 1280px) {

			#navPanel {
				display: block;
			}

		}	
		