@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@1&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a,
img {
  outline: none; /* for Firefox */
}
input,
textarea {
  outline: none;
} /*消除chrome黃色框*/
textarea {
  resize: none;
} /*不要縮放*/
img,
div {
  border: 0px;
}
a:link {
  color: #ff8400;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #ff8400;
}
a:hover {
  text-decoration: none;
  color: #d23100;
}
a:active {
  text-decoration: none;
  color: #ff8400;
}

body {
  font-size: 1rem;
  word-wrap: break-word;
  font-family: Arial, "Noto Sans TC", "微軟正黑體", sans-serif;
  /*font-family:Arial,"微軟正黑體", Helvetica, sans-serif;*/
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tas {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ulibx > ul li {
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.5em;
}
.ulibx {
  width: 85%;
  margin: 0 auto;
}
/*  */
::selection {
  background: #fcbe32;
  color: #fff;
} /*文字選取時背景顏色*/

select {
  outline: none;
  -webkit-appearance: none; /*Chrome*/
  -moz-appearance: none; /*FF*/
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; /*CSS3*/
  background-image: url(img/se-down.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
select::-ms-expand {
  display: none;
} /*IE*/
input,
textarea,
select {
  width: 100%;
  font-size: 1.45rem;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  border: 1px solid #766b52;
  padding: 0 5px;
  margin: 5px auto;
  border-radius: 5px;
  background-color: #181b34; /**/
  text-align-last: center;
  text-align: center;
  /**/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
input:focus,
select:focus {
  border: 1px solid #999999;
}
/*input:focus::placeholder {color:#FFF;}*/
input {
  padding-left: 0 8px;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::placeholder {
  color: #999999;
}
/*20210204*/
/*input:valid{border: 1px solid #F60;} 正確*/
/*input:invalid{
	border: 1px solid #F60;
	} 資料錯誤*/
/**/
.chbox {
  position: relative;
  font-size: 1.45rem;
  text-align: center;
  color: #666666;
  line-height: 20px;
  padding: 10px 0;
}
.chbox input {
  display: none;
}
.chbox label {
  height: 20px;
  display: inline-block;
  overflow: hidden;
}
.checkbox-beauty {
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background-color: #fff;
  margin-right: 5px;
  border-radius: 3px;
  transition: 0.2s;
}
input[type="checkbox"]:checked + .checkbox-beauty {
  border: 1px solid #999999;
  background-repeat: no-repeat;
  background-image: url(img/confirm.svg);
  background-position: 50% 50%;
  background-size: 100% auto;
}
.rabox {
  position: relative;
  font-size: 1.45rem;
  text-align: center;
  color: #666666;
  line-height: 25px;
  padding: 10px 0;
}
.rabox input {
  display: none;
}
.rabox label {
  height: 25px;
  display: inline-block;
  overflow: hidden;
}
.rabox .radio-beauty {
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 3px;
  margin: 0 5px;
  border-radius: 50%; /*50*/
  transition: 0.2s;
}
.rabox input[type="radio"]:checked + .radio-beauty {
  border: 1px solid #505050;
  padding: 3px;
  background-color: #505050;
  background-clip: content-box;
}
.ra {
  text-align: center;
  font-size: 1.45rem;
  text-align: center;
  color: #666666;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 0;
}
.bt:hover {
  transform: scale(0.95);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  filter: brightness(1.1);
  cursor: pointer;
}
/*  */

.logbox div img,
.head div img,
.yubox div img,
.ubmk img,
.sgtl img,
.stg1 div img,
.gfa div img,
.lgbox div img,
.fbbox div img {
  display: block;
  width: 100%;
}
#app canvas {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
}
main {
  width: 100%;
  height: 100%;
  position: absolute;
  /* display: grid; */

  z-index: 1;
}

main > .text {
  place-self: center;
  text-align: center;
  max-width: 50vw;
}
#app canvas {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
}
video {
  width: 130%;
  height: 130%;
}
/* anima */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotater {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}
#light_bx {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  overflow: auto;
  display: none;
}
#light_bx > .infobx_1 {
  position: relative;
  width: 50%;
  display: block;
  margin: 0 auto;
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
  filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
  font-size: 1.2rem;
  line-height: 2rem;
}
.bx_a_clos {
  position: absolute;
  width: 50px;
  padding-bottom: 50px;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(../images/close.png);
  background-position: 100% 0%;
  background-size: 100% auto;
  top: 0%;
  right: 0%;
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pom {
  background: url("../images/pop_02.png");
  background-size: 100% 100%;
  min-height: 400px;
}
iframe {
  width: 100%;
}
.popcont {
  width: 90%;
  margin: 0 auto;
}
.bx_a_clos:hover {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 580px) {
  #light_bx > .infobx_1,
  #light_bxx > .infobx_s {
    width: 95%;
  }
}
