@keyframes ta{
	0%{transform: skew(-15deg) translate(-50vw, 0); opacity: 0;}
	100%{transform: skew(-15deg) translate(0, 0); opacity: .5;}
}
@keyframes tb{
	0%{transform: skew(-15deg) translate(50vw, 0); opacity: 0;}
	100%{transform: skew(-15deg) translate(0, 0); opacity: .5;}
}
@keyframes tc{
	0%{transform: translate(0, 10vw); opacity: 0;}
	100%{transform: translate(0, 0); opacity: 1;}
}


@media screen and (min-width: 600px) {
	main{
		padding-bottom: 5vw;
	}
	#ab-head{
		width: 100vw;
		padding: 12vw 0 6vw 0;
	}
	#ab-head > h1{
		width: 100vw;
		text-align: center;
		position: relative;
	}
	#ab-head > h1 > span{
		color: #000;
		height: 3vw;
		position: relative;
		line-height: 3vw;
		font-size: 5vw;
		z-index: 1;
	}
	#ab-head > h1::before{
		content: "";
		display: block;
		width: 63vw;
		height: 13vw;
		background-color: #eee;
		transform: skew(-15deg) translate(0, 0);
		position: absolute;
		top: -3vw;
		left: 0vw;
		opacity: .5;
		animation: ta 1s backwards;
	}
	#ab-head > h1::after{
		content: "";
		display: block;
		width: 63vw;
		height: 13vw;
		background-color: #eee;
		transform: skew(-15deg) translate(0, 0);
		position: absolute;
		bottom: -3vw;
		right: 0vw;
		opacity: .5;
		animation: tb 1s backwards;
	}
	#breadol{
	    width: 100vw;
	    display: flex;
	    align-content: center;
	    justify-content: center;
	    list-style: none;
	    position: relative;
	    padding: 2vw 0 0 0;
	    margin: 0;
	    z-index: 1;
	}
	#breadol li{
	    font-size: 1.2vw;
	    color: #000;
	    line-height: 1vw;
	    display: flex;
	}
	#breadol li a{
	    color: #000;
	    margin-right: 2vw;
	    display: block;
	    position: relative;
	}
	#breadol li a::after{
		content: "";
		display: block;
		width: .2vw;
		height: 1vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -1.1vw;		
	}

	#overview > p{
		width: 80vw;
		position: relative;
		left: 10vw;
		font-size: 1.3vw;
		line-height: 2vw;
		color: #000;
		text-align: justify;
	}
	#overview{
		animation: tc 1.5s backwards;
		animation-delay: .1s;
	}

	#office-factory{
		width: 90vw;
		height: 30vw;
		padding: 2.5vw 5vw;
		display: flex;
		justify-content: space-between;
		animation: tc 1.5s backwards;
		animation-delay: .2s;
	}
	#office-factory > div{
		width: 44.5vw;
		height: 30vw;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		line-height: 30vw;
		font-size: 8vw;
		font-weight: bold;
		color: rgba(255, 255, 255, .8);
		text-align: center;
	}
	#factory{
		background-image: url("image/about-us/factory.jpg");
		border-radius: 2vw 0 0 2vw;
	}
	#office{
		background-image: url("image/about-us/office.jpg");
		border-radius: 0 2vw 2vw 0;
	}

	#mission{
		position: relative;
		margin: 5vw 0;
		display: flex;
		align-items: center;
		animation: tc 1.5s backwards;
		animation-delay: 0.2s;
	}
	#mission > h2{
		width: 30vw;
		text-align: right;
		position: relative;
	}
	#mission > h2 > span{
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 5vw;
		font-size: 3vw;
		z-index: 1;
	}
	#mission > h2::before{
		content: "";
		display: block;
		width: 35vw;
		height: 5vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		left: -2vw;
	}
	#mission > div{
		width: 50vw;
		padding-left: 10vw;
	}
	#mission > div::before{
		content: "MISSION";
		font-size: 15vw;
		color: #eee;
		position: absolute;
		right: 0vw;
		top: 3vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	#mission > div > p{
		font-size: 1.3vw;
		line-height: 2vw;
		color: #000;
		text-align: justify;
	}

	#vision{
		position: relative;
		margin: 5vw 0;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
		animation: tc 1.5s backwards;
		animation-delay: 0.3s;
	}
	#vision > h2{
		width: 30vw;
		text-align: left;
		position: relative;
	}
	#vision > h2 > span{
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 5vw;
		font-size: 3vw;
		z-index: 1;
	}
	#vision > h2::before{
		content: "";
		display: block;
		width: 35vw;
		height: 5vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -2vw;
	}
	#vision > div{
		width: 50vw;
		padding-right: 10vw;
	}
	#vision > div::before{
		content: "VISION";
		font-size: 15vw;
		color: #eee;
		position: absolute;
		left: 0vw;
		top: 0vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	#vision > div > p{
		font-size: 1.3vw;
		line-height: 2vw;
		color: #000;
		text-align: justify;
	}

	#values{
		position: relative;
		margin: 5vw 0;
		display: flex;
		align-items: center;
		animation: tc 1.5s backwards;
		animation-delay: .4s;
	}
	#values > h2{
		width: 30vw;
		text-align: right;
		position: relative;
	}
	#values > h2 > span{
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 5vw;
		font-size: 3vw;
		z-index: 1;
	}
	#values > h2::before{
		content: "";
		display: block;
		width: 35vw;
		height: 5vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		left: -2vw;
	}
	#values > div{
		width: 50vw;
		padding-left: 10vw;
	}
	#values > div::before{
		content: "VALUES";
		font-size: 15vw;
		color: #eee;
		position: absolute;
		right: 0vw;
		top: 8vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	#values > div > p{
		font-size: 1.3vw;
		color: #000;
		text-align: justify;
		line-height: 2vw;
	}

	#wcu-head{
		width: 100vw;
		padding: 12vw 0 6vw 0;
		overflow: hidden;
	}
	#wcu-head > h1{
		width: 100vw;
		text-align: center;
		position: relative;
	}
	#wcu-head > h1 > span{
		color: #000;
		height: 3vw;
		position: relative;
		line-height: 3vw;
		font-size: 5vw;
		z-index: 1;
	}
	#wcu-head > h1::before{
		content: "";
		display: block;
		width: 63vw;
		height: 13vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		top: -3vw;
		left: 0vw;
		opacity: .5;
	}
	#wcu-head > h1::after{
		content: "";
		display: block;
		width: 63vw;
		height: 13vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		bottom: -3vw;
		right: 0vw;
		opacity: .5;
	}
	#gallery-page-2{
		width: 120vw;
		position: relative;
		display: flex;
		align-items: center;
		height: 35vw;
		overflow: hidden;
		transform: translate(-4.5vw, 0);
		margin-top: 6vw;
	}
	#gallery-page-2::after{
		content: "More Photos";
		width: 15vw;
		height: 5vw;
		border-radius: 5vw;
		color: #fff;
		font-size: 2vw;
		font-weight: bold;
		line-height: 5vw;
		background-color: rgba(25, 25, 25, .5);
		text-align: center;
		position: absolute;
		left: 47vw;
		top: 15vw;
		transform-origin: center;
		transition: transform .2s;
	}
	#gallery-page-2:hover::after{
		transform: scale(1.2);
	}
	.gallery-1{
		position: relative;
		transform: translate(0, 0) rotate(15deg);
	}
	.gallery-1 img{
		width: 20vw;
		display: block;
		margin: .8vw;
		border-radius: 1vw;
	}

	#wcu-body{
		color: #000 !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.wcu-logo{
		width: 5vw;
		transform: translate(0, 0.2vw);
	}
	#wcu-body > div > h2{
		color: #000;
		font-size: 2.5vw;
		width: 16vw;
		line-height: 2.5vw;
		padding-left: 2vw;
	}
	#wcu-body > div > p{
		color: #000;
		font-size: 1.2vw;
		line-height: 1.8vw;
		padding-top: 2vw;
		text-align: justify;
		height: 9vw;
	}
	#wcu-body > div{
		width: 25vw;
		display: flex;
		flex-wrap: wrap;
		margin: 2vw 2vw 5vw 2vw;
		align-items: flex-start;
		align-content: flex-start;
	}
	.wcu-img{
		width: 25vw;
		margin-top: 2vw;
		border-radius: 1vw;
	}




	#story-head{
		width: 100vw;
		padding: 12vw 0 6vw 0;
	}
	#story-head > h1{
		width: 100vw;
		text-align: center;
		position: relative;
	}
	#story-head > h1 > span{
		color: #000;
		height: 3vw;
		position: relative;
		line-height: 3vw;
		font-size: 5vw;
		z-index: 1;
	}
	#story-head > h1::before{
		content: "";
		display: block;
		width: 63vw;
		height: 13vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		top: -3vw;
		left: 0vw;
		opacity: .5;
	}
	#story-head > h1::after{
		content: "";
		display: block;
		width: 63vw;
		height: 13vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		bottom: -3vw;
		right: 0vw;
		opacity: .5;
	}



	.story-1{
		position: relative;
		margin: 5vw 0;
		display: flex;
		align-items: center;
	}
	.story-1 > h2{
		width: 30vw;
		text-align: right;
		position: relative;
	}
	.story-1 > h2 > span{
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 5vw;
		font-size: 3vw;
		z-index: 1;
	}
	.story-1 > h2::before{
		content: "";
		display: block;
		width: 35vw;
		height: 5vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		left: -2vw;
	}
	.story-1 > div{
		width: 50vw;
		padding-left: 10vw;
	}
	#story-1 > div::before{
		content: "1";
		font-size: 30vw;
		color: #eee;
		position: absolute;
		right: 0vw;
		top: -13vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	#story-3 > div::before{
		content: "3";
		font-size: 30vw;
		color: #eee;
		position: absolute;
		right: 0vw;
		top: -10vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	.story-1 > div > p{
		font-size: 1.3vw;
		line-height: 2vw;
		color: #000;
		text-align: justify;
	}

	.story-2{
		position: relative;
		margin: 5vw 0;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
	}
	.story-2 > h2{
		width: 30vw;
		text-align: left;
		position: relative;
	}
	.story-2 > h2 > span{
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 5vw;
		font-size: 3vw;
		z-index: 1;
	}
	.story-2 > h2::before{
		content: "";
		display: block;
		width: 35vw;
		height: 5vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -2vw;
	}
	.story-2 > div{
		width: 50vw;
		padding-right: 10vw;
	}
	.story-2 > div::before{
		content: "2";
		font-size: 30vw;
		color: #eee;
		position: absolute;
		left: 0vw;
		top: -10vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	.story-2 > div > p{
		font-size: 1.3vw;
		line-height: 2vw;
		color: #000;
		text-align: justify;
	}
}





















@media screen and (max-width: 600px) {
	main{
		width: 100vw;
		overflow: hidden;
		padding-bottom: 5vw;
	}
	#ab-head{
		width: 100vw;
		overflow: hidden;
		padding: 45vw 0 18vw 0;
	}
	#ab-head > h1{
		width: 100vw;
		text-align: center;
		position: relative;
	}
	#ab-head > h1 > span{
		color: #000;
		height: 9vw;
		position: relative;
		line-height: 9vw;
		font-size: 15vw;
		z-index: 1;
	}
	#ab-head > h1::before{
		content: "";
		display: block;
		width: 90vw;
		height: 26vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		top: -12vw;
		left: 0vw;
		opacity: .5;
		animation: ta 1s backwards;
	}
	#ab-head > h1::after{
		content: "";
		display: block;
		width: 90vw;
		height: 26vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		bottom: -12vw;
		right: 0vw;
		opacity: .5;
		animation: tb 1s backwards;
	}
	#breadol{
	    width: 100vw;
	    display: flex;
	    align-content: center;
	    justify-content: center;
	    list-style: none;
	    position: relative;
	    padding: 6vw 0 0 0;
	    margin: 0;
	    z-index: 1;
	}
	#breadol li{
	    font-size: 3.6vw;
	    color: #000;
	    line-height: 3vw;
	    display: flex;
	}
	#breadol li a{
	    color: #000;
	    margin-right: 6vw;
	    display: block;
	    position: relative;
	}
	#breadol li a::after{
		content: "";
		display: block;
		width: .6vw;
		height: 3vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -3.3vw;		
	}
	#m-v-v{		
		width: 100vw;
		overflow: hidden;
	}

	#overview > p{
		width: 80vw;
		position: relative;
		left: 10vw;
		font-size: 4.5vw;
		line-height: 6vw;
		color: #000;
		text-align: justify;
	}
	#overview{		
		animation: tc 1.5s backwards;
		animation-delay: .1s;
	}


	#office-factory{
		width: 90vw;
		padding: 2.5vw 5vw;
		animation: tc 1.5s backwards;
		animation-delay: .2s;
	}
	#office-factory > div{
		width: 90vw;
		height: 60vw;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		line-height: 60vw;
		font-size: 16vw;
		font-weight: bold;
		color: rgba(255, 255, 255, .8);
		text-align: center;
		margin: 3vw 0;
	}
	#factory{
		background-image: url("image/about-us/factory.jpg");
		border-radius: 6vw 6vw 0 0;
	}
	#office{
		background-image: url("image/about-us/office.jpg");
		border-radius: 0 0 6vw 6vw;
	}

	#mission{
		position: relative;
		margin: 15vw 0;
		animation: tc 1.5s backwards;
		animation-delay: .2s;
	}
	#mission > h2{
		width: 50vw;
		text-align: center;
		position: relative;
	}
	#mission > h2 > span{
		color: #fff;
		height: 9vw;
		position: relative;
		line-height: 15vw;
		font-size: 9vw;
		z-index: 1;
	}
	#mission > h2::before{
		content: "";
		display: block;
		width: 55vw;
		height: 15vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		left: -6vw;
	}
	#mission > div{
		width: 80vw;
		padding: 10vw;
	}
	#mission > div::before{
		content: "MISSION";
		font-size: 45vw;
		color: #eee;
		position: absolute;
		right: 0vw;
		bottom: -10vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	#mission > div > p{
		font-size: 4.5vw;
		line-height: 6vw;
		color: #000;
		text-align: justify;
	}

	#vision{
		position: relative;
		margin: 10vw 0;
		animation: tc 1.5s backwards;
		animation-delay: .3s;
	}
	#vision > h2{
		width: 50vw;
		text-align: center;
		position: relative;
		transform: translate(50vw, 0);
	}
	#vision > h2 > span{
		color: #fff;
		height: 9vw;
		position: relative;
		line-height: 15vw;
		font-size: 9vw;
		z-index: 1;
	}
	#vision > h2::before{
		content: "";
		display: block;
		width: 55vw;
		height: 15vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -6vw;
	}
	#vision > div{
		width: 80vw;
		padding: 10vw;
	}
	#vision > div::before{
		content: "VISION";
		font-size: 45vw;
		color: #eee;
		position: absolute;
		left: 0vw;
		bottom: -8vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	#vision > div > p{
		font-size: 4.5vw;
		line-height: 6vw;
		color: #000;
		text-align: justify;
	}

	#values{
		position: relative;
		margin: 15vw 0;
		animation: tc 1.5s backwards;
		animation-delay: .4s;
	}
	#values > h2{
		width: 50vw;
		text-align: center;
		position: relative;
	}
	#values > h2 > span{
		color: #fff;
		height: 9vw;
		position: relative;
		line-height: 15vw;
		font-size: 9vw;
		z-index: 1;
	}
	#values > h2::before{
		content: "";
		display: block;
		width: 55vw;
		height: 15vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		left: -6vw;
	}
	#values > div{
		width: 80vw;
		padding: 10vw;
	}
	#values > div::before{
		content: "VALUES";
		font-size: 45vw;
		color: #eee;
		position: absolute;
		right: 0vw;
		bottom: -10vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	#values > div > p{
		font-size: 4.5vw;
		line-height: 6vw;
		color: #000;
		text-align: justify;
	}

	#wcu-head{
		width: 100vw;
		overflow: hidden;
		padding: 12vw 0;
	}
	#wcu-head > h1{
		width: 100vw;
		text-align: center;
		position: relative;
	}
	#wcu-head > h1 > span{
		color: #000;
		height: 9vw;
		position: relative;
		line-height: 9vw;
		font-size: 12vw;
		z-index: 1;
	}
	#wcu-head > h1::before{
		content: "";
		display: block;
		width: 90vw;
		height: 26vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		top: -12vw;
		left: 0vw;
		opacity: .5;
	}
	#wcu-head > h1::after{
		content: "";
		display: block;
		width: 90vw;
		height: 26vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		bottom: -12vw;
		right: 0vw;
		opacity: .5;
	}
	#gallery-page-2{
		width: 120vw;
		position: relative;
		height: 80vw;
		overflow: hidden;
		display: block;
		margin-top: 18vw;
	}
	#gallery-page-2::after{
		content: "More Photos";
		width: 45vw;
		height: 15vw;
		border-radius: 15vw;
		color: #fff;
		font-size: 6vw;
		font-weight: bold;
		line-height: 15vw;
		background-color: rgba(25, 25, 25, .5);
		text-align: center;
		position: absolute;
		left: 27.5vw;
		top: 32.5vw;
		transform-origin: center;
		transition: transform .2s;
	}
	#gallery-page-2:hover::after{
		transform: scale(1.2);
	}
	.gallery-1{
		width: 123vw;
		display: flex;
		justify-content: space-between;
		position: relative;
		animation: tb 1.5s backwards;
		animation-delay: .1s;
		transform: translate(-10vw, -15vw) rotate(15deg);
	}
	.gallery-1 img{
		width: 30vw;
		display: block;
		border-radius: 3vw;
		margin: 1vw;
	}

	#wcu-body{
		width: 100vw;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.wcu-logo{
		width: 15vw;
		transform: translate(0, 0.6vw);
	}
	#wcu-body > div > h2{
		color: #000;
		font-size: 7vw;
		width: 50vw;
		line-height: 7.5vw;
		position: absolute;
		top: 0.5vw;
		left: 18vw;
	}
	#wcu-body > div > p{
		color: #000;
		font-size: 4.5vw;
		line-height: 6vw;
		padding-top: 6vw;
		text-align: justify;
	}
	#wcu-body > div{
		width: 80vw;
		display: flex;
		flex-wrap: wrap;
		margin: 5vw 10vw;
		align-items: flex-start;
		align-content: flex-start;
		position: relative;
	}
	.wcu-img{
		width: 80vw;
		margin-top: 6vw;
		border-radius: 3vw;
	}




	#story-head{
		width: 100vw;
		overflow: hidden;
		padding: 24vw 0 18vw 0;
	}
	#story-head > h1{
		width: 100vw;
		text-align: center;
		position: relative;
	}
	#story-head > h1 > span{
		color: #000;
		height: 9vw;
		position: relative;
		line-height: 9vw;
		font-size: 12vw;
		z-index: 1;
	}
	#story-head > h1::before{
		content: "";
		display: block;
		width: 90vw;
		height: 26vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		top: -12vw;
		left: 0vw;
		opacity: .5;
	}
	#story-head > h1::after{
		content: "";
		display: block;
		width: 90vw;
		height: 26vw;
		background-color: #eee;
		transform: skew(-15deg);
		position: absolute;
		bottom: -12vw;
		right: 0vw;
		opacity: .5;
	}


	#our-story{
		width: 100vw;
		overflow: hidden;
	}
	.story-1{
		position: relative;
		margin: 0 0 10vw 0;
	}
	.story-1 > h2{
		width: 80vw;
		text-align: center;
		position: relative;
	}
	.story-1 > h2 > span{
		color: #fff;
		height: 9vw;
		position: relative;
		line-height: 15vw;
		font-size: 9vw;
		z-index: 1;
	}
	.story-1 > h2::before{
		content: "";
		display: block;
		width: 85vw;
		height: 15vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		left: -6vw;
	}
	.story-1 > div{
		width: 80vw;
		padding: 10vw;
	}
	.story-1 > div > p{
		font-size: 4.5vw;
		line-height: 6vw;
		color: #000;
		text-align: justify;
	}
	#story-1 > div::before{
		content: "1";
		font-size: 90vw;
		color: #eee;
		position: absolute;
		right: 0vw;
		bottom: -20vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}
	#story-3 > div::before{
		content: "3";
		font-size: 90vw;
		color: #eee;
		position: absolute;
		right: 0vw;
		bottom: -20vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}

	
	.story-2{
		position: relative;
		margin: 10vw 0;
	}
	.story-2 > h2{
		width: 80vw;
		text-align: center;
		position: relative;
		transform: translate(20vw, 0);
	}
	.story-2 > h2 > span{
		color: #fff;
		height: 9vw;
		position: relative;
		line-height: 15vw;
		font-size: 9vw;
		z-index: 1;
	}
	.story-2 > h2::before{
		content: "";
		display: block;
		width: 85vw;
		height: 15vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -6vw;
	}
	.story-2 > div{
		width: 80vw;
		padding: 10vw;
	}
	.story-2 > div > p{
		font-size: 4.5vw;
		line-height: 6vw;
		color: #000;
		text-align: justify;
	}
	.story-2 > div::before{
		content: "2";
		font-size: 90vw;
		color: #eee;
		position: absolute;
		left: 0vw;
		bottom: -20vw;
		z-index: -1;
		font-weight: bold;
		opacity: .5;
	}

}








