
#top_wrap {
	position:relative; z-index: 30; width:100%; left:0; top:0; 
}
#top_wrap .top_inner {
	transition:0.2s ease-out; top: 0px; width: 100%; border-bottom-color: #eee; border-bottom-width: 1px; 
	box-shadow: 0px 2px 3px rgba(0,0,0,0.0); border-bottom-style: solid; z-index: 16; opacity: 1; 
	background-color: rgba(255, 255, 255, 1); -webkit-transition: all 0.2s ease-out; left:0; z-index:30;
}
#top_wrap .on.top_inner {
	margin-top: -10px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 0px; border-bottom-style: solid; 
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1); background-color: rgba(255, 255, 255, 1); left:0; position: fixed;
}
#top_wrap .top_inner::after {
	left: 0px; top: 0px; width: 100%; height: 40px; border-bottom-color: rgba(0, 0, 0, 0.1); border-bottom-width: 0px; 
	border-bottom-style: solid; position: absolute; z-index: -1; content: "";
}
@media screen and (max-width:767px){
#top_wrap .top_inner {
	background-color: rgb(255, 255, 255);
}
#top_wrap .on.top_inner {
	margin-top: 0px;}
#top_wrap .top_inner::after {border:none;}
}


.top_grid {
	margin: 0px auto; padding: 10px 15px 0px; border: 0px solid rgb(170, 170, 170); height: 40px; 
	font-size: 0.8em; position: relative; display:none;
}
.top_grid .top_util {
	float: right;
}
.top_util .side_menu {float:left; margin:-1px 10px 0 0;}
.top_util .side_menu a {margin:0 10px;}
.top_util .side_menu .lab {font-weight:700;}
.top_util .side_menu .lab:hover {color:#aaa;}

.top_util .social {
	margin-right: 15px; float: left;
}
.top_util .social ul {
	overflow: hidden; float: right;
}
.top_util .social li {
float: left; margin:0 3px; border-radius: 3px; text-align:center;
	border:1px solid #bbb; transition:0.2s ease-out; width: 25px; height: 21px; overflow: hidden; 
	opacity: 1; -webkit-transition: all 0.2s ease-out; font-size:1.1em; line-height:19px;
}
.top_util .social li a {width:100%; height:100%; display:inline-block; color:#777;}
.top_util .social li:hover a {color:#aaa;} 

.top_util .top_login { 
	float: left; margin-right:10px; margin-top:-2px;
}
.top_util .top_login li {
	margin-left: 3px; float: left;
}
.top_util .top_login li a {
	border-radius: 2px; border: 1px solid rgba(100, 100, 100, 0.2); transition:0.2s ease-out; width: 60px; height: 26px; text-align: center; color: rgb(85, 85, 85);
	line-height: 25px; display: block; background-color: rgba(255, 255, 255, 0.6); -webkit-transition: all 0.2s ease-out;
}
.top_util .top_login li a:hover {
	color: rgb(17, 17, 17); background-color: rgba(255, 255, 255, 0.8);
}

.top_util .lang { 
	margin-right: 10px; margin-top:-3px; float: left;
}
.top_util .lang ul {
	overflow: hidden; float: right;
}
.top_util .lang li {
	margin-top: 0px; margin-left: 5px; float: left; opacity: 1;
}
.top_util .lang li:hover {
	opacity: 0.6;
}
.top_util .lang img {
height:21px;}

.top_util .falldown { 
	margin-right: 0px; float: left; position: relative;
}
.top_util .falldown p { font-size:13px;
	transition:0.2s ease-out; width: 130px; height: 28px; text-align: center; color: rgb(102, 102, 102); background:#eee;
	line-height: 26px; cursor: pointer; -webkit-transition: all 0.2s ease-out; border:1px solid #ddd; border-radius:2px;
}
.top_util .falldown:hover p {
	color: rgb(102, 102, 102); background:#fff;
}
.top_util .falldown ul {
	border: 1px solid rgb(204, 204, 204); left: 0px; top: 28px; width: 130px; display: none; position: absolute; z-index: 100; background-color: rgb(255, 255, 255);
}
.top_util .falldown ul li a {
	transition:0.2s ease-out; text-align: center; line-height: 35px; font-size: 1em; font-weight: 400; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; display: block; -webkit-transition: all 0.2s ease-out;
}
.top_util .falldown ul li:hover a {
	color: rgb(102, 102, 102); padding-left: 10px; position: relative;
}
.top_util .falldown ul li:hover a::before {
	left: 5px; top: 19px; height: 1px; position: absolute; content: ""; background-color: rgb(51, 51, 51);
}
.top_util .falldown ul li:last-child a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}

@media screen and (max-width:768px){
.top_grid { display:none;
	padding: 5px 0px 0px; width: 100%;
}
.top_grid .container {padding:0;}
.top_util .social {
	display: none;
}
.falldown {
	display: none;
}
.top_util .top_login {
	margin-right: 5px;
}
}


#top_wrap .top_inner .nav_wrap {
	margin: 0px auto; padding: 15px 15px; 
}
#top_wrap .top_inner .nav_wrap .logo_grid {
	 width: 30%; overflow: hidden; float: left; display: table; position: relative; background-color: transparent;
}
#top_wrap .top_inner .nav_wrap .nav_grid {
	width: 70%; float: right; position: relative;
}
@media screen and (max-width:991px){
#top_wrap .top_inner .nav_wrap .logo_grid {
	 width: 25%;
}
#top_wrap .top_inner .nav_wrap .nav_grid {
	width: 75%; 
}
}
@media screen and (max-width:768px){
#top_wrap .top_inner .nav_wrap {
	padding: 0px; width: 100%; background-color: transparent;
}
#top_wrap .top_inner .nav_wrap .container {padding:0;}

#top_wrap .top_inner .nav_wrap .logo_grid { 
	width: 100%; height:80px;
}
#top_wrap .top_inner .nav_wrap .nav_grid {
	width: 100%;
}
}

.logo_grid .logo {
	text-align: left; margin: 0 0 0 20px;
}
.logo_grid .logo a {
	text-align: center; display: inline-block; position: relative; max-width: 100%; background-color: transparent;
}

.logo_grid .m_button {display: none; 
	width: 40px; height: 40px; text-align: center; color: rgb(255, 255, 255); padding-top: 7px; 
	margin: 0px 10px 0 0; cursor: pointer; background-color: rgb(17, 17, 17);
}

@media screen and (max-width:991px){
 .logo_grid .logo img {
	width:100%;  }
}
@media screen and (max-width:767px){
.logo_grid .logo img {
	width:100%; max-width: 150px; padding-top:10px; 
}
.logo_grid .m_button {
	border-radius: 2px; top: 18px; right: 10px; display: block; position: absolute;
}
.logo_grid .on.m_button {
	color: rgb(255, 255, 255); background-color: #777;
}
}


.main_nav {
	margin: 0px auto; border: 0px solid rgb(255, 0, 0); transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;
}
.on.main_nav {
}
.main_nav > ul {
	float: right; 
}
.main_nav > ul.grid > li {
}
.main_nav > ul > li {
	border-left-color: rgb(255, 255, 255); border-left-width: 0px; border-left-style: solid; float: left; position: relative; /*background-color: transparent;*/
}
.main_nav > ul > li:first-child {
	border: currentColor;
}
.main_nav > ul > li:hover {
	/* background-color: transparent; */
}
.main_nav > ul > li > a {
	margin: 0px; padding:0px 30px; transition:0.1s ease-out; height: 80px; text-align: center; color: rgb(51, 51, 51); 
	line-height: 85px; font-size: 1.1em; font-weight: 600; text-transform:uppercase;
	border-right-color: rgb(68, 68, 68); border-right-width: 0px; border-right-style: solid; display: block; background-color: transparent; -webkit-transition: all 0.1s ease-out;
}
.main_nav > ul > li:hover > a {
	color: #666; background-color: transparent;
}
.main_nav > ul > li:last-child > a {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}

.sub_nav {
	left: 0px; width: 100%; padding-top: 0px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; display: none; position: absolute; box-sizing: border-box; background-color: transparent;
}
.sub_nav a {font-family:'nanum gothic';
	border-width: 0px 1px 0px; border-style: solid; border-color: #ddd; padding: 0px 10px; 
	height: 50px; text-align: center; color: rgb(85, 85, 85); line-height: 50px; font-size: 0.85em; font-weight: 400; display: block; position: relative; background-color: rgb(255, 255, 255);
}
.sub_nav a:hover {
	color: rgb(0, 0, 0); font-weight: 500; background-color:#eee;
}
.sub_nav a:first-child {
	border-top-color: rgb(255, 255, 255); border-top-width: 0px; border-top-style: solid;
}

@media screen and (max-width:1199px){
.main_nav > ul > li > a {
padding:0 25px; font-size: 1.0em;}
.sub_nav a {
font-size: 0.8em;}
}
@media screen and (max-width:991px){
.main_nav > ul > li > a {
padding:0 10px; }
#top_wrap .top_inner .nav_wrap .main_nav > ul > li > .sub_nav {
display:none !important;
}
}

@media screen and (max-width:768px){
#top_wrap .top_inner .nav_wrap .main_nav {
	width: 100%; right: 0px; padding-top: 0px; display: none; position: absolute; opacity: 1;
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);
}
#top_wrap .top_inner .nav_wrap .main_nav > ul {
	overflow: auto; margin-top: 0px; max-height: 500px; width:100%; 
}
#top_wrap .top_inner .nav_wrap .main_nav > ul > li {
	width: 100%; border-top-color: #ddd; border-top-width: 1px; border-top-style: solid;
}
#top_wrap .top_inner .nav_wrap .main_nav > ul > li:last-child {
	border-bottom-color: #fff; border-bottom-width: 1px; border-bottom-style: solid;
}
#top_wrap .top_inner .nav_wrap .main_nav > ul > li > a {
	margin: 0px; height: 50px; line-height: 50px; display: block; background-color: #fff;
}
#top_wrap .top_inner .nav_wrap .main_nav > ul > li.s_on > a {
	background-color: #fff;
}
#top_wrap .top_inner .nav_wrap .main_nav > ul > li > .sub_nav {display:none !important;
	padding: 0px; left: 0px; top: 0px; position: relative;
}
#top_wrap .top_inner .nav_wrap .main_nav > ul > li.s_on .sub_nav { display:none !important;
	border: currentColor;
}
#top_wrap .top_inner .nav_wrap .main_nav > ul > li.s_on .sub_nav a {
	
}
#top_wrap .top_inner .main_nav {
	transition:none; -webkit-transition: none;
}
#top_wrap .top_inner .on.main_nav {
	transition:none; padding-right: 0px; -webkit-transition: none;
}
}
@media screen and (min-width:769px)
{
#top_wrap .top_inner .nav_wrap .main_nav {
	display: block !important; position: relative;
}
}



/* dark */

#top_wrap .top_inner.dark {
background-color: rgba(0, 0, 0, 0.5);
}
#top_wrap .on.top_inner.dark {
background-color: rgba(0, 0, 0, 1);
}

.dark .main_nav > ul > li > a{
color: #fff; }
.dark .sub_nav {border:none;}
.dark .sub_nav a { color:#eee; background-color: rgba(0, 0, 0, 0.5); border:none;
}



.blink {
    -webkit-animation: blink 4.0s linear infinite;
} 
@-webkit-keyframes blink {
    0% { color: gray; }
    25% { color: #141b64; }
	50% { color: gray; }
	75% { color: #141b64; }
    100% { color: gray; }
}

.langWrap{
	padding: 0px 30px;
    height: 80px;
	line-height: 85px;
}
.langWrap:hover{
	padding: 0px 30px;
    height: 80px;
	line-height: 85px;
}
@media screen and (max-width:768px){
	.langWrap{
		padding: 10px 30px;
		height: 40px;
		line-height: 10px;
		background-color: #fff;
		text-align: center;
	}
	.langWrap:hover{
		padding: 10px 30px;
		height: 40px;
		line-height: 10px;
		background-color: #fff;
		text-align: center;
	}
}