@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: lighter;
  src: url(/_nuxt/Montserrat-Light.dgDKJO0v.ttf) format('truetype');
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(/_nuxt/Montserrat-Regular.HSkmHGq1.ttf) format('truetype');
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(/_nuxt/Montserrat-Medium.DUBscxQc.ttf) format('truetype');
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(/_nuxt/Montserrat-SemiBold.GHTrcYOJ.ttf) format('truetype');
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(/_nuxt/Montserrat-Bold.MMV-9BHe.ttf) format('truetype');
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  src: url(/_nuxt/Montserrat-ExtraBold.JK7zMiWA.ttf) format('truetype');
}
@font-face {
  font-family: SVN-TheSeasons;
  font-style: normal;
  font-weight: 700;
  src: url(/_nuxt/SVN-TheSeasons-Bold.p88x5Jau.ttf) format('truetype');
}
@font-face {
  font-family: SVN-TheSeasons;
  font-style: normal;
  font-weight: 400;
  src: url(/_nuxt/SVN-TheSeasons-Regular.mWcitqxY.ttf) format('truetype');
}
.font-Mont {
  font-family: Montserrat;
}
.font-SVN {
  font-family: SVN-TheSeasons;
}
body,
html {
  -ms-overflow-style: none;
  font-family: Montserrat;
  scrollbar-width: none;
}
.nav-link a {
  display: block;
  position: relative;
  z-index: 1;
}
.nav-link a:after {
  background-color: hsla(0, 0%, 100%, 0.2);
  bottom: 0.125rem;
  content: '';
  height: 0.5rem;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: -1;
}
.nav-link.is-active a {
  color: #fff;
}
.nav-link.is-active a:after {
  opacity: 1;
  visibility: visible;
}
.swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}
#lifestyle_image1 {
  transition-timing-function: linear;
}
.section [data-fadeLeft],
.section [data-fadeUp],
.section [data-zoomIn] {
  opacity: 0;
  visibility: hidden;
}
.section [data-bgZoom] {
  transform: scale(1.2);
}
.section.fp-completely [data-bgZoom][data-delay='.1s'],
.section.fp-completely [data-fadeLeft][data-delay='.1s'],
.section.fp-completely [data-fadeUp][data-delay='.1s'],
.section.fp-completely [data-zoomIn][data-delay='.1s'] {
  animation-delay: 0.1s;
}
.section.fp-completely [data-bgZoom][data-delay='.2s'],
.section.fp-completely [data-fadeLeft][data-delay='.2s'],
.section.fp-completely [data-fadeUp][data-delay='.2s'],
.section.fp-completely [data-zoomIn][data-delay='.2s'] {
  animation-delay: 0.2s;
}
.section.fp-completely [data-bgZoom][data-delay='.3s'],
.section.fp-completely [data-fadeLeft][data-delay='.3s'],
.section.fp-completely [data-fadeUp][data-delay='.3s'],
.section.fp-completely [data-zoomIn][data-delay='.3s'] {
  animation-delay: 0.3s;
}
.section.fp-completely [data-bgZoom][data-delay='.4s'],
.section.fp-completely [data-fadeLeft][data-delay='.4s'],
.section.fp-completely [data-fadeUp][data-delay='.4s'],
.section.fp-completely [data-zoomIn][data-delay='.4s'] {
  animation-delay: 0.4s;
}
.section.fp-completely [data-bgZoom][data-delay='.5s'],
.section.fp-completely [data-fadeLeft][data-delay='.5s'],
.section.fp-completely [data-fadeUp][data-delay='.5s'],
.section.fp-completely [data-zoomIn][data-delay='.5s'] {
  animation-delay: 0.5s;
}
.section.fp-completely [data-bgZoom][data-delay='.6s'],
.section.fp-completely [data-fadeLeft][data-delay='.6s'],
.section.fp-completely [data-fadeUp][data-delay='.6s'],
.section.fp-completely [data-zoomIn][data-delay='.6s'] {
  animation-delay: 0.6s;
}
.section.fp-completely [data-bgZoom][data-delay='.7s'],
.section.fp-completely [data-fadeLeft][data-delay='.7s'],
.section.fp-completely [data-fadeUp][data-delay='.7s'],
.section.fp-completely [data-zoomIn][data-delay='.7s'] {
  animation-delay: 0.7s;
}
.section.fp-completely [data-bgZoom][data-delay='.8s'],
.section.fp-completely [data-fadeLeft][data-delay='.8s'],
.section.fp-completely [data-fadeUp][data-delay='.8s'],
.section.fp-completely [data-zoomIn][data-delay='.8s'] {
  animation-delay: 0.8s;
}
.section.fp-completely [data-zoomIn] {
  animation: dataZoomIn 0.7s ease forwards;
}
.section.fp-completely [data-fadeLeft] {
  animation: dataFadeLeft 0.7s ease forwards;
}
.section.fp-completely [data-fadeUp] {
  animation: dataFadeUp 0.7s ease forwards;
}
.section.fp-completely [data-bgZoom] {
  animation: dataBgZoom 0.7s ease forwards;
}
@keyframes dataFadeUp {
  0% {
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes dataFadeLeft {
  0% {
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes dataZoomIn {
  0% {
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes dataBgZoom {
  to {
    transform: scale(1);
  }
}
.leaflet-container {
  background-color: transparent !important;
}
.project {
  background-color: transparent;
  cursor: none;
  pointer-events: none;
  width: 100%;
}
.project .text-hightlight {
  animation: colors 1.5s infinite;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@keyframes colors {
  0% {
    background-color: #00a89c;
  }
  30% {
    background-color: #00a89c;
    opacity: 0.7;
  }
  70% {
    background-color: #fff;
    opacity: 0.7;
  }
  to {
    background-color: #fff;
    opacity: 1;
  }
}
#map {
  background-color: transparent;
  pointer-events: none;
  width: 100%;
}
#map path {
  outline: none;
}
#map .leaflet-tooltip-own {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  outline: none;
  padding: 0;
}
#map .leaflet-tooltip-bottom:before,
#map .leaflet-tooltip-left:before,
#map .leaflet-tooltip-right:before,
#map .leaflet-tooltip-top:before {
  border: none !important;
}
.shadowSidebar {
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.83);
  background-attachment: scroll;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.83);
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  box-shadow: -24px 0 36px rgba(0, 0, 0, 0.25);
  display: flex;
  opacity: 0;
  visibility: hidden;
}
#sideBarItem a {
  background-color: #fff;
}
#sideBarItem a:hover {
  background-color: #00a89c;
}
#sideBarItem a img:last-child {
  display: none;
}
#sideBarItem.reverse a {
  background-color: #00a89c;
}
#sideBarItem.reverse a:hover {
  opacity: 0.5;
}
#sideBarItem a:hover > img:first-child {
  display: none;
}
#sideBarItem a:hover > img:last-child {
  display: block;
}
#sideBarItem.reverse img:first-child {
  display: none;
}
#sideBarItem.reverse a img:last-child {
  display: block;
}
.active-boder-swiper {
  border-color: #00a89c !important;
}
.no-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.thin-scroll::-webkit-scrollbar {
  width: 3px;
}
.thin-scroll::-webkit-scrollbar-track {
  background: hsla(0, 0%, 61%, 0.2);
  border: transparent;
  border-radius: 10px;
}
.thin-scroll::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 61%, 0.5);
  border: transparent;
  border-radius: 20px;
}
.xl-scroll::-webkit-scrollbar {
  width: 10px;
}
.xl-scroll::-webkit-scrollbar-track {
  background: hsla(0, 0%, 61%, 0.2);
  border: transparent;
  border-radius: 10px;
}
.xl-scroll::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 61%, 0.5);
  border: transparent;
  border-radius: 20px;
}
.container-fluid {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
::-moz-placeholder {
  color: #004849;
  opacity: 1;
}
::placeholder {
  color: #004849;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #004849;
}
.swiper-vertical {
  height: 100%;
  width: 100%;
}
.swiper-vertical.swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.secIntro #introduction_container {
  background-image: url(/img/index/introduction_mobile.png);
}
.secCom #community_container {
  background-image: url(/img/index/community_mobile.png);
}
@media (min-width: 1024px) {
  .secIntro #introduction_container {
    background-image: url(/img/index/introduction.png);
  }
  .secCom #community_container {
    background-image: url(/img/index/community_hd.png);
  }
}
.short-text-2-line {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lg-block {
  display: none;
}
.lg-h-swiper {
  height: 150px;
}
.xl-text-13 {
  font-size: 10px;
  line-height: 17px;
}
.nav-link:hover {
  opacity: 0.8;
}
.nav-link.menu-active {
  background: linear-gradient(
    0deg,
    rgba(0, 72, 73, 0.5),
    rgba(0, 168, 157, 0.5)
  );
}
.location-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 40px;
}
@media only screen and (min-width: 1440px) {
  .location-info {
    gap: 50px;
    padding-top: 96px;
  }
  .xl-text-13 {
    font-size: 13px;
    line-height: 17px;
  }
  .lg-hidden {
    display: none;
  }
  .lg-block {
    display: block;
  }
  .lg-h-swiper {
    height: 226px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .short-text-2-line {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #sideBarItem.reverse a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 375px) {
  .ip\:py-5 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .ip\:justify-center {
    justify-content: center;
  }
  .ip\:h-\[30px\] {
    height: 46px;
  }
  .ip\:h-\[68px\] {
    height: 40px;
  }
  .ip\:gap-5 {
    gap: 20px;
  }
  .text-xs {
    font-size: 11px;
  }
  .ip\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .ip\:text-\[10px\] {
    font-size: 10px;
  }
  .ip\:max-h-\[100px\] {
    max-height: 100px;
  }
}
#newDetailContainer .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#newDetailContainer .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
#newDetailContainer .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
