@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700&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;
}

.justwrap {
  position: relative;
  display: block;
}

.justselect {
  opacity: 0;
  width: 100%;
  display: block !important;
  position: absolute;
  background: transparent;
  height: 100%;
  z-index: 1;
  border: none;
  font-size: 20px;
}

.selectbox {
  width: 100%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.selectbox__label {
  cursor: pointer;
  padding: 5px 10px;
  background: #fff;
  color: #202020;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-transition: 150ms linear all;
  transition: 150ms linear all;
}

.selectbox__label:after {
  content: "";
  display: inline;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #202020;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 150ms linear all;
  transition: 150ms linear all;
}

.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);
  }
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@-webkit-keyframes blinker {
  50% {
    opacity: .5;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes blinker {
  50% {
    opacity: .5;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 2rem;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.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%;
}

.pic-inner {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.pic-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/index/btn-zoom.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .6s;
  transition: .6s;
}

.not-touchable .pic-inner:hover::after {
  opacity: 1;
}

.lg-container .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.95);
}

.lg-container .lg-toolbar .lg-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}

.lg-container .lg-toolbar .lg-icon::after {
  display: none;
}

.lg-container .lg-toolbar .lg-download {
  display: none;
}

.lg-container .lg-toolbar .lg-close {
  background-image: url(../images/index/icon-cross.svg);
}

.lg-container .lg-toolbar .lg-autoplay-button {
  background-image: url(../images/index/icon-play.svg);
}

.lg-container .lg-toolbar .lg-zoom-in {
  background-image: url(../images/index/icon-zoom-in.svg);
}

.lg-container .lg-toolbar .lg-zoom-out {
  background-image: url(../images/index/icon-zoom-out.svg);
}

.lg-container .lg-show-autoplay .lg-autoplay-button {
  background-image: url(../images/index/icon-pause.svg);
}

.lg-container .lg-prev, .lg-container .lg-next {
  padding: 0;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%;
}

.lg-container .lg-next {
  background-image: url(../images/index/btn-arrow.svg);
}

.lg-container .lg-next::before {
  display: none;
}

.lg-container .lg-prev {
  background-image: url(../images/index/btn-arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lg-container .lg-prev::after {
  display: none;
}

.lg-container .lg-backdrop.in {
  opacity: .9;
}

.lg-container .lg-outer .lg-thumb-item {
  border: none;
  opacity: .4;
}

.lg-container .lg-outer .lg-thumb-item:hover, .lg-container .lg-outer .lg-thumb-item.active {
  opacity: 1;
}

.lg-container .lg-sub-html {
  letter-spacing: 1px;
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  .lg-container .lg-toolbar {
    padding: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
}

html,
body {
  position: relative;
  height: 100%;
}

.noto-serif-regular, .company .info-item {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 300;
}

.noto-serif-medium, .block .sub-title h6, .tabs .tab-item {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}

.noto-serif-semibold, .info-wrap h5, .info-wrap-block h5, .block-title {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
}

.noto-serif-bold, .form-control, .selectbox .selectbox__label {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
}

html {
  font-size: 10px;
}

body {
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.4rem;
  background: url(../images/index/texture1.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  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;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.btn-gold {
  padding: 0;
  background-color: #BE9F6B;
  color: #fff;
  font-size: 4.1vmin;
  font-weight: bold;
  letter-spacing: .5vmin;
  width: 100%;
  max-width: 70vmin;
  height: 9vmin;
  line-height: 9vmin;
}

.objectfit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.fullpage-loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  background: url(../images/index/texture1.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.fullpage-loading.hide {
  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;
}

.fixed-height {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: height .25s linear;
  transition: height .25s linear;
}

.flex-container {
  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;
}

.yellow {
  color: #f7db5e;
}

.show-mobile {
  display: none;
}

.main-word {
  margin: 0 auto;
  width: 100%;
  color: #fff;
}

.main-word .title {
  position: relative;
  padding: 1.5vmin 0;
}

.main-word .title .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(237, 219, 105, 0)), color-stop(30%, #eddb69), color-stop(50%, #eddb69), color-stop(70%, #eddb69), to(rgba(237, 219, 105, 0)));
  background: linear-gradient(to right, rgba(237, 219, 105, 0) 0%, #eddb69 30%, #eddb69 50%, #eddb69 70%, rgba(237, 219, 105, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eddb69', endColorstr='#00eddb69',GradientType=1 );
}

.main-word .title .line.top:after, .main-word .title .line.bottom:after {
  content: "";
  position: absolute;
  top: calc((12vmin / 2) * -1);
  right: 3%;
  width: 12vmin;
  height: 12vmin;
  background-image: url(../images/index/title-bg02.webp);
  background-size: 100% 100%;
  -webkit-animation: blinker 2s linear infinite;
          animation: blinker 2s linear infinite;
}

.main-word .title .line.top:after {
  right: 3%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.main-word .title .line.bottom:after {
  left: 3%;
}

.main-word .title .line.smaller:after {
  top: calc((9vmin / 2) * -1);
  width: 9vmin;
  height: 9vmin;
}

.main-word h2 {
  margin: 7px 0 12px 0;
  text-shadow: 0.4vmin 0.4vmin 0.6vmin rgba(0, 0, 0, 0.6);
}

.main-word h2 span {
  display: inline-block;
  vertical-align: middle;
}

.main-word h2 span > em {
  display: inline-block;
  width: 2vmin;
}

.main-word h2 .yellow {
  color: #eddb69;
}

.main-word h2 .white {
  color: #fff;
}

.main-word h2 .bigger {
  font-size: 5.2vmin;
}

.main-word h2 .regular {
  font-size: 3.9vmin;
}

.main-word h2 .smaller {
  color: #fff;
  font-size: 1.4vmin;
  text-shadow: none;
}

.main-word h2 .medium {
  font-weight: 300;
  letter-spacing: .1vmin;
}

.main-word h2 .dot {
  margin: 0 1vmin;
  width: 1vmin;
  height: 1vmin;
  background-color: #eddb69;
  border-radius: 50%;
}

.main-word .content {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-word .content p {
  margin-bottom: .5vmin;
  line-height: 1.7;
  letter-spacing: .1vmin;
  font-size: 1.55vmin;
  font-weight: 300;
}

.main-word .content h4 {
  font-size: 2.2vmin;
  font-weight: 500;
  letter-spacing: .2vmin;
  text-shadow: 0.4vmin 0.4vmin 0.6vmin rgba(0, 0, 0, 0.6);
}

.main-word .content h4.text-left {
  padding-left: 1.5vmin;
}

.main-word .content h4.text-right {
  padding-right: 1.5vmin;
}

.ml5 {
  position: relative;
}

.ml5 .text-wrapper {
  position: relative;
  display: inline-block;
}

.ml5 .line {
  margin: auto;
  -webkit-transform-origin: 0.5 0;
          transform-origin: 0.5 0;
}

.ml5 .letters {
  display: inline-block;
  opacity: 0;
}

.main {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
}

.main .layer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main .layer-bg .show-pc,
.main .layer-bg .show-mobile {
  width: 100%;
  height: 100%;
}

.main .layer-bg img {
  position: absolute;
}

.main .main-word {
  max-width: 64vmin;
}

.main .logo {
  margin: 0 auto 1vmin auto;
  width: 32.5vmin;
}

.main .logo img {
  width: 100%;
  height: auto;
}

.location {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.location:not(.fixed-height) {
  height: 56.3vw;
}

.location:not(.fixed-height) .layer-bg {
  height: 56.3vw;
}

.location:not(.fixed-height) .location-swiper .swiper-slide > div.show-pc {
  width: 100vw;
}

.location .container {
  padding-top: 6vmin;
  z-index: 1;
}

.location .main-word {
  max-width: 83.4vmin;
}

.location .main-word .title {
  padding: 0;
}

.location .main-word .title .line.bottom:after {
  left: 1%;
}

.location .main-word h2 {
  margin: .5vmin 0 1vmin 0;
  text-shadow: 0.4vmin 0.4vmin 0.6vmin rgba(0, 0, 0, 0.5);
}

.location .layer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.location .location-swiper.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.location .location-swiper .swiper-slide {
  width: auto;
}

.location .location-swiper .swiper-slide > div {
  height: 100%;
}

.location .location-swiper .swiper-slide > div.show-pc {
  width: calc(100vh * (1920 / 1080));
}

.location .location-swiper .swiper-slide > div.show-mobile {
  width: calc(100vh * (735 / 667));
}

.location .location-swiper .swiper-slide img {
  height: 100%;
}

.location .swiper-mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  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;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0.5);
}

.location .swiper-mask.hide {
  display: none;
}

.location .left-border {
  margin-left: 1.5vmin;
  padding-left: 1.5vmin;
  border-left: 1px solid #fff;
}

.location h2 {
  padding: .5rem 0;
}

.container {
  position: relative;
  padding-top: 6vh;
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  z-index: 1;
}

.block {
  position: relative;
  padding-top: 12vmin;
  color: #fff;
}

.block.notes-block {
  padding-top: 22vmin;
}

.block .title-pic {
  margin-bottom: 3vh;
}

.block .title-pic img {
  width: 100%;
}

.block .sub-title {
  position: relative;
  z-index: 1;
  margin-bottom: 4vh;
  color: #fff;
  text-align: center;
}

.block .sub-title h6 {
  display: inline-block;
  padding-right: 6vmin;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5.5vmin auto;
  font-size: 3.8vmin;
  letter-spacing: 2vmin;
}

.block .sub-title h6.icon-1 {
  background-image: url(../images/index/icon-1.webp);
}

.block .sub-title h6.icon-2 {
  background-image: url(../images/index/icon-2.webp);
}

.block .sub-title h6.icon-3 {
  background-image: url(../images/index/icon-3.webp);
}

.remark {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: .3rem;
  color: #fff;
}

.remark.bold {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
}

.pic-wrap {
  float: left;
  position: relative;
  width: 56vw;
  height: 34vw;
}

.pic-wrap .swiper-pagination {
  position: relative;
  margin-top: 3rem;
}

.pic-wrap .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2%;
  width: 2.2vmin;
  height: 2.2vmin;
  background-color: #fff;
}

.pic-wrap .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: .55;
}

.pic-wrap .slide-content {
  display: none;
}

.info-wrap {
  float: right;
  padding: 3% 7% 0 4%;
  width: calc(100% - 56vw - 5px);
}

.info-wrap h5 {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 3.5rem;
  font-size: 5.1vmin;
  letter-spacing: 1vmin;
  line-height: 1.3;
}

.info-wrap h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  height: 90%;
  border-left: 3px solid #BE9F6B;
}

.info-wrap p {
  font-size: 2.3vmin;
  font-weight: 300;
  letter-spacing: .6vmin;
  line-height: 1.6;
}

.info-wrap .icon-cross {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.info-wrap-block h5 {
  font-size: 5.1vmin;
  letter-spacing: 1vmin;
  line-height: 1.3;
  text-align: center;
}

.info-wrap-block h5 span {
  display: inline-block;
  padding-left: 2rem;
  border-left: 3px solid #BE9F6B;
}

.info-wrap-block h5 em {
  display: inline-block;
  width: 1rem;
}

.lists-wrap {
  margin-top: 9vh;
  text-align: center;
}

.lists-wrap .lists-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 .75rem 1rem .75rem;
  width: calc((100% / 4) - 1.5rem - 5px);
  text-align: left;
}

.lists-wrap .lists-item label {
  display: inline-block;
  padding: 7px 2rem;
  border: 2.5px solid #BE9F6B;
  border-bottom: none;
  border-top-left-radius: 3.5vmin;
  border-top-right-radius: 3.5vmin;
  font-size: 2.3vmin;
  font-weight: 900;
  letter-spacing: .2vmin;
}

.lists-wrap .lists-item .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 12vmin;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lists-wrap .lists-item .brand p {
  color: #BE9F6B;
  font-size: 2vmin;
  letter-spacing: .2vmin;
  text-align: center;
}

.lists-wrap .lists-item .brand.logo-left .brand-logo {
  width: 70px;
  height: 70px;
}

.lists-wrap .lists-item .brand.logo-left .brand-logo img {
  width: 100%;
}

.lists-wrap .lists-item .brand.logo-left p {
  padding-left: 15px;
}

.lists-wrap .lists-item .brand.logo-top .brand-logo {
  width: 200px;
  height: 4.2vmin;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.lists-wrap .lists-item .brand.logo-top .brand-logo img {
  display: inline-block;
  height: 100%;
}

.lists-wrap .lists-item .brand.logo-top p {
  width: 100%;
}

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

.tabs .tab-button {
  text-align: center;
}

.tabs .tab-item {
  display: inline-block;
  margin: 0 1rem;
  padding: 1px 3.3vmin 5px 3.3vmin;
  background-color: transparent;
  border: 2px solid #BE9F6B;
  border-radius: 1.2vmin;
  color: #fff;
  font-size: 3.2vmin;
  letter-spacing: .8vmin;
  text-indent: .8vmin;
  cursor: pointer;
}

.tabs .tab-item.active {
  background-color: #BE9F6B;
}

.tabs .tab-content {
  padding-top: 9vmin;
}

.tabs .tab-content .tab-pane {
  display: none;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}

.tabs .tab-content .tab-pane .container {
  padding-top: 0;
  max-width: 1580px;
}

.block-inner {
  position: relative;
  padding-bottom: 4vh;
  background-repeat: no-repeat;
}

.right-layer {
  position: absolute;
  z-index: 1;
}

.bubble-layer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.bubble-layer > div {
  position: absolute;
  background-image: url(../images/index/bubble_1_bottom.webp);
  background-size: 100% 100%;
}

.future {
  background: url(../images/index/texture2.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.future .right-layer {
  right: 4%;
  top: 3%;
  opacity: .9;
}

.future .right-layer img {
  width: 35.7vmin;
}

.future .bubble-layer .top {
  top: 0;
  left: -5%;
  width: 23vmin;
  height: 23vmin;
}

.future .bubble-layer .bottom {
  bottom: 0;
  left: 52%;
  width: 12vmin;
  height: 12vmin;
}

.convenient .right-layer {
  right: 0;
  top: 22%;
}

.convenient .right-layer img {
  width: 30vmin;
}

.convenient .bubble-layer .top {
  top: 0;
  right: -2%;
  width: 14vmin;
  height: 14vmin;
}

.convenient .bubble-layer .bottom {
  bottom: 0;
  left: 54%;
  width: 6.8vmin;
  height: 6.8vmin;
}

.enviable {
  background: url(../images/index/texture3.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.enviable .right-layer {
  right: 4%;
  top: 3%;
}

.enviable .right-layer img {
  width: 43vmin;
}

.enviable .bubble-layer .top {
  top: 7%;
  left: -2%;
  width: 14vmin;
  height: 14vmin;
}

.notes-swiper {
  height: 100%;
}

.company {
  width: 100%;
  overflow: hidden;
}

.company .right-layer {
  right: 0;
  top: 18vmin;
  pointer-events: none;
}

.company .right-layer img {
  width: 100%;
}

.company .logo {
  margin: 0 auto 10vh auto;
  width: 72.7vmin;
}

.company .logo img {
  width: 100%;
  height: auto;
}

.company .info-item {
  display: block;
  padding: 1.6vmin 0 2.4vmin 0;
  border: 1px solid #fff;
  border-radius: 2vmin;
  color: #fff;
  font-size: 3.2vmin;
  text-align: center;
  line-height: 4rem;
}

.company .info-item span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .4rem;
}

.company .info-item span::before {
  background-repeat: no-repeat;
}

.company .info-item .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 4rem;
  height: 4rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.company .info-item.phone .icon {
  background-image: url(../images/index/icon-phone.webp);
}

.company .info-item.messanger .icon {
  background-image: url(../images/index/icon-messanger.webp);
}

.company .info-item.fb .icon {
  background-image: url(../images/index/icon-fb.webp);
}

.company .info-item.address .icon {
  background-image: url(../images/index/icon-address.webp);
}

.company .address .col-4 {
  padding-right: 0;
}

.company .address .col-4 .info-item {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.company .address .col-8 {
  padding-left: 0;
}

.company .address .col-8 .info-item {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.company .row {
  margin-bottom: 2rem;
}

.map {
  margin-top: 12vh;
  height: 40vw;
  width: 100%;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.reserve {
  min-height: 100vh;
  background-image: url(../images/index/bg_8.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
}

.reserve .container {
  max-width: 1420px;
}

.reserve .form-left {
  padding-right: 5vmin;
}

.reserve .form-left.pl-25 {
  padding-left: 25px;
}

.reserve .form-left.right-line {
  border-right: 1px solid #fff;
}

.reserve .form-right {
  padding-left: 5vmin;
}

.reserve form .row {
  margin: 5vh 0;
}

.information {
  padding-top: 22vmin;
  padding-bottom: 22vmin;
  color: #fff;
}

.information .container {
  max-width: 85vmin;
}

.information .info-row > div {
  margin-bottom: 2rem;
  font-size: 3.2vmin;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .6vmin;
}

.information .info-row b, .information .info-row p {
  display: inline-block;
  vertical-align: top;
}

.information .info-row b {
  padding-left: 2.5vmin;
  width: 19vmin;
  font-weight: 500;
  border-left: 3px solid #fff;
}

.information .info-row p {
  padding-left: 1vmin;
  width: calc(100% - 19vmin - 20px);
}

.block-title {
  position: relative;
  margin: 0 auto;
  width: 1625px;
  max-width: 90%;
  text-align: center;
}

.block-title span {
  display: inline-block;
  padding: .9rem 0;
  color: #F2CB8C;
  font-size: 5.4vmin;
  letter-spacing: 1rem;
}

.block-title:not(.border) span {
  width: 315px;
}

.block-title:not(.border)::before, .block-title:not(.border)::after {
  width: calc((100% - 315px) / 2);
}

.block-title.border span {
  width: 535px;
  border: 3px solid #F2CB8C;
  border-radius: 100px;
}

.block-title.border::before, .block-title.border::after {
  width: calc((100% - 535px) / 2);
}

.block-title::before, .block-title::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: #F2CB8C;
}

.block-title::before {
  left: 0;
}

.block-title::after {
  right: 0;
}

.show-xs {
  display: none !important;
}

.form-group {
  margin-bottom: 3.5rem;
}

.form-group.full-height {
  height: 100%;
}

.form-group.full-height .form-control {
  height: 100%;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

.select-group {
  border-radius: 2rem;
}

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: #0D1C3F !important;
}

.form-control {
  width: 100%;
  border: none;
  border-radius: 2.5vmin;
  padding: 0 2.5vmin;
  letter-spacing: 5px;
  color: #0D1C3F;
}

.form-control:not(textarea) {
  height: 8.9vmin;
  line-height: 8.9vmin;
  font-size: 3.9vmin;
}

.form-control:not(textarea)::-webkit-input-placeholder {
  color: #0D1C3F;
}

.form-control:not(textarea):-ms-input-placeholder {
  color: #0D1C3F;
}

.form-control:not(textarea)::-ms-input-placeholder {
  color: #0D1C3F;
}

.form-control:not(textarea)::placeholder {
  color: #0D1C3F;
}

.form-control:not(textarea):focus::-webkit-input-placeholder {
  color: rgba(13, 28, 63, 0.3);
}

.form-control:not(textarea):focus:-ms-input-placeholder {
  color: rgba(13, 28, 63, 0.3);
}

.form-control:not(textarea):focus::-ms-input-placeholder {
  color: rgba(13, 28, 63, 0.3);
}

.form-control:not(textarea):focus::placeholder {
  color: rgba(13, 28, 63, 0.3);
}

.form-control option {
  font-size: 1.2vmin;
  font-weight: bold;
  color: #0d1c3f;
}

textarea.form-control {
  padding-top: .9vmin;
  font-size: 3.3vmin;
  max-width: 100%;
}

textarea.form-control::-webkit-input-placeholder {
  color: #6f7d9b;
}

textarea.form-control:-ms-input-placeholder {
  color: #6f7d9b;
}

textarea.form-control::-ms-input-placeholder {
  color: #6f7d9b;
}

textarea.form-control::placeholder {
  color: #6f7d9b;
}

textarea.form-control:focus::-webkit-input-placeholder {
  color: rgba(111, 125, 155, 0.3);
}

textarea.form-control:focus:-ms-input-placeholder {
  color: rgba(111, 125, 155, 0.3);
}

textarea.form-control:focus::-ms-input-placeholder {
  color: rgba(111, 125, 155, 0.3);
}

textarea.form-control:focus::placeholder {
  color: rgba(111, 125, 155, 0.3);
}

select.form-control {
  -webkit-appearance: none;
  background-color: transparent;
}

.selectbox {
  font-size: 3.9vmin;
  letter-spacing: 5px;
}

.selectbox .selectbox__label {
  padding: 0 2.5vmin;
  border-radius: 2.5vmin;
  height: 8.9vmin;
  line-height: 8.9vmin;
}

.selectbox .selectbox__label:after {
  border-left-width: 16px;
  border-right-width: 16px;
  border-top-width: 22px;
  right: 2rem;
}

.checkbox-group {
  display: inline-block;
  position: relative;
  margin-bottom: 4vh;
  padding-left: 4.5vmin;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  letter-spacing: 3px;
  font-size: 3.5vmin;
  font-weight: 500;
}

.checkbox-group .yellow {
  font-size: 3.4vmin;
  font-weight: 700;
}

.checkbox-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-group:hover input ~ .checkmark {
  background-color: #fff;
}

.checkbox-group input:checked ~ .checkmark {
  background-color: #fff;
}

.checkbox-group input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-group .checkmark {
  position: absolute;
  left: 0;
  top: calc((100% - 3.5vmin) / 2);
  height: 3.5vmin;
  width: 3.5vmin;
  background-color: #eee;
}

.checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 1vmin;
  top: 0vmin;
  width: 1vmin;
  height: 2vmin;
  border: solid #0d1c3f;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fixed-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 14vmin;
  background-color: #16594F;
}

.fixed-bottom.hide {
  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;
}

.fixed-bottom .bottom-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  text-align: center;
}

.fixed-bottom .bottom-item img {
  display: inline-block;
  max-width: 5.5vmin;
  height: auto;
  max-height: 5.5vmin;
}

.fixed-bottom .bottom-item span {
  display: block;
  font-size: 2.5vmin;
}

.fixed-bottom .bottom-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc((100% - 7vmin) / 2);
  right: 0;
  width: 1px;
  height: 7vmin;
  background-color: rgba(255, 255, 255, 0.56);
}

.toTop {
  display: none;
  position: fixed;
  z-index: 11;
  right: 3vw;
  bottom: 3vw;
  width: 4.5vw;
  height: 4.5vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.48);
  background-image: url(../images/index/icon-top.webp);
  background-size: 100%;
  cursor: pointer;
}

.toTop::before, .toTop::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
}

.toTop:hover::before {
  -webkit-animation: rotateBtn 1s;
          animation: rotateBtn 1s;
}

.modal-wrap {
  display: none;
}

.modal-btn {
  cursor: pointer;
}

.contact-modal {
  letter-spacing: .3rem;
}

.contact-modal .icon {
  display: inline-block;
  margin-bottom: 1rem;
  width: 8rem;
}

.contact-modal .icon img {
  width: 100%;
}

.contact-modal label, .contact-modal p {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}

.contact-modal label, .contact-modal p, .contact-modal a {
  color: #000;
}

.contact-modal p {
  margin-bottom: 2rem;
}

.contact-modal .btn {
  padding: .6rem 3rem .8rem 3rem;
  background-color: #C4956C;
  color: #fff;
  font-size: 2rem;
  border-radius: 5rem;
  letter-spacing: .5rem;
}

.contact-swal .swal2-popup {
  padding: 0;
  width: 512px;
  height: 340px;
  border-radius: 15px;
}

.contact-swal .swal2-close {
  margin-right: 2%;
  margin-top: 2%;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background-image: url(../images/index/btn-close.webp);
  background-size: 100%;
}

.contact-swal .swal2-close:hover, .contact-swal .swal2-close:focus {
  background-image: url(../images/index/btn-close.webp);
}

.contact-swal .swal2-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1266px) {
  .block.notes-block {
    padding-top: 15vmin;
  }
  .pic-wrap {
    width: 50vw;
    height: 30.2vw;
  }
  .info-wrap {
    padding: 1% 4% 0 3%;
    width: calc(100% - 50vw - 5px);
  }
  .main .main-word {
    max-width: 66vmin;
  }
  .location .main-word {
    max-width: 95vmin;
  }
  .remark {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .lists-wrap .lists-item label {
    padding: 7px 1rem;
  }
  .lists-wrap .lists-item .brand.logo-left .brand-logo {
    width: 6vmin;
    height: 6vmin;
  }
  .lists-wrap .lists-item .brand.logo-left .brand-logo img {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .pic-wrap, .info-wrap {
    float: none;
  }
  .pic-wrap {
    margin: 0 auto;
    width: 80%;
    height: 80vw;
  }
  .pic-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }
  .info-wrap {
    padding: 0;
  }
  .info-wrap h5 {
    text-align: center;
  }
  .info-wrap,
  .info-wrap-block {
    margin: 0 auto 5vmin auto;
    width: 70%;
  }
  .info-wrap h5,
  .info-wrap-block h5 {
    padding-left: 0;
    padding-bottom: 3.5vmin;
    margin-bottom: 3.5vmin;
    border-bottom: 1px solid #BE9F6B;
  }
  .info-wrap h5::before,
  .info-wrap-block h5::before {
    display: none;
  }
  .info-wrap-block h5 span {
    border-left: none;
  }
  .info-wrap-block h5 em {
    display: block;
    width: 0;
  }
  .company {
    padding-top: 0;
  }
  .company .container {
    width: 60%;
  }
  .company .logo {
    width: 100%;
  }
  .company .row {
    display: block;
    margin: 0;
  }
  .company .col {
    padding: 0;
    margin-bottom: 2vh;
  }
  .company .col-4,
  .company .col-8 {
    padding: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
  .company .address .col-4 .info-item {
    border-radius: 2vmin;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    border-right: 1px solid #fff;
  }
  .company .address .col-8 .info-item {
    border-radius: 2vmin;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .company .info-item {
    padding-left: calc((100% - 24rem) / 2);
    text-align: left;
    font-size: 2rem;
    line-height: 1.5;
  }
  .company .info-item .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .company .info-item em {
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
  }
  .company .col-8 .info-item {
    padding-left: 0;
    text-align: center;
  }
  .map {
    margin-top: 6vh;
    height: 88vw;
  }
  .reserve {
    background: none;
  }
  .reserve .container {
    padding-top: 6vh;
  }
  .reserve .form-left {
    padding-right: 3%;
  }
  .reserve .form-right {
    padding-left: 3%;
  }
  .reserve form .row {
    margin-top: 0;
  }
  .information {
    padding-top: 6vh;
    padding-bottom: 12vh;
  }
  .information .container {
    max-width: 45rem;
  }
  .information .info-row b {
    padding-left: 1rem;
    width: 10rem;
    border-width: 1px;
  }
  .information .info-row p {
    padding-left: 1rem;
    width: calc(100% - 10rem - 1rem);
  }
  .information .info-row > div {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .block-title {
    max-width: 100%;
  }
  .block-title span {
    padding: .2rem 0;
    font-size: 3rem;
    letter-spacing: .5rem;
  }
  .block-title.border span {
    width: 17rem;
    border-width: 1px;
    border-radius: 10px;
  }
  .block-title.border::before, .block-title.border::after {
    width: calc((100% - 17rem) / 2);
    height: 1px;
  }
  .block-title:not(.border) span {
    width: 17rem;
  }
  .block-title:not(.border)::before, .block-title:not(.border)::after {
    width: calc((100% - 17rem) / 2);
    height: 1px;
  }
  .lists-wrap {
    margin-top: 6vh;
  }
  .lists-wrap .lists-item {
    margin: 0 2vw 2vh 2vw;
    width: calc((100% / 2) - 4vw - 5px);
  }
  .lists-wrap .lists-item label {
    border-width: 1px;
  }
  .lists-wrap .lists-item .brand {
    min-height: 70px;
  }
  .form-group {
    margin-bottom: 3vh;
  }
  .form-control {
    padding: 0 1.5rem;
  }
  .form-control:not(textarea) {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    border-radius: 1.5rem;
  }
  textarea.form-control {
    font-size: 1.6rem;
    letter-spacing: .2rem;
    border-radius: 1.5rem;
  }
  .selectbox {
    font-size: 1.8rem;
    letter-spacing: .2rem;
  }
  .selectbox .selectbox__label {
    padding: 0 3rem 0 1.5rem;
    height: 5rem;
    border-radius: 1.5rem;
  }
  .selectbox .selectbox__label:after {
    border-left-width: .8rem;
    border-right-width: .8rem;
    border-top-width: 1.1rem;
    right: .7rem;
  }
  .checkbox-group {
    padding-left: 3rem;
    font-size: 1.8rem;
  }
  .checkbox-group .yellow {
    font-size: 1.8rem;
  }
  .checkbox-group .checkmark {
    top: calc((100% - 2rem) / 2);
    height: 2rem;
    width: 2rem;
  }
  .btn-gold {
    font-size: 1.8rem;
    max-width: 70%;
    height: 5rem;
    line-height: 5rem;
  }
  .toTop {
    width: 6rem;
    height: 6rem;
  }
  .contact-modal .icon {
    margin-bottom: 2vmin;
    width: 11vmin;
  }
  .contact-modal p {
    margin-bottom: 3vmin;
  }
  .contact-modal label, .contact-modal p {
    font-size: 4vw;
  }
  .contact-modal .btn {
    padding: 1px 15px 3px 15px;
    font-size: 3vw;
  }
  .contact-swal .swal2-popup {
    width: 80vw;
    height: 56vw;
  }
  .tabs .tab-item {
    margin: 0 1vmin;
    padding: 0 2vmin 0.5vmin 2vmin;
    border-radius: 0.8vmin;
    border-width: 1px;
    font-size: 2.85vmin;
    letter-spacing: .5vmin;
    text-indent: 0.5vmin;
  }
}

@media screen and (max-width: 480px) {
  .pic-wrap .swiper-pagination {
    margin-top: 1.5rem;
  }
  .pic-wrap .swiper-pagination .swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
  }
  .block-title span {
    font-size: 1.8rem;
  }
  .block-title.border span {
    width: 12rem;
  }
  .block-title.border::before, .block-title.border::after {
    width: calc((100% - 12rem) / 2);
  }
  .block-title:not(.border) span {
    width: 12rem;
  }
  .block-title:not(.border)::before, .block-title:not(.border)::after {
    width: calc((100% - 12rem) / 2);
  }
  .main .main-word {
    max-width: 85%;
  }
  .company .logo {
    margin-bottom: 6vh;
  }
  .company .info-item {
    padding-left: calc((100% - 18rem) / 2);
    font-size: 1.5rem;
  }
  .company .info-item span {
    letter-spacing: 2px;
  }
  .reserve .container {
    padding-top: 3vh;
  }
  .reserve .form-left {
    padding-left: 0;
  }
  .reserve .form-right {
    padding-right: 0;
  }
  .information .container {
    width: 30rem;
    max-width: 90%;
  }
  .information .info-row b {
    padding-left: 5px;
    width: 7rem;
  }
  .information .info-row p {
    padding-left: 5px;
    width: calc(100% - 7rem - 1rem);
  }
  .information .info-row > div {
    margin-bottom: 2vh;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .form-control {
    padding: 0 7px;
  }
  .form-control:not(textarea) {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    border-radius: 10px;
  }
  textarea.form-control {
    font-size: 1.2rem;
    letter-spacing: 0;
    border-radius: 10px;
  }
  .selectbox {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .selectbox .selectbox__label {
    padding: 0 15px 0 7px;
    height: 3rem;
    border-radius: 10px;
  }
  .selectbox .selectbox__label:after {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 7px;
    right: 7px;
  }
  .checkbox-group {
    margin-bottom: 2vh;
    padding-left: 2rem;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .checkbox-group .yellow {
    font-size: 1.2rem;
  }
  .checkbox-group .checkmark {
    top: calc((100% - 1.5rem) / 2);
    height: 1.5rem;
    width: 1.5rem;
  }
  .btn-gold {
    font-size: 1.2rem;
    max-width: 70%;
    height: 3rem;
    line-height: 3rem;
  }
  .toTop {
    width: 3.5rem;
    height: 3.5rem;
  }
  .fixed-bottom .bottom-item span {
    font-size: 1.2rem;
  }
  .contact-modal label, .contact-modal p {
    font-size: 13px;
  }
  .contact-modal .btn {
    font-size: 13px;
  }
  .lists-wrap .lists-item .brand p {
    font-size: 12px;
  }
  .lists-wrap .lists-item .brand.logo-left p {
    padding-left: 3%;
  }
  .tabs .tab-item {
    margin: 0 .5vw;
    padding: 0 7px 2px 7px;
    border-radius: 4px;
    border-width: 1px;
    font-size: 1.8vh;
    letter-spacing: 2px;
    text-indent: 2px;
  }
  .info-wrap p {
    font-size: 12px;
  }
}

@media screen and (max-width: 325px) {
  .company .container {
    width: 80%;
  }
  .company .info-item span {
    font-size: 12px;
  }
  .lists-wrap .lists-item {
    margin: 0 .5vw 2vh .5vw;
    width: calc((100% / 2) - 1vw - 5px);
  }
  .lists-wrap .lists-item label {
    padding: 3% 5%;
  }
  .lists-wrap .lists-item .brand.logo-left p {
    padding-left: 0;
  }
}

@media screen and (max-height: 550px) {
  .fixed-height,
  .location:not(.fixed-height),
  .location:not(.fixed-height) .layer-bg {
    height: 600px;
  }
  .location .location-swiper .swiper-slide > div.show-pc {
    width: calc(600px * (1920 / 1080));
  }
  .location .main-word {
    max-width: 80%;
  }
  .contact-swal .swal2-popup {
    width: calc(80vh * (480 / 340));
    height: 80vh;
  }
  .pic-wrap {
    width: 70vh;
    height: 70vh;
  }
  .company .logo {
    margin: 10vh auto;
    max-width: 300px;
  }
  .main-word .content h4,
  .main-word .content p,
  .main-word h2 .smaller,
  .info-wrap p,
  .lists-wrap .lists-item .brand p,
  .lists-wrap .lists-item label {
    font-size: 1.2rem;
  }
  .tabs .tab-item,
  .contact-modal label, .contact-modal p,
  .contact-modal .btn {
    font-size: 1.8rem;
  }
}

@media screen and (orientation: portrait) {
  .show-pc {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .main .logo {
    margin-bottom: 3vh;
    width: 30vh;
  }
  .main .main-word .content {
    margin-top: 3vh;
  }
  .main-word .title {
    max-width: 40vh;
    margin: 0 auto;
  }
  .main-word .title .line.top:after, .main-word .title .line.bottom:after {
    top: calc((9vmin / 2) * -1);
    width: 9vmin;
    height: 9vmin;
  }
  .main-word h2 {
    margin: 1.5vh 0;
  }
  .main-word h2 .dot {
    height: 0;
    display: block;
    background: transparent;
  }
  .main-word h2 span > em {
    display: block;
  }
  .main-word h2 .bigger {
    display: inline-block;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    width: 35vh;
    font-size: 5.5vh;
    line-height: 1.2;
    height: calc(5.8vh * 1.2);
  }
  .main-word h2 .bigger::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
    visibility: hidden;
  }
  .main-word h2 .regular {
    font-size: 5vh;
  }
  .main-word h2 .smaller {
    font-size: 12px;
  }
  .main-word .content h4 {
    font-size: 13px;
  }
  .main-word .content p {
    font-size: 12px;
  }
  .location .container {
    padding-top: 15vh;
  }
  .location .main-word h2 {
    display: block;
    text-align: center;
  }
  .location .main-word h2 .medium {
    padding-left: 0;
    margin-left: 0;
    position: absolute;
    top: calc(100% + 4vh);
    left: 0;
    border-left: none;
    width: 100%;
  }
  .future .bubble-layer .top, .convenient .bubble-layer .top, .enviable .bubble-layer .top {
    top: 7vh;
    left: -5%;
    right: initial;
    width: 17vmin;
    height: 17vmin;
  }
  .future .bubble-layer .bottom, .convenient .bubble-layer .bottom, .enviable .bubble-layer .bottom {
    left: initial;
    right: -3%;
    bottom: 5%;
    width: 10vmin;
    height: 10vmin;
  }
  .future .right-layer {
    top: 7vh;
  }
  .future .right-layer img {
    width: 20.5vmin;
  }
  .convenient .right-layer {
    top: 13vh;
  }
  .convenient .right-layer img {
    width: 20.5vmin;
  }
  .enviable .right-layer {
    top: 6vh;
    right: 2%;
  }
  .enviable .right-layer img {
    width: 27vmin;
  }
  .enviable .bubble-layer .top {
    top: 20vh;
  }
  .block .notes-block {
    padding-top: 7vh;
  }
  .block .title-pic {
    margin-bottom: 1vh;
    overflow: hidden;
  }
  .block .title-pic img {
    margin-left: -20%;
    width: 140%;
  }
  .block .sub-title h6 {
    padding-right: 15px;
    font-size: 12px;
    letter-spacing: 5px;
    background-size: 15px auto;
  }
  .tabs .tab-content {
    padding-top: 4vh;
  }
}

.show-fixed-bottom .toTop {
  bottom: calc(14vmin + 3vw);
}

.not-touchable .tabs .tab-item:not(.active) {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.not-touchable .tabs .tab-item:not(.active):hover {
  color: #BE9F6B;
}

.not-touchable .company a.info-item {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.not-touchable .company a.info-item .icon {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.not-touchable .company a.info-item:hover {
  background-color: #fff;
  color: #0D1C3F;
}

.not-touchable .company a.info-item:hover.phone .icon {
  background-image: url(../images/index/icon-phone-b.webp);
}

.not-touchable .company a.info-item:hover.messanger .icon {
  background-image: url(../images/index/icon-messanger-b.webp);
}

.not-touchable .company a.info-item:hover.fb .icon {
  background-image: url(../images/index/icon-fb-b.webp);
}

.not-touchable .company a.info-item:hover.address .icon {
  background-image: url(../images/index/icon-address-b.webp);
}

.not-touchable .pic-wrap .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.not-touchable .pic-wrap .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  opacity: .8;
}
