@charset "utf-8";

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



*{

	/**position: relative;

	box-sizing: border-box;**/

	font-family: 'Noto Sans TC', sans-serif !important;

	text-decoration:none;

}

/* CSS Document */

html, div, map, dt, isindex, form {

}

/* Make HTML 5 elements display block-level for consistent styling */  

header, nav, article, footer, address {  

    display: block;  

}





/***/

body {

  font-family: "jf-openhuninn", "Noto Sans CJK TC", "Microsoft JhengHei", PingFang, STHeiti, sans-serif, serif;

  width: 100%;

  position: relative;

  overflow-x: hidden;

  background-color: #090c1d;

}



body::before {

  content: "";

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

  background-image: url("https://b.xn--qoxzm.xn--fiqs8s/rz/sym/index_02.sym");

/**  background-image: url("https://b.xn--qoxzm.xn--fiqs8s/rz/sym/bg.sym");**/

  background-size: cover;

  background-repeat: no-repeat;  

  background-position: center;

}



img {

  width: 100%;

  display: block;

}



h5{

  padding: 5px 0 10px;

}



a:hover {

/**  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-name: pulse;

  animation-name: pulse;

  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out**/

}



@-webkit-keyframes pulse {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

  }

  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05)

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

  }

}



@keyframes pulse {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

  }

  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05)

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

  }

}







/*****/

#qr{

  position: fixed;

  z-index: 999;

  right: 30px;

  bottom: 30px;  

  width: 80px;  

  padding: 5px 10px 10px;

  border-radius: 5px;  

  background-color: #ffffff;

  cursor:pointer ;

  text-align: center;

  display: block;

}







.navbar {

  width: 100%;

  height: 60px;

  background: #000000;

  position: fixed;

  top: 0;

  z-index: 100;

}



.logo {

  height: 50px;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 20px;

  margin: auto;

}



.logo img {

  width: auto;

  height: 50px;

}



.navbar_nav {

  width: 250px;

  height: calc(100vh - 60px);

  background: #000000;

  position: fixed;

  top: 60px;

  right: -250px;

  transition: .5s;

}



.navbar_nav a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 20px;
  border-bottom: 1px solid #818181;
  text-align: center;
}
.navbar_nav a:hover {
  color: #ff6699;
}



#menu_control {

  opacity: 0;

  position: absolute;

}



#menu_control:checked~.navbar_nav {

  right: 0;

}



.menu_btn {

  display: none;

}











.main_view_1{

	color: #D6D6D6;

/**	background-color: #996600;**/

	position: relative;

	line-height: 1px;

	min-height: 50px;

	overflow: hidden;	/**overflow: hidden;**/

}









.logo_area_1{



	/**background-color: rgba(0,153,153,0.5);**/

	width: 100%;

	position: absolute;

	z-index: 50;

	display: block;

	bottom: 25%;

}

.logo_item_1{

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 32%;

	height: auto;

}



.mov_area_1{



	/**background-color: rgba(0,153,153,0.5);**/

	width: 100%;

	position: absolute;

	z-index: 49;

	display: block;

	top: 15%;

}

.mov_item_1{

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 50%;

	height: auto;

	

	animation-name: run_water;

	animation-duration: 2s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: ease;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}





.mov_area_2{



	/**background-color: rgba(0,153,153,0.5);**/

	width: 30%;

	position: absolute;

	z-index: 49;

	display: block;

	top: 8%;

	left: 42%;



	animation-name: run_mov_1;

	animation-duration: 4s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: linear;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/



}

.mov_item_2{

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 100%;

	height: auto;

	



	

}









.logo_area_2{

	/**background-color: rgba(0,153,153,0.5);**/

	width: 100%;

    display: flex;

	margin-bottom: 0%;

}

.logo_item_2{

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 32%;

	height: auto;

}









.btn_area_1{

/**	background-color: rgba(0,153,153,0.5);**/

	width: 100%;

	position: absolute;

	bottom: 5%;

	z-index: 60;

	display: block;

}

.btn_item_1{

	color: #D6D6D6;

	background-color: #0C0;

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 20%;

	height: auto;

}

.download_1 {

/***    background-color: rgba(0,153,153,0.5);***/

    display: flex;

	width: 44%;

	margin-top: 0%;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

}



.download_1 a {

    margin: 0 auto 0;

    padding: 0%;

	cursor: pointer;

}



.download_1 a:hover {

  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-name: download_btn_1;

  animation-name: download_btn_1;

  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out

}



@-webkit-keyframes download_btn_1 {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

  }

  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05)

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

  }

}



@keyframes download_btn_1 {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

  }

  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05)

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

  }

}















.info_area_1{

/**	background-color: rgba(0,0,0,0.5);**/

	width: 100%;

	position: absolute;

	bottom: 5%;

	z-index: 60;

	display: block;

}

.info_item_1{

    background-color: rgba(0,0,0,0.6);

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 100%;

	height: auto;

	margin-top: 1%;

}

.reminder_new{

	color: #ffffff;

	text-align: center;

	margin: 0 auto;

	padding: 10px 15px;

	line-height: 1.2em;

}

.reminder_new h4{

  font-size: 1em; 

  color: yellow;

  padding: 0 0 5px;

}

.reminder_new p{

	font-size: 0.8em;

	/** line-height: 20px; **/

	font-weight: lighter;

}

.reminder_new strong{

  font-weight: bolder;  

}

.copyright{

	background-color: rgba(0,0,0,0.9);

    font-size: 14px; 

	color: #CCC;

	text-align: center;

	display: block;

	padding-top: 3%;

	padding-bottom: 3%;

}







.main_img_1{

	width: 100%;

/**	background-color: #FF9999;**/

	min-height: 200px;

}

.main_img_2{

	width: 100%;

/**	background-color: #FF9999;**/

	min-height: 200px;

}



.pc {

    display: none;

}





#introduce_1{

  margin-bottom: 5%;

}



.swiper-slide img {

  width: 100%;

  margin: 0 auto;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}



.introduce_img1 {

  background-image: url('https://b.xn--qoxzm.xn--fiqs8s/rz/sym/introduce_1.sym');

}



.introduce_img2 {

  background-image: url('https://b.xn--qoxzm.xn--fiqs8s/rz/sym/introduce_2.sym');

}



.introduce_img3 {

  background-image: url('https://b.xn--qoxzm.xn--fiqs8s/rz/sym/introduce_3.sym');

}



.introduce_img4 {

  background-image: url('https://b.xn--qoxzm.xn--fiqs8s/rz/sym/introduce_4.sym');

}



.introduce_img5 {

  background-image: url('https://b.xn--qoxzm.xn--fiqs8s/rz/sym/introduce_5.sym');

}









@media (min-width: 768px) {

.mobile {

  display: none;

}

.pc {

  display: block;

}

  





.menu_btn {

  display: none;

}



.navbar_nav {

  width: auto;

  height: 60px;

  display: flex;

  top: 0;

  right: 0;

}



.navbar_nav a {

  border-bottom: none;

}









.download_1 {

    display: flex;

	width: 44%;

	margin-top: 0%;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

}

.download_1 a {

    margin: 0 auto 0;

    /**padding: 10px;**/

}













.cha_1{

	width: 42%;

	height: auto;

	position: absolute;

	top: -6%;

	left: 26%;

	

	animation-name: run1;

	animation-duration: 2s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: ease;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}

.cha_1 img{

	height: auto;

	width: 100%;

}

.cha_2{

	width: 49%;

	height: auto;

	position: absolute;

	top: 9%;

	left: 0%;

	

	animation-name: run2;

	animation-duration: 2s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: ease;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}

.cha_2 img{

	height: auto;

	width: 100%;

}

.cha_3{

	width: 44%;

	height: auto;

	position: absolute;

	top: 5%;

	right: 0%;

	

	animation-name: run3;

	animation-duration: 2s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: ease;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}

.cha_3 img{

	height: auto;

	width: 100%;

}

.cha_4{

	width: 40%;

	height: auto;

	position: absolute;

	top: 10%;

	right: 0%;

	

	animation-name: run4;

	animation-duration: 2s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: ease;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}

.cha_4 img{

	height: auto;

	width: 100%;

}





.title_1 {

  width: 30%;

  margin: 5% auto 0;

}

.content_1{

  width: 60%;

  margin: 0 auto;

} 

#story .content_1{

  margin-top: 0px;

  margin-right: auto;

  margin-bottom: 0;

  margin-left: auto;

}

.content_1 img {

  width: 100%;

  margin: 0 auto;

}







#introduce_1{

  margin-bottom: 5%;

}  

  

}



@media only screen and (max-width: 768px) {

.pc {

    display: none;

}

#qr{    

  display: none;

}


.logo {
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
}

.logo img {
  width: auto;
  height: 40px;
}


.menu_btn {

  width: 50px;

  height: 50px;

  background: #000000;

  position: absolute;

  top: 5px;

  right: 10px;

  margin: auto;

display: block;

}



.menu_btn span {

  opacity: 0;

  width: 1px;

  height: 1px;

}



.menu_btn::after {

  content: '';

  position: absolute;

  width: 36px;

  height: 2px;

  left: 7px;

  background: #ffffff;

  top: 0;

  bottom: 0;

  margin: auto;

  box-shadow: 0 10px 0 #ffffff, 0 -10px 0 #ffffff;

}









.logo_area_1{



	/**background-color: rgba(0,153,153,0.5);**/

	width: 100%;

	position: absolute;

	z-index: 50;

	display: block;

	top: 60%;

}

.logo_item_1{

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 68%;

	height: auto;

}



.mov_area_1{



	/**background-color: rgba(0,153,153,0.5);**/

	width: 100%;

	position: absolute;

	z-index: 49;

	display: block;

	top: 32%;

}

.mov_item_1{

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 100%;

	height: auto;

/**	background-color: rgba(0,0,0,0.5);**/

}







.mov_area_2{



	/**background-color: rgba(0,153,153,0.5);**/

	width: 52%;

	position: absolute;

	z-index: 49;

	display: block;

	top: 12%;

	left:40%;

	

	animation-name: run_mov_1_m;

	animation-duration: 4s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: linear;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}

.mov_item_2{

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 100%;

	height: auto;

/**	background-color: rgba(0,0,0,0.5);**/

}









.logo_area_2{

	/**background-color: rgba(0,153,153,0.5);**/

	width: 100%;

    display: flex;

	margin-bottom: 2%;

}

.logo_item_2{

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 72%;

	height: auto;

}











.btn_area_1{

	/**background-color: rgba(0,153,153,0.5);**/

	width: 100%;

	position: absolute;

	bottom: 1%;

	z-index: 60;

	display: block;

}



.download_1 {

    width: 98%;

    display: flex;

    margin: 0 auto 0;

}

.download_1 a {

	margin: 0 auto;

	/**padding: 0 3px;**/

}









.info_item_1{

    background-color: rgba(40,20,60,0.8);

	display: block;

	margin-right: auto;

	margin-left: auto;

	width: 100%;

	height: auto;

	margin-top: 8%;

}

.copyright{

	background-color: rgba(0,0,0,0.9);

    font-size: 12px; 

	color: #CCC;

	text-align: center;

	display: block;

	padding-top: 4%;

	padding-bottom: 4%;

}

  





.cha_1{

	width: 100%;

	height: auto;

	position: absolute;

	left: 0%;

	bottom: 15%;

	

	animation-name: run1_m;

	animation-duration: 2s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: ease;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}

.cha_1 img{

	height: auto;

	width: 100%;

}

.cha_2{

	width: 57%;

	height: auto;

	position: absolute;

	left: 0%;

	bottom: 15%;

	

	animation-name: run2_m;

	animation-duration: 2s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: ease;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}

.cha_2 img{

	height: auto;

	width: 100%;

}

.cha_3{

	/**background-color: #00ccff;**/

	width: 49%;

	height: auto;

	position: absolute;

	right: 0%;

	bottom: 15%;

	

	animation-name: run3_m;

	animation-duration: 2s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: ease;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}

.cha_3 img{

	height: auto;

	width: 100%;

}

.cha_4{

	/**background-color: #00ccff;**/

	width: 79%;

	height: auto;

	position: absolute;

	right: 0%;

	top: 5%;

	

	animation-name: run4_m;

	animation-duration: 2s;

	animation-delay: 0s;

	animation-iteration-count: infinite;/***/

	animation-timing-function: ease;

	animation-fill-mode: forwards;/**(forwards 保持在最後狀態)*/

	

}

.cha_4 img{

	height: auto;

	width: 100%;

}  

  

  



.title_1 {

  width: 80%;

  margin: 10% auto 0;

} 

.content_1{

  width: 90%;

  margin: 0 auto;

} 

#story .content_1{

  margin-top: 0px;

  margin-right: auto;

  margin-bottom: 0;

  margin-left: auto;

}

.content_1 img {

  width: 100%;

  margin: 0 auto;

}



  



#introduce_1{

  margin-bottom: 10%;

}





  



.info_area_1{

/**	background-color: rgba(0,0,0,0.5);**/

	width: 100%;

	position: absolute;

	bottom: 1%;

	z-index: 60;

	display: block;

}

  

}







/*******/

.swal2-styled.swal2-confirm {

  background-color: #002680;

}



.swal2-styled.swal2-confirm:focus {

  box-shadow: 0 0 0 3px #04b1e6;

}



.swiper-3d .swiper-slide-shadow {

  background: rgba(0, 0, 0, .15)

}



.swiper-3d .swiper-slide-shadow-left {

  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .3))

}



.swiper-3d .swiper-slide-shadow-right {

  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .3))

}



.swiper-3d .swiper-slide-shadow-top {

  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .3))

}



.swiper-3d .swiper-slide-shadow-bottom {

  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .3))

}





.clearfloat { 

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}

