body {
  margin: 0;
  opacity: 1;
  letter-spacing: .25px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'Averta', 'sans-serif', 'Helvetica Neue', 'Helvetica', 'Noto Sans', 'Noto Sans TC', "pingFangTC", "Microsoft JhengHei", 'serif';
}
main {
  display: block;
  margin: auto;
}
a {
  text-decoration: none;
}
a,
a:link,
a:visited {
  color:unset;
}

::selection {
	/* background: none; */
}
section {
  text-align: center;
}
.shadow {
  -webkit-filter: drop-shadow(0 8px 0 rgba(0, 0, 0, .2));
  filter: drop-shadow(0 8px 0 rgba(0, 0, 0, .2));
}
.side-bar {
  display:block;
  position: fixed;
  right: 0;
  top: 100px;
  text-align: center;
  z-index: 99;
}
.side-bar a {
  color:#e20b0b;
  text-decoration: none;
}
.side-bar .go-top {
  cursor: pointer;
  display: none;
  margin-top: 10px;
}
.side-bar ul.showlist {
  display: none;
  padding: 10px 0 0;
}
.side-bar ul.hidelist>li,
.side-bar ul.showlist>li {
  list-style: none;
}
.side-bar ul.showlist>li {
  border-bottom: 1px dotted #fff;
}
.side-bar ul.showlist>li:first-child {
  height: 90px;
  border-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  border-radius: 100px 100px 0 0;
  background-color: #ffd100;
}
.side-bar ul.showlist>li:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.side-bar ul.showlist>li img {
  width: 100%;
}
.side-bar ul.showlist>li:last-child {
  overflow: hidden;
  background-color: #ffd100;
  border-radius: 0 0 20px 20px;
}
.side-bar ul.showlist>li:last-child a {
  background-color: #ffd100;
  color: #101010;
}
.side-bar ul.showlist>li ul.subheadfix {
  display: flex;
  flex-wrap: wrap;
}
.side-bar ul.showlist>li ul.subheadfix li {
  width: 50%;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.6);
  justify-content: center;
  color: #c100bf;
}
.side-bar ul.showlist>li ul.subheadfix li a:hover {
  color: #c100bf;
}
.side-bar ul.showlist>li a {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 1.125em;
  line-height: 1.375;
  padding: 10px;
}
.side-bar ul.showlist>li a:hover {
  background: #fff;
  color: #ff1010;
}
.side-bar ul.showlist>li:last-child {
  border-bottom: 0 solid #fff;
}
.side-bar ul.showlist>li.last-sidebtn a {
  border-bottom: 0 solid #fff;
  border-radius: 0 0 10px 10px;
}
.side-bar ul.showlist.active {
  display: block;
}
.side-bar ul.hidelist {
  display: none;
  background: #ffd100;
  border-radius: 10px 0 0 10px;
  width: 35px;
  margin-left: auto;
  padding: 10px 0;
  margin-bottom: 10px;
}
.side-bar ul.hidelist img {
  width: 100%;
  margin: auto;
  vertical-align: middle;
}
.side-bar ul.hidelist.active {
  display: block;
  cursor: pointer;
}
.side-bar .closebtn {
  display: none;
  position: absolute;
  top: 3%;
  border-radius: 10px 0 0 10px;
  width: 30px;
  right: 0;
  margin-left: auto;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  z-index: 99;
  cursor: pointer;
}
.side-bar .closebtn.active {
  display: block;
}
/*-----------header-----------*/
.logo-wrap {
  display: flex;
  justify-content: center;
}
.logo-wrap img {
  display: block;
  width: 110px;
  margin: 8px auto;
}
.logo-wrap {
  background-color: #fff;
  border-bottom: 5px solid #000;
}
/*-----------固定置底列-----------*/
.float_mask {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  align-items: center;
}
.float_area {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 0;
  text-decoration: none;
}
/*-----------banner錨點-----------*/
.button-3z-wrap {
  position: absolute;
  margin: 0 auto;
  z-index: 9;
  display: flex;
  width: 95%;
  top: 68%;
  left: 2.5%;
}
.button-z {
  width: 100%;
  margin: 2px;
}
.button-z img {
  width: 100%;
}
.button-z a:hover {
  filter: brightness(120%);
  transform: translateY(5px);
  transition: .3s;
}
/*-----------banner-----------*/
.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.banner img {
  width: 100%;
}
/*-----------常規注意事項-----------*/
.footer-wrap {
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: #9a0000; */
}
.footer {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin: auto;
  padding: 20px;
}
.footer h4 {
  margin: 0;
  font-size: 1.35em;
  line-height: 2;
}
.footer ul {
  width: 90%;
  display: block;
  text-align: left;
  font-weight: 500;
  line-height: 2;
  margin: auto;
  padding-left: 10px;
  word-break: break-word;
}
.footer a {
  text-decoration: underline;
}
.noticeWrap {
  max-width: 100%;
  padding: 30px 0 20px;
  margin: 0;
  color: #fff;
}
.notification {
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
  max-width: 1100px;
}
/*-----------copyright-----------*/
.copyright {
  margin: 0;
  padding: 1em 0;
  color: #fff;
  background-color: #000;
  text-align: center;
}



@media(min-width: 320px) {
  body {
    font-size: 16px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../image/background-m.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  main {
    width: 90%;
    padding: 25px 0;
  }
  .pcOnly {
    display: none!important;
  }
  .side-bar ul.showlist>li:first-child img {
    width: 90%;
  }
  .banner {
    /* background-image: url(../image/banner-m.png); */
  }
}
@media(min-width: 400px) {
  body::before {
    background: url(../image/background-tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
  }
  .banner {
    min-height: 50vh;
  }
}
@media(min-width: 576px) {
  
}
@media(min-width: 768px) {
  body {
    font-size: 20px;
  }
  .pcOnly {
    display: block!important;
  }
  .mobileOnly {
    display: none!important;
  }
  .side-bar ul.showlist>li:first-child img {
    width: 70%;
  }
  /* main {
    padding: 20px 0;
  } */
  .banner {
    /* background-image: url(../image/banner.png); */
    min-height: 35vh;
    margin-bottom: 30px;
  }
  .banner img {
    width: 100%;
  }
  .button-3z-wrap {
    width: 80%;
    top: 55%;
    left: 10%;
  }
  .button-z {
    margin: 5px 10px;
  }
  .side-bar ul.hidelist {
    width: 50px;
  }.mobileOnly {
    display: none!important;
  }
  .footer h4 {
    font-size: 28px;
  }
}
@media(min-width: 992px) {
  body::before {
    background: url(../image/background.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
  }
  .banner {
    min-height: 30vh;
  }
}
@media(min-width: 1200px) {}
@media(min-width: 1800px) {
  .footer ul {
    width: 60%;
  }
}