/* @font-face {    font-family: 'Chronicle Display Roman';    src: url('../fonts/Chronicle Display Roman.otf') format('truetype');    font-weight: 300;}@font-face {    font-family: 'Chronicle Display Italic';    src: url('../fonts/Chronicle Display Italic.otf') format('truetype');} */

/* @font-face {    font-family: 'MSungHK';    src: url('../fonts/MSungHK-Light.otf') format('truetype');    font-weight: 300;}@font-face {    font-family: 'MSungHK';    src: url('../fonts/MSungHK-Medium.otf') format('truetype');    font-weight: 400;}@font-face {    font-family: 'MSungHK';    src: url('../fonts/MSungHK-XBold.otf') format('truetype');    font-weight: 700;}@font-face {    font-family: 'SungSC';    src: url('../fonts/SungSC.ttf') format('truetype');    font-weight: 600;} */

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}

*:focus {
  outline: none;
}

html {
  position: relative;
}

html,
body {
  background-color: transparent;
  color: white;
  /* font-family: 'Chronicle Display Roman','MSungHK','SungSC', Arial, sans-serif; */
  font-family: "Montserrat", "微軟正黑體", Arial, sans-serif;
  /* font-weight: 300; */
  font-size: 14px;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  /* letter-spacing: 1px; */
  height: 100%;
  width: 100%;
  touch-action: pan-y, pan-x;
}

/*.childViewPortElement{	overflow: scroll;	touch-action:pan-y, pan-x;}*/

:lang(tc) body,
:lang(sc) body {
  font-family: "Montserrat", "微軟正黑體", Arial, sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.lock-scroll {
  overflow: hidden;
  position: relative;
}

.animsition {
  overflow-x: hidden;
}

.main {
  margin-top: 0;
  /* height: calc(100vh - 200px);    min-height: 750px; */
  height: 100vh;
  min-height: 600px;
  width: 100%;
  /* padding-bottom: 20vh; */
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  /* z-index: 2; */
}

.container {
  max-width: none;
  width: 90%;
  margin: auto;
}

.layer {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: auto;
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: white;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

a:hover {
  color: #f0d29c;
}

.zoom-img,
.zoom-img-wrap {
  width: 100vw;
  background: black;
  z-index: 99999999;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

::-webkit-scrollbar-track {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.sm-disclaimer-popup-content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8);
}

.sm-disclaimer-popup-content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.6);
}

.for-mobile {
  display: none;
}

.opening-layer {
  position: fixed;
  z-index: 2000;
  display: none;
}

.opening-layer.active {
  display: block;
}

.opening-video,
.background-video {
  position: absolute;
  /* right: 0;    bottom: 0; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* right: 0; */
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #ffffff;
  /* background-image: url(../img/LastFrame.jpg);*/
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: 1;
}

.opening-video {
  background-image: url(../img/IntroFirstFrame.jpg);
}

.opening-animation {
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  right: unset;
  bottom: unset;
  transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
}

.opening-animation.non-active {
  opacity: 0;
}

.opening-animation-1 {
  background-color: #ffffff;
  background-image: url(../img/IntroFirstFrame.jpg);
  background-position: 68.5% center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}

.opening-animation-2 {
  background-color: #ffffff;
  background-image: url(../img/LastFrame.jpg);
  background-position: 68.5% center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.background-video {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../img/10lasalle_tl_lastframe.jpg);
}

.background-video-ie {
  display: none;
  background-image: url(../img/LastFrame.jpg);
}

.disclaimer-layer {
  z-index: 1000;
  background-image: url(../img/Background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
}

.popup-box {
  width: 50%;
  height: 50%;
  margin: auto;
  color: grey;
  background-color: white;
  position: fixed;
  top: 25%;
  left: 25%;
  /* visibility: hidden; */
  z-index: 1001;
  border-radius: 25px;
  padding: 30px 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-shadow: 2px 4px 8px #000000;
  /* min-height: 350px; */
}

.popup-box h1,
.popup-box h2 {
  color: black;
}

.sales-popup,
.disclaimer-popup-2 {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

/* .sales-popup .popup-content div {    position: relative;    width: 100%;    padding: 10px 0;} */

.sales-popup .popup-content-box {
  display: flex;
  position: relative;
  padding: 10px 0;
}

.sales-date {
  width: 20%;
  display: flex;
  align-items: center;
}

.sales-file {
  width: 80%;
}

.sales-file a {
  color: grey;
  /*margin-left: 10%;    */
  font-size: 1rem;
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}

.sales-file a:hover {
  color: black;
}

.sales-popup .popup-content .popup-salesbro-box {
  width: 100%;
  display: block;
}

.sales-popup .popup-content .popup-salesbro-box a {
  margin-left: 0;
  text-decoration: underline;
  color: grey;
}

.sales-popup h1 {
  font-size: 1.5rem;
}

.sales-popup .popup-content .border {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  display: block;
  z-index: 1;
  padding: 0;
}

.disclaimer-layer {
  display: none;
}

.disclaimer-layer.active {
  display: block;
}

.disclaimer-popup,
.disclaimer-popup-2 {
  display: block;
  visibility: hidden;
  padding: 2rem 4rem;
  width: 75%;
  height: 55%;
  left: 12.5%;
  top: 20%;
}

/* .disclaimer-popup.active {    display: block;} */

.popup-box.active {
  visibility: visible;
}

.popup-content {
  /* overflow: hidden; */
  overflow: auto;
}

.disclaimer-popup .popup-content,
.disclaimer-popup-2 .popup-content {
  height: calc(100% - 2rem);
}

.sales-popup .popup-content {
  height: 80%;
}

.background {
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.overlay {
  z-index: 1000;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  /* -webkit-overflow-scrolling: touch; */
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.df {
  display: flex;
}

.btn-menu {
  display: none;
  position: absolute;
  width: 50px;
  right: 30px;
  padding: 15px 10px;
  z-index: 4;
  cursor: pointer;
  touch-action: none;
  top: 15px;
  margin-right: 0px;
  opacity: 0;
}

.btn-menu span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 5px;
  background-color: white;
  opacity: 1;
  z-index: 2;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.btn-menu span:nth-child(2)::before,
.btn-menu span:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 4;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.btn-close::before,
.btn-close::after {
  display: block;
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 0%;
  /* right: -10%; */
  margin: auto;
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
}

.btn-close::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.btn-close::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.btn-menu.active span {
  background-color: transparent;
}

.btn-menu.active span:nth-child(2)::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.btn-menu.active span:nth-child(2)::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.btn-scroll-down {
  position: absolute;
  bottom: 1.5rem;
  z-index: 2;
  text-align: center;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 10%;
  margin: 0 auto;
}

.btn-scroll-down span:before,
.btn-scroll-down span:after {
  display: block;
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.15rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  margin: auto;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  box-shadow: 0.1rem 0.1rem 0.2rem #000000;
}

.btn-scroll-down span:before {
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  right: 1.5rem;
  top: 20px;
}

.btn-scroll-down span:after {
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  left: 1.5rem;
  top: 20px;
}

.disclaimer-box {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 1001;
}

.btn-disclaimer {
  position: absolute;
  font-size: calc(1rem * 12 / 14);
  z-index: 1001;
  cursor: pointer;
  /* width: 150px; */
  bottom: 5px;
  text-shadow: none;
}

.btn-disclaimer.white {
  text-shadow: 0.1rem 0.1rem 0.2rem #000000;
}

.btn-disclaimer p::before {
  content: "\25B6";
  display: inline;
  text-decoration: none;
  font-family: monospace;
  /* color: white; */
}

.btn-music {
  position: relative;
}

.btn-music svg .st0 {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.btn-music:hover svg .st0,
header.color .btn-music:hover svg .st0 {
  fill: #f0d29c;
}

.btn-music:after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.btn-music.pause:after {
  background-color: white;
  opacity: 1;
  transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header.color .btn-music.pause:after {
  background-color: #69655a;
}

header.color .btn-music.pause:hover:after,
.btn-music.pause:hover:after {
  background-color: #f0d29c;
}

.btn-enter {
  text-align: center;
  margin: auto;
  cursor: pointer;
  /*position: absolute;    left: 0;    right: 0;    */
  width: 5rem;
  /*bottom: 15px;    */
  border: 1px solid black;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  /* margin-bottom: 1rem; */
  margin: 1rem auto;
}

.arrows {
  z-index: 5;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  display: none;
  margin: 0 auto;
  width: 100%;
}

.arrows .arrow {
  content: "";
  display: block;
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  /*margin: 10px;    */
  position: absolute;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  /* opacity: 0;    visibility: hidden; */
}

.arrows .arrow.active {
  opacity: 1;
  visibility: visible;
}

.arrows .arrow span {
  padding: 40px;
  filter: drop-shadow(2px 2px 4px grey);
  -webkit-filter: drop-shadow(2px 2px 4px grey);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.arrow.prev span:before,
.arrow.prev span:after {
  display: block;
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  margin: auto;
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.arrow.next span:before,
.arrow.next span:after {
  display: block;
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  margin: auto;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.arrow.prev span:before,
.arrow.next span:after {
  transform: rotate(-55deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(-55deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-55deg) translate3d(0, 0, 0);
  -ms-transform: rotate(-55deg) translate3d(0, 0, 0);
  -o-transform: rotate(-55deg) translate3d(0, 0, 0);
}

.arrow.prev span:after,
.arrow.next span:before {
  transform: rotate(55deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(55deg) translate3d(0, 0, 0);
  -moz-transform: rotate(55deg) translate3d(0, 0, 0);
  -ms-transform: rotate(55deg) translate3d(0, 0, 0);
  -o-transform: rotate(55deg) translate3d(0, 0, 0);
}

.arrows .prev {
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.arrows .next {
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.sm-disclaimer-popup {
  width: 25%;
  width: max(25%, 500px);
  min-width: 300px;
  max-width: 40%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1001;
  height: auto;
  bottom: 40px;
  color: white;
  padding: 20px 30px 20px 20px;
  max-height: 240px;
}

.sm-disclaimer-popup .btn-close {
  width: 25px;
  height: 25px;
  right: 5px;
}

.sm-disclaimer-popup .btn-close::before,
.sm-disclaimer-popup .btn-close::after {
  background-color: white;
}

.sm-disclaimer-popup-content {
  font-size: calc(1rem * 12 / 14);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  max-height: 200px;
  text-align: left;
}

/*--- nav dots ---*/

.nav-dots-wrap {
  position: fixed;
  display: flex;
  flex-direction: column;
  height: 35%;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  /* z-index: 1000; */
  z-index: 1;
  align-items: flex-end;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

:lang(tc) .nav-dot {
  /* font-family: 'MSungHK'; */
  font-family: "Montserrat", "微軟正黑體";
}

:lang(sc) .nav-dot {
  /* font-family: 'SungSC'; */
  font-family: "Montserrat", "微軟正黑體";
}

.nav-dots-wrap.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.nav-dot {
  /* font-family: 'Chronicle Display Italic'; */
  font-family: "Montserrat", "微軟正黑體";
  font-size: calc(1rem / 14 * 12);
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  color: rgba(172, 129, 75, 0.4);
  cursor: pointer;
  text-shadow: none;
}

.nav-dots-wrap.white .nav-dot {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 0 0 10px #555;
}

.nav-dot .dot-des {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1.2s, opacity 1.2s ease-in-out;
  -webkit-transition: visibility 0s 1.2s, opacity 1.2s ease-in-out;
  -moz-transition: visibility 0s 1.2s, opacity 1.2s ease-in-out;
  -ms-transition: visibility 0s 1.2s, opacity 1.2s ease-in-out;
  -o-transition: visibility 0s 1.2s, opacity 1.2s ease-in-out;
}

.nav-dot.active {
  color: rgba(172, 129, 75, 0.8);
}

.nav-dots-wrap.white .nav-dot.active {
  color: rgba(255, 255, 255, 0.8);
}

.nav-dot.active .dot-des {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.2s ease-in-out;
  -webkit-transition: opacity 1.2s ease-in-out;
  -moz-transition: opacity 1.2s ease-in-out;
  -ms-transition: opacity 1.2s ease-in-out;
  -o-transition: opacity 1.2s ease-in-out;
}

.nav-dot .dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(172, 129, 75, 0.4);
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  box-shadow: none;
}

.nav-dots-wrap.white .nav-dot .dot {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px #888;
}

.nav-dot.active .dot {
  background-color: rgba(172, 129, 75, 0.8);
}

.nav-dots-wrap.white .nav-dot.active .dot {
  background-color: rgba(255, 255, 255, 0.8);
}

/*--- Menu --- */

header {
  position: fixed;
  z-index: 3;
  width: 100%;
  visibility: visible;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  opacity: 0;
  /* padding-bottom: 2%; */
  /* font-family: 'Chronicle Display Roman'; */
  transition: background-color 1s 0.5s;
  -webkit-transition: background-color 1s 0.5s;
  -moz-transition: background-color 1s 0.5s;
  -ms-transition: background-color 1s 0.5s;
  -o-transition: background-color 1s 0.5s;
}

nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 1%;
  position: relative;
}

nav .logo {
  width: 10%;
  margin-top: 1%;
  min-width: 200px;
  opacity: 0;
  margin-left: 3%;
}

nav .logo svg {
  width: 100%;
}

header .logo svg .st0,
header .btn-music svg .st0 {
  transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header .logo svg .logo-st0,
header .logo svg .logo-st1,
header .logo svg .logo-st2 {
  transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header.white .logo svg .logo-st0,
header.white .logo svg .logo-st1,
header.white .logo svg .logo-st2 {
  fill: white;
}

header.white .logo svg,
header.white .btn-menu,
header.white .btn-music svg {
  filter: drop-shadow(0px 0px 5px #555);
}

header.white .menu {
  text-shadow: 0 0 10px #555;
}

header.whitelogo .logo svg .logo-st0,
header.whitelogo .logo svg .logo-st1,
header.whitelogo .logo svg .logo-st2 {
  fill: white;
}

header.whitelogo .logo svg {
  filter: drop-shadow(0px 0px 5px #555);
}

header.color .btn-music svg .st0 {
  fill: #69655a;
}

.menu {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  /*justify-content: space-evenly;*/
  width: 65%;
  /*margin-top: 4%;    */
  margin-right: 3%;
  height: max-content;
  align-items: center;
  list-style: none;
  transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0 5%;
}

header.color .menu,
header.color .lang-item a {
  color: #69655a;
}

header.color .lang-item a:hover {
  color: #f0d29c;
}

.menu-item {
  text-align: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-right: 5px;
}

.menu .menu-item {
  opacity: 0;
}

.menu-item:hover {
  color: #f0d29c;
}

.menu-lang {
  display: flex;
  justify-content: space-between;
  /*justify-content: space-evenly;*/
  width: 17%;
}

.menu .menu-lang {
  visibility: visible;
}

.lang-item {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.menu .lang-item {
  opacity: 0;
}

.lang-item a {
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu {
  display: flex;
  position: fixed;
  width: 100%;
  flex-direction: column;
  height: 100vh;
  min-height: 700px;
  text-align: left;
  right: 0;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.2) 80%,
    rgba(0, 0, 0, 0)
  );
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* -webkit-overflow-scrolling: touch; */
}

.mobile-menu-wrap {
  margin-top: 150px;
  width: 100%;
  /* margin-left: 20%; */
}

.mobile-menu .menu-item {
  margin-bottom: 30px;
}

.mobile-menu .menu-lang {
  width: 50%;
  justify-content: space-around;
  margin: auto;
}

.signup-btn {
  position: fixed;
  right: -1rem;
  top: 150px;
  z-index: 999;
  background-color: rgba(172, 129, 75, 0.8);
  padding: 1rem;
  padding-right: 2rem;
  transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
  display: flex;
  align-items: center;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  font-size: calc(1rem / 14 * 16);
}

:lang(en) .signup-btn {
  font-size: 1rem;
}

.signup-btn:hover {
  color: white;
  right: 0;
  background-color: rgba(172, 129, 75, 1);
}

.signup-btn::before {
  content: "\25C0";
  display: inline;
  text-decoration: none;
  font-family: monospace;
  color: white;
  margin-right: 1rem;
}

/*--- Footer ---*/

.footer {
  position: relative;
  color: #69655a;
  text-align: center;
  /* padding: 10px 0; */
  overflow: hidden;
  /* min-height: 800px; */
}

.footer a {
  color: #69655a;
}

/* .footer .background {    background-image: url("../img/10-new-bg.jpg");    background-color: #fefef2;} */

.footer .background2 {
  background-image: url("../img/10bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-content {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* min-height: 900px; */
}

.footer-container {
  width: 51%;
  margin: 0 auto;
  margin-bottom: 5%;
}

.footer p {
  font-size: calc(1rem * 12 / 14);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.footer-center {
  margin: 1.2rem 0;
  display: flex;
  /* align-items: flex-end; */
  align-items: center;
  justify-content: center;
}

.footer-center h2 {
  font-weight: 500;
}

.footer-center .district {
  margin-right: 10px;
}

.footer-center .enquiry {
  text-align: left;
}

.footer-center .enquiry h3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* .footer-center .enquiry h3:last-child {    font-size: calc(1rem / 14 * 12);} */

.footer-center .enquiry h3 a {
  font-size: 2rem;
  margin-left: 1rem;
  line-height: 1.1;
}

.footer-center .enquiry h3 .stroke {
  margin: 0 0.5rem;
}

.footer-logo {
  width: 30%;
  margin: auto;
  min-width: 200px;
  /* margin-right: 2.5rem; */
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}

.footer-logo svg {
  width: 100%;
}

.btn-footer-disclaimer {
  cursor: pointer;
  /* text-decoration: underline; */
}

/*--- background effect --- */

.bg-effect {
  background-color: transparent;
  height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}

.bg-effect.bg-effect-full {
  top: 0;
  padding: 0;
  height: 100%;
  background-size: cover;
  background-position: bottom;
}

@keyframes bgEffect1_IN {
  0% {
    transform: translate(0.65%, 16%);
  }
  100% {
    transform: translate(0.65%, 0);
  }
}

@keyframes bgEffect1_OUT {
  0% {
    transform: translate(0.65%, 0);
  }
  100% {
    transform: translate(0.65%, 16%);
  }
}

.bg-effect-1 {
  background-image: url(../img/bg-effect/bg-effect-1.png);
  /* transform: translate(0.65%, 0%); */
  top: 0;
  bottom: auto;
  background-position: top;
  height: 200%;
  opacity: 0.3;
}

.bg-effect-1.animation-in {
  animation: bgEffect1_IN 1s ease-in-out;
  transform: translate(0.65%, 0);
}

.bg-effect-1.animation-out {
  animation: bgEffect1_OUT 1s ease-in-out;
  transform: translate(0.65%, 16%);
}

@keyframes bgEffect2_IN {
  0% {
    transform: translateY(16%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bgEffect2_OUT {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(16%);
  }
}

.bg-effect-2 {
  background-image: url(../img/bg-effect/bg-effect-2.png);
  top: auto;
  bottom: 0;
  background-position: bottom;
  height: 200%;
}

.bg-effect-2.animation-in {
  animation: bgEffect2_IN 1s ease-in-out;
  transform: translateY(0);
}

.bg-effect-2.animation-out {
  animation: bgEffect2_OUT 1s ease-in-out;
  transform: translateY(16%);
}

.bg-effect-3 {
  background-image: url(../img/bg-effect/bg-effect-3.png);
}

@keyframes bgEffect4_IN {
  0% {
    transform: translateY(12%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bgEffect4_OUT {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(12%);
  }
}

.bg-effect-4 {
  background-image: url(../img/bg-effect/bg-effect-4.png);
  transform: translateY(12%);
}

.bg-effect-4.animation-in {
  animation: bgEffect4_IN 1s ease-in-out;
  transform: translateY(0);
}

.bg-effect-4.animation-out {
  animation: bgEffect4_OUT 1s ease-in-out;
  transform: translateY(12%);
}

.bg-effect-5 {
  background-image: url(../img/bg-effect/bg-effect-5.png);
}

@keyframes bgEffect6_IN {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bgEffect6_OUT {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}

.bg-effect-6 {
  background-image: url(../img/bg-effect/bg-effect-6.png);
  transform: translateX(-10%);
}

.bg-effect-6.animation-in {
  animation: bgEffect6_IN 1.5s ease-in-out;
  transform: translateX(0);
}

.bg-effect-6.animation-out {
  animation: bgEffect6_OUT 1.5s ease-in-out;
  transform: translateX(-10%);
}

.bg-effect-7 {
  background-image: url(../img/bg-effect/bg-effect-7.png);
}

@keyframes bgEffect8_IN {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bgEffect8_OUT {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}

.bg-effect-8 {
  background-image: url(../img/bg-effect/bg-effect-8.png);
  transform: translateX(-10%);
}

.bg-effect-8.animation-in {
  animation: bgEffect8_IN 1.5s ease-in-out;
  transform: translateX(0%);
}

.bg-effect-8.animation-out {
  animation: bgEffect8_OUT 1.5s ease-in-out;
  transform: translateX(-10%);
}

@keyframes bgEffect9_IN {
  0% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bgEffect9_OUT {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5%);
  }
}

.bg-effect-9 {
  background-image: url(../img/bg-effect/bg-effect-9.png);
  transform: translateX(5%);
  background-size: auto 170%;
  background-position: bottom left;
  height: 100%;
  padding: 0;
  top: 0;
}

.bg-effect-9.animation-in {
  animation: bgEffect9_IN 1.5s ease-in-out;
  transform: translateX(0%);
}

.bg-effect-9.animation-out {
  animation: bgEffect9_OUT 1.5s ease-in-out;
  transform: translateX(5%);
}

@keyframes bgEffect10_IN {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bgEffect10_OUT {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5%);
  }
}

.bg-effect-10 {
  background-image: url(../img/bg-effect/bg-effect-10.png);
  transform: translateX(-5%);
  background-size: auto 170%;
  background-position: bottom left;
  height: 100%;
  padding: 0;
  top: 0;
}

.bg-effect-10.animation-in {
  animation: bgEffect10_IN 1.5s ease-in-out;
  transform: translateX(0%);
}

.bg-effect-10.animation-out {
  animation: bgEffect10_OUT 1.5s ease-in-out;
  transform: translateX(-5%);
}

@keyframes bgEffect11_IN {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bgEffect11_OUT {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10%);
  }
}

.bg-effect-11 {
  background-image: url(../img/bg-effect/bg-effect-11.png);
  background-size: auto 100%;
  background-position: 30% center;
  padding: 0;
  height: 120%;
  top: 0;
  opacity: 0.4;
}

.bg-effect-11.animation-in {
  animation: bgEffect11_IN 1.5s ease-in-out;
  transform: translateY(0%);
}

.bg-effect-11.animation-out {
  animation: bgEffect11_OUT 1.5s ease-in-out;
  transform: translateY(-10%);
}

@keyframes bgEffect12_IN {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bgEffect12_OUT {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}

.bg-effect-12 {
  background-image: url(../img/bg-effect/bg-effect-12.png);
  background-size: auto 100%;
  background-position: 30% center;
  padding: 0;
  height: 120%;
  top: 0;
  opacity: 0.4;
}

.bg-effect-12.animation-in {
  animation: bgEffect12_IN 1.5s ease-in-out;
  transform: translateY(0%);
}

.bg-effect-12.animation-out {
  animation: bgEffect12_OUT 1.5s ease-in-out;
  transform: translateY(10%);
}

/*--- Main-1 ---*/

.main-1 {
  visibility: hidden;
  z-index: 3;
}

.main-1.open {
  visibility: visible;
}

.main-1 .background-inner {
  background-image: url("../img/LS-0001618-min.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.main-1 .background.mobile {
  text-align: center;
}

.main-1 .background.mobile .background-inner {
  width: 200%;
  /* left: -25%;    right: -25%;    margin: 0 -25%;    padding: 0 25%; */
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

/*--- main-2 ---*/

.main-2 {
  min-height: 400px;
  overflow: visible;
  /* z-index: 3; */
}

/* .main-2 .background {    background-color: #fefef2;} */

iframe {
  /* pointer-events: none; */
  overflow: hidden;
  /* -webkit-overflow-scrolling: touch; */
}

.video-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container {
  width: 90%;
  height: 80%;
  max-height: 80%;
  text-align: center;
  min-height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video,
.video1 {
  width: 100%;
  height: auto;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.close1 {
  right: 95px;
  z-index: 9;
  font-size: 4vw;
  position: fixed;
  color: white;
  cursor: pointer;
}

.iScrollVerticalScrollbar {
  display: none;
}

/* .main-6, */

.main-3,
.main-4,
.main-5 {
  color: #69655a;
  text-align: center;
}

/* .main-6 a, */

.main-3 a,
.main-4 a,
.main-5 a {
  color: #69655a;
  text-align: center;
}

.slide {
  position: relative;
}

.title-tag {
  /* font-family: 'Chronicle Display Roman'; */
  font-family: "Montserrat", "微軟正黑體";
  font-size: 1.5rem;
  color: #86653d;
}

.title {
  /* font-family: 'Chronicle Display Roman'; */
  font-family: "Montserrat", "微軟正黑體";
  font-size: calc(1rem / 14 * 36);
  color: #57524e;
  margin-bottom: 2.5rem;
}

.sub-title {
  /* font-family: 'MSungHK'; */
  font-family: "Montserrat", "微軟正黑體";
  font-weight: 400;
  font-size: 1.5rem;
  color: #57524e;
  margin-bottom: 2.5rem;
}

.content-p {
  /* font-family: 'MSungHK'; */
  font-family: "Montserrat", "微軟正黑體";
  font-weight: 300;
  color: #1d1d1b;
  width: 70%;
}

:lang(tc) .title-tag,
:lang(tc) .title,
:lang(tc) .sub-title,
:lang(tc) .content p {
  /* font-family: 'MSungHK'; */
  font-family: "Montserrat", "微軟正黑體";
}

:lang(sc) .title-tag,
:lang(sc) .title,
:lang(sc) .sub-title,
:lang(sc) .content p {
  /* font-family: 'SungSC'; */
  font-family: "Montserrat", "微軟正黑體";
}

/*--- main-3 architect ---*/

.main-3 {
  overflow: visible;
}

/* .main-3 .background {    background-color: #fefef2;} */

.architect-content {
  display: flex;
  height: 100%;
  align-items: center;
}

.architect-content-1 {
  width: calc(100% / 3);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4%;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.architect-content-1 .furn-btn {
  margin-top: 1rem;
}

.architect-content-1 .content-p {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #86653d;
}

.architect-content-1 .detail-nav {
  margin-top: 1.5rem;
  color: #86653d;
}

.architect-content-1 .detail-nav a {
  display: flex;
  align-items: center;
}

.architect-content-1 .detail-nav svg {
  margin-right: 0;
  margin-left: 1rem;
}

.architect-content-1 .detail-nav svg .arrowr-st0 {
  stroke: #86653d;
}

.architect-content-1 .location-img-box-2 {
  width: 70%;
  max-height: 25%;
}

.architect-content-2 {
  width: calc(100% / 3 * 2);
  height: 100%;
  display: flex;
  align-items: center;
}

.architect-img-box-1 {
  width: 100%;
  /* height: 60%; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: url(../img/main-3-architect/Introduction-photo-min.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}

.architect-img-box-1 img {
  width: 100%;
  height: auto;
  display: block;
}

.architect-img-des {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  color: white;
  font-size: calc(1rem / 14 * 12);
}

/*--- main-4 location ---*/

/* .main-4 .background {    background-color: #fefef2;} */

/* .main-4 {    overflow: visible;} */

.location-main-layer {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  overflow: visible;
}

.location-main-layer.active {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}

.location-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.location-content-1 {
  width: 40%;
  height: 100%;
}

.location-content-2 {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-content-2 .content-p {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #86653d;
}

.location-content-2 .detail-nav {
  margin-top: 1.5rem;
  color: #86653d;
}

.location-content-2 .detail-nav a {
  display: flex;
  align-items: center;
}

.location-content-2 .detail-nav svg {
  margin-right: 0;
  margin-left: 1rem;
}

.location-content-2 .detail-nav svg .arrowr-st0 {
  stroke: #86653d;
}

.location-img-box-1 {
  background-image: url(../img/main-4-location/LaSalle10-BuildingPhoto-min.jpg);
  background-size: cover;
  background-position: 20% top;
  width: 100%;
  height: 100%;
}

.location-img-box-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% top;
}

.location-img-box-2 {
  width: 50%;
  height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
}

.location-img-box-2 img {
  width: 100%;
  height: auto;
  display: block;
}

.detail-nav {
  /* font-family: 'Chronicle Display Italic'; */
  font-family: "Montserrat", "微軟正黑體";
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
}

:lang(tc) .detail-nav,
:lang(tc) .design-image-des {
  /* font-family: 'MSungHK'; */
  font-family: "Montserrat", "微軟正黑體";
}

:lang(sc) .detail-nav,
:lang(sc) .design-image-des {
  /* font-family: 'SungSC'; */
  font-family: "Montserrat", "微軟正黑體";
}

.detail-nav svg {
  vertical-align: baseline;
  height: 1rem;
  transform: scaleX(1.5);
  margin-right: 1rem;
}

.location-detail-layer {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  overflow: auto;
  position: fixed;
  color: #69655a;
  text-align: center;
  background-color: #fefef2;
}

.location-detail-layer.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.map-content {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  min-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.map-content-1 {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 50px;
}

.map-content-1 .title {
  margin-bottom: 1rem;
}

.map-content-1 .detail-nav {
  margin-top: auto;
  padding-bottom: 10%;
}

.map-content-2 {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.map-base,
.map-overlay {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}

.map-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.map-overlay.active {
  opacity: 1;
}

.map-base img,
.map-overlay img {
  width: 100%;
  height: auto;
}

.map-des-wrap {
  width: 100%;
  /* height: 50%; */
  display: flex;
  margin-bottom: 1rem;
}

.map-des {
  width: 100%;
  height: 100%;
  text-align: left;
  /* cursor: pointer; */
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}

/* .map-des.active {    opacity: 1;} */

.map-des-title {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.map-des-des {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.map-des-des::after,
.sm-disclaimer-popup-content .tri-ed::before {
  content: "\25B2";
  display: inline;
  text-decoration: none;
  font-family: monospace;
  position: relative;
  bottom: 0.1rem;
  margin-left: 0.1rem;
}

.map-des-pt {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: flex-start;
  font-size: 1.5rem;
  width: 100%;
}

.map-des-pt img {
  height: 2rem;
  margin-right: 0.5rem;
}

.map-des-2 .map-des-pt img {
  margin-left: 0.5rem;
}

.map-des-pt p {
  max-width: 80%;
}

.map-pt-number {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-right: 0.5rem;
}

.map-des-1 .map-pt-number {
  background-color: #1487c9;
}

.map-des-2 .map-pt-number {
  background-color: #a74d96;
}

.map-des-3 .map-pt-number {
  background-color: #348c57;
}

.map-des-4 .map-pt-number {
  background-color: #3c3c3b;
}

/*--- main-5 design ---*/

/* .main-5 .background {    background-color: #fefef2;} */

/* .design-mobile-layer {    display:none;    position: fixed;    overflow: hidden;} */

.design-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10% 0;
  justify-content: center;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}

.design-content-1 {
  width: 100%;
  height: auto;
  position: relative;
}

.design-content-2 {
  width: 100%;
  /* height: 30%;    flex: 1; */
  display: flex;
  height: auto;
}

.design-image-wrap {
  width: 75%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
}

.design-image-wrap a {
  width: calc(100% / 3);
  height: 100%;
}

.design-image-box {
  width: calc(100% / 3);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.design-image-box .background {
  background-color: black;
}

.design-image-box .photo {
  z-index: -1;
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  background-size: cover;
  background-position: center;
}

.design-image-box:hover .photo {
  opacity: 1;
  transform: scale(1.1);
}

/* .design-image-box-1 .photo{    background-size: cover;    background-position: center;}.design-image-box-2 {    background-size: cover;    background-position: center;}.design-image-box-3 {    background-size: cover;    background-position: center;} */

.design-image-des {
  color: white;
  text-align: center;
  width: 100%;
  font-size: calc(1rem / 14 * 36);
  /* font-family: 'Chronicle Display Roman'; */
  font-family: "Montserrat", "微軟正黑體";
  z-index: 1;
}

.design-image-box .detail-nav {
  color: white;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.design-image-box .detail-nav svg {
  margin-right: 0;
  /* margin-left: 1rem; */
}

.design-image-box .detail-nav svg .arrowr-st0 {
  stroke: white;
}

.design-main-layer {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}

.design-main-layer.active {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}

.detail-nav {
  cursor: pointer;
}

.design-detail-layer {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  position: fixed;
  overflow: hidden;
  color: #69655a;
}

.design-detail-layer.design,
.design-detail-layer.club {
  background-color: #fefef2;
}

.design-detail-layer.showflat {
  background-color: #eadfd4;
}

.design-detail-layer.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.design-detail-layer.showflat {
  background-color: #eadfd4;
}

/* .design-detail-layer .background{    background-color: #fefef2;} */

.design-detail-content-layer {
  position: relative;
}

.design2-content {
  display: flex;
  padding-top: 8%;
  padding-bottom: 5%;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.design2-content .title {
  color: #86653d;
  margin-bottom: 1rem;
}

.design2-image-wrap {
  height: auto;
  width: 60%;
  margin-bottom: 1rem;
  -ms-flex: 0 0 auto;
}

.design2-image-box {
  width: 25%;
  padding: 0.5%;
  height: 50%;
  float: left;
  cursor: pointer;
}

.design2-image-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: black;
}

.design2-image-box a {
  width: 100%;
  height: 100%;
}

.design2-image-box img {
  width: 100%;
  opacity: 0.8;
  transform: scale(1);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.design2-image-box:hover img {
  opacity: 1;
  transform: scale(1.1);
}

/* .design2-image-box-1 .design2-image-inner .photo {    background-image: url(../img/main-5-design/design-design/Design_photo1.jpg);}.design2-image-box-2 .design2-image-inner .photo {    background-image: url(../img/main-5-design/design-design/Design_photo2.jpg);}.design2-image-box-3 .design2-image-inner .photo {    background-image: url(../img/main-5-design/design-design/Design_photo3.jpg);}.design2-image-box-4 .design2-image-inner .photo {    background-image: url(../img/main-5-design/design-design/Design_photo4.jpg);}.design2-image-box-5 .design2-image-inner .photo {    background-image: url(../img/main-5-design/design-design/Design_photo5.jpg);}.design2-image-box-6 .design2-image-inner .photo {    background-image: url(../img/main-5-design/design-design/Design_photo6.jpg);}.design2-image-box-7 .design2-image-inner .photo {    background-image: url(../img/main-5-design/design-design/Design_photo7.jpg);}.design2-image-box-8 .design2-image-inner .photo {    background-image: url(../img/main-5-design/design-design/Design_photo8.jpg);} */

.design2-content .content-p {
  margin-bottom: 1rem;
}

.showflat-content {
  display: flex;
  padding-top: 8%;
  padding-bottom: 5%;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  overflow: auto;
}

.showflat-title-layer {
  opacity: 0.7;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -ms-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
}

.showflat-box.active .showflat-title-layer {
  opacity: 0;
  visibility: hidden;
}

.showflat-title-layer .showflat-des {
  justify-content: center;
  height: 100%;
}

.showflat-content .title {
  color: #86653d;
  margin-bottom: 1rem;
}

.showflat-content .detail-nav {
  margin-top: 1rem;
}

.showflat-content-1 {
  height: auto;
  width: 90%;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  position: relative;
  -ms-flex: 0 0 auto;
}

.showflat-box {
  width: 30%;
  height: auto;
  position: relative;
  /* cursor: pointer; */
  transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
}

.showflat-box.active {
  width: 70%;
  cursor: auto;
}

.showflat-box-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -ms-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
}

.showflat-box.active .showflat-box-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
}

.showflat-content-1 .border {
  width: 1px;
  height: auto;
  background-color: #86653d;
  position: relative;
  z-index: 3;
  min-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showflat-content-1 .border .triangle {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 2rem;
  height: 2rem;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  /* cursor: pointer; */
}

.left-triangle-area,
.right-triangle-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-triangle-area:nth-child(1) {
  padding-right: 10px;
}

.left-triangle-text,
.right-triangle-text {
  width: 30px;
}

[lang="en"] .left-triangle-text,
[lang="en"] .right-triangle-text {
  width: 53px;
}

.border.active .triangle.left-triangle {
  animation: need_click 2s infinite;
}

.border .triangle.right-triangle {
  animation: need_click 2s infinite;
}

.border .triangle.left-triangle {
  animation: none;
}

.border.active .triangle.right-triangle {
  animation: none;
}

@keyframes need_click {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.showflat-content-1 .border .left-triangle {
  left: -1.5rem;
  opacity: 0;
}

.showflat-content-1 .border.active .left-triangle {
  opacity: 1;
}

.showflat-content-1 .border .right-triangle {
  right: -1.5rem;
  opacity: 1;
}

.showflat-content-1 .border.active .right-triangle {
  opacity: 0;
}

.showflat-furn {
  display: flex;
  justify-content: center;
  opacity: 0;
  -webkit-transform: translate3d(0, -2%, 0);
  transform: translate3d(0, -2%, 0);
}

.btn-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.showflat-box.active .showflat-furn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  -webkit-transition: opacity 0.5s ease-in-out 0.7s,
    -webkit-transform 0.5s ease-in-out 0.7s;
  transition: opacity 0.5s ease-in-out 0.7s,
    -webkit-transform 0.5s ease-in-out 0.7s;
  -o-transition: opacity 0.5s ease-in-out 0.7s, transform 0.5s ease-in-out 0.7s;
  -moz-transition: opacity 0.5s ease-in-out 0.7s,
    transform 0.5s ease-in-out 0.7s;
  transition: opacity 0.5s ease-in-out 0.7s, transform 0.5s ease-in-out 0.7s;
  transition: opacity 0.5s ease-in-out 0.7s, transform 0.5s ease-in-out 0.7s,
    -webkit-transform 0.5s ease-in-out 0.7s;
}

.furn-btn {
  background-color: #86653c;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  color: white;
  margin: 0 1rem;
}

.furn-btn i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .furn-btn {
    background-color: #86653c;
    padding: 0.2rem 0.6rem;
    display: flex;
    align-items: center;
    color: white;
    margin: 0 0.5rem;
    text-align: center;
    font-size: 0.8rem;
  }
  .furn-btn i {
    font-size: 1rem;
    margin-right: 0.3rem;
  }
  .close1 {
    right: 23px;
    font-size: 44px;
    top: 50px;
  }
  .showflat-img-box:hover a {
    opacity: 1;
    transform: scale(1) !important;
  }
  .club-nav-slide:hover .photo {
    opacity: 1;
    transform: scale(1) !important;
  }
}

.showflat-des {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}

.showflat-des .title-tag,
.showflat-des .sub-title {
  text-align: center;
}

.showflat-des .sub-title img {
  height: 1.2rem;
  image-rendering: -webkit-optimize-contrast;
}

.showflat-des .coming-soon {
  font-size: 1.5rem;
}

@keyframes showflatImgWrap {
  0% {
    -webkit-transform: translate3d(0, -2%, 0);
    transform: translate3d(0, -2%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
}

.showflat-img-wrap {
  width: 60%;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.showflat-box.active .showflat-img-wrap.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  animation: showflatImgWrap 0.5s ease-in-out;
}

.showflat-img-box {
  width: calc(100% / 3 - 2rem);
  height: 100%;
  margin: 0 1rem 1rem 1rem;
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
}

.showflat-img-box a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  display: block;
  transform-origin: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding-top: 0;
  border: 0;
}

.showflat-img-box:hover a {
  opacity: 1;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  -ms-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
}

.showflat-img-box img {
  width: 100%;
  height: 100%;
  /* opacity: 0; */
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  display: block;
  transform-origin: center;
}

.showflat-img-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: black;
  display: table;
  justify-content: center;
  align-items: center;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  margin: 0;
  padding: 0;
  border: 0;
}

/* .showflat-box-1 .showflat-img-box-1 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Grand/grand1.jpg);}.showflat-box-1 .showflat-img-box-2 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Grand/grand2.jpg);}.showflat-box-1 .showflat-img-box-3 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Grand/grand3.jpg);}.showflat-box-1 .showflat-img-box-4 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Grand/grand4.jpg);}.showflat-box-1 .showflat-img-box-5 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Grand/grand5.jpg);}.showflat-box-1 .showflat-img-box-6 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Grand/grand6.jpg);}.showflat-box-2 .showflat-img-box-1 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Bliss/bliss-1.jpg);}.showflat-box-2 .showflat-img-box-2 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Bliss/bliss-2.jpg);}.showflat-box-2 .showflat-img-box-3 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Bliss/bliss-3.jpg);}.showflat-box-2 .showflat-img-box-4 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Bliss/bliss-4.jpg);}.showflat-box-2 .showflat-img-box-5 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Bliss/bliss-5.jpg);}.showflat-box-2 .showflat-img-box-6 .showflat-img-inner a {  background-image: url(../img/main-5-design/design-showflat/Bliss/bliss-6.jpg);} */

.club-slider-layer {
  min-height: 600px;
}

.club-slider {
  width: 100%;
  height: 100%;
  z-index: 5;
}

.club-slider .slick-list,
.club-slider .slick-track {
  height: 100%;
}

.club-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.club-slide-des {
  margin-left: 5%;
  position: absolute;
  bottom: calc(50px + 5rem);
  font-size: 1.5rem;
  color: white;
  text-shadow: 0.1rem 0.1rem 0.2rem #000000;
}

.club-des-top {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1000;
  margin: 0 auto;
  display: flex;
  width: 90%;
  right: 0;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-shadow: 0 0 10px #555;
  transform: translate3d(0, 0, 0);
}

.club-des-top .title,
.club-des-top .detail-nav {
  color: white;
  margin-bottom: 0;
  text-align: left;
}

.club-des-top .detail-nav {
  justify-content: flex-start;
}

.club-des-top .detail-nav svg {
  filter: drop-shadow(0px 0px 5px black);
}

.club-des-top .detail-nav svg .arrowl-st0 {
  stroke: white;
}

.club-des-bottom {
  position: absolute;
  bottom: 50px;
  display: flex;
  height: auto;
  width: 90%;
  z-index: 1000;
  margin: 0 5%;
  transform: translate3d(0, 0, 0);
  align-items: flex-end;
}

.club-des-text {
  width: 50%;
  color: white;
  padding-right: 10%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.club-des-text .btn-disclaimer {
  position: relative;
  bottom: auto;
  min-width: 100px;
  flex: 1;
}

/* .club-des-text p {    width: 80%;} */

/* .club-des-text .sm-disclaimer-popup {    bottom: calc(100% + 1rem);} */

.club-nav-slider {
  width: 40%;
  height: 100%;
  display: flex;
}

.club-nav-slider .slick-list,
.club-nav-slider .slick-track {
  height: 100%;
}

.club-nav-slide {
  height: calc(100% - 20px);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  width: 20%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.club-nav-slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.club-nav-slide .background {
  background-color: black;
}

.club-nav-slide .photo {
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.club-nav-slide.active .photo {
  opacity: 1;
}

.club-nav-slide:hover .photo {
  opacity: 1;
  transform: scale(1.1);
}

.club-slider .slide-1,
.club-nav-slider .slide-1 .photo {
  background-image: url(../img/main-5-design/design-club/TheClub_photo1.jpg);
  background-position: 60%;
}

.club-slider .slide-2,
.club-nav-slider .slide-2 .photo {
  background-image: url(../img/main-5-design/design-club/TheClub_photo2.jpg);
  background-position: center;
}

.club-slider .slide-3,
.club-nav-slider .slide-3 .photo {
  background-image: url(../img/main-5-design/design-club/TheClub_photo3.jpg);
  background-position: bottom;
}

.club-slider .slide-4,
.club-nav-slider .slide-4 .photo {
  background-image: url(../img/main-5-design/design-club/TheClub_photo4.jpg);
}

.club-slider .slide-5,
.club-nav-slider .slide-5 .photo {
  background-image: url(../img/main-5-design/design-club/TheClub_photo5.jpg);
  background-position: 60% 20%;
}

.club-arrows {
  display: block;
  z-index: 1000;
}

.club-arrows .arrow {
  opacity: 1;
  visibility: visible;
}

/* design popup */

.fancybox-caption__body {
  text-align: left;
  font-size: calc(1rem / 14 * 12);
  padding-top: 0.5rem;
  border-top: 1px solid #ddd;
  max-height: 15vh;
  padding-right: 2%;
}

.fancybox-caption__body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}

.fancybox-caption__body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox-infobar {
  display: none;
}

.design-popup-layer {
  z-index: 1001;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.design-popup-layer.active {
  visibility: visible;
  opacity: 1;
}

.design-popup-layer .arrows {
  display: block;
  z-index: 1000;
}

.design-popup-layer .btn-close {
  filter: drop-shadow(0px 0px 5px black);
}

.design-popup-layer .btn-close::before,
.design-popup-layer .btn-close::after {
  background-color: white;
}

.design-popup-slider {
  height: 100%;
  width: 100%;
}

.design-popup-slider .slick-list,
.design-popup-slider .slick-track {
  height: 100%;
}

.design-popup-slider .slide {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}

.showflat-furn {
  cursor: pointer;
}

.showflat-furn-layer {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s linear 0.5s,
    z-index 0.5s linear 0.5s;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s linear 0.5s,
    z-index 0.5s linear 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s linear 0.5s,
    z-index 0.5s linear 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, visibility 0.5s linear 0.5s,
    z-index 0.5s linear 0.5s;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.5s linear 0.5s,
    z-index 0.5s linear 0.5s;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(30, 30, 30, 0.9);
}

.showflat-furn-layer div {
  pointer-events: none !important;
}

.showflat-furn-layer.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -ms-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.5s linear;
  pointer-events: all;
  z-index: 1000;
}

.showflat-furn-layer.active div {
  pointer-events: all !important;
}

.showflat-furn-layer .fancybox-toolbar,
.showflat-furn-layer .fancybox-caption {
  opacity: 1;
  visibility: visible;
}

/* .showflat-furn-layer .background {    background-color: #1e1e1e;    opacity: 0.9;} */

.furn-content {
  display: flex;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.furn-content-1 {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.matterport-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.furn-btn img {
  display: inline;
  width: 1.5rem;
  margin-right: 0.5rem;
}

.furn-des {
  height: 20%;
  color: white;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.furn-des .title {
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: white;
  text-decoration: underline;
}

.furn-des .sub-title {
  color: white;
}

.matterport-top {
  height: 5%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.furn-plan {
  height: 80%;
}

.furn-plan img {
  width: 100%;
  height: auto;
}

.matterport-view {
  height: 100%;
}

.matterport-container {
  width: 100%;
  height: 100%;
}

.showflat-furn-layer.responsive .furn-plan img {
  width: 100% !important;
  height: auto !important;
}

.furn-content-2 {
  width: 30%;
  height: 80%;
  margin-top: auto;
  padding-left: 1.5rem;
}

.furn-content-2 .title {
  color: white;
  font-size: 1.5rem;
  margin: 1rem 0;
  text-decoration: underline;
}

.furn-content-2 table {
  text-align: left;
  width: 100%;
}

.furn-content-2 table td,
.furn-content-2 table th {
  padding-right: 1.5rem;
  vertical-align: text-top;
}

.showflat-furn-layer.responsive {
  overflow: auto;
}

.showflat-furn-layer.responsive .fancybox-caption {
  position: relative;
  background: none;
}

.showflat-furn-layer.responsive .furn-content {
  flex-direction: column;
  height: auto;
  padding-bottom: 0 !important;
}

.showflat-furn-layer.responsive .furn-content-1,
.showflat-furn-layer.responsive .furn-content-2 {
  width: 100%;
}

.showflat-furn-layer.responsive .matterport-content {
  width: 100%;
}

.showflat-furn-layer.responsive .furn-content-1,
.showflat-furn-layer.responsive .furn-plan {
  -ms-flex: 0 0 auto;
  height: auto;
}

.showflat-furn-layer.responsive .matterport-content,
.showflat-furn-layer.responsive .matterport-view {
  -ms-flex: 0 0 auto;
  height: auto;
}

.showflat-furn-layer.responsive .furn-des {
  -ms-flex: 1 1 auto;
}

.showflat-furn-layer.responsive .matterport-top {
  -ms-flex: 1 1 auto;
}

/*--- main-6 management ---*/

/* .main-6 .background {    background-color: #fefef2;} */

.management-content {
  display: flex;
  height: 100%;
}

.management-content-1 {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4%;
}

.management-img-box-2 {
  width: 55%;
}

.management-img-box-2 img {
  width: 100%;
  height: auto;
}

.management-content-2 {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
}

.management-img-box-1 {
  width: 100%;
  /* height: 60%; */
  overflow: hidden;
  display: flex;
  align-items: center;
  /* background-image: url(../img/main-6-management/Management_photo-min.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.management-img-box-1 img {
  width: 100%;
  height: auto;
}
