@charset "UTF-8";
/*===================layout===================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-webkit-scrollbar-track {
  background: #0d2f33;
}

*::-webkit-scrollbar-thumb {
  background: #19454a;
}

*::-webkit-scrollbar-thumb:hover {
  background: #5dc4c6;
}

input, textarea {
  -webkit-text-size-adjust: 100%;
}

.loading-overlay {
  background: rgba(5, 41, 45, 0.8) !important;
}

html {
  scroll-padding-top: 90px;
}

body, html {
  font-family: "Noto Sans TC", Verdana, Geneva, sans-serif;
  color: #000;
  line-height: 1.4;
  font-size: 16px;
  position: relative;
  letter-spacing: .05em;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  height: 100%;
  background: #fff;
  scroll-behavior: smooth;
}

.body-hidden {
  height: 100%;
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  color: #5dc4c6;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:focus {
  outline: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.all-width {
  width: 100%;
  margin: auto;
}

.inner1100 {
  max-width: 1100px;
}

@media only screen and (max-width: 1300px) {
  .inner1100 {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 961px) {
  .inner1100 {
    padding: 0 30px;
  }
}

.inner1200 {
  max-width: 1200px;
}

.inner1400 {
  max-width: 1400px;
}

@media only screen and (max-width: 1460px) {
  .inner1400 {
    padding: 0 30px;
  }
}

.inner1660 {
  max-width: 1660px;
}

@media only screen and (max-width: 1720px) {
  .inner1660 {
    padding: 0 30px;
  }
}

.inner1620 {
  max-width: 1620px;
}

@media only screen and (max-width: 1680px) {
  .inner1620 {
    padding: 0 30px;
  }
}

.inner1800 {
  max-width: 1800px;
}

@media only screen and (max-width: 1860px) {
  .inner1800 {
    padding: 0 30px;
  }
}

.inner850 {
  max-width: 850px;
}

@media only screen and (max-width: 910px) {
  .inner850 {
    padding: 0 30px;
  }
}

.innerfull {
  width: 100%;
}

img.ocenter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.noscroll {
  overflow: hidden;
}

.grid {
  display: grid;
}

.hide {
  display: none;
}

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

.edit img, .edit iframe {
  max-width: 100%;
  height: auto;
}

/*IE 滿版背景圖晃動 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}

@supports (-moz-appearance: none) {
  header {
    position: fixed;
  }
}

.more.more-black {
  color: #000;
}

.more.more-black i {
  border: solid 1px #000;
}

.more.more-black:hover {
  color: #000;
}

.more.more-black:hover i {
  background: #000;
  color: #fff;
}

.more, .back {
  max-width: 220px;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 60px;
  border: solid 4px #1b555b;
  margin: 70px auto 0;
  color: #5dc4c6;
  font-weight: 500;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.more:hover, .back:hover {
  background: #1b555b;
}

@media only screen and (max-width: 1201px) {
  .more, .back {
    max-width: 180px;
    height: 45px;
    border-radius: 45px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 1201px) {
  .fancybox__slide {
    padding: 15px !important;
  }
  .fancybox__slide:before {
    display: none;
  }
}

.fancybox__content {
  background: none !important;
  padding: 0 !important;
  width: 100%;
}

.fancybox__content input:focus {
  outline: none !important;
}

.fancybox__content .search-field {
  width: 100%;
  height: 60px;
  border-width: 0 0 1px 0;
  borber-bottom: solid #fff;
  background: none;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fancybox__content .search-field::-webkit-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field::-moz-placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field:-ms-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field::-ms-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field::placeholder {
  color: #9B9B9B;
  opacity: 1;
  letter-spacing: 0;
}

.fancybox__content .search-field::-webkit-input-placeholder {
  color: #9B9B9B;
  letter-spacing: 0;
}

.fancybox__content .search-field:-moz-placeholder {
  color: #9B9B9B;
  letter-spacing: 0;
}

.fancybox__content .search-field::-moz-placeholder {
  color: #9B9B9B;
  letter-spacing: 0;
}

.fancybox__content .search-field:-ms-input-placeholder {
  color: #9B9B9B;
}

@media only screen and (max-width: 1201px) {
  .fancybox__content .search-field {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.fancybox__content > .carousel__button.is-close {
  color: #000 !important;
}

.policy-wrap.current {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.wrapper {
  position: relative;
  z-index: 1;
}

.header-hidden {
  z-index: -1;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fed137), to(#f5d874));
  background: -webkit-linear-gradient(left, #fed137, #f5d874);
  background: -o-linear-gradient(left, #fed137, #f5d874);
  background: linear-gradient(to right, #fed137, #f5d874);
}

.scroll-top i {
  font-size: 24px;
}

.scroll-top:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 1201px) {
  .scroll-top {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 30px;
    bottom: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    font-size: 13px;
  }
  .scroll-top span {
    height: auto;
    display: inline;
  }
  .scroll-top i {
    font-size: 16px;
    display: inline;
    height: auto;
  }
  .scroll-top:hover {
    color: #9e9e9e;
  }
  .scroll-top:hover i {
    color: #9e9e9e;
  }
}

@media only screen and (max-width: 577px) {
  .scroll-top {
    right: 10px;
    bottom: 10px;
  }
}

.stellarnav ul li a:hover {
  color: #5dc4c6;
}

.stellarnav ul li.favor-hidden {
  display: none;
}

@media only screen and (max-width: 1201px) {
  .stellarnav ul li.favor-hidden {
    display: block;
  }
}

.overlay {
  width: 20dvw;
  height: 100dvh;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background: #fff;
  padding: 80px 30px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.overlay .overlay-list a {
  color: #000;
  display: block;
}

.overlay .overlay-list a:hover {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.overlay .overlay-list li {
  padding: 10px 0;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: .01em;
  font-weight: 600;
  font-size: 18px;
  border-bottom: solid 1px #f0f0f0;
}

.overlay.current {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

@media only screen and (max-width: 1201px) {
  .overlay {
    width: 100dvw;
  }
}

.sns-fixed {
  position: fixed;
  top: 100px;
  right: 30px;
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/LINE.png") no-repeat center top;
  background-size: contain;
  z-index: 2;
}

.sns-fixed img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1201px) {
  .sns-fixed {
    top: 80px;
    right: 10px;
    width: 80px;
    height: 80px;
  }
}

header {
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(4, 130, 156, 0.5);
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .left {
  height: inherit;
  width: 500px;
  background: #fff;
  border-radius: 0 0 90px 0;
  grid-gap: 20px;
}

header .left .logo img {
  width: auto;
  height: 100%;
  display: block;
}

header .left .web-people {
  width: 250px;
  padding-top: 5px;
  letter-spacing: 0;
}

header .left .web-people img {
  width: 70%;
  height: auto;
  display: block;
}

header .left .web-people .text {
  font-size: 15px;
  font-weight: 700;
  margin: 5px 0;
  color: #1674c0;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: .01em;
}

header .left .web-people .text2 {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px;
  height: 24px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd3f), to(#ffa625));
  background: -webkit-linear-gradient(left, #ffcd3f, #ffa625);
  background: -o-linear-gradient(left, #ffcd3f, #ffa625);
  background: linear-gradient(to right, #ffcd3f, #ffa625);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px;
  font-size: 12px;
  font-weight: 800;
}

header nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin: auto;
  grid-gap: 1.302083333vw;
}

header nav a {
  padding: 5px 1.5625vw;
  border-radius: 10px;
  background: #fff;
  font-size: clamp(18px, 1.04167vw, 20px);
  font-weight: bold;
}

header nav a.link-1 {
  color: #43c9c9;
}

header nav a.link-2 {
  color: #5aba49;
}

header nav a.link-3 {
  color: #f6b30e;
}

header nav a.link-4 {
  color: #f24c49;
}

header nav a.link-5 {
  color: #b13989;
}

@media only screen and (max-width: 1201px) {
  header nav {
    display: none !important;
  }
}

header .head-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}

header .head-right a {
  font-size: 26px;
  color: #fff;
}

header .head-right a i {
  padding-top: 0;
}

header .head-right a span {
  padding-bottom: 4px;
}

header .head-right a svg {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  fill: #fff;
  width: 28px;
}

header .head-right a.sale-ad {
  background: #124247;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 0.83333vw, 16px);
}

header .head-right a.sale-ad i {
  color: #5dc4c6;
  font-size: 18px;
  margin-right: 10px;
}

header .head-right a:hover {
  color: #5dc4c6;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

header .head-right a:hover svg {
  fill: #5dc4c6;
}

@media only screen and (max-width: 769px) {
  header .head-right a {
    display: none;
  }
  header .head-right a.sale-ad {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .head-right a.sale-ad i {
    font-size: 16px;
    margin-right: 5px;
  }
}

header .search-btn {
  display: none;
  margin-right: 10px;
}

header .search-btn i {
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 1201px) {
  header .search-btn {
    display: block;
  }
}

header .mobile-btn {
  width: 100px;
  position: relative;
  margin-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 3;
  font-size: 20px;
  font-weight: bold;
}

header .mobile-btn:after {
  content: '選單';
}

header .mobile-btn:hover {
  color: #fff;
}

header .mobile-btn .mobile-btn__burger {
  width: 30px;
  height: 2px;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger span {
  display: block;
  background: #fff;
  width: 30px;
  height: 3px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

header .mobile-btn .mobile-btn__burger:before, header .mobile-btn .mobile-btn__burger:after {
  content: '';
  display: block;
  background: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger:before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

header .mobile-btn .mobile-btn__burger:after {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

header .mobile-btn.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

header .mobile-btn.current:after {
  content: '關閉';
}

header .mobile-btn.current .mobile-btn__burger {
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
  background: transparent;
}

header .mobile-btn.current .mobile-btn__burger span {
  opacity: 0;
  visibility: hidden;
  display: none;
}

header .mobile-btn.current .mobile-btn__burger:before, header .mobile-btn.current .mobile-btn__burger:after {
  background: #000;
}

header .mobile-btn.current .mobile-btn__burger:before {
  -webkit-transform: rotate(45deg) translate(10px, -10px);
      -ms-transform: rotate(45deg) translate(10px, -10px);
          transform: rotate(45deg) translate(10px, -10px);
}

header .mobile-btn.current .mobile-btn__burger:after {
  -webkit-transform: rotate(-45deg) translate(10px, 10px);
      -ms-transform: rotate(-45deg) translate(10px, 10px);
          transform: rotate(-45deg) translate(10px, 10px);
}

@media only screen and (max-width: 1201px) {
  header {
    height: 60px;
  }
  header .left {
    width: 280px;
    grid-gap: 10px;
  }
  header .left .logo {
    min-width: 110px;
  }
  header .left .web-people {
    width: 100px;
  }
  header .left .web-people img {
    width: 100%;
  }
  header .left .web-people .text {
    font-size: 12px;
  }
  header .left .web-people .text2 {
    display: none;
  }
  header .mobile-btn {
    margin-right: 10px;
    font-size: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .mobile-btn .mobile-btn__burger {
    width: 20px;
    margin-right: 5px;
  }
  header .mobile-btn .mobile-btn__burger span {
    width: 20px;
    height: 2px;
  }
  header .mobile-btn .mobile-btn__burger:before, header .mobile-btn .mobile-btn__burger:after {
    width: 20px;
    height: 2px;
  }
  header .mobile-btn .mobile-btn__burger:before {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  header .mobile-btn .mobile-btn__burger:after {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}

footer {
  color: #5dc4c6;
  font-family: "Noto Sans TC", sans-serif;
}

footer .footer-content {
  padding: 30px 140px;
  grid-gap: 80px;
}

footer .footer-logo {
  width: 230px;
  min-width: 230px;
}

footer .footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

footer .footer-nav {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 15px;
  margin-bottom: 10px;
}

footer .footer-nav a {
  font-weight: 500;
  color: #000;
}

footer .footer-nav a:hover {
  color: #000;
}

footer .footer-info {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #000;
  font-weight: 600;
}

footer .footer-info a {
  color: #000;
}

footer .footer-info span {
  display: block;
}

footer .footer-info .foot-list {
  margin: 0;
  padding: 0;
}

footer .footer-info .foot-list dt {
  display: inline;
  font-weight: 400;
}

footer .footer-info .foot-list dd {
  color: #04829c;
  margin: 0 15px 0 0;
  float: left;
  white-space: nowrap;
}

footer .footer-info .foot-list dd span {
  display: inline;
}

footer .footer-info .foot-list dd a {
  color: #04829c !important;
}

footer .foot-btm {
  padding: 30px 0;
  text-align: center;
}

@media only screen and (max-width: 1201px) {
  footer .footer-content {
    padding: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-info {
    margin-top: 10px;
  }
  footer .footer-nav {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  footer .footer-nav {
    padding: 30px;
    grid-column-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-info .foot-list dd {
    white-space: pre-wrap;
  }
}

@media only screen and (max-width: 1201px) {
  .zoom-box .viewer-box {
    display: none !important;
  }
}

img {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

img.object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

*::-moz-selection {
  background: none;
}

*::selection {
  background: none;
}
