@charset "UTF-8";
/* CSS Document */


.menu .menu_nav_h,
.menu_nav{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 30px;
}

.menu .menu_nav{
	border-top: #404040 solid 1px;
}

.menu_nav_h li{
	display: flex;
	width: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	padding-bottom: 20px;
}

.menu_nav_h a{
	transition: all 500ms 0s ease;
	line-height: 1;
}

.menu_nav_h a:hover{
	color: #999;
}


.menu_nav > li{
	display: flex;
	width: 40%;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: #404040 solid 1px;
	padding: 40px 0px 30px;
}

.menu_nav > li:nth-child(3n){
	width: 20%;
}

.menu_nav > li h4{
	padding-bottom: 25px;
}

.menu_nav > li h4 strong{
	font-size: 30px;
	font-weight: 600;
}

.menu_nav > li small{
	display: block;
	opacity: .5;
	font-size: 16px;
}

.menu_nav > li .sub li{
	padding-bottom: 0px;
	font-size: 14px;
}

.menu_nav > li .sub li strong{
	display: block;
	padding: 5px 0px;
}

.menu_nav > li .sub li a,
.menu_nav > li .sub li p,
.menu_nav > li .sub li aside{
	display: inline-block;
	transition: all 500ms 0s ease;
	position: relative;
	padding: 8px 10px 8px 20px;
}

.menu_nav > li .sub li aside{
	cursor: pointer;
}

.menu_nav > li .sub li p{
	opacity: .4;
}


.menu_nav > li .sub li a::before,
.menu_nav > li .sub li p::before,
.menu_nav > li .sub li aside::before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 1px;
	background-color: #FFF;
	left: 0px;
	top: 15px;
}

.menu_nav > li .sub li a:hover,
.menu_nav > li .sub li aside:hover{
	transform: translateX(8px);
	color: #999;
}

.menu_nav > li .sub li a:hover::before,
.menu_nav > li .sub li aside:hover::before{
	background-color: #999;
}

.menu_nav > li .sub li p.comingsoon span{
	display: none;
}

.menu_nav > li .sub li p i::before{
	content: "coming soon";
	display: inline-block;
/*	font-family: 'Teko', sans-serif;*/
	font-size: 14px;
	font-weight: 600;
	display: none;
}

.menu_nav > li .sub li p.comingsoon i::before{
	display: block;
}

/******************** header ***********************/

header #headerarea #header_embox li{
	position: absolute;
	width: 150px;
	height: 70px;
	z-index: 28000000;
}

header #headerarea #header_embox li:nth-child(1){
	transition: all 500ms 0s ease;
	background-color: rgba(230,0,18,.7);
	border: transparent 4px solid;
	right: 70px;
}

header #headerarea #header_embox.double li:nth-child(1){
	right: 220px;
}

header #headerarea #header_embox li:nth-child(2){
	/* transition: all 500ms 0s ease;
	background-color: rgba(11,36,60,.7);
	border: transparent 4px solid;
	right: 70px; */
	transition: all 500ms 0s ease;
	background-color: rgba(178,13,26,.7);
	border: transparent 4px solid;
	right: 70px;
}

header #headerarea #header_embox li:nth-child(1):hover,
header #headerarea.active #header_embox li:nth-child(1):hover{
	background-color: rgba(255,255,255,.7);
	border:#e60012 4px solid;
}

header #headerarea #header_embox li:nth-child(2):hover,
header #headerarea.active #header_embox li:nth-child(2):hover{
	/* background-color: rgba(255,255,255,.7);
	border:#0b2438 4px solid; */
	background-color: rgba(255,255,255,.7);
	border:#b20d1a 4px solid;
}

header #headerarea #header_embox li a{
	transition: all 500ms 0s ease;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
}

header #headerarea #header_embox li:nth-child(1):hover a{
	color: #e60012;
}

header #headerarea #header_embox li:nth-child(2):hover a{
	/* color: #0b2438; */
	color: #b20d1a;
}

header #headerarea #header_embox li a i{
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding-bottom: 5px;
}

header #headerarea #header_embox li a i strong{
	font-size: 16px;
}

header #headerarea #header_embox li a i strong span{
	font-size: 20px;
}

header #header_menu{
	color: #000;
	position: absolute;
	top: 76px;
	width: 100%;
	z-index: 100000; 
	overflow: hidden;
	top: 0px;
	display: none;
	background-color: #FFF;
}

header #header_menu nav{
	overflow: scroll;
}

header #header_menu nav > article{
	padding: 150px 0px 50px;
}

header .menu_nav_em{
	display: none;
}

header .menu_nav_h{
	font-weight: 600;
}


header .menu .menu_nav{
	border-top: #ddd solid 1px;
}

header .menu_nav > li{
	border-bottom: #ddd solid 1px;
}


header .menu_nav > li .sub li a::before,
header .menu_nav > li .sub li p::before,
header .menu_nav > li .sub li aside::before{
	background-color: #000;
}

header .menu_nav > li h4 {
	padding-bottom: 15px;
}

header .menu_nav > li small{
	font-weight: 600;
}
.menu_nav > li .sub li a,
.menu_nav > li .sub li p{
	font-weight: 500;
}

header .menu_nav > li .sub li a::after,
header .menu_nav > li .sub li p::after,
header .menu_nav > li .sub li aside::after{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	background-color: #00559a;
	width: 0%;
	height: 100%;
	top: 0px;
	left: 0px;
}

header .menu_nav > li .sub li a:hover,
header .menu_nav > li .sub li aside:hover{
	transform: translateX(8px);
	color: #FFF;
}

header .menu_nav > li .sub li a:hover::before,
header .menu_nav > li .sub li aside:hover::before{
	background-color: #FFF;
}

header .menu_nav > li .sub li a:hover::after,
header .menu_nav > li .sub li aside:hover::after{
	-webkit-animation: width_100 .5s forwards cubic-bezier(.2,.75,.54,.99) 0s;
	animation: width_100 .5s forwards cubic-bezier(.2,.75,.54,.99) 0s;
}

.chaffle_m{
	opacity: 0;
}

.chaffle_m.vewm{
	opacity: 1;
}


header .menu_nav > li .split{
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 1;
	transition: all 500ms 0s ease;
}

header .menu_nav > li small i{
	position: relative;
	font-style: normal;
	padding-right: 1px;
	top:100%;
}



header .menu_nav > li.active i:nth-child(1){
	top:100%;
	-webkit-animation: moji_move .5s forwards cubic-bezier(.2,.44,.35,1) .75s;
	animation: moji_move .5s forwards cubic-bezier(.2,.44,.35,1) .75s;
}

header .menu_nav > li.active i:nth-child(2){
	top:100%;
	-webkit-animation: moji_move .9s forwards cubic-bezier(.2,.44,.35,1) .2s;
	animation: moji_move .9s forwards cubic-bezier(.2,.44,.35,1) .2s;
}

header .menu_nav > li.active i:nth-child(3){
	top:100%;
	-webkit-animation: moji_move .3s forwards cubic-bezier(.2,.44,.35,1) .8s;
	animation: moji_move .3s forwards cubic-bezier(.2,.44,.35,1) .8s;
}

header .menu_nav > li.active i:nth-child(4){
	top:100%;
	-webkit-animation: moji_move .5s forwards cubic-bezier(.2,.44,.35,1) .7s;
	animation: moji_move .5s forwards cubic-bezier(.2,.44,.35,1) .7s;
}

header .menu_nav > li.active i:nth-child(5){
	top:100%;
	-webkit-animation: moji_move .6s forwards cubic-bezier(.2,.44,.35,1) .55s;
	animation: moji_move .6s forwards cubic-bezier(.2,.44,.35,1) .55s;
}

header .menu_nav > li.active i:nth-child(6){
	top:100%;
	-webkit-animation: moji_move .8s forwards cubic-bezier(.2,.44,.35,1) 1s;
	animation: moji_move .8s forwards cubic-bezier(.2,.44,.35,1) 1s;
}

header .menu_nav > li.active i:nth-child(7){
	top:100%;
	-webkit-animation: moji_move 1.2s forwards cubic-bezier(.2,.44,.35,1) .6s;
	animation: moji_move 1.2s forwards cubic-bezier(.2,.44,.35,1) .6s;
}

header .menu_nav > li.active i:nth-child(8){
	top:100%;
	-webkit-animation: moji_move .4s forwards cubic-bezier(.2,.44,.35,1) .4s;
	animation: moji_move .4s forwards cubic-bezier(.2,.44,.35,1) .4s;
}

header .menu_nav > li.active i:nth-child(9){
	top:100%;
	-webkit-animation: moji_move .6s forwards cubic-bezier(.2,.44,.35,1) .1s;
	animation: moji_move .6s forwards cubic-bezier(.2,.44,.35,1) .1s;
}

header .menu_nav > li.active i:nth-child(10){
	top:100%;
	-webkit-animation: moji_move .6s forwards cubic-bezier(.2,.44,.35,1) .65s;
	animation: moji_move .6s forwards cubic-bezier(.2,.44,.35,1) .65s;
}

header .menu_nav > li.active i:nth-child(11){
	top:100%;
	-webkit-animation: moji_move .6s forwards cubic-bezier(.2,.44,.35,1) .5s;
	animation: moji_move .6s forwards cubic-bezier(.2,.44,.35,1) .5s;
}

@keyframes moji_move{
	0% {
		top: 100%;
	}
	100% {
		top: 0%;
	}
}

header .menu_nav > li ul li,
header .menu_nav > li.active ul li{
	margin-left: 20px;
	opacity: 0;
}

header .menu_nav > li.active ul li:nth-child(1){
	-webkit-animation: m_li .6s forwards cubic-bezier(.2,.44,.35,1) .5s;
	animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) .5s;
}

header .menu_nav > li.active ul li:nth-child(2){
	-webkit-animation: m_li .6s forwards cubic-bezier(.2,.44,.35,1) .7s;
	animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) .7s;
}

header .menu_nav > li.active ul li:nth-child(3){
	-webkit-animation: m_li .6s forwards cubic-bezier(.2,.44,.35,1) .8s;
	animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) .8s;
}

header .menu_nav > li.active ul li:nth-child(4){
	-webkit-animation: m_li .6s forwards cubic-bezier(.2,.44,.35,1) .88s;
	animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) .88s;
}

header .menu_nav > li.active ul li:nth-child(5){
	-webkit-animation: m_li .6s forwards cubic-bezier(.2,.44,.35,1) .95s;
	animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) .95s;
}

header .menu_nav > li.active ul li:nth-child(6){
	-webkit-animation: m_li .6s forwards cubic-bezier(.2,.44,.35,1) 1s;
	animation: m_li .8s forwards cubic-bezier(.2,.44,.35,1) 1s;
}

header .menu_nav > li.active ul li:nth-child(7){
	-webkit-animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) 1.16s;
	animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) 1.16s;
}

header .menu_nav > li.active ul li:nth-child(8){
	-webkit-animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) 1.22s;
	animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) 1.22s;
}

header .menu_nav > li.active ul li:nth-child(9){
	-webkit-animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) 1.25s;
	animation: m_li .5s forwards cubic-bezier(.2,.44,.35,1) 1.25s;
}



@keyframes m_li{
	0% {
		opacity: 0;
		margin-left: 20px;
	}
	100% {
		opacity: 1;
		margin-left: 0px;
	}
}


/******************** header ***********************/

/******************** hanmenu ***********************/

#hanmenu{
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0px;
	right: 0px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	z-index: 210000000;
}



#hanmenu #hanmenubox{
	transition: all 500ms 0s ease;
	display: block;
	position: absolute;
	overflow: hidden;
	width: 200%;
	height: 100%;
	right: 0px;
	top: 0px;
}

header #headerarea.active #hanmenu #hanmenubox{
	height: 100%;
	right: -100%;
/*
	-webkit-animation: menu_slide .5s forwards cubic-bezier(.2,.75,.54,.99) 0s;
	animation: menu_slide .5s forwards cubic-bezier(.2,.75,.54,.99) 0s;
*/
}

header #headerarea.active #header_embox li:nth-child(1){
	background-color: rgba(230,0,18,1);
}

header #headerarea.active #header_embox li:nth-child(2){
	/* background-color: rgba(11,36,60,1); */
	background-color: rgba(178,13,26,1);
}

@keyframes menu_slide{
	0% {
		right: 0%;
	}
	100% {
		right: -100%;
	}
}

#hanmenu_line{
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0px;
	right: 0px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	z-index: 210000000;
	background-color: #00559a;
}

#hanmenu_close{
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0px;
	right: 70px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	z-index: 210000001;
	background-color: #000;
}

.panel_btn,
.panel_btn span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
}

.panel_btn {
	position: relative;
	width: 32px;
	height: 27px;
	top: 21px;
	left: 19px;
}

.panel_btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 1.5px;
}

.panel_btn span:nth-of-type(1) {
	top: 0;
}

.panel_btn span:nth-of-type(2) {
	top: 12px;
}

.panel_btn span:nth-of-type(3) {
	bottom: 0;
}

.panel_btn span:nth-of-type(4) {
	top:11px;
	width: 110%;
	left: -5%;
	-webkit-transform: translateX(-10px) rotate(-45deg);
	transform: translateX(-10px) rotate(-45deg);
	opacity: 0;
}

.panel_btn span:nth-of-type(5) {
	top:11px;
	width: 110%;
	left: -5%;
	-webkit-transform: translateX(10px) rotate(45deg);
	transform: translateX(10px) rotate(45deg);
	opacity: 0;
}

#hanmenu_close .panel_btn span:nth-of-type(1) {
	-webkit-transform: translateX(10px) ;
	transform: translateX(10px) ;
	opacity: 0;
}

#hanmenu_close .panel_btn span:nth-of-type(2) {
	-webkit-transform: translateX(-10px) ;
	transform: translateX(-10px) ;
	opacity: 0;
}

#hanmenu_close .panel_btn span:nth-of-type(3) {
	-webkit-transform: translateX(10px) ;
	transform: translateX(10px) ;
	opacity: 0;
}

#hanmenu_close .panel_btn span:nth-of-type(4) {
	-webkit-transform: translateX(0px) rotate(-45deg);
	transform: translateX(0px) rotate(-45deg);
	opacity: 1;
}

#hanmenu_close .panel_btn span:nth-of-type(5) {
	-webkit-transform: translateX(0px) rotate(45deg);
	transform: translateX(0px) rotate(45deg);
	opacity: 1;
}





/******************** hanmenu ***********************/



/******************** footer ***********************/

footer .menu_nav_h li:nth-child(1){
	width: 60px;
}

footer .menu_nav_h li:nth-child(2) {
	flex:50%;
	justify-content: flex-end;
	font-size: 20px;
	text-align: left;
}

footer .menu_nav_h li:nth-child(2) div{
	display: inline-block;
	padding-left: 35px;
	font-size: 14px;
}

footer .menu_nav_h li:nth-child(2) div strong{
	font-size: 18px;
}

footer .menu_nav_h li:nth-child(2) div strong span{
	font-size: 22px;
}









/******************** footer ***********************/




@media screen and (max-width: 1150px) {
	
	
	
	
}

@media screen and (max-width: 1050px) {
	
}

	

@media screen and (max-width: 840px) {
	

}

@media screen and (max-width: 768px) {
	
	.menu_nav > li{
		width: 50%;
	}

	.menu_nav > li:nth-child(3n){
		width: 50%;
	}
	
	.menu_nav > li:nth-child(2n){
		width: 50%;
	}
	
	
	/******************** header ***********************/
	
	header #headerarea #header_embox li{
		position: absolute;
		width: 120px;
		height: 60px;
		z-index: 28000000;
	}
	
	header #headerarea #header_embox li:nth-child(1){
		right: 60px;
	}

	header #headerarea #header_embox.double li:nth-child(1){
		right: 180px;
	}

	header #headerarea #header_embox li:nth-child(2){
		right: 60px;
	}
	
	
	header #header_menu nav > article{
		padding: 100px 0px 50px;
	}

	header #headerarea #header_embox li a{
		font-size: 10px;
	}

	header #headerarea #header_embox li a i strong{
		font-size: 14px;
	}
	
	header #headerarea #header_embox li a i strong span{
		font-size: 18px;
	}
	
	/******************** header ***********************/
	
	
	/******************** hanmenu ***********************/
	
	#hanmenu{
		width: 60px;
		height: 60px;
	}
	
	#hanmenu_line{
		width: 60px;
		height: 60px;
	}

	#hanmenu_close{
		width: 60px;
		height: 60px;
		right: 60px;
	}
	
	.panel_btn {
		position: relative;
		width: 26px;
		height: 23px;
		top: 17px;
		left: 17px;
	}

	.panel_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 1.5px;
	}

	.panel_btn span:nth-of-type(1) {
		top: 0;
	}

	.panel_btn span:nth-of-type(2) {
		top: 10px;
	}

	.panel_btn span:nth-of-type(3) {
		bottom: 0;
	}

	.panel_btn span:nth-of-type(4) {
		top:11px;
		width: 110%;
		left: -5%;
		-webkit-transform: translateX(-10px) rotate(-45deg);
		transform: translateX(-10px) rotate(-45deg);
		opacity: 0;
	}

	.panel_btn span:nth-of-type(5) {
		top:11px;
		width: 110%;
		left: -5%;
		-webkit-transform: translateX(10px) rotate(45deg);
		transform: translateX(10px) rotate(45deg);
		opacity: 0;
	}
	
	
	/******************** hanmenu ***********************/
}


@media screen and (max-width: 640px) {
	
	.menu_nav{
		font-size: 13px;
	}
	
	.menu_nav > li h4 strong{
		font-size: 26px;
	}

	.menu_nav > li small{
		font-size: 15px;
	}
}


@media screen and (max-width: 560px) {
	
	
	/******************** header ***********************/
	
	header #headerarea #header_embox li{
		position: absolute;
		width: 120px;
		height: 50px;
		z-index: 28000000;
	}
	
	header #headerarea #header_embox{
		display: none;
	}
	
	
	header #header_menu nav > article{
		padding: 100px 0px 50px;
	}
	
	header .menu_nav_h{
		padding-top: 20px;
	}
	
	header .menu_nav_em{
		position: relative;
		display: block;
		width: 100%;
		padding-bottom: 80px;
		border-bottom: #ddd solid 1px;
	}
	
	header .menu_nav_em li{
		position: absolute;
		display: block;
		height: 50px;
		width: 100%;
	}

	header .menu_nav_em.double li{
		width: 50%;
	}
	
	header .menu_nav_em li:nth-child(1) {
		left: 0;
	}
	
	header .menu_nav_em li:nth-child(2){
		right: 0
	}
	
	
	header .menu_nav_em li a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		color: #FFF;
		text-align: center;
	}
	
	header .menu_nav_em li a i{
		display: block;
		position: absolute;
		padding-top: 3px;
		width: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 12px;
		line-height: 1.2;
		padding-bottom: 7px;
		font-weight: 700;
	}

	header .menu_nav_em li a i strong{
		font-size: 16px;
		
	}
	
	header .menu_nav_em li a i strong span{
		font-size: 20px;
	}
	
	
	header .menu_nav_em li:nth-child(1) a{
		background-color: rgba(230,0,18,1);
	}
	
	header .menu_nav_em li:nth-child(2) a{
		/* background-color: rgba(11,36,60,1); */
		background-color: rgba(178,13,26,1);
	}

	

	
	/******************** header ***********************/
	
	
	/******************** hanmenu ***********************/
	
	#hanmenu{
		width: 50px;
		height: 50px;
	}
	
	#hanmenu_line{
		width: 50px;
		height: 50px;
	}

	#hanmenu_close{
		width: 50px;
		height: 50px;
		right: 50px;
	}
	
	.panel_btn {
		position: relative;
		width: 22px;
		height: 18px;
		top: 15px;
		left: 14px;
	}

	.panel_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 1.5px;
	}

	.panel_btn span:nth-of-type(1) {
		top: 0;
	}

	.panel_btn span:nth-of-type(2) {
		top: 8px;
	}

	.panel_btn span:nth-of-type(3) {
		bottom: 0;
	}

	.panel_btn span:nth-of-type(4) {
		top:10px;
		width: 110%;
		left: -5%;
		-webkit-transform: translateX(-10px) rotate(-45deg);
		transform: translateX(-10px) rotate(-45deg);
		opacity: 0;
	}

	.panel_btn span:nth-of-type(5) {
		top:10px;
		width: 110%;
		left: -5%;
		-webkit-transform: translateX(10px) rotate(45deg);
		transform: translateX(10px) rotate(45deg);
		opacity: 0;
	}
	
	
	/******************** hanmenu ***********************/
}


@media screen and (max-width: 480px) {
	
	.menu .menu_nav_h,
	.menu_nav{
		font-size: 26px;
	}
	
	
	.menu_nav > li{
		display: block;
		width: 100%;
		line-height: 1;
		padding-bottom: 20px;
		border-bottom: #404040 solid 1px;
		padding: 0px 0px;
	}

	.menu_nav > li:nth-child(3n){
		width: 100%;
	}
	
	.menu_nav > li:nth-child(2n){
		width: 100%;
	}
	
	.menu_nav > li div{
		position: relative;
		padding: 15px 0px;
		
	}
	
	header .menu_nav > li div{
		cursor: pointer;
	}

	.menu_nav > li h4 {
		padding-bottom: 20px;
	}

	.menu_nav .sub{
/*		display: none;*/
		padding-left: 10px;
	}
	
	.menu_nav > li h4 strong{
		font-size: 22px;
		font-weight: 600;
	}

	.menu_nav > li small{
		display: block;
		opacity: .5;
		font-size: 14px;
	}
	
	.menu_nav > li .sub li a:hover{
		transform: translateX(0px);
		color: #fff;
	}

	.menu_nav > li .sub li a:hover::before{
		background-color: #fff;
	}
	
	
	
	
	/******************** header ***********************/
	
	header .menu_nav .sub{
		display: none;
		padding-bottom: 15px;
	}
	
	header .menu_nav > li .sub li{
		font-size: 15px;
	}
	
	header .menu_nav > li .sub li a,
	header .menu_nav > li .sub li p{
		display: block;
		padding: 10px 10px 10px 20px;
	}
	
	header .menu_nav > li .sub li a::before,
	header .menu_nav > li .sub li p::before{
		top:17px;
	}
	
	header .menu_nav > li .sub li a:hover{
		transform: translateX(8px);
		color: #000;
	}

	header .menu_nav > li .sub li a:hover::before{
		background-color:#000;
	}

	header .menu_nav > li .sub li a:hover::after{
		display: none;
	}
	
	header .menu_nav > li .sub li div{
		padding: 20px 0px;
	}
	
	header .menu_nav > li h4 {
		padding-bottom: 5px;
	}
	
	header .menu_nav > li div::before,
	header .menu_nav > li div::after{
		transition: all 500ms 0s ease;
		content: "";
		display: block;
		position: absolute;
		background-color: #000;
	}
	
	header .menu_nav > li div::before{
		width: 11px;
		height: 1px;
		right: 10px;
		top:38px;
	}
	
	header .menu_nav > li div::after{
		width: 1px;
		height: 11px;
		right: 15px; 
		top:33px;
	}
	
	header .menu_nav > li.spmenu_down div::before{
		transform: rotateZ(270deg);
		opacity: 0;
	}
	
	header .menu_nav > li.spmenu_down div::after{
		transform: rotateZ(270deg);
		
	}
	

	
	/******************** header ***********************/
	
	
	
	/******************** footer  ***********************/

	footer .menu .menu_nav_h,
	footer .menu_nav_h li:nth-child(2),
	footer .menu_nav_h li:nth-child(2) div {
		display: block;
		padding-left: 0px;
	}
	
	footer .menu_nav_h li:nth-child(2) {
		font-size: 16px;
	}

	footer .menu_nav_h li:nth-child(2),
	footer .menu_nav_h li:nth-child(2) div {
		width: 100%;
	}

	footer .menu_nav_h li:nth-child(2) div:nth-of-type(1){
		padding-bottom: 10px;
	}

	footer .menu_nav_h li:nth-child(2) div strong span {
		font-size: 18px;
	}

	footer .menu_nav_h li:nth-child(2) div strong {
		font-size: 14px;
		padding-right: 12px;
	}
	
}


@media screen and (max-width: 340px) {
	
	
}





