@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  background-color: #121311;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

.title {
  font-family: "Noto Serif TC", Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .title .title {
    font-size: 30px;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}

.slick-dots li button:before {
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.slick-dots li.slick-active button:before {
  background-color: #fff;
}

@media (max-width: 768px) {
  .slick-dots {
    text-align: right;
    bottom: -28px;
  }
  .slick-dots li button:before {
    height: 12px;
    width: 12px;
  }
}

.bottom-line {
  border: 1px solid;
  border-image-source: url(/images/section-line.png);
  border-image-width: 0 0 10px 0;
  border-image-repeat: stretch;
  border-image-slice: 10;
}

.bar {
  position: relative;
  width: 100%;
  height: 95px;
  background-image: url(/images/bar-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border: 1px solid;
  border-image-source: url(/images/section-line.png);
  border-image-slice: 10;
  border-image-width: 10px 0 10px 0;
  border-image-repeat: stretch;
}

.bar .bar-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bar .bar-title img {
  width: 80%;
}

@media (max-width: 768px) {
  .bar {
    height: 80px;
    border-image-width: 8px 0 8px 0;
  }
}

.banner div {
  width: 100%;
  max-height: 500px;
}

.content {
  width: 100%;
  height: inherit;
  background-image: url(/images/section-bg.png);
  background-repeat: no-repeat;
  background-position: center top -330px;
}

.content .row {
  width: 100%;
  margin: auto;
  padding-top: 3%;
}

@media (min-width: 768px) {
  .content .row .title {
    width: 90%;
  }
  .content .row .subtitle {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .content .row {
    width: 1200px;
  }
}

@media (min-width: 1400px) {
  .content .row {
    width: 1400px;
  }
}

.content .title {
  width: 100%;
  text-align: center;
  padding-top: 5%;
}

.content .desc {
  width: 100%;
  text-align: justify;
  border: 1px solid;
  border-image-source: url(/images/section-line.png);
  border-image-slice: 10;
  border-image-width: 5px;
  border-image-repeat: stretch;
}

.content .desc p {
  width: 450px;
  margin: auto;
  line-height: 1.7em;
  font-size: 20px;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .content {
    background-position: center top -100px;
    background-size: 100% auto;
    height: 100%;
  }
  .content .row {
    padding: 0;
  }
  .content .row div[class*="col-"] {
    padding: 0;
  }
  .content .title {
    font-size: 36px;
  }
  .content .desc {
    border: 0;
    padding: 5%;
  }
  .content .desc p {
    padding: 0;
    width: 100%;
    height: auto;
    line-height: unset;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.s1 {
  position: relative;
  width: 100%;
  height: inherit;
  margin: auto;
  background-image: url(/images/index/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

.s1 .desktop .title {
  width: 400px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: unset;
}

.s1 .desktop .subtitle {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.s1 .desktop .btns {
  width: 100%;
}

.s1 .desktop .btns img {
  width: 100%;
}

.s1 .desktop .btns .phone {
  padding: 0;
}

.s1 .desktop .btns .book {
  padding: 0;
}

.s1 .desktop .btns .book a {
  padding-top: 5px;
  text-align: center;
  display: block;
  background-image: url(/images/index/booking.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 195px;
  height: 48px;
  color: #000;
  font-size: 24px;
  letter-spacing: 3px;
  margin-left: 10px;
}

.s1 .mobile .title {
  width: 250px;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.s1 .mobile .subtitle {
  width: 220px;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.s1 .mobile .logo {
  width: 300px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.s1 .mobile .btns {
  width: 100%;
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.s1 .mobile .btns img {
  width: 95%;
}

.s1 .mobile .btns .phone {
  padding: 0;
}

.s1 .mobile .btns .phone img {
  margin-left: 20px;
}

.s1 .mobile .btns .book {
  padding: 0 10px 0 0;
}

.s1 .mobile .btns .book a {
  padding-top: 10px;
  text-align: center;
  display: block;
  background-image: url(/images/index/booking.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 45px;
  margin-left: 20px;
  color: #000;
  font-size: 18px;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .s1 {
    background-image: url(/images/index/bg-m.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.s2 .desktop {
  width: 100%;
}

.s2 .mobile {
  width: 100%;
}

@media (max-width: 768px) {
  .s2 .mobile {
    position: relative;
  }
  .s2 .mobile .map {
    overflow-y: hidden;
    height: inherit;
  }
  .s2 .mobile .map .map-bg {
    width: auto !important;
    height: inherit;
  }
  .s2 .mobile .hint {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 120px;
    top: 0;
    left: 50%;
    padding: 15px 0 0 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
  }
  .s2 .mobile .hint .arrl img,
  .s2 .mobile .hint .arrr img {
    width: 16px;
  }
  .s2 .mobile .hint .finger img {
    width: 30px;
  }
  .s2 .mobile .hint .arrl {
    margin: 0 15px 0 0;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    /*定義動畫完成一次週期的時間*/
    -webkit-animation-name: section-3-arr-left;
            animation-name: section-3-arr-left;
    /*定義關鍵影格 @keyframes 的名字*/
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    /*定義動畫重複的次數。你可以用 infinite 來讓動畫永遠重複播放*/
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    /*定義是否動畫播放完畢後將會反向播放*/
  }
  .s2 .mobile .hint .arrr {
    margin: 0 0 0 15px;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    /*定義動畫完成一次週期的時間*/
    -webkit-animation-name: section-3-arr-right;
            animation-name: section-3-arr-right;
    /*定義關鍵影格 @keyframes 的名字*/
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    /*定義動畫重複的次數。你可以用 infinite 來讓動畫永遠重複播放*/
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    /*定義是否動畫播放完畢後將會反向播放*/
  }
  @-webkit-keyframes section-3-arr-left {
    0% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    to {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
  }
  @-webkit-keyframes section-3-arr-right {
    0% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    to {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
}

.building1 .content,
.building2 .content {
  background: url(/images/building-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 3%;
}

.building1 .content .row,
.building2 .content .row {
  padding: 0;
  border: 5px solid;
  border-image-source: url(/images/section-line.png);
  border-image-slice: 10;
  border-image-width: 5px;
  border-image-repeat: stretch;
}

.building1 .content .row h1,
.building2 .content .row h1 {
  font-family: "Noto Serif TC", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  width: 400px;
  text-align: center;
  letter-spacing: 5px;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid white;
}

.building1 .content .row p,
.building2 .content .row p {
  width: 420px;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 20px;
  letter-spacing: 5px;
}

.building1 .banner,
.building2 .banner {
  width: 100%;
  height: 100%;
  margin: auto;
}

.building1 .banner div,
.building2 .banner div {
  max-height: unset;
}

.building1 .banner img,
.building2 .banner img {
  width: auto;
}

@media (max-width: 768px) {
  .building1 .content,
  .building2 .content {
    padding: 0;
  }
  .building1 .content .cl,
  .building2 .content .cl {
    margin: 5% 0 0 0;
  }
  .building1 .content .row,
  .building2 .content .row {
    width: 100%;
    height: auto;
    border: 0;
  }
  .building1 .content .row h1,
  .building2 .content .row h1 {
    padding: 0;
    border: 0;
    width: 100%;
    font-size: 2rem;
  }
  .building1 .content .row p,
  .building2 .content .row p {
    width: 100%;
    height: auto;
    padding: 1.8rem;
    font-size: 16px;
  }
  .building1 .banner,
  .building2 .banner {
    width: 100%;
    height: auto;
  }
  .building1 .banner img,
  .building2 .banner img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .building1 .row {
    height: 600px;
  }
  .building1 .banner img {
    height: 590px;
  }
  .building2 .row {
    height: 645px;
  }
  .building2 .banner img {
    height: 635px;
  }
}

.master1 .content .row .cover,
.master2 .content .row .cover {
  text-align: center;
}

.master1 .content .row .cover img,
.master2 .content .row .cover img {
  width: 65%;
}

.master1 .content .row .info,
.master2 .content .row .info {
  border: 0;
  margin: auto;
}

.master1 .content .row h1,
.master2 .content .row h1 {
  font-family: "Noto Serif TC", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 5px;
  margin-top: 2rem;
  padding: 1rem 0 1rem 0;
  border: 1px solid;
  border-image-source: url(/images/section-line.png);
  border-image-slice: 10;
  border-image-width: 2px;
  border-image-repeat: stretch;
}

.master1 .content .row h1 label,
.master2 .content .row h1 label {
  font-size: 20px;
}

.master1 .content .row p,
.master2 .content .row p {
  font-size: 20px;
}

.master1 .content .banner,
.master2 .content .banner {
  margin: auto;
}

.master1 .content .banner div,
.master2 .content .banner div {
  height: calc(100vh - 120px);
  max-height: unset;
}

.master1 .content .banner div img,
.master2 .content .banner div img {
  margin: auto;
  max-width: 580px;
}

.master1 .content .mobile img,
.master2 .content .mobile img {
  width: 100%;
}

.master1 .content .mobile .tt,
.master2 .content .mobile .tt {
  font-family: "Noto Serif TC", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}

.master1 .content .mobile .cover,
.master2 .content .mobile .cover {
  width: 100%;
  padding: 2rem;
}

.master1 .content .mobile .cover img,
.master2 .content .mobile .cover img {
  width: 100%;
}

.master1 .content .mobile .cover p,
.master2 .content .mobile .cover p {
  padding-top: 10%;
}

@media (max-width: 1400px) {
  .master1 .content .row h1,
  .master2 .content .row h1 {
    margin-top: 1rem !important;
    padding: 0.5rem 0 0.5rem 0 !important;
    font-size: 22px !important;
  }
  .master1 .content .row label,
  .master2 .content .row label {
    font-size: 18px !important;
  }
  .master1 .content .row p,
  .master2 .content .row p {
    font-size: 16px !important;
  }
  .master1 .content .row .info,
  .master2 .content .row .info {
    width: 80%;
  }
}

.company1.has-bar .content .banner div,
.company2.has-bar .content .banner div {
  height: calc(100vh - 220px) !important;
}

.company1 .fix-position,
.company2 .fix-position {
  position: absolute;
  top: 0;
  width: inherit;
}

.company1 .content,
.company2 .content {
  background: url(/images/company-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.company1 .content .row,
.company2 .content .row {
  height: 100%;
}

.company1 .content .row .cl,
.company2 .content .row .cl {
  margin: auto;
}

.company1 .content .row .cover img,
.company2 .content .row .cover img {
  width: 100px;
}

.company1 .content .row h1,
.company2 .content .row h1 {
  font-family: "Noto Serif TC", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 5px;
  padding-bottom: 1rem;
}

.company1 .content .row h1.lg,
.company2 .content .row h1.lg {
  font-size: 36px;
}

.company1 .content .row h1 label,
.company2 .content .row h1 label {
  font-size: 16px;
}

.company1 .content .row p,
.company2 .content .row p {
  max-width: 550px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 3px;
}

.company1 .content .banner,
.company2 .content .banner {
  margin: auto;
}

.company1 .content .banner div,
.company2 .content .banner div {
  height: calc(100vh - 120px);
  max-height: unset;
}

.company1 .content .banner div img,
.company2 .content .banner div img {
  margin: auto;
  max-width: 580px;
}

.company1 .content .mobile,
.company2 .content .mobile {
  text-align: center;
  height: inherit;
}

.company1 .content .mobile .cover,
.company2 .content .mobile .cover {
  margin: 5% 3%;
}

.company1 .content .mobile .cover img,
.company2 .content .mobile .cover img {
  width: 100px;
}

.company1 .content .mobile h1,
.company2 .content .mobile h1 {
  font-family: "Noto Serif TC", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 5px;
}

.company1 .content .mobile h1.lg,
.company2 .content .mobile h1.lg {
  font-size: 34px;
}

.company1 .content .mobile h1 label,
.company2 .content .mobile h1 label {
  font-size: 16px;
}

.company1 .content .mobile p,
.company2 .content .mobile p {
  height: auto;
  max-width: 100%;
  padding: 5%;
  font-size: 16px;
  text-align: left;
}

@media (max-width: 768px) {
  .company1,
  .company2 {
    background: url(/images/company-bg-m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 1200px) {
  .company1 .content p,
  .company2 .content p {
    max-width: 100% !important;
  }
}

@media (max-width: 1400px) {
  .company1 .content .row,
  .company2 .content .row {
    width: 1400px !important;
  }
  .company1 .content .row h1,
  .company2 .content .row h1 {
    font-size: 28px !important;
  }
  .company1 .content .row label,
  .company2 .content .row label {
    font-size: 18px !important;
  }
  .company1 .content .row p,
  .company2 .content .row p {
    font-size: 16px !important;
  }
}

.slogan-page {
  background-image: url(/images/slogan-page/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%;
  height: inherit;
  margin: auto;
}

.slogan-page .title {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slogan-page .subtitle {
  position: absolute;
  top: 225px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slogan-page .logo {
  position: absolute;
  bottom: 240px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slogan-page .phone {
  position: absolute;
  bottom: 195px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slogan-page .slogan {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .slogan-page {
    text-align: center;
  }
  .slogan-page .title {
    width: 90%;
  }
  .slogan-page .subtitle {
    width: 90%;
  }
  .slogan-page .logo {
    width: 90%;
  }
  .slogan-page .phone {
    width: 90%;
  }
  .slogan-page .slogan {
    width: 90%;
  }
  .slogan-page img {
    width: 90%;
  }
}

.booking {
  background-image: url(/images/booking/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%;
}

.booking .form {
  position: relative;
  background-image: url(/images/form-line.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10rem 5rem 8rem 5rem;
  margin: auto;
  width: 975px;
}

.booking .form .title-img {
  width: 305px;
  position: absolute;
  top: 40px;
  left: 0;
}

.booking .form a {
  text-decoration: underline;
}

.booking .form input,
.booking .form select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #d2b268;
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: white;
}

.booking .form input:focus, .booking .form input:focus-visible,
.booking .form select:focus,
.booking .form select:focus-visible {
  outline: none;
}

.booking .form select {
  color: #d2b268 !important;
}

.booking .form label {
  padding-top: 10px;
}

.booking .form label input {
  width: initial;
}

.booking .form label b {
  color: #d2b268 !important;
}

.booking .form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #d2b268;
  color: white;
}

.booking .form textarea:focus, .booking .form textarea:focus-visible {
  outline: none;
}

.booking .form .btn {
  text-align: right;
  padding-right: 45px;
}

.booking .form .btn button {
  background: #7b9e36;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 1rem;
  padding: 7px 15px;
}

.booking .form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2b268;
  opacity: 1;
  /* Firefox */
}

.booking .form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2b268;
  opacity: 1;
  /* Firefox */
}

.booking .form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2b268;
  opacity: 1;
  /* Firefox */
}

.booking .form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2b268;
  opacity: 1;
  /* Firefox */
}

.booking .form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d2b268;
}

.booking .form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d2b268;
}

@media (max-width: 992px) {
  .booking .form {
    padding: 10rem 3rem 8rem 3rem;
    background-image: url(/images/form-line-m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    max-width: 360px;
  }
  .booking .form .title-img {
    width: 240px;
    top: 10%;
  }
  .booking .form input {
    width: 100%;
    margin-bottom: 20px;
  }
  .booking .form textarea {
    width: 100%;
  }
  .booking .form .btn {
    text-align: center;
    padding-right: 0;
  }
}

.privacy {
  margin: auto;
  max-width: 1200px;
  padding: 30px;
}

.privacy .logo {
  width: 20%;
  margin: auto;
}

.privacy h2 {
  text-align: center;
  margin-top: 30px;
}

.privacy ol,
.privacy ul {
  list-style: none;
}

.privacy ol li,
.privacy ul li {
  margin-bottom: 20px;
}

.privacy ol p,
.privacy ul p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  z-index: 2;
}

.privacy .back {
  display: block;
  width: 180px;
  text-align: center;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 400;
  border: 0px solid #fff;
  margin-top: 20px;
  background-color: #7b9e36;
  color: #fff;
  text-decoration: none;
  margin: auto;
  margin-top: 50px;
}

.footer {
  width: 100%;
  height: 3rem;
  background-color: #d2b268;
  background-size: 100%;
  color: black;
  text-align: center;
  font-size: 13px;
  margin-top: -7px;
  padding-top: 18px;
  padding-bottom: 5px;
}

.fp-controlArrow {
  display: none;
}

.fab {
  z-index: 9;
  position: fixed;
  top: 30px;
  right: 20px;
}

.fab-m {
  z-index: 9;
  position: fixed;
  top: 30px;
  right: 20px;
}

@media screen and (max-width: 992px) {
  .fab-m .menu-btn {
    display: block;
    right: 0.25rem;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 5;
    padding: 0 0 0 10px;
  }
}

.fab-m .menu-btn.active .line-1 {
  top: 19px;
  z-index: 5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fab-m .menu-btn.active .line-2 {
  opacity: 0;
  z-index: 5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fab-m .menu-btn.active .line-3 {
  top: 19px;
  z-index: 5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fab-m .menu-btn span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0 auto;
  right: 0;
  height: 3px;
  width: 35px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.fab-m .menu-btn .line-2 {
  top: 19px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fab-m .menu-btn .line-3 {
  top: 28px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.fab-m .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 1rem;
}

@media (max-width: 992px) {
  .fab-m .menu {
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0;
    z-index: 4;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(18, 19, 17, 0.9);
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
  }
}

@media (max-width: 992px) {
  .fab-m .menu.active {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }
}

.fab-m .menu li a {
  font-family: "Noto Serif TC", Arial, sans-serif;
  color: #fff;
  /*font-weight: bolder;*/
  padding: 0 1rem;
}

@media (max-width: 992px) {
  .fab-m .menu li a {
    text-align: center;
    padding: 1.5rem 0;
    display: block;
    font-size: 28px;
  }
}

.fab-m .fly_bg {
  position: fixed;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: -100%;
}

@media screen and (max-width: 992px) {
  .fab-m .fly_bg.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    left: 0;
  }
}

@media (max-width: 992px) {
  .order-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}

@media (min-width: 992px) {
  .order-last {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
}

@media (min-width: 1200px) {
  .s4 p {
    padding: 6rem 0 6rem 0;
  }
  .s5 p {
    padding: 6rem 0 6rem 0;
  }
  .s6 p {
    padding: 3.5rem 0 3.5rem 0;
  }
  .s7 p {
    padding: 2.5rem 0 2.5rem 0;
  }
  .s8 p {
    padding: 8rem 0 8rem 0;
  }
  .s9 p {
    padding: 6.75rem 0 6.75rem 0;
  }
}
/*# sourceMappingURL=style.css.map */