/* global-nav.inner */
.inner {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	max-width:1280px;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
#top-head {
	top: 0px;
	position: absolute;
	width: 100%;
	margin: auto 0;
	padding: 20px 0 0;
	line-height: 1;
	z-index: 3;
	height: 70px;
	background: #ffffff;
	background-color: rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);	
	border-bottom: solid 1px #F1F1F1;
}
#top-head a,
#top-head {
	color: #363947;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}

/* global-nav.logo1 */
img.logo1 {
	width: 200px;
	height: 48px;
	float: left;
	border-style:none;
	top: -10px;
	pointer-events: auto;
	
	  user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;

}
@media screen and (max-width: 1000px) {
img.logo1 {
	width: 150px;
	height: 36px;
	left: 0px;
	top: -3px;
}
}
@media screen and (max-width: 750px) {
img.logo1 {
	width: 130px;
	height: 31px;
}
}
@media screen and (max-width: 350px) {
img.logo1 {
	width: 110px;
	height: 26px;
}
}
/* global-nav.font-size */
#top-head .logo {
	height:22px;
	float: left;
	border-style:none;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 25px;
	font-size: 15px;
}
#global-nav ul li a {
	padding: 0 20px;
}
@media screen and (max-width: 1100px) {
#global-nav ul li a {
	padding: 0 15px;
}
}
@media screen and (max-width: 1100px) {
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	font-size: 14px;
}
#global-nav ul li a {
	padding: 0 12px;
}
}
@media screen and (max-width: 900px) {
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	padding: 0 13px;
	font-size: 12px;
}
#global-nav ul li a {
	padding: 0 12px;
}
}
@media screen and (max-width: 800px) {
#global-nav ul li a {
	padding: 0 8px;
}
}
/* global-nav.top-head-size */
@media screen and (max-width: 750px) {
#top-head {
	height: 50px;
}
}
/* global-nav.ul li */
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li:after {
  content: '';
   position: absolute;
   bottom: -10px;
   left: 0;
   width: 100%;
   height: 1px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #0abab5;
   -webkit-transition: all .2s ease;
   transition: all .2s ease;
}
#global-nav ul li:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  bottom: -10px;
}
/* top-head.fixed.height */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 20px;
	height: 70px;
	background: #fff;
	background-color: rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
@media screen and (max-width: 750px) {
#top-head.fixed {
	height: 50px;
}
}

/* Fixed Btn Hover */
#nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2.0px;
	width: 100%;
	background: #A6A6A6;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 8px;
}
#nav-toggle span:nth-child(3) {
	top: 16px;
}
@media screen and (max-width: 750px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
	#global-nav ul li:hover:after,
	#top-head.fixed #global-nav ul li:hover:after {
	position: absolute;
	top: 50%;
	right: 3px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #0abab5;
	border-right: 2px solid #0abab5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}	
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: #fff;
		z-index: 3;
	}
	#mobile-head {
		width: 100%;
		z-index: 3;
		position: absolute;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
	}	
	#global-nav {
		position: fixed;
		background: #e7ecef;
		top: -600px;
		width: 100%;
		padding: 90px 0px 0px 0px;
		overflow: scroll;
	}	
	#global-nav ul {
		position: fixed;
		list-style: none;
		position: static;		
		font-size: 14px;
		text-align: left;
		padding: 20px 20px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		position: relative;
		display: block;
		border-top: 1px solid #dbe3e7;
	}
	#global-nav ul li:after  {
	position: absolute;
	top: 50%;
	left: 95%;
	background: #e7ecef;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #b9c8d0;
	border-right: 2px solid #b9c8d0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #373D3F;
		padding: 20px 0;
	}
	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #global-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}
@media screen and (max-width: 500px) {
	#global-nav ul {	
		font-size: 15px;
		padding: 20px 20px;
	}
}
@media screen and (max-width: 350px) {
	#global-nav ul {	
		font-size: 13px;
		padding: 20px 20px;
	}
}