@charset "UTF-8";
/*
    Theme Name: The Camellia
    Theme URI: 
    Author: Mai Dung
    Author URI: 
    Description: A starter theme
    Version: 1.0
    Text Domain: corex
    Tags: theme, starter theme,
*/
@font-face {
  font-family: "SVN-Spyrel-Light.otf";
  src: url("./assets/fonts/SVN-Spyrel-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Spyrel-Regular.otf";
  src: url("./assets/fonts/SVN-Spyrel-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  src: url("./assets/fonts/Inter-VariableFont_opsz,wght.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Spyrel-Book.otf";
  src: url("./assets/fonts/SVN-Spyrel-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Spyrel-Medium.otf";
  src: url("./assets/fonts/SVN-Spyrel-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Spyrel-Thin.otf";
  src: url("./assets/fonts/SVN-Spyrel-Thin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #A84424;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #A84424;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
}

.site-container {
  overflow: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.typography html,
.typography body,
.typography p,
.typography ol,
.typography ul,
.typography li,
.typography dl,
.typography dt,
.typography dd,
.typography blockquote,
.typography figure,
.typography fieldset,
.typography legend,
.typography textarea,
.typography pre,
.typography iframe,
.typography hr,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0;
  padding: 0;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-family: "SVN-Spyrel-Light.otf", serif;
}
.typography ul {
  list-style: none;
}

@keyframes draw2 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@keyframes signature1 {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes signature2 {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacityKey {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes colorTextWhite {
  0% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
  50% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
  100% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
}
@keyframes colorTextBlack {
  0% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
  50% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
  100% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3);
    /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1);
    /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-moz-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-o-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes drawLine {
  from {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }
  to {
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3);
    /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1);
    /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1500;
  }
}
@keyframes bounceY {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@keyframes scrollDownHint {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 8px);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes draw22 {
  0% {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw222 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes draw2 {
  0% {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw23 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@keyframes ChangeColor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.c-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--Onge, #A84424);
  text-align: justify;
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.c-btn:hover {
  letter-spacing: 1px;
  opacity: 0.75;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 1.4rem;
  }
}

.c-title {
  color: var(--Onge, #A84424);
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 52px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .c-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .c-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .c-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 400px) {
  .c-title {
    font-size: 2.6rem;
  }
}

.c-subtitle {
  color: var(--Dark, #26150A);
  font-family: "SVN-Spyrel-Thin.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  /* 31.2px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .c-subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .c-subtitle {
    font-size: 1.8rem;
  }
}

#header-main-site {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 576px) {
  #header-main-site {
    background-color: #B2462A;
  }
}

.cm-header-main {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: height 0.4s ease, background-color 0.4s ease;
}
@media (max-width: 576px) {
  .cm-header-main {
    height: 60px;
  }
}
.cm-header-main .cm-header-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.7777777778%;
  display: flex;
  align-items: center;
  height: 100%;
}
.cm-header-main .cm-menu-toggle {
  position: absolute;
  left: 2.7777777778%;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  outline: none;
}
@media (max-width: 768px) {
  .cm-header-main .cm-menu-toggle {
    left: 1.5rem;
  }
}
.cm-header-main .cm-menu-toggle .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: center;
}
.cm-header-main .cm-menu-toggle .line.line-1 {
  top: 4px;
}
.cm-header-main .cm-menu-toggle .line.line-2 {
  top: 10px;
  width: 75%;
}
.cm-header-main .cm-menu-toggle .line.line-3 {
  top: 16px;
}
.cm-header-main .cm-logo-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 5;
}
.cm-header-main .cm-logo-wrap a {
  display: flex;
}
.cm-header-main .cm-logo-wrap img {
  width: 16.5rem;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 576px) {
  .cm-header-main .cm-logo-wrap img {
    width: 13rem;
  }
}
.cm-header-main .cm-menu-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35.5rem;
  background-color: #B2462A;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .cm-header-main .cm-menu-dropdown {
    height: 25.5rem;
  }
}
@media (max-width: 768px) {
  .cm-header-main .cm-menu-dropdown {
    height: 20rem;
  }
}
@media (max-width: 576px) {
  .cm-header-main .cm-menu-dropdown {
    height: 50vh;
    min-height: 50vh;
  }
}
.cm-header-main .cm-menu-dropdown .cm-menu-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  mix-blend-mode: soft-light;
}
.cm-header-main .cm-menu-dropdown .cm-menu-close {
  position: absolute;
  left: 2.7777777778%;
  top: 50px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  font-family: Arial, sans-serif;
  font-weight: 300;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 576px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-close {
    left: 1.5rem;
    top: 4rem;
  }
}
.cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap {
  position: absolute;
  right: 5.5555555556%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media (max-width: 1280px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap {
    gap: 10rem;
  }
}
@media (max-width: 768px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap {
    gap: 5rem;
  }
}
@media (max-width: 576px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap {
    flex-direction: column;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    gap: 2rem;
    top: 2rem;
  }
}
.cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-opened-logo-wrap {
  width: 28.1rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (max-width: 1280px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-opened-logo-wrap {
    width: 24.1rem;
  }
}
@media (max-width: 768px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-opened-logo-wrap {
    width: 18.1rem;
  }
}
@media (max-width: 576px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-opened-logo-wrap {
    margin: 0 auto 2rem;
  }
}
.cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-opened-logo-wrap img {
  width: 100%;
}
.cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 4rem 8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1280px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid {
    gap: 2rem 4rem;
  }
}
@media (max-width: 576px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid {
    grid-template-columns: repeat(2, auto);
  }
}
.cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (max-width: 576px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li {
    text-align: center;
  }
}
.cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 0%;
  line-height: 130%;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  position: relative;
  padding-bottom: 2px;
  font-family: "SVN-Spyrel-Regular.otf";
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li a {
    font-size: 1.4rem;
  }
}
.cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li a:hover {
  opacity: 0.7;
}
.cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cm-header-main .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li.active a::after {
  opacity: 0.5;
}
.cm-header-main.is-opened .cm-menu-dropdown {
  opacity: 1;
  visibility: visible;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-decor {
  opacity: 1;
  transition-delay: 0.2s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-close {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-opened-logo-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li {
  opacity: 1;
  transform: translateY(0);
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(1) {
  transition-delay: 0.25s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(2) {
  transition-delay: 0.3s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(3) {
  transition-delay: 0.35s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(4) {
  transition-delay: 0.4s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(5) {
  transition-delay: 0.45s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(6) {
  transition-delay: 0.5s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(7) {
  transition-delay: 0.55s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(8) {
  transition-delay: 0.6s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(9) {
  transition-delay: 0.65s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(10) {
  transition-delay: 0.7s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(11) {
  transition-delay: 0.75s;
}
.cm-header-main.is-opened .cm-menu-dropdown .cm-menu-grid-wrap .cm-menu-grid li:nth-child(12) {
  transition-delay: 0.8s;
}
.cm-header-main.is-sticky {
  height: 60px;
  background-color: #B2462A;
}
@media (max-width: 576px) {
  .cm-header-main.is-sticky {
    height: 60px;
  }
}
.cm-header-main.is-sticky .cm-logo-wrap img {
  width: 14rem;
}
@media (max-width: 576px) {
  .cm-header-main.is-sticky .cm-logo-wrap img {
    width: 13rem;
  }
}
@media (min-width: 577px) {
  .cm-header-main.single.cm-header-main .cm-logo-wrap img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(46%) saturate(1200%) hue-rotate(347deg) brightness(95%) contrast(90%);
  }
  .cm-header-main.single.cm-header-main .cm-menu-toggle .line {
    background: #A84424;
  }
  .cm-header-main.single.cm-header-main.is-sticky .cm-logo-wrap img {
    filter: brightness(0) invert(1);
  }
  .cm-header-main.single.cm-header-main.is-sticky .cm-menu-toggle .line {
    background: #fff;
  }
}

.footer {
  background-color: #A84424;
  color: #ffffff;
}
.footer__inner {
  position: relative;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}
@media (max-width: 1024px) {
  .footer__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.footer__decor {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40.9722222222%;
  max-width: 59rem;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.footer__decor2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 26.8055555556%;
  max-width: 38.6rem;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  padding: 8rem 0 6rem;
}
@media (max-width: 768px) {
  .footer__main {
    flex-direction: column;
    padding: 4rem 0 3rem;
    gap: 4rem;
  }
}
.footer__left {
  width: 35%;
}
@media (max-width: 1024px) {
  .footer__left {
    width: 45.8333333333%;
  }
}
@media (max-width: 768px) {
  .footer__left {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 4.8rem;
}
.footer__logo img {
  max-width: 22rem;
  display: block;
  height: auto;
}
@media (max-width: 768px) {
  .footer__logo img {
    margin: 0 auto;
  }
}
.footer__partners {
  display: flex;
  gap: 14.2857142857%;
  margin-bottom: 2.7rem;
}
@media (max-width: 768px) {
  .footer__partners {
    gap: 2rem;
    justify-content: center;
    text-align: center;
  }
}
.footer__partners-item h4 {
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  font-weight: 500;
  line-height: 130%;
  /* 16.9px */
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.footer__partners-item img {
  width: auto;
  display: block;
  width: auto;
}
.footer__contact {
  margin-bottom: 2.4rem;
}
.footer__contact h4 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.footer__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.14px;
}
.footer__contact ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  margin-top: 0.4rem;
}
.footer__contact ul li p, .footer__contact ul li a {
  margin: 0;
  color: #fff;
}
.footer__socials {
  display: flex;
  gap: 1rem;
}
.footer__socials .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer__socials .social-link img {
  transition: all 0.3s ease;
}
.footer__socials .social-link:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.footer__socials .social-link:hover img {
  filter: invert(40%) sepia(50%) saturate(2000%) hue-rotate(340deg);
}
.footer__right {
  width: 45.8333333333%;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .footer__right {
    width: 100%;
    padding-top: 0;
  }
}
.footer__title {
  font-size: 3.6rem;
  font-weight: 300;
  margin: 4rem 0 3.5rem !important;
  text-transform: uppercase;
  font-family: "SVN-Spyrel-Light.otf", serif;
  letter-spacing: 0.1rem;
  line-height: 130%;
}
.footer__title br {
  display: none;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 2.8rem;
    margin: 0 0 2.5rem !important;
    text-align: center;
  }
  .footer__title br {
    display: block;
  }
}
.footer__form .form_group,
.footer #form-contact .form_group {
  position: relative;
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
}
.footer__form .form_group label,
.footer #form-contact .form_group label {
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.14px;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer__form .form_group input,
.footer #form-contact .form_group input {
  background: transparent;
  border: none;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.14px;
  margin-bottom: 0.2rem;
  outline: none;
  transition: border-color 0.3s ease;
  height: 3.4rem;
}
.footer__form .form_group input:focus,
.footer #form-contact .form_group input:focus {
  border-bottom-color: #ffffff;
}
.footer__form .form_group ._error_msg,
.footer #form-contact .form_group ._error_msg {
  position: absolute;
  top: 100%;
  right: 0;
  color: #ffcccc;
  font-size: 1.3rem;
  font-style: italic;
}
.footer__form .form_group.invalid input,
.footer #form-contact .form_group.invalid input {
  border-bottom-color: #ffcccc;
}
.footer__form .btn_submit_contact,
.footer #form-contact .btn_submit_contact {
  font-family: "SVN-Spyrel-Medium.otf";
  margin-top: 0.8rem;
  background-color: #ffffff;
  color: #A84424;
  border: none;
  padding: 1.5rem 3.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
}
@media (max-width: 768px) {
  .footer__form .btn_submit_contact,
.footer #form-contact .btn_submit_contact {
    display: block;
    margin: 3rem auto 0;
    padding: 1.2rem 2.8rem;
  }
}
.footer__form .btn_submit_contact p,
.footer #form-contact .btn_submit_contact p {
  margin: 0;
}
.footer__form .btn_submit_contact:hover,
.footer #form-contact .btn_submit_contact:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.footer__form .frm-mes,
.footer #form-contact .frm-mes {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  margin-top: 1rem;
}
.footer__bottom-wrap {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
  padding-top: 2.4rem;
  padding-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .footer__bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    padding-bottom: 4rem;
  }
}
.footer__note {
  width: 85%;
}
@media (max-width: 768px) {
  .footer__note {
    width: 100%;
  }
}
.footer__note h4 {
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.39px;
  margin-bottom: 1.6rem;
}
.footer__note p {
  color: #FFF;
  text-align: justify;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.12px;
}
.footer__note p:last-child {
  margin-bottom: 0;
}
.footer__backtop {
  position: fixed;
  bottom: 13.4rem;
  right: 2.7777777778%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .footer__backtop {
    right: 3rem;
  }
}
@media (max-width: 768px) {
  .footer__backtop {
    bottom: 4rem;
    right: 1.5rem;
  }
}
.footer__backtop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer__backtop .btn-backtop {
  background-color: #ebd1c8;
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .footer__backtop .btn-backtop {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.footer__backtop .btn-backtop img {
  width: 1.4rem;
  height: 1.4rem;
}
.footer__backtop .btn-backtop:hover {
  background-color: #ffffff;
  transform: translateY(-0.3rem);
}
.footer__copyright {
  background-color: #9D3C1D;
  text-align: center;
  padding: 1.1rem 1.5rem 1rem;
}
.footer__copyright p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/*-----*/
.h_ss1 {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/810;
}
@media (max-width: 768px) {
  .h_ss1 {
    aspect-ratio: 1440/1000;
  }
}
@media (max-width: 576px) {
  .h_ss1 {
    padding-top: 60px;
    background: #B2462A;
    aspect-ratio: unset;
  }
}
.h_ss1 .decor-flower {
  position: absolute;
  z-index: 1;
  left: 0;
  max-width: 23.6rem;
  bottom: -12rem;
}
@media (max-width: 1450px) {
  .h_ss1 .decor-flower {
    bottom: -9rem;
  }
}
@media (max-width: 1280px) {
  .h_ss1 .decor-flower {
    max-width: 18.6rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .decor-flower {
    max-width: 12rem;
    bottom: -8rem;
  }
}
.h_ss1 .swiper {
  width: 100%;
  height: 100%;
}
.h_ss1 .swiper .swiper-wrapper {
  height: 100%;
}
.h_ss1 .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .h_ss1 .swiper .swiper-slide {
    display: flex !important;
    flex-direction: column;
    height: auto !important;
  }
}
.h_ss1 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .h_ss1 .swiper .swiper-slide img {
    height: auto;
    flex: 1;
    min-height: 0;
  }
}
.h_ss1 .swiper .swiper-slide .abs {
  text-align: center;
  position: absolute;
  right: 6.5972222222%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1450px) {
  .h_ss1 .swiper .swiper-slide .abs {
    top: 48%;
  }
}
@media (max-width: 1280px) {
  .h_ss1 .swiper .swiper-slide .abs {
    right: 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .swiper .swiper-slide .abs {
    position: static;
    transform: none;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .h_ss1 .swiper .swiper-slide .abs h2 {
    color: #fff;
    padding-top: 0.5rem;
  }
  .h_ss1 .swiper .swiper-slide .abs p {
    color: #fff;
  }
}
.h_ss1 .swiper .swiper-slide .abs.text_white h2 {
  color: #fff;
}
.h_ss1 .swiper .swiper-slide .abs.text_white p {
  color: #fff;
}
.h_ss1 .swiper .swiper-slide .abs p {
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 1rem;
}
@media (max-width: 1280px) {
  .h_ss1 .swiper .swiper-slide .abs p {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .swiper .swiper-slide .abs p {
    font-size: 1.6rem;
    margin-top: 0.25rem;
  }
}
.h_ss1 .swiper .pagination {
  position: absolute;
  bottom: 5rem;
  right: 22.2222222222%;
  z-index: 10;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: max-content;
  top: unset;
  left: unset;
}
@media (max-width: 576px) {
  .h_ss1 .swiper .pagination {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.h_ss1 .swiper .pagination .swiper-pagination-bullet {
  width: 0.3rem;
  aspect-ratio: 1/1;
  background: #E6E1DC;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  height: unset;
  margin: 0;
}
.h_ss1 .swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.6rem;
}

.h_ss2 {
  background: #ECEBE7;
  padding: 13.3rem 5.5555555556% 20rem;
}
@media (max-width: 1280px) {
  .h_ss2 {
    padding: 8rem 3rem 12rem;
  }
}
@media (max-width: 768px) {
  .h_ss2 {
    padding: 8rem 1.5rem 12rem;
  }
}
@media (max-width: 576px) {
  .h_ss2 {
    padding: 8rem 1.5rem 6rem;
  }
}
.h_ss2 .content {
  display: flex;
  margin-bottom: 4rem;
  padding: 0 0 0 3.125%;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .h_ss2 .content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .h_ss2 .content {
    flex-direction: column;
    gap: 1rem;
  }
}
.h_ss2 .content .left {
  width: 41.40625%;
}
@media (max-width: 1280px) {
  .h_ss2 .content .left {
    width: 46.875%;
  }
}
@media (max-width: 768px) {
  .h_ss2 .content .left {
    width: 100%;
  }
}
.h_ss2 .content .left h2 {
  margin-bottom: 2.7rem;
}
@media (max-width: 768px) {
  .h_ss2 .content .left h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.h_ss2 .content .left p {
  color: #26150A;
  text-align: justify;
  letter-spacing: 0.14px;
  font-size: 1.4rem;
}
.h_ss2 .content .right {
  width: 37.890625%;
}
@media (max-width: 1280px) {
  .h_ss2 .content .right {
    width: 46.875%;
  }
}
@media (max-width: 768px) {
  .h_ss2 .content .right {
    width: 100%;
  }
}
.h_ss2 .content .right p {
  color: #26150A;
  text-align: justify;
  margin-bottom: 1.6rem;
  letter-spacing: 0.14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .h_ss2 .content .right p {
    margin-bottom: 1rem;
  }
}
.h_ss2 .content .right p:last-child {
  margin-bottom: 0;
}
.h_ss2 .video {
  position: relative;
  width: 100%;
}
.h_ss2 .video video {
  width: 100%;
  aspect-ratio: 1280/620;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .h_ss2 .video video {
    aspect-ratio: 1280/820;
  }
}
.h_ss2 .video .control {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0rem 20.6rem;
}
@media (max-width: 1280px) {
  .h_ss2 .video .control {
    padding: 0rem 10rem;
  }
}
@media (max-width: 576px) {
  .h_ss2 .video .control {
    padding: 0 1.5rem;
    bottom: 1.5rem;
  }
}
.h_ss2 .video .control .time {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #FFF;
  font-size: 1.2rem;
  white-space: nowrap;
}
.h_ss2 .video .control .time p {
  margin: 0;
}
.h_ss2 .video .control .btn {
  display: flex;
  align-items: center;
}
.h_ss2 .video .control .btn button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.h_ss2 .video .control .btn button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.h_ss2 .video .control .btn button.btn-play::before {
  border-left: 1.2rem solid #FFF;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  width: 0;
  height: 0;
}
.h_ss2 .video .control .btn button.btn-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.h_ss2 .video .control .btn button.btn-pause::before, .h_ss2 .video .control .btn button.btn-pause::after {
  content: "";
  width: 0.3rem;
  height: 1.4rem;
  background: #FFF;
  display: block;
  border: none;
}
.h_ss2 .video .control .loa {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.h_ss2 .video .control .loa img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
}
.h_ss2 .video .control .loa.is-muted {
  opacity: 0.5;
}
.h_ss2 .video .control .progress {
  flex: 1;
  height: 0.2rem;
  background: white;
  cursor: pointer;
  position: relative;
}
.h_ss2 .video .control .progress .progress-bar {
  height: 100%;
  background: #A84424;
  border-radius: 0.2rem;
  width: 0;
  transition: width 0.1s linear;
  position: relative;
}
.h_ss2 .video .control .progress .progress-bar::after {
  content: "";
  position: absolute;
  right: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  aspect-ratio: 1/1;
  background: #A84424;
  border-radius: 50%;
}
.h_ss2 .video .control .full_screen {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.h_ss2 .video .control .full_screen img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
}
.h_ss2 .video .control .full_screen:hover {
  opacity: 0.8;
}

.h_ss3 {
  position: relative;
  background: #ECEBE7;
  padding: 0rem 5.5555555556% 15rem;
}
@media (max-width: 1280px) {
  .h_ss3 {
    padding: 0rem 3rem 10rem;
  }
}
@media (max-width: 768px) {
  .h_ss3 {
    padding: 0rem 3rem 8rem;
  }
}
@media (max-width: 768px) {
  .h_ss3 {
    padding: 0rem 1.5rem 6rem;
  }
}
@media (max-width: 576px) {
  .h_ss3 {
    padding: 0rem 0rem 6rem;
  }
}
.h_ss3 .decor-float {
  position: absolute;
  top: -36rem;
  right: 0;
  max-width: 38rem;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .h_ss3 .decor-float {
    top: -20rem;
    max-width: 25rem;
  }
}
@media (max-width: 576px) {
  .h_ss3 .decor-float {
    display: none;
  }
}
.h_ss3 .content {
  position: relative;
  z-index: 2;
  padding: 0 17.1875%;
  margin: 0 auto 4rem;
}
@media (max-width: 1280px) {
  .h_ss3 .content {
    padding: 0;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 576px) {
  .h_ss3 .content {
    padding: 0rem 1.5rem;
  }
}
.h_ss3 .content h2 {
  margin-bottom: 4rem;
}
.h_ss3 .content h2 .sp {
  display: none !important;
}
@media (max-width: 576px) {
  .h_ss3 .content h2 {
    margin-bottom: 2rem;
    text-align: center;
  }
  .h_ss3 .content h2 .sp {
    display: block !important;
  }
}
.h_ss3 .content .desc {
  padding: 0 14.2857142857% 0 5.46875%;
  margin: 0 auto;
}
@media (max-width: 1367px) {
  .h_ss3 .content .desc {
    padding: 0 5.46875%;
  }
}
@media (max-width: 768px) {
  .h_ss3 .content .desc {
    padding: 0;
  }
}
.h_ss3 .content .desc p {
  color: #26150A;
  margin-bottom: 1.4rem;
  text-align: justify;
  letter-spacing: 0.14px;
  font-size: 1.4rem;
}
.h_ss3 .content .desc p:last-child {
  margin-bottom: 0;
}
.h_ss3 .image-grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1280px) {
  .h_ss3 .image-grid {
    gap: 1.8rem;
  }
}
@media (max-width: 576px) {
  .h_ss3 .image-grid {
    gap: 0.5rem;
  }
}
.h_ss3 .image-grid .row-top {
  display: flex;
  gap: 1.5625%;
  align-items: flex-end;
}
.h_ss3 .image-grid .row-top .img-1 {
  width: 15.625%;
  aspect-ratio: 200/270;
}
.h_ss3 .image-grid .row-top .img-2 {
  width: 60.15625%;
  aspect-ratio: 770/440;
}
.h_ss3 .image-grid .row-top .img-3 {
  width: 21.09375%;
  aspect-ratio: 270/330;
}
.h_ss3 .image-grid .row-bottom {
  display: flex;
  gap: 1.5625%;
  align-items: flex-start;
  justify-content: center;
}
.h_ss3 .image-grid .row-bottom .img-4 {
  width: 24.21875%;
  aspect-ratio: 310/220;
}
@media (max-width: 576px) {
  .h_ss3 .image-grid .row-bottom .img-4 {
    width: 32.03125%;
  }
}
.h_ss3 .image-grid .row-bottom .img-5 {
  width: 50.703125%;
  aspect-ratio: 649/298;
}
@media (max-width: 576px) {
  .h_ss3 .image-grid .row-bottom .img-5 {
    width: 58.515625%;
  }
}
.h_ss3 .image-grid .img-wrap {
  position: relative;
  overflow: hidden;
}
.h_ss3 .image-grid .img-wrap .cm-bg-scroll {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.h_ss4 {
  position: relative;
  width: 100%;
  background: #ECEBE7;
}
@media (max-width: 1280px) {
  .h_ss4 {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .h_ss4 {
    padding-top: 0rem;
  }
}
.h_ss4.h_ss4-intro {
  padding-top: 10rem;
  margin-top: 8rem;
  background: #fff;
}
.h_ss4.h_ss4-intro .content {
  top: 8rem;
}
@media (max-width: 1280px) {
  .h_ss4.h_ss4-intro {
    padding-top: 8rem;
    margin-top: 8rem;
  }
  .h_ss4.h_ss4-intro .content {
    top: 6rem;
  }
}
@media (max-width: 768px) {
  .h_ss4.h_ss4-intro {
    padding-top: 5rem;
    margin-top: 4rem;
  }
  .h_ss4.h_ss4-intro .content {
    top: 0;
  }
}
.h_ss4 .bg-img {
  width: 100%;
}
.h_ss4 .bg-img img {
  width: 100%;
  height: auto;
  display: block;
}
.h_ss4 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0rem 5.5555555556% 0 8.3333333333%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .h_ss4 .content {
    padding: 0rem 3rem 0;
  }
}
@media (max-width: 768px) {
  .h_ss4 .content {
    position: relative;
    top: unset;
    left: unset;
    flex-direction: column;
    padding: 0rem 1.5rem 0;
  }
}
.h_ss4 .content .left {
  width: 41.2096774194%;
}
@media (max-width: 768px) {
  .h_ss4 .content .left {
    width: 100%;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .h_ss4 .content .left h2 {
    text-align: center;
  }
}
.h_ss4 .content .right {
  width: 44.3548387097%;
}
@media (max-width: 1280px) {
  .h_ss4 .content .right {
    width: 48.3870967742%;
  }
}
@media (max-width: 768px) {
  .h_ss4 .content .right {
    width: 100%;
  }
}
.h_ss4 .content .right .item {
  display: flex;
  margin-bottom: 1.2rem;
}
@media (max-width: 1280px) {
  .h_ss4 .content .right .item {
    margin-bottom: 1rem;
  }
}
.h_ss4 .content .right .item:last-child {
  margin-bottom: 0;
}
.h_ss4 .content .right .item .label {
  width: 34.5454545455%;
  font-weight: 700;
  color: #26150A;
  font-size: 1.4rem;
}
.h_ss4 .content .right .item .label br {
  display: none;
}
@media (max-width: 576px) {
  .h_ss4 .content .right .item .label {
    padding-right: 0.5rem;
  }
  .h_ss4 .content .right .item .label br {
    display: block;
  }
}
.h_ss4 .content .right .item .value {
  width: 65.4545454545%;
  color: #26150A;
  font-size: 1.4rem;
  line-height: 160%;
}

.h_ss5 {
  background: var(--Onge, #A84424);
  position: relative;
  padding: 12rem 5.5555555556% 0rem;
}
@media (max-width: 1280px) {
  .h_ss5 {
    padding: 8rem 3rem 0rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 {
    padding: 6rem 3rem 0rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 {
    padding: 6rem 1.5rem 0rem;
  }
}
@media (max-width: 576px) {
  .h_ss5 {
    padding: 6rem 0rem;
  }
}
.h_ss5 .decor_ss5 {
  position: absolute;
  top: 0rem;
  right: 0;
  z-index: 1;
  mix-blend-mode: soft-light;
}
.h_ss5 .content-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .h_ss5 .content-top {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .h_ss5 .content-top {
    padding: 0rem 1.5rem;
  }
}
.h_ss5 .content-top .text-col {
  width: 35.9375%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .h_ss5 .content-top .text-col {
    width: 51.5625%;
  }
}
@media (max-width: 768px) {
  .h_ss5 .content-top .text-col {
    width: 100%;
  }
}
.h_ss5 .content-top .text-col .c-title {
  color: #FFFFFF;
  margin-bottom: 4rem;
}
@media (max-width: 1280px) {
  .h_ss5 .content-top .text-col .c-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .content-top .text-col .c-title {
    text-align: center;
  }
}
.h_ss5 .content-top .text-col .desc {
  color: #FFFFFF;
}
.h_ss5 .content-top .text-col .desc p {
  margin-bottom: 1.4rem;
  letter-spacing: 0.14px;
  font-size: 1.4rem;
}
.h_ss5 .content-top .text-col .desc p:last-child {
  margin-bottom: 0;
}
.h_ss5 .content-top .decor-col {
  width: 64.0625%;
  position: relative;
  z-index: 1;
  margin-top: -28rem;
  margin-bottom: -13rem;
}
@media (max-width: 1450px) {
  .h_ss5 .content-top .decor-col {
    margin-top: -20rem;
  }
}
@media (max-width: 1280px) {
  .h_ss5 .content-top .decor-col {
    width: 48.4375%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .h_ss5 .content-top .decor-col {
    width: 50%;
    margin: 0 auto;
  }
}
.h_ss5 .content-top .decor-col img {
  width: 100%;
  transform: rotate(-4deg);
}
.h_ss5 .image-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: -12rem;
  position: relative;
  z-index: 3;
  gap: 1.5625%;
}
@media (max-width: 576px) {
  .h_ss5 .image-grid {
    margin-bottom: -10rem;
  }
}
@media (max-width: 576px) {
  .h_ss5 .image-grid {
    gap: 0.5rem;
  }
}
.h_ss5 .image-grid .img-wrap {
  position: relative;
  overflow: hidden;
}
.h_ss5 .image-grid .img-wrap .cm-bg-scroll {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.h_ss5 .image-grid .img-1 {
  width: 31.25%;
  aspect-ratio: 400/400;
}
@media (max-width: 576px) {
  .h_ss5 .image-grid .img-1 {
    width: calc((100% - 1rem)/3);
  }
}
.h_ss5 .image-grid .img-2 {
  width: 31.25%;
  aspect-ratio: 400/480;
}
@media (max-width: 576px) {
  .h_ss5 .image-grid .img-2 {
    width: calc((100% - 1rem)/3);
  }
}
.h_ss5 .image-grid .img-3 {
  width: 31.25%;
  aspect-ratio: 400/400;
}
@media (max-width: 576px) {
  .h_ss5 .image-grid .img-3 {
    width: calc((100% - 1rem)/3);
  }
}

.h_ss6 {
  padding-top: 20rem;
  position: relative;
  background: #ECEBE7;
  width: 100%;
}
@media (max-width: 576px) {
  .h_ss6 {
    padding-top: 11rem;
  }
}
.h_ss6 .bg-img {
  width: 100%;
}
.h_ss6 .bg-img img {
  width: 100%;
  height: auto;
  display: block;
}
.h_ss6 .content {
  position: absolute;
  top: 30.3501945525%;
  right: 20.8333333333%;
  z-index: 2;
}
@media (max-width: 1280px) {
  .h_ss6 .content {
    right: 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content {
    position: relative;
    top: unset;
    right: unset;
    padding: 0 1.5rem 2rem;
  }
}
.h_ss6 .content .c-title {
  margin-bottom: 1.4rem;
}
@media (max-width: 576px) {
  .h_ss6 .content .c-title {
    margin: 0 auto 1rem;
    width: max-content;
    text-align: center;
  }
}
.h_ss6 .content .c-title .small-text {
  color: var(--Dark, #26150A);
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 31.2px */
  text-transform: uppercase;
}
.h_ss6 .content .desc {
  color: var(--Dark, #26150A);
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 148%;
  /* 26.64px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .h_ss6 .content .desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content .desc {
    margin: 0 auto 0;
    width: max-content;
    text-align: center;
  }
}

.h_ss7 {
  background-color: rgba(216, 213, 207, 0.5);
  padding: 12.8rem 5.5555555556% 0rem;
  position: relative;
}
@media (max-width: 1280px) {
  .h_ss7 {
    padding: 8rem 3rem 0rem;
  }
}
@media (max-width: 768px) {
  .h_ss7 {
    padding: 6rem 1.5rem 0rem;
  }
}
.h_ss7 .decor_ss7 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
}
.h_ss7 .content-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 0 3.125%;
}
@media (max-width: 1280px) {
  .h_ss7 .content-top {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .h_ss7 .content-top {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.h_ss7 .content-top .left {
  width: 51.6666666667%;
}
@media (max-width: 768px) {
  .h_ss7 .content-top .left {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.h_ss7 .content-top .left .c-title {
  margin-bottom: 0.6rem;
}
.h_ss7 .content-top .left .c-title.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .h_ss7 .content-top .left .c-title.pc-only {
    display: none !important;
  }
}
.h_ss7 .content-top .left .c-title.mb-only {
  display: none;
}
@media (max-width: 768px) {
  .h_ss7 .content-top .left .c-title.mb-only {
    display: block !important;
  }
}
.h_ss7 .content-top .left .c-subtitle {
  display: block;
}
.h_ss7 .content-top .right {
  width: 41.6666666667%;
}
@media (max-width: 1280px) {
  .h_ss7 .content-top .right {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .h_ss7 .content-top .right {
    width: 100%;
  }
}
.h_ss7 .content-top .right p {
  color: #26150A;
  text-align: justify;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.14px;
  font-size: 1.4rem;
}
.h_ss7 .map-section {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .h_ss7 .map-section {
    flex-direction: column;
  }
}
.h_ss7 .map-section .map-left {
  width: 77.5862068966%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1280px) {
  .h_ss7 .map-section .map-left {
    width: 68.9655172414%;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768px) {
  .h_ss7 .map-section .map-left {
    width: 100%;
    aspect-ratio: unset;
  }
}
.h_ss7 .map-section .map-left > img, .h_ss7 .map-section .map-left > svg {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: transform 0.1s;
}
.h_ss7 .map-section .map-left > img .nhay, .h_ss7 .map-section .map-left > svg .nhay {
  display: inline-block;
  animation: bounce 1s infinite ease-in-out;
}
.h_ss7 .map-section .map-left > img .line, .h_ss7 .map-section .map-left > svg .line {
  stroke-dasharray: 15;
  stroke-width: 1px;
  animation: draw2 30s linear infinite;
}
.h_ss7 .map-section .map-left > img .line.line2, .h_ss7 .map-section .map-left > svg .line.line2 {
  animation: draw22 40s linear infinite;
}
.h_ss7 .map-section .map-left > img .line1, .h_ss7 .map-section .map-left > svg .line1 {
  stroke-dasharray: 15;
  stroke-width: 1px;
  animation: draw2 30s linear infinite;
}
.h_ss7 .map-section .map-left .zoom-controls {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  z-index: 10;
}
@media (max-width: 576px) {
  .h_ss7 .map-section .map-left .zoom-controls {
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
.h_ss7 .map-section .map-left .zoom-controls:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #26150A;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_ss7 .map-section .map-left .zoom-controls .zoom-btn {
  width: 4rem;
  height: 4rem;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  .h_ss7 .map-section .map-left .zoom-controls .zoom-btn {
    width: 3rem;
    height: 3rem;
  }
}
.h_ss7 .map-section .map-left .zoom-controls .zoom-btn img {
  width: 1.6rem;
}
@media (max-width: 576px) {
  .h_ss7 .map-section .map-left .zoom-controls .zoom-btn img {
    width: 1.3rem;
  }
}
.h_ss7 .map-section .map-left .zoom-controls .zoom-btn:hover {
  background: #f0f0f0;
}
.h_ss7 .map-section .map-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 34.4827586207%;
  background: linear-gradient(90deg, rgba(173, 189, 200, 0) 2.91%, #ADBDC8 17.92%, #607E8E 100%);
  padding: 5rem 6rem 5rem 8rem;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .h_ss7 .map-section .map-right {
    width: 37.103448%;
    padding: 0 4rem 0 0;
  }
}
@media (max-width: 768px) {
  .h_ss7 .map-section .map-right {
    padding: 2rem 3rem;
    width: 100%;
    position: unset;
    height: auto;
    top: unset;
    left: unset;
    right: unset;
    background: linear-gradient(210deg, rgba(173, 189, 200, 0) 2.91%, #ADBDC8 17.92%, #607E8E 100%);
  }
}
@media (max-width: 576px) {
  .h_ss7 .map-section .map-right {
    padding: 1.5rem;
  }
}
.h_ss7 .map-section .map-right .time-list {
  width: 100%;
  pointer-events: auto;
}
.h_ss7 .map-section .map-right .time-list .time-item {
  padding-top: 2.4rem;
}
@media (max-width: 1280px) {
  .h_ss7 .map-section .map-right .time-list .time-item {
    padding-top: 1.4rem;
  }
}
.h_ss7 .map-section .map-right .time-list .time-item:first-child {
  padding-top: 0;
}
.h_ss7 .map-section .map-right .time-list .time-item .time-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid white;
  padding-bottom: 0.9rem;
}
@media (max-width: 1280px) {
  .h_ss7 .map-section .map-right .time-list .time-item .time-header {
    padding-bottom: 0.5rem;
  }
}
.h_ss7 .map-section .map-right .time-list .time-item .time-header .time-title {
  font-size: 3.2rem;
  color: #fff;
  font-family: "SVN-Spyrel-Light.otf", sans-serif;
  font-weight: 200;
}
@media (max-width: 1280px) {
  .h_ss7 .map-section .map-right .time-list .time-item .time-header .time-title {
    font-size: 2.2rem;
  }
}
.h_ss7 .map-section .map-right .time-list .time-item .time-header .time-title .unit {
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .h_ss7 .map-section .map-right .time-list .time-item .time-header .time-title .unit {
    font-size: 1.4rem;
  }
}
.h_ss7 .map-section .map-right .time-list .time-item .time-header .icon-arrow {
  width: 1.5rem;
  height: 0.8rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none"><path d="M0.5 0.5L7.5 6.5L14.5 0.500001" stroke="white" stroke-linecap="round"/></svg>') no-repeat center/contain;
  transition: transform 0.3s ease;
}
.h_ss7 .map-section .map-right .time-list .time-item .time-desc {
  margin-top: 1.2rem;
  display: none;
  list-style-type: disc;
  padding-left: 2rem;
}
.h_ss7 .map-section .map-right .time-list .time-item .time-desc li {
  color: #fff;
  letter-spacing: 0.14px;
  margin-bottom: 0.4rem;
  list-style-type: disc;
  display: list-item;
}
@media (max-width: 1280px) {
  .h_ss7 .map-section .map-right .time-list .time-item .time-desc li {
    margin-bottom: 0.2rem;
  }
}
.h_ss7 .map-section .map-right .time-list .time-item.active .time-header .icon-arrow {
  transform: rotate(180deg);
}

.h_ss8 {
  position: relative;
  background-color: rgba(216, 213, 207, 0.5);
  padding: 12rem 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .h_ss8 {
    padding: 8rem 0;
  }
}
@media (max-width: 768px) {
  .h_ss8 {
    padding: 5rem 0;
  }
}
.h_ss8__decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26.25%;
  max-width: 37.8rem;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.h_ss8__decor img {
  width: 100%;
  height: auto;
}
.h_ss8__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.h_ss8__navigation {
  position: absolute;
  left: 5.5555555556%;
  bottom: 1.9rem;
  width: 32.6388888889%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_ss8__navigation .pagination {
  width: max-content;
  color: var(--Dark, #26150A);
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  display: flex;
  align-items: baseline;
}
.h_ss8__navigation .pagination .swiper-pagination-current {
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .h_ss8__navigation {
    left: 3rem;
    bottom: 0;
    width: 36.1111111111%;
  }
}
@media (max-width: 768px) {
  .h_ss8__navigation {
    width: 100%;
    bottom: 0;
    left: 0;
    position: relative;
    margin-top: 3.5rem;
    padding: 0 1.5rem;
  }
}
@media (max-width: 576px) {
  .h_ss8__navigation .button-prev svg,
.h_ss8__navigation .button-next svg {
    width: 3.2rem;
  }
  .h_ss8__navigation .pagination {
    font-size: 2rem;
  }
  .h_ss8__navigation .pagination .swiper-pagination-current {
    font-size: 3.2rem;
  }
}
.h_ss8__btn {
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 576px) {
  .h_ss8__btn {
    gap: 1rem;
  }
}
.h_ss8__left {
  width: 46.5277777778%;
  box-sizing: border-box;
  padding-left: 5.5555555556%;
  padding-bottom: 8rem;
}
.h_ss8__left .c-subtitle {
  display: block;
  margin-top: 0.6rem;
}
@media (max-width: 1024px) {
  .h_ss8__left {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss8__left {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.h_ss8__des {
  width: 79.6610169492%;
  max-width: 100%;
  margin-top: 5.2rem;
  color: var(--Dark, #26150A);
  text-align: justify;
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.14px;
}
@media (max-width: 1024px) {
  .h_ss8__des {
    width: 88.1355932203%;
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss8__des {
    width: 100%;
  }
}
.h_ss8__right {
  width: 53.4722222222%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  .h_ss8__right {
    width: 100%;
    padding-left: 1.5rem;
    margin-top: 3rem;
  }
}
.h_ss8__right .swiper-slide {
  position: relative;
  line-height: 0;
}
.h_ss8__right .swiper-slide::before {
  position: absolute;
  content: "";
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36.036036036%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(38, 21, 10, 0) 0%, #26150A 100%);
}
@media (max-width: 768px) {
  .h_ss8__right .swiper-slide::before {
    height: 42.7927927928%;
  }
}
.h_ss8__right .swiper-slide > img {
  width: 100%;
  aspect-ratio: 690/444;
  object-fit: cover;
}
@media (max-width: 768px) {
  .h_ss8__right .swiper-slide > img {
    aspect-ratio: 4/3.5;
  }
}
.h_ss8__right .swiper-slide .text {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.2rem 3.2rem 2.4rem;
  box-sizing: border-box;
  color: var(--White, #FFF);
  text-align: justify;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .h_ss8__right .swiper-slide .text {
    padding: 3.2rem 1.5rem 2rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .h_ss8__right .swiper-slide .text {
    font-size: 1.5rem;
  }
}
.h_ss8__right .swiper-slide-active .text {
  opacity: 1;
}

.h_ss9 {
  position: relative;
  z-index: 3;
  will-change: transform;
}
.h_ss9 .c-title {
  position: absolute;
  z-index: 5;
  top: 9.5477386935%;
  left: 8.3333333333%;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media (max-width: 1024px) {
  .h_ss9 .c-title {
    left: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss9 .c-title {
    left: 1.5rem;
    top: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss9 .c-title span {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss9 .c-title span {
    font-size: 2.8rem;
  }
}
.h_ss9 .c-title span:first-child {
  font-family: "SVN-Spyrel-Thin.otf";
  font-size: 12rem;
  font-weight: 100;
  line-height: 130%;
}
@media (max-width: 768px) {
  .h_ss9 .c-title span:first-child {
    font-size: 9.2rem;
  }
}
.h_ss9 .c-title span > span {
  font-size: 2.4rem !important;
  color: #fff;
}
@media (max-width: 768px) {
  .h_ss9 .c-title span > span {
    font-size: 2rem !important;
  }
}
@media (max-width: 576px) {
  .h_ss9 .c-title span > span {
    font-size: 1.8rem !important;
  }
}
.h_ss9 .c-title span .c-subtitle {
  color: #fff !important;
}
.h_ss9 .s9_slide_list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.h_ss9 .s9_slide_list::before {
  position: absolute;
  content: "";
  z-index: 2;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 34.9246231156%;
  opacity: 0.8;
  background: linear-gradient(0, rgba(38, 21, 10, 0) 30.54%, #26150A 116.16%);
}
.h_ss9 .s9_slide_list .swiper-slide {
  position: relative;
  z-index: 5;
  line-height: 0;
}
.h_ss9 .s9_slide_list .swiper-slide::after {
  position: absolute;
  content: "";
  z-index: 2;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34.9246231156%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(38, 21, 10, 0) 0%, #26150A 100%);
}
.h_ss9 .s9_slide_list .swiper-slide > img {
  width: 100%;
  aspect-ratio: 1440/750;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  transform-origin: center center;
}
@media (max-width: 1024px) {
  .h_ss9 .s9_slide_list .swiper-slide > img {
    aspect-ratio: 1440/850;
  }
}
@media (max-width: 768px) {
  .h_ss9 .s9_slide_list .swiper-slide > img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 576px) {
  .h_ss9 .s9_slide_list .swiper-slide > img {
    aspect-ratio: 1/1;
  }
}
.h_ss9 .s9_slide_list .swiper-slide .text {
  position: absolute;
  z-index: 3;
  width: 36.8055555556%;
  left: 8.3333333333%;
  bottom: 11.9346733668%;
  padding-left: 7.4rem;
  color: var(--White, #FFF);
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  box-sizing: border-box;
}
.h_ss9 .s9_slide_list .swiper-slide .text::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  top: 50%;
  left: 5.4rem;
  height: 0.1rem;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .h_ss9 .s9_slide_list .swiper-slide .text {
    left: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss9 .s9_slide_list .swiper-slide .text {
    left: 1.5rem;
    width: 100%;
    padding-right: 1.5rem;
    bottom: 3rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .h_ss9 .s9_slide_list .swiper-slide .text {
    font-size: 1.8rem;
  }
}
.h_ss9 .s9_slide_list .pagination {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  left: 8.3333333333%;
  bottom: 11.9346733668%;
  display: flex;
  align-items: baseline;
  color: var(--White, #FFF);
  font-family: "SVN-Spyrel-Thin.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  text-transform: uppercase;
}
.h_ss9 .s9_slide_list .pagination .swiper-pagination-current {
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .h_ss9 .s9_slide_list .pagination {
    left: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss9 .s9_slide_list .pagination {
    left: 1.5rem;
    bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss9 .s9_slide_list .pagination {
    font-size: 2rem;
  }
  .h_ss9 .s9_slide_list .pagination .swiper-pagination-current {
    font-size: 3.2rem;
  }
}
.h_ss9 .slide_absolute {
  position: absolute;
  z-index: 3;
  right: 5.5555555556%;
  bottom: 7.5376884422%;
  width: 31.9444444444%;
  min-width: 46rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .h_ss9 .slide_absolute {
    right: 3rem;
  }
}
@media (max-width: 820px) {
  .h_ss9 .slide_absolute {
    position: relative;
    bottom: 0;
    right: 0;
    min-width: 100%;
    justify-content: center;
    padding: 1rem 3rem 3rem;
    background: #ECEBE7;
  }
}
@media (max-width: 576px) {
  .h_ss9 .slide_absolute {
    padding: 1rem 1.5rem 3rem;
  }
}
.h_ss9 .slide_absolute .s9_slide_thumb .swiper-slide {
  line-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.h_ss9 .slide_absolute .s9_slide_thumb .swiper-slide > img {
  width: 100%;
  aspect-ratio: 120/80;
}
.h_ss9 .slide_absolute .button-prev,
.h_ss9 .slide_absolute .button-next {
  cursor: pointer;
}
@media (max-width: 820px) {
  .h_ss9 .slide_absolute .button-prev svg circle,
.h_ss9 .slide_absolute .button-next svg circle {
    fill: #A84424;
    stroke: #A84424;
  }
  .h_ss9 .slide_absolute .button-prev svg path,
.h_ss9 .slide_absolute .button-next svg path {
    stroke: #A84424;
  }
}

.h_ss10 {
  position: relative;
  background-color: #EFECE5;
  padding: 12rem 0 0;
}
@media (max-width: 1024px) {
  .h_ss10 {
    padding: 8rem 0 0;
  }
}
@media (max-width: 768px) {
  .h_ss10 {
    padding: 5rem 0 0;
  }
}
.h_ss10__inner {
  position: relative;
  padding-left: 5.5555555556%;
  padding-right: 5.5555555556%;
}
@media (max-width: 1024px) {
  .h_ss10__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss10__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.h_ss10__title {
  margin-bottom: 4rem !important;
  padding-left: 3.125% !important;
}
@media (max-width: 768px) {
  .h_ss10__title {
    margin-bottom: 3rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .h_ss10__title {
    margin-bottom: 2.8rem !important;
  }
}
.h_ss10__layout {
  position: relative;
}
.h_ss10__track {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.h_ss10__track .swiper-slide {
  position: relative;
  aspect-ratio: 840/530;
  transition: opacity 1s ease;
  opacity: 0.35;
}
@media (max-width: 768px) {
  .h_ss10__track .swiper-slide {
    aspect-ratio: 3/3.5;
  }
}
.h_ss10__track .swiper-slide .h_ss10__thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.h_ss10__track .swiper-slide .h_ss10__thumbnail img {
  width: 47.619047619%;
  aspect-ratio: 400/320;
  object-fit: cover;
  transition: width 1s ease, aspect-ratio 1s ease;
}
.h_ss10__track .swiper-slide .h_ss10__thumbnail::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 33.0188679245%;
  background: linear-gradient(180deg, rgba(38, 21, 10, 0) 0%, #26150A 100%);
}
@media (max-width: 768px) {
  .h_ss10__track .swiper-slide .h_ss10__thumbnail::before {
    height: 41.5094339623%;
  }
}
.h_ss10__track .swiper-slide .h_ss10__thumbnail.is-settled::before {
  opacity: 0.8;
}
.h_ss10__track .swiper-slide-next, .h_ss10__track .swiper-slide-active {
  opacity: 1;
}
.h_ss10__track .swiper-slide-active .h_ss10__thumbnail img {
  width: 100%;
  aspect-ratio: 840/530;
}
@media (max-width: 768px) {
  .h_ss10__track .swiper-slide-active .h_ss10__thumbnail img {
    aspect-ratio: 3/3.5;
  }
}
.h_ss10__track .swiper-slide-active .h_ss10__info {
  opacity: 1;
}
.h_ss10__info {
  position: absolute;
  left: 0;
  bottom: 2.4rem;
  right: 0;
  padding: 0 4rem;
  z-index: 10;
  color: #fff;
  opacity: 0;
  font-family: "SVN-Spyrel-Light.otf", serif;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .h_ss10__info {
    bottom: 1.5rem;
    padding: 0 1rem;
  }
}
.h_ss10__name {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  .h_ss10__name {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .h_ss10__name {
    font-size: 1.5rem;
  }
}
.h_ss10__desc {
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .h_ss10__desc {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .h_ss10__desc {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.h_ss10__nav {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 15%;
  width: 31.25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .h_ss10__nav {
    position: relative;
    width: 100%;
    margin-top: 10px;
    bottom: 0;
  }
}
.h_ss10__arrows {
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .h_ss10__arrows {
    gap: 0.8rem;
  }
}
.h_ss10__prev, .h_ss10__next {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #A84424;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A84424;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
@media (max-width: 768px) {
  .h_ss10__prev, .h_ss10__next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.h_ss10__prev:hover, .h_ss10__next:hover {
  background-color: #A84424;
  color: #fff;
}
.h_ss10__fraction {
  width: max-content !important;
  font-family: "SVN-Spyrel-Light.otf", serif;
  color: #A84424 !important;
  display: flex;
  align-items: baseline;
  line-height: 1;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .h_ss10__fraction {
    font-size: 3rem;
  }
}
.h_ss10__fraction .swiper-pagination-total {
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .h_ss10__fraction .swiper-pagination-total {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
}

.h_ss11 {
  position: relative;
  background-color: #ECEBE7;
  padding: 11.6rem 0 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .h_ss11 {
    padding: 8rem 0 0;
  }
}
@media (max-width: 768px) {
  .h_ss11 {
    padding: 5rem 0 0;
  }
}
.h_ss11__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.4722222222%;
  max-width: 48.2rem;
  z-index: 1;
  pointer-events: none;
}
.h_ss11__decor img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .h_ss11__decor {
    width: 40%;
    top: 30%;
  }
}
@media (max-width: 576px) {
  .h_ss11__decor {
    top: 50%;
  }
}
.h_ss11__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-left: 5.5555555556%;
  padding-right: 5.5555555556%;
}
@media (max-width: 1024px) {
  .h_ss11__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss11__inner {
    flex-direction: column-reverse;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.h_ss11__left {
  width: 55.46875%;
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .h_ss11__left {
    width: 100%;
    justify-content: center;
  }
}
.h_ss11__left img {
  max-width: 100%;
  height: auto;
  display: block;
}
.h_ss11__right {
  width: 43.75%;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .h_ss11__right {
    width: 100%;
    padding: 0;
  }
}
.h_ss11__logo {
  margin-bottom: 2.4rem;
}
.h_ss11__logo img {
  max-height: 4rem;
}
@media (max-width: 768px) {
  .h_ss11__logo img {
    max-height: 3rem;
  }
}
.h_ss11__title {
  margin-bottom: 4rem !important;
}
@media (max-width: 1280px) {
  .h_ss11__title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .h_ss11__title {
    margin-bottom: 3rem !important;
  }
  .h_ss11__title br {
    display: block;
  }
}
@media (max-width: 576px) {
  .h_ss11__title br {
    display: none;
  }
}
.h_ss11__desc p {
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  color: #000;
  text-align: justify;
  margin-bottom: 2rem;
}
.h_ss11__desc p:last-child {
  margin-bottom: 0;
}
.h_ss11__btn {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .h_ss11__btn {
    margin-top: 3rem;
  }
}

.h_ss12 {
  background-color: rgba(196, 192, 182, 0.5);
  padding: 12rem 0 10rem;
}
@media (max-width: 1024px) {
  .h_ss12 {
    padding: 8rem 0;
  }
}
@media (max-width: 768px) {
  .h_ss12 {
    padding: 5rem 0;
  }
}
.h_ss12__inner {
  position: relative;
  padding-left: 5.5555555556%;
  padding-right: 5.5555555556%;
}
@media (max-width: 1024px) {
  .h_ss12__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss12__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.h_ss12__title {
  text-align: center;
  margin-bottom: 4rem !important;
}
@media (max-width: 768px) {
  .h_ss12__title {
    margin-bottom: 3rem !important;
  }
}
.h_ss12__content {
  position: relative;
}
.h_ss12__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_ss12__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.8rem;
}
.h_ss12__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.h_ss12__pagination {
  position: relative !important;
  margin-top: 3rem;
  bottom: 0 !important;
}
.h_ss12__pagination .swiper-pagination-bullet {
  background-color: rgba(168, 68, 36, 0.5);
  opacity: 1;
}
.h_ss12__pagination .swiper-pagination-bullet-active {
  background-color: #A84424;
}

.h_ss13 {
  background-color: #ECEBE7;
  padding: 12rem 0;
}
@media (max-width: 1024px) {
  .h_ss13 {
    padding: 8rem 0;
  }
}
@media (max-width: 768px) {
  .h_ss13 {
    padding: 5rem 0;
  }
}
.h_ss13__inner {
  position: relative;
  padding-left: 2.7777777778%;
  padding-right: 2.7777777778%;
}
@media (max-width: 1024px) {
  .h_ss13__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss13__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.h_ss13__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.h_ss13__header .c-title {
  padding-left: 3.125% !important;
}
@media (max-width: 768px) {
  .h_ss13__header .c-title {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .h_ss13__header {
    flex-direction: row;
    align-items: center;
    margin-bottom: 3rem;
  }
}
.h_ss13__content {
  position: relative;
}
@media (max-width: 768px) {
  .h_ss13__content {
    margin-right: -1.5rem;
  }
}
.h_ss13__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .h_ss13__item {
    width: 23.8970588235% !important;
    margin-right: 2.9411764706%;
  }
  .h_ss13__item:first-child {
    width: 46.3235294118% !important;
  }
}
.h_ss13__item-img {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.6rem;
  height: 46rem;
}
@media (max-width: 768px) {
  .h_ss13__item-img {
    height: auto;
    aspect-ratio: 3/3.5;
  }
}
.h_ss13__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.h_ss13__item-img:hover img {
  transform: scale(1.05);
}
.h_ss13__item-info {
  display: flex;
  flex-direction: column;
}
.h_ss13__item-title a {
  display: block;
  font-family: "SVN-Spyrel-Light.otf", serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%;
  color: #26150A;
  text-decoration: none;
  text-align: justify;
  margin: 0 0 1.2rem;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .h_ss13__item-title a {
    font-size: 1.8rem;
  }
}
.h_ss13__item-title a:hover {
  color: #A84424;
}
.h_ss13__item-excerpt {
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(38, 21, 10, 0.7);
  letter-spacing: 0.14px;
  margin: 0 0 1.2rem !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.h_ss13__item-date {
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(38, 21, 10, 0.5);
}

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

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

.text-white {
  color: #fff;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

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

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.w-full {
  width: 100%;
}

.max-w-md {
  max-width: 400px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}

.ml-1 {
  margin-left: 0.6rem;
}

.teaser-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #000;
}

.teaser-frame {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  z-index: 1;
}
.teaser-frame.frame-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.teaser-frame.frame-active .col-left {
  opacity: 1;
  transform: translateX(0);
}
.teaser-frame.skip-anim {
  transition: none !important;
}
.teaser-frame.skip-anim .col-left {
  transition: none !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.frame-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-1 .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.8;
}
.frame-1 .frame-content {
  position: absolute;
  width: 100%;
  z-index: 2;
  opacity: 0;
  bottom: -20%;
  transition: opacity 1.5s ease, bottom 1.5s ease;
}
.frame-1 .frame-content.fade-up-active {
  opacity: 1;
  bottom: 16.6666666667%;
}
@media (max-width: 1280px) {
  .frame-1 .frame-content.fade-up-active {
    bottom: 12.5%;
  }
}
.frame-1 .frame-content .subtitle {
  color: #FFF;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4.3rem;
}
@media (max-width: 1280px) {
  .frame-1 .frame-content .subtitle {
    margin-bottom: 2.5rem;
  }
}
.frame-1 .frame-content .logos {
  gap: 6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 1280px) {
  .frame-1 .frame-content .logos {
    gap: 4rem;
  }
}
.frame-1 .frame-content .logos .partner .partner-title {
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
.frame-1 .frame-content .logos .logo {
  max-width: 18.6rem;
  height: auto;
  margin: 0 auto;
}
.frame-1 .frame-content .logos .divider {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
.frame-1 .frame-content .date {
  color: #FFF;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .frame-1 .frame-content .date {
    font-size: 4rem;
  }
}
.frame-1 .scroll-down {
  z-index: 2;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.frame-1 .scroll-down .text {
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: #fff;
  font-style: normal;
}
.frame-1 .scroll-down .line {
  width: 1px;
  height: 3.2rem;
  position: relative;
  opacity: 0.8;
  background: var(--White, #FFF);
}

.split-layout {
  display: flex;
  background-color: #EFEEEB;
  padding: 4rem;
}
@media (max-width: 768px) {
  .split-layout {
    padding: 1.5rem;
  }
}
.split-layout .col-left {
  width: 50%;
  height: 100%;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
}
.split-layout .col-left .bg-img {
  width: 100%;
  height: 100%;
  display: block;
}
.split-layout .col-right {
  width: 50%;
  height: 100%;
  padding: 0 8.8235294118%;
  color: #2A2A2A;
}
@media (max-width: 1280px) {
  .split-layout .col-right {
    padding: 0 3.6764705882%;
  }
}
@media (max-width: 768px) {
  .split-layout .col-right {
    padding: 0 1.8382352941%;
  }
}

.frame-3 .content-wrapper {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.frame-3.frame-active .content-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.frame-3 .scroll-next {
  margin-top: 1.8rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
}
.frame-3 .scroll-next .line-top {
  width: 1px;
  height: 7.1rem;
  opacity: 0.8;
  background: #000;
}
.frame-3 .scroll-next .text {
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  color: #A84424;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.frame-3 .small-text,
.frame-4 .small-text {
  color: #000;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .frame-3 .small-text,
.frame-4 .small-text {
    font-size: 1.6rem;
  }
}
.frame-3 .heading,
.frame-4 .heading {
  color: #000;
  text-align: center;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 200;
  line-height: 6.4rem;
}
@media (max-width: 1280px) {
  .frame-3 .heading,
.frame-4 .heading {
    font-size: 3.5rem;
    line-height: 5rem;
  }
}
@media (max-width: 768px) {
  .frame-3 .heading,
.frame-4 .heading {
    font-size: 3rem;
  }
}

.frame-4 .form-wrapper {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
}
.frame-4.frame-active .form-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.frame-4 .teaser-form {
  margin-top: 4rem;
}
@media (max-width: 1280px) {
  .frame-4 .teaser-form {
    margin-top: 1rem;
  }
}
.frame-4 .teaser-form .form-group {
  position: relative;
  margin-bottom: 3.7rem;
}
@media (max-width: 1280px) {
  .frame-4 .teaser-form .form-group {
    margin-bottom: 3rem;
  }
}
.frame-4 .teaser-form .form-group .form-message {
  position: absolute;
  left: 0;
  color: #AE5034;
  top: 100%;
  font-size: 1.2rem;
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-style: italic;
}
.frame-4 .teaser-form .form-group label {
  display: block;
  color: var(--Black, #000);
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  opacity: 0.8;
}
.frame-4 .teaser-form .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #0000004d;
  padding: 0.6rem 0 0.6rem;
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.5rem;
  color: #2A2A2A;
  outline: none;
  transition: border-color 0.3s;
}
.frame-4 .teaser-form .form-group input::placeholder {
  color: var(--Black, #000);
  text-align: justify;
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.2rem;
  /* 146.667% */
}
.frame-4 .teaser-form .form-group input:focus {
  border-bottom-color: #A84424;
}
.frame-4 .teaser-form .btn-submit {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "SVN-Spyrel-Regular.otf";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  padding: 1.3rem 0 1.2rem;
  /* 125% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: 4rem;
  background: var(--Onge, #A84424);
  border: 0;
  outline: none;
}
@media (max-width: 1280px) {
  .frame-4 .teaser-form .btn-submit {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .frame-4 .teaser-form .btn-submit {
    font-size: 1.4rem;
    padding: 1.1rem 0 1rem;
  }
}
.frame-4 .teaser-form .btn-submit:hover {
  background-color: #873e28;
}
@media (max-width: 1280px) {
  .frame-4 .teaser-form .links {
    gap: 3rem;
  }
}
.frame-4 .teaser-form .links .link-discover {
  color: var(--Black, #000);
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-4 .teaser-form .links .link-discover:hover {
  color: #AE5034;
}
.frame-4 .teaser-form .links .link-back {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 142.857% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
  background: none;
  opacity: 0.5;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.frame-4 .teaser-form .links .link-back:hover {
  color: #A84424;
  opacity: 1;
}

@media (max-width: 576px) {
  .split-layout {
    flex-direction: column;
  }
  .split-layout .col-left {
    width: 100%;
    height: 40%;
    order: 2;
  }
  .split-layout .col-left img {
    object-fit: cover;
    object-position: 100% 30%;
  }
  .split-layout .col-right {
    width: 100%;
    height: 60%;
    order: 1;
    padding: 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .frame-1 .frame-content {
    bottom: 15% !important;
  }
  .frame-1 .frame-content .subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .frame-1 .frame-content .logos {
    gap: 2rem;
    flex-direction: column;
  }
  .frame-1 .frame-content .logos .divider {
    width: 100px;
    height: 1px;
    margin: 0 auto;
  }
  .frame-1 .frame-content .date {
    font-size: 3.5rem;
    margin-top: 1rem;
  }

  .frame-3 .content-wrapper {
    transform: translateX(40px);
    margin: auto 0;
  }
  .frame-3.frame-active .content-wrapper {
    transform: translateX(0);
  }
  .frame-3 .heading {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .frame-3 .small-text {
    font-size: 1.6rem;
  }
  .frame-3 .scroll-next {
    margin-top: 1rem;
  }
  .frame-3 .scroll-next .line-top {
    height: 30px;
  }

  .frame-4 .form-wrapper {
    transform: translateX(40px);
    margin: auto 0;
  }
  .frame-4.frame-active .form-wrapper {
    transform: translateX(0);
  }
  .frame-4 .heading {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 3.5rem;
  }
  .frame-4 .teaser-form {
    margin-top: 0;
  }
  .frame-4 .teaser-form .form-group {
    margin-bottom: 2rem;
  }
  .frame-4 .teaser-form .form-group input {
    padding: 0.25rem 0;
  }
  .frame-4 .teaser-form .form-group label {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }
  .frame-4 .teaser-form .btn-submit {
    padding: 0.75rem;
    margin-bottom: 1rem;
  }
  .frame-4 .teaser-form .links {
    gap: 0.5rem;
  }
  .frame-4 .teaser-form .links .link-discover {
    font-size: 1.2rem;
  }
}
.floating-phone, .floating-fb {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid #A84424;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.3s ease;
}
.floating-phone .phone-icon-wrapper, .floating-fb .phone-icon-wrapper {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: phone-ring 1.5s infinite ease-in-out;
}
.floating-phone.is-frame-1, .floating-fb.is-frame-1 {
  border-color: #FFFFFF;
}
.floating-phone.is-frame-1 img, .floating-fb.is-frame-1 img {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .floating-phone, .floating-fb {
    bottom: 90px;
    right: 15px;
    width: 3.5rem;
    height: 3.5rem;
  }
  .floating-phone .phone-icon-wrapper, .floating-fb .phone-icon-wrapper {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 576px) {
  .floating-phone, .floating-fb {
    border-color: #FFFFFF;
  }
  .floating-phone img, .floating-fb img {
    filter: brightness(0) invert(1);
  }
}

@keyframes phone-ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.floating-fb {
  bottom: 9.5rem;
}
.floating-fb .phone-icon-wrapper {
  animation: none;
}
@media (max-width: 768px) {
  .floating-fb {
    bottom: 135px;
  }
}

.mCSB_dragger_bar, .mCSB_draggerRail {
  margin: 0 !important;
}

.mCSB_dragger_bar {
  height: 6px !important;
  background-color: #A84424 !important;
}

.mb-section3 {
  background-color: #fff;
  padding: 12rem 0 9.6rem;
}
@media (max-width: 1280px) {
  .mb-section3 {
    padding: 9rem 0 7rem;
  }
}
@media (max-width: 768px) {
  .mb-section3 {
    padding: 6rem 0 5rem;
  }
}
.mb-section3__container {
  width: 100%;
  margin: 0 auto;
}
.mb-section3__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 0 5.5555555556%;
}
@media (max-width: 1280px) {
  .mb-section3__header {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .mb-section3__header {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 576px) {
  .mb-section3__header {
    padding: 0 1.5rem;
  }
}
.mb-section3 .c-title br {
  display: none;
}
@media (max-width: 576px) {
  .mb-section3 .c-title {
    text-align: center;
  }
  .mb-section3 .c-title br {
    display: block;
  }
}
.mb-section3__tabs {
  display: flex;
  gap: 0;
}
.mb-section3__tab {
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  padding: 1.1rem 1.6rem 1rem;
  border: 1px solid gray;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mb-section3__tab {
    padding: 0.9rem 1.6rem 0.8rem;
  }
}
.mb-section3__tab:first-child {
  border-right: none;
}
.mb-section3__tab.is-active {
  background: var(--Onge, #a84424);
  color: #fff;
  border: none;
}
.mb-section3__plan {
  text-align: center;
  margin-bottom: 4rem;
}
.mb-section3__plan svg {
  width: 100%;
  display: block;
  height: auto;
}
.mb-section3__plan svg path {
  transition: all 0.5s ease;
  opacity: 0;
  cursor: pointer;
}
.mb-section3__plan svg path.active, .mb-section3__plan svg path:hover {
  opacity: 0.75;
}
.mb-section3__plan-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mb-section3__plan-img {
    min-width: 60rem;
  }
}
.mb-section3__legend {
  display: flex;
  gap: 4rem;
  padding: 0rem 5.5555555556% 0;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .mb-section3__legend {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .mb-section3__legend {
    flex-direction: column;
    gap: 2rem;
    padding-top: 2rem;
  }
}
@media (max-width: 576px) {
  .mb-section3__legend {
    padding: 0 1.5rem;
  }
}
.mb-section3__legend-left {
  width: 42.734375%;
}
@media (max-width: 768px) {
  .mb-section3__legend-left {
    width: 100%;
  }
}
.mb-section3__legend-right {
  width: 42.734375%;
  color: var(--Dark, #26150a);
  font-size: 1.2rem;
  letter-spacing: 1%;
  line-height: 160%;
}
@media (max-width: 768px) {
  .mb-section3__legend-right {
    width: 100%;
  }
}
.mb-section3__legend-title {
  border-bottom: 1px solid var(--Dark, #26150a);
  color: var(--Dark, #26150a);
  text-transform: uppercase;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1%;
}
.mb-section3__legend-items {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1.2rem 3rem;
}
@media (max-width: 1280px) {
  .mb-section3__legend-items {
    gap: 1rem 2rem;
  }
}
@media (max-width: 768px) {
  .mb-section3__legend-items {
    grid-template-columns: repeat(2, auto);
    gap: 1rem 2rem;
  }
}
.mb-section3__legend-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .mb-section3__legend-item {
    gap: 0.5rem;
  }
}
.mb-section3__legend-color {
  display: inline-block;
  width: 6rem;
  height: 2rem;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .mb-section3__legend-color {
    width: 5rem;
  }
}
.mb-section3__legend-label {
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-size: 1.2rem;
  color: #2A2A2A;
  white-space: nowrap;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1%;
  text-transform: uppercase;
}

.mb-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.mb-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.mb-popup.is-active .mb-popup__container {
  transform: translateY(0);
  opacity: 1;
}
.mb-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Dark, rgba(38, 21, 10, 0.5));
  cursor: pointer;
}
.mb-popup__container {
  position: relative;
  width: 100%;
  max-width: 76.3888888889%;
  background-color: #fff;
  z-index: 10;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}
@media (max-width: 1280px) {
  .mb-popup__container {
    max-width: 83.3333333333%;
  }
}
@media (max-width: 576px) {
  .mb-popup__container {
    max-width: calc(100% - 3rem);
  }
}
.mb-popup__close {
  position: absolute;
  top: -2.2rem;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 11;
}
.mb-popup__close img {
  width: 1.2rem;
  display: block;
}
.mb-popup__content {
  display: flex;
  aspect-ratio: 1100/620;
}
@media (max-width: 768px) {
  .mb-popup__content {
    flex-direction: column;
    aspect-ratio: unset;
  }
}
.mb-popup__left {
  width: 34%;
  background-color: var(--Onge, #a84424);
  padding: 5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1280px) {
  .mb-popup__left {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 768px) {
  .mb-popup__left {
    width: 100%;
    padding: 3rem 2rem;
    height: auto;
  }
}
.mb-popup__title {
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif !important;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3.2rem !important;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: 0%;
}
@media (max-width: 1280px) {
  .mb-popup__title {
    font-size: 2rem;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .mb-popup__title {
    text-align: center;
  }
  .mb-popup__title br {
    display: none;
  }
}
@media (max-width: 576px) {
  .mb-popup__title {
    margin-bottom: 1rem !important;
  }
}
.mb-popup__info {
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: auto;
  line-height: 140%;
  letter-spacing: 0%;
}
.mb-popup__info p {
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1280px) {
  .mb-popup__info p {
    margin-bottom: 1rem;
  }
}
.mb-popup__info strong {
  font-weight: 600;
  color: #fff;
}
.mb-popup__note {
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-size: 1.3rem;
  color: white;
  font-weight: 300;
  font-style: Light;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: justify;
}
@media (max-width: 768px) {
  .mb-popup__note {
    margin-top: 1rem;
  }
}
.mb-popup__right {
  width: 66%;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  height: 100%;
}
@media (max-width: 768px) {
  .mb-popup__right {
    width: 100%;
    padding: 1rem 0;
    height: 50vh;
  }
}
@media (max-width: 576px) {
  .mb-popup__right {
    height: 40vh;
  }
}
.mb-popup__slider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.mb-popup__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb-popup__slider .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.mb-popup__prev, .mb-popup__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .mb-popup__prev, .mb-popup__next {
    width: 3rem;
    height: 3rem;
  }
}
.mb-popup__prev img, .mb-popup__next img {
  width: 100%;
  display: block;
}
.mb-popup__prev:hover, .mb-popup__next:hover {
  background-color: var(--Onge, #a84424);
}
.mb-popup__prev:hover img, .mb-popup__next:hover img {
  filter: brightness(0) invert(1);
}
.mb-popup__prev {
  left: 2.4rem;
}
@media (max-width: 1280px) {
  .mb-popup__prev {
    left: 2rem;
  }
}
@media (max-width: 576px) {
  .mb-popup__prev {
    left: 0.5rem;
  }
}
.mb-popup__next {
  right: 2.4rem;
}
@media (max-width: 1280px) {
  .mb-popup__next {
    right: 2rem;
  }
}
@media (max-width: 576px) {
  .mb-popup__next {
    right: 0.5rem;
  }
}
.mb-popup__pagination {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  align-items: center;
}
.mb-popup__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(38, 21, 10, 0.5);
  opacity: 0.7;
  margin: 0 !important;
  transition: all 0.5s ease;
}
.mb-popup__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.7rem;
  height: 0.7rem;
}

.mb-section1 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mb-section1::before {
  position: absolute;
  content: "";
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8rem;
  width: 1px;
  height: 12rem;
  background: linear-gradient(180deg, #A84424 0%, rgba(168, 68, 36, 0) 100%);
}
@media (max-width: 768px) {
  .mb-section1::before {
    bottom: -4rem;
    height: 7rem;
  }
}
.mb-section1 .decor {
  position: absolute;
  z-index: 4;
  width: 16.1805555556%;
  max-width: 233px;
  bottom: -14.6rem;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .mb-section1 .decor {
    bottom: -8rem;
  }
}
@media (max-width: 768px) {
  .mb-section1 .decor {
    bottom: -4rem;
  }
}
@media (max-width: 768px) {
  .mb-section1 {
    min-height: 400px;
    height: 70vh;
  }
}
.mb-section1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mb-section1__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mb-section1__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27.4074074074%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(38, 21, 10, 0) 0%, #26150A 100%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mb-section1__overlay {
    height: 39.5061728395%;
  }
}
.mb-section1__content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-bottom: 6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .mb-section1__content {
    padding-bottom: 4rem;
  }
}
.mb-section1__title {
  color: #fff;
  font-family: "SVN-Spyrel-Thin.otf";
  font-weight: 200;
  color: var(--White, #FFF);
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  /* 52px */
  margin: 0;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .mb-section1__title {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .mb-section1__title {
    font-size: 2.4rem;
  }
}
.mb-section1__title .hidden-pc {
  display: none;
}
@media (max-width: 576px) {
  .mb-section1__title .hidden-pc {
    display: block;
  }
}

.mb-section2 {
  background: #ECEBE7;
  padding: 13.6rem 0 12.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .mb-section2 {
    padding: 7rem 0;
  }
}
@media (max-width: 768px) {
  .mb-section2 {
    padding: 5rem 0;
  }
}
.mb-section2 .container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8rem;
}
@media (max-width: 1280px) {
  .mb-section2 .container {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .mb-section2 .container {
    padding: 0 1.5rem;
  }
}
.mb-section2__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .mb-section2__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
}
.mb-section2__title .c-subtitle {
  display: inline-block;
  margin-right: 0.8rem;
}
.mb-section2__title span:nth-of-type(2) {
  display: inline-block;
  margin-left: 4rem;
}
@media (max-width: 400px) {
  .mb-section2__title.c-title {
    font-size: 2.6rem;
  }
}
.mb-section2__desc {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.14px;
  color: #26150A;
  width: 39.84375%;
  margin-bottom: 1.2rem;
}
@media (max-width: 1024px) {
  .mb-section2__desc {
    width: 100%;
    margin-bottom: 0;
  }
}
.mb-section2__slider {
  position: relative;
}
.mb-section2__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 620/495;
}
.mb-section2__item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35.3535353535%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(38, 21, 10, 0) 0%, #26150A 100%);
}
@media (max-width: 768px) {
  .mb-section2__item::before {
    height: 45.4545454545%;
  }
}
.mb-section2__item-img {
  width: 100%;
  height: 100%;
}
.mb-section2__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mb-section2__item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 2.4rem;
  color: #fff;
  font-family: "SVN-Spyrel-Light.otf";
  text-align: justify;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .mb-section2__item-text {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .mb-section2__item-text {
    font-size: 1.5rem;
  }
}
.mb-section2 .mb-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  background-color: transparent;
}
@media (max-width: 767px) {
  .mb-section2 .mb-nav-btn {
    display: none;
  }
}
.mb-section2 .mb-nav-btn img {
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .mb-section2 .mb-nav-btn img {
    filter: brightness(0) invert(1);
  }
}
.mb-section2 .mb-nav-btn:hover img {
  opacity: 0.75;
}
.mb-section2__prev {
  left: -6rem;
}
@media (max-width: 1280px) {
  .mb-section2__prev {
    left: 1rem;
  }
}
.mb-section2__next {
  right: -6rem;
}
@media (max-width: 1280px) {
  .mb-section2__next {
    right: 1rem;
  }
}

.mb-section4 {
  position: relative;
  width: 100%;
  background: #ECEBE7;
  padding: 12rem 5.5555555556%;
}
@media (max-width: 1280px) {
  .mb-section4 {
    padding: 7rem 3rem;
  }
}
@media (max-width: 768px) {
  .mb-section4 {
    padding: 5rem 1.5rem;
  }
}
.mb-section4 .decor {
  position: absolute;
  z-index: 4;
  width: 18.125%;
  max-width: 261px;
  bottom: -7.2rem;
  right: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mb-section4 .decor {
    bottom: -2.2rem;
  }
}
.mb-section4 .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .mb-section4 .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .mb-section4 .top {
    margin-bottom: 3rem;
    gap: 2.5rem;
  }
}
.mb-section4 .top .tab {
  display: flex;
  border: 1px solid #808080;
  max-width: 100%;
}
.mb-section4 .top .tab .item {
  width: 14rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #808080;
  color: #808080;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mb-section4 .top .tab .item:last-child {
  border-right: 0;
}
.mb-section4 .top .tab .item.active {
  color: #fff;
  background-color: #A84424;
}
@media (max-width: 600px) {
  .mb-section4 .top .tab .item {
    width: 9rem;
    height: 4rem;
    font-size: 1.3rem;
  }
}
.mb-section4 .image {
  position: relative;
  display: none;
  width: 100%;
  aspect-ratio: 16/7;
  line-height: 0;
}
@media (max-width: 1024px) {
  .mb-section4 .image {
    aspect-ratio: 16/9;
  }
}
.mb-section4 .image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(38, 21, 10, 0) 0%, #26150A 100%);
  z-index: 1;
}
.mb-section4 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mb-section4 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mb-section4 .play p {
  color: #fff;
}
.mb-section4 .play p:nth-of-type(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.65px;
  width: 84px;
  height: 84px;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .mb-section4 .play p:nth-of-type(1) {
    width: 74px;
    height: 74px;
  }
}
.mb-section4 .play p:nth-of-type(1) sup {
  margin-top: -1rem;
}
.mb-section4 .play p:nth-of-type(1):before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(./assets/images/home/s5-icon.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 6s infinite ease-in-out;
}
.mb-section4 .play p:nth-of-type(2) {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mb-section4 .play p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}

.mb-section5 {
  background: #ECEBE7;
  position: relative;
  overflow: hidden;
}
.mb-section5__banner {
  width: 100%;
}
.mb-section5__banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (min-width: 769px) {
  .mb-section5__banner img {
    aspect-ratio: 1440/730;
  }
}
.mb-section5 .container {
  position: relative;
  width: 88.8888888889%;
  margin: -10rem auto;
  padding: 10rem 0 23.6rem;
  background: #ECEBE7;
}
@media (max-width: 1280px) {
  .mb-section5 .container {
    width: calc(100% - 6rem);
    padding: 7rem 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .mb-section5 .container {
    padding: 5rem 0;
    margin: 0 auto;
    width: calc(100% - 3rem);
  }
}
.mb-section5__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  padding: 0 5.46875%;
}
@media (max-width: 1280px) {
  .mb-section5__top {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .mb-section5__top {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.mb-section5__title {
  font-family: "SVN-Spyrel-Thin.otf", sans-serif;
  font-weight: 200;
  font-size: 4rem;
  line-height: 1.3;
  color: #A84424;
  margin: 0;
  text-transform: uppercase;
  width: 50%;
}
@media (max-width: 1024px) {
  .mb-section5__title {
    font-size: 3.2rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mb-section5__title {
    font-size: 2.6rem;
  }
}
.mb-section5__desc {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #26150A;
  width: 48.2456140351%;
  padding-bottom: 0.6rem;
}
@media (max-width: 1024px) {
  .mb-section5__desc {
    width: 100%;
    padding-bottom: 0;
  }
}
.mb-section5__slider {
  position: relative;
}
.mb-section5__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 400/260;
}
.mb-section5__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mb-section5 .mb-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  background-color: transparent;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .mb-section5 .mb-nav-btn {
    display: none;
  }
}
.mb-section5 .mb-nav-btn img {
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .mb-section5 .mb-nav-btn img {
    filter: brightness(0) invert(1);
  }
}
.mb-section5 .mb-nav-btn:hover img {
  opacity: 0.75;
}
.mb-section5__prev {
  left: -6rem;
}
@media (max-width: 1280px) {
  .mb-section5__prev {
    left: 1rem;
  }
}
.mb-section5__next {
  right: -6rem;
}
@media (max-width: 1280px) {
  .mb-section5__next {
    right: 1rem;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-360 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page-360 iframe {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.intro_ss2 {
  padding-top: 13.6rem;
}
@media (max-width: 1280px) {
  .intro_ss2 {
    padding-top: 9.6rem;
  }
}
@media (max-width: 576px) {
  .intro_ss2 {
    padding-top: 7rem;
  }
}
.intro_ss2 .top .c-title {
  text-align: center;
}
.intro_ss2 .top .desc {
  color: var(--Dark, #26150A);
  font-family: "SVN-Spyrel-Book.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  /* 31.2px */
  text-transform: uppercase;
  margin-top: 0.4rem;
  text-align: center;
}
@media (max-width: 1280px) {
  .intro_ss2 .top .desc {
    font-size: 2rem;
  }
}
.intro_ss2 .bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .intro_ss2 .bottom {
    flex-wrap: wrap;
  }
}
.intro_ss2 .bottom img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.intro_ss2 .bottom .left, .intro_ss2 .bottom .right {
  width: 25.6944444444%;
  aspect-ratio: 370/577;
}
@media (max-width: 576px) {
  .intro_ss2 .bottom .left, .intro_ss2 .bottom .right {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .intro_ss2 .bottom .left {
    order: 2;
  }
}
@media (max-width: 576px) {
  .intro_ss2 .bottom .right {
    order: 3;
  }
}
.intro_ss2 .bottom .mid {
  width: 43.0555555556%;
  padding-top: 4rem;
}
@media (max-width: 576px) {
  .intro_ss2 .bottom .mid {
    width: 100%;
    padding-top: 0;
    order: 1;
    margin: 1rem 0;
  }
}
.intro_ss2 .bottom .mid .img {
  aspect-ratio: 620/331;
}
.intro_ss2 .bottom .mid .desc {
  padding: 4rem 4rem 0;
}
@media (max-width: 1280px) {
  .intro_ss2 .bottom .mid .desc {
    padding: 3rem 2rem 0;
  }
}
@media (max-width: 768px) {
  .intro_ss2 .bottom .mid .desc {
    padding: 2rem 0 0;
  }
}
@media (max-width: 576px) {
  .intro_ss2 .bottom .mid .desc {
    padding: 1rem 1.5rem 0;
  }
}
.intro_ss2 .bottom .mid .desc p {
  color: var(--Dark, #26150A);
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.14px;
  margin-bottom: 1rem;
}
.intro_ss2 .bottom .mid .desc p:last-child {
  margin-bottom: 0;
}

.intro_ss3 {
  padding: 13.6rem 5.5555555556% 13rem;
  position: relative;
}
@media (max-width: 1280px) {
  .intro_ss3 {
    padding: 9.6rem 3rem 10rem;
  }
}
@media (max-width: 768px) {
  .intro_ss3 {
    padding: 9.6rem 3rem 7rem;
  }
}
@media (max-width: 576px) {
  .intro_ss3 {
    padding: 7rem 1.5rem 5rem;
  }
}
.intro_ss3 .decor {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 38rem;
}
@media (max-width: 1280px) {
  .intro_ss3 .decor {
    max-width: 26rem;
  }
}
@media (max-width: 768px) {
  .intro_ss3 .decor {
    max-width: 20rem;
  }
}
@media (max-width: 576px) {
  .intro_ss3 .decor {
    max-width: 10rem;
    top: 10rem;
  }
}
.intro_ss3 .c-title {
  margin-left: 3.9rem;
  margin-bottom: 4rem;
}
@media (max-width: 1280px) {
  .intro_ss3 .c-title {
    margin-bottom: 2rem;
  }
}
.intro_ss3 > img:not(.decor) {
  width: 100%;
  display: block;
}
.intro_ss3 .bottom {
  padding: 4rem 3.1746031746% 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .intro_ss3 .bottom {
    padding: 3rem 2rem 0;
  }
}
@media (max-width: 768px) {
  .intro_ss3 .bottom {
    flex-direction: column;
    padding: 2rem 0 0;
    gap: 1rem;
  }
}
.intro_ss3 .bottom .desc {
  color: var(--Dark, #26150A);
  font-family: "SVN-Spyrel-Book.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  /* 36px */
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .intro_ss3 .bottom .desc {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .intro_ss3 .bottom .desc {
    width: 100%;
    text-align: center;
  }
}
.intro_ss3 .bottom .exp {
  width: 46.186440678%;
  color: var(--Dark, #26150A);
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.14px;
}
@media (max-width: 768px) {
  .intro_ss3 .bottom .exp {
    width: 100%;
  }
}

.intro__ss4 {
  position: relative;
  background-color: #a84c2a;
  color: #fff;
  padding: 8rem calc(190 / 1440 * 100%) 12rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .intro__ss4 {
    padding: 7rem 3rem;
  }
}
@media (max-width: 768px) {
  .intro__ss4 {
    padding: 5rem 1.5rem;
  }
}
.intro__ss4 .decor-1,
.intro__ss4 .decor-2 {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.intro__ss4 .decor-1 {
  left: 0;
  top: 0;
  width: 32.3611111111%;
  max-width: 46.6rem;
}
.intro__ss4 .decor-2 {
  right: 0;
  bottom: 0;
  width: 26.6666666667%;
  max-width: 38.4rem;
}
.intro__ss4-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 4.8rem !important;
}
@media (max-width: 768px) {
  .intro__ss4-title {
    margin-bottom: 2rem !important;
  }
}
.intro__ss4-title span {
  color: var(--White, #FFF);
}
.intro__ss4-title span:nth-child(1) {
  font-family: "SVN-Spyrel-Thin.otf";
  font-size: 19rem;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  /* 247px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .intro__ss4-title span:nth-child(1) {
    font-size: 17rem;
  }
}
@media (max-width: 768px) {
  .intro__ss4-title span:nth-child(1) {
    font-size: 16rem;
  }
}
.intro__ss4-title span:nth-child(2) {
  line-height: 1.1;
}
.intro__ss4-title span:nth-child(2) > span {
  display: inline-block;
  margin-right: 1rem;
}
.intro__ss4-title span:nth-child(2) svg {
  margin-top: -1.5rem;
}
.intro__ss4-title span:nth-child(2) .hide-pc {
  display: none;
}
@media (max-width: 768px) {
  .intro__ss4-title span:nth-child(2) svg {
    margin-top: -1.2rem;
  }
}
@media (max-width: 567px) {
  .intro__ss4-title span:nth-child(2) svg {
    width: 15rem;
    margin-top: -2rem;
  }
  .intro__ss4-title span:nth-child(2) .hide-pc {
    display: block;
  }
}
.intro__ss4-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8rem;
  row-gap: 3.2rem;
}
.intro__ss4-item-title {
  font-size: 2rem;
  font-family: "SVN-Spyrel-Light.otf";
  font-weight: 300;
  line-height: 1.4;
  margin: 1.6rem 0 0 !important;
}
@media (max-width: 768px) {
  .intro__ss4-item-title {
    font-size: 1.8rem;
    margin: 0 !important;
  }
}
.intro__ss4-item-num {
  font-size: 11rem;
  font-family: "SVN-Spyrel-Thin.otf";
  font-weight: 200;
  line-height: 1.3;
  color: #fff;
}
.intro__ss4-item-num::before, .intro__ss4-item-num::after {
  position: relative;
  font-size: 8.8rem;
  font-weight: 100;
  top: -1.1rem;
}
.intro__ss4-item-num::before {
  left: -0.8rem;
}
.intro__ss4-item-num::after {
  right: -0.4rem;
}
@media (max-width: 1024px) {
  .intro__ss4-item-num {
    font-size: 8rem;
  }
  .intro__ss4-item-num::before, .intro__ss4-item-num::after {
    font-size: 6.6rem;
    top: -0.8rem;
  }
}
.intro__ss4-item-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 0.14px;
}
.intro__ss4-item:nth-child(odd) {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title num" "desc desc";
  column-gap: 4.6rem;
  align-items: center;
}
@media (max-width: 768px) {
  .intro__ss4-item:nth-child(odd) {
    column-gap: 3.2rem;
  }
}
.intro__ss4-item:nth-child(odd) .intro__ss4-item-title {
  grid-area: title;
  max-width: 380px;
}
.intro__ss4-item:nth-child(odd) .intro__ss4-item-num {
  grid-area: num;
}
.intro__ss4-item:nth-child(odd) .intro__ss4-item-num::before {
  content: "/";
}
.intro__ss4-item:nth-child(odd) .intro__ss4-item-desc {
  grid-area: desc;
}
.intro__ss4-item:nth-child(even) {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-template-areas: "num title" "desc desc";
  column-gap: 4.8rem;
  align-items: center;
}
@media (max-width: 768px) {
  .intro__ss4-item:nth-child(even) {
    column-gap: 3rem;
  }
}
.intro__ss4-item:nth-child(even) .intro__ss4-item-title {
  grid-area: title;
  max-width: 380px;
}
.intro__ss4-item:nth-child(even) .intro__ss4-item-num {
  grid-area: num;
}
.intro__ss4-item:nth-child(even) .intro__ss4-item-num::after {
  content: "/";
}
.intro__ss4-item:nth-child(even) .intro__ss4-item-desc {
  grid-area: desc;
}
@media (max-width: 1024px) {
  .intro__ss4-list {
    column-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .intro__ss4-list {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
  .intro__ss4-item:nth-child(odd) .intro__ss4-item-title, .intro__ss4-item:nth-child(even) .intro__ss4-item-title {
    max-width: 100%;
  }
}

.intro__ss5 {
  position: relative;
  background-color: #ECEBE7;
  position: relative;
  padding: 12rem 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .intro__ss5 {
    padding: 8rem 0;
  }
}
@media (max-width: 768px) {
  .intro__ss5 {
    padding: 5rem 0;
  }
}
.intro__ss5 .decor {
  position: absolute;
  top: -5%;
  left: 0;
  width: 40.9722222222%;
  max-width: 59rem;
}
@media (max-width: 768px) {
  .intro__ss5 .decor {
    top: 5%;
  }
}
.intro__ss5-top {
  position: relative;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .intro__ss5-top {
    padding-bottom: 3rem;
  }
}
.intro__ss5-top .hide-pc {
  display: none;
}
@media (max-width: 576px) {
  .intro__ss5-top .hide-pc {
    display: block;
  }
}
.intro__ss5-top .des {
  width: 58rem;
  max-width: calc(100% - 3rem);
  color: var(--Dark, #26150A);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.14px;
  margin: 0 auto;
}
.intro__ss5-slider-wrap {
  position: relative;
}
.intro__ss5-slide-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1290/590;
}
@media (max-width: 1280px) {
  .intro__ss5-slide-inner {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .intro__ss5-slide-inner {
    aspect-ratio: 4/3;
  }
}
.intro__ss5-slide-inner::before {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29.6610169492%;
  opacity: 0;
  background: linear-gradient(241deg, rgba(38, 21, 10, 0) 39.58%, #26150A 86.17%);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .intro__ss5-slide-inner::before {
    height: 35.593220339%;
  }
}
@media (max-width: 576px) {
  .intro__ss5-slide-inner::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
  }
}
.intro__ss5-slide-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
  transition: all 0.3s ease;
}
.intro__ss5-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro__ss5-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.intro__ss5-slide-content {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 9.3023255814%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .intro__ss5-slide-content {
    padding: 4rem 2rem 2rem;
  }
}
@media (max-width: 576px) {
  .intro__ss5-slide-content {
    padding: 3rem 1.5rem 1.5rem;
  }
}
.intro__ss5-slide-num {
  text-align: justify;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 78px */
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 24.04%, rgba(255, 255, 255, 0) 78.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .intro__ss5-slide-num {
    font-size: 4rem;
  }
}
.intro__ss5-slide-title {
  color: var(--White, #FFF);
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin: -1.8rem 0 0.8rem !important;
}
@media (max-width: 1024px) {
  .intro__ss5-slide-title {
    font-size: 2rem;
    margin: -1.4rem 0 0.8rem !important;
  }
}
@media (max-width: 576px) {
  .intro__ss5-slide-title {
    font-size: 1.8rem;
    margin: -1rem 0 0.6rem !important;
  }
}
.intro__ss5-slide-desc {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.14px;
}
.intro__ss5-nav {
  position: absolute;
  top: 50%;
  left: 4rem;
  right: 4rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1280px) {
  .intro__ss5-nav {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 576px) {
  .intro__ss5-nav {
    display: none;
  }
}
.intro__ss5-nav .swiper-button-prev, .intro__ss5-nav .swiper-button-next {
  position: static;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  pointer-events: auto;
  margin: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .intro__ss5-nav .swiper-button-prev, .intro__ss5-nav .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
}
.intro__ss5-nav .swiper-button-prev::after, .intro__ss5-nav .swiper-button-next::after {
  display: none;
}
.intro__ss5-nav .swiper-button-prev:hover, .intro__ss5-nav .swiper-button-next:hover {
  opacity: 0.75;
}
.intro__ss5-scrollbar-container {
  margin: 4rem auto 0;
  position: relative;
  height: 0.1rem;
  background: rgba(38, 21, 10, 0.3);
  width: 81.1111111111%;
}
@media (max-width: 576px) {
  .intro__ss5-scrollbar-container {
    margin: 3rem auto 0;
  }
}
.intro__ss5 .swiper-scrollbar {
  position: static;
  height: 0.2rem;
  background: transparent;
}
.intro__ss5 .swiper-scrollbar .swiper-scrollbar-drag {
  height: 0.2rem;
  top: 0.6rem;
  background: #a84c2a;
  border-radius: 0;
}
.intro__ss5 .intro__ss5-slider .swiper-slide-active .intro__ss5-slide-inner::before {
  opacity: 0.75;
}
.intro__ss5 .intro__ss5-slider .swiper-slide-active .intro__ss5-slide-inner::after {
  opacity: 0;
}
.intro__ss5 .intro__ss5-slider .swiper-slide-active .intro__ss5-slide-content {
  opacity: 1;
}

.intro__ss6 {
  padding-top: 6.3rem;
}
@media (max-width: 1280px) {
  .intro__ss6 {
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .intro__ss6 {
    padding-top: 4rem;
  }
}

.tienich .mb-section1 .mb-section1__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tienich .mb-section1 .mb-section1__title:nth-child(2) {
  margin: -0.5rem 0;
}
.tienich .mb-section1 .mb-section1__title span {
  color: var(--White, #FFF);
  font-family: "SVN-Spyrel-Thin.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  /* 31.2px */
  text-transform: uppercase;
  margin-bottom: 0.9rem;
  margin-right: 0.7rem;
}
@media (max-width: 768px) {
  .tienich .mb-section1 .mb-section1__title span {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .tienich .mb-section1 .mb-section1__title span {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .tienich .mb-section1 .mb-section1__title span {
    margin-bottom: 0.5rem;
  }
}
.tienich .ti-section2 {
  padding: 13.6rem 0 10.3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #ECEBE7;
}
@media (max-width: 1280px) {
  .tienich .ti-section2 {
    padding: 11rem 0 6rem;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section2 {
    flex-wrap: wrap;
    padding: 7rem 0 4rem;
  }
}
.tienich .ti-section2 .left {
  width: 15.2777777778%;
  margin-top: 20.2rem;
  aspect-ratio: 220/270;
}
@media (max-width: 768px) {
  .tienich .ti-section2 .left {
    width: 50%;
    order: 2;
    margin-top: 0;
  }
}
.tienich .ti-section2 .mid {
  width: 50.6944444444%;
}
@media (max-width: 1280px) {
  .tienich .ti-section2 .mid {
    width: 59.0277777778%;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section2 .mid {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section2 .mid .c-title {
    text-align: center;
  }
}
.tienich .ti-section2 .mid .c-title:nth-child(1) {
  margin-left: 10.5rem;
}
@media (max-width: 768px) {
  .tienich .ti-section2 .mid .c-title:nth-child(1) {
    margin-left: 0;
  }
}
.tienich .ti-section2 .mid .c-title .hide-pc {
  display: none;
}
@media (max-width: 576px) {
  .tienich .ti-section2 .mid .c-title .hide-pc {
    display: block;
  }
}
.tienich .ti-section2 .mid .exp {
  margin: 4rem 0;
  color: var(--Dark, #26150A);
  text-align: justify;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.14px;
  width: 90.4109589041%;
}
@media (max-width: 1280px) {
  .tienich .ti-section2 .mid .exp {
    margin: 2rem 0;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section2 .mid .exp {
    padding: 0 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section2 .mid .exp {
    padding: 0 1.5rem;
  }
}
.tienich .ti-section2 .mid .img {
  aspect-ratio: 730/450;
}
.tienich .ti-section2 .right {
  width: 22.9166666667%;
  aspect-ratio: 330/551;
}
@media (max-width: 768px) {
  .tienich .ti-section2 .right {
    width: 50%;
    order: 3;
    aspect-ratio: 220/270;
  }
}
.tienich .ti-section2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tienich .ti-section3 {
  padding: 0 5.5555555556% 14.3rem;
  background: #ECEBE7;
  position: relative;
}
@media (max-width: 1280px) {
  .tienich .ti-section3 {
    padding: 0 3rem 10rem;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section3 {
    padding: 0 3rem 7rem;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section3 {
    padding: 0 1.5rem 5rem;
  }
}
.tienich .ti-section3 .decor {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .tienich .ti-section3 .decor {
    max-width: 20rem;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section3 .decor {
    display: none;
  }
}
.tienich .ti-section3 .top {
  display: flex;
  margin-bottom: 3.5rem;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 820px) {
  .tienich .ti-section3 .top {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
@media (max-width: 820px) {
  .tienich .ti-section3 .top .left {
    width: 100%;
  }
}
.tienich .ti-section3 .top .left .title {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .tienich .ti-section3 .top .left .title {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section3 .top .left .title {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }
}
.tienich .ti-section3 .top .left .title span {
  color: var(--Onge, #A84424);
  font-family: "SVN-Spyre-Light.otf";
  font-size: 8rem;
  font-weight: 200;
  line-height: 130%;
  /* 104px */
  text-transform: uppercase;
  margin-bottom: -1.4rem;
  margin-right: 0.6rem;
}
@media (max-width: 576px) {
  .tienich .ti-section3 .top .left .title span {
    font-size: 5rem;
    margin-bottom: -1rem;
    margin-right: 0;
  }
}
.tienich .ti-section3 .top .left .title .c-title {
  margin: 0 0.6rem;
}
.tienich .ti-section3 .top .left .title .c-subtitle {
  margin-bottom: 0.5rem;
}
.tienich .ti-section3 .top .exp {
  width: 39.84375%;
  color: var(--Dark, #26150A);
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  padding-bottom: 0.8rem;
}
@media (max-width: 820px) {
  .tienich .ti-section3 .top .exp {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.tienich .ti-section3 .bottom {
  display: flex;
  align-items: flex-start;
  background: #D8D5CF;
}
@media (max-width: 768px) {
  .tienich .ti-section3 .bottom {
    flex-direction: column;
    align-items: stretch;
  }
}
.tienich .ti-section3 .bottom .left {
  width: 28.90625%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .tienich .ti-section3 .bottom .left {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.tienich .ti-section3 .bottom .left .floor-dropdown {
  position: relative;
}
.tienich .ti-section3 .bottom .left .floor-dropdown:after {
  width: calc(100% - 8rem);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  height: 0.1rem;
  background: var(--Dark, #26150A);
}
@media (max-width: 1280px) {
  .tienich .ti-section3 .bottom .left .floor-dropdown:after {
    width: calc(100% - 4rem);
  }
}
.tienich .ti-section3 .bottom .left .floor-dropdown__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 4rem 1.6rem;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .tienich .ti-section3 .bottom .left .floor-dropdown__trigger {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section3 .bottom .left .floor-dropdown__trigger {
    padding: 2rem 1.5rem 1rem;
  }
}
.tienich .ti-section3 .bottom .left .floor-dropdown__trigger svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.tienich .ti-section3 .bottom .left .floor-dropdown__label {
  color: var(--Onge, #A84424);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .tienich .ti-section3 .bottom .left .floor-dropdown__label {
    font-size: 2rem;
  }
}
.tienich .ti-section3 .bottom .left .floor-dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #D8D5CF;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.tienich .ti-section3 .bottom .left .floor-dropdown__item {
  padding: 1.2rem 4rem;
  cursor: pointer;
  color: var(--Dark, #26150A);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  transition: background 0.2s ease;
}
@media (max-width: 1280px) {
  .tienich .ti-section3 .bottom .left .floor-dropdown__item {
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}
.tienich .ti-section3 .bottom .left .floor-dropdown__item:hover {
  background: rgba(38, 21, 10, 0.06);
}
.tienich .ti-section3 .bottom .left .floor-dropdown__item.active {
  color: var(--Onge, #A84424);
  font-weight: 500;
}
.tienich .ti-section3 .bottom .left .floor-dropdown.open .floor-dropdown__trigger svg {
  transform: rotate(180deg);
}
.tienich .ti-section3 .bottom .left .floor-dropdown.open .floor-dropdown__menu {
  display: block;
}
.tienich .ti-section3 .bottom .left .amenity-list {
  list-style: none;
  padding: 2.4rem 4rem 0rem;
  margin: 0;
  display: none;
}
@media (max-width: 1280px) {
  .tienich .ti-section3 .bottom .left .amenity-list {
    padding: 2rem 2rem 0rem;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section3 .bottom .left .amenity-list {
    padding: 2rem 2rem 2rem;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section3 .bottom .left .amenity-list {
    padding: 2rem 0.5rem 2rem;
  }
}
.tienich .ti-section3 .bottom .left .amenity-list.active {
  display: block;
}
@media (max-width: 768px) {
  .tienich .ti-section3 .bottom .left .amenity-list.active {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .tienich .ti-section3 .bottom .left .amenity-list.active > li {
    width: calc(50% - 1rem);
  }
  .tienich .ti-section3 .bottom .left .amenity-list.active > .amenity-header {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section3 .bottom .left .amenity-list.active {
    gap: 0 1rem;
  }
  .tienich .ti-section3 .bottom .left .amenity-list.active > li {
    width: calc(50% - .5rem);
  }
}
.tienich .ti-section3 .bottom .left .amenity-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-bottom: 1.5rem;
}
@media (max-width: 1280px) {
  .tienich .ti-section3 .bottom .left .amenity-list li {
    margin-bottom: 1rem;
  }
}
.tienich .ti-section3 .bottom .left .amenity-list li:last-child {
  margin-bottom: 0;
}
.tienich .ti-section3 .bottom .left .amenity-list li:hover, .tienich .ti-section3 .bottom .left .amenity-list li.active {
  background: rgba(168, 68, 36, 0.1);
}
.tienich .ti-section3 .bottom .left .amenity-list li .amenity-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.14px;
}
@media (max-width: 576px) {
  .tienich .ti-section3 .bottom .left .amenity-list li .amenity-number {
    font-size: 1.2rem;
  }
}
.tienich .ti-section3 .bottom .left .amenity-list li .amenity-name {
  font-size: 1.4rem;
  color: var(--Black, #000);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
}
.tienich .ti-section3 .bottom .left .amenity-list .amenity-header {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  break-inside: avoid;
}
@media (max-width: 1280px) {
  .tienich .ti-section3 .bottom .left .amenity-list .amenity-header {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section3 .bottom .left .amenity-list .amenity-header {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
  }
}
.tienich .ti-section3 .bottom .left .amenity-list .amenity-header__text {
  color: var(--Dark, #26150A);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .tienich .ti-section3 .bottom .left .amenity-list .amenity-header__text {
    font-size: 1.4rem;
  }
}
.tienich .ti-section3 .bottom .right {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .tienich .ti-section3 .bottom .right {
    width: 100%;
  }
}
.tienich .ti-section3 .bottom .right svg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .tienich .ti-section3 .bottom .right svg {
    width: 120%;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section3 .bottom .right svg {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section3 .bottom .right svg {
    width: 200%;
    margin-left: -22rem;
  }
}
.tienich .ti-section3 .bottom .right svg path {
  pointer-events: none;
}
.tienich .ti-section3 .bottom .right svg [data-svg] {
  cursor: pointer;
  transition: all 0.3s ease;
}
.tienich .ti-section3 .bottom .right svg .svg-highlight {
  stroke: #fff;
  stroke-width: 3;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
}
.tienich .ti-section4 {
  padding: 0rem 0 13rem;
  background: #ECEBE7;
}
@media (max-width: 1280px) {
  .tienich .ti-section4 {
    padding: 0rem 0 8rem;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section4 {
    padding: 0 0rem 7rem;
  }
}
.tienich .ti-section4__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 5.5555555556%;
  margin-bottom: 4rem;
}
@media (max-width: 1280px) {
  .tienich .ti-section4__top {
    padding: 0 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section4__top {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .tienich .ti-section4__top {
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .tienich .ti-section4__top .ti-section4__heading {
    width: 100%;
    text-align: center;
  }
}
.tienich .ti-section4__top .ti-section4__heading .hide-pc {
  display: none;
}
@media (max-width: 576px) {
  .tienich .ti-section4__top .ti-section4__heading .hide-pc {
    display: block;
  }
}
.tienich .ti-section4__top .exp {
  width: 39.84375%;
  color: var(--Dark, #26150A);
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .tienich .ti-section4__top .exp {
    width: 100%;
  }
}
.tienich .ti-section4__bottom {
  position: relative;
}
.tienich .ti-section4__bottom .swiper {
  padding: 0 10.4166666667%;
}
@media (max-width: 576px) {
  .tienich .ti-section4__bottom .swiper {
    padding: 0 3.4722222222%;
  }
}
.tienich .ti-section4 .swiper-button-prev,
.tienich .ti-section4 .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 576px) {
  .tienich .ti-section4 .swiper-button-prev,
.tienich .ti-section4 .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    top: 45%;
  }
}
.tienich .ti-section4 .swiper-button-prev::after,
.tienich .ti-section4 .swiper-button-next::after {
  display: none;
}
.tienich .ti-section4 .swiper-button-prev {
  left: 2.7777777778%;
}
@media (max-width: 576px) {
  .tienich .ti-section4 .swiper-button-prev {
    left: 4.1666666667%;
  }
}
.tienich .ti-section4 .swiper-button-next {
  right: 2.7777777778%;
}
@media (max-width: 576px) {
  .tienich .ti-section4 .swiper-button-next {
    right: 4.1666666667%;
  }
}
.tienich .ti-section4__slide {
  position: relative;
  aspect-ratio: 1140/590;
  overflow: hidden;
}
@media (max-width: 576px) {
  .tienich .ti-section4__slide {
    aspect-ratio: 250/200;
  }
}
.tienich .ti-section4__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tienich .ti-section4__info {
  position: absolute;
  bottom: 3.7rem;
  left: 4.2rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 768px) {
  .tienich .ti-section4__info {
    bottom: 2rem;
    left: 2rem;
  }
}
.tienich .ti-section4__num {
  display: block;
  text-align: justify;
  font-family: "SVN-Spyre";
  font-size: 6rem;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 24.04%, rgba(255, 255, 255, 0) 78.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -2rem;
}
@media (max-width: 576px) {
  .tienich .ti-section4__num {
    font-size: 4rem;
  }
}
.tienich .ti-section4__desc {
  display: block;
  color: var(--White, #FFF);
  font-family: "SVN-Spyre";
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 130%;
}
@media (max-width: 576px) {
  .tienich .ti-section4__desc {
    font-size: 2rem;
  }
}
.tienich .ti-section4__slider {
  overflow: hidden;
}
.tienich .ti-section4__slider .swiper-slide {
  overflow: hidden;
}
.tienich .ti-section4__slider .swiper-slide-active .ti-section4__info {
  opacity: 1;
}
.tienich .ti-section4__slider .swiper-slide-active .ti-section4__slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17.5rem;
  opacity: 0.75;
  background: linear-gradient(542deg, rgba(38, 21, 10, 0) 39.58%, #26150A 86.17%);
  z-index: 0;
}
.tienich .ti-section4 .intro__ss5-inner .intro__ss5-scrollbar-container {
  margin: 4rem auto 0;
  position: relative;
  height: 0.1rem;
  background: rgba(38, 21, 10, 0.3);
  width: 88.8888888889%;
}
@media (max-width: 576px) {
  .tienich .ti-section4 .intro__ss5-inner .intro__ss5-scrollbar-container {
    margin: 2rem auto 0;
  }
}
.tienich .ti-section4 .intro__ss5-inner .swiper-scrollbar {
  position: static;
  height: 0.2rem;
  background: transparent;
}
.tienich .ti-section4 .intro__ss5-inner .swiper-scrollbar .swiper-scrollbar-drag {
  height: 0.2rem;
  background: #a84c2a;
  border-radius: 0;
}

.thuvien-section2 {
  padding: 12rem 5.5555555556% 12.8rem;
  background: #ECEBE7;
  position: relative;
}
@media (max-width: 1280px) {
  .thuvien-section2 {
    padding: 8rem 3rem 8rem;
  }
}
@media (max-width: 576px) {
  .thuvien-section2 {
    padding: 6rem 1.5rem 6rem;
  }
}
.thuvien-section2 .decor {
  position: absolute;
  bottom: -10rem;
  right: 0;
}
@media (max-width: 576px) {
  .thuvien-section2 .decor {
    bottom: -5rem;
    max-width: 10rem;
  }
}
.thuvien-section2__wrap {
  max-width: 100%;
  margin: 0 auto;
}
.thuvien-section2__tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .thuvien-section2__tabs {
    margin-bottom: 2rem;
  }
}
.thuvien-section2__tab {
  padding: 1.1rem 1.6rem;
  text-decoration: none;
  border: 1px solid #808080;
  transition: all 0.3s ease;
  color: #808080;
  text-align: center;
  font-family: "Inter-VariableFont_opsz,wght.ttf";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 21px */
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .thuvien-section2__tab {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .thuvien-section2__tab {
    padding: 1rem 1.6rem;
  }
}
@media (max-width: 576px) {
  .thuvien-section2__tab {
    font-size: 1.3rem;
  }
}
.thuvien-section2__tab:not(:first-child) {
  border-left: none;
}
.thuvien-section2__tab.is-active {
  background: var(--Onge, #A84424);
  color: #fff;
  border-color: #A84424;
}
.thuvien-section2__tab.is-active + .thuvien-section2__tab {
  border-left-color: #8B4F3B;
}
.thuvien-section2__tab:hover:not(.is-active) {
  background: rgba(139, 79, 59, 0.1);
}
.thuvien-section2__more {
  text-align: center;
  margin-top: 4rem;
}
.thuvien-section2__more-btn {
  display: inline-block;
  font-family: "SVN-Spyrel-Medium.otf";
  padding: 1.5rem 4.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  text-transform: uppercase;
  color: var(--White, #FFF);
  text-decoration: none;
  transition: all 0.3s ease;
  background: var(--Onge, #A84424);
}
@media (max-width: 576px) {
  .thuvien-section2__more-btn {
    padding: 1.2rem 2.5rem;
    font-size: 1.3rem;
  }
}
.thuvien-section2__more-btn:hover {
  background: #8B4F3B;
  color: #fff;
}

.thuvien-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .thuvien-gallery {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .thuvien-gallery {
    gap: 1.5rem;
  }
}
.thuvien-gallery__item {
  position: relative;
  overflow: hidden;
}
.thuvien-gallery__item:nth-child(4n+1) {
  width: calc(67.7419354839% - 2rem);
  aspect-ratio: 840/410;
}
@media (max-width: 1280px) {
  .thuvien-gallery__item:nth-child(4n+1) {
    width: calc(67.7419354839% - 1rem);
  }
}
@media (max-width: 576px) {
  .thuvien-gallery__item:nth-child(4n+1) {
    width: calc(50% - 0.75rem);
    aspect-ratio: 1/1;
  }
}
.thuvien-gallery__item:nth-child(4n+2) {
  width: calc(32.2580645161% - 2rem);
  aspect-ratio: 400/410;
}
@media (max-width: 1280px) {
  .thuvien-gallery__item:nth-child(4n+2) {
    width: calc(32.2580645161% - 1rem);
  }
}
@media (max-width: 576px) {
  .thuvien-gallery__item:nth-child(4n+2) {
    width: calc(50% - 0.75rem);
    aspect-ratio: 1/1;
  }
}
.thuvien-gallery__item:nth-child(4n+3), .thuvien-gallery__item:nth-child(4n+4) {
  width: calc(50% - 2rem);
  aspect-ratio: 620/410;
}
@media (max-width: 1280px) {
  .thuvien-gallery__item:nth-child(4n+3), .thuvien-gallery__item:nth-child(4n+4) {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 576px) {
  .thuvien-gallery__item:nth-child(4n+3), .thuvien-gallery__item:nth-child(4n+4) {
    width: calc(50% - 0.75rem);
    aspect-ratio: 1/1;
  }
}
.thuvien-gallery__item a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.thuvien-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.thuvien-gallery__item:hover img {
  transform: scale(1.05);
}
.thuvien-gallery__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8.6rem 2.4rem 2.4rem;
  font-family: "SVN-Spyrel-Book.otf";
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 26px */
  background: linear-gradient(180deg, rgba(38, 21, 10, 0) 0%, rgba(38, 21, 10, 0.8) 100%);
}
@media (max-width: 1280px) {
  .thuvien-gallery__label {
    font-size: 1.6rem;
    padding: 6rem 1.6rem 2rem;
  }
}
@media (max-width: 576px) {
  .thuvien-gallery__label {
    padding: 4rem 1rem 1rem;
    font-size: 1.4rem;
  }
}

.thuvien-video {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .thuvien-video {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .thuvien-video {
    gap: 1.5rem;
  }
}
.thuvien-video__item {
  width: calc(50% - 2rem);
  aspect-ratio: 620/410;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .thuvien-video__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 576px) {
  .thuvien-video__item {
    width: calc(50% - 0.75rem);
    aspect-ratio: 1/1;
  }
}
.thuvien-video__item a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.thuvien-video__item > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.thuvien-video__item:hover > a > img {
  transform: scale(1.05);
}
.thuvien-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.thuvien-video__play img {
  width: 7.2rem;
  height: 7.2rem;
}
@media (max-width: 768px) {
  .thuvien-video__play img {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 576px) {
  .thuvien-video__play img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.thuvien-video__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8.6rem 2.4rem 2.4rem;
  font-family: "SVN-Spyrel-Book.otf";
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  background: linear-gradient(180deg, rgba(38, 21, 10, 0) 0%, rgba(38, 21, 10, 0.8) 100%);
  z-index: 1;
}
@media (max-width: 1280px) {
  .thuvien-video__label {
    font-size: 1.6rem;
    padding: 6rem 1.6rem 2rem;
  }
}
@media (max-width: 576px) {
  .thuvien-video__label {
    padding: 4rem 1rem 1rem;
    font-size: 1.4rem;
  }
}

.thuvien-doc {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .thuvien-doc {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .thuvien-doc {
    gap: 1.5rem;
  }
}
.thuvien-doc__item {
  width: calc(33.333% - 2.667rem);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .thuvien-doc__item {
    width: calc(33.333% - 1.334rem);
  }
}
@media (max-width: 576px) {
  .thuvien-doc__item {
    width: calc(50% - 0.75rem);
  }
}
.thuvien-doc__logo {
  aspect-ratio: 400/336;
  background: #d8d5cf80;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thuvien-doc__logo img {
  max-width: 60%;
  height: auto;
}
.thuvien-doc__download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  background: #A84424;
  text-decoration: none;
  transition: background 0.3s ease;
}
@media (max-width: 1280px) {
  .thuvien-doc__download {
    padding: 1.6rem 2.4rem;
  }
}
@media (max-width: 768px) {
  .thuvien-doc__download {
    padding: 1.6rem;
  }
}
@media (max-width: 576px) {
  .thuvien-doc__download {
    padding: 1rem 1rem 1rem;
  }
}
.thuvien-doc__download:hover {
  background: #86361d;
}
.thuvien-doc__download img {
  width: 1.6rem;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .thuvien-doc__download img {
    width: 1.3rem;
  }
}
.thuvien-doc__download--disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.thuvien-doc__name {
  color: #fff;
  font-family: "SVN-Spyrel-Book.otf";
  font-size: 2rem;
  font-weight: 300;
  line-height: 130%;
}
@media (max-width: 1280px) {
  .thuvien-doc__name {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .thuvien-doc__name {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .thuvien-doc__name {
    font-size: 1.4rem;
  }
}

.contact-page {
  background: #ECEBE7;
}
.contact-page .section2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 13.5rem 0 0;
}
@media (max-width: 1024px) {
  .contact-page .section2 {
    padding: 8rem 0 0;
  }
}
@media (max-width: 820px) {
  .contact-page .section2 {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .contact-page .section2 {
    padding: 5rem 0 0;
  }
}
.contact-page .section2 .decor {
  position: absolute;
  left: 0;
  bottom: -13.5rem;
  width: 20.5555555556%;
  max-width: 40%;
}
@media (max-width: 1024px) {
  .contact-page .section2 .decor {
    bottom: -12rem;
  }
}
@media (max-width: 820px) {
  .contact-page .section2 .decor {
    display: none;
  }
}
.contact-page .section2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13rem;
  background-color: rgba(196, 192, 182, 0.5);
}
@media (max-width: 1024px) {
  .contact-page .section2::before {
    height: 6rem;
  }
}
.contact-page .section2 .left {
  position: relative;
  flex: 1;
  padding: 0 2.7777777778% 0 8.3333333333%;
}
@media (max-width: 1024px) {
  .contact-page .section2 .left {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .contact-page .section2 .left {
    padding: 0 1.5rem;
  }
}
.contact-page .section2 .left .c-title {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .contact-page .section2 .left .c-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 820px) {
  .contact-page .section2 .left .c-title br {
    display: none;
  }
}
.contact-page .section2 .left .intro {
  margin-bottom: 1.6rem;
  display: flex;
  gap: 0.9rem;
}
.contact-page .section2 .left .intro .icon {
  width: 1.4rem;
}
.contact-page .section2 .left .intro .text {
  color: var(--Dark, #26150A);
  font-family: "Inter-VariableFont_opsz,wght.ttf", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.14px;
  transition: all 0.3s ease;
}
.contact-page .section2 .left .intro a:hover {
  text-decoration: underline;
}
.contact-page .section2 .right {
  position: relative;
  width: 63.8888888889%;
  line-height: 0;
}
@media (max-width: 820px) {
  .contact-page .section2 .right {
    width: calc(100% - 6rem);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .contact-page .section2 .right {
    width: calc(100% - 3rem);
  }
}
.contact-page .section2 .right svg {
  width: 100%;
  height: auto;
}
.contact-page .section2 .right svg .nhay {
  display: inline-block;
  animation: bounce 1s infinite ease-in-out;
}
.contact-page .section2 .right svg .line {
  stroke-dasharray: 15;
  stroke-width: 1px;
  animation: draw2 30s linear infinite;
}
.contact-page .section2 .right svg .line.line2 {
  animation: draw22 40s linear infinite;
}
.contact-page .section2 .right svg .line1 {
  stroke-dasharray: 15;
  stroke-width: 1px;
  animation: draw2 30s linear infinite;
}

.page-new-detail {
  position: relative;
  background: #ECEBE7;
}
.page-new-detail .decor {
  position: absolute;
  top: 8.7rem;
  left: 0;
  width: 17.9166666667%;
  max-width: 25.8rem;
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .page-new-detail .decor {
    top: 6rem;
    width: 11.1111111111%;
  }
}
@media (max-width: 576px) {
  .page-new-detail .decor {
    width: 13.8888888889%;
  }
}
.page-new-detail .wrap {
  position: relative;
  padding: 17rem 15.2777777778% 12.8rem;
}
@media (max-width: 1024px) {
  .page-new-detail .wrap {
    padding: 13rem 5.5555555556% 8rem;
  }
}
@media (max-width: 768px) {
  .page-new-detail .wrap {
    padding: 11rem 1.5rem 5rem;
  }
}
.page-new-detail .wrap .decor1 {
  position: absolute;
  bottom: -12rem;
  right: 0;
  width: 17.9166666667%;
  max-width: 25.8rem;
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .page-new-detail .wrap .decor1 {
    bottom: -8rem;
  }
}
@media (max-width: 576px) {
  .page-new-detail .wrap .decor1 {
    bottom: -5rem;
  }
}
.page-new-detail .wrap .date {
  color: var(--Dark, #26150A);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  margin-bottom: 2.4rem;
}
.page-new-detail .wrap .title {
  width: 84rem;
  max-width: 100%;
  margin: 0 auto 4rem !important;
  color: var(--Onge, #A84424);
  text-align: center;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 41.6px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-new-detail .wrap .title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .page-new-detail .wrap .title {
    font-size: 2.6rem;
    margin: 0 auto 3rem !important;
  }
}
.page-new-detail .content {
  background: rgba(216, 213, 207, 0.5);
  padding: 4rem 8rem;
}
@media (max-width: 768px) {
  .page-new-detail .content {
    background: transparent;
    padding: 0;
  }
}
.page-new-detail .content .the_content {
  text-align: justify;
  letter-spacing: 0.14px;
}
.page-new-detail .content .the_content p, .page-new-detail .content .the_content ul, .page-new-detail .content .the_content ol, .page-new-detail .content .the_content .wp-caption, .page-new-detail .content .the_content h2, .page-new-detail .content .the_content h3 {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .page-new-detail .content .the_content p, .page-new-detail .content .the_content ul, .page-new-detail .content .the_content ol, .page-new-detail .content .the_content .wp-caption, .page-new-detail .content .the_content h2, .page-new-detail .content .the_content h3 {
    margin-bottom: 1.5rem;
  }
}
.page-new-detail .content .the_content p:last-child, .page-new-detail .content .the_content ul:last-child, .page-new-detail .content .the_content ol:last-child, .page-new-detail .content .the_content .wp-caption:last-child, .page-new-detail .content .the_content h2:last-child, .page-new-detail .content .the_content h3:last-child {
  margin-bottom: 0;
}
.page-new-detail .content .the_content ul, .page-new-detail .content .the_content ol {
  padding-left: 2rem;
}
.page-new-detail .content .the_content ul li, .page-new-detail .content .the_content ol li {
  margin-bottom: 0.5rem;
}
.page-new-detail .content .the_content ul li:last-child, .page-new-detail .content .the_content ol li:last-child {
  margin-bottom: 0;
}
.page-new-detail .content .the_content ul li {
  list-style: disc;
}
.page-new-detail .content .the_content ol li {
  list-style: decimal;
}
.page-new-detail .content .the_content .wp-block-image,
.page-new-detail .content .the_content .wp-caption {
  width: calc(100% + 8rem) !important;
  max-width: calc(100% + 8rem) !important;
  margin: 2.4rem -4rem !important;
}
@media (max-width: 768px) {
  .page-new-detail .content .the_content .wp-block-image,
.page-new-detail .content .the_content .wp-caption {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.6rem 0 !important;
  }
}
.page-new-detail .content .the_content .wp-block-image img,
.page-new-detail .content .the_content .wp-caption img {
  margin: 0 auto 1.6rem;
  display: block;
  max-width: 100%;
}
@media (max-width: 768px) {
  .page-new-detail .content .the_content .wp-block-image img,
.page-new-detail .content .the_content .wp-caption img {
    margin: 0 auto 1rem;
  }
}
.page-new-detail .content .the_content .wp-block-image p, .page-new-detail .content .the_content .wp-block-image figcaption,
.page-new-detail .content .the_content .wp-caption p,
.page-new-detail .content .the_content .wp-caption figcaption {
  margin: 0;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .page-new-detail .content .the_content .wp-block-image p, .page-new-detail .content .the_content .wp-block-image figcaption,
.page-new-detail .content .the_content .wp-caption p,
.page-new-detail .content .the_content .wp-caption figcaption {
    padding-left: 0;
  }
}
.page-new-detail .content .the_content img {
  margin: 0 auto 2.4rem;
  display: block;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .page-new-detail .content .the_content img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .page-new-detail .content .the_content img {
    margin-bottom: 1.5rem;
  }
}
.page-new-detail .content .the_content h2, .page-new-detail .content .the_content h3, .page-new-detail .content .the_content strong {
  font-weight: 600;
}
.page-new-detail .content .the_content a {
  text-decoration: underline;
}
.page-new-detail .content .the_content table {
  width: 100%;
  border-collapse: collapse;
}
.page-new-detail .content .the_content table tr:first-child {
  background: #f5f5f5;
}
.page-new-detail .content .the_content table tr:first-child th, .page-new-detail .content .the_content table tr:first-child td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.page-new-detail .content .the_content table tr td {
  border: 1px solid #ddd;
  padding: 1rem;
}
.page-new-detail .content .share {
  margin: 2.4rem 0 0;
  padding-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--Dark, #26150A);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.14px;
  border-top: 1px solid rgba(38, 21, 10, 0.3);
}
.page-new-detail .content .share p {
  margin: 0;
}
.page-new-detail .content .share a svg {
  transition: all 0.3s ease;
}
.page-new-detail .content .share a:hover svg {
  opacity: 0.7;
}
.page-new-detail .other-news {
  padding: 0 5.5555555556% 12.8rem;
}
@media (max-width: 1024px) {
  .page-new-detail .other-news {
    padding: 0 3rem 8rem;
  }
}
@media (max-width: 768px) {
  .page-new-detail .other-news {
    padding: 0 0 5rem 1.5rem;
  }
}
.page-new-detail .other-news .page-title {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .page-new-detail .other-news .page-title {
    margin-bottom: 3rem;
    padding-right: 1.5rem;
  }
}
.page-new-detail .other-news .swiper .swiper-slide {
  height: auto;
}
.page-new-detail .other-news .swiper .swiper-slide .thumbnail {
  width: 100%;
  aspect-ratio: 400/460;
  line-height: 0;
  overflow: hidden;
}
.page-new-detail .other-news .swiper .swiper-slide .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.page-new-detail .other-news .swiper .swiper-slide h3 {
  color: var(--Dark, #26150A);
  text-align: justify;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin: 1.6rem 0 1.2rem;
  transition: all 0.3s ease;
}
.page-new-detail .other-news .swiper .swiper-slide .excerpt {
  color: rgba(38, 21, 10, 0.7);
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.page-new-detail .other-news .swiper .swiper-slide .date {
  margin: 0;
  color: rgba(38, 21, 10, 0.5);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-new-detail .other-news .swiper .swiper-slide:hover .thumbnail img {
  transform: scale(1.1);
}
.page-new-detail .other-news .swiper .swiper-slide:hover h3 {
  color: #A84424;
}

.page-news .wrap {
  background: #ECEBE7;
  padding: 12.8rem 5.5555555556% 12rem;
}
@media (max-width: 1024px) {
  .page-news .wrap {
    padding: 8rem 3rem;
  }
}
@media (max-width: 768px) {
  .page-news .wrap {
    padding: 5rem 1.5rem;
  }
}
.page-news .c-title {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .page-news .c-title {
    margin-bottom: 3rem;
  }
}
.page-news .news_special {
  position: relative;
}
.page-news .news_special .decor {
  position: absolute;
  bottom: -26%;
  right: -6.25%;
  width: 17.9166666667%;
  max-width: 25.8rem;
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .page-news .news_special .decor {
    right: -3rem;
  }
}
@media (max-width: 768px) {
  .page-news .news_special .decor {
    right: -1.5rem;
    bottom: -15%;
  }
}
.page-news .slide_new_special {
  background: var(--Onge, #A84424);
  margin-bottom: 12rem;
}
@media (max-width: 1024px) {
  .page-news .slide_new_special {
    margin-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .page-news .slide_new_special {
    margin-bottom: 5rem;
  }
}
.page-news .slide_new_special .swiper-slide {
  height: auto;
  display: flex;
}
@media (max-width: 768px) {
  .page-news .slide_new_special .swiper-slide {
    flex-direction: column;
  }
}
.page-news .slide_new_special .swiper-slide .text {
  width: 34.375%;
  padding: 4rem 3.125%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .page-news .slide_new_special .swiper-slide .text {
    padding: 2.4rem 1.5rem 2.4rem;
  }
}
@media (max-width: 768px) {
  .page-news .slide_new_special .swiper-slide .text {
    order: 2;
    width: 100%;
    padding-bottom: 7rem;
  }
}
.page-news .slide_new_special .swiper-slide .text .date {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1rem;
}
.page-news .slide_new_special .swiper-slide .text .title {
  display: block;
  color: var(--White, #FFF);
  text-align: justify;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 1.6rem;
}
@media (max-width: 1024px) {
  .page-news .slide_new_special .swiper-slide .text .title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .page-news .slide_new_special .swiper-slide .text .title {
    margin-bottom: 1.2rem;
  }
}
.page-news .slide_new_special .swiper-slide .text .title h3 {
  font-weight: 300;
}
.page-news .slide_new_special .swiper-slide .text .excerpt {
  color: var(--White, #FFF);
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.page-news .slide_new_special .swiper-slide .thumbnail {
  flex: 1;
  overflow: hidden;
  aspect-ratio: 840/585;
  line-height: 0;
  max-height: 58.5rem;
}
@media (max-width: 768px) {
  .page-news .slide_new_special .swiper-slide .thumbnail {
    order: 1;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.page-news .slide_new_special .swiper-slide .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.page-news .slide_new_special .swiper-slide:hover .thumbnail img {
  transform: scale(1.1);
}
.page-news .slide_new_special .news-nav {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 1.2rem;
  bottom: 4rem;
  left: 3.125%;
}
@media (max-width: 1024px) {
  .page-news .slide_new_special .news-nav {
    bottom: 2.4rem;
    left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .page-news .slide_new_special .news-nav {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-news .slide_new_special .news-nav-prev, .page-news .slide_new_special .news-nav-next {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
}
.page-news .slide_new_special .news-nav-prev svg, .page-news .slide_new_special .news-nav-next svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .page-news .slide_new_special .news-nav-prev, .page-news .slide_new_special .news-nav-next {
    width: 3rem;
    height: 3rem;
  }
}
.page-news .news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .page-news .news_list {
    gap: 2rem;
  }
}
.page-news .news_list .item_new_def {
  display: block;
  width: calc((100% - 8rem) / 3);
  background: rgba(216, 213, 207, 0.5);
}
@media (max-width: 768px) {
  .page-news .news_list .item_new_def {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 576px) {
  .page-news .news_list .item_new_def {
    width: 100%;
  }
}
.page-news .news_list .item_new_def .thumbnail {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 400/390;
  line-height: 0;
}
@media (max-width: 768px) {
  .page-news .news_list .item_new_def .thumbnail {
    aspect-ratio: 16/9;
  }
}
.page-news .news_list .item_new_def .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.page-news .news_list .item_new_def .text {
  padding: 1.6rem 2.4rem 2.4rem;
}
@media (max-width: 1024px) {
  .page-news .news_list .item_new_def .text {
    padding: 1.6rem 1.5rem 2.4rem;
  }
}
.page-news .news_list .item_new_def .text h3 {
  color: var(--Dark, #26150A);
  text-align: justify;
  font-family: "SVN-Spyrel-Light.otf";
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin: 0 0 1.2rem;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .page-news .news_list .item_new_def .text h3 {
    font-size: 1.8rem;
  }
}
.page-news .news_list .item_new_def .text .excerpt {
  color: #26150A;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.page-news .news_list .item_new_def .text .date {
  margin: 0;
  color: rgba(38, 21, 10, 0.7);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-news .news_list .item_new_def:hover .thumbnail img {
  transform: scale(1.1);
}
.page-news .news_list .item_new_def:hover .text h3 {
  color: #A84424;
}
.page-news .button_load_more {
  display: block;
  margin: 4rem auto 0;
  width: 18rem;
  height: 4.8rem;
  background: var(--Onge, #A84424);
  text-align: center;
  line-height: 4.8rem;
  color: var(--White, #FFF);
  font-family: "SVN-Spyrel-Medium.otf";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-news .button_load_more:hover {
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .page-news .button_load_more {
    width: 15rem;
    height: 4.2rem;
    line-height: 4.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
