@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
[data-type] {
  width: 0;
  animation: none;
  display: inline-block;
  overflow: hidden;
  margin-right: auto;
  white-space: nowrap;
  transition: 0.5s ease;
  text-align: left;
}
[data-type].active {
  animation: typing 1s steps(40, end);
  width: 100%;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.banner.home-banner {
  position: sticky;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner {
    height: 75vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .bg {
    height: calc(100vh - var(--footerstrip));
    text-indent: initial;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper {
    bottom: 10%;
  }
}
.banner.home-banner .banner-wrapper .content h2 {
  font-size: 36px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 675px) {
  body.ios .home-secA:before {
    background-attachment: initial;
  }
}

.home-secA {
  height: calc(100vh - var(--headerfixed));
  position: sticky;
  top: var(--headerfixed);
  z-index: 6;
  backdrop-filter: none;
  display: flex;
  align-items: center;
}
.home-secA::before {
  content: "";
  opacity: 1 !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: url(../../images/vector/vector.png) no-repeat;
  background-position: 0 100%;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    height: auto;
    padding: 4rem 0;
    display: block;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA {
    padding: 2rem 0;
    text-indent: initial;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA {
    padding: 2rem 0;
  }
}
.home-secA::before {
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.15;
}
.home-secA::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4455) 14.5%, rgba(0, 0, 0, 0.55) 50.5%, rgba(0, 0, 0, 0.4675) 80.5%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.home-secA .heading {
  width: 100%;
  max-width: 555px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 991px) {
  .home-secA .heading {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .heading {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .heading {
    margin: 0 auto 25px;
    padding: 0 10px;
  }
}
.home-secA .heading h2 {
  color: var(--white);
}
.home-secA .heading p {
  color: var(--white);
  opacity: 0.7;
}
.home-secA .logoShape {
  width: 134px;
  margin: 0 auto 34px;
}
@media only screen and (max-width: 768px) {
  .home-secA .logoShape {
    width: 100px;
    margin: 0 auto 24px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .logoShape {
    width: 80px;
    margin: 0 auto 20px;
  }
}
.home-secA .logoShape img {
  width: 100%;
}
.home-secA .aside-right-logo {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1230px) {
  .home-secA .aside-right-logo {
    right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .aside-right-logo {
    position: relative;
    justify-content: space-around;
    z-index: 3;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 25px;
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .aside-right-logo {
    gap: 12px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .aside-right-logo {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .aside-right-logo {
    gap: 10px;
    padding: 0 15px;
  }
}
.home-secA .aside-right-logo li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-width: 220px;
}
@media only screen and (max-width: 991px) {
  .home-secA .aside-right-logo li {
    max-width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .aside-right-logo li {
    max-width: 150px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .aside-right-logo li {
    max-width: 130px;
  }
}
.home-secA .aside-right-logo li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 20px;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .aside-right-logo li:not(:last-child) {
    margin-right: 15px;
    padding-right: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .aside-right-logo li:not(:last-child) {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.home-secA .aside-right-logo li .ico {
  line-height: 0;
  margin-bottom: 5px;
}
.home-secA .aside-right-logo li .ico svg {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secA .aside-right-logo li .ico svg path {
  fill: var(--secondary);
}
.home-secA .aside-right-logo li h6 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  font-weight: 700;
}
.home-secA .container {
  position: relative;
  z-index: 1;
}
.home-secA .content {
  text-align: center;
}
.home-secA .content .ico {
  margin-bottom: 34px;
}
@media only screen and (max-width: 520px) {
  .home-secA .content .ico {
    margin-bottom: 24px;
  }
}
.home-secA .content .ico img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.home-secA .content .ico .logo-icon {
  width: 100px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .content .ico .logo-icon {
    width: 65px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secA .content .ico .logo-icon {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secA .content .ico .logo-icon {
    width: 50px;
  }
}
.home-secA .content .ico .logo-name {
  width: 219px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .content .ico .logo-name {
    width: 170px;
  }
}
.home-secA .content .desc {
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1366px) {
  .home-secA .content .desc {
    max-width: 650px;
    margin-bottom: 2rem;
  }
}
.home-secA .content .desc p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .home-secA .content .desc p {
    font-size: 14px;
  }
}

.home-secB {
  position: sticky;
  top: var(--headerfixed);
  z-index: 7;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .home-secB {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    height: 50vh;
  }
}
.home-secB .bg {
  line-height: 0;
  height: 100%;
}
.home-secB .bg img, .home-secB .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 0;
  padding-top: 43px;
}
.home-secB figure img {
  width: 100%;
  height: 100%;
}

.home-secK {
  position: sticky;
  top: var(--headerfixed);
  z-index: 10;
  background: var(--white);
  padding: 70px 0;
  height: calc(100vh - var(--headerfixed));
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secK {
    height: auto;
    overflow: visible;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secK {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secK {
    padding: 2.5rem 0;
  }
}
.home-secK .tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .home-secK .tab-nav {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secK .tab-nav {
    gap: 8px;
    margin-bottom: 2rem;
  }
}
.home-secK .tab-nav li {
  --height: 38px;
  --padding: 16px;
  height: var(--height);
  padding: 0 var(--padding);
  border: 1px solid var(--secondary);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 540px) {
  .home-secK .tab-nav li {
    --height: 34px;
    --padding: 12px;
  }
}
.home-secK .tab-nav li.active, .home-secK .tab-nav li:hover {
  background: var(--secondary);
  color: var(--white);
}
.home-secK .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media only screen and (max-width: 991px) {
  .home-secK .grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .home-secK .grid {
    gap: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secK .grid {
    gap: 2rem;
  }
}
.home-secK .grid .heading {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .home-secK .grid .heading {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .home-secK .grid .heading {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secK .grid .heading {
    margin-bottom: 1rem;
  }
}
.home-secK .grid .heading p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.home-secK .grid .heading .features h5 {
  margin: 30px 0 20px;
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  .home-secK .grid .heading .features h5 {
    margin: 20px 0 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secK .grid .heading .features h5 {
    margin: 15px 0 12px;
  }
}
.home-secK .grid .heading .features ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.home-secK .grid .heading .features ul li {
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-secK .grid .heading .features ul li svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.home-secK .grid .heading .features ul li svg path {
  fill: var(--golden);
}
@media only screen and (max-width: 991px) {
  .home-secK .grid .item-table {
    order: 1;
  }
}
.home-secK .grid .item-table .tab-nav-content .tabs {
  display: none;
  width: 100%;
  max-width: 574px;
  height: 408px;
}
@media only screen and (max-width: 768px) {
  .home-secK .grid .item-table .tab-nav-content .tabs {
    height: 280px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secK .grid .item-table .tab-nav-content .tabs {
    height: 220px;
  }
}
.home-secK .grid .item-table .tab-nav-content .tabs.active {
  display: block;
}
.home-secK .grid .item-table .tab-nav-content .tabs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-secC {
  position: sticky;
  top: var(--headerfixed);
  z-index: 5;
  background: var(--gray);
}
@media only screen and (min-width: 1152px) {
  .home-secC {
    height: calc(100vh - var(--headerfixed));
  }
}
@media only screen and (max-width: 991px) {
  .home-secC {
    position: relative;
    top: 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC {
    flex-direction: column;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1152px) {
  .home-secC .colA, .home-secC .colB {
    height: 100%;
  }
}
.home-secC .colA {
  flex: 0 1 60%;
  line-height: 0;
}
@media only screen and (max-width: 1152px) {
  .home-secC .colA {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .colA {
    flex: 0 1 100%;
    height: 380px;
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .colA {
    height: 300px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .colA {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .colA {
    height: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .colA figure {
    height: 100%;
  }
}
.home-secC .colA figcaption {
  text-align: center;
  bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .home-secC .colA figcaption {
    bottom: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .colA figcaption {
    bottom: 3rem;
  }
}
.home-secC .colA figcaption h3 {
  display: inline-block;
  color: var(--white);
  font-family: Palmaton;
  font-size: 96px;
  line-height: normal;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 1152px) {
  .home-secC .colA figcaption h3 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .colA figcaption h3 {
    font-size: 50px;
  }
}
.home-secC .colB {
  flex: 1;
  display: flex;
  align-items: center;
  background-position: bottom right;
  background-size: 60% auto;
}
@media only screen and (max-width: 991px) {
  .home-secC .colB {
    flex: 0 1 100%;
    order: 1;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .colB {
    flex: 0 1 100%;
    text-align: center;
  }
}
.home-secC .colB .content {
  padding: 82px 22px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .home-secC .colB .content {
    padding: 55px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .colB .content {
    padding: 40px 22px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .colB .content {
    padding: 35px 22px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .colB .content {
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 22px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .colB .content {
    padding: 2.5rem 20px;
  }
}
.home-secC .colB .content .ico {
  width: 67px;
  line-height: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1152px) {
  .home-secC .colB .content .ico {
    width: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .colB .content .ico {
    width: 67px;
    margin: 0 auto;
  }
}
.home-secC .colB .content .ico img {
  width: 100%;
}
.home-secC .colB .content .heading {
  margin-bottom: 20px;
}
@media only screen and (max-width: 675px) {
  .home-secC .colB .content .heading h3 {
    text-align: center;
  }
}
.home-secC .colB .content .heading span {
  font-weight: 400;
  font-style: italic;
}
.home-secC .colB .content .desc p {
  color: var(--text);
}
@media only screen and (max-width: 675px) {
  .home-secC .colB .content .desc p {
    font-size: 14px;
  }
}
.home-secC .colB .content .desc ul {
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin-top: 25px;
}
@media only screen and (max-width: 540px) {
  .home-secC .colB .content .desc ul {
    margin-top: 18px;
  }
}
.home-secC .colB .content .desc ul li {
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-secC .colB .content .desc ul li img, .home-secC .colB .content .desc ul li svg {
  width: 24px;
  height: 24px;
}
.home-secC .colB .content .desc ul li img path, .home-secC .colB .content .desc ul li svg path {
  fill: var(--golden);
}

.home-secD {
  position: sticky;
  top: var(--headerfixed);
  z-index: 6;
  background: var(--white);
  padding: 60px 0 80px;
  height: 100vh;
}
.home-secD::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .home-secD::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD {
    padding: 50px 0 55px;
    height: auto;
    min-height: 520px;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD {
    min-height: 450px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    min-height: 400px;
  }
}
.home-secD img, .home-secD video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-secD .item-content {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .home-secD .item-content {
    left: 25px;
    right: 25px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD .item-content {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .item-content {
    left: 15px;
    right: 15px;
  }
}
.home-secD .item-content .heading h3 {
  color: var(--white);
}
.home-secD .item-content .points h5 {
  color: var(--white);
  margin: 30px 0 20px;
}
@media only screen and (max-width: 768px) {
  .home-secD .item-content .points h5 {
    margin: 20px 0 12px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .item-content .points h5 {
    margin: 15px 0 10px;
  }
}
.home-secD .item-content .points ul {
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .home-secD .item-content .points ul {
    gap: 8px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .item-content .points ul {
    gap: 6px;
  }
}
.home-secD .item-content .points ul li {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secD .item-content .points ul li {
    align-items: flex-start;
  }
}
.home-secD .item-content .points ul li img, .home-secD .item-content .points ul li svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.home-secD .item-content .points ul li img path, .home-secD .item-content .points ul li svg path {
  fill: var(--white);
}

.home-secE {
  height: calc(100vh - var(--headerfixed));
  position: sticky;
  top: var(--headerfixed);
  z-index: 11;
}
@media only screen and (max-width: 991px) {
  .home-secE {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE {
    height: 50vh;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE {
    position: relative;
    height: 400px;
    top: 0;
    z-index: 11;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE {
    height: 40vh;
  }
}
.home-secE::before {
  background: linear-gradient(180deg, rgba(0, 6, 2, 0) 0%, rgba(70, 84, 49, 0.75) 100%);
}

.home-secF {
  position: sticky;
  top: var(--headerfixed);
  z-index: 12;
  padding-top: 5rem;
}
@media only screen and (max-width: 991px) {
  .home-secF {
    padding-top: 0;
    background: var(--prime);
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secF {
    padding-top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF {
    padding-top: 0;
  }
}
.home-secF .heading {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .home-secF .heading {
    margin-bottom: 3rem;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .heading {
    margin-bottom: 2rem;
  }
}
.home-secF .heading h6 {
  color: var(--secondary);
  font-size: 14px;
  background: var(--white);
  padding: 10px 20px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 991px) {
  .home-secF .heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: 3rem;
    z-index: 2;
  }
}
.home-secF .amenities-wrap {
  padding: 12px 0 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-secF .amenities-wrap {
    padding-top: 0;
  }
}
.home-secF .amenities-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(358deg, rgb(131, 156, 93) 0%, rgba(255, 255, 255, 0) 79%);
}
.home-secF .amenities-wrap .swiper {
  padding: 30px 0;
  margin: 0 56px;
}
@media only screen and (max-width: 768px) {
  .home-secF .amenities-wrap .swiper {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secF .amenities-wrap .swiper {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secF .amenities-wrap .swiper {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secF .amenities-wrap .swiper {
    margin: 0 10px;
  }
}
.home-secF .amenities-wrap .swiper-nav {
  max-width: 95%;
  top: 40%;
}
@media only screen and (max-width: 767px) {
  .home-secF .amenities-wrap .swiper-nav {
    display: none;
  }
}
.home-secF .item {
  border-radius: 10px;
  overflow: hidden;
}
.home-secF .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.home-secF .item figcaption {
  text-align: center;
  color: var(--white);
  padding: 0 20px 30px;
}
.home-secF .item figcaption h6 {
  line-height: 1.25;
}
@media only screen and (max-width: 675px) {
  .home-secF .item figcaption h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) {
  .home-secF .item figcaption h6 {
    font-size: 18px;
  }
}

body:is(.ios) .home-secG .location-map-wrap {
  clip-path: ellipse(50% 100% at 50% 100%);
}

.home-secG {
  position: sticky;
  top: var(--headerfixed);
  z-index: 13;
  background: var(--white);
  padding: 80px 0 0;
  background-position: 0 100%;
  background-size: 100% auto;
}
@media only screen and (max-width: 991px) {
  .home-secG {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secG {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secG {
    padding-top: 3.5rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG {
    padding: 2.5rem 0 0;
  }
}
.home-secG .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .home-secG .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secG .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .heading {
    margin-bottom: 30px;
  }
}
.home-secG .advantage-wrap {
  --dot: 14px;
  position: relative;
}
.home-secG .advantage-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #A6A6A6;
}
.home-secG .advantage-wrap {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .home-secG .advantage-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secG .advantage-wrap {
    margin-bottom: 2rem;
  }
}
.home-secG .advantage-wrap::before {
  top: auto;
  height: 1px;
  bottom: var(--dot);
}
.home-secG .advantage-slider {
  padding: 0 15px;
  padding-bottom: var(--dot);
}
@media only screen and (max-width: 675px) {
  .home-secG .advantage-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-secG .advantage-slider .item {
  text-align: center;
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 48px;
  position: relative;
}
.home-secG .advantage-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #A6A6A6;
}
@media only screen and (max-width: 768px) {
  .home-secG .advantage-slider .item {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .advantage-slider .item {
    padding-bottom: 28px;
  }
}
.home-secG .advantage-slider .item::before {
  height: var(--dot);
  width: var(--dot);
  border-radius: 50%;
  top: auto;
  bottom: calc(var(--dot) / -2);
  right: auto;
  left: 50%;
  translate: -50% 0;
}
.home-secG .advantage-slider .item .ico {
  line-height: 0;
  margin-bottom: 16px;
}
.home-secG .advantage-slider .item .ico img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(60%) sepia(18%) saturate(594%) hue-rotate(36deg) brightness(92%) contrast(88%);
}
.home-secG .advantage-slider .item .loc, .home-secG .advantage-slider .item .dst {
  font-size: 16px;
  line-height: 1.2;
}
.home-secG .advantage-slider .item .loc {
  color: var(--text);
  margin-bottom: 12px;
  width: 100%;
  max-width: 199px;
  margin: 0 auto;
  padding: 10px 0;
}
.home-secG .advantage-slider .item .dst {
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  .home-secG .swiper-nav {
    max-width: calc(100% - 56px);
  }
}
@media only screen and (max-width: 675px) {
  .home-secG .swiper-nav {
    display: none;
  }
}
.home-secG .location-map-wrap {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 92px;
}
@media only screen and (max-width: 991px) {
  .home-secG .location-map-wrap {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secG .location-map-wrap {
    width: 80%;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secG .location-map-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 520px) {
  .home-secG .location-map-wrap {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .location-map-wrap {
    margin-top: 2rem;
  }
}
.home-secG .location-map-wrap .location-map {
  display: block;
  width: 100%;
  height: 50%;
  aspect-ratio: 2;
  line-height: 0;
  box-shadow: -9px -45px 85.9px 0px rgba(32, 46, 99, 0.1803921569);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home-secG .location-map-wrap .location-map::after {
  mix-blend-mode: multiply;
}
.home-secG .location-map-wrap .location-map iframe {
  width: 100%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 0;
  filter: grayscale(1);
  pointer-events: none;
}
@media only screen and (min-width: 991px) {
  .home-secG .location-map-wrap .location-map iframe {
    mix-blend-mode: multiply;
  }
}
.home-secG .location-map-wrap .location-map .location-ico {
  position: absolute;
  left: 50%;
  top: 27%;
  translate: -50% 0;
  line-height: 0;
  z-index: 3;
  animation: jump 1s ease-in-out infinite;
}
@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media only screen and (max-width: 675px) {
  .home-secG .location-map-wrap .location-map .location-ico {
    width: 30px;
  }
}

.home-secH {
  height: calc(100vh - var(--headerfixed));
  position: sticky;
  top: var(--headerfixed);
  z-index: 14;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secH {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-secH {
    height: 60vh;
  }
}
@media only screen and (max-width: 675px) {
  .home-secH {
    z-index: 14;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH {
    height: 50vh;
  }
}
.home-secH figcaption {
  line-height: 0;
  bottom: -35%;
}
@media only screen and (max-width: 1366px) {
  .home-secH figcaption {
    bottom: -20%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secH figcaption {
    bottom: -10%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH figcaption {
    bottom: 0;
  }
}
.home-secH figcaption img {
  width: 100%;
}

.home-secI {
  position: sticky;
  top: var(--headerfixed);
  z-index: 15;
  padding: 82px 0 92px;
  background: var(--white);
}
@media only screen and (max-width: 768px) {
  .home-secI {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secI {
    padding: 3.5rem 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI {
    padding: 2.5rem 0;
  }
}
.home-secI .heading {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .home-secI .heading {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secI .heading {
    margin-bottom: 1rem;
  }
}
.home-secI .floor-nav {
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (max-width: 991px) {
  .home-secI .floor-nav {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .home-secI .floor-nav {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI .floor-nav {
    margin-bottom: 25px;
  }
}
.home-secI .floor-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  position: relative;
}
.home-secI .floor-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.home-secI .floor-nav li {
  transition: 0.5s ease;
  color: var(--text);
}
@media only screen and (max-width: 1152px) {
  .home-secI .floor-nav li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secI .floor-nav li {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-secI .floor-nav li::before {
  top: auto;
  height: 1px;
  width: 0;
  transition: 0.5s ease;
}
.home-secI .floor-nav li.active {
  color: var(--primary);
}
.home-secI .floor-nav li.active::before {
  width: 100%;
}
.home-secI .floor-nav li:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 1152px) {
  .home-secI .floor-nav li:not(:last-child) {
    margin-right: 12px;
  }
}
.home-secI .floor-nav-content .upper-sec {
  line-height: 0;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secI .floor-nav-content .upper-sec {
    margin-bottom: 20px;
  }
}
.home-secI .floor-nav-content .upper-sec img {
  width: 100%;
  filter: blur(3px);
}
@media only screen and (max-width: 675px) {
  .home-secI .floor-nav-content .upper-sec img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-secI .floor-nav-content .upper-sec .enqr-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.home-secI .floor-nav-content .bottom-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec {
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-secI .floor-nav-content .bottom-sec {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 1152px) {
  .home-secI .floor-nav-content .bottom-sec .col-md {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secI .floor-nav-content .bottom-sec .col-md {
    flex: 0 1 100%;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec .col-md h6 {
    margin-bottom: 26px;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 633px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec .col-md .col-flex {
    gap: 12px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secI .floor-nav-content .bottom-sec .col-md .col-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col {
  flex: 1;
  border: 1px solid #A47F56;
  border-radius: 10px;
  padding: 16px;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col {
    padding: 10px;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col .ttl {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}
@media only screen and (max-width: 1230px) {
  .home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col .ttl {
    font-size: 13px;
  }
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col .des {
  color: var(--text);
  font-size: 12px;
}
.home-secI .floor-nav-content .bottom-sec .col-md .col-flex .col .des:not(:last-of-type) {
  margin-bottom: 4px;
}

.home-secJ {
  position: sticky;
  top: var(--headerfixed);
  z-index: 16;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .home-secJ {
    flex-direction: column;
  }
}
.home-secJ .colA {
  flex: 0 1 50%;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .home-secJ .colA {
    flex: 0 1 100%;
    max-width: 100%;
    height: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secJ .colA {
    height: 300px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secJ .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ .colA {
    height: 240px;
  }
}
.home-secJ .colA figure {
  height: 100%;
}
.home-secJ .colA figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secJ .colB {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f3f3f3;
}
@media only screen and (max-width: 991px) {
  .home-secJ .colB {
    flex: 0 1 100%;
  }
}
.home-secJ .colB .content {
  padding: 50px 50px;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .home-secJ .colB .content {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secJ .colB .content {
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secJ .colB .content {
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secJ .colB .content {
    padding: 3rem 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ .colB .content {
    padding: 2.5rem 15px;
  }
}
.home-secJ .colB .content .ico {
  width: 77px;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1152px) {
  .home-secJ .colB .content .ico {
    width: 60px;
    margin-bottom: 18px;
  }
}
.home-secJ .colB .content .ico img {
  width: 100%;
}
.home-secJ .colB .content .heading {
  margin-bottom: 32px;
  text-align: center;
}
.home-secJ .colB .content .heading span {
  font-weight: 400;
  font-style: italic;
}
.home-secJ .colB .content .desc-wrap .form {
  --item: 2;
  --gaptb: 25px;
  --gaplr: 35px;
  --labelbefore: var(--primary);
  --labelafter: var(--text);
  --borderbefore: var(--primary);
  --borderafter: var(--primary);
}
@media only screen and (max-width: 1152px) {
  .home-secJ .colB .content .desc-wrap .form {
    --gaptb: 15px;
    --gaplr: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secJ .colB .content .desc-wrap .form {
    --gaptb: 10px;
    --gaplr: 12px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secJ .colB .content .desc-wrap .form {
    --item: 1;
    --gaptb: 15px;
  }
}
.home-secJ .colB .content .desc-wrap .form .sbmt-grp {
  margin-top: 20px;
}
.home-secJ .colB .content .desc-wrap .form .sbmt-grp .btn {
  --padding: 50px;
}

.happy_family {
  background: var(--white);
  position: sticky;
  top: var(--headerfixed);
  z-index: 8;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .happy_family {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .happy_family {
    height: 35vh;
  }
}
.happy_family img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.happy_family::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(270deg, rgb(65, 79, 44) 0%, rgba(255, 255, 255, 0) 79%);
}
@media only screen and (max-width: 991px) {
  .happy_family::before {
    background: linear-gradient(360deg, rgb(65, 79, 44) 0%, rgba(255, 255, 255, 0) 79%);
  }
}
.happy_family .heading {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 450px;
}
@media only screen and (max-width: 991px) {
  .happy_family .heading {
    max-width: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .happy_family .heading {
    position: relative;
    right: auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    padding: 3rem 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .happy_family .heading {
    padding: 2.5rem 60px;
  }
}
.happy_family .heading h2 {
  color: var(--white);
  font-size: 48px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .happy_family .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 675px) {
  .happy_family .heading h2 {
    font-size: 24px;
    text-align: center;
  }
}
.happy_family .heading p {
  color: var(--white);
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 991px) {
  .happy_family .heading p {
    text-align: center;
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .happy_family .heading p {
    max-width: 100%;
    transform: none;
    left: auto;
    right: auto;
    margin-top: 12px;
  }
}

.about-secA {
  padding: 70px 0;
  position: sticky;
  top: var(--headerfixed);
  z-index: 2;
  background: var(--white);
  height: 750px;
}
@media only screen and (max-width: 1366px) {
  .about-secA {
    height: 680px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA {
    height: auto;
    padding: 50px 0 280px;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA {
    padding: 40px 0 220px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA {
    padding: 2.5rem 0 180px;
  }
}
.about-secA::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 460px;
  background: url(../../images/home/about.png) no-repeat;
  background-size: cover;
  background-position: bottom bottom;
}
@media only screen and (max-width: 1366px) {
  .about-secA::before {
    height: 360px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA::before {
    height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA::before {
    height: 220px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA::before {
    height: 180px;
  }
}
.about-secA::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(180deg, #FFFFFF 42%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1366px) {
  .about-secA::after {
    height: 360px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA::after {
    height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA::after {
    height: 220px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA::after {
    height: 180px;
  }
}
.about-secA .heading {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-secA .heading {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .heading {
    padding: 0 10px;
  }
}
.about-secA .heading h3 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .about-secA .heading h3 {
    gap: 12px;
  }
}
.about-secA .heading h3 img {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .about-secA .heading h3 img {
    width: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .heading h3 img {
    width: 50px;
  }
}
.about-secA .heading p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .about-secA .heading p {
    margin-bottom: 8px;
  }
}
.about-secA .heading .btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .about-secA .heading .btn-group {
    align-items: center;
    gap: 12px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .heading .btn-group {
    gap: 10px;
    margin-top: 25px;
  }
}

.layout-secA {
  background: var(--gray);
  position: sticky;
  top: var(--headerfixed);
  z-index: 3;
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .layout-secA {
    position: relative;
    top: 0;
    height: auto;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .layout-secA {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .layout-secA {
    padding: 2.5rem 0;
  }
}
.layout-secA .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .layout-secA .grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .layout-secA .grid {
    gap: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .layout-secA .grid {
    gap: 1.5rem;
  }
}
.layout-secA .grid .map {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .layout-secA .grid .map {
    order: 1;
    max-height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .layout-secA .grid .map {
    max-height: 280px;
  }
}
@media only screen and (max-width: 540px) {
  .layout-secA .grid .map {
    max-height: 220px;
  }
}
.layout-secA .grid .map img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.layout-secA .grid .heading {
  width: 100%;
  max-width: 574px;
}
@media only screen and (max-width: 991px) {
  .layout-secA .grid .heading {
    max-width: 100%;
    order: 2;
    text-align: center;
  }
}
.layout-secA .grid .heading p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  margin: 5px 0 30px;
}
@media only screen and (max-width: 768px) {
  .layout-secA .grid .heading p {
    margin: 5px 0 20px;
  }
}
.layout-secA .grid .heading ul {
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin: 25px 0 30px;
}
@media only screen and (max-width: 540px) {
  .layout-secA .grid .heading ul {
    margin: 18px 0 24px;
  }
}
.layout-secA .grid .heading ul li {
  color: var(--text);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}
.layout-secA .grid .heading ul li img, .layout-secA .grid .heading ul li svg {
  width: 24px;
  height: 24px;
}
.layout-secA .grid .heading ul li img path, .layout-secA .grid .heading ul li svg path {
  fill: var(--golden);
}

.home-secL {
  padding: 70px 0;
  background: var(--white);
  position: sticky;
  top: var(--headerfixed);
  z-index: 4;
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 1366px) {
  .home-secL {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secL {
    position: relative;
    top: 0;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secL {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secL {
    padding: 2.5rem 0;
  }
}
.home-secL .heading {
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .home-secL .heading {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secL .heading {
    margin-bottom: 1.5rem;
  }
}
.home-secL .grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
  min-height: 550px;
}
@media only screen and (max-width: 991px) {
  .home-secL .grid {
    min-height: 420px;
    gap: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secL .grid {
    min-height: 380px;
    gap: 10px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secL .grid {
    flex-direction: column;
    min-height: unset;
  }
}
@media only screen and (max-width: 540px) {
  .home-secL .grid {
    flex-direction: column;
    min-height: unset;
  }
}
.home-secL .grid .item {
  width: 10%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1366px) {
  .home-secL .grid .item {
    height: 420px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secL .grid .item {
    width: 100% !important;
    height: 80px;
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .home-secL .grid .item:hover {
    height: 90px;
  }
  .home-secL .grid .item.active {
    height: 420px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 540px) {
  .home-secL .grid .item {
    width: 100% !important;
    height: 80px;
  }
  .home-secL .grid .item.active {
    height: 390px;
  }
}
.home-secL .grid .item:hover {
  width: 11%;
}
.home-secL .grid .item.active {
  width: 65%;
}
.home-secL .grid .item.active::before {
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 3.31%, rgba(0, 0, 0, 0.7) 49.93%);
}
.home-secL .grid .item.active::after {
  opacity: 0;
}
.home-secL .grid .item.active .item-content p {
  writing-mode: horizontal-tb;
  opacity: 1;
}
.home-secL .grid .item.active .item-content h4 {
  opacity: 1;
}
.home-secL .grid .item.active .item-content p:last-child {
  opacity: 1;
}
.home-secL .grid .item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(26, 26, 26, 0.4) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: backdrop-filter 0.6s ease, background 0.6s ease;
  z-index: 1;
}
.home-secL .grid .item::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url("../../icon/plus.svg") no-repeat center/40px;
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 2;
}
@media only screen and (max-width: 675px) {
  .home-secL .grid .item::after {
    bottom: 50%;
    transform: translate(-50%, 50%);
    right: 0;
    left: auto;
  }
}
.home-secL .grid .item .item-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-secL .grid .item .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secL .grid .item .item-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  width: 100%;
  max-width: 475px;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .home-secL .grid .item .item-content {
    padding: 25px 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secL .grid .item .item-content {
    padding: 20px 22px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secL .grid .item .item-content {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secL .grid .item .item-content {
    padding: 18px 20px;
  }
}
.home-secL .grid .item .item-content p {
  color: var(--white);
  writing-mode: vertical-rl;
  opacity: 1;
  transition: opacity 0.4s ease 0.1s, writing-mode 0s;
}
@media only screen and (max-width: 675px) {
  .home-secL .grid .item .item-content p {
    writing-mode: horizontal-tb;
  }
}
.home-secL .grid .item .item-content p:last-child {
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.4s ease 0.2s;
}
.home-secL .grid .item .item-content h4 {
  margin: 2rem 0 20px;
  color: var(--white);
  opacity: 0;
  transition: opacity 0.4s ease 0.15s, writing-mode 0s;
}
@media only screen and (max-width: 991px) {
  .home-secL .grid .item .item-content h4 {
    margin: 1rem 0 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secL .grid .item .item-content h4 {
    margin: 0.75rem 0 12px;
  }
}

.gallery_sec {
  background: var(--gray);
  position: sticky;
  top: var(--headerfixed);
  z-index: 12;
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .gallery_sec {
    padding: 50px 0;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .gallery_sec {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .gallery_sec {
    padding: 2.5rem 0;
  }
}
.gallery_sec .heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .gallery_sec .heading {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .gallery_sec .heading {
    margin-bottom: 1.5rem;
  }
}
.gallery_sec .gallerySlider .swiper-wrapper .swiper-slide .card {
  position: relative;
}
.gallery_sec .gallerySlider .swiper-wrapper .swiper-slide .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 79%);
  z-index: 1;
}
.gallery_sec .gallerySlider .swiper-wrapper .swiper-slide .card .img {
  width: 100%;
  height: 100%;
}
.gallery_sec .gallerySlider .swiper-wrapper .swiper-slide .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_sec .gallerySlider .swiper-wrapper .swiper-slide .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
}
.gallery_sec .gallerySlider .swiper-wrapper .swiper-slide .card .card-content h6 {
  color: var(--white);
  margin-bottom: 4px;
}
.gallery_sec .gallerySlider .swiper-wrapper .swiper-slide .card .card-content p {
  color: rgba(255, 255, 255, 0.7);
}/*# sourceMappingURL=home.css.map */