﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600&display=swap');

body{
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Noto Sans TC', sans-serif;
	color: #585858;
	background: #FFF;
}
.preload{
	position: fixed;
	background: #FFF center center no-repeat;
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: #585858;
}
a:hover{ color: #83318d; }

img{width: 100%; max-width: 100%;}
input, select, textarea{outline: none;}

/*=[hover effect]==============================*/
/*
*:hover, *:focus , * {
	transition: all .20s linear
}
*/
#pageWrapper{
	position:relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.wrapper{
	position: relative;
	max-width: 1200px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

/*=[header]=========*/
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30;
}
header .wrapper{
	overflow: visible;
	padding: 20px 0;
}
header .logo{
	display: inline-block;
	max-width: 280px;
}
header .mainnav{
	display: block;
	margin: 30px 0 0;
	text-align: center;
}
header .mainnav ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
header .mainnav ul li{
	position: relative;
	display: inline-block;
	padding: 0 15px 0;
}
header .mainnav ul li a{
	font-size: 1.5em;
	color: #454545;
	font-weight: 500;
}
header .mainnav ul li a:hover{
	color: #83318d;
}
header .mainnav ul li a.active{
	border-bottom: 3px #83318d solid;
}
header .mainnav ul li:hover > ul{display: block;}
header .mainnav ul ul{
	position: absolute;
	top: 35px;
	left: -15px;
	width: 180px;
	padding: 10px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 20px;
	background: rgba(256, 256, 256, .8);
	border: 1px #DDD solid;
	display: none;
	z-index: 30;
}
header .mainnav ul ul li{
	display: block;
	border: none;
	padding: 5px;
	text-align: center;
}
header .mainnav ul ul li a{
	color: #707070;
	padding: 0;
	border: none;
	font-size: 1.2em;
	vertical-align: middle;
}
header .mainnav ul ul li a:hover{
	color: #83318d;
}
header .nav_icon{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	color: #83318d;
	display: none;
}
header .nav_close{
	display: none;
}

/*=[section]=========*/
.section-title{
	position: relative;
	width: 200px;
	margin: 0 auto 60px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 5px #cca7ff dashed;
}
.section-title2{
	position: relative;
	margin: 0 auto 60px;
	text-align: center;
	font-size: 2em;
	color: #000;
}

.item-title{
	font-size: 1.4em;
	font-weight: 400;
	color: #868686;
	min-height: 60px;
	padding: 20px;
}
.item-des{
	font-size: 1em;
	line-height: 2;
	color: #848484;
	margin-bottom: 10px;
}
.item-link{
	display: block;
	text-align: center;
	padding: 10px;
	border: 1px #d0855b solid;
	border-radius: 20px;
	color: #d0855b;
	background: #ffe4e0;
}

/*=[banner]=========*/
.banner{
	position: relative;
}
.banner img{
	width: 100%;
}
.banner h1{
	position: relative;
	font-size: 2.6em;
	color: #FFF;
	text-align: center;
	z-index: 2;
}
.banner h1 span{
	display: block;
	font-size: .4em;
	font-weight: 400;
}

/*=[index]=========*/
#index .section1{
	position: relative;
}
#index .section1 .skateboard{
	position: absolute;
	width: 10vw!important;
	height: 10vw!important;
	bottom: -50px;
	left: 0;
	z-index: 5;
	animation: bike linear infinite;
	animation-duration: 10s;
}
#index .section1 .obj-1{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#index .section1 .obj-2{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
#index .section1 .obj-3{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
#index .section1 .obj-c1{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	animation: fx_cloud2 linear infinite;
	animation-duration: 20s;
}
#index .section1 .obj-c2{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	animation: fx_cloud1 linear infinite;
	animation-duration: 40s;
}

#index .section2 .wrapper{
	overflow: visible;
	padding: 60px 0;
	text-align: center;
}
#index .section2 .pic-1{
	position: relative;
	overflow: visible;
	max-width: 900px;
	margin: 40px auto;
}
#index .section2 .deco-1{
	max-width: 28%;
	position: absolute;
	top: 40%;
	left: -20%;
	z-index: 1;
}
#index .section2 .deco-2{
	max-width: 40%;
	position: absolute;
	bottom: 15%;
	right: -30%;
	z-index: 1;
}
#index .section2 .txt1{
	font-size: 3em;
	font-weight: 600;
	margin-bottom: 30px;
}
#index .section2 .txt2{
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 40px;
}

#index .section3{
	background: url(../images/bg-index-1.png) right -100px bottom no-repeat;
	background-size: 90% auto;
	padding-bottom: 26%;
}
#index .section3 .wrapper{
	padding: 60px 0;
	overflow: visible;
}
#index .section3 .item{
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 2px 2px 10px #CCC;
}
#index .section3 .item-info{
	padding: 20px;
	background: #f8f8f8;
}
#index .section3 .pic-2{
	position: relative;
	overflow: visible;
	max-width: 800px;
	padding: 20px;
	margin: 40px 0 40px 31%;
}
#index .section3 .deco-3{
	max-width: 45%;
	position: absolute;
	bottom: -40%;
	left: -42%;
	z-index: 1;
	animation: fx3 ease-in-out infinite;
	animation-duration: 4s;
}
#index .section3 .deco-4{
	max-width: 40%;
	position: absolute;
	bottom: -50%;
	right: -10%;
	z-index: 1;
}
#index .section4{
	background: url(../images/bg-index-2.png) left -10% bottom no-repeat;
	background-size: 70% auto;
}
#index .section4 .wrapper{
	padding: 0 0 120px;
	overflow: visible;
}
#index .section4 .items{
	margin-bottom: 100px;
}
#index .section4 .item .inner{
	padding: 0 30px;
}
#index .section4 .item .pic-wrap{
	border-radius: 60px;
	border-bottom-right-radius: 0;
	border: 5px #f9e0ff solid;
	height: 240px;
}
#index .section4 .item .item-title{
	min-height: 150px;
}
#index .section4 .deco-5{
	max-width: 30%;
	position: absolute;
	bottom: -10%;
	right: 0;
	z-index: 1;
}


/*=[about]=========*/
#about .section1{
	position: relative;
	min-height: 150px;
}
#about .section1 .obj-0{
	position: absolute;
	max-width: 200%;
	width: 200%;
	top: 0;
	left: 0;
	z-index: 1;
	animation: fx4 linear infinite;
	animation-duration: 20s;
}
#about .section1 .obj-1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#about .section1 .obj-2{
	position: absolute;
	width: 110%;
	max-width: 110%;
	top: 0;
	left: 0;
	z-index: 2;
}
#about .section1 .obj-3{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
#about .section1 .obj-4{
	position: absolute;
	width: 25%;
	bottom: -20%;
	z-index: 8;
	animation: bike linear infinite;
	animation-duration: 10s;
}

/*
#about .section1 .car{
	max-width: 14%;
	position: absolute;
	width: 20vw;
	bottom: 15%;
	z-index: 2;
	animation: car 16s;
  animation-iteration-count: infinite;
}
#about .section1 .moto{
	max-width: 14%;
	position: absolute;
	width: 8vw;
	bottom: 8%;
	z-index: 2;
	animation: moto 20s;
  animation-iteration-count: infinite;
}
@keyframes car {
  from {left: -10vw;}
  to {left: 110vw;}
}
@keyframes moto {
  from {right: -10vw;}
  to {right: 110vw;}
}
*/

#about .section2{
	/*
	background: url(../images/bg-about-1.png) center top no-repeat, url(../images/bg-about-3.png) center bottom 10% no-repeat;
	background-size: 100% auto;
	*/
}
#about .section2 .bg{
	background: url(../images/bg-about-2.png) right -30% center no-repeat;
	background-size: 50% auto;
}
#about .section2 .wrapper{
	padding: 100px 0 60px;
	overflow: visible;
}
#about .section2 .txt1{
	font-size: 1.6em;
	font-weight: 500;
	margin-bottom: 60px;
	line-height: 2;
}
#about .section2 .txt2{
	position: relative;
	font-size: 1.6em;
	font-weight: 500;
	margin-bottom: 60px;
	line-height: 2;
	width: 60%;
}
#about .section2 .deco-1{
	max-width: 16%;
	position: absolute;
	top: 40px;
	right: 10%;
	z-index: 1;
}
#about .section2 .deco-2{
	max-width: 70%;
	position: absolute;
	top: 10%;
	right: -80%;
	z-index: 1;
}
#about .section3 .wrapper{
	padding: 0 0 60px;
	overflow: visible;
}
#about .section3 .txt3{
	position: relative;
	font-size: 1.6em;
	font-weight: 500;
	margin-bottom: 60px;
	line-height: 2;
	max-width: 800px;
	margin: 0 auto;
}
#about .section3 .txt3 p{
	margin-bottom: 40px;
}
#about .section3 .txt3 span{
	display: block;
	margin-bottom: 40px;
}
#about .section3 .deco-3{
	max-width: 13%;
	position: absolute;
	top: -10%;
	left: -5%;
	z-index: 1;
}

/*=[story]=========*/
#story .section1{
	position: relative;
	min-height: 150px;
}
#story .section1 .obj-1{
	position: absolute;
	max-width: 200%;
	width: 200%;
	top: 0;
	right: 0;
	z-index: 1;
	animation: fx5 linear infinite;
	animation-duration: 20s;
}
#story .section3{
	position: relative;
}
#story .section3 .bike{
	max-width: 20%;
	position: absolute;
	right: 0;
	top: -9.8%;
	z-index: 5;
	animation: bike2 20s linear;
  animation-iteration-count: infinite;
}
#story .section3 .wrapper{
	overflow: visible;
	padding: 60px 0;
}
#story .section3 .item .inner{
	padding: 0 30px;
	text-align: center;
}
#story .section3 .item .pic-wrap{
	border-radius: 60px;
	border-bottom-right-radius: 0;
	padding: 40px;
	border: 5px #f9e0ff solid;
}
#story .section2 .wrapper{
	overflow: visible;
	padding: 60px 0;
}
#story .section2 .wrapper2{
	position: relative;
	overflow: visible;
	max-width: 100%;
}
#story .section2 .pic-title{
	position: relative;
	display: block;
	max-width: 640px;
	margin: 20px auto;
	z-index: 20;
}
#story .section2 .pic-title2{
	position: relative;
	display: block;
	max-width: 360px;
	margin: 20px auto;
	z-index: 20;
}
#story .section2 .txt{
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	color: #868686;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	margin: 40px auto;
	z-index: 2;
}
#story .section2 .txt h3{
	color: #454545;
}
#story .section2 .pic{
	position: relative;
	vertical-align: top;
	margin: 40px auto;
	z-index: 2;
}


#story .section2 .pic-3{
	position: relative;
	display: block;
	max-width: 1000px;
	margin: 40px auto 120px;
	z-index: 2;
}
#story .section2 .pic-4{
	display: block;
	max-width: 1000px;
	margin: 20px auto;
}
#story .section2 .pic-5{
	max-width: 40%;
	position: absolute;
	top: -45%;
	right: 0;
	z-index: 1;
}
#story .section2 .pic-7{
	display: block;
	margin: 20px 0;
}
#story .section2 .deco-1{
	max-width: 100%;
	position: absolute;
	top: -30%;
	left: 0;
	z-index: 1;
}
#story .section2 .deco-2{
	max-width: 40%;
	position: absolute;
	bottom: 15%;
	right: -30%;
	z-index: 1;
}
#story .section2 .deco-3{
	max-width: 45%;
	position: absolute;
	top: -12%;
	left: 0;
	z-index: 1;
}
#story .section2 .deco-4{
	max-width: 45%;
	position: absolute;
	top: -15%;
	left: 0;
	z-index: 1;
}
#story .section2 .txt1{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	max-width: 700px;
	margin: 60px auto;
	z-index: 2;
}
#story .section2 .txt2{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	margin: 60px 0;
	margin-left: 50%;
	max-width: 40%;
	z-index: 2;
}
#story .section2 .txt3{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	max-width: 1000px;
	margin: 60px auto;
	z-index: 2;
}
#story .section2 .txt4{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	margin: 60px auto;
	margin-right: 45%;
	max-width: 40%;
	z-index: 2;
}
#story .section2 .txt5{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	margin: 120px 0 60px;
	margin-left: 45%;
	max-width: 40%;
	z-index: 2;
}
#story .section2 .txt6{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	margin: 180px auto 60px;
	max-width: 1000px;
	z-index: 2;
}

#story .section2 .pic-2-3{
	display: block;
}
#story .section2 .pic-2-3-2{
	position: absolute;
	width: 28%;
	right: 10%;
	bottom: 0;
	z-index: 10;
}
#story .section2 .pic-2-3-2 {
  animation: tilt-shaking infinite;
  animation-duration: 2s;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  5% { transform: rotate(3deg); }
  10% { transform: rotate(0eg); }
  15% { transform: rotate(-3deg); }
  20% { transform: rotate(0deg); }
  25% { transform: rotate(3deg); }
  30% { transform: rotate(0eg); }
  35% { transform: rotate(-3deg); }
  40% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
#story .section2 .txt-2-1{
	position: absolute;
	width: 50%;
	max-width: 500px;
	left: 55%;
	top: 10%;
}
#story .section2 .txt-2-2{
	position: absolute;
	width: 50%;
	max-width: 500px;
	right: 50%;
	bottom: 0;
}
#story .section2 .txt-2-3{
	display: inline-block;
	width: 50%;
	margin-right: 3%;
}
#story .section2 .pic-2-4{
	display: inline-block;
	width: 45%;
}
#story .section2 .txt-2-4{
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
#story .section2 .txt-2-5{
	display: inline-block;
	width: 50%;
	margin-top: -20%;
}
#story .section2 .pic-2-7{
	display: inline-block;
	width: 35%;
}
#story .section2 .txt-2-6{
	display: inline-block;
	width: 60%;
	margin-left: 3%;
}

#story .section2 .pic-3-3{
	position: relative;
	display: block;
	max-width: 1000px;
	margin: 40px auto;
	z-index: 2;
}
#story .section2 .pic-3-3-2{
	position: absolute;
	max-width: 20%;
	height: 400px;
	left: -5%;
	bottom: 0;
	z-index: 10;
}
#story .section2 .pic-3-4{
	max-width: 45%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#story .section2 .pic-3-5{
	display: block;
	max-width: 1000px;
	margin: 20px auto;
}
#story .section2 .txt-3-1{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	max-width: 40%;
	margin-left: 15%;
	z-index: 2;
}
#story .section2 .txt-3-2{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	z-index: 2;
}

#story .section2 .pic-4-3{
	position: relative;
	display: block;
	margin: 40px auto;
	z-index: 2;
}
#story .section2 .pic-4-4{
	position: relative;
	width: 40%;
	margin: 40px auto;
	z-index: 2;
}
#story .section2 .pic-4-6{
	position: relative;
	display: inline-block;
	width: 36%;
	margin: 40px auto;
	z-index: 2;
}
#story .section2 .txt-4-1{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	z-index: 2;
}
#story .section2 .txt-4-2{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 40px;
	max-width: 50%;
	vertical-align: top;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	z-index: 2;
}
#story .section2 .txt-4-3{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 40px;
	max-width: 62%;
	vertical-align: top;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	z-index: 2;
}
#story .section2 .deco-bg-1{
	background: url(../images/deco-bg-01.png) right -10% top 50% no-repeat;
	background-size: 50% auto;
}
#story .section2.deco-bg-2{
	background: url(../images/deco-bg-02.png) right -50% bottom no-repeat;
	background-size: 65% auto;
}
#story .section2.deco-bg-3{
	background: url(../images/deco-bg-03.png) left -50% bottom 50px no-repeat;
	background-size: 65% auto;
}

#story .section2 .pic-5-3{
	position: relative;
	display: block;
	margin: 40px auto;
	z-index: 2;
}
#story .section2 .pic-5-3-2{
	position: absolute;
	right: 0;
	top: 10%;
	max-width: 40%;
	width: 400px;
	height: 300px;
	z-index: 10;
}
#story .section2 .txt-5-1{
	position: relative;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	z-index: 2;
}
#story .section2 .txt-5-2{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 40px;
	max-width: 60%;
	vertical-align: top;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	z-index: 2;
}
#story .section2 .txt-5-3{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 40px;
	max-width: 55%;
	vertical-align: top;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2;
	z-index: 2;
}
#story .section2 .pic-5-5{
	position: relative;
	width: 38%;
	margin: 40px auto;
	z-index: 2;
}
#story .section2 .pic-5-6{
	position: relative;
	width: 43%;
	margin: 40px auto;
	z-index: 2;
}

#story .section2 .txt-6-1{
	display: inline-block;
	padding: 40px;
	max-width: 60%;
	vertical-align: top;
}
#story .section2 .txt-6-2{
	display: inline-block;
	padding: 40px;
	max-width: 50%;
	vertical-align: top;
}


#story .section2 .pic-6-4{
	position: relative;
	z-index: 2;
}
#story .section2 .pic-6-5{
	position: relative;
	width: 38%;
	margin: 40px auto;
	z-index: 2;
}
#story .section2 .pic-6-6{
	position: relative;
	width: 38%;
	margin: 40px 5%;
	z-index: 2;
}
#story .section2 .pic-6-7{
	position: relative;
	margin-top: -10%;
	z-index: 2;
}

#story .section2 .txt-7-1{
	max-width: 900px;
	margin: 40px auto;
}
#story .section2 .txt-7-2{
	position: relative;
	display: inline-block;
	width: 55%;
	margin: 0 auto;
	z-index: 2;
}
#story .section2 .pic-7-4{
	width: 43%;
}
#story .section2 .pic-7-7{
	position: absolute;
	top: -18%;
	left: -10%;
	width: 15%;
}

#story .section2 .txt-8-1{
	max-width: 800px;
}
#story .section2 .txt-8-3{
	display: inline-block;
	max-width: 60%;
	margin: 0 2% 0 0;
}
#story .section2 .pic-8-3{
	max-width: 1000px;
	display: block;
}
#story .section2 .pic-8-4{
	position: absolute;
	top: -30%;
	left: 0;
	width: 22%;
}
#story .section2 .pic-8-5{
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
}
#story .section2 .pic-8-6{
	max-width: 1200px;
	display: block;
}
#story .section2 .pic-8-7{
	max-width: 36%;
}

#story .section2 .txt-9-1{
	max-width: 63%;
	display: inline-block;
}
#story .section2 .pic-9-3{
	max-width: 70%;
	display: block;
	margin-right: 0;
}
#story .section2 .pic-9-4{
	max-width: 35%;
	margin-top: -40%;
}
#story .section2 .pic-9-5{
	max-width: 70%;
	display: block;
	margin-left: 0;
}
#story .section2 .pic-9-6{
	position: absolute;
	max-width: 50%;
	left: 50%;
	top: 20%;
}

#story .section2 .txt-10-1{
	max-width: 63%;
	display: inline-block;
}
#story .section2 .pic-10-4{
	max-width: 35%;
	margin-top: -12%;
}
#story .section2 .pic-10-5{
	max-width: 48%;
	margin-left: 0;
}
#story .section2 .pic-10-6{
	max-width: 60%;
	margin-right: -10%;
}

#story .section2 .txt-11-1{
	max-width: 50%;
	display: inline-block;
	margin-left: 3%;
}
#story .section2 .pic-11-4{
	max-width: 55%;
	margin-left: -10%;
}
#story .section2 .txt-11-3{
	max-width: 50%;
	display: inline-block;
}
#story .section2 .pic-11-6{
	display: inline-block;
	margin: 10px 10%;
}
#story .section2 .pic-11-7{
	position: absolute;
	max-width: 140%;
	width: 140%;
	top: 0;
	left: -20%;
	z-index: 1;
}

#story .section2 .pic-12-4{
	position: absolute;
	width: 48%;
	top: -15%;
	left: 0;
}
#story .section2 .txt-12-2{
	max-width: 600px;
	width: 50%;
	margin-left: 50%;
	display: inline-block;
}
#story .section2 .txt-12-3{
	max-width: 60%;
	display: inline-block;
	margin-right: 3%;
}
#story .section2 .pic-12-6{
	max-width: 35%;
}
#story .section2 .txt-12-4{
	max-width: 65%;
	display: inline-block;
	margin-left: 3%;
}
#story .section2 .pic-12-7{
	max-width: 30%;
}

#story .section2 .txt-13-1{
	width: 50%;
	display: inline-block;
}
#story .section2 .pic-13-3{
	width: 50%;
}
#story .section2 .pic-13-3-2{
	display: inline-block;
	width: 45%;
}
#story .section2 .pic-13-4{
	width: 45%;
	margin-left: 3%;
}
#story .section2 .txt-13-2{
	max-width: 800px;
	display: block;
	margin: 20px auto;
}
#story .section2 .txt-13-2 p{
	text-align: justify
}

#story .section2 .txt-14-1{
	width: 50%;
	display: inline-block;
}
#story .section2 .pic-14-3{
	display: inline-block;
	width: 45%;
	margin-right: 3%;
}
#story .section2 .pic-14-5{
	max-width: 400px;
	display: block;
	margin: 20px auto;
}
#story .section2 .txt-14-4{
	width: 50%;
	display: inline-block;
}
#story .section2 .pic-14-7{
	width: 45%;
	margin-left: 3%;
}

/*=[go]=========*/
#go .section1{
	position: relative;
	max-width: 100%;
	min-height: 80px;
}
#go .section1 .skateboard{
	position: absolute;
	width: 150px;
	height: 150px;
	bottom: 50px;
	left: 0;
	z-index: 5;
	animation: bike linear infinite;
	animation-duration: 10s;
}
#go .section1 .car{
	max-width: 14%;
	position: absolute;
	width: 20vw;
	bottom: 37%;
	z-index: 2;
	animation: car 16s;
  animation-iteration-count: infinite;
}
#go .section1 .moto{
	max-width: 14%;
	position: absolute;
	width: 8vw;
	bottom: 28%;
	z-index: 2;
	animation: moto 20s;
  animation-iteration-count: infinite;
}
@keyframes car {
  from {left: -10vw;}
  to {left: 110vw;}
}
@keyframes moto {
  from {right: -10vw;}
  to {right: 110vw;}
}
#go .section1 .obj-1{
	position: absolute;
	max-width: 200%;
	width: 200%;
	top: 0;
	left: 0;
	z-index: 1;
	animation: fx4 linear infinite;
	animation-duration: 40s;
}
#go .section1 .obj-4{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
#go .section1 .obj-2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#go .section1 .obj-3{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#go .section2{

}
#go .section2 .wrapper{
	padding: 60px 0;
	overflow: visible;
}
#go .section2 .items{
	max-width: 900px;
	margin: 0 auto;
}
#go .section2 .item{
	position: relative;
	border: 3px #6a7ce4 solid;
	border-radius: 30px;
	padding: 20px;
	margin-bottom: 100px;
	z-index: 2;
}
#go .section2 .item-title{
	min-height: auto;
	padding: 0;
	margin-bottom: 20px;
}
#go .section2 .item-pic{
	float: left;
	max-width: 280px;
	margin-top: -100px;
}
#go .section2 .item-info{
	margin-left: 300px;
}
.mask-1 {
  -webkit-mask-image: url(../images/mask-1.png);
  mask-image: url(../images/mask-1.png);
  mask-repeat: no-repeat;
  mask-size: 280px auto;
}
.mask-2 {
  -webkit-mask-image: url(../images/mask-2.png);
  mask-image: url(../images/mask-2.png);
  mask-repeat: no-repeat;
  mask-size: 280px auto;
}
.mask-0 {
  -webkit-mask-image: url(../images/mask-3.png);
  mask-image: url(../images/mask-3.png);
  mask-repeat: no-repeat;
  mask-size: 280px auto;
}
#go .section2 .deco-1{
	max-width: 45%;
	position: absolute;
	top: 15%;
	right: -25%;
	z-index: 1;
}
#go .section2 .deco-2{
	max-width: 50%;
	position: absolute;
	bottom: 10%;
	left: -20%;
	z-index: 1;
}
#go .section3 .wrapper{
	padding: 60px 0;
}
#go .section3 .main-pic{border-radius: 60px}
#go .section3 .section-title2{margin: 60px 0}
#go .section3 .item{
	display: inline-block;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 20px;
	background: #eee;
	font-weight: 500;
	margin: 5px;
	border: 1px #edb0ff solid;
}
#go .section3 .txt1{
	font-size: 1.6em;
	font-weight: 500;
	line-height: 2;
}
#go .section4 .wrapper{
	padding: 60px 0;
}
#go .section4 .item{
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 100px;
}
#go .section4 .item:after{
	content: "";
	position: absolute;
	width: 200px;
	border-bottom: 3px #888 dotted;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#go .section4 .item .inner{
	padding: 20px;
}
#go .section4 .item .inner img{
	border-radius: 40px;
}
#go .section4 .section-title2{margin: 40px 0}
#go .section4 .txt1{
	font-size: 1.6em;
	font-weight: 500;
	line-height: 2;
}
#go .section4 .color-1{color: #4fb3d1;}

/*=[performance]=========*/
#performance .section1{
	position: relative;
}
#performance .section1 .obj-1{
	position: absolute;
	max-width: 200%;
	width: 200%;
	top: 0;
	left: 0;
	z-index: 1;
	animation: fx4 linear infinite;
	animation-duration: 20s;
}
#performance .section1 .obj-2{
	position: absolute;
	width: 160px;
	bottom: 0;
	left: 10%;
	z-index: 1;
}
#performance .section1 .deco-1{
	max-width: 10%;
	position: absolute;
	bottom: -7%;
	left: 5%;
	z-index: 1;
}
#performance .section1 .deco-2{
	max-width: 15%;
	position: absolute;
	bottom: -30%;
	right: 0;
	z-index: 1;
}
#performance .section2{

}
#performance .section2 .wrapper{
	padding: 40px 0 120px;
	overflow: visible;
}
#performance .section2 .items{

}
#performance .section2 .item .inner{
	padding: 20px;
}
#performance .section2 .pic-wrap{
	position: relative;
	border-radius: 60px;
	margin-bottom: -60px;
	background: #FFF;
	z-index: 2;
}
#performance .section2 .pic-wrap img{
	border-radius: 60px;
}
#performance .section2 .item-info{
	padding: 15px;
	border-radius: 30px;
	width: 90%;
	margin: 0 auto;
	padding-top: 60px;
	box-shadow: 2px 2px 10px #CCC;
}
#performance .section2 .item-title{
	color: #333;
	padding: 10px 0;
	min-height: 120px;
}
#performance .section2 .item-date{
	color: #4fb3d1;
	font-size: 1.2em;
}
#performance .section3 .wrapper{
	overflow: visible;
}
#performance .section3 .content-wrap{
	position: relative;
	border-radius: 40px;
	box-shadow: 2px 2px 10px #bbb;
	padding: 40px;
	margin: -60px auto 60px;
	border: 1px #EEE solid;
	max-width: 1000px;
	background: #FFF;
	z-index: 10;
}
#performance .section3 .section-title2{margin: 40px 0}
#performance .section3 .txt1{
	font-size: 1.6em;
	font-weight: 500;
	line-height: 2;
	word-break: break-all;
}
#performance .section3 .txt1 img{
	max-width: 100%;
}

#performance .section4 .media-icon-wrap{
	margin-top: 40px;
}
#performance .section4 .media-icon{
	position: relative;
	display: inline-block;
	width: 180px;
	margin: 0 10px;
	cursor: pointer;
}

#performance .section4 .media-icon img{
	cursor: pointer;
}

#performance .section4 .media-icon:before{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #941db8;
  display: none;
  position: absolute;
  right: 50%;
  margin-right: -10px;
  bottom: -10px;
}
#performance .section4 .media-icon.active{
	border-bottom: 2px #941db8 solid;
}
#performance .section4 .media-icon.active:before{
	display: block;
}
#performance .section4 .content-wrap{
	position: relative;
	border-radius: 40px;
	box-shadow: 2px 2px 10px #bbb;
	padding: 40px;
	margin: 60px auto 60px;
	border: 1px #EEE solid;
	max-width: 1000px;
	background: #FFF;
	z-index: 10;
}
#performance .section4 .item{
	padding: 20px;
	border-bottom: 1px #CCC dotted;
	font-size: 1.4em;
}
#performance .section4 .item-title{
	display: inline-block;
	padding: 0;
	font-size: 1em;
	min-height: initial;
}

/*=[news]=========*/
#news .section1{
	position: relative;
}
#news .section1 .obj-1{
	position: absolute;
	max-width: 200%;
	width: 200%;
	top: 0;
	left: 0;
	z-index: 1;
	animation: fx4 linear infinite;
	animation-duration: 20s;
}
#news .section1 .deco-1{
	max-width: 15%;
	position: absolute;
	bottom: -30%;
	right: 0;
	z-index: 1;
}
#news .section2{

}
#news .section2 .wrapper{
	padding: 40px 0 120px;
	overflow: visible;
}
#news .section2 .items{

}

#news .section2 .item{
	padding: 20px;
	
}
#news .section2 .item .inner{
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 2px 2px 10px #CCC;
}
#news .section2 .item-info{
	padding: 20px;
	background: #f8f8f8;
}
#news .section2 .item-title{
	padding: 0;
}
#news .section3 .wrapper{
	overflow: visible;
}
#news .section3 .content-wrap{
	position: relative;
	border-radius: 40px;
	box-shadow: 2px 2px 10px #bbb;
	padding: 40px;
	margin: -100px auto 60px;
	border: 1px #EEE solid;
	max-width: 1000px;
	background: #FFF;
	z-index: 10;
}

/*=[media]=========*/
#media .section1 .wrapper{
	padding: 160px 0 60px;
}
#media .section1 .item{
	padding: 20px;
}
#media .section1 .item .inner{
	position: relative;
	border-radius: 20px;
	padding: 15px;
	background: #763285;
}
#media .section1 .item .img-wrap{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#media .section1 .item .front-img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	opacity: 1;
  transition: 0.5s;
}
#media .section1 .item .front-img:hover {opacity: 0}
#media .section1 .item .item-title{
	font-size: 1.6em;
	font-weight: 500;
	color: #FFF;
	margin: 0;
	padding: 0;
	min-height: inherit;
}
#media .section1 .item .item-subtitle{
	font-size: 1.1em;
	font-weight: 500;
	color: #ffbc00;
	margin: 0;
	padding: 0;
	min-height: 55px;
}
#media .section1 .item .txt{
	font-size: 1.1em;
	color: #FFF;
	margin-top: 20px;
	min-height: 110px;
}
#media .section1 .item .btn-wrap{
	text-align: right;
	margin-top: 5px;
}
#media .section1 .item .btn-media{
	display: inline-block;
	max-width: 44px;
}
#media .fancybox-content{
  padding: 20px;
}
#media .lightbox{
  max-width: 600px;
  display: none;
}

/*=[footer]=========*/
footer{
	position: relative;
	padding: 0 0 20%;
	background: url(../images/bg-footer.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
footer .bg{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	animation: color 12s;
  animation-iteration-count: infinite;
  pointer-events: none;
}
footer .wrapper{
	position: relative;
	text-align: center;
	padding: 60px 0;
}
footer .logo{
	width: 200px;
}
footer .info-1{
	padding: 40px 0;
}
footer .info-1 .zx{
	display: inline-block;
	margin: 0 20px;
}
footer .copyright{
	font-size: .9em;
	padding: 10px 0;
}
footer .footer-deco{
	max-width: 10%;
	position: absolute;
	top: 45%;
	z-index: 2;
	animation: bike 18s linear;
  animation-iteration-count: infinite;
}

@keyframes bike {
  from {left: -10vw;}
  to {left: 110vw;}
}
@keyframes bike2 {
  from {right: -10vw;}
  to {right: 110vw;}
}
@keyframes color {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

#scrollup{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index:20;
	display: none;
	width: 38px;
	height: 38px;
	background: url(../images/totop.jpg) center center no-repeat;
	background-size: 100% auto;
	cursor:pointer;
}
.bot{
	position: fixed;
	width: 120px;
	left: 80px;
	bottom: 0;
	z-index: 2200000000;
	/*pointer-events: none;*/
}
.bot .chat{
	position: absolute;
	width: 110px;
	max-width: 110px;
	left: -80px;
	top: -40px;
	z-index:20;
	display: none;
}
.bot:hover .chat{
	display: block;
	animation: fx2 1s ease-in-out infinite alternate;
/*	animation: fx2 5s ease-in-out infinite;*/
/*	animation-delay: 5s;*/
/*	transition: all .5s;*/
}

/*=[aside_nav]=========*/
.aside-nav{

}
.aside-nav h1{
	color: #2f8deb;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1;
	border-left: 5px #2f8deb solid;
	padding-left: 10px;
	margin: 0 0 20px;
}
.aside-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.aside-nav li{
	padding: 10px 0;
	border-bottom: 1px #CCC solid;
}
.aside-nav li a{
	font-size: 1.1em;
	color: #333;
}
.aside-nav li.active{
	border-bottom: 1px #2f8deb solid;
}
.aside-nav li.active a{
	color: #2f8deb;
}

/*=[main-content]=========*/
.main-content{
	padding-left: 60px;
}
.main-content h2{
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px #333 solid;
}
.main-content .content-txt{
	line-height: 2;
}


/*=[tab]=========*/
.tab-wrap{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px #585858 solid;
}
.tab-wrap .tab{
	position: relative;
	display: inline-block;
	color: #4d4d4d;
	margin-right: 20px;
	font-size: 1.2em;
	cursor: pointer;
}
.tab-wrap .tab.active:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -11px;
	left: 0;
	z-index: 1;
	background: #e7a595;
}


/*=[common]=========*/
.form-group{
	position: relative;
	padding: 10px;
}
.form-control{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: 1px #bfbfbf solid;
	border-radius: 30px;
	resize: none;
}
label{
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	color: #585858;
	font-size: 1.2em;
	font-weight: 500;
}
.checkbox-wrap{
	display: inline-block;
	width: 100px;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.btn{
	display: inline-block;
	font-size: 1.6em;
	font-weight: 400;
	padding: 20px;
	min-width: 300px;
	color: #FFF;
	background: #ffb8cf;
	border: 5px #ffb8cf solid;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
	animation: fx 1s ease-in-out infinite alternate;
	transition: all .5s;
}
.btn:hover{
	color: #275351;
	background: transparent;
}
.btn.current{
	color: #275351;
	background: #d3ebea;
}
.btn-more{
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	background: #ffb8cf;
	border-radius: 20px;
	cursor: pointer;
}
.btn.btn-back{
	background: #acb7d5;
}
.tag{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.4em;
	line-height: 1;
	color: #FFF;
	background: #966443;
	padding: 7px;
	border-radius: 5px;
}

.pages{margin: 80px 0; text-align: center;}
.pages a{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 1;
	padding: 10px 15px;
	margin: 0 5px;
	border-radius: 10px;
	border: 1px #333 solid;
}
.pages a.active{
	color: #FFF;
	background: #966443;
}
.breadcrumb{
	padding: 10px 0;
}
.social-icon{
	display: inline-block;
	width: 30px;
}

.img-round{
	border-radius: 20px;
}
.img-border{
	outline: 1px solid #333;
  outline-offset: -5px;
}
.object-fit {
	width: 100%;
  height: 260px;
  object-fit: contain;
}

.zoom{
  overflow: hidden;
  width: 100%;
}
.zoom * {
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.zoom img{
  position: relative;
  display:block;
  width: 100%;
  opacity: 1;
}
.zoom:hover img{
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mobile{display: none !important;}

.rwd-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	line-height: 26px;
}
.rwd-table th{
	color: #67542c;
	border-bottom: 2px #67542c solid;
	padding: 10px;
	font-weight: bold;
}
.rwd-table td{
	border-bottom: 1px #999 solid;
	text-align: center;
	padding: 20px 0;
	vertical-align: top;
}
/*.rwd-table td:first-child{text-align: left;}*/
.rwd-table td:before {display: none;}

.rwd-table a:hover{
	color: #0d30a6;
}

.mt-60{margin-top: 60px}
.mtb-40{margin: 40px 0}

/*=[.owl-carousel]=========*/
.owl-carousel .owl-dots{
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 20;
  text-align: center;
  box-sizing: border-box;
}
.owl-carousel.no-dots .owl-dots{
	display: none;
}
.owl-carousel .owl-dot{
  display: inline-block;
  display: none;
}
.owl-carousel .owl-dot span{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-radius: 50%;
  background: #555;
}
.owl-carousel .owl-dot.active span{
  background: #FFF;
}
.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	margin: auto;
	z-index: 20;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	left: -40px;
	width: 100px;
	height: 64px;
	background: url(../images/btn_owl_prev.png) center center no-repeat;
	background-size: 100% auto;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 0;
	right: -40px;
	width: 100px;
	height: 64px;
	background: url(../images/btn_owl_next.png) center center no-repeat;
	background-size: 100% auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
  padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 10px auto;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

@keyframes fx {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.03);
  }
}
@keyframes fx2 {
  0% {
		transform: scale(1.0);
		opacity: 1;
  }
  100% {
		transform: scale(1.1);
		opacity: 0.7;
  }
}
@keyframes fx3 {
  0% {
		transform: translateY(0);
  }
  5% {
		transform: translateY(-30px);
  }
  10% {
		transform: translateY(0);
  }
}
@keyframes fx4 {
  0% {
		transform: translateX(0);
  }
  100% {
		transform: translateX(-50%);
  }
}
@keyframes fx5 {
  0% {
		transform: translateX(0);
  }
  100% {
		transform: translateX(50%);
  }
}
@keyframes fx_cloud1 {
  0% {
		transform: translateX(-100%);
  }
  100% {
		transform: translateX(100%);
  }
}
@keyframes fx_cloud2 {
  0% {
		transform: translateX(100%);
  }
  100% {
		transform: translateX(-100%);
  }
}

/*=[w3css modify]=========*/
.w3-check,.w3-radio{width:20px;height:20px;position:relative;top:6px;margin-right: 10px}

@media screen and (max-width: 1200px) {
	.wrapper{padding: 40px 20px !important;}
	#performance .section1 .deco-1{display: none;}
	#media .section1 .wrapper{padding: 160px 0 60px !important;}

@media screen and (max-width: 1080px) {
	header .wrapper{
		padding: 10px !important;
	}
	header .mainnav{
		position: fixed;
    top: 0;
    left: -100vw;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: #83318d;
    border: none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    transition: left 1s;
    overflow: hidden;
    text-align: left;
    overflow-y: scroll;
	}
	header .mainnav.open{
    left: 0;
	}
	header .logo{
		width: 160px;
	}
	header .mainnav ul{
		display: block;
		margin-top: 40px;
		text-align: left;
	}
	header .mainnav ul li{
		display: block;
		padding: 10px;
	}
	header .mainnav ul > li a{
		display: block;
		color: #FFF;
		padding-bottom: 20px;
		border-bottom: 1px #FFF solid;
	}
	header .mainnav ul li a.active{
		border-bottom: 1px #FFF dashed;
	}
	header .mainnav ul ul{
		position: static;
		width: 100%;
		background: transparent;
		border: none;
		display: block;
		padding: 0;
	}
	header .mainnav ul ul li{text-align: left;}
	header .mainnav ul ul li a{
		color: #FFF;
		padding: 0 0 0 25px;
		border: none;
		vertical-align: middle;
	}

	header .mainnav .nav_close{
		display: block;
		float: right;
		color: #FFF;
	}
	header .nav_icon{display:block;}
	header .icon-cart-m{display:block;}
	header .mainnav .fa-angle-down{display: none;}

	/*=[banner]=========*/
	.banner{
		padding: 30px 0;
	}
	.banner:after{
		width: 60px;
	}

	#index .section2 .txt1{
		font-size: 1.5em;
	}
	#index .section2 .txt2{
		font-size: 1.2em;
	}
	#index .section3 .pic-2{
		margin: 40px auto;
	}
	#index .section3 .deco-3{
		left: -10%;
	}
	#index .section4 .item .inner{
		padding: 0 10px;
	}
	#index .section4 .deco-5{
		display: none;
	}
	#about .section2 .txt1{
		font-size: 1.2em;
		line-height: 1.6;
	}
	#about .section2 .txt2{
		font-size: 1.2em;
		line-height: 1.6;
		width: 100%;
	}
	#about .section3 .txt3{
		font-size: 1.2em;
		line-height: 1.6;
	}
	#about .section2 .deco-1{display: none;}
	#about .section3 .deco-3{display: none;}

	#story .section3 .bike{
		display: none;
	}

	#story .wrapper{
		padding: 20px 20px !important;
	}
	#story .wrapper2{
		padding: 20px !important;
	}
	#story .section1{
		min-height: 100px;
	}
	#story .section2 .pic-title{
		z-index: 1;
	}
	#story .section2 .pic-title2{
		max-width: 260px;
		z-index: 1;
	}
	#story .section2 .txt{
		display: block;
		padding: 0;
		margin: 20px auto;
		max-width: 100%;
	}
	#story .section2 .pic{
		margin: 20px auto;
	}

	#story .section2 .deco-1,	
	#story .section2 .deco-3,
	#story .section2 .deco-4{
		display: none;
	}
	#story .section2 .pic-3{
		margin: 20px auto;
	}
	#story .section2 .pic-5{
		max-width: 100%;
		position: static;
	}
	#story .section2 .txt1,
	#story .section2 .txt2,
	#story .section2 .txt3,
	#story .section2 .txt4,
	#story .section2 .txt5,
	#story .section2 .txt6{
		margin: 0;
		margin-right: 0;
		max-width: 100%;
	}

	#story .section2 .pic-2-3{
		display: none;
	}
	#story .section2 .pic-2-3-2{
		position: static;
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	#story .section2 .txt-2-1{
		position: static;
		width: 100%;
	}
	#story .section2 .txt-2-2{
		position: static;
		width: 100%;
	}
	#story .section2 .txt-2-3{
		width: 100%;
		margin-right: 0;
	}
	#story .section2 .pic-2-4{
		display: inline-block;
		width: 100%;
	}
	#story .section2 .txt-2-4{
		display: block;
		max-width: 800px;
		margin: 0 auto;
	}
	#story .section2 .txt-2-5{
		display: inline-block;
		width: 100%;
		margin-top: 0;
	}
	#story .section2 .pic-2-7{
		display: inline-block;
		width: 100%;
	}
	#story .section2 .txt-2-6{
		display: inline-block;
		width: 100%;
		margin-left: 0;
	}

	#story .section2 .txt-3-1{
		max-width: 100%;
		margin-left: 0;
	}
	#story .section2 .pic-3-4{
		max-width: 100%;
		position: static;
	}
	#story .section2 .pic-3-3-2{
		display: none;
	}

	#story .section2 .txt-4-2,
	#story .section2 .txt-4-3{
		display: block;
		padding: 0;
		max-width: 100%;
	}
	#story .section2 .pic-4-4{
		width: 100%;
	}
	#story .section2 .pic-4-6{
		display: none;
	}

	#story .section2 .txt-5-2,
	#story .section2 .txt-5-3{
		display: block;
		padding: 0;
		max-width: 100%;
		line-height: 2;
		z-index: 2;
	}
	#story .section2 .pic-5-5{
		width: 100%;
	}
	#story .section2 .pic-5-6{
		display: none;
	}

	#story .section2 .pic-6-5,
	#story .section2 .pic-6-6{
		display: none;
	}

	#story .section2 .txt-7-2{
		width: 100%;
	}
	#story .section2 .pic-7-4,
	#story .section2 .pic-7-7{
		display: none;
	}

	#story .section2 .pic-8-4,
	#story .section2 .pic-8-5{
		display: none;
	}
	#story .section2 .pic-8-7{
		max-width: 100%;
	}

	#story .section2 .pic-9-3{
		max-width: 100%;
	}
	#story .section2 .pic-9-4{
		max-width: 35%;
		margin-top: -40%;
	}
	#story .section2 .pic-9-5{
		max-width: 100%;
	}
	#story .section2 .pic-9-6{
		top: -10%;
	}

	#story .section2 .pic-10-4{
		display: none;
	}
	#story .section2 .pic-10-5{
		max-width: 100%;
	}
	#story .section2 .pic-10-6{
		max-width: 100%;
		margin-right: 0;
	}

	#story .section2 .txt-11-1,
	#story .section2 .pic-11-4{
		max-width: 100%;
		margin-left: 0;
	}
	#story .section2 .txt-11-3,
	#story .section2 .pic-11-6{
		max-width: 100%;
	}
	#story .section2 .pic-11-7{
		position: absolute;
		max-width: 140%;
		width: 140%;
		top: 0;
		left: -20%;
		z-index: 1;
	}

	#story .section2 .pic-12-4{
		position: static;
		width: 100%;
	}
	#story .section2 .txt-12-2{
		width: 100%;
		margin-left: 0;
	}
	#story .section2 .txt-12-3{
		max-width: 100%;
		margin-right: 0;
	}
	#story .section2 .pic-12-6{
		max-width: 100%;
	}
	#story .section2 .txt-12-4{
		max-width: 100%;
		margin-left: 0;
	}
	#story .section2 .pic-12-7{
		max-width: 100%;
	}

	#story .section2 .txt-13-1{
		width: 100%;
	}
	#story .section2 .pic-13-3{
		width: 100%;
	}
	#story .section2 .pic-13-3-2{
		width: 100%;
	}
	#story .section2 .pic-13-4{
		width: 100%;
		margin-left: 0;
	}
	#story .section2 .txt-13-2{
		max-width: 800px;
		display: block;
		margin: 20px auto;
	}

	#story .section2 .txt-14-1{
		width: 100%;
	}
	#story .section2 .pic-14-3{
		width: 100%;
		margin-right: 0;
	}
	#story .section2 .txt-14-4{
		width: 100%;
	}
	#story .section2 .pic-14-7{
		width: 100%;
		margin-left: 0;
	}


	#go .section1 .wrapper{
		min-height: 100px;
	}
	#go .section2 .item{
		margin-bottom: 20px;
	}
	#go .section2 .item-pic{
		float: none;
		margin: 0 auto;
	}
	#go .section2 .item-info{
		margin-left: 0;
	}
	#go .section2 .deco-1{display: none;}
	#go .section2 .deco-2{display: none;}
	#go .section3 .section-title2{margin: 40px 0; font-size:1.6em }
	#go .section4 .section-title2{margin: 40px 0; font-size:1.6em }
	#go .section4 .item{
		position: relative;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	#go .section4 .item .inner{
		padding: 10px;
	}
	#go .section4 .txt1{
		font-size: 1.2em;
		line-height: 1.6;
	}
	#performance .section2 .items{
		margin-top: 0;
	}
	#performance .section2 .item .inner{
		padding: 20px;
	}
	#performance .section3 .content-wrap{
		margin: 0 auto 60px;
		padding: 20px;
	}
	#performance .section3 .section-title2{margin: 40px 0; font-size:1.6em }

	#performance .section4 .content-wrap{padding: 20px;}
	#performance .section4 .item{
		padding: 20px 0px;
		font-size: 1.2em;
	}
	#performance .section4 .item-title{margin-bottom: 15px;}

	#media .section1 .wrapper{padding: 80px 0 60px !important;}

	footer .info-2 span{
		display: block;
		text-align: center;
	}
	footer .footer-deco{
		display: none;
	}
	footer .info-1 .zx{
		display: block;
		margin: 5px 0;
	}
	label{
		display: block;
		width: initial;
	}

	.aside-nav{
		padding: 10px;
	}
	.main-content{
		padding: 10px;
	}

	#cart{
		right: -300px;
		width: 300px;
	}

	.tab-wrap{
		overflow-x: scroll;
		overflow-y: visible;
		margin-bottom: 0;
		height: 39px;
	}
	.tab-wrap-inner{
		width: 600px;
		height: 33px;
	}
	.btn{
		font-size: 1.4em;
		padding: 10px;
		min-width: 200px;
		border-radius: 30px;
	}
}

@media screen and (max-width: 767px) {
	.desktop{ display: none !important;}
	.mobile{ display: block !important;}
	.bot{
		position: fixed;
		width: 80px;
		left: 80px;
		bottom: 0;
		z-index: 2200000000;
		/*pointer-events: none;*/
	}
}