	@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;900&display=swap);
	@font-face {
		font-family: "impact";
		/* Project id  */
		src: url('/wp-content/themes/aomeisi/fonts/impact.ttf') format('truetype');
	}
	
	@font-face {
		font-family: "DINCond";
		/* Project id  */
		src: url('/wp-content/themes/aomeisi/fonts/DINCond-Bold.otf') format('truetype');
	}
	
	@font-face {
		font-family: "FRADMCN";
		/* Project id  */
		src: url('/wp-content/themes/aomeisi/fonts/FRADMCN.TTF') format('truetype');
	}
	
	* {
		font-family: "Inter", sans-serif, arial;
		padding: 0;
		margin: 0;
		line-height: 1;
		box-sizing: border-box;
		color: #21242B;
	}
	
	ul {
		padding: 0;
		margin: 0;
	}
	
	li {
		list-style: none;
	}
	
	a {
		color: #21242B;
		text-decoration: none;
		display: inline-block;
	}
	
	a:visited {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	a:active {
		text-decoration: none;
	}
	
	.p-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.p-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.p-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.p-100 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.p-120 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	.pt-30 {
		padding-top: 30px;
	}
	
	.pt-60 {
		padding-top: 60px;
	}
	
	.pt-80 {
		padding-top: 80px;
	}
	
	.pt-120 {
		padding-top: 120px;
	}
	
	.pt-200 {
		padding-top: 200px;
	}
	
	.pb-40 {
		padding-bottom: 40px;
	}
	
	.pb-60 {
		padding-bottom: 60px;
	}
	
	.pb-80 {
		padding-bottom: 80px;
	}
	
	.pb-120 {
		padding-bottom: 120px;
	}
	
	.w-1500 {
		width: 100%;
		max-width: 1500px;
		padding-left: 50px;
		padding-right: 50px;
		margin: 0 auto;
	}
	
	@media (max-width:1600px) {}
	
	@media (max-width:1280px) {
		.p-120 {
			padding-top: 100px;
			padding-bottom: 100px;
		}
		.p-100 {
			padding-top: 70px;
			padding-bottom: 70px;
		}
	}
	
	@media (max-width:980px) {
		.w-1500 {
			padding-left: 30px;
			padding-right: 30px;
		}
		.p-120 {
			padding-top: 80px;
			padding-bottom: 80px;
		}
		.p-100 {
			padding-top: 50px;
			padding-bottom: 50px;
		}
	}
	
	@media (max-width:768px) {
		.w-1500 {
			padding-left: 20px;
			padding-right: 20px;
		}
		.p-120 {
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.p-100 {
			padding-top: 30px;
			padding-bottom: 30px;
		}
	}
	
	@media (max-width:600px) {
		.w-1500 {
			padding-left: 10px;
			padding-right: 10px;
		}
		.p-100 {
			padding-top: 20px;
			padding-bottom: 20px;
		}
	}
	
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		border-bottom: 1px solid #999999;
		width: 100%;
		column-gap: 50px;
	}
	
	header.header {
		background-color: #ffffff;
	}
	
	header .header-logo {
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		height: 90px;
		padding: 0 50px;
		background-color: #ffffff;
		border-right: 1px solid #999999;
	}
	
	header .header-logo .img a img {
		height: 40px;
	}
	
	header .header-nav {}
	
	header .header-nav .nav {
		display: flex;
		flex-flow: wrap;
		align-items: center;
		align-content: center;
		justify-content: space-between;
		column-gap: 50px;
	}
	
	header .header-nav .nav>li {
		position: relative;
	}
	
	header .header-nav .nav>li>a {
		line-height: 90px;
		position: relative;
		display: inline-block;
		font-weight: 600;
		transition: all 0.3s ease 0s;
		color: #ffffff;
		;
	}
	
	header.header .header-nav .nav>li>a {
		color: #21242B;
	}
	
	header .header-nav .nav>li>a:hover,
	header .header-nav .nav>li.current-menu-item>a,
	header .header-nav .nav>li.current-menu-parent>a,
	header .header-nav .nav>li.current-post-ancestor>a {
		color: #DF6A0F;
	}
	
	header .header-nav .nav>li>a:after {
		content: '';
		display: inline-block;
		width: 0%;
		height: 2px;
		background-color: #DF6A0F;
		position: absolute;
		bottom: -2px;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.3s ease 0s;
	}
	
	header .header-nav .nav>li>a:hover:after,
	header .header-nav .nav>li.current-menu-item>a:after,
	header .header-nav .nav>li.current-menu-parent>a:after,
	header .header-nav .nav>li.current-post-ancestor>a:after {
		width: 100%;
	}
	
	header .header-nav .nav>li>ul {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background-color: #f9f9f9;
		width: auto;
		min-width: calc(100% + 60px);
		border-top: 3px solid #DF6A0F;
		display: none;
	}
	
	header .header-nav .nav>li:hover>ul {
		display: block;
		transition: all 0.3s ease 0s;
	}
	
	header .header-nav .nav>li>ul li {
		padding: 0 30px;
	}
	
	header .header-nav .nav>li>ul li+li {
		border-top: 1px solid #dddddd;
	}
	
	header .header-nav .nav>li>ul li a {
		display: inline-block;
		width: 100%;
		line-height: 3;
		text-align: center;
		white-space: nowrap;
	}
	
	header .header-nav .nav>li>ul li:hover{
		background-color: #DF6A0F
	}
	header .header-nav .nav>li>ul li:hover a{
		color: #ffffff;
	}
	header .header-R {
		display: flex;
		flex-flow: wrap;
		height: 90px;
		border-left: 1px solid #999999;
	}
	
	header .header-R .header-lang ul {}
	
	header .header-R .header-lang ul li a {
		font-weight: 600;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		display: inline-block;
		height: 90px;
		width: 90px;
		text-align: center;
		font-size: 24px;
		color: #ffffff;
		;
		font-family: FRADMCN;
		transition: all 0.3s ease 0s;
	}
	
	header.header .header-R .header-lang ul li a {
		color: #21242B;
	}
	
	header .header-R .header-lang ul li a:hover {
		background-color: #DF6A0F;
		color: #ffffff;
	}
	
	header .header-R .header-tel a {
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		height: 90px;
		padding: 0 50px;
		border-left: 1px solid #999999;
		font-size: 30px;
		font-family: DINCond;
		color: #ffffff;
		;
	}
	
	header.header .header-R .header-tel a {
		color: #21242B;
	}
	
	header .header-R .header-tel img {
		height: 34px;
		padding: 8px;
		display: inline-block;
		background-color: #ffffff;
		border-radius: 50px;
		margin-right: 15px;
	}
	
	header.header .header-R .header-tel img {
		background-color: #f1f1f1;
	}
	
	.header-mob {
		width: 100%;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		background-color: #ffffff;
		overflow: hidden;
		height: 70px;
		display: none;
		box-shadow: 0 0 5px #dddddd;
	}
	
	.header-mob .header-logo {
		padding: 15px 30px;
		display: block;
	}
	
	.header-mob .header-logo a {
		display: block;
	}
	
	.header-mob .header-logo img {
		height: 40px;
		display: block;
	}
	
	.header-mob .header-img {
		padding: 20px;
		background-color: #eeeeee;
	}
	
	.header-mob .header-img img {
		height: 30px;
		display: block;
	}
	
	.header-mob .header-img .nav-paly {
		display: block;
	}
	
	.header-mob .header-img .nav-close {
		display: none;
	}
	
	.header-mob-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9998;
		background-color: rgba(0, 0, 0, 0.85);
		width: 100%;
		height: 100vh;
		padding-top: 120px;
		transform: translateX(-100%);
		opacity: 0;
		transition: all 0.3s ease 0s;
	}
	
	.header-mob-nav.header-mob-L {
		opacity: 1;
		transform: translateX(0%);
	}
	
	.header-mob-nav .header-mob-lang {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		padding-bottom: 40px;
	}
	
	.header-mob-nav .header-mob-lang li {
		padding: 0 50px;
	}
	
	.header-mob-nav .header-mob-lang li+li {
		border-left: 4px solid #ffffff;
	}
	
	.header-mob-nav .header-mob-lang li a {
		font-size: 20px;
		font-weight: 600;
	}
	
	.header-mob-nav ul li a {
		color: #ffffff;
	}
	
	.header-mob-nav .header-mob-menu {
		width: 100%;
		padding: 0 15%;
	}
	
	.header-mob-nav .header-mob-menu>li {
		text-align: center;
		padding: 20px 0;
		border-bottom: 1px solid #555;
	}
	
	.header-mob-nav .header-mob-menu>li>a {
		font-size: 18px;
	}
	
	.header-mob-nav .header-mob-menu>li .sub-menu {
		padding-top: 15px;
	}
	
	.header-mob-nav .header-mob-menu>li .sub-menu li {
		padding: 15px 0;
		border-top: 1px solid #333;
	}
	
	.header-mob-nav .header-mob-menu>li .sub-menu li:last-child {
		padding-bottom: 0;
	}
	
	.header-mob-nav .header-mob-menu>li .sub-menu li a {
		color: #dddddd;
	}
	
	.mob-menu-item ul.sub-menu {
		display: none;
	}
	
	@media (max-width:1550px) {
		header {
			column-gap: 40px;
		}
		header .header-nav .nav {
			column-gap: 40px;
		}
		header .header-logo {
			padding: 0 40px;
		}
		header .header-R .header-tel a {
			padding: 0 40px;
		}
	}
	
	@media (max-width:1420px) {
		header .header-R .header-tel {
			display: none;
		}
	}
	
	@media (max-width:1200px) {
		header {
			display: none;
		}
		.header-mob {
			display: flex;
		}
	}
	
	@media (max-width:980px) {
		.header-mob {
			height: 60px;
		}
		.header-mob .header-logo img {
			height: 30px;
		}
		.header-mob .header-img {
			padding: 15px;
		}
	}
	
	@media (max-width:500px) {
		.header-mob {
			height: 50px;
		}
		.header-mob .header-logo {
			padding: 10px 10px;
		}
		.header-mob .header-logo img {
			height: 30px;
		}
		.header-mob .header-img {
			padding: 15px;
		}
		.header-mob .header-img img {
			height: 20px;
		}
		.header-mob-nav {
			padding-top: 80px;
		}
		.header-mob-nav .header-mob-lang {
			padding-bottom: 20px;
		}
		.header-mob-nav .header-mob-lang li {
			padding: 0 30px;
		}
		.header-mob-nav .header-mob-lang li a {
			font-size: 18px;
		}
		.header-mob-nav .header-mob-menu>li {
			padding: 10px 0;
		}
		.header-mob-nav .header-mob-menu>li>a {
			font-size: 16px;
		}
		.header-mob-nav .header-mob-menu>li .sub-menu {
			padding-top: 10px;
		}
		.header-mob-nav .header-mob-menu>li .sub-menu li {
			padding: 8px;
		}
		.header-mob-nav .header-mob-menu>li .sub-menu li a {
			font-size: 15px;
		}
	}
	
	footer {
		background-color: #21242B;
		padding-top: 100px;
	}
	
	footer ul.nav {
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}
	
	footer ul.nav li {
		font-size: 16px;
		color: #999999;
	}
	
	footer ul.nav li.tel {
		padding-bottom: 30px;
	}
	
	footer ul.nav li.tel a {
		font-size: 52px;
		color: #ffffff;
		font-weight: 600;
	}
	
	footer ul.nav>li:nth-of-type(1) {
		width: 50%;
	}
	
	footer ul.nav li .img-logo {
		padding-bottom: 60px;
	}
	
	footer ul.nav li .img-logo img {
		max-width: 250px;
		width: 100%;
	}
	
	footer ul.nav li h4 {
		font-size: 18px;
		color: #ffffff;
		position: relative;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	
	footer ul.nav li h4:after {
		content: '';
		width: 20px;
		height: 3px;
		background-color: #ffffff;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	footer ul.nav li ul li {
		padding: 10px 0;
	}
	
	footer ul.nav li ul li a {
		color: #ffffff;
		font-size: 16px;
		color: #999999;
	}
	
	footer ul.nav li .img-ewm img {
		width: 120px;
	}
	
	footer .footer-bottom {
		border-top: 1px solid #555555;
		width: 100%;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		gap: 10px;
		margin-top: 80px;
		padding: 20px 0 30px;
	}
	
	footer .footer-bottom a {
		color: #777777;
		font-size: 14px;
	}
	
	a.more {
		background-color: #EA6D01;
		border-radius: 5px;
		padding: 12px 22px;
		color: #FFFFFF;
		font-size: 15px;
		display: inline-flex;
		flex-flow: wrap;
	}
	
	a.more:hover {
		background-color: #E84F03;
	}
	
	a.more img {
		width: 20px;
		margin-left: 15px;
	}
	
	a.more2 {
		color: #999999;
		font-size: 15px;
		padding-bottom: 12px;
		border-bottom: 1px solid #999999;
		display: inline-flex;
		flex-flow: wrap;
	}
	
	a.more2 img {
		width: 20px;
		margin-left: 15px;
	}
	
	a.more4 {
		color: #ffffff;
		font-size: 15px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ffffff;
		display: inline-flex;
		flex-flow: wrap;
	}
	
	a.more4 img {
		width: 20px;
		margin-left: 15px;
	}
	
	a.more3 {
		color: #555555;
		font-size: 15px;
		padding-bottom: 12px;
		border-bottom: 1px solid #555555;
		display: inline-flex;
		flex-flow: wrap;
	}
	
	a.more3 img {
		width: 20px;
		margin-left: 15px;
	}
	
	@media (max-width:600px) {
		a.more {
			font-size: 12px;
			padding: 10px 15px;
		}
		a.more img {
			width: 15px;
			margin-left: 10px;
		}
		a.more2 {
			font-size: 12px;
			padding-bottom: 10px;
		}
		a.more2 img {
			width: 15px;
			margin-left: 10px;
		}
	}
	
	@media (max-width:768px) {
		footer {
			padding-top: 60px;
		}
		footer ul.nav {
			gap: 30px
		}
		footer ul.nav>li:nth-of-type(1) {
			width: 100%;
		}
		footer ul.nav li .img-logo {
			padding-bottom: 10px;
		}
		footer ul.nav li.tel {
			padding-bottom: 10px;
		}
		footer .footer-bottom {
			margin-top: 30px;
		}
		footer ul.nav li {
			font-size: 15px;
		}
		footer ul.nav li ul li a {
			font-size: 15px;
		}
	}
	
	@media (max-width:600px) {
		footer ul.nav>li {
			display: none;
		}
		footer ul.nav>li:nth-of-type(1) {
			display: block;
		}
		footer {
			padding-top: 30px;
		}
		footer ul.nav li.tel a {
			font-size: 32px;
		}
		footer ul.nav {
			gap: 15px;
		}
		footer ul.nav li ul li {
			padding: 5px 0;
		}
		footer ul.nav li h4 {
			margin-bottom: 10px;
			font-size: 16px;
		}
		footer ul.nav>li:last-child {
			display: none;
		}
		footer .footer-bottom {
			margin-top: 15px;
		}
		footer .footer-bottom {
			padding: 15px 0;
		}
	}