@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Noto Sans TC' , sans-serif;
	vertical-align:baseline;
	text-decoration:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body, html{
	/* overflow-anchor: none; */
	width:100%;
	height: auto;
	color: #000;
}
body{
	background: url(../img/bg.jpg) no-repeat center top;
	width: 100%;
	height: auto;
	background-size: cover;
	/* overflow: hidden; */
}
@media screen and (max-width:950px){
	body{
		background: url(../img/bg-m.jpg) no-repeat center top;
		background-size: cover;
		width: auto;
		height: auto;
	}
}
html{
	font-size: 16px;
}
.hide,.toggle,.social{
	display: none;
}
.water{
	position: fixed;
	right: 2%;
	bottom: calc(5% + 90px);
	z-index: 10;
}
.water a{
	display: block;
	width: 49px;
	height: 69px;
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	padding: 20px 18px 0 22px;
	letter-spacing: 3px;
	line-height: 25px;
	border-radius: 50%;
	transition: 0.3s;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.water a:hover{
	filter: brightness(1.2);
}
a.gototop{
	position: fixed;
	display: block;
	background: url(../img/top.png) center no-repeat;
	width: 70px;
	height: 128px;
	right: 2%;
	bottom: 5%;
	z-index: 10;
	transition: .5s;
}
a.gototop:hover{
	filter: brightness(1.2);
}
.w1200{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.my-top{
	position: fixed;
	width: 100%;
	height: 95px;
	top: 0;
	background: #007d7d;
	z-index: 10000;
}
.my-top > div,.my-top > a{
	position: absolute;
	z-index: 20000;
}
a.logo{
	display: block;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	width: 190px;
	height: 47px;
	top: 25px;
	left: 50px;
}
.my-nav{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	top: 30px;
	right: 50px;
}
.my-nav > div{
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 20px;
	cursor: pointer;
	transition: 0.3s;
}
.my-nav > div:nth-child(4){
	border-right: none;
}
.my-nav > div:hover{
	color: #FFC661;
}
.my-nav .arrow{
	display: none;
}
.my-nav{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:1300px){
	a.gototop{
		right: 1%;
		bottom: 2%;
		width: 42px;
		height: 100px;
		background-size: contain;
	}	
	a.logo{
		left: 20px;
	}
	.my-nav{
		right: 0px;
	}
	.my-nav .arrow{
		display: none;
	}
	}
@media screen and (max-width:950px){
	.m_top,.toggle{
		display: block;
	}
	.my-top{
		height: 55px;
	}
	a.logo{
		top: 10px;
		width: 130px;
	}
	.toggle{
		position: fixed;
		top:13px;
		right:15px;
		z-index: 15;
		background:url(../img/m_nav.png) no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
	}
	.active{
		background:url(../img/m_close.png) no-repeat;
		background-size: contain;
	}
	.my-nav{
		display: none;
		position: fixed;
		right:0;
		top:53px;
		z-index:16;
		height: 100vh;
		width:100%;
		background: #007d7d;
	}
	.my-nav > div{
		width: 100%;
		padding: 30px 20px;
		text-align: left;
		font-size: 30px;
		color: #fff;
		border-bottom: 1px solid #fff;
		border-right: none;
	}
	.my-nav > div:hover{
		color: #fff;
		background: #d4ab23;
	}
	}
	.my-nav .navtex{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
@media screen and (max-width:450px){
	.my-nav > div{
		font-size: 20px;
	}
	.my-nav .arrow{
		display: block;
		width: 12px;
		height: 20px;
	}
}
.wrap{
	max-width: 1920px;
	height: auto;
	overflow: clip;
	margin: auto;
}

.content{
	max-width: 1200px;
	margin: auto;
	padding: 0 15px;
}
/* kv */
.kv-bg{
	position: relative;
	top: 0;
	left: calc(50% - 960px);
	width: 100%;
	height: 100%;
	z-index: -100;
  }
  
  .kv-bg video {
	width: 1920px;
	height: 921px;
	object-fit: cover;
  }
  .kv-bg-m video{
	display: none;
  }
.kv{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: auto;
	margin: auto;
}
.kv .cont{
	max-width: 1200px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	margin: auto;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: calc(50% - 170px);
}
.kv .cont .title{
	display: flex;
	margin: 200px -42px 0 0;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.kv .cont .title .kv-t2-m{
	display: none;
}
.kv .cont .title img:nth-child(1){
	width: 828px;
}
.kv .cont .title img:nth-child(2){
	width: 523px;
	margin: -40px 0 0 30px;
}
.kv .cont .logo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 80px 0 30px;
}
.kv .cont .logo img{
	width: 181px;
	margin: 0 15px;
}
@media screen and (max-width:1300px){
	.kv{
		background-size: cover;
		height: auto;
	}
	.kv .cont .title img:nth-child(1){
		width: 750px;
	}
	.kv .cont .title img:nth-child(2){
		width: 445px;
	}
}
@media screen and (max-width:1220px){
	.kv-bg{
		display: none;
	}
	.kv{
		background: url(../img/kv-bg-p.jpg) no-repeat center top;
		max-width: 100%;
		height: 906px;
		background-size: cover;
	}
	.kv .cont{
		max-width: 1100px;;
		margin: auto;
		left: calc(50% - 405px);
	}
	.kv .cont .title{
		margin: 100px 0 0 0;
		align-items: flex-end;
	}
	.kv .cont .logo{
		flex-direction: column;
		margin: 35px 0;
	}
	.kv .cont .logo img{
		width: 70%;
		margin-top: 20px;
	}
	.kv .cont .title .kv-t2{
		display:none;
	}
	.kv .cont .title .kv-t2-m{
		display:block;
	}
	.kv .cont .title img:nth-child(1){
		width: 100%;
	}
	.kv .cont .title img:nth-child(3){
		width: 70%;
		margin: -15px 0 0 0;
	}
}
@media screen and (max-width:640px){
	.kv{
		background: none;
		height: auto;
	}
	.kv-bg-m video{
		display: initial;
		width: 100%;
		height: 815px;
		object-fit: cover;
	}
	.kv .cont{
		max-width: 450px;;
		margin: auto;
		left: calc(50% - 225px);
	}
	.kv .cont .title{
		margin: 70px 0 0 0;
	}
	.kv .cont .logo{
		align-items: flex-end;
		margin: 135px 0 35px;
	}
	.kv .cont .logo img{
		width: 40%;
		margin-top: 20px;
	}
	.kv .cont .title img:nth-child(3){
		width: 63%;
		margin: -15px 0 0 0;
	}
}
@media screen and (max-width:450px){
	.kv-bg-m video{
		height: 815px;
	}
	.kv .cont{
		max-width: 370px;;
		left: calc(50% - 178px);
	}
	.kv .cont .logo{
		margin: 190px 0 35px;
	}
}
@media screen and (max-width:430px){
	.kv-bg-m video{
		height: 620px;
	}
	.kv .cont .logo{
		margin: 175px 0 35px;
	}
}
@media screen and (max-width:400px){
	.kv-bg-m video{
		height: 560px;
	}
	.kv .cont{
		left: calc(50% - 190px);
	}
	.kv .cont .logo{
		margin: 135px 0 35px;
	}
}
@media screen and (max-width:380px){
	.kv-bg-m video{
		height: 540px;
	}
}
/* p */
.p1,.p2,.p3,.p4,.p6{
	width: 100%;
	margin-top: 75px;
	position: relative;
	top: 0;
}
.p6 .item1{
	margin-top: 150px;
}
.p7{
	margin: 80px 0 -55px;
}
.p1 img,.p2 img,.p3 img,.p4 img,.p5 img,.p6 img,.p7 img{
	width: 100%;
	margin: auto;
}
.p1 .item1 img .show,.p1 .item2 img .show,.p2 .item1 img .show,.p2 .item2 img .show,.p3 .item1 img .show,.p3 .item2 img .show,.p4 .item1 img .show,.p4 .item2 img .show,.p5 .item1 img .show,.p5 .item2 img .show,.p6 .item1 img .show,.p6 .item2 img .show,.p7 .item1 img .show,.p7 .item2 img .show,.rocket .show {
	opacity: 1;
  }
  .flash-animation {
	animation-name: shiny;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
  }
.rocket{
	background: url(../img/rocket.png)no-repeat center;
	width: 195px;
	height: 170px;
	background-size: contain;
	position: absolute;
	top: 450px;
	left: calc(50% - 340px);
	animation-name: up;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}
.shiny {
	animation-name: shiny;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
  }
  
.up {
	animation-name: up;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
  }
  @keyframes shiny{
	0%   {opacity: 1; filter: brightness(1.0);}
	30%  {opacity: 1; filter: brightness(1.0);}
    50%  {opacity: 1; filter: brightness(1.3);}
	100% {opacity: 1; filter: brightness(1.0);}
}
@keyframes up{
	0%   {opacity: 1; transform: translate(-30px, -30px);}
	100% {opacity: 1; transform: translate(170px, -185px);}
}
.p1 .item2,.p1 .item4,.p2 .item2,.p2 .item4,.p3 .item2,.p3 .item4,.p4 .item2,.p5 .item2,.p6 .item2,.p6 .item4,.p7 .item2,.p7 .item4{
	display: none;
}
#p01,#p02,#p04{
	position: absolute;
	top: -130px;
}
.hover{
	position: absolute;
	top: 0;
}
.hover h2{
	font-size: 20px;
}
.hover p{
	font-size: 15px;
}
.hover span{
	font-size: 15px;
	color: red;
}
.ho1,.ho2,.ho3,.ho4,.ho5,.ho6,.ho7,.ho8,.ho9{
	position: absolute;
	z-index: 600;
	cursor: pointer;
	/* background-color: rgba(255, 255, 255, 0.5); */
	opacity: 0;
}
.ho1-t,.ho2-t,.ho3-t,.ho4-t,.ho5-t,.ho6-t,.ho7-t,.ho8-t,.ho9-t{
	width: 30%;
	position: relative;
	z-index: 500;
	background: linear-gradient(to top, #BEBEBE, #ffff, #ffff, #ffff);
	border-radius: 15px;
	border: 4px solid;
	border-radius: 15px;
	border-image-source: linear-gradient(to right, #578aef, #8f41e9);
	border-image-slice: 1;
	padding: 10px;
	opacity: 0;
}
.ho1{
	width: 205px;
	height: 50px;
	top: 450px;
	left: calc(50% - 600px);
}
.ho2{
	width: 205px;
	height: 50px;
	top: 508px;
	left: calc(50% - 600px);
}
.ho3{
	width: 205px;
	height: 50px;
	top: 570px;
	left: calc(50% - 600px);
}
.ho4{
	width: 340px;
	height: 50px;
	top: 625px;
	left: calc(50% - 600px);
}
.ho5{
	width: 325px;
	height: 50px;
	top: 377px;
	left: calc(50% - -270px);
}
.ho6{
	width: 290px;
	height: 50px;
	top: 436px;
	left: calc(50% - -270px);
}
.ho7{
	width: 245px;
	height: 50px;
	top: 490px;
	left: calc(50% - -270px);
}
.ho8{
	width: 345px;
	height: 50px;
	top: 665px;
	left: calc(50% - -165px);
}
.ho9{
	width: 230px;
	height: 50px;
	top: 720px;
	left: calc(50% - -165px);
}
.ho1-t{
	top: 380px;
	left: calc(50% - 388px);
}
.ho2-t{
	top: 260px;
	left: calc(50% - 388px);
}
.ho3-t{
	top: 118px;
	left: calc(50% - 388px);
}
.ho4-t{
	top: 0px;
	left: calc(50% - 250px);
}
.ho5-t{
	top: -443px;
	left: calc(50% - 100px);
}
.ho6-t{
	top: -594px;
	left: calc(50% - 100px);
}
.ho7-t{
	top: -731px;
	left: calc(50% - 100px);
}
.ho8-t{
	top: -720px;
	left: calc(50% - 185px);
}
.ho9-t{
	top: -856px;
	left: calc(50% - 185px);
}
.ho1:hover+.ho1-t,.ho2:hover+.ho2-t,.ho3:hover+.ho3-t,.ho4:hover+.ho4-t,.ho5:hover+.ho5-t,.ho6:hover+.ho6-t,.ho7:hover+.ho7-t,.ho8:hover+.ho8-t,.ho9:hover+.ho9-t{
	opacity: 1;
	transition: .5s;
}

@media screen and (max-width:950px){
	.p1 .item1,.p1 .item3,.p2 .item1,.p2 .item3,.p3 .item1,.p3 .item3,.p4 .item1,.p5 .item1,.p6 .item1,.p6 .item3,.p7 .item1,.p7 .item3{
		display: none;
	}
	.p1 .item2,.p1 .item4,.p2 .item2,.p2 .item4,.p3 .item2,.p3 .item4,.p4 .item2,.p5 .item2,.p6 .item2,.p6 .item4,.p7 .item2,.p7 .item4{
		display: block;
	}
	.p1 .item2 img,.p2 .item2 img,.p3 .item2 img,.p4 .item2 img,.p5 .item2 img,.p6 .item2 img,.p7 .item2 img
	#p01,#p02,#p04{
		top: -100px;
	}
	.rocket{
		width: 125px;
		height: 100px;
		top: 225px;
		left: calc(50% - 110px);
	}
	@keyframes up{
		0%   {opacity: 1; transform: translate(-30px, -30px);}
		100% {opacity: 1; transform: translate(2px, -65px);}
	}
}
@media screen and (max-width:640px){
	.p1,.p2,.p3,.p4,.p5,.p6{
		margin-top: 40px;
	}
	.p7{
		margin: 40px 0 50px;
	}
	#p01,#p02,#p04{
		top: -70px;
	}
}
@media screen and (max-width:450px){
	.rocket{
		width: 75px;
		height: 50px;
		top: 210px;
		left: calc(50% - 70px);
	}
}
@media screen and (max-width:430px){
	.ho1-t,.ho2-t,.ho3-t,.ho4-t,.ho5-t,.ho6-t,.ho7-t,.ho8-t,.ho9-t{
		width: 60%;
	}
	.p7{
		margin: -40px 0 50px;
	}
	.ho1{
		width: 120px;
		height: 25px;
		top: 195px;
		left: calc(50% - 100px);
	}
	.ho2{
		width: 120px;
		height: 25px;
		top: 223px;
		left: calc(50% - 100px);
	}
	.ho3{
		width: 130px;
		height: 25px;
		top: 250px;
		left: calc(50% - 100px);
	}
	.ho4{
		width: 220px;
		height: 25px;
		top: 275px;
		left: calc(50% - 100px);
	}
	.ho5{
		width: 221px;
		height: 25px;
		top: 315px;
		left: calc(50% - 70px);
	}
	.ho6{
		width: 221px;
		height: 25px;
		top: 348px;
		left: calc(50% - 70px);
	}
	.ho7{
		width: 180px;
		height: 25px;
		top: 375px;
		left: calc(50% - 70px);
	}
	.ho8{
		width: 225px;
		height: 25px;
		top: 418px;
		left: calc(50% - 33px);
	}
	.ho9{
		width: 160px;
		height: 25px;
		top: 445px;
		left: calc(50% - 33px);
	}
	.ho1-t{
		top: 220px;
		left: calc(50% - 105px);
	}
	.ho2-t{
		top: 16px;
		left: calc(50% - 105px);
	}
	.ho3-t{
		top: -238px;
		left: calc(50% - 105px);
	}
	.ho4-t{
		top: -398px;
		left: calc(50% - 105px);
	}
	.ho5-t{
		top: -636px;
		left: calc(50% - 72px);
	}
	.ho6-t{
		top: -843px;
		left: calc(50% - 72px);
	}
	.ho7-t{
		top: -1071px;
		left: calc(50% - 72px);
	}
	.ho8-t{
		top: -1233px;
		left: calc(50% - 48px);
	}
	.ho9-t{
		top: -1463px;
		left: calc(50% - 48px);
	}
}
@media screen and (max-width:420px){
	.ho1{
		top: 185px;
	}
	.ho2{
		top: 213px;
	}
	.ho3{
		top: 240px;
	}
	.ho4{
		top: 267px;
	}
	.ho5{
		top: 303px;
	}
	.ho6{
		top: 333px;
	}
	.ho7{
		top: 361px;
	}
	.ho8{
		top: 402px;
	}
	.ho9{
		top: 430px;
	}
	.ho1-t{
		top: 210px;
	}
	.ho2-t{
		top: 5px;
	}
	.ho3-t{
		top: -245px;
	}
	.ho4-t{
		top: -400px;
	}
	.ho5-t{
		top: -638px;
	}
	.ho6-t{
		top: -862px;
	}
	.ho7-t{
		top: -1111px;
	}
	.ho8-t{
		top: -1270px;
	}
	.ho9-t{
		top: -1499px;
	}
}
@media screen and (max-width:410px){
	.rocket{
		width: 75px;
		height: 50px;
		top: 197px;
		left: calc(50% - 70px);
	}
}
@media screen and (max-width:400px){
	.ho1{
		top: 175px;
	}
	.ho2{
		top: 203px;
	}
	.ho3{
		top: 225px;
	}
	.ho4{
		top: 250px;
	}
	.ho5{
		top: 283px;
	}
	.ho6{
		top: 308px;
	}
	.ho7{
		top: 335px;
	}
	.ho8{
		top: 377px;
	}
	.ho9{
		top: 400px;
	}
	.ho1-t{
		top: 200px;
	}
	.ho2-t{
		top: -33px;
	}
	.ho3-t{
		top: -308px;
	}
	.ho4-t{
		top: -493px;
	}
	.ho5-t{
		top: -758px;
	}
	.ho6-t{
		top: -989px;
	}
	.ho7-t{
		top: -1245px;
	}
	.ho8-t{
		top: -1437px;
	}
	.ho9-t{
		top: -1689px;
	}
}
@media screen and (max-width:385px){
	.ho1{
		top: 165px;
	}
	.ho2{
		top: 193px;
	}
	.ho3{
		top: 215px;
	}
	.ho4{
		top: 240px;
	}
	.ho5{
		top: 273px;
	}
	.ho6{
		top: 297px;
	}
	.ho7{
		top: 322px;
	}
	.ho8{
		top: 357px;
	}
	.ho9{
		top: 384px;
	}
	.ho1-t{
		top: 191px;
	}
	.ho2-t{
		top: -64px;
	}
	.ho3-t{
		top: -340px;
	}
	.ho4-t{
		top: -525px;
	}
	.ho5-t{
		top: -793px;
	}
	.ho6-t{
		top: -1050px;
	}
	.ho7-t{
		top: -1327px;
	}
	.ho8-t{
		top: -1524px;
	}
	.ho9-t{
		top: -1776px;
	}
}

/* p4 */
.p4 .box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p4 .box .imgbox{
	width: 350px;
	margin: auto;
	position: relative;
	cursor: pointer;
}
.p4 .box .imgbox .a-1{
	width: 100%;
	height: 622px;
	margin: auto;
	background-image: url(../img/part3_ko1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.p4 .box .imgbox .a-2{
	width: 100%;
	height: 622px;
	margin: auto;
	background-image: url(../img/part3_ko2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.p4 .box .imgbox .a-3{
	width: 100%;
	height: 622px;
	margin: auto;
	background-image: url(../img/part3_ko3.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.p4 .box .imgbox img:last-child{
	width: 81px;
	height: 83px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	transition: .5s;
}
.p4 .box .imgbox img:last-child:hover{
	filter: brightness(1.2);
}
.p4 .box .modal{
	--bs-modal-margin: 1.5rem;
	--bs-modal-border-radius: 1.5rem;
}
.modal-dialog{
    --bs-modal-width: 55%;
}
.p4 .box .modal-header{
	border: unset;
}
.p4 .box .modal-header img{
	width: 54px;
	height: 54px;
	z-index: 50;
	cursor: pointer;
}
.p4 .box .modal-body{
	margin-top: -85px;
}
.p4 .box .modal-body img:last-child{
	display: none;
}
@media (max-width: 1300px){
	.modal-dialog{
		--bs-modal-width: 80%;
	}
}
@media (max-width: 450px){
	.p4 .box .imgbox .a-1{
		background-image: url(../img/part3_ko1m.png);
		height: 400px;
		margin: 20px auto;
	}
	.p4 .box .imgbox .a-2{
		background-image: url(../img/part3_ko2m.png);
		height: 400px;
		margin: 20px auto;
	}
	.p4 .box .imgbox .a-3{
		background-image: url(../img/part3_ko3m.png);
		height: 400px;
		margin: 20px auto;
	}
	.p4 .box .modal-body{
		margin-top: -65px;
	}
	.p4 .box .imgbox img:last-child{
		width: 51px;
		height: 53px;
		bottom: 50px;
		right: -7px;
	}
	.p4 .box .modal-body img:first-child{
		display: none;
	}
	.p4 .box .modal-body img:last-child{
		display: initial;
	}
	.p4 .box .modal-header img{
		width: 30px;
		height: 30px;
		z-index: 50;
		cursor: pointer;
	}
}
/* p5 */
.p5{
	background: url(../img/p5-bg.png) no-repeat center top;
	background-size: cover;
	padding: 60px 0 200px;
	margin-top: 100px;
	text-align: center;
}
.p5 img{
	margin: 100px auto 0;
}
.p5 p{
	width: 50%;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	margin: auto;
	padding-top: 20px;
	color: #963FE0;
	font-weight: 600;
}
.owl-theme .owl-nav {
	position: absolute;
    width: 920px;
    top: 210px;
    left: calc(50% - 462px);
    z-index: 6;
}


.owl-theme .owl-nav button span{
	display: none;
}
.owl-theme .owl-nav button.owl-prev,.owl-theme .owl-nav button.owl-next{
	width: 50px;
	height: 50px;
	position: absolute;
}
.owl-theme .owl-nav button.owl-prev,.owl-theme .owl-nav button.owl-prev:hover{
	background: url(../img/arr_l.png) no-repeat center;
	left: -20px;
}
.owl-theme .owl-nav button.owl-next,.owl-theme .owl-nav button.owl-next:hover{
	background: url(../img/arr_r.png) no-repeat center;
	right: -20px;
}
.owl-theme .owl-nav button.owl-prev:hover,.owl-theme .owl-nav button.owl-next:hover{
	filter: brightness(1.2);
}
.p4tab{
	position: relative;
	z-index: 2;
}
.p5tab{
	position: relative;
	z-index: 2;
	margin: auto;
}

.p4tab > div,.p6tab > div,.p5tab > div{
	display: inline-block;
	border-radius: 5px 5px 0 0;
	background: #643488;
	color: #fff;
	width: 20%;
	margin: 0 5px;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 5px;
	margin-top: 10px;
	vertical-align: bottom;
	cursor: pointer;
	transition: 0.3s;
	text-align: center;
}
.p4tab > div.on,.p4tab > div:hover,.p6tab > div.on,.p6tab > div:hover{
	color: #fff;
	background: #643488;
	margin-top: 2px;
}
.p5tab > div.on,.p5tab > div:hover {
	color: #fff;
	background: #00B5CC;
	padding: 20px 5px;
	margin-top: 0;

}
.video iframe{	
	width: 100%;
	height: 500px;	
}

.video{
	margin-left: 17%;
	margin-right: 17%;
}

.video div{
	width: 100%;
	margin: auto;
}
@media screen and (max-width:900px){
	.p5 img{
		margin: 50px auto 10px;
	}
	.p5 .video{
		width: 100%;
	}
	.p5 .video iframe{
		width: 95%;
		height: 400px;
	}
	.video{
		margin-left: 2.5%;
		margin-right: 10%;
	}
	.p4tab > div,.p6tab > div,.p5tab > div{
		margin: 0 5px;
		font-size: 15px;
		font-weight: 600;
		padding: 10px;
		margin-top: 10px;
	}
	.p5tab > div.on,.p5tab > div:hover {
		padding: 30px 0;
	
	}
}
@media screen and (max-width:450px){
	.p5{
		padding: 60px 0 85px;
	}
	.p5 p{
		width: 90%;
		font-size: 11px;
		padding-top: 20px;
		letter-spacing: 0px;
	}
	.video{
		margin-left: 0%;
		margin-right: 0%;
	}
	.p4tab > div,.p6tab > div,.p5tab > div{
		width: 29%;
		margin: 0 3px;
		padding: 10px;
		margin-top: 10px;
	}
	.owl-theme .owl-nav button.owl-prev,.owl-theme .owl-nav button.owl-next{
		width: 35px;
		height: 35px;
	}
	.owl-theme .owl-nav button.owl-prev,.owl-theme .owl-nav button.owl-prev:hover{
		background-size: contain;
		left: 276px;
		top: 135px;
	}
	.owl-theme .owl-nav button.owl-next,.owl-theme .owl-nav button.owl-next:hover{
		background-size: contain;
		right: 276px;
		top: 135px;
	}
}
/* p6 */
.chart{
	background: url(../img/p6.svg) no-repeat top center;
	width: 1200px;
	height: 780px;
}
.arr{
	opacity: 0;
	position: absolute;
}
.arr.ani{
	animation-name:arr;
	animation-duration: .8s;
	animation-fill-mode: forwards;
	animation-delay: 0;
}
.a1,.a2,.a3,.a4,.a5,.a6,.a7,.a8,.a9,.a10,.a11,.a12{
	width: 1200px;
	height: 780px;
	bottom: 0px;
}
.a1{
	background: url(../img/p6-1.svg) no-repeat top center;
	animation-delay: 0s;
}
.a2{
	background: url(../img/p6-2.svg) no-repeat top center;
	animation-delay: .05s;
}
.a3{
	background: url(../img/p6-3.svg) no-repeat top center;
	animation-delay: .15s;
}
.a4{
	background: url(../img/p6-4.svg) no-repeat top center;
	animation-delay: .25s;
}
.a5{
	background: url(../img/p6-5.svg) no-repeat top center;
	animation-delay: .35s;
}
.a6{
	background: url(../img/p6-6.svg) no-repeat top center;
	animation-delay: .45s;
}
.a7{
	background: url(../img/p6-7.svg) no-repeat top center;
	animation-delay: .55s;
}
.a8{
	background: url(../img/p6-8.svg) no-repeat top center;
	animation-delay: .65s;
}
.a9{
	background: url(../img/p6-9.svg) no-repeat top center;
	animation-delay: .75s;
}
.a10{
	background: url(../img/p6-10.svg) no-repeat top center;
	animation-delay: .85s;
}
.a11{
	background: url(../img/p6-11.svg) no-repeat top center;
	animation-delay: .95s;
}
.a12{
	background: url(../img/p6-12.svg) no-repeat top center;
	animation-delay: 1.05s;
}
.chart-m{
	display: none;
}
@keyframes arr{
	0% {
	  opacity: 0;
	}
	49.5% {
	  opacity: 0;
	}
	51% {
	  opacity: 1;
	}
	100% {
	  opacity: 1;
	}
}
/* p7 */
.round{
	background: url(../img/p7.svg) no-repeat top center;
	width: 1200px;
	height: 780px;
}
.b1,.b2,.b3,.b4,.b5,.b6,.b7,.b8,.b9,.b10,.b11,.b12{
	width: 1200px;
	height: 780px;
}
.b1{
	background: url(../img/p7-1.svg) no-repeat top center;
	animation-delay: 0s;
}
.b2{
	background: url(../img/p7-2.svg) no-repeat top center;
	animation-delay: .05s;
}
.b3{
	background: url(../img/p7-3.svg) no-repeat top center;
	animation-delay: .15s;
}
.b4{
	background: url(../img/p7-4.svg) no-repeat top center;
	animation-delay: .25s;
}
.b5{
	background: url(../img/p7-5.svg) no-repeat top center;
	animation-delay: .35s;
}
.b6{
	background: url(../img/p7-6.svg) no-repeat top center;
	animation-delay: .45s;
}
.b7{
	background: url(../img/p7-7.svg) no-repeat top center;
	animation-delay: .55s;
}
.b8{
	background: url(../img/p7-8.svg) no-repeat top center;
	animation-delay: .65s;
}
.b9{
	background: url(../img/p7-9.svg) no-repeat top center;
	animation-delay: .75s;
}
.b10{
	background: url(../img/p7-10.svg) no-repeat top center;
	animation-delay: .85s;
}
.b11{
	background: url(../img/p7-11.svg) no-repeat top center;
	animation-delay: .95s;
}
.b12{
	background: url(../img/p7-12.svg) no-repeat top center;
	animation-delay: 1.05s;
}
.round-m{
	display: none;
}
@media screen and (max-width:950px){
	.chart{
		display: none;
	}
	.chart-m{
		display: block;
		background: url(../img/p6-m.png) no-repeat top center;
		max-width: 620px;
		height: 1564px;
		background-size: contain;
	}
	body .a1m,body .a2m,body .a3m,body .a4m,body .a5m,body .a6m,body .a7m,body .a8m,body .a9m,body .a10m,body .a11m,body .a12m{
		max-width: 620px;
		height: 1564px;
		background-size: contain;
	}
	
	.a1m{
		background: url(../img/p6-m1.png) no-repeat top center;
		animation-delay: 0s;
	}
	.a2m{
		background: url(../img/p6-m2.png) no-repeat top center;
		animation-delay: .05s;
	}
	.a3m{
		background: url(../img/p6-m3.png) no-repeat top center;
		animation-delay: .15s;
	}
	.a4m{
		background: url(../img/p6-m4.png) no-repeat top center;
		animation-delay: .25s;
	}
	.a5m{
		background: url(../img/p6-m5.png) no-repeat top center;
		animation-delay: .35s;
	}
	.a6m{
		background: url(../img/p6-m6.png) no-repeat top center;
		animation-delay: .45s;
	}
	.a7m{
		background: url(../img/p6-m7.png) no-repeat top center;
		animation-delay: .55s;
	}
	.a8m{
		background: url(../img/p6-m8.png) no-repeat top center;
		animation-delay: .65s;
	}
	.a9m{
		background: url(../img/p6-m9.png) no-repeat top center;
		animation-delay: .75s;
	}
	.a10m{
		background: url(../img/p6-m10.png) no-repeat top center;
		animation-delay: .85s;
	}
	.a11m{
		background: url(../img/p6-m11.png) no-repeat top center;
		animation-delay: .95s;
	}
	.a12m{
		background: url(../img/p6-m12.png) no-repeat top center;
		animation-delay: 1.05s;
	}

	.round{
		display: none;
	}
	.round-m{
		display: block;
		background: url(../img/p7-m.png) no-repeat top center;
		max-width: 620px;
		height: 1564px;
		background-size: contain;
	}
	body .b1m,body .b2m,body .b3m,body .b4m,body .b5m,body .b6m,body .b7m,body .b8m,body .b9m,body .b10m,body .b11m,body .b12m{
		max-width: 620px;
		height: 1564px;
		background-size: contain;
	}
	.b1m{
		background: url(../img/p7-m1.png) no-repeat top center;
		animation-delay: 0s;
	}
	.b2m{
		background: url(../img/p7-m2.png) no-repeat top center;
		animation-delay: .05s;
	}
	.b3m{
		background: url(../img/p7-m3.png) no-repeat top center;
		animation-delay: .15s;
	}
	.b4m{
		background: url(../img/p7-m4.png) no-repeat top center;
		animation-delay: .25s;
	}
	.b5m{
		background: url(../img/p7-m5.png) no-repeat top center;
		animation-delay: .35s;
	}
	.b6m{
		background: url(../img/p7-m6.png) no-repeat top center;
		animation-delay: .45s;
	}
	.b7m{
		background: url(../img/p7-m7.png) no-repeat top center;
		animation-delay: .55s;
	}
	.b8m{
		background: url(../img/p7-m8.png) no-repeat top center;
		animation-delay: .65s;
	}
	.b9m{
		background: url(../img/p7-m9.png) no-repeat top center;
		animation-delay: .75s;
	}
	.b10m{
		background: url(../img/p7-m10.png) no-repeat top center;
		animation-delay: .85s;
	}
	.b11m{
		background: url(../img/p7-m11.png) no-repeat top center;
		animation-delay: .95s;
	}
	.b12m{
		background: url(../img/p7-m12.png) no-repeat top center;
		animation-delay: 1.05s;
	}
}
@media screen and (max-width:430px){
	.chart-m{
		width: 400px;
		height: 1000px;
	}
	body .a1m,body .a2m,body .a3m,body .a4m,body .a5m,body .a6m,body .a7m,body .a8m,body .a9m,body .a10m,body .a11m,body .a12m{
		width: 400px;
		height: 1000px;
	}
	.round-m{
		width: 400px;
		height: 1100px;
	}
	body .b1m,body .b2m,body .b3m,body .b4m,body .b5m,body .b6m,body .b7m,body .b8m,body .b9m,body .b10m,body .b11m,body .b12m{
		width: 400px;
		height: 1100px;
	}
}
@media screen and (max-width:420px){
	.chart-m{
		width: 380px;
		height: 1000px;
	}
	body .a1m,body .a2m,body .a3m,body .a4m,body .a5m,body .a6m,body .a7m,body .a8m,body .a9m,body .a10m,body .a11m,body .a12m{
		width: 380px;
		height: 1000px;
	}
	.round-m{
		width: 380px;
		height: 1100px;
	}
	body .b1m,body .b2m,body .b3m,body .b4m,body .b5m,body .b6m,body .b7m,body .b8m,body .b9m,body .b10m,body .b11m,body .b12m{
		width: 380px;
		height: 1100px;
	}
}
@media screen and (max-width:400px){
	.chart-m{
		width: 350px;
		height: 950px;
	}
	body .a1m,body .a2m,body .a3m,body .a4m,body .a5m,body .a6m,body .a7m,body .a8m,body .a9m,body .a10m,body .a11m,body .a12m{
		width: 350px;
		height: 950px;
	}
	.round-m{
		width: 350px;
		height: 1000px;
	}
	body .b1m,body .b2m,body .b3m,body .b4m,body .b5m,body .b6m,body .b7m,body .b8m,body .b9m,body .b10m,body .b11m,body .b12m{
		width: 350px;
		height: 1000px;
	}
}
/* p8-not */
.p8{
	background: linear-gradient(to bottom, #fff 0%,#D9D9D9 50%);
	width: 100%;
	padding: 50px 0;
}
.p8txt1{
	font-size: 16px;
	color: #3E3B39;
	text-align: left;
	font-weight: 600;
}
.p8txt1 span{
	color: #963FE0;
}
.p8txt2{
	font-size: 16px;
	font-weight: 600;
	color: #3E3B39;
	text-align: center;
	padding-top: 30px;
	line-height: 18px;
}
.p8txt2 span{
	font-size: 12px;
	margin-top: 10px;
	display: block;
}
/* footer */
.footer{
	width: 100%;
	background: #007d7d;
	color: #fff;
	font-size: 16px;
	padding: 35px 0 ;
}
.footer .w1200{
	text-align: right;
}
@media (max-width:1220px){
	.w1200{
		width: 100%;
	}
	.footer .w1200{
		text-align: center;
	}
	}
@media (max-width: 450px){
	.p8{
		padding: 30px 0;
	}
	.p8txt1{
		font-size: 15px;
	}
	.p8txt2{
		font-size: 15px;
	}
	.p8txt2 span{
		font-size: 11px;
	}
	.footer .w1200{
		font-size: 15px;
	}
}