@charset "utf-8";
/* CSS Document */
header{
    z-index: 15;
    width: 100%;
}
.header_menu {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index:999;
}
.header-web{
	display: flex;
	align-items: center;
	width: 100%;
	padding-left:30px;
	height: 100px;
	justify-content: space-between;
}
.header_logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
	margin: 25px 0 25px 30px;
}
.header_logo>a {
    display: block;
}
.header_nav {
	display: block !important;
	margin: 20px 40px 0 auto;
}
.nav-list{
    display: flex;
 }
.nav-item{
	display:block;
	padding:0 2rem;
	cursor: pointer;
}
.nav-item a{
	display: flex;
	justify-content: center;
	align-items: center;
	color:#121212;
	font-size: 1.125rem;
    line-height: 1;
    padding: 0 0.2083333333vw;
	position: relative;
}
.nav-item a .dot {
    position: absolute;
    top: -20px;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    animation: Dot-Rotation-Rev .6s cubic-bezier(0.32, 0.95, 0.6, 1) forwards;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}
.nav-item a .dot:before {
    content: "";
    position: absolute;
    background: #e60012;
    top: 0;
    left: 50%;
    transition: top .6s cubic-bezier(0.32, 0.95, 0.6, 1), 
		height .6s cubic-bezier(0.32, 0.95, 0.6, 1), 
		opacity .6 scubic-bezier(0.32, 0.95, 0.6, 1);
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 3px;
}
.nav-item a:hover .dot {
	animation: Dot-Rotation .6s cubic-bezier(0.32, 0.95, 0.6, 1) forwards;
}
.nav-item.search {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 0px 35px;
}
.nav-item .search_btn_close {
    display: none;
}
.nav-item.search svg {
	width: 20px;
	height: 20px;
}
svg:not([fill]) {
    fill: currentColor;
}
.lang-btn{
	display:flex;
	height: 100%;
	background: #ec1b24;
}
.lang-btn a{
	display: block;
	height: 100%;
	transition: .3s ease;
	padding: 13px 15px;
	width: 110px;
}
.header_en_icon{
	width: 36px;
	height: 36px;
	margin: auto;
}
.header_en_txt{
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: center;        
	color: #fff;
	text-align: center;
	line-height: 1.3;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
}
.header-phone{display:none;}
.search_area {
    display: none;
    position: fixed;
    width: 100%;
	top:100px;
    left: 0;
    z-index: 6;
    background-color: #f5f6f7;
}
.search_area_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_area_content {
	padding: 60px 0;
}
.search_area #headerSearch {
    position: relative;
    display: flex;
    align-items: center;
}
.search_area .search_form {
	border: 1px solid #ccc;
	width: 600px;
	font-size: 16px;
	padding: 15px 60px 15px 16px;
	border-radius: 4px;
}
.search_area .submitBtn_wrapper {
        width: 20px;
        height: 20px;
        right: 20px;
		position: absolute;
		background: url(../images/icon_search_on.svg) center no-repeat;
		top: 50%;
		transform: translateY(-50%);
}
.search_area .submitBtn_wrapper input {
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;
}
.nav-item.active .search_btn_open {
    display: none;
}
.nav-item.active .search_btn_close {
	display: flex;
}
/**/
footer{
	display:flex;
	justify-content: space-between;
	align-items: center;
	background:#3c3c3b;
	height:86px;
}
footer p{
	font-size:1rem;
	color:#fff;
}
footer .flink{
	display: flex;
}
footer .flink li{
    display: block;
    padding: 0 5px;
}
footer .flink span{
	color:#fff;
}
footer .flink li a{
	color:#fff;
	font-size:0.875rem;
	opacity: .85;
}
footer .flink li a:hover{
	opacity:1;
}

#back_top {
    position: fixed;
    right: 2.6vw;
    bottom: 5.208333333333334vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 888;
    transition: all .6s ease;
}
#back_top.onshow {
    opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
}
#back_top .master_backTop .master_backTop_btn {
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-color:#df0024;
}
#back_top .master_backTop .master_aperture {
    background-color: rgba(223, 0, 36, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-opacity: 0;
    z-index: -1;
}
#back_top .master_backTop .master_aperture.circle01 {
    animation: scalej01 2s .4s infinite;
    -webkit-animation: scalej01 2s .4s infinite;
}
#back_top .master_backTop .master_aperture.circle02 {
    animation: scalej02 2s infinite;
    -webkit-animation: scalej02 2s infinite;
}
.bubble {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.bubble span, .back_bubble span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: -1;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    -webkit-opacity: 0;
}
.bubble span:nth-child(1) {
    animation: pao 4s linear infinite;
    -webkit-animation: pao 4s linear infinite;
    background: rgba(223, 0, 36, .6);
}
.bubble span:nth-child(2) {
    animation: pao3 6s linear infinite;
    -webkit-animation: pao3 6s linear infinite;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    background: rgba(223, 0, 36, .8);
}
.bubble span:nth-child(3) {
    animation: pao2 3s linear infinite;
    -webkit-animation: pao2 3s linear infinite;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    background: rgba(223, 0, 36, 1);
}
.bubble span:nth-child(4) {
    animation: pao4 9s linear infinite;
    -webkit-animation: pao4 9s linear infinite;
    background: rgba(223, 0, 36, .3);
}
.bubble span:nth-child(5) {
    animation: pao5 7s linear infinite;
    -webkit-animation: pao5 7s linear infinite;
    background: rgba(223, 0, 36, .5);
}


@keyframes Dot-Rotation {
  0% {
    transform: rotate(40deg);
    opacity: 0;
  }

  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes Dot-Rotation-Rev {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: rotate(-40deg);
    opacity: 0;
  }
}
 @keyframes scalej01{
    0%{
		transform:scale(1);
		-webkit-transform:scale(1);
		opacity:1;
		-webkit-opacity:1;
	 }
      100%{ 
		  transform:scale(1.4);
		  -webkit-transform:scale(1.4);
		  opacity:0;
		  -webkit-opacity:0;
	 }
  }  
  @-webkit-keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
  }  
  #back_top .master_backTop .master_aperture.circle02{animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;}
  @keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
  }  
  @-webkit-keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
  }
@keyframes pao{
 	0% {
 		transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
 		-webkit-transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao2 {
 	0% {
 		transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
 		-webkit-transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao3 {
 	0% {
 		transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform:translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-300%,-100px) rotate(360deg) scale(.4,.4);
 		-webkit-transform:translate(-300%,-100px) rotate(360deg) scale(.4,.4);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
@keyframes pao4 {
	0% {
		transform: translate(400%,0px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(400%,0px) rotate(360deg) scale(1,1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		-webkit-transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
		-webkit-transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
		opacity:0;-webkit-opacity:0;
	}
}
@keyframes pao5 {
	0% {
		transform: translate(-400%,0px) rotate(360deg) scale(.1,.1);
		-webkit-transform:translate(-400%,0px) rotate(360deg) scale(.1,.1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		-webkit-transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		opacity:0;-webkit-opacity:0;
	}
}

