@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import 'reset.css';
.cookie-confirm {
  background-color: #D8D8D8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cookie-confirm .cc-btn-close {
  position: absolute;
  top: 5px;
  right: 20px;
}
.cookie-confirm .cc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px;
}
.cookie-confirm .cc-wrap .cc-txt {
  color: #454545;
}
.cookie-confirm .cc-wrap .cc-txt .cc-link {
  font-size: inherit;
  color: #004DA1;
  text-decoration: underline;
  display: block;
}
.cookie-confirm .cc-wrap .cc-btn {
  width: 80px;
  text-align: center;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin-right: 30px;
  background-color: #00B375;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .cookie-confirm .cc-wrap .cc-txt {
    line-height: 26px;
  }
  .cookie-confirm .cc-wrap .cc-btn:hover {
    background-color: #2A823A;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
}
@media screen and (max-width: 768px) {
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 14px;
    line-height: 22px;
  }
}
body, body * {
  font-family: "Noto Sans TC", "microsoft jhenghei", Verdana, Arial, sans-serif;
}

body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body article {
  background: url(../Images/bg.jpg) repeat-y center center;
  padding-bottom: 1px;
}
body article .img-hover {
  display: block;
  width: 100%;
  margin: auto;
}
body article .img-hover img {
  width: 100%;
  vertical-align: top;
}
body article .img-hover .default {
  display: block;
}
body article .img-hover .current {
  display: none;
}
body article .img-hover:hover .default, body article .img-hover.current .default {
  display: none;
}
body article .img-hover:hover .current, body article .img-hover.current .current {
  display: block;
}
body article section .wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
body article section .wrap .se-title {
  width: 572px;
  margin: auto;
  position: relative;
  top: -62px;
  left: -30px;
}
body article section .wrap .se-title img {
  width: 100%;
}
body article section:not(.se-0) .wrap {
  background-color: #321f3d;
  border: 3px solid #edd388;
  border-radius: 20px;
  padding: 0 90px 40px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 130px;
}
body article section:not(.se-0) .wrap p.title {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  color: #ffdd7d;
  left: -30px;
  font-weight: 500;
}
body article section:not(.se-0) .wrap p.title:after {
  content: "";
  background: url(../Images/icon.png) no-repeat center center/100%;
  width: 24px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 3px;
}
body article section:not(.se-0) .wrap ol, body article section:not(.se-0) .wrap ul {
  margin-bottom: 20px;
}
body article section:not(.se-0) .wrap ol {
  list-style-type: decimal;
  margin-left: 25px;
}
body article section:not(.se-0) .wrap li {
  color: #fff;
  font-size: 20px;
}
body article section:not(.se-0) .wrap li a {
  color: #00ffe4;
}
body article section:not(.se-0) .wrap .grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 10px;
}
body article section:not(.se-0) .wrap .grid-row img {
  width: 100%;
  vertical-align: top;
}
body article .se-0 {
  background: url(../Images/header.jpg) no-repeat top center/auto 100%;
  height: 741px;
  position: relative;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .se-0:before {
  position: absolute;
  content: "";
  background-color: #2b1836;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
}
body article .se-0 .mb-bg {
  display: none;
}
body article .se-0 .wrap {
  height: 100%;
}
body article .se-0 .wrap .grid-box {
  width: 415px;
  position: relative;
  top: 315px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .se-0 .wrap .grid-box .qr {
  width: 100%;
  margin: auto;
}
body article .se-0 .wrap .grid-box .qr img {
  width: 100%;
  vertical-align: top;
}
body article .se-4 .wrap {
  margin-bottom: 60px !important;
}
body article .tab-row {
  padding: 20px 0 50px;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(43, 24, 54)), color-stop(50%, rgb(43, 24, 54)), to(rgba(43, 24, 54, 0)));
  background: linear-gradient(180deg, rgb(43, 24, 54) 0%, rgb(43, 24, 54) 50%, rgba(43, 24, 54, 0) 100%);
}
body article .tab-row .wrap {
  width: 1020px;
  max-width: 1020px;
  margin: 0 auto;
}
body article .tab-row ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
body article .tab-row ul li {
  cursor: pointer;
}
body .se-5 {
  background-color: #512f64;
}
body .se-5 .wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  color: #fff;
  padding: 60px 0;
}
body .se-5 .wrap .se-title {
  font-size: 40px;
  margin-bottom: 36px;
  text-align: center;
  font-weight: bold;
}
body .se-5 .wrap p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
}
body .se-5 .wrap p a {
  color: #00ffe4;
  text-decoration: none;
}
body footer {
  background-color: #321f3d;
  padding: 30px 0;
}
body footer .wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15% 54px;
  grid-template-columns: 1fr 54px;
  gap: 10px 15%;
  color: #a1a1a1;
  font-size: 12px;
  line-height: 1.4;
}
body footer .wrap .txt {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
body footer .wrap .copyright {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
body footer .wrap img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  vertical-align: top;
  width: 54px;
}
body .tab-mb {
  display: none;
}
@media screen and (max-width: 1020px) {
  body article .se-0 {
    height: 500px;
  }
  body article .se-0 .wrap {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  body article .se-0 .wrap .grid-box {
    width: 270px;
    top: 180px;
    left: 10px;
  }
  body article .tab-row .wrap {
    width: 98%;
  }
  body article section:not(.se-0) .wrap {
    width: 98%;
  }
  body .se-5 .wrap {
    width: 94%;
    padding: 30px 0;
  }
  body footer {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  body article {
    background: unset;
    background-color: #321f3d;
  }
  body article .img-hover {
    display: block;
    width: 100%;
    margin: auto;
  }
  body article .img-hover img {
    width: 100%;
    vertical-align: top;
  }
  body article .img-hover .default {
    display: block;
  }
  body article .img-hover .current {
    display: none;
  }
  body article .img-hover:hover .default, body article .img-hover.current .default {
    display: block;
  }
  body article .img-hover:hover .current, body article .img-hover.current .current {
    display: none;
  }
  body article .se-0 {
    background: unset;
    height: unset;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  body article .se-0 .mb-bg {
    display: block;
    width: 100%;
  }
  body article .se-0 .mb-bg img {
    width: 100%;
    vertical-align: top;
  }
  body article .se-0 .wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  body article .se-0 .wrap .grid-box {
    width: 85%;
    top: unset;
    left: 0;
    position: absolute;
    bottom: 13%;
    margin: auto;
    right: 0;
  }
  body article .se-0 .wrap .grid-box .qr {
    display: none;
  }
  body article section .wrap .se-title {
    width: 100%;
    top: 0;
    left: -15px;
    margin-bottom: 20px;
  }
  body article section:not(.se-0) .wrap {
    width: 94%;
    border: unset;
    border-radius: unset;
    padding: unset;
    padding-left: 30px;
    margin-bottom: 50px;
  }
  body article section:not(.se-0) .wrap p.title {
    font-size: 20px;
  }
  body article section:not(.se-0) .wrap li {
    font-size: 18px;
  }
  body article section:not(.se-0) .wrap ol {
    margin-left: 20px;
  }
  body article section:not(.se-0) .wrap .grid-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: -30px;
  }
  body .se-5 .wrap .se-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  body .se-5 .wrap p {
    font-size: 16px;
  }
  body footer .wrap .txt {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  body footer .wrap .copyright {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    -ms-grid-row-align: end;
        align-self: end;
  }
  body footer .wrap img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    width: 40px;
  }
  body .tab-pc {
    display: none;
  }
  body .tab-mb {
    display: block;
    background: url(../Images/menu-bg.png) repeat-x center center/auto 100%;
    position: sticky;
    bottom: 0;
    z-index: 100;
  }
  body .tab-mb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body .tab-mb li {
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
  }
}