@charset "UTF-8";
html {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 23px;
  }
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 28px;
  }
}
@media screen and (min-width: 2600px) {
  html {
    font-size: 36px;
  }
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #444;
}

p {
  color: rgb(250, 250, 250);
  font-weight: 900;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.margin-bottom-25vw {
  margin-bottom: 2.5vw !important;
}

.warning-text {
  color: #eddc30;
  font-size: 1.28rem !important;
}

.flex {
  display: flex;
}

.d-block {
  display: block;
}

.display-none {
  display: none;
}

.font-eddc30 {
  color: #eddc30;
}

.font-fff {
  color: #fff;
}

.font-fde595 {
  color: #fde595;
}

.main-wrap {
  /* big background ------------------------------------ */
  background: url(../images/bg_big.png) no-repeat top;
  background-size: 100% 100%;
  overflow-x: hidden;
}
.main-wrap::after {
  content: "";
  display: block;
  clear: both;
}

.header-box {
  /* header ------------------------------------ */
  background: url(../images/banner_main.png) no-repeat top center;
  background-size: 100%;
  padding-top: 61%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-box {
    /* main header mobil ------------------------------------ */
    background: url(../images/banner_main_m.png) no-repeat top center;
    background-size: 100%;
    padding-top: 78%;
  }
}
.header-box .img-solgan {
  /* solgan ------------------------------------ */
  display: none;
  top: 0;
  right: 11vw;
  width: 54.1vw;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .header-box .img-solgan {
    top: 1vw;
    right: 11vw;
    width: 50.1vw;
  }
}

.con-wrap {
  /* con ------------------------------------ */
  background: url(../images/bg_src.png) no-repeat top;
  background-size: 100% 100%;
  width: min(70vw, 1200px);
  margin: -26vw auto 0vw;
  position: relative;
  color: #fff;
  z-index: 500;
  top: 0rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .con-wrap {
    width: 97vw;
    padding-top: 1vw;
    margin: -11vw auto 0vw;
    padding-bottom: 5vw;
  }
}
.con-wrap::before {
  /* 主內容 上下蓋子 ------------------------------------ */
  content: "";
  display: block;
  height: 121vw;
  position: absolute;
}
.con-wrap::before {
  background: url(../images/bg_src2.png) no-repeat center;
  background-size: 100%;
  width: 100%;
  max-width: 1200px;
  top: 0rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 31rem;
  transform: scale(1.000001) translateX(-0.1px) translateY(-10rem);
  z-index: -50;
}
@media screen and (max-width: 2600px) {
  .con-wrap::before {
    transform: scale(1.000001) translateX(-0.1px) translateY(-8.5rem);
  }
}
@media screen and (max-width: 2000px) {
  .con-wrap::before {
    height: 38rem;
    transform: scale(1.000001) translateX(-0.1px) translateY(-10.5rem);
  }
}
@media screen and (max-width: 1700px) {
  .con-wrap::before {
    transform: scale(1) translateX(0px) translateY(-16vw);
    height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .con-wrap::before {
    transform: scale(1) translateX(0px) translateY(-21.2vw);
    height: 75vw;
  }
}
.con-wrap #title-box {
  /* 主內容標題 ------------------------------------ */
  width: 100%;
  height: 32vw;
  position: absolute;
  top: 0;
  transform: scale(0.8);
}
.con-wrap #title-box > img {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
}
.con-wrap #title-box > img.act {
  position: absolute;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .con-wrap #title-box {
    transform: scale(0.8) translate(0, 0);
    height: 42vw;
    position: absolute;
    top: 2vw;
  }
}
.con-wrap .con-box {
  /* 主內容 ------------------------------------ */
  width: 90%;
  margin: auto;
  position: relative;
  padding: 3vw 0vw 5vw;
}
@media screen and (max-width: 767px) {
  .con-wrap .con-box {
    padding: 5vw 0;
    width: 90%;
  }
}
.con-wrap .con-box .sub-menu {
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin: 0rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .con-wrap .con-box .sub-menu {
    flex-flow: column;
    align-items: center;
  }
}
.con-wrap .con-box .sub-menu li {
  margin: 0 0%;
  transform: scale(0.9);
}
.con-wrap .con-box .sub-menu li:active {
  transform: scale(1.1);
  transition: 0.3s;
}
.con-wrap .con-box .sub-menu li img {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .con-wrap .con-box .sub-menu li {
    margin-bottom: 2vw;
  }
}
.con-wrap .con-box .sub {
  margin-bottom: 3rem;
  text-shadow: -2px -2px 0 #000000, -2px -1px 0 #000000, -2px 0px 0 #000000, -2px 1px 0 #000000, -2px 2px 0 #000000, -1px -2px 0 #000000, -1px -1px 0 #000000, -1px 0px 0 #000000, -1px 1px 0 #000000, -1px 2px 0 #000000, 0px -2px 0 #000000, 0px -1px 0 #000000, 0px 0px 0 #000000, 0px 1px 0 #000000, 0px 2px 0 #000000, 1px -2px 0 #000000, 1px -1px 0 #000000, 1px 0px 0 #000000, 1px 1px 0 #000000, 1px 2px 0 #000000, 2px -2px 0 #000000, 2px -1px 0 #000000, 2px 0px 0 #000000, 2px 1px 0 #000000, 2px 2px 0 #000000;
}
@media screen and (max-width: 767px) {
  .con-wrap .con-box .sub {
    text-shadow: 0px 0px 0 #000000;
    text-shadow: -1.8px -1.8px 0 #000000, -1.8px -1.2px 0 #000000, -1.8px -0.6px 0 #000000, -1.8px 0px 0 #000000, -1.8px 0.6px 0 #000000, -1.8px 1.2px 0 #000000, -1.8px 1.8px 0 #000000, -1.2px -1.8px 0 #000000, -1.2px -1.2px 0 #000000, -1.2px -0.6px 0 #000000, -1.2px 0px 0 #000000, -1.2px 0.6px 0 #000000, -1.2px 1.2px 0 #000000, -1.2px 1.8px 0 #000000, -0.6px -1.8px 0 #000000, -0.6px -1.2px 0 #000000, -0.6px -0.6px 0 #000000, -0.6px 0px 0 #000000, -0.6px 0.6px 0 #000000, -0.6px 1.2px 0 #000000, -0.6px 1.8px 0 #000000, 0px -1.8px 0 #000000, 0px -1.2px 0 #000000, 0px -0.6px 0 #000000, 0px 0px 0 #000000, 0px 0.6px 0 #000000, 0px 1.2px 0 #000000, 0px 1.8px 0 #000000, 0.6px -1.8px 0 #000000, 0.6px -1.2px 0 #000000, 0.6px -0.6px 0 #000000, 0.6px 0px 0 #000000, 0.6px 0.6px 0 #000000, 0.6px 1.2px 0 #000000, 0.6px 1.8px 0 #000000, 1.2px -1.8px 0 #000000, 1.2px -1.2px 0 #000000, 1.2px -0.6px 0 #000000, 1.2px 0px 0 #000000, 1.2px 0.6px 0 #000000, 1.2px 1.2px 0 #000000, 1.2px 1.8px 0 #000000, 1.8px -1.8px 0 #000000, 1.8px -1.2px 0 #000000, 1.8px -0.6px 0 #000000, 1.8px 0px 0 #000000, 1.8px 0.6px 0 #000000, 1.8px 1.2px 0 #000000, 1.8px 1.8px 0 #000000;
  }
}
@media screen and (max-width: 400px) {
  .con-wrap .con-box .sub {
    text-shadow: -1.2px -1.2px 0 #000000, -1.2px -0.6px 0 #000000, -1.2px 0px 0 #000000, -1.2px 0.6px 0 #000000, -1.2px 1.2px 0 #000000, -0.6px -1.2px 0 #000000, -0.6px -0.6px 0 #000000, -0.6px 0px 0 #000000, -0.6px 0.6px 0 #000000, -0.6px 1.2px 0 #000000, 0px -1.2px 0 #000000, 0px -0.6px 0 #000000, 0px 0px 0 #000000, 0px 0.6px 0 #000000, 0px 1.2px 0 #000000, 0.6px -1.2px 0 #000000, 0.6px -0.6px 0 #000000, 0.6px 0px 0 #000000, 0.6px 0.6px 0 #000000, 0.6px 1.2px 0 #000000, 1.2px -1.2px 0 #000000, 1.2px -0.6px 0 #000000, 1.2px 0px 0 #000000, 1.2px 0.6px 0 #000000, 1.2px 1.2px 0 #000000;
  }
}
.con-wrap .con-box img,
.con-wrap .con-box p {
  padding: 0 3vw 0 3.9vw;
}
@media screen and (max-width: 767px) {
  .con-wrap .con-box img,
  .con-wrap .con-box p {
    padding: 0 3vw 0 2.5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1023px) {
  .con-wrap .con-box img,
  .con-wrap .con-box p {
    padding: 0 3vw 0 5.5vw;
  }
}
.con-wrap .con-box img {
  box-sizing: border-box;
  width: 100%;
}
.con-wrap .con-box p {
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 1.28rem;
  letter-spacing: 1;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .con-wrap .con-box p {
    font-size: 1.2rem;
  }
}
.con-wrap .con-box span {
  margin-right: 0.5rem;
}
.con-wrap .con-box .img-portrait {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .con-wrap .con-box .img-portrait {
    width: 45vw;
  }
}
.con-wrap .con-box .img-landscape {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .con-wrap .con-box .img-landscape {
    width: 80vw;
  }
}
.con-wrap .con-box .pop-title {
  margin: 1rem 0 0.5rem;
}
.con-wrap .con-box .pop-title.act-time {
  background: url(../images/btn/subtitle_time.png);
}
.con-wrap .con-box .pop-title.act-warning {
  background: url(../images/btn/subtitle_warning.png);
}
.con-wrap .con-box .pop-title.act-target {
  background: url(../images/btn/subtitle_target.png);
}
.con-wrap .con-box .pop-title.act-content {
  background: url(../images/btn/subtitle_content.png);
}
.con-wrap .con-box .pop-title.act-award {
  background: url(../images/btn/subtitle_award.png);
}
.con-wrap .con-box .pop-title.act-awardtime {
  background: url(../images/btn/subtitle_awardtime.png);
}
.con-wrap .con-box .pop-title.act-QA {
  background: url(../images/btn/subtitle_QA.png);
}
.con-wrap .con-box .pop-title.act-example {
  background: url(../images/btn/subtitle_example.png);
}
.con-wrap .con-box .pop-title.act-time, .con-wrap .con-box .pop-title.act-warning, .con-wrap .con-box .pop-title.act-target, .con-wrap .con-box .pop-title.act-content, .con-wrap .con-box .pop-title.act-award, .con-wrap .con-box .pop-title.act-awardtime, .con-wrap .con-box .pop-title.act-QA, .con-wrap .con-box .pop-title.act-example {
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  padding: 3% 0;
}
@media screen and (max-width: 767px) {
  .con-wrap .con-box .pop-title.act-time, .con-wrap .con-box .pop-title.act-warning, .con-wrap .con-box .pop-title.act-target, .con-wrap .con-box .pop-title.act-content, .con-wrap .con-box .pop-title.act-award, .con-wrap .con-box .pop-title.act-awardtime, .con-wrap .con-box .pop-title.act-QA, .con-wrap .con-box .pop-title.act-example {
    padding: 4% 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 1023px) {
  .con-wrap .con-box .pop-title.act-time, .con-wrap .con-box .pop-title.act-warning, .con-wrap .con-box .pop-title.act-target, .con-wrap .con-box .pop-title.act-content, .con-wrap .con-box .pop-title.act-award, .con-wrap .con-box .pop-title.act-awardtime, .con-wrap .con-box .pop-title.act-QA, .con-wrap .con-box .pop-title.act-example {
    padding: 3.3% 0;
  }
}
@media screen and (max-width: 400px) {
  .con-wrap .con-box .pop-title.act-time, .con-wrap .con-box .pop-title.act-warning, .con-wrap .con-box .pop-title.act-target, .con-wrap .con-box .pop-title.act-content, .con-wrap .con-box .pop-title.act-award, .con-wrap .con-box .pop-title.act-awardtime, .con-wrap .con-box .pop-title.act-QA, .con-wrap .con-box .pop-title.act-example {
    padding: 1rem;
  }
}

.pc-img,
.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-img,
  .pc {
    display: none !important;
  }
}

.m-img,
.mo {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .m-img,
  .mo {
    display: block !important;
  }
}

.gotop {
  transition: 1s;
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 2000;
}
.gotop > img {
  width: 100%;
}

footer {
  background-color: black;
  height: 8rem;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 5vw 0 0;
  gap: 3.5rem;
}
@media screen and (max-width: 1124px) {
  footer {
    gap: 5vw;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding: 7rem 0;
    gap: 4vw;
  }
}
footer div {
  max-width: 31rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 600px) {
  footer div {
    width: 73vw;
    font-size: 0.8rem;
  }
}
footer div > p {
  font-weight: 400;
}
footer .img15 {
  background: url(../images/15.png) no-repeat center;
  background-size: cover;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 600px) {
  footer .img15 {
    width: 8vw;
    height: 8vw;
    min-width: 40px;
    min-height: 40px;
  }
}

@keyframes dondon {
  /* dondon keyframes ------------------------------------ */
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=main.css.map */