html{
	font-size: 1dvh;
}
body{
	background-color: #fff;
}


.sec{
	width: 100vw;
	height: 100dvh;
	background-image: url(../images/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.kvArea{
	background-image: url(../images/kvBg.png);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 0;
}
.logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.kvBox{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	width: 80%;
}
.kv img{
	max-height: 50dvh;
	/*margin-left: -5vw;*/
}
.kv span{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.kvBtm{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.kvTxt{
	margin-top: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kvArrow{
	margin-top: -50px;
	animation-name: arrowDown;
  	animation-iteration-count: infinite;
  	animation-duration:1s;
}
@keyframes arrowDown{
	0%{
		top: 0px;
	}
	50%{
		top: 7px;
	}
	100%{
		top: 0px;
	}
}
.circles{
	position: absolute;
	bottom: 60px;
	right: 160px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.circles>div{
	margin: 0 15px;
}

.kvArea .txt{
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #fff;
}
ul.nav{
	position: fixed;
	right: 0;
	top: 50vh;
	transform: translate(100%,-50%);
	list-style: none;
	z-index: 99;
	transition: all .25s ease;
}
ul.nav.onShow{
	transform: translate(0,-50%);
}
ul.nav li{
	margin: 5vh 0;
}
ul.nav .frame{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
ul.nav a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	opacity: 0.4;
	transition: all .25s ease;
}
ul.nav .frame img{
	width: 80%;
}
ul.nav .navTitle img{
	width: 80%;
}
ul.nav a.active, ul.nav a:hover{
	opacity: 1;
}
ul.nav a.active .frame img{
	width: 100%;
}
ul.nav a.active .navTitle img{
	width: 100%;
}
ul.nav span.navTitle{
	position: absolute;
	margin-left: 80px;
	margin-top: 5px;
}
ul.nav a.active span.navTitle{
	margin-left: 40px;
}
.content{
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.titleBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.title{
	position: absolute;
}
.sec01Frame .light,
.sec05Frame .light{
	mix-blend-mode: screen;
	position: absolute;
	top: 0;
	margin-top: -100px;
	left: 0;
	margin-left: 30px;
	width: 95%;
}
.sec01Frame{position: relative;}
.sec01Frame .frame{
	mix-blend-mode: screen;

}
.result-list{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.frameContent{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	font-size: 2.4rem;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.sec05 .frameContent{
	position: relative;
	top: initial;
	width: 100%;
	height: 100%;

}
.sec01 .frameContent .yellow{
	margin-top: 3rem;
}
.frameTitle{
	font-size: 4rem;
}
.dot{
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 10px;
}
.sec01 .yellow span{
	color: #fff000;
}
.rem3{
	font-size: 3.5rem;
}
.sec04 .rem3{
	color: #fff000;
}
.sec02Content{
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-left: -150px;*/
	height: 100%;
}
.sec02Content .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	/*height: 100%;*/
	height: 55dvh;
}
.sec02Content .box{
	mix-blend-mode: screen;
}
.sec02Content .box .boxTitle{
	filter:  drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
}

.sec02Content .box02{
	margin-left: -5rem; 
}
.sec02 .boxContent img{
	max-height: 65dvh;
	max-width: 100%;
}
.sec03{
	background-image: url(../images/sec03Bg.png);
}
.sec03FrameArea{
	margin-left: 10vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec03Frame, .sec04Frame{
	/*mix-blend-mode: multiply;*/
	max-width: 750px;
}
.sec03Frame img{
	max-width: 100%;
	height: auto;
}
.sec03Content,
.sec04Content{
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding-left: 8vw;
	padding-top: 10vh;
	height: 100%;
	top: 0;
}
.sec04Content{
	padding-top: 8vh;
}
.lhStyle02{
	line-height: 8rem;
}
.sec03Content .title,
.sec04Content .title{
	font-size: 5rem;
	color: #26fefd;
	font-weight: bold;
}
.sec03Content p,
.sec04Content p{
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	margin-top: 80px;
	line-height: 5rem;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);

}
.sec04{
	background-image: url(../images/sec04bg.jpg);
}
.sec04 .content{
	align-items: flex-start;
}
.sec04 .sec04FrameArea{
	margin-left: 10vw;
}
.sec04Content{
	padding-left: 0;
	/*margin-left: -5.2vw;*/
	width: calc(100% - 220px);
}

.sec05 .sec05Frame{
	width: calc(100vw - 300px);
	max-width: 1350px;
	/*margin-left: -200px;*/
}
.sec05 .frameTitle{
	margin-top: 2rem;
	margin-bottom: 2rem;
	max-width: 150px;
}
.photoBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
	padding: 0 15rem;
}
.photoBox .photo{
	width: calc(100% / 3 - 10px);
}
.photoBox .photo img{
	border: 1px solid #26fefd;
}
.commentTxt{
	font-size: 3.6rem;
	margin: 5rem 0;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.msger{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: -500px;
	font-size: 2.6rem;
	font-style: italic;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.sec06Content{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 130rem;
	margin-left: -10vw;
}
.sec06Content .topInfo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem 0;
	padding: 0 3rem;
}
.sec06Content .missionFrame{
	margin-right: 30px;
}
.sec06Content .frame{

}
.sec06Content .missionFrame .txt{
	color: #fff;
	position: absolute;
	font-size: 1.6rem;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.sec06 .starBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec06 .star{
	position: absolute;
	top: 0;
	margin-top: 12px;
}
.sec06 .star i{
	font-size: 2.5rem;
	color: #26fefd;
	margin: 0 3px;
}
.sec06FrameContent{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 40px 80px;
	height: 100%;
	z-index: 2;
}
.sec06FrameContent .left{
	width: 30%;
	height: 100%;
}
.sec06FrameContent .right{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 65%;
	height: 100%;
	padding-top: 3rem;
}
.sec06FrameContent .right>div{
	position: relative;
}
.sec06FrameContent .question{
	font-size: 3rem;
	color: #26fefd;
	font-weight: bold;
	text-align: center;
	margin: 2dvh 0;
}
.sec06FrameContent .answers{
	width: 75%;
	font-size: 3rem;
	color: #26fefd;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.sec06FrameContent .answers span{
	width: calc(50% - 10px);
	margin: 5px;
	cursor: pointer;
	transition: all .25s ease;
}
.sec06FrameContent .answers span:hover,
.sec06FrameContent .answers span.active{
	color: #fff000;
}
.sec06Enter{
	margin-top: 5vh;
}
.arrows{
	position: absolute;
	top: calc(50% - 80px);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.arrows .arrowL{
	left: 0;
	margin-left: -13rem;
}
.arrows .arrowR{
	right: 0;
	margin-right: -13rem;
}
.sec07Frame{
	margin-left: -10vw;
}
.sec07Content{
	position: absolute;
	top: 0;
	padding: 50px 100px;
	width: 100%;
	height: 100%;
	font-size: 4rem;
}
.sec07ContentBox{
	width: 100%;
	height: 100%;
}
.sec07ContentBox>div{
	height: calc((100% - 50px) / 5);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #26fefd;
	font-weight: bold;
	filter: drop-shadow(0px 0px 10px rgba(38, 254, 253, 1));
	border-bottom: 1px solid #26fefd;
}
.sec07ContentBox>div:nth-last-child(1){
	border: 0;
}
.kv, .dec01, .dec02{
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv img, .dec01 img, .dec02 img{
	max-width: 100%;
	max-height: 50dvh;
}
.logo img, .kvArrow img{
	max-height: 15dvh;
}
.kvTxt img{
	max-height: 20dvh;
}
.titleFrame img{
	max-width: 100%;
	max-height: 16dvh;
}
.titleBox .title img{
	max-width: 100%;
	max-height: 8dvh;
}
.sec02 .box .boxTitle img{
	max-height: 13dvh;
}
.sec01 .frame{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec01 .frame img{
	max-height: 70dvh;
}
.sec03Frame img, .sec04Frame img{
	max-width: 100%;
	max-height: 85dvh;
}
.photoBox .photo img{
	max-height: 25dvh;
}
.sec05 .frameTitle img{
	max-width: 100%;
	max-height: 10dvh;
}
.arrows button img{
	max-width: 100%;
	max-height: 15dvh;
}
.sec06FrameContent .right .title img{
	max-height: 8dvh;
}
.sec06Enter img{
	max-height: 7dvh;
}
.sec07 .frame img{
	max-width: 100%;
	max-height: 75dvh;
}
.copyRight{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px 0;
	font-size: 1.4rem;
}
.sec05Frame .arrow{
	display:  none;
}
@media (max-width: 1680px)and (max-height: 700px) {
	.sec02Content .box{
		height: 65vh;
	}
	.sec03Content p, .sec04Content p{
		font-size: 3rem;
		line-height: 7rem;
	}
	.lhStyle02{
		line-height: 12rem;
	}
	.sec05 .sec05Frame{
		width: calc(100vw - 600px);
	}
	.sec05 .content{
		padding-bottom: 0;
	}
	
	.sec05 .frameContent{
		margin: 0 auto;
	}
	.sec01Frame .light, .sec05Frame .light{
		margin-top: -70px;
		margin-left: 20px;
		width: 95%;
	}
}

@media (max-width: 1440px){
	/*html{
		font-size: 9px;
	}*/
	.sec01Frame, .sec02Content{
		width: calc(100vw - 320px);
		padding: 15px;
		margin-left: -15vw;
		height: 80%;
	}
	.sec01Frame .light{
		padding: 30px;
		margin-left: 20px;
	}
	.sec01 .frameContent .yellow{
		margin-top: 1.5rem;
	}
	.sec01 .frameContent{
		
	}
	.sec01 .frameContent p{
		margin: 1.5rem;
		text-align: center;
		width: 100%;
	}
	.sec02Content .box{
		margin: 0 1rem;
		width: calc(100% / 3);
	}
	.sec02Content .box .boxContent img{
		max-height: 48vh;
		max-width: initial;
	}
	.sec02Content .box01 .boxContent{

	}
	.sec02Content .box02 .boxContent{
		
	}
	.sec02Content .box03 .boxContent{
		
	}
	.sec03FrameArea{
		margin-left: 0
	}
	.sec03Content{
		padding-left: 11vw;
	}
	.sec04Content{
		/*margin-left: -8vw;*/
	}
	.sec05 .light{
		padding: 30px;
		margin-left: 20px;
	}
	.sec05Frame{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sec05 .frameContent{
		/*width: 990px;*/

	}
	.commentTxt{
		margin: 3rem 0;
	}
	.msger{
		margin-left: -250px;
	}
	.sec06Content{
		width: calc(100vw - 420px);
		margin-left: -12vw;
	}
	.arrows img{
		max-width: 100%;
		height: auto;
	}
	.arrows .arrowL, .arrows .arrowR{
		width: 120px;
	}
	.arrows .arrowL{
		margin-left: -10rem;
	}
	.arrows .arrowR{
		margin-right: -10rem;
	}
	.sec06FrameContent .question{
		font-size: 2.5rem;
		margin: 2vh 0;
	}
	.sec06FrameContent .right{
		padding-top: 1rem;
	}
	.sec06Enter{
		margin-top: 3vh;
	}
	.sec07Frame{
		width: calc(100vw - 420px);
		margin-left: -12vw;
	}
}
@media (max-width: 1366px){
	/*html{
		font-size: 8px;
	}*/
	
	.sec03Frame img, .sec04Frame img{
		max-height: 80dvh;
	}
	
	.sec04Content{
		/*margin-left: -9vw;*/
	}
	.sec05 .frame img.pc{
		max-height: 72dvh;
	}
	.sec01Frame .light, .sec05Frame .light{
		margin-top: -90px;
		margin-left: 10px;
		padding: 40px;
		width: 99%;
	}
}
@media (max-width: 1366px)and (max-height: 600px) {
	.sec02Content .box{
		height: 55vh;
	}
	.sec03Content{
		padding-left: 9vw;
	}
	.sec04Content{
		padding-left: 3vw;
	}
	.sec05 .frameTitle img{
		max-height: 6dvh;
	}
	.sec01Frame .light{
		margin-left: 70px;
		margin-top: -90px;
		width: 86%;
	}
	.sec05Frame .light{
		width: 105%;
		margin-left: -20px;
		margin-top: -90px;
	}
}

@media (max-width: 1280px){
	.sec01 .frameContent .yellow{
		margin-top: 0rem;
	}
	.sec05 .frameContent{
		width: 880px;
	}
	.sec05 .frameTitle{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sec05 .frameTitle img{
		max-width: 80%;
		height: auto;
	}
	.sec01Frame .light, .sec05Frame .light {
	    margin-top: -90px;
	    margin-left: 10px;
	    padding: 40px;
	    width: 99%;
	}
	.sec01Frame .light, .sec05Frame .light {
	    margin-top: -90px;
	    margin-left: 10px;
	    padding: 40px;
	    width: 99%;
	}
	.sec05 .sec05Frame{
		width: calc(100vw - 300px);
    	max-width: 1350px;
	}
}
@media (max-width: 1024px){
	.kv img{
		max-width: 100%;
		height: auto;
	}
	.kv{
		width: 60vw;
		flex-shrink: 0;
	}

	.titleFrame{
		width: 420px;
	}
	.titleFrame img, .titleBox .title img{
		max-width: 100%;
		height: auto;
	}
	.titleBox .title{
		width: 60%;
	}
	.sec01Frame{
		width: 800px;
		/*display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;*/
	}
	.frameTitle{
		font-size: 3rem;
	}
	.frameContent{
		font-size: 1.8rem;
		justify-content: flex-start;
	}
	.sec02Content .box{
		/*height: 60vh;*/
	}
	.sec02Content .box .boxContent img{
		height: 40vh;
	}
	.sec03Frame{
		width: 60vw;
	}
	.sec03FrameArea{
		margin-left: -15vw;
	}
	.sec03Content .title, .sec04Content .title{
		font-size: 5rem;
	}
	.sec03Content p, .sec04Content p{
		font-size: 2.5rem;
		line-height: 5rem;
		margin-top: 60px;
	}
	.sec04Frame{
		width: 70vw;
	}
	.sec05 .frameContent{
		width: 720px;
	}
	.sec05 .frameTitle{
		margin-top: 1rem;
	}
	.sec05 .frameTitle img {
		max-width: 50%;
	}
	.commentTxt, .msger{
		font-size: 2.5rem;
	}
	.sec05 .light{
		padding: 15px;
		margin-top: -60px;
	}
	.sec06Content{
		width: 700px;
		margin-left: -18vw;
	}
	.arrows .arrowL, .arrows .arrowR{
		width: 80px;
	}
	.arrows .arrowL{
		margin-left: -8rem;
	}
	.arrows .arrowR{
		margin-right: -8rem;
	}
	.sec06Content .missionFrame .txt{
		font-size: 1.2rem;
		top: 10px;
	}
	.sec06FrameContent{
		padding: 40px 60px;
	}
	.sec06 .right .title{
		width: 150px;
	}
	.sec06FrameContent .answers{
		width: 100%;
	}
	.sec06Enter{
		width: 200px;
		margin-top: 1vh;
	}
	.sec06FrameContent .question{
		margin: 1vh 0;
	}
	.sec06FrameContent .right{
		padding-top: 0;
	}
	.sec06 .star{
		margin-top: 6px;
	}
	.sec06 .star i{
		margin: 0 1px;
		font-size: 2rem;

	}
	.sec07Content{
		padding: 30px 50px 50px 50px;
	}
	.sec07ContentBox>div{
		height: calc(100% / 5);
		font-size: 3rem;
	}
}
@media (max-width: 900px){
	html{
		font-size: 10px;
	}
	.sec{
		background-image: url(../images/bgM.png);
	}
	.kvArea{
		background-image: url(../images/kvBgM.png);
	}
	ul.nav{
		width: 100vw;
		height: 100dvh;
		background-color: #161024;
		top: 0;
		transform: initial;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 0;
	}
	ul.nav .frame{
		justify-content: center;
		width: 90%;
	}
	ul.nav li{
		margin: 1vh 0;
	}
	ul.nav li a{
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 1;
	}
	ul.nav a span.navTitle{
		margin: 0!important;
	}
	
	ul.nav .frame img{
		width: 100%;
	}
	ul.nav .navTitle img{
		width: 100%;
	}
	ul.nav{
		transform: translate(0,-100%) !important;
	}

	ul.nav.show{
		transform: translate(0,0%) !important;
	}
	.kvBox{
		width: 90%;
	}
	.kv{
		width: 70%;

	}
	.kv img{
		margin-left: 0;
	}
	.dec01 img, .dec02 img{
		max-width: 100%;
		height: auto;
	}
	.circles{
		display:  none;
	}
	.kvArea .txt{
		font-size: 2rem;
	}
	.sec01Frame .frame img{
		max-height: calc(100vh - 250px);
	}
	.sec01Frame, .sec02Content{
		margin: 0;
	}
	.sec01Frame{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.frameTitle{
		font-size: 3rem;
	}
	.frameContent{
		font-size: 2rem;
		padding: 100px 30px;
		max-width: 500px;
	}
	.sec01 .frameContent .yellow{
		margin-top: 3rem;
	}
	.sec02Content .box{
		/*flex-direction: row;*/
		height: initial;
		width: 100%;
	}
	.sec02Content{
		width: 100%;
		height: initial;
		flex-direction: column;
	}
	.sec02 .content{
		justify-content: flex-start;
	}
	.sec02Content .box .boxTitle{
		width: 280px;
	}
	.sec02Content .box{
		margin-top: -15px;
	}
	.sec02Content .box .boxContent img{
		height: initial;
		max-height: 25vh;
	}
	.sec02Content .box01 .boxContent{
		margin-top: -40px;
	}
	.sec02Content .box02 .boxContent{
		margin-top: -60px;
		margin-left: -40px;
	}
	.sec02Content .box03 .boxContent{
		margin-top: -60px;
		margin-left: -40px;

	}
	.titleFrame{
		width: 80%;
	}
	.sec03FrameArea{
		margin: 0;
	}
	.sec03Content{
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sec03Content .title, .sec04Content .title{
		position: relative;
	}
	.sec03Content p, .sec04Content p{
		padding: 0 15px;
		font-size: 2.5rem;
		line-height: 6rem;
	}
	.sec03Frame, .sec04Frame{
		width: 100%;
	}
	.sec04Content{
		margin: 0;
	}
	.sec04 .sec04FrameArea{
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;

	}
	.sec03{
		background-image: url(../images/sec03BgM.png);
	}
	.sec04{
		background-image: url(../images/sec04BgM.png);
	}
	.sec05 .sec05Frame{
		width: 100%;
		margin: 0;
	}
	.sec05Frame .frame img{
		max-height: 80vh;
	}
	.photoBox{
		flex-direction: column;
	}
	.photoBox .photo{
		width: 60%;
		margin: 10px 0;
	}
	.msger{
		justify-content: center;
		margin-left: 0;

	}
	.sec05 .frameContent{
		padding: 80px 30px;
		margin: 0 auto;
	}
	.photoBox{
		padding: 0;
	}
	.topInfo{
		flex-direction: column;
	}
	.sec06Content .missionFrame{
		margin: 15px 0;
	}
	.sec06Content .missionFrame .txt{
		font-size: 1.5rem;
		top: 15px;
	}
	.sec06Content{
		margin: 0;
		width: 90vw;
	}
	.sec06Frame .frame img{
		max-height: 65vh;
	}
	.sec06FrameContent{
		justify-content: center;
		flex-direction: column;
		padding: 30px;
		padding-left: 50px;
	}
	.sec06FrameContent .left,
	.sec06FrameContent .right{
		width: 100%;
	}
	.sec06FrameContent .left{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50%;
	}
	.sec06 .starBox{
		margin-left: 40%;
	}
	.starFrame{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.starFrame img{
		/*max-width: 80%;*/
	}
	.sec06 .star{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sec06 .star i{
		font-size: 3rem;
	}
	.arrows .arrowL{
		margin-left: -10rem;
	}
	.arrows .arrowR{
		margin-right: -10rem;
	}
	.sec07Frame{
		width: 60vw;
		margin: 0;
	}
	.sec07Content{
		padding: 30px 50px;
	}
	.kvTxt{
		margin-left: -60px;
		margin-bottom: 30px;
	}
	.expendBtn{
		position: fixed;
		right: 30px;
		top: 30px;
		z-index: 98;
		width: 40px;
	}
	.expendBtn img{
		max-width: 100%;
	}
	.sec06FrameContent .question,
	.sec06FrameContent .answers{
		font-size: 2rem;
	}
}
@media (max-width: 768px){
	html{
		font-size: 9px;
	}

	.sec01Frame{width: 100%;}
	.sec01 .frameContent{
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}
}


@media (max-width: 576px){
	html{
		font-size: 10px;
	}
	.dec01{
		position: absolute;
		left: 3vw;
		bottom: -80px;
		width: 15vw;
	}
	.dec02{
		position: absolute;
		right: 3vw;
		bottom: -80px;
		width: 15vw;
	}
	.kvBox{
		height: 50%;
		margin-top: -3vh;
	}
	.kvBox, .kv{
		width: 100%;
	}
	.kv{
		margin-top: -100px;
		padding-right: 2vw;
	}
	.kvTxt{
		width: 250px;
		margin-left: 0px;
		margin-bottom: 50px;
		margin-top: -150px;
	}
	.kvArrow{
		width: 150px;
		margin: 0;
	}
	.kvArea .txt{
		bottom: 100px;
		font-size: 1.5rem;
	}
	.logo{
		/*margin-top: -7vh;*/
	}
	.logo img{
		max-width: 100%;
		height: auto;
	}
	.logo{
		width: 120px;
	}

	.sec01Frame .frame{
		padding: 10px;
	}
	.sec01Frame .frame img{
		max-width: 100%;
		max-height: initial;
	}
	.frameContent{
		padding: 0;
		padding-top: 12dvh;
		max-width: 100%;
	}
	.sec02Content .box .boxTitle{
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sec02Content .box{
		margin: 0;
	}
	.sec03Frame img, .sec04Frame img {
	    max-height: initial;
	}
	.sec03Frame, .sec04Frame{
		width: 95%;
	}
	.sec03Content .title, .sec04Content .title{
		font-size: 4rem;
	}
	.sec03Content p, .sec04Content p{
		font-size: 2rem;
		margin-top: 30px;
		line-height: 5rem;
		
	}
	.sec03Content, .sec04Content{
		padding-top: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sec05Frame .frame{
		/*width: 90%;*/
	}
	.photoBox .photo{
		/*width: 50%;*/
		/*margin: .5rem 0;*/
	}
	.sec05 .frameContent{
		padding-top: 8dvh
	}
	.commentTxt, .msger{
		margin: 1rem 0;
		text-align: justify;
	}
	.sec06Content .topInfo{
		padding: 0 1rem;
	}
	.sec06Content .missionFrame .txt{
		top: 10px;
		font-size: 0.9rem;
	}
	.sec06 .star i{
		font-size: 2rem;
	}
	.sec06FrameContent .question,
	.sec06FrameContent .answers{
		font-size: 2rem;
	}
	.sec06FrameContent{
		padding-top: 50px;
		padding-bottom: 15px;
	}
	.sec06Enter{
		margin-top: 2vh;
	}
	.sec06FrameContent .left{
		width: 65%;
		height: 50%;
	}
	.sec06 .arrows,
	.sec07 .arrows{
		display: none;
	}
	.sec07Frame{
		width: 85%;
	}
	.sec07Content{
		font-size: 3rem;
		padding: 30px;
		padding-left: 50px;
	}
	.sec01 .frameContent p{
		margin: 1rem 4rem;
	}
	.sec01 .frameContent .yellow{
		margin-top: 2rem;
	}
	.sec05 .frameTitle img{
		/*max-width: 40%;*/
	}
	.msger{
		font-size: 1.8rem;
	}
	.sec06FrameContent .right{
		margin-top: 30px;
	}
	.photoBox{
		margin-top: 0;
	}
	.sec05Frame .arrow{
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		top: 50%;
		width: 100%;
	}
	.sec05Frame .arrow img{
		width: 60px;
	}
}

.swiper-container{
	overflow: hidden;
}

.swiper-button-next, .swiper-button-prev{
	height: 100%;
	opacity: 0;
	top: 0;
	width: 5%;
	z-index: 8;
}
.swiper-button-next:after, .swiper-button-prev:after{
	opacity: 0;
}
@media(max-width: 576px)and (max-height: 1500px){
	.sec05 .frameContent{
		padding: 8dvh 12rem 0 12rem;
	}
	.sec05Frame .frame{
		width: 75vw;
	}
}
@media (max-width: 576px)and (max-height: 1100px) {
	.sec01Frame .frame img, .sec05Frame .frame img{
		max-height: calc(100dvh - 250px);
	}
	.sec01 .frameContent{
		padding-left: 70px!important;
		padding-right: 70px!important;
	}
	.dot{
		margin: 0 5px;
	}
	.sec05 .frameContent{
		padding: 5vh 12rem 0 12rem;
	}
}


@media (max-width: 576px)and (max-height: 1000px) {
	.sec01Frame .frame img, .sec05Frame .frame img{
		max-height: calc(100dvh - 220px);
	}
	.sec01 .frameContent{
		padding-left: 70px!important;
		padding-right: 70px!important;
		padding-top: 10dvh;
	}
	.sec01 .frameContent .yellow{margin-top: 1.5rem}

}

.audio-box{position: absolute;opacity: 0;pointer-events: none;}