/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Noto+Sans+TC:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium", "STHeiti", "Microsoft YaHei", arial;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "Mochiy Pop One", "Noto Sans TC", sans-serif;
  overflow-x: hidden;
}
a, a:hover, a:active, a:focus {
  text-decoration: none;
}
main {
  overflow: hidden;
  background-image: url(../img/block/block02_bg.jpg);
  background-position: center;
  background-size: 100%;
  background-attachment: fixed
}
@media all and (max-width: 1024px) {
  main {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  main {
    background-size: 120%;
  }
}
.container {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
}
.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.section-title img {
  display: block;
  width: 100%;
  max-width: 880px;
  margin: -40px auto 10px auto;
}
@media all and (max-width: 768px) {
  .section-title img {
    margin: 40px auto;
  }
}
@media all and (max-width: 640px) {
  .section-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-top: 60px;
  }
  .section-title p {
    font-size: 26px;
    line-height: 35px;
  }
  .section-title img {
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .section-title {
    margin-top: 60px;
  }
}
.section-title[data-aos^=boing-in-up][data-aos^=boing-in-up] {
  opacity: 0;
}
.section-title[data-aos^=boing-in-up][data-aos^=boing-in-up].aos-animate {
  animation: boingInUp 1s forwards;
}
header {
  height: 70px;
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium", "STHeiti", "Microsoft YaHei", arial;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px rgba(147, 101, 0, 0.1);*/
}
@media all and (max-width: 1024px) {
  header {
    height: 64px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
}
header .logo {
  width: 182px;
  height: 66px;
  position: relative;
  display: flex;
  margin-top: 30px;
}
header .logo img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  header .logo {
    margin-left: 0px;
    width: 128px;
    margin-top: 0px;
    height: 45px;
  }
}
footer {
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  font-family: "Microsoft JhengHei";
  background: #35215F;
  background: linear-gradient(0deg, rgba(53, 33, 95, 1) 0%, rgba(53, 33, 95, 1) 67%, rgba(53, 33, 95, 0) 100%);
  padding: 110px 25px 25px 25px;
}
@media all and (max-width: 1024px) {
  footer {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 640px) {
  footer {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
footer .selection1 {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media all and (max-width: 640px) {
  footer .selection1 {
    padding: 6px 20px;
  }
}
footer .selection1 a {
  color: #fff;
}
footer .selection1 a:hover {
  text-decoration: underline;
}
footer .selection1 img.copyRight {
  width: 12px;
  margin-right: 5px;
  height: 12px;
  margin-top: 8px;
}
footer .selection1 a img {
  display: inline-block;
  margin: 0 10px;
}
footer .selection1 .logo {
  margin: 0 10px;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}
footer .selection1 .logo img {
  width: 22px;
  height: 22px;
}
footer .selection1 p {
  color: #fff !important;
  display: inline-block;
  line-height: 25px;
}
@media all and (max-width: 640px) {
  footer .selection1 p {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
}
/* 主視覺區 */
.main-vision {
  width: 100%;
  height: 755px;
  position: relative;
}
@media all and (min-width: 1600px) {
  .main-vision {
    height: 990px;
  }
}
@media all and (max-width: 1279px) {
  .main-vision {
    height: 690px;
  }
}
@media all and (max-width: 1024px) {
  .main-vision {
    height: 550px;
  }
}
@media all and (max-width: 768px) {
  .main-vision {
    height: 450px;
  }
}
@media all and (max-width: 640px) {
  .main-vision {
    height: 510px;
  }
}
@media all and (max-width: 450px) {
  .main-vision {
    height: 450px;
  }
}
.main-vision .container {
  height: 100%;
  transform-origin: center top;
}
@media all and (max-width: 1279px) {
  .main-vision .container {
    transform: scale(0.9);
  }
}
@media all and (max-width: 1024px) {
  .main-vision .container {
    transform: scale(0.7);
  }
}
@media all and (max-width: 768px) {
  .main-vision .container {
    transform: scale(0.5);
  }
}
@media all and (max-width: 640px) {
  .main-vision .container {
    transform: scale(1);
  }
}
/* 主標副標區 */
.main-vision .kv-title {
  width: 1000px;
  height: 215px;
  position: absolute;
  background-image: url(../img/main/kv-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: calc(50% - 500px);
  top: 45px;
  opacity: 0;
  animation: boingInUp 1s 0.5s forwards;
}
@media all and (min-width: 1600px) {
  .main-vision .kv-title {
    height: 300px;
    top: 70px;
  }
}
@media all and (max-width: 768px) {
  .main-vision .kv-title {
    /*width: 609px;
    height: 418px;
    left: calc(18% - 420px);
    top: 41px;*/
  }
}
@media all and (max-width: 640px) {
  .main-vision .kv-title {
    width: 100%;
    max-width: 640px;
    height: 23%;
    margin: 0 auto;
    display: block;
    left: auto;
    top: 56px;
  }
}
.main-vision .slogan1 {
  width: 900px;
  height: 80px;
  position: absolute;
  z-index: 999;
  background-image: url(../img/main/slogan1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: calc(50% - 450px);
  top: 335px;
  opacity: 0;
  animation: fadeInDown 0.7s 1.5s forwards;
}
@media all and (min-width: 1600px) {
  .main-vision .slogan1 {
    width: 980px;
    height: 100px;
    left: calc(50% - 490px);
    top: 455px;
  }
}
@media all and (max-width: 768px) {
  .main-vision .slogan1 {
    /*width: 725px;
    height: 165px;
    left: calc(50% - 732px);
    top: 420px;*/
  }
}
@media all and (max-width: 640px) {
  .main-vision .slogan1 {
    width: 95%;
    max-width: 410px;
    height: 10%;
    margin: 0 auto;
    display: block;
    left: auto;
    top: 225px;
    position: inherit;
  }
}
@media all and (max-width: 460px) {
  .main-vision .slogan1 {
    top: 205px;
  }
}
/* 活動區間 */
.main-vision .striker {
  width: 490px;
  height: 125px;
  position: absolute;
  background-image: url(../img/main/striker.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: calc(50% - 245px);
  top: 235px;
  opacity: 0;
  animation: fadeInDown 0.7s 1s forwards;
}
@media all and (min-width: 1600px) {
  .main-vision .striker {
    width: 620px;
    height: 155px;
    left: calc(50% - 310px);
    top: 330px;
  }
}
@media all and (max-width: 640px) {
  .main-vision .striker {
    /*width: 100%;
    max-width: 460px;*/
    height: 16%;
    display: block;
    top: 155px;
  }
}
@media all and (max-width: 460px) {
  .main-vision .striker {
    top: 150px;
  }
}
.main-vision .striker_icon01 {
  width: 535px;
  height: 235px;
  position: absolute;
  background-image: url(../img/main/striker_icon01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: calc(50% - 267.5px);
  top: 465px;
  opacity: 0;
  animation-delay: 1s;
  animation: fadeInDown 0.7s 1.5s forwards;
}
@media all and (min-width: 1600px) {
  .main-vision .striker_icon01 {
    width: 690px;
    height: 300px;
    left: calc(50% - 345px);
    top: 600px;
  }
}
@media all and (max-width: 640px) {
  .main-vision .striker_icon01 {
    width: 350px;
    height: 170px;
    top: 290px;
    left: calc(50% - 175px);
  }
}
@media all and (max-width: 460px) {
  .main-vision .striker_icon01 {
    width: 290px;
    height: 100px;
    top: 245px;
    left: calc(50% - 145px);
  }
}
.main-vision .bg {
  background-image: url("../img/main/field.png");
  background-repeat: no-repeat;
  background-position: center -55px;
  background-size: cover;
  /*background-attachment: fixed*/
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes fadein {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@media all and (max-width: 1440px) {
  .main-vision .bg {
    background-position: center top;
  }
}
@media all and (max-width: 640px) {
  .main-vision .bg {
    background-image: url("../img/main/field02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.us-stocks {
  width: 100%;
  height: 615px;
  position: relative;
  box-sizing: border-box;
  padding-top: 1px;
  /*background-image: url(../img/block/block02_bg.png);
  background-repeat: repeat-x;
  background-position: center -75px;*/
}
@media all and (max-width: 768px) {
  .us-stocks {
    height: auto;
    padding-bottom: 52px;
  }
}
.us-stocks .container {
  max-width: 1300px;
}
.us-stocks .us-stocks-content {
  width: 100%;
  height: 515px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 0;
}
@media all and (max-width: 768px) {
  .us-stocks .us-stocks-content {
    height: auto;
    padding-top: 25px;
    flex-direction: column-reverse;
  }
}
.us-stocks .us-stocks-content .us-stocks-content-left {
  width: 451px;
  height: 100%;
  position: relative;
}
@media all and (max-width: 768px) {
  .us-stocks .us-stocks-content .us-stocks-content-left {
    width: 100%;
    height: 297px;
  }
}
.us-stocks .us-stocks-content .us-stocks-content-right {
  width: 571px;
  height: 100%;
  position: relative;
}
@media all and (max-width: 768px) {
  .us-stocks .us-stocks-content .us-stocks-content-right {
    width: 100%;
    height: 364px;
  }
}
.calc {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 35px;
  padding-bottom: 85px;
  /*    background-image: url(../img/block/block02_bg.png);
    background-repeat: repeat-x;
    background-position: center -75px;*/
}
@media all and (min-width: 1600px) {
  .calc {
    margin-top: -25px;
  }
}
@media all and (max-width: 768px) {
  .calc {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -100px;
  }
}
.calc .bg .wall {
  width: 100%;
  height: 514px;
  position: absolute;
  bottom: 0;
}
@media all and (max-width: 768px) {
  .calc .bg .wall {
    height: 218px;
    background-size: 100% 218px;
  }
}
@media all and (max-width: 624px) {
  .calc .bg .wall {
    background-size: 624px 218px;
  }
}
.calc .calc-header {
  display: inline-block;
  width: 33%;
  height: auto;
  position: relative;
  padding-top: 30px;
  max-width: 420px;
  margin: 0 auto;
}
.calc .calc-header img {
  display: block;
  width: 95%;
  max-width: 1415px;
  margin: 0 auto;
  margin-top: -150px;
  animation: fadeInUp 1s forwards;
}
.calc .calc-header img.frist {
  margin-top: -150px;
}
@media all and (max-width: 1024px) {
  .calc .calc-header {
    padding-top: 32px;
    max-width: 763px;
  }
  .calc .calc-header img {
    margin-top: -100px;
  }
}
@media all and (max-width: 768px) {
  .calc .calc-header {
    padding-top: 0;
    max-width: 766px;
  }
  .calc .calc-header img {
    margin-top: -100px;
  }
}
@media all and (max-width: 640px) {
  .calc .calc-header {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .calc .calc-header .third {
    padding-top: 30px;
  }
  .calc .calc-header img {
    width: 95%;
    margin: 0 auto;
    margin-top: -80px;
  }
  .calc .calc-header img.frist {
    width: 95%;
    margin: 0 auto;
    margin-top: -120px;
  }
}
/* 注意事項 */
.note {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 110px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  /*background-image: url(../img/block/block03_bg.png);
    background-repeat: repeat-x;
    background-position: top center;*/
}
@media all and (max-width: 768px) {
  .note {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.note .bg {
  background-image: url("../img/block/block05_form.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 70% auto;
}
@media all and (max-width: 1024px) {
  .note .bg {
    background-size: 200% auto;
  }
}
.note .container {
  max-width: 1130px;
}
.note .descript {
  padding: 0 20px;
}
.note .descript ul {
  line-height: 2.5;
}
.note .descript ul li {
  color: #fff;
  list-style-type: decimal;
  line-height: 2;
  text-align: justify;
}
.note .descript ul li a {
  color: #fff;
  text-decoration: underline;
}
.note .descript ul li a:hover {
  color: #FFF5B2;
}
.note .descript ul li ol {
  padding-left: 30px;
}
.note .descript ul li ol li {
  list-style-type: disc;
}
@media all and (max-width: 768px) {
  .note .descript {
    width: 85%;
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  .note .descript ul li {
    line-height: 1.5;
    font-size: 13px;
  }
}
.boingInUp {
  animation-name: boingInUp;
}
@keyframes boingInUp {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(-90deg);
  }
  50% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(50deg);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(0deg);
  }
}
.spaceInLeft {
  animation-name: spaceInLeft;
}
@keyframes spaceInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.2) translate(-200%, 0%);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
  }
}
.spaceInRight {
  animation-name: spaceInRight;
}
@keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.2) translate(200%, 0%);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
  }
}
[data-aos=rotate-c] {
  transform: rotate(-180deg);
  transition-property: transform;
}
/* 側邊懸浮按鈕 */
aside {
  position: fixed;
  z-index: 1000;
  right: -7px;
  bottom: 10%;
}
@media all and (max-width: 1024px) {
  aside {
    left: 0;
    right: 0;
    bottom: 0;
  }
}
aside .aside-area {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  /*gap: 10px;*/
}
@media all and (max-width: 1024px) {
  aside .aside-area {
    flex-direction: row;
    gap: 0;
  }
}
aside .aside-area-pic {
  width: 45px;
  margin-right: 5px;
  display: none;
}
@media all and (max-width: 1024px) {
  aside .aside-area-pic {
    display: block;
    margin-left: -20px;
  }
}
@media all and (max-width: 450px) {
  aside .aside-area-pic {
    display: none;
  }
}
aside .aside-btn {
  display: block;
  width: 115px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  color: white;
  font-weight: 500;
  line-height: 21px;
  transition: filter 0.2s;
}
aside .aside-btn-1 {
  background-image: url("../img/nav/aside-btn-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
aside .aside-btn-2 {
  background-image: url("../img/nav/aside-btn-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
aside .aside-btn:hover {
  filter: brightness(1.1);
}
aside .aside-btn span {
  display: none;
}
@media all and (max-width: 1024px) {
  aside .aside-btn {
    flex: 1;
    width: 50%;
    height: 50px;
  }
  aside .aside-btn-1, aside .aside-btn-2 {
    background-image: none;
  }
  aside .aside-btn-1 br, aside .aside-btn-2 br {
    display: none;
  }
  aside .aside-btn-1 {
    font-weight: bold;
    color: #fff;
    background-color: #ea8b00;
  }
  aside .aside-btn-2 {
    font-weight: bold;
    background-color: #b240e2;
  }
  aside .aside-btn span {
    display: block;
  }
  aside .aside-btn span::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url("../img/icons/next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 3px 0 0 6px;
  }
  aside .aside-btn-1 span::after {
    background-image: url("../img/icons/next.svg");
  }
}
@media all and (max-width: 450px) {
  aside .aside-btn span {
    font-size: 16px;
  }
}