#btn-menu-m, #btn-menu-m span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
#btn-menu-m {
	position: fixed;
	width: 52px;
	height: 40px;
	top: 43px;
	right: 20px;
	z-index: 120;
	display: none;
	transition: all .4s;
}

#btn-menu-m span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--bg-maincolor);
	transition:all .4s;
}
.scrolled #btn-menu-m span{background-color: var(--bg-maincolor);}
#btn-menu-m.active span {
	background-color: var(--bg-maincolor);
	height: 1px
}
#btn-menu-m span:nth-of-type(1) {
	top: 8px;
}
#btn-menu-m span:nth-of-type(2) {
	top: 17px;
}
#btn-menu-m span:nth-of-type(3) {
	bottom: 13px;
}
#btn-menu-m.active span:nth-of-type(1) {
	-webkit-transform: translateY (16px) rotate (-25deg);
	transform: translateY(16px) rotate(-25deg);
	top: 0px;
}
#btn-menu-m.active span:nth-of-type(2) {
	opacity: 0;
}
#btn-menu-m.active span:nth-of-type(3) {
	-webkit-transform: translateY(-23px) rotate(25deg);
	transform: translateY(-23px) rotate(25deg);
	bottom: 0px;
}
/*#logo-line {
  width: 1200px;
  max-width: 100%;
  margin: 20px auto;
  height: 50px;
  overflow: hidden;
}



/*	#btn-menu-m .navicon-line{position:absolute;width:20px;height:2px;border-radius:1px;background:var(--bg-color02);-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}
	#btn-menu-m .nl1 {top: 11px;right: 10px; width:30px;}
	#btn-menu-m .nl2 {top: 19px;right: 10px; width:24px;}
	#btn-menu-m .nl3 {top: 27px;right: 10px; width:30px;}



	#open-button{position:fixed;z-index:10000;right:15px;padding-top:18px;width:75px; height:80px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer;display:block; }
	#open-button .navicon-line{position:absolute;width:20px;height:2px;border-radius:1px;background:var(--bg-color02);-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}
	#open-button .nl1 {top: 11px;right: 10px; width:30px;}
	#open-button .nl2 {top: 19px;right: 10px; width:24px;}
	#open-button .nl3 {top: 27px;right: 10px; width:30px;}
	#open-button.on>div>div{transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);width:25px;position:absolute;top:15px;right:10px;margin:0;padding:0;background-color:var(--bg-color02);}
	#open-button.on>div>div:first-child{transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg)}
	#open-button.scrolled .navicon-line {background-color: #333;}
	#open-button.on.scrolled >div>div{background-color:var(--bg-color02);}
*/

.logo {
	height: 100%;
	width: 170px;
	float: left;
	text-align: center;
	position: relative;
}
.logo a {
	display: block;
	width: 200px;
	height: 80px;
	line-height: 80px;
	background-image: url(../img/common/logo.png);
	background-position: center left;
	background-size: 100%;
	background-repeat: no-repeat;
	transition:all .4s;
}
#logo-line .contact {
	height: 100%;
	background-color: yellowgreen;
	float: right;
}
#logo-line .contact ul {
	overflow: hidden;
	height: 100%;
	width: 200px;
}
#logo-line .contact ul li {
	float: left;
	width: 50%;
	height: 100%;
}
#header-wrap {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 111;
	top: 35px;
	transition: all .4s;
}
.scrolled #header-wrap {
	border-bottom: 0;
	backdrop-filter: blur(5px);
	z-index: 110;
}
#header .lnb-line {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
#header .lnb-line:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#lnb {

}
.lnb-line #menu-ctl {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
#lnb * {
	box-sizing: border-box;
}
#lnb > ul{display: flex;justify-content: space-between;align-items: center;gap: 70px;}
#lnb > ul:after {
	content: " ";
	visibility: hidden;
	display: none;
	height: 0;
	clear: both;
}
#lnb > ul > li {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	margin-left: -1px;
	transition: all 0.5s;
	white-space: nowrap;
}
 @media screen and (max-width: 960px) {
#header-wrap {
	height: 50px;
}
#header-wrap.on{background: #fff;}
#lnb > ul > li {
	height: 50px;
	line-height: 50px
}
.logo a {
	height: 50px;
	background-size: 70%
}
.lnb-line #menu-ctl {
	display: block
}
/*
  #lnb > ul[data-idx="1"] > li:nth-child(5), 
  #lnb > ul[data-idx="1"] > li:nth-child(6) {
    width:10px;
    overflow:hidden;
    opacity:0.5;

  }
  #lnb > ul[data-idx="2"] > li:nth-child(6), 
  #lnb > ul[data-idx="2"] > li:nth-child(1) {
    width:10px;
    overflow:hidden;
    opacity:0.5;
  }
  #lnb > ul[data-idx="3"] > li:nth-child(2), 
  #lnb > ul[data-idx="3"] > li:nth-child(1) {
    width:10px;
    overflow:hidden;
    opacity:0.5;
  }
  */
#lnb > ul > li.hide {
	width: 10px;
	overflow: hidden;
	opacity: 0.5;
}
#menu-ctl > a {
	display: inline-block;
	width: 30px;
	line-height: 60px;
	background-color: var(--bg-color02);
	font-size: 20px;
	text-align: center;
}
}
#lnb > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: var(--txt-fonts);
	color: var(--bg-maincolor);
	opacity: 1
}
.scrolled #lnb > ul > li > a{color:var(--bg-maincolor);transition: all .4s;}
#lnb > ul > li > a:hover {
	opacity: 1
}
#lnb > ul > li > ul {
	position: absolute;
	width: 100%;
	display: none;
	box-sizing: content-box;
	margin-left: -1px;
	z-index: 2;
}
#lnb > ul > li > ul ul {
	position: absolute;
	width: 100%;
	display: none;
	border: 1px solid #525252;
	box-sizing: content-box;
	margin-top: -1px;
	top: 0;
	left: 100%;
	margin-left: 0px;
}
#lnb > ul li.on > ul {
	position: absolute;
	display: block;
}
#lnb li {
	position: relative;
}
#lnb > ul > li li {
	line-height: 30px;
	height: 30px;
	padding: 0;
	margin-top: -1px;
}
#lnb > ul > li li:first-child {
	border-top: 0
}
#lnb > ul > li li > a {
	width: 100%;
	height: 100%;
	display: block;
	color: var(--bg-maincolor);
	font-size: var(--txt-fonts);
}
.scrolled #lnb > ul > li li > a{color:var(--bg-maincolor);}
#lnb > ul > li li > a:hover {

}
#lnb > ul > li > ul {
	width: 150px;
	top: 100%;
	left: 0px;
}
#lnb > ul > li > ul ul {
}
#lnb .arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: var(--bg-color02);
	display: inline-block;
	right: -5px;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	z-index: 1;
	display: none;
}
#lnb ul ul .arrow {
	transform: rotate(-90deg);
}
#login-box, #login-box2 {
	height: auto;
	text-align: center;position: absolute;top: 50%;transform:translateY(-50%);right: -30%;z-index: 2;
}
#login-box3 {
	height: auto;
	text-align: center;position: absolute;top: 10px;right: 10px;z-index: 2;}
#login-box a, #login-box2 a, #login-box3 a {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: var(--txt-color);
	font-size: 12px;
	border:1px solid var(--txt-color);
	transition: all .4s;
}
#login-box a:hover, #login-box2 a:hover, #login-box3 a:hover{background: var(--txt-color);color:var(--bg-color02);}
#login-box2 {
	display: none;
}
#top-bg-wrapper {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #ddd;
}
#top-bg-wrapper .bg {
	width: 100%;
	height: 100%;
}
#container-box {
	width: 100%;
	position: relative
}
 @media screen and (max-width: 820px) {
#header .lnb-line {
	display: none;
}
#header-wrap {
	position: fixed;
	top: 35px;
}
#header-wrap #logo-line {
	margin: 0;
}
#logo-line .logo {
	display: inline-block;
	float: none;
}
#logo-line .contact {
	display: none;
}
#btn-menu-m {
	display: inline-block;
}
#top-bg-wrapper {
}
#container-box{display: none;}
}
#m-lnb-wrapper {
	position: fixed;
	top:-100%;
	z-index: 110;
	width: 100%;
	height: 62vh;
	overflow: auto;
	background-color: #fff;
	box-sizing: border-box;
    transition: all .4s;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#m-lnb-wrapper.on {
 top: 85px;
}
#m-lnb{height: 75%;padding: 20px;}
#m-lnb-bg{visibility: hidden;position: fixed;width: 100vw;height: 100vh;top: 0;left: 0;transition: all 1s;z-index: 109;background-color: rgba(0, 0, 0, 0.5);opacity: 0;}
#m-lnb-bg.on{visibility: visible;opacity: 1;}
#m-lnb > ul {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	position: relative;
	gap: 20px;
}
#m-lnb > ul:after{content:'';display: none;height: 1px;width: 95%;position: absolute;bottom: 0;right: 0;background: #243b55b5;}
#m-lnb > ul li > a {

}
#m-lnb > ul > li > span {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	transition: all 0.4s;
	color: tomato;
	cursor: pointer;
	display: none;
}
#m-lnb > ul > li > span > img{width: 100%;}
#m-lnb > ul > li.on > span {
	transform: rotate(180deg);
}
#m-lnb > ul > li li > span {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	transition: all 0.4s;
	color: tomato;
	cursor: pointer
}
#m-lnb > ul > li li.on > span {
	transform: rotate(180deg);
}
#m-lnb > ul li {
	position: relative;
}
#m-lnb > ul > li > a {
	display: inline-block;
	font-size: var(--txt-fontb);
	line-height: 30px;
}
#m-lnb > ul > li {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding-bottom: 5px;
	flex-direction:column;
	gap: 15px;
}
#m-lnb > ul > li:nth-last-child(1) {
	border-bottom: 0;
}
#m-lnb > ul > li ul {
	display: none;
	line-height: 25px;
}
#m-lnb > ul > li li {
}
#m-lnb > ul > li li li {
	border-top: 1px solid #959595;
	background-color: #777;
}
#m-lnb > ul > li li > a {
	display: inline-block;
	width: 100%;
	font-size: var(--txt-fonts);
}
#m-lnb > ul > li li li > a {
	display: inline-block;
	padding: 0 10px 0 40px;
}
.select-nav {
	background-color: #fee;
	display: inline-block;
	float: left;
}
.select-nav:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.select-nav .select {
	float: left;
	width: 220px;
	height: 70px;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: -1px;
}
.select-nav .select:first-child {
	border: 0
}
.select-nav .select .down {
	position: absolute;
	width: 25px;
	height: 25px;
	display: inline-block;
	top: 20px;
	right: 5px;
	line-height: 25px;
	text-align: center;
	color: #ddd;
	font-size: 20px;
	transition: all 0.5s;
}
.select-nav .select.on .down {
	transform: rotate(180deg);
}
.select-nav .select.d1 {
	margin-left: 0;
}
.select-nav .select button {
	width: 100%;
	height: 100%;
	background-color: var(--bg-color02);
	border: 0;
	text-align: left;
	padding-left: 25px;
	outline: none;
	font-size: 15px;
}
.select-nav .select button .t1 {

}
.select-nav .d3 button {

}
.select-nav .select > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 100%;
	border: 1px solid #ddd;
	background-color: var(--bg-color02);
	box-sizing: content-box;
}
.select-nav .select ul li {
	min-height: 55px;
	line-height: 55px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
}
.select-nav .select ul li a {
	color: #555;
	display: block;
	font-size: 14px
}
.select-nav .select ul li a:hover {
	color: #000
}
.select-nav .select ul ul {
	display: none;
}
.select-nav .select ul li li {
	border-top: 1px solid #ddd;
	border-bottom: 0;
}
.select-nav .select ul li:nth-last-child(1) {
	border-bottom: 0;
}
.select-nav-wrapper {
	position: relative;
	z-index: 2;
	background-color: var(--bg-color02);
	max-width: 1400px;
	margin: -71px auto;
	border-bottom: 1px solid #ddd;
	display: none;
}
.select-nav-wrapper:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.select-nav-wrapper .home {
	width: 60px;
	height: 70px;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	line-height: 65px;
	border-right: 1px solid #ddd;
	float: left;
}
.select-nav-wrapper .link {
	background-color: lightcoral;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	line-height: 50px;
	float: right;
}
.d2 .t2 {
	display: none;
}
@media screen and (max-width: 1120px) {
#login-box {
	display: none;
}
#login-box2 {
	display: inline-block;
}
}
@media screen and (max-width: 768px) {
.select-nav-wrapper .home {
	display: none;
}
.select-nav-wrapper .link {
	display: none;
}
.select-nav .select.d3 {
	display: none;
}
.select-nav {
	width: 100%;
}
.select-nav .select {
	width: 50%;
	border-right: 0
}
.select-nav .select ul ul {
	display: block;
}
.d2 .t2 {
	display: inline;
}
.d2 .t2 .fa {
	color: #555;

}
}

/* Language */
#m-lnb-ft{display: flex;justify-content: space-between;align-items: center;padding: 8px 0;display: none;}
#m-lnb-ft > div{display: flex;align-items: center;}
#m-lnb-ft > div:last-child{gap: 10px;}
#m-lnb-ft > div > p{font-size:var(--txt-fonts);}
#m-lnb-ft > div > a{font-size:var(--txt-fonts);color:#243b554a;}
#m-lnb-ft > div > a.on{color:#243b55;}
#m-lnb-ft > div > .bar{display: block;height: 1px;width: 20px;background: #243b55;}

/* Flowbanner */
.flow-banner{position: fixed;top: 0;width: 100%;z-index: 2;transition: all .4s;z-index: 999;right: 0;}
.flow-banner > a{background: #fff;position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%;overflow: hidden;color:var(var(--bg-maincolor));font-size:var(--txt-fonts);height: 35px;}
.flow-banner > a > div:first-child {width: 100%;overflow:hidden;}
.flow-banner > a > div:first-child > div {width: 100%;color: var(--sub-color);white-space: nowrap;will-change: transform;animation: slideText 30s linear infinite;}
.flow-banner > a > div:first-child > div > span {margin: 0 1.5rem;}
.flow-banner > a > div:last-child {width: 5%;display: flex;align-items: center;justify-content: center;}
.flow-banner > a > div:last-child p{text-align: center;background: #3e7fc1;padding: 1px;color: var(--bg-maincolor);width: 90%;color:#fff;border-radius:5px;}
@keyframes slideText{
  0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  100% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  }
}
@media screen and (min-width:1300px){
	.flow-banner > a > div:first-child > div > span {margin: 0 2.5rem;}
	.flow-banner > a > div:last-child p{width: 60px;}
}
@media screen and (max-width:768px){
	.flow-banner{width: 100%;right: unset;}
	.flow-banner > a > div:last-child{width: 30%;}
	.flow-banner > a > div:last-child p span{display: none;}
	.flow-banner > a > div:last-child p{font-size:var(--txt-fonts);}
	.flow-banner > a > div:last-child p{width: 55px;}
	.flow-banner > a > div:first-child > div {width: 100%;color: var(--sub-color);white-space: nowrap;will-change: transform;animation: slideText 10s linear infinite;}
}