@charset "UTF-8";
@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/att-bg.gif) repeat center center;
}
body article .se-0 {
  background: url(../Images/mainbg.jpg) no-repeat top center;
  height: 820px;
  position: relative;
  overflow: hidden;
}
body article .se-0 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body article .se-0 .img {
  display: none;
}
body article .se-0 .img img {
  width: 100%;
  vertical-align: top;
}
body article .se-0 .wrap {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 5;
}
body article .se-0 .wrap .sg {
  width: 733px;
  position: relative;
  margin: 50px 155px;
  background: url(../Images/slogan.png) no-repeat center center;
  height: 500px;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body article .se-0 .wrap .sg .logo {
  width: 300px;
  height: 231px;
  position: absolute;
  background: url(../Images/lunalogo.png) no-repeat center center/100%;
  left: 40px;
  top: 20px;
}
body article .se-0 .wrap .sg .logo img {
  display: none;
}
body article .se-0 .wrap .sg .logo:hover {
  background: url(../Images/lunalogo-h.png) no-repeat center center;
}
body article .se-0 .wrap .btn-row {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
body article .se-0 .wrap .btn-row .btn {
  width: 266px;
  height: 66px;
  background: url(../Images/btn-register.png) no-repeat center center/100%;
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
body article .se-0 .wrap .btn-row .btn img {
  display: none;
}
body article .se-0 .wrap .btn-row .btn:hover {
  background: url(../Images/btn-register-h.png) no-repeat center center/100%;
}
body article .se-0 .ani-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  z-index: 3;
}
body article .se-0 .ani-box .ani {
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .se-0 .ani-box .ani--1 {
  left: -145px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}
body article .se-0 .ani-box .ani--2 {
  right: -175px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  bottom: 90px;
  opacity: 0;
}
body article .se-0.init .wrap .sg, body article .se-0.init .wrap .btn-row .btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.5s cubic-bezier(0.09, 0.79, 0.38, 1.54), -webkit-transform 0.5s 0.5s cubic-bezier(0.09, 0.79, 0.38, 1.54);
  transition: opacity 0.5s 0.5s cubic-bezier(0.09, 0.79, 0.38, 1.54), -webkit-transform 0.5s 0.5s cubic-bezier(0.09, 0.79, 0.38, 1.54);
  transition: transform 0.5s 0.5s cubic-bezier(0.09, 0.79, 0.38, 1.54), opacity 0.5s 0.5s cubic-bezier(0.09, 0.79, 0.38, 1.54);
  transition: transform 0.5s 0.5s cubic-bezier(0.09, 0.79, 0.38, 1.54), opacity 0.5s 0.5s cubic-bezier(0.09, 0.79, 0.38, 1.54), -webkit-transform 0.5s 0.5s cubic-bezier(0.09, 0.79, 0.38, 1.54);
}
body article .se-0.init .ani-box .ani {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  body article .se-0 {
    background: unset;
    height: unset;
  }
  body article .se-0 .img--pd {
    display: block;
  }
  body article .se-0 .wrap {
    position: absolute;
    top: 0;
    left: 0;
  }
  body article .se-0 .wrap .sg {
    all: unset;
  }
  body article .se-0 .wrap .sg .logo {
    width: 30%;
    height: unset;
    left: 15%;
    top: 2%;
    background: unset;
  }
  body article .se-0 .wrap .sg .logo:hover {
    background: unset;
  }
  body article .se-0 .wrap .sg .logo img {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  body article .se-0 .wrap .btn-row {
    position: absolute;
    bottom: 3%;
    right: 0;
    left: 0;
  }
  body article .se-0 .wrap .btn-row .btn {
    background: unset;
  }
  body article .se-0 .wrap .btn-row .btn:hover {
    background: unset;
  }
  body article .se-0 .wrap .btn-row .btn img {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  body article .se-0 .ani-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body article .se-0 .img--pd {
    display: none;
  }
  body article .se-0 .img--mb {
    display: block;
  }
  body article .se-0 .wrap .sg .logo {
    width: 40%;
    left: 5%;
    top: 1%;
  }
  body article .se-0 .wrap .btn-row .btn {
    width: 200px;
  }
}
body article .se-1 {
  background: url(../Images/s1.jpg) no-repeat top center;
  height: 392px;
}
body article .se-1 .img {
  display: none;
}
body article .se-1 .img img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  body article .se-1 {
    background: unset;
    height: unset;
  }
  body article .se-1 .img--pd {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body article .se-1 .img--pd {
    display: none;
  }
  body article .se-1 .img--mb {
    display: block;
  }
}
body article .se-2 {
  background: url(../Images/s2.jpg) no-repeat top center;
  height: 678px;
}
body article .se-2 .img {
  display: none;
}
body article .se-2 .img img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  body article .se-2 {
    background: unset;
    height: unset;
  }
  body article .se-2 .img--pd {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body article .se-2 .img--pd {
    display: none;
  }
  body article .se-2 .img--mb {
    display: block;
  }
}
body article .se-3 {
  width: 92%;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
body article .se-3 .title-img {
  width: 152px;
  margin: 20px auto;
}
body article .se-3 .title-img img {
  width: 100%;
}
body article .se-3 ul {
  margin-left: 20px;
  line-height: 2;
  padding-bottom: 50px;
}
body article .se-3 ul li {
  font-size: 18px;
  color: #362421;
  position: relative;
  padding-left: 20px;
}
body article .se-3 ul li:before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 10px;
  color: #362421;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  body article .se-3 .title-img {
    width: 110px;
    margin: 20px auto 10px;
  }
  body article .se-3 ul {
    margin-left: 10px;
  }
  body article .se-3 ul li {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 16px;
  }
  body article .se-3 ul li:before {
    top: 6px;
    font-size: 8px;
  }
}
body article .footer-top {
  background: url(../Images/att-img.png) no-repeat bottom center;
  height: 173px;
}
body article .footer-top .img {
  display: none;
}
body article .footer-top .img img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  body article .footer-top {
    background: unset;
    height: unset;
  }
  body article .footer-top .img--pd {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body article .footer-top .img--pd {
    display: none;
  }
  body article .footer-top .img--mb {
    display: block;
  }
}
body .float-button__top {
  position: fixed;
  right: 20px;
  bottom: 150px;
  width: 45px;
  cursor: pointer;
  z-index: 6;
  opacity: 0.5;
}
body .float-button__top:hover {
  opacity: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .float-button__top img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .float-button__top {
    bottom: 20px;
  }
}
body footer {
  background-color: #362422;
  border-top: 3px solid #814D35;
  -webkit-box-shadow: 0 -2px 0 0 #5B2B03;
          box-shadow: 0 -2px 0 0 #5B2B03;
  position: relative;
  z-index: 5;
}
body footer .wrap {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body footer .wrap .footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
body footer .wrap .footer__logos a {
  display: inline-block;
  height: 100%;
}
body footer .wrap .footer__logos a img {
  vertical-align: top;
  height: 100%;
}
body footer .wrap .footer__company-info {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}
body footer .wrap .footer__company-info .footer__company span {
  display: block;
}
body footer .wrap .footer__warnings li {
  padding-left: 12px;
  position: relative;
  color: #fff;
  line-height: 1.6;
  font-size: 12px;
}
body footer .wrap .footer__warnings li:after {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body footer .wrap .footer__rating {
  width: 45px;
}
body footer .wrap .footer__rating img {
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  body footer .wrap {
    width: 97%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px;
  }
  body footer .wrap .footer__rating {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
  }
  body footer .wrap .footer__logos {
    width: 100%;
    height: 40px;
  }
  body footer .wrap .footer__warnings {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body footer .wrap .footer__company-info {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body footer .wrap .footer__company-info .footer__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}