@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Cinzel&family=Noto+Sans+TC&family=Noto+Serif+TC:wght@500;600;900&display=swap"); /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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;
  vertical-align: baseline;
  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;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  visibility: hidden;
  opacity: 0;
  font-family: "Gilda Display", "Noto Sans TC", sans-serif;
  color: #234872;
  min-height: 100vh;
  background: no-repeat url(../images/logo_loading.gif) center;
  background-attachment: fixed;
}
body.fade-in {
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  visibility: visible;
  background: none;
}
@media all and (max-width: 768px) {
  body {
    background-size: 80%;
    background-position: center 25vh;
  }
}

/*----------------------通用設定------------------------*/
::-moz-selection {
  color: #fff;
  background: #02ACE6;
}
::selection {
  color: #fff;
  background: #02ACE6;
}

a {
  outline: none;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

*:focus {
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.fontfix {
  font-family: "Gilda Display", "Noto Sans TC", sans-serif;
}

.fserif {
  font-family: "Noto Serif TC", serif;
}

.fen {
  font-family: "Gilda Display", serif;
}

#Wapper {
  overflow: hidden;
}
@media all and (max-width: 768px) {
  #Wapper {
    padding-top: 50px;
  }
}
@media all and (min-width: 769px) {
  #Wapper {
    padding-top: 100px;
    padding-bottom: 95px;
  }
}

.row {
  position: relative;
}
@media all and (max-width: 768px) {
  .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 769px) and (max-width: 990px) {
  .row {
    margin: 0 auto;
    width: 90%;
  }
  .row .col-8 {
    width: 100%;
  }
}
@media all and (min-width: 991px) {
  .row .col {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row .col-8 {
    width: 80%;
    max-width: 1170px;
    border-left: 1px solid #FFFA50;
    padding-left: 9.2%;
    margin-left: 16.7%;
  }
  .row .col-offset-1 {
    margin-left: 8.3%;
  }
  .row .col-offset-3 {
    margin-left: 25%;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.imgPng {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

/*----------------------共用樣式------------------------*/
.text-center {
  text-align: center;
}

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

.text-justify {
  text-align: justify;
}

.mpsrel {
  position: relative;
}

.bgcover {
  width: 100%;
  height: 0;
  background: center/cover;
}

/*-------------------背景圖片 桌手機分開-----------------*/
@media all and (max-width: 575px) {
  .bgcover[data-src-lg] {
    content: attr(data-src-lg, url);
  }
}
@media all and (min-width: 576px) {
  .bgcover[data-src-sm] {
    content: attr(data-src-sm, url);
  }
}
#topBtn {
  z-index: 90;
  text-align: center;
  display: block;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}
#topBtn i {
  width: 1px;
  height: 80px;
  display: block;
  margin-bottom: 8px;
  margin-left: 0.5em;
  background-color: #02ACE6;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
#topBtn.open {
  opacity: 1;
  visibility: visible;
}
#topBtn.change {
  position: absolute;
}
@media all and (max-width: 575px) {
  #topBtn {
    position: fixed;
    right: 15px;
    bottom: 80px;
  }
  #topBtn i {
    height: 40px;
  }
}
@media all and (min-width: 576px) {
  #topBtn {
    position: fixed;
    top: calc(100% - 260px);
    right: 40px;
  }
  #topBtn:hover i {
    height: 40px;
  }
}

.back, .btn {
  border-radius: 99em;
  text-align: center;
  border: 1px solid rgba(2, 172, 230, 0.3);
  display: inline-block;
  color: #02ACE6;
  mix-blend-mode: normal;
  line-height: 2;
}
@media all and (max-width: 575px) {
  .back, .btn {
    font-size: 0.9375em;
  }
}
@media all and (min-width: 576px) {
  .back, .btn {
    font-size: 1.25em;
  }
}
@media all and (max-width: 768px) {
  .back, .btn {
    width: 200px;
    padding: 0.9em 0 0.8em;
  }
}
@media all and (min-width: 769px) {
  .back, .btn {
    width: 272px;
    padding: 16px 0;
    -webkit-transition: border 0.6s;
    transition: border 0.6s;
  }
  .back:hover, .btn:hover {
    border-color: #02ACE6;
  }
}

.arrow {
  display: block;
  position: relative;
  border-radius: 99em;
  border: 1px solid rgba(2, 172, 230, 0.3);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  text-align: center;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.arrow .svg path {
  stroke: #02ACE6;
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}
.arrow.ltbn {
  left: 5%;
}
.arrow.rtbn {
  right: 5%;
}
@media all and (max-width: 768px) {
  .arrow {
    width: 50px;
    height: 50px;
    padding-top: 18px;
  }
}
@media all and (min-width: 769px) {
  .arrow {
    width: 100px;
    height: 100px;
    padding-top: 36px;
  }
  .arrow .svg {
    width: 12px;
    height: 24px;
  }
  .arrow:hover {
    border: 1px solid #02ace6;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.navContus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 101;
}
.navContus a {
  color: #02ACE6;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  background-color: #FFFA50;
  display: block;
  text-align: center;
  -webkit-transition: color 0.6s, background 0.6s;
  transition: color 0.6s, background 0.6s;
}
@media all and (max-width: 575px) {
  .navContus a {
    font-size: 0.875em;
  }
}
@media all and (min-width: 576px) {
  .navContus a {
    font-size: 1.125em;
  }
}
.navContus .svg {
  width: 40px;
  height: 40px;
}
.navContus .svg path, .navContus .svg circle {
  stroke: #02ACE6;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media all and (max-width: 990px) {
  .navContus {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .navContus a {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 12px 0 6px;
  }
  .navContus a:nth-child(1) {
    border-right: 1px solid #fff;
  }
  .navContus span {
    vertical-align: 0.45em;
  }
  .navContus .svg {
    width: 1.8em;
    height: 1.8em;
    margin-right: 0.2em;
  }
}
@media all and (min-width: 769px) {
  .navContus a:hover, .navContus a.active {
    color: #FFFA50;
    background-color: #02ACE6;
  }
  .navContus a:hover .svg path, .navContus a:hover .svg circle, .navContus a.active .svg path, .navContus a.active .svg circle {
    stroke: #FFFA50;
  }
}
@media all and (min-width: 991px) {
  .navContus {
    position: fixed;
    top: 0;
    right: 0;
  }
  .navContus a {
    margin-left: 1px;
    padding: 13px 25px 12px;
    width: 128px;
  }
  .navContus span {
    display: block;
  }
}

header {
  z-index: 100;
  width: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  font-family: "Noto Serif TC", serif;
  position: fixed;
  top: 0;
  left: 0%;
}
@media all and (max-width: 990px) {
  header::before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    visibility: hidden;
  }
  header .title-bar {
    height: 50px;
  }
  header li.in-active .subBox {
    max-height: 120px;
  }
}
@media all and (min-width: 769px) and (max-width: 990px) {
  header .title-bar {
    height: 75px;
  }
}
header .navBox {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 990px) {
  header .navBox {
    display: none;
    height: 100vh;
    background-color: #F3FBFF;
    position: fixed;
    top: 0;
    right: 0%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}
header .logo {
  z-index: 22;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 105px;
}
@media all and (max-width: 990px) {
  header .logo {
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }
}
@media all and (min-width: 991px) {
  header .logo {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 200px;
  }
}
header .menuicon {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 12;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .menuicon .mpsrel {
  width: 40px;
  height: 40px;
}
header .menuicon .bar, header .menuicon .bar:after, header .menuicon .bar:before {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  height: 2px;
  width: 28px;
  background: #234872;
}
header .menuicon .bar {
  margin-top: 19px;
}
header .menuicon .bar:before {
  top: -9px;
}
header .menuicon .bar:after {
  top: 9px;
}
@media all and (min-width: 991px) {
  header .menuicon {
    display: none;
  }
}
header.menu-expanded::before {
  opacity: 1;
  visibility: visible;
}
header.menu-expanded .menuicon .bar {
  background: rgba(0, 0, 0, 0);
}
header.menu-expanded .menuicon .bar:before {
  top: 0px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
}
header.menu-expanded .menuicon .bar:after {
  top: 0px;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 25px;
}
header ul.mmenu > li {
  position: relative;
}
header ul.mmenu > li > a {
  display: block;
  color: #707070;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.125em;
}
@media all and (max-width: 990px) {
  header ul.mmenu > li {
    margin: 12px 0;
    width: 100%;
  }
  header ul.mmenu > li > a {
    padding: 1em 30px;
  }
}
@media all and (min-width: 991px) {
  header ul.mmenu > li {
    display: inline-block;
    margin-left: 12px;
  }
  header ul.mmenu > li.mo-use {
    display: none;
  }
  header ul.mmenu > li span {
    padding: 16px;
    display: block;
  }
  header ul.mmenu > li > a:after {
    content: "";
    display: block;
    background-color: #71AFD1;
    width: calc(100% - 32px);
    height: 1px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  header ul.mmenu > li:hover > a, header ul.mmenu > li.active > a {
    color: #02ACE6;
  }
  header ul.mmenu > li:hover > a:after, header ul.mmenu > li.active > a:after {
    opacity: 1;
  }
}
@media all and (max-width: 990px) {
  header ul.mmenu {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media all and (min-width: 991px) {
  header ul.mmenu {
    text-align: right;
    padding: 22px 270px 22px 0px;
  }
}
@media all and (min-width: 1200px) {
  header ul.mmenu {
    padding-right: 310px;
  }
  header ul.mmenu > li {
    margin-left: 30px;
  }
}

footer {
  z-index: 2;
  position: relative;
  background-color: white;
}
footer h6 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.4em;
  color: #234872;
  font-weight: 600;
  line-height: 2;
}
@media all and (max-width: 575px) {
  footer h6 {
    font-size: 0.8125em;
  }
}
@media all and (min-width: 576px) {
  footer h6 {
    font-size: 1em;
  }
}
footer .disignby {
  color: #707070;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-family: "Gilda Display", "Noto Serif TC", serif;
}
@media all and (max-width: 575px) {
  footer .disignby {
    font-size: 0.75em;
  }
}
@media all and (min-width: 576px) {
  footer .disignby {
    font-size: 0.875em;
  }
}
@media all and (max-width: 575px) {
  footer .copyright {
    font-size: 0.75em;
  }
}
@media all and (min-width: 576px) {
  footer .copyright {
    font-size: 0.875em;
  }
}
footer a.btn-contus {
  background-color: #FFFA50;
  color: #234872;
  margin: 12px 0 24px;
  padding: 12px 24px;
  border-radius: 8px;
}
footer a.btn-contus .fserif {
  letter-spacing: 0.1em;
  font-size: 1em;
}
footer a.btn-contus .fen {
  font-size: 1.125em;
  letter-spacing: 0.05em;
}
footer a.btn-contus .svg {
  width: 24px;
  height: 24px;
}
footer .social-btn {
  margin-bottom: 16px;
}
footer .social-btn a {
  display: inline-block;
  margin-right: 12px;
}
footer .social-btn .svg {
  width: 40px;
  height: 40px;
}
footer .social-btn path {
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}
@media all and (max-width: 990px) {
  footer {
    text-align: center;
    padding: 40px 20px 80px;
  }
  footer .flogo {
    margin: 0 auto 30px;
    width: 164px;
  }
  footer h6 {
    color: #333;
  }
  footer a.btn-contus {
    font-size: 0.875em;
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 10px 30px 10px 70px;
    margin-bottom: 3em;
    margin-top: 6px;
  }
  footer a.btn-contus .fen {
    margin-top: 0.3em;
  }
  footer a.btn-contus .svg {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .copyright {
    margin-top: 4em;
    margin-bottom: 1.5em;
    color: #333333;
  }
}
@media all and (min-width: 991px) {
  footer {
    padding: 72px 5% 24px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .flogo {
    width: 232px;
  }
  footer .disignby {
    margin-top: 32px;
  }
  footer a.btn-contus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer a.btn-contus .fserif {
    margin-left: 8px;
    margin-right: 16px;
  }
}

@media all and (max-width: 768px) {
  .social-btn.fixed {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .social-btn a:hover path {
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
  }
  .social-btn a:hover path {
    fill: #02ACE6;
  }
  .social-btn.fixed {
    position: fixed;
    top: 50%;
    right: 40px;
    z-index: 2;
  }
  .social-btn.fixed a {
    display: block;
    margin: 8px 0;
  }
  .social-btn.fixed .svg {
    height: 40px;
    width: 40px;
  }
}
.asj.fade {
  opacity: 0;
}
.asj.fade.animated {
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
}

.asj.fade-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.asj.fade-up.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 1s, -webkit-transform 0.6s;
  transition: opacity 1s, -webkit-transform 0.6s;
  transition: opacity 1s, transform 0.6s;
  transition: opacity 1s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.38, 0.005, 0.215, 1);
          transition-timing-function: cubic-bezier(0.38, 0.005, 0.215, 1);
}

.asj[data-delay="100"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.asj[data-delay="200"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.asj[data-delay="300"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.asj[data-delay="500"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}