@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap");

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

:focus {
  outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link,
:visited,
ins {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

.imgCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@-webkit-keyframes scrolly {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}

@keyframes scrolly {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}

@-webkit-keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInGrow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInGrow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-custom,
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-custom {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

/* nav */
.nav-control {
  position: fixed;
  right: 4vw;
  top: 15px;
  z-index: 120;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.nav-control:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.nav-control .dropdown {
  position: relative;
  display: inline-block;
}

.nav-control .dropdown-content {
  display: none;
  position: absolute;
  background-color: #edbe93;
  min-width: 55px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 5px;
}

.nav-control .dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.nav-control .dropdown-content a:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.nav-control .dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-control .show {
  display: block;
}

.menu-btn {
  position: relative;
  display: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  right: 50%;
}

.menu-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

.menu-btn:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn>span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.menu-btn>span:nth-child(1) {
  width: 28px;
  top: 5px;
  -webkit-transition: width .3s ease .5s, background .7s ease 1s;
  transition: width .3s ease .5s, background .7s ease 1s;
}

.menu-btn>span:nth-child(2) {
  top: 12px;
  -webkit-transition: width .3s ease .4s, background .7s ease 1s;
  transition: width .3s ease .4s, background .7s ease 1s;
}

.menu-btn>span:nth-child(3) {
  width: 12px;
  top: 19px;
  -webkit-transition: width .3s ease .3s, background .7s ease 1s;
  transition: width .3s ease .3s, background .7s ease 1s;
}

.menu-btn.close-btn {
  top: 0;
  z-index: 100;
}

.menu-btn.close-btn:before {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
  width: auto;
  background: #fff;
}

.menu-btn.close-btn:after {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .4s;
  transition: all .3s ease .4s;
  background: #fff;
}

.menu-btn.close-btn span {
  width: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn.scroll span {
  background: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/*side nav*/
body.open::after {
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

nav {
  display: none;
  position: absolute;
  top: 60px;
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  overflow: hidden;
}

nav.open {
  top: 0;
  opacity: 1;
  display: block;
  width: 100%;
  max-width: 500px;
  position: fixed;
  z-index: 99;
  background-color: rgba(41, 56, 61, 0.9);
}

nav.open .sidemenu {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow-y: scroll;
  height: 100%;
}

nav.open .sidemenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #29383D;
}

nav.open .sidemenu::-webkit-scrollbar-track {
  border-radius: 0;
}

nav.open .sidemenu::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #666;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 5px;
}

nav .sidemenu {
  padding: 0 80px 0 20%;
}

nav .sidemenu .menu-item {
  text-align: center;
}

nav .sidemenu .menu-item a {
  padding: 10px 0;
  display: inline-block;
}

nav .sidemenu .menu-item a>span {
  display: block;
}

nav .sidemenu .menu-item a>span:not(.en) {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3px;
}

nav .sidemenu .menu-item a>span.en {
  font-family: 'Beau Rivage', 'Noto Serif TC', serif;
  color: #C8B38C;
  font-size: 18px;
  letter-spacing: 5px;
}

nav .sidemenu .social-row {
  margin-top: 5vh;
  width: 100%;
  text-align: center;
}

nav .sidemenu .social-row li {
  display: inline-block;
  margin: 0 10px;
}

nav .sidemenu .social-btn {
  width: 35px;
  height: 35px;
}

nav .sidemenu .social-btn svg {
  fill: #fff;
}

@media (max-width: 1024px) {
  .menu-btn {
    display: block;
  }

  .nav-control {
    top: 12px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
}

html,
body {
  position: relative;
  height: 100%;
}

html {
  font-size: 18px;
}

@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1266px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  width: 100%;
  min-width: 280px;
  color: #4D4D4D;
  margin: 0;
  padding: 0;
  background-image: url(../images/common/bg-footer.webp);
  background-size: 100% auto;
  background-attachment: fixed;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

.fixed-height,
.swiper-container .swiper-slide.section-fullheight,
.section-fullheight {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: height .25s linear;
  transition: height .25s linear;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 55px;
}

h2,
.h2 {
  font-size: 6vmin;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.3rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.gold {
  color: #C59C62;
}

.cyan {
  color: #3FACA0;
}

.navy {
  color: #3F495D;
}

.light-gold {
  color: #C8B38C;
}

.red {
  color: #FF1D25;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0 5px;
  line-height: 35px;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
  transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  height: 35px;
}

.form-control:focus {
  border-bottom-color: #fff;
}

textarea.form-control {
  border: none;
  color: #000;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

textarea.form-control:focus {
  background-color: #fff;
}

select.form-control {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus {
  color: #fff;
  background-color: rgba(7, 56, 86, 0.9);
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

*[role=button] {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

input,
textarea {
  outline: none;
  background: none;
  border: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c7c8c9;
}

input::-webkit-autofill,
textarea::-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: none !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c7c8c9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

.fade,
.header .navbar-logo,
.header .menu .menu-item>a {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.fade:hover,
.header .navbar-logo:hover,
.header .menu .menu-item>a:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.btn:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.btn-block {
  display: block;
  border-radius: 0;
  width: 100%;
}

.btn-gold {
  background-color: #B49F75;
  color: #fff;
}

.btn-gold:hover {
  background-color: #CCB283;
}

.objectfit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-mj {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: normal;
}

.show {
  display: block;
  -webkit-animation: fadeInAnimation ease 1s;
  animation: fadeInAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: fadeOutAnimation ease .5s;
  animation: fadeOutAnimation ease .5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.container {
  position: relative;
  padding: 0;
  width: 94%;
  max-width: 1650px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 12;
  background-color: #29383D;
  -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.15);
}

.header .navbar-logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.header .navbar-logo img {
  width: 235px;
  height: 60px;
}

.header .menu {
  float: right;
}

.header .menu .menu-item {
  display: inline-block;
  margin-left: 50px;
  padding: 24px 0;
  line-height: 28px;
  font-size: 1rem;
}

.header .menu .menu-item>a {
  color: #fff;
}

.footer {
  position: relative;
  padding: 2vw 0;
  display: block;
}

.footer .logo {
  width: 250px;
}

.footer .logo img {
  width: 100%;
}

.footer ul {
  text-align: right;
}

.footer ul li {
  display: inline-block;
  margin-left: 10px;
}

.footer .social-btn {
  width: 45px;
  height: 45px;
}

.footer .social-btn svg {
  fill: #B49F75;
}

.footer .social-btn.fb:hover svg {
  fill: #295C9E;
}

.footer .social-btn.yt:hover svg {
  fill: #E82312;
}

.footer .copyright {
  color: rgba(0, 0, 0, 0.3);
  font-size: 13px;
}

.social-btn {
  display: block;
}

.social-btn svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fullpage-loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  background: #29383D;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.fullpage-loading.active {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: fadeOutAnimation ease 1s;
  animation: fadeOutAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.section {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.section-banner {
  background-color: #29383D;
  text-align: center;
}

#banner-swiper {
  overflow: hidden;
}

#banner-swiper .banner-video {
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
}

#banner-swiper .banner-swiper-button {
  position: absolute;
  width: 80px;
  height: 180px;
  right: 4vw;
  bottom: 18vh;
}

#banner-swiper .banner-swiper-button .swiper-button-next,
#banner-swiper .banner-swiper-button .swiper-button-prev {
  background-image: url(../images/common/icon-arrow-white.svg);
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  opacity: 1;
}

#banner-swiper .banner-swiper-button .swiper-button-next::after,
#banner-swiper .banner-swiper-button .swiper-button-prev::after {
  content: "";
}

#banner-swiper .banner-swiper-button .swiper-button-prev {
  top: initial;
  bottom: 100px;
  left: 0;
  right: initial;
}

#banner-swiper .banner-swiper-button .swiper-button-next {
  top: initial;
  bottom: 0;
  left: 0;
  right: initial;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#banner-swiper .swiper-pagination.banner-swiper-btn {
  position: absolute;
  width: auto;
  left: initial;
  right: 4vw;
  bottom: 2vw;
}

#banner-swiper .swiper-pagination.banner-swiper-btn .swiper-pagination-bullet {
  width: 40px;
  height: 7px;
  background: #fff;
  opacity: .5;
  border-radius: 0;
}

#banner-swiper .swiper-pagination.banner-swiper-btn .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  opacity: .7;
}

#banner-swiper .swiper-pagination.banner-swiper-btn .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #fff;
}

@media screen and (max-width: 1600px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.screen-v .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 3px;
}

.section[fullheight] .fp-overflow {
  height: 100%;
}

#toTop,
#toTop2 {
  display: none;
  position: fixed;
  z-index: 11;
  right: 10px;
  bottom: 2vw;
  width: 80px;
  height: 80px;
  background-image: url(../images/common/icon-top2.webp);
  background-size: 100%;
  cursor: pointer;
}

#toTop::before,
#toTop::after,
#toTop2::before,
#toTop2::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
}

#toTop::before,
#toTop2::before {
  background-image: url(../images/common/icon-top.webp);
}

#toTop:hover::before,
#toTop2:hover::before {
  -webkit-animation: rotateBtn 1s;
  animation: rotateBtn 1s;
}

#toTop::after,
#toTop2::after {
  background-image: url(../images/common/icon-top2.webp);
}

#toDown {
  position: absolute;
  z-index: 1;
  bottom: 2vw;
  left: calc((100% - 55px) / 2);
  text-align: center;
  cursor: pointer;
}

#toDown span {
  position: relative;
  display: block;
  margin: auto;
  width: 20px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #fff;
}

#toDown span:after {
  position: absolute;
  top: 6px;
  left: 50%;
  content: "";
  width: 1px;
  height: 9px;
  background-color: #fff;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

#toDown p {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1600px) {
  .container {
    width: 88%;
  }

  .header {
    height: 60px;
  }

  .header .navbar-logo img {
    width: 155px;
    height: 40px;
  }

  .header .menu .menu-item {
    padding: 16px 0;
  }

  #banner-swiper .banner-swiper-button {
    width: 45px;
    height: calc(45px * 2 + 20px);
  }

  #banner-swiper .banner-swiper-button .swiper-button-next,
  #banner-swiper .banner-swiper-button .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  #banner-swiper .banner-swiper-button .swiper-button-prev {
    bottom: calc(45px + 20px);
  }

  #toTop,
  #toTop2 {
    width: 60px;
    height: 60px;
  }

  .form-control {
    height: 30px;
    line-height: 30px;
  }

  textarea.form-control {
    line-height: 1.5;
  }

  #banner-swiper .swiper-pagination.banner-swiper-btn .swiper-pagination-bullet {
    margin: 4px;
    width: 35px;
    height: 5px;
  }

  .footer .container {
    width: calc(100% - 120px - 2vw);
  }

  .footer .logo {
    width: 200px;
  }

  .footer .social-btn {
    width: 35px;
    height: 35px;
  }

  .footer .pull-right {
    margin-right: 4vw;
  }
}

@media (max-width: 1024px) {
  .header {
    height: 50px;
  }

  .header .navbar-logo {
    margin-top: 7px;
  }

  .header .navbar-logo img {
    width: 135px;
    height: 35px;
  }

  .header .menu {
    display: none;
  }

  .footer .copyright {
    font-size: 12px;
  }
}

@media (max-width: 767px) {

  #toTop,
  #toTop2 {
    width: 50px;
    height: 50px;
  }

  .footer .logo {
    width: 155px;
  }

  .footer .container {
    width: calc(100% - 80px - 2vw);
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .footer {
    padding: 25px 0 10px 0;
  }

  .footer .logo {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .footer .container {
    width: 100%;
  }

  .footer .pull-right {
    margin-right: 2vw;
  }

  .footer ul li:last-of-type {
    margin-right: 70px;
  }
}

@media (max-width: 325px) {
  body {
    font-size: 12px;
  }
}

.screen-v #toDown {
  bottom: calc(2vw + 25px);
}

.screen-v #banner-swiper .banner-swiper-button {
  bottom: calc(2vw + 40px);
  width: auto;
  height: 45px;
}

.screen-v #banner-swiper .banner-swiper-button .swiper-button-prev,
.screen-v #banner-swiper .banner-swiper-button .swiper-button-next {
  position: relative;
  display: inline-block;
  margin: 0 0.25rem;
  bottom: initial;
}

.screen-v #banner-swiper .swiper-pagination.banner-swiper-btn {
  width: 100%;
  right: initial;
}

.screen-v #banner-swiper .swiper-pagination.banner-swiper-btn .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
}

@media (max-width: 767px) {
  .screen-v #toDown {
    left: calc((100% - 52px) / 2);
  }
  .screen-v #toDown p {
    display: none;
  }
  .screen-v #toDown span {
    display: block;
    border: none;
    width: 55px;
    height: auto;
    color: rgba(255, 255, 255, 0.8);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
  }
  .screen-v #toDown span::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: top;
    width: 15px;
    top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .screen-v #toDown span::after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .screen-v #banner-swiper .banner-swiper-button {
    bottom: calc(2vw + 45px);
    height: 35px;
  }

  .screen-v #banner-swiper .banner-swiper-button .swiper-button-prev,
  .screen-v #banner-swiper .banner-swiper-button .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-height: 550px) {
  .screen-v #toDown {
    bottom: 20px;
    left: calc((100% - 52px) / 2);
  }
  .screen-v #toDown p {
    display: none;
  }
  .screen-v #toDown span {
    display: block;
    border: none;
    width: 55px;
    height: auto;
    color: rgba(255, 255, 255, 0.8);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
  }
  .screen-v #toDown span::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: top;
    width: 15px;
    top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .screen-v #toDown span::after {
    display: none;
  }
}

.banner-h .banner-imgv {
  display: none;
}

.banner-v .banner-imgh {
  display: none;
}

body .header {
  -webkit-transition: initial;
  transition: initial;
}

.swiper-container {
  width: 100%;
  height: 100%;
  background-color: #29383D;
}

.swiper-button-next,
.swiper-button-prev {
  top: 0;
  margin-top: 0;
}

#over-section-swiper .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.not-touchable #banner-swiper .banner-swiper-button .swiper-button-prev,
.not-touchable #banner-swiper .banner-swiper-button .swiper-button-next {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.not-touchable #banner-swiper .banner-swiper-button .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.not-touchable #banner-swiper .banner-swiper-button .swiper-button-next:hover {
  -webkit-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotate(180deg);
}

.btn,
.header .menu .menu-item>a {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: normal;
}