@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
* {
  box-sizing: border-box;
}

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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

a {
  text-decoration: none;
}

.col-container {
  max-width: 1000px;
  padding: 0 20px;
  height: 100vh;
  margin: 0 auto;
}

.col-container--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .container--center {
    padding: 20px;
    flex-direction: column;
    justify-content: start;
  }
}
.col-p4, .col-p5, .col-p6, .col-p7, .col-p9, .col-p10, .col-p12, .col-p13 {
  max-width: 1000px;
  padding: 0 20px 80px;
  margin: 0 auto;
  text-align: center;
}

.col-p8 {
  width: 100%;
  padding-top: 220px;
  background: url(/img/p8/p8bg.jpg) center top;
  text-align: center;
}

.col-p10 {
  padding: 0 20px 40px;
}
.col-p10 img {
  margin-top: 40px;
  width: 60%;
}

.col-p11 {
  width: 100%;
  padding-top: 200px;
  background: url(/img/p11/bg.jpg) center top;
  text-align: center;
}
.col-p11 img {
  margin: 40px 0;
  width: 50%;
}

.col-p12 {
  padding-top: 60px;
}

.col-p14 {
  max-width: 1000px;
  padding: 100px 20px 80px;
  margin: 0 auto;
  text-align: center;
}

.col-p15 {
  max-width: 1000px;
  padding: 0 20px 80px;
  margin: 0 auto;
  font-size: 14px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .col-p4, .col-p5, .col-p6, .col-p7, .col-p9 {
    padding: 20px;
    height: 100vh;
  }
  .col-p10 {
    padding-top: 60px;
  }
  .col-p10 img {
    margin-top: 40px;
    width: 100%;
  }
  .col-p11 {
    padding: 200px 20px 0;
  }
}
.e-wbg {
  width: 100%;
  background: url(/img/graybg.png) center bottom;
}

.e-bkbg {
  width: 100%;
  background: #000;
}

.e-bg {
  width: 100%;
  height: 100vh;
}

.e-bg--video {
  background: #000;
}

.e-bg--p1 {
  background: url(/img/p1/bg.jpg) no-repeat ;
  overflow: hidden;
  width: 100%;
  height: 97vh;
  background-size: cover;
}

.e-bg--p3 {
  background: url(/img/p3/bg.jpg) no-repeat center top;
}

@media (max-width: 767px) {
  .e-bg--p1{ height: 28vh;}
  .e-bg--p3 {
    background: url(/img/p3/bg.jpg) no-repeat left top;
    background-size: cover;
  }
  .e-bg--video {
    height: 60vh;
  }
}
.e-title {
  display: inline-flex;
  align-items: start;
  font-size: clamp(1.4rem, 1.25rem + 1.5625vw, 2rem);
  font-weight: bolder;
  text-align: center;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to left, #BB9358 0%, #F6D47A 25%, #BB9358 50%, #F6D47A 75%, #BB9358 100%);
  border-image-slice: 1;
  color: #000 !important;
}

.e-title--p3 {
  padding: 0 40px 20px;
  margin: 100px 0 60px;
}

.e-title--p4 {
  padding: 0 40px 20px;
  margin-bottom: 60px;
}

.e-title--p5 {
  padding: 0 80px 20px;
  margin-bottom: 20px;
}

.e-title--p6 {
  padding-bottom: 20px;
}

.e-title--p7 {
  padding: 0 40px 20px;
  margin-bottom: 40px;
}

.e-title--p8 {
  padding: 0 40px 20px;
  margin-bottom: 40px;
}

.e-title--p11 {
  padding: 0 40px 20px;
  margin: 40px 0;
}

.e-title--p12 {
  padding: 0 100px 20px;
  margin-bottom: 40px;
}

.e-title--p13 {
  padding: 0 40px 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .e-title--p3 {
    padding: 0 0 10px;
    margin: 60px 0 10px;
  }
  .e-title--p4 {
    padding: 0 40px 10px;
    margin-bottom: 20px;
  }
  .e-title--p5 {
    padding: 0 40px 10px;
    margin-bottom: 10px;
  }
  .e-title--p7 {
    padding: 0 40px 20px;
    margin-bottom: 10px;
  }
  .e-title--p11 {
    padding: 0 0 20px;
    margin: 20px 0;
  }
  .e-title--p12 {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .e-title--p13 {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
}
.e-2ndTitle {
  display: inline-flex;
  align-items: start;
  font-size: clamp(1.4rem, 1.25rem + 1.5625vw, 2rem);
  font-weight: bolder;
  text-align: center;
  border-bottom: 2px solid #fff;
  color: #F1AC00;
  padding: 0 40px 20px;
}

.e-2ndTitle--p8 {
  margin-bottom: 20px;
}

.e-2ndTitle--p9, .e-2ndTitle--p10 {
  margin-bottom: 20px;
}

.e-2ndTitle--p1-1 {
  margin-bottom: 40px;
}

.e-normalTitle {
  margin-bottom: 40px;
  font-size: clamp(1.875rem, 1.25rem + 1.5625vw, 3.125rem);
  font-weight: bolder;
  color: #F1AC00;
}

@media (max-width: 767px) {
  .e-2ndTitle {
    padding: 0 0 10px;
  }
}
.e-txt {
  font-size: clamp(1rem, 0.9375rem + 0.4688vw, 1.1rem);
}

.e-wTxt {
  font-size: clamp(1rem, 0.9375rem + 0.4688vw, 1.1rem);
  color: #fff;
}

.e-wTxt--s {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.1rem);
  color: #fff;
}

.e-wTxt--m {
  font-size: clamp(1.4rem, 1.1rem + 0.48vw, 1.1rem);
  font-weight: bolder;
}

.e-wTxt--l {
  font-size: clamp(2.4rem, 1.1rem + 0.48vw, 1.1rem);
  font-weight: bolder;
}

.e-stxt {
  margin-left: 2px;
  padding-top: 10px;
  vertical-align: text-top;
  font-size: 14px !important;
}

.e-stxt--noml {
  margin-left: 0;
}

.e-stxt--bk {
  color: #000 !important;
}

.e-mtxt {
  display: inline-block;
  margin-left: 2px;
  margin-top: 6px;
  vertical-align: text-top;
  font-size: 18px;
}

.e-mb {
  display: none;
}

@media (max-width: 767px) {
  .e-wTxt {
    width: 100%;
    line-height: 1.2;
  }
  .e-mb {
    display: block;
    text-align: center;
  }
  .e-mb--left {
    text-align: left;
  }
  .e-tb {
    display: none !important;
  }
}
.p1-logo, .p1-videologo {
  width: 15%;
  padding-top: 40px;
  margin-bottom: 40px;
}

.p1-arrow {
  margin-top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  animation: arrow 1s infinite linear;
}
.p1-arrow i {
  font-size: 30px;
}

@keyframes arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.p1-videologo {
  margin-bottom: 80px;
}

.p1-title {
  width: 56%;
  margin-bottom: 10px;
}

.p1-animation {
  font-size: 3em;
  font-weight: bolder;
  margin-bottom: 30px;
  color: #ffffff;
  background: linear-gradient(to right, #4d4d4d 0, white 5%, #4d4d4d 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  white-space: nowrap;
}

.p1-video {
  width: 100%;
  height: 60vh;
}

@keyframes shine {
  0% {
    background-position: -200px;
  }
  100% {
    background-position: 500px;
  }
}
.p1-subtxt {
  width: 30%;
}

.p1-m {
  max-width: 65vh;
  position: absolute;
  top: 10vh;
  right: 0;
}

@media (max-width: 767px) {
  .p1-logo, .p1-videologo {
    width: 40%;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .p1-videologo {
    margin-bottom: 40px;
  }
  .p1-title {
    width: 100%;
  }
  .p1-animation {
    font-size: 2.3em;
    margin-bottom: 10px;
    animation: shine 8s infinite linear;
  }
  .p1-subtxt {
    width: 80%;
  }
  .p1-m {
    width: 68%;
    position: absolute;
    top: 50%;
    right: 20%;
  }
  .p1-video {
    height: 30vh;
  }
}
.p2-nuTxt {
  margin: 0 5px;
  font-size: clamp(1.875rem, 1.3rem + 1.8vw, 2.8rem);
  font-weight: bolder;
  color: #F1AC00;
}

.p2-group {
  margin-top: 40px;
  width: 100%;
  display: flex;
}

.p2-leftGroup {
  margin-right: 80px;
  width: 20%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.p2-leftGroup_item {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0 0 10px rgba(241, 172, 0, 0.6);
  background: linear-gradient(to bottom, #000 0, rgba(241, 173, 0, 0.2352941176) 100%);
  font-size: 24px;
  opacity: 0.6;
}

.p2-leftGroup_item--ac {
  position: relative;
  opacity: 1;
}
.p2-leftGroup_item--ac::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -81px;
}

.p2-txt {
  color: #F1AC00;
  font-weight: bolder;
}

.p2-rightGroup {
  width: calc(100% - 80px);
  padding: 20px;
  border: 3px solid #fff;
  color: #fff;
  position: relative;
}

.p2-sTxt {
  margin-top: 20px;
  width: 100%;
  font-size: clamp(0.8rem, 0.9375rem + 0.4688vw, 0.8rem);
  color: #fff;
  text-align: center;
}

.p2-rightGroup_txt {
  display: flex;
  align-items: start;
}

.p2-mr80 {
  margin-right: 80px;
}

.p2-mb40 {
  margin-bottom: 40px;
}

.p2-title {
  display: block;
  padding-left: 10px;
  font-size: 28px;
  font-weight: bolder;
  color: #F1AC00;
  border-left: 3px solid #fff;
  line-height: 1.2;
}

.p2-txt {
  color: #F1AC00;
}

.p2-wtitle {
  font-size: 28px;
  font-weight: bolder;
  line-height: 1.2;
}

.p2-img1 {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: -50px;
}

.p2-img2 {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: -50px;
}

.p2-group-arrow {
  opacity: 0;
}

@media (max-width: 767px) {
  .p2-group {
    margin-top: 30px;
    width: 100%;
    height: 76vh;
    display: block;
    position: relative;
  }
  .p2-group-arrow {
    opacity: 1;
    color: #fff;
    font-size: 48px;
    position: absolute;
    top: 48.5%;
    right: 10px;
    z-index: 10;
    animation: leftArrow 1s infinite linear;
  }
  @keyframes leftArrow {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-12px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .p2-leftGroup {
    margin-right: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: left;
    overflow: hidden;
    position: absolute;
    top: -18px;
    z-index: 3;
  }
  .p2-leftGroup_item {
    width: 50%;
    height: 40px;
    line-height: 38px;
    flex: none;
    background: #000;
    font-size: 16px;
  }
  .p2-leftGroup_item--ac {
    position: relative;
    background: #fff;
    color: #000;
  }
  .p2-leftGroup_item--ac::before {
    content: "";
    display: none;
  }
  .p2-txt {
    color: #F1AC00;
    font-weight: bolder;
  }
  .p2-rightGroup {
    margin-top: 20px;
    width: 100%;
    height: 95%;
    position: relative;
  }
  .p2-rightGroup_txt {
    display: block;
    position: relative;
    z-index: 2;
  }
  .p2-more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
  }
  .p2-mr80 {
    margin-right: 0px;
  }
  .p2-mb40 {
    margin-bottom: 15px;
  }
  .p2-title {
    font-size: 20px;
  }
  .p2-wtitle {
    font-size: 20px;
    line-height: 1.2;
  }
  .p2-mt {
    margin-top: 20px;
  }
  .p2-img1 {
    width: 90%;
    position: absolute;
    bottom: 50px;
    right: 20px;
    z-index: 1;
    opacity: 0.3;
  }
  .p2-img2 {
    width: 90%;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1;
    opacity: 0.3;
  }
  .p2-sTxt {
    margin-top: 0;
  }
}
.p3-group, .p4-group {
  display: flex;
  justify-content: space-between;
}

.p3-group_item {
  width: 30%;
  text-align: center;
}
.p3-group_item p {
  font-size: 18px;
}
.p3-group_item img {
  width: 100%;
}

@media (max-width: 767px) {
  .p3-group {
    display: block;
    justify-content: unset;
  }
  .p3-group_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .p3-group_item img {
    width: 40%;
  }
}
.p4-group {
  margin-bottom: 40px;
}

.p4-group_item {
  width: 30%;
  padding: 40px 0;
  text-align: center;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.p4-nuTxt {
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 1.25rem + 1.5625vw, 3.125rem);
  color: #F1AC00;
  font-weight: bolder;
}

.p4-txt {
  font-size: 18px;
}

@media (max-width: 767px) {
  .p4-group {
    display: block;
  }
  .p4-group_item {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.p5-group {
  padding: 40px 0;
  display: flex;
  text-align: left;
}
.p5-group img {
  width: 33%;
  margin: 0 40px;
}

.p5-title {
  font-weight: bolder;
  font-size: clamp(1.8rem, 0.9375rem + 0.4688vw, 1.5rem);
  color: #F1AC00;
}

@media (max-width: 767px) {
  .p5-group {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p5-group img {
    width: 50%;
    margin: 0 auto;
  }
  .p5-title {
    font-size: clamp(1.2rem, 0.9375rem + 0.4688vw, 1.5rem);
  }
}
.p6-group {
  padding: 40px 0 80px;
  display: flex;
  justify-content: space-between;
}

.p6-group_item {
  width: 30%;
  border-right: 1px solid #000;
}
.p6-group_item:last-child {
  border: none;
}

.p6-nuTxt {
  margin-bottom: 10px;
  font-size: clamp(1.875rem, 1.25rem + 1.5625vw, 3.125rem);
  font-weight: bolder;
  color: #F1AC00;
}

.p6-subTxt {
  font-size: clamp(2rem, 0.9375rem + 0.4688vw, 1.5rem);
  color: #F1AC00;
}

.p6-txt {
  font-size: clamp(0.8rem, 0.9375rem + 0.4688vw, 0.8rem);
}

@media (max-width: 767px) {
  .p6-group {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .p6-group_item {
    padding: 20px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #000;
  }
}
.p7-group {
  width: 100%;
  height: 80vh;
  position: relative;
}
.p7-group img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

@media (max-width: 767px) {
  .p7-group {
    margin-top: 10px;
    height: 70vh;
    display: flex;
  }
  .p7-group img {
    width: 120px;
    position: relative;
    object-fit: fill;
  }
  .p7-group_scroll {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    position: relative;
  }
  .p7-group_scroll img {
    width: auto;
    height: 100%;
    position: absolute;
  }
}
.p8-group {
  width: 80%;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}

.p8-mbGroup {
  display: none;
}

.p8-title {
  display: inline-block;
  margin-bottom: 80px;
  padding: 0 20px 10px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to left, #BB9358 0%, #F6D47A 25%, #BB9358 50%, #F6D47A 75%, #BB9358 100%);
  border-image-slice: 1;
  line-height: 1.2;
  font-size: clamp(1.2rem, 0.7rem + 0.2vw, 1rem);
  color: #fff;
  font-weight: bolder;
}

.p8-group_item {
  width: 28%;
}

.p8-card {
  position: relative;
}
.p8-card img {
  width: 100%;
}
.p8-card .p8-card_h {
  width: 45%;
  position: absolute;
  top: -60px;
  left: 100px;
  z-index: 2;
  transform: translateX(-45%);
}

.p8-card_txt {
  width: 90%;
  position: absolute;
  left: 10px;
  top: 160px;
  text-align-last: left;
  font-size: 16px;
}

@media (max-width: 767px) {
  .p8-title {
    width: 100%;
    margin-bottom: 0;
  }
  .p8-mbGroup {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
  }
  .p8-group_item {
    margin: 0 0 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .p8-group_item img {
    width: 40%;
  }
}
.p9-group {
  width: 55%;
  margin: 0 auto;
  padding-top: 40px;
}

.p9-group_item {
  padding: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  text-align: left;
  border-radius: 16px;
}

.p9-nuTxt {
  font-size: clamp(2.2rem, 1.25rem + 1.5625vw, 3.125rem);
  color: #F1AC00;
  font-weight: bolder;
}

.p9-subTxt {
  color: #F1AC00;
  font-size: clamp(2rem, 0.9375rem + 0.4688vw, 1.5rem);
  margin-right: 50px;
}

.p9-subTxt--mr {
  margin-right: 20px;
}

.p9-subTxt--nomr {
  margin-right: 0px;
  font-size: clamp(3.125rem, 1.25rem + 1.5625vw, 3.125rem);
}

.p11-sTxt {
  margin: 0 auto;
  max-width: 50%;
  display: flex;
  justify-content: space-between;
  font-size: clamp(0.8rem, 0.9375rem + 0.4688vw, 0.8rem);
}

.p11-xsTxt {
  font-size: 10px;
  vertical-align: top;
  margin-left: 2px;
}

@media (max-width: 767px) {
  .p9-group {
    width: 100%;
  }
  .p9-group_item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p9-subTxt {
    margin-right: 0;
  }
  .p11-group {
    background: #fff;
  }
  .p11-group img {
    width: 100%;
    margin: 0;
  }
  .p11-group .p11-imgScroll {
    margin: 20px 0;
    width: 100%;
    padding-top: 50vh;
    position: relative;
    overflow: hidden;
  }
  .p11-group .p11-imgScroll .p11-imgGroup_img {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p11-group .p11-imgScroll .p11-imgGroup_img img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .p11-group .p11-imgScroll .p11-imgGroup_img .p11-igImg {
    width: 133% !important;
  }
  .p11-sTxt {
    margin-top: 10px;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.p12-group {
  margin: 0 auto;
  width: 75%;
}
.p12-group img {
  width: 100%;
}

.p12-txt {
  margin-top: 20px;
  font-size: clamp(0.8rem, 0.9375rem + 0.4688vw, 0.8rem);
}

@media (max-width: 767px) {
  .p12-group {
    margin-top: 20px;
    width: 100%;
    padding-top: 70vh;
    overflow-x: scroll;
    position: relative;
  }
  .p12-group img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .p12-mbtxt {
    display: flex;
    justify-content: space-between;
  }
  .p12-txt {
    width: 60%;
    text-align: left;
    margin-top: 0;
  }
}
.p13-group {
  margin: 40px auto 0;
  width: 85%;
  text-align: left;
}

.p13-row {
  display: flex;
  justify-content: space-between;
}

.p13-row_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 19%;
  background: #fff;
  border: 3px solid #F1AC00;
  text-align: center;
}

.p13-rowTop {
  height: 200px;
  padding: 20px 10px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p13-rowTop img {
  width: 60%;
}

.p13-nbTxt {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  font-size: clamp(1.25rem, 0.9375rem + 0.7813vw, 1.875rem);
  font-weight: bolder;
  color: #F1AC00;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: 2;
  margin-left: -30px;
}

.p13-rowBody {
  padding: 40px 20px 20px;
  background: #F1AC00;
  text-align-last: left;
}

.p13-s5img {
  width: 20%;
}

@media (max-width: 767px) {
  .p13-group {
    margin: 40px auto 0;
    width: 100%;
    text-align: left;
  }
  .p13-nbTxt {
    width: 16px;
    height: 16px;
  }
  .p13-img {
    width: 100%;
    margin-top: 20px;
  }
}
.p14-group_item {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  text-align-last: left;
}
.p14-group_item:last-child {
  border-bottom: none;
}

.p14-Q {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bolder;
  color: #F1AC00;
}
.p14-Q p {
  width: 85%;
  text-indent: -1em;
  margin-left: 1em;
}
.p14-Q i {
  transform: rotate(-180deg);
}

.p15-A {
  display: flex;
  align-items: flex-start;
  text-align: justify;
}

.p15-grayTxt {
  color: #D2D2D3;
  font-weight: bolder;
  font-size: 18px;
  margin-right: 5px;
}

.h-flex {
  display: flex;
}

.h-flex--row {
  flex-direction: row;
}

.h-flex--column {
  flex-direction: column;
}

.h-items--start {
  align-items: start;
}

.h-items--center {
  align-items: center;
}

.h-items--end {
  align-items: flex-end;
}

.h-justify--start {
  justify-content: start;
}

.h-justify--center {
  justify-content: center;
}

.h-justify--btw {
  justify-content: space-between;
}

.h-justify--end {
  justify-content: end;
}

.h-flex--wrap {
  flex-wrap: wrap;
}

.h-relative {
  position: relative;
}

.h-absolute {
  position: absolute;
}

.h-top10 {
  top: 10px;
}

.h-right-20 {
  right: -20px;
}

.h-right10 {
  right: 10px;
}

.h-txt--left {
  text-align: left;
}

.h-txt--right {
  text-align: right;
}

.h-txt--center {
  text-align: center;
}

.h-txt-keep {
  word-break: keep-all;
}

.h-mAuto {
  margin: 0 auto;
}

.h-mx5 {
  margin: 0 5px;
}

.h-mx10 {
  margin: 0 10px;
}

.h-my5 {
  margin: 5px 0;
}

.h-my10 {
  margin: 10px 0;
}

.h-my20 {
  margin: 20px 0;
}

.h-my30 {
  margin: 30px 0;
}

.h-mt5 {
  margin-top: 5px;
}

.h-mt10 {
  margin-top: 10px;
}

.h-mt15 {
  margin-top: 15px;
}

.h-mt20 {
  margin-top: 20px;
}

.h-mt25 {
  margin-top: 25px;
}

.h-mt30 {
  margin-top: 30px;
}

.h-mt35 {
  margin-top: 35px;
}

.h-mt40 {
  margin-top: 40px;
}

.h-mt50 {
  margin-top: 50px;
}

.h-mt60 {
  margin-top: 60px;
}

.h-mb5 {
  margin-bottom: 5px;
}

.h-mb10 {
  margin-bottom: 10px;
}

.h-mb15 {
  margin-bottom: 15px;
}

.h-mb20 {
  margin-bottom: 20px;
}

.h-mb25 {
  margin-bottom: 25px;
}

.h-mb30 {
  margin-bottom: 30px;
}

.h-mb40 {
  margin-bottom: 40px;
}

.h-mb60 {
  margin-bottom: 60px;
}

.h-mr5 {
  margin-right: 5px;
}

.h-mr10 {
  margin-right: 10px;
}

.h-mr15 {
  margin-right: 15px;
}

.h-mr20 {
  margin-right: 20px;
}

.h-mr25 {
  margin-right: 25px;
}

.h-mr40 {
  margin-right: 40px;
}

.h-mr80 {
  margin-right: 80px;
}

.h-ml5 {
  margin-left: 5px;
}

.h-ml10 {
  margin-left: 10px;
}

.h-ml15 {
  margin-left: 15px;
}

.h-ml20 {
  margin-left: 20px;
}

.h-ml30 {
  margin-left: 30px;
}

.h-ml40 {
  margin-left: 40px;
}

.h-px10 {
  padding: 0 10px;
}

.h-px20 {
  padding: 0 20px;
}

.h-py10 {
  padding: 10px 0;
}

.h-py20 {
  padding: 20px 0;
}

.h-pt5 {
  padding-top: 5px;
}

.h-pt10 {
  padding-top: 10px;
}

.h-pt20 {
  padding-top: 20px;
}

.h-pt25 {
  padding-top: 25px;
}

.h-pt35 {
  padding-top: 35px;
}

.h-pt40 {
  padding-top: 40px;
}

.h-pb5 {
  padding-bottom: 5px;
}

.h-pb10 {
  padding-bottom: 10px;
}

.h-pb20 {
  padding-bottom: 20px;
}

.h-pb30 {
  padding-bottom: 30px;
}

.h-pr10 {
  padding-right: 10px;
}

.h-pr15 {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .h-mbPd20 {
    padding: 20px;
  }
}
* {
  transition: none;
}

html, body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  position: relative;
  color: #262626;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  transition: none;
}/*# sourceMappingURL=prime.css.map */
.w-100{ width: 100%; display: block;}