@import url("../assets/font/1FTV-Akira-X/stylesheet.css");
@import url("../assets/font/font-ganh/stylesheet.css");
body {
  font-family: "Ganh", Times, serif;
  font-family: "Ganh", sans-serif;
  font-weight: 300;
  background-color: #181818;
  color: white;
}

:root {
  --pd: 28rem;
  --bg-ln: linear-gradient(
    90deg,
    #b57942 0%,
    #ffc88e 25%,
    #ffe0a1 50%,
    #ffc88e 75%,
    #b57942 100%
  );
}
@media screen and (max-width: 1200px) {
  :root {
    --pd: 10rem;
  }
}

.ss-pd-t-big {
  padding-top: 25rem;
}

.txt-linear {
  background: linear-gradient(90deg, #b57942 0%, #ffc88e 25%, #ffe0a1 50%, #ffc88e 75%, #b57942 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.bd-ln {
  position: relative;
}

.container-fluid {
  width: 100%;
  padding: 0 1.5rem;
  max-width: 132.4rem;
  margin: 0 auto;
}

.bd-ln::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px; /* thickness of the border */
  background: linear-gradient(90deg, #b57942 0%, #ffc88e 25%, #ffe0a1 50%, #ffc88e 75%, #b57942 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.rmk-title {
  font-family: "1FTV", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.rmk-title-120 {
  font-size: clamp(4rem, 3.557rem + 4.886vw, 12rem);
  line-height: 1;
}

.rmk-title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-title-48 {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-title-48 {
    font-size: 3.3rem;
  }
}
.rmk-title-48 {
  line-height: 1;
  display: block;
  width: fit-content;
}

.rmk-title-gr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rmk-title-gr .rmk-sub {
  margin-bottom: 1rem;
}
.rmk-title-gr .mona-content * {
  color: white;
}
.rmk-title-gr.center {
  text-align: center;
}

.rmk-sub {
  color: white;
  font-family: "1FTV", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.rmk-sub.center {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.rmk-about-scroll {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  color: white;
  margin-top: var(--gap);
}
.rmk-about-scroll .txt {
  text-transform: uppercase;
}

.rmk-about-bn {
  position: relative;
  --gap: 28rem;
}
@media screen and (min-width: 1201px) {
  .rmk-about-bn {
    min-height: 100vh;
  }
}
@media screen and (max-width: 1200px) {
  .rmk-about-bn {
    --gap: 10rem;
  }
}
.rmk-about-bn .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rmk-about-bn .bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #181818 0%, rgba(24, 24, 24, 0) 25%), linear-gradient(180deg, rgba(24, 24, 24, 0) 58.97%, #1e1e1e 79.31%);
  opacity: 0.75;
}
.rmk-about-bn .bg img,
.rmk-about-bn .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rmk-about-bn__content {
  text-align: center;
  padding: var(--gap) 0;
}
.rmk-about-bn__tt {
  font-size: clamp(9rem, 5.3355rem + 7.329vw, 18rem);
  font-family: "1FTV", sans-serif;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.15);
  -webkit-text-stroke: 0.1rem #999999;
  line-height: 1;
}
.rmk-about-bn__sub {
  font-size: 4.2rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-about-bn__sub {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-about-bn__sub {
    font-size: 2.7rem;
  }
}
.rmk-about-bn__sub {
  font-weight: 300;
}
.rmk-about-bn__des {
  color: white;
  font-weight: 300;
}

.rmk-about-bread {
  position: relative;
}
.rmk-about-bread .bg {
  position: absolute;
  aspect-ratio: 1;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.rmk-about-bread .bg-top {
  position: absolute;
  aspect-ratio: 1728/945;
  width: 100%;
  mix-blend-mode: lighten;
  opacity: 0.1;
}
.rmk-about-bread .bg-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rmk-about-bread .bg-bot {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: lighten;
}
.rmk-about-bread .bg-bot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rmk-about-bread__list {
  --gap: 2.4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gap);
}
.rmk-about-bread__link {
  color: #5f6365;
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-about-bread__link {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-about-bread__link {
    font-size: 3.3rem;
  }
}
.rmk-about-bread__link {
  font-weight: 300;
}
.rmk-about-bread__link::after {
  content: "/";
  background: linear-gradient(90deg, #b57942 0%, #ffc88e 25%, #ffe0a1 50%, #ffc88e 75%, #b57942 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline;
  margin-left: var(--gap);
}
.rmk-about-bread__link:first-child::before {
  content: "/";
  background: linear-gradient(90deg, #b57942 0%, #ffc88e 25%, #ffe0a1 50%, #ffc88e 75%, #b57942 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline;
  margin-right: var(--gap);
}
.rmk-about-bread__link {
  transition: 0.4s;
}
@media (hover: hover) {
  .rmk-about-bread__link:hover {
    color: white;
  }
}
.rmk-about-bread__link.active {
  color: white;
}

.rmk-about-ceo {
  padding-top: var(--pd);
  position: relative;
}
.rmk-about-ceo::after {
  content: "";
  position: absolute;
  aspect-ratio: 407/943;
  width: 20vw;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background-image: url("../assets/images/rmk-glow-left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rmk-about-ceo__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.rmk-about-ceo__head .rmk-sub {
  transform: translateY(-1em);
}
.rmk-about-ceo__flex {
  display: flex;
  --mg-a: 5vw;
}
.rmk-about-ceo__model {
  width: 42.8rem;
  flex-shrink: 0;
  margin-top: calc(-1 * var(--mg-a) / 1.5);
}
.rmk-about-ceo__model .img {
  width: 100%;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
  mask-composite: intersect;
}
.rmk-about-ceo__model .img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.rmk-about-ceo__content {
  display: flex;
  gap: 1rem;
  padding-top: var(--mg-a);
  flex: 1;
}
.rmk-about-ceo__content .icon {
  aspect-ratio: 77/64;
  width: 7.7rem;
  flex-shrink: 0;
}
.rmk-about-ceo__content .mona-content {
  margin-top: 2rem;
}
.rmk-about-ceo__content .mona-content blockquote {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.rmk-about-ceo__content .mona-content blockquote * {
  margin: 0.1em;
}
.rmk-about-ceo__content .mona-content blockquote::before {
  display: none;
}
.rmk-about-ceo__content .mona-content blockquote em {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-about-ceo__content .mona-content blockquote em {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-about-ceo__content .mona-content blockquote em {
    font-size: 1.9rem;
  }
}
.rmk-about-ceo__content .mona-content blockquote em {
  font-style: italic;
  font-weight: 400;
}
.rmk-about-ceo__content .mona-content blockquote p {
  font-style: unset;
}
.rmk-about-ceo__content .mona-content blockquote .name {
  text-transform: uppercase;
  font-family: "1FTV", sans-serif;
  margin-top: 0.5em;
}
.rmk-about-ceo__content .mona-content blockquote .role {
  margin-bottom: 1.5em;
}
.rmk-about-ceo__content .mona-content * {
  color: white;
}
@media screen and (max-width: 920px) {
  .rmk-about-ceo__flex {
    flex-direction: column;
  }
  .rmk-about-ceo__model {
    width: 100%;
  }
  .rmk-about-ceo__model .img {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
  .rmk-about-ceo__content {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .rmk-about-ceo__model {
    margin-top: 0;
  }
  .rmk-about-ceo__head {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 2.4rem;
  }
}

.rmk-about-power__circles {
  display: flex;
}
.rmk-about-power__circle {
  flex: 1;
}
.rmk-about-power__circle .inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  overflow: hidden;
  border-radius: 100rem !important;
}
.rmk-about-power__circle .inner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/images/rmk-bubbles.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
  opacity: 0;
}
.rmk-about-power__circle .inner::before {
  border-radius: inherit;
  transition: 0.4s;
}
.rmk-about-power__circle .inner .tt {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-about-power__circle .inner .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-about-power__circle .inner .tt {
    font-size: 1.7rem;
  }
}
.rmk-about-power__circle .inner .tt {
  text-transform: uppercase;
  font-family: "1FTV", sans-serif;
  line-height: 1;
}
.rmk-about-power__circle .inner .mona-content {
  max-height: 0rem;
  transition: 0.4s;
  overflow: hidden;
}
.rmk-about-power__circle .inner .mona-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rmk-about-power__circle .inner {
  cursor: pointer;
}
@media (hover: hover) {
  .rmk-about-power__circle .inner:hover .mona-content {
    max-height: 20rem;
  }
}
.rmk-about-power__circle:nth-child(2) {
  margin: 0 -7%;
  z-index: 3;
  position: relative;
}
.rmk-about-power__circle:nth-child(2) .inner {
  background-color: black;
}
.rmk-about-power__circle:nth-child(2) .inner::after {
  opacity: 1;
}
.rmk-about-power__circle:nth-child(2) .inner::before {
  background: white;
  z-index: 3;
}
.rmk-about-power__circle:nth-child(3) {
  opacity: 0.5;
}
@media (hover: hover) {
  .rmk-about-power__circle:hover {
    z-index: 5;
  }
  .rmk-about-power__circle:hover .inner {
    background-color: black;
  }
  .rmk-about-power__circle:hover .inner::after {
    opacity: 1;
  }
  .rmk-about-power__circle:hover .inner::before {
    background: white;
    z-index: 3;
  }
}
@media screen and (max-width: 700px) {
  .rmk-about-power__circles {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rmk-about-power__circle {
    width: 50%;
    flex: unset;
  }
  .rmk-about-power__circle:nth-child(2) {
    margin: 0;
    margin-left: -5%;
  }
  .rmk-about-power__circle:nth-child(3) {
    margin-top: -15%;
  }
  .rmk-about-power__circle .inner .tt {
    font-size: 1.2rem;
  }
}

.rmk-about-jour {
  --half: calc((100vw - 123rem) / 2);
  position: relative;
}
.rmk-about-jour .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.rmk-about-jour .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rmk-about-jour .swiper-control {
  transform: translateY(-1em);
}
.rmk-about-jour .swiper-control-btn {
  background-color: transparent !important;
  border: none !important;
}
.rmk-about-jour .recontainer {
  width: calc(100vw - (100vw - 123rem) / 2);
  margin-left: auto;
  padding-right: var(--half);
  overflow: hidden;
  padding-top: 0.7rem;
  position: relative;
}
.rmk-about-jour .recontainer::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  height: 0.1rem;
  width: 100%;
  top: 0.7rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .rmk-about-jour .recontainer {
    width: 100%;
    padding: 0 1.5rem;
    padding-top: 0.7rem;
  }
}
.rmk-about-jour .swiper {
  overflow: visible;
}
.rmk-about-jour .swiper .swiper-wrapper .swiper-slide {
  width: 33.3333333333%;
  overflow: visible;
}
@media screen and (max-width: 700px) {
  .rmk-about-jour .swiper .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
.rmk-about-jour__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 20%;
  background-color: #181818;
  position: relative;
  height: 100%;
}
.rmk-about-jour__item::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  width: 1.4rem;
  border-radius: 100rem;
  background-color: white;
  transform: translateY(-45%);
  top: 0;
  left: 18%;
}
.rmk-about-jour__item .box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  opacity: 0.5;
  transition: 0.4s;
  height: 100%;
}
.rmk-about-jour__item .light {
  aspect-ratio: 1;
  width: 50%;
  mix-blend-mode: lighten;
  margin-bottom: 1rem;
  opacity: 0;
}
.rmk-about-jour__item .light img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rmk-about-jour__item .year {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-about-jour__item .year {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-about-jour__item .year {
    font-size: 3.3rem;
  }
}
.rmk-about-jour__item .year {
  line-height: 1;
}
.rmk-about-jour__item .img {
  margin-top: auto;
}
.rmk-about-jour__item .img-inner {
  display: block;
  padding-top: calc(213 / 290 * 100%);
  position: relative;
  overflow: hidden;
}
.rmk-about-jour__item .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .rmk-about-jour__item:hover::after {
    opacity: 0;
  }
  .rmk-about-jour__item:hover .light {
    opacity: 1;
  }
  .rmk-about-jour__item:hover .box {
    opacity: 1;
    height: 100%;
  }
  .rmk-about-jour__item:hover .box .img {
    margin-top: auto;
  }
}
@media screen and (max-width: 1200px) {
  .rmk-about-jour__item {
    padding-right: 0;
  }
  .rmk-about-jour__item .light {
    display: none;
  }
  .rmk-about-jour__item .box {
    gap: 1rem;
    margin-top: 2.4rem;
    opacity: 1;
  }
  .rmk-about-jour__item::after {
    left: 50%;
    transform: translateX(50%) translateY(-45%);
  }
}
@media screen and (max-width: 1200px) {
  .rmk-about-jour .rows {
    margin: 0 -0.8rem;
  }
  .rmk-about-jour .col {
    padding: 0 0.8rem;
  }
}

.rmk-about-future {
  position: relative;
}
.rmk-about-future::after {
  content: "";
  position: absolute;
  aspect-ratio: 359/943;
  width: 15%;
  top: 10%;
  background-image: url("../assets/images/rmk-glow-left-small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.rmk-about-future {
  --gap: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .rmk-about-future {
    --gap: 1.2rem;
  }
}
.rmk-about-future .rows {
  margin: calc(-1 * var(--gap) / 2);
  display: flex;
  flex-wrap: wrap;
}
.rmk-about-future .rows .col {
  padding: calc(var(--gap) / 2);
}
.rmk-about-future__list .col {
  width: 33.3333333333%;
}
.rmk-about-future__list .col:nth-child(2) .inner .info {
  bottom: unset;
  top: 0;
}
@media screen and (max-width: 700px) {
  .rmk-about-future__list .col {
    width: 50%;
  }
  .rmk-about-future__list .col:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .rmk-about-future__list .col {
    width: 100%;
  }
  .rmk-about-future__list .col:nth-child(2) .inner .info {
    top: unset;
    bottom: 0;
  }
}
.rmk-about-future__item {
  height: 100%;
}
.rmk-about-future__item .inner {
  position: relative;
  height: 100%;
}
.rmk-about-future__item .inner .img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.rmk-about-future__item .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rmk-about-future__item .inner .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10%;
}
.rmk-about-future__item .inner .info-tt {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-about-future__item .inner .info-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-about-future__item .inner .info-tt {
    font-size: 2.2rem;
  }
}
.rmk-about-future__item .inner .info-tt {
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .rmk-about-future__item .inner .info-tt {
    font-size: 1.8rem;
  }
  .rmk-about-future__item .inner .info-des {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 700px) {
  .rmk-about-future__item .inner .info {
    padding: 2rem;
  }
}
.rmk-about-future {
  position: relative;
}
.rmk-about-future::after {
  content: "";
  position: absolute;
  aspect-ratio: 359/943;
  width: 15%;
  top: 10%;
  background-image: url("../assets/images/rmk-glow-left-small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.rmk-about-future {
  --gap: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .rmk-about-future {
    --gap: 1.2rem;
  }
}
.rmk-about-future .rows {
  margin: calc(-1 * var(--gap) / 2);
  display: flex;
  flex-wrap: wrap;
}
.rmk-about-future .rows .col {
  padding: calc(var(--gap) / 2);
}
.rmk-about-future__list .col {
  width: 33.3333333333%;
}
.rmk-about-future__list .col:nth-child(2) .inner .info {
  bottom: unset;
  top: 0;
}
@media screen and (max-width: 700px) {
  .rmk-about-future__list .col {
    width: 50%;
  }
  .rmk-about-future__list .col:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .rmk-about-future__list .col {
    width: 100%;
  }
  .rmk-about-future__list .col:nth-child(2) .inner .info {
    top: unset;
    bottom: 0;
  }
}
.rmk-about-future__item {
  height: 100%;
}
.rmk-about-future__item .inner {
  position: relative;
  height: 100%;
}
.rmk-about-future__item .inner .img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.rmk-about-future__item .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rmk-about-future__item .inner .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10%;
}
.rmk-about-future__item .inner .info-tt {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-about-future__item .inner .info-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-about-future__item .inner .info-tt {
    font-size: 2.2rem;
  }
}
.rmk-about-future__item .inner .info-tt {
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .rmk-about-future__item .inner .info-tt {
    font-size: 1.8rem;
  }
  .rmk-about-future__item .inner .info-des {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 700px) {
  .rmk-about-future__item .inner .info {
    padding: 2rem;
  }
}

.rmk-about-contact {
  position: relative;
  overflow: hidden;
}
.rmk-about-contact .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rmk-about-contact .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rmk-about-contact__content {
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 27.7777777778vw;
  text-align: center;
  gap: 1rem;
}
.rmk-about-contact__content .rmk-btn {
  margin-top: 2.4rem;
}
.rmk-about-contact__tt {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-about-contact__tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-about-contact__tt {
    font-size: 2.7rem;
  }
}
.rmk-about-contact__tt {
  font-family: "1FTV", sans-serif;
}
.rmk-about-contact {
  position: relative;
  overflow: hidden;
}
.rmk-about-contact .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rmk-about-contact .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rmk-about-contact__content {
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 27.7777777778vw;
  text-align: center;
  gap: 1rem;
}
.rmk-about-contact__content .rmk-btn {
  margin-top: 2.4rem;
}
.rmk-about-contact__tt {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-about-contact__tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-about-contact__tt {
    font-size: 2.7rem;
  }
}
.rmk-about-contact__tt {
  font-family: "1FTV", sans-serif;
}

.rmk-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  border-radius: 100rem;
  background: var(--bg-ln);
  padding: 0 2.4rem;
  transition: 0.4s;
  box-shadow: 0px 0px 0rem 0.4rem rgba(255, 255, 255, 0.24);
}
.rmk-btn .txt {
  color: #181818;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-btn .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-btn .txt {
    font-size: 1.5rem;
  }
}
.rmk-btn .txt {
  font-weight: 400;
  text-transform: uppercase;
}
@media (hover: hover) {
  .rmk-btn:hover {
    transform: scale(1.05);
  }
}
.rmk-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  border-radius: 100rem;
  background: var(--bg-ln);
  padding: 0 2.4rem;
  transition: 0.4s;
  box-shadow: 0px 0px 0rem 0.4rem rgba(255, 255, 255, 0.24);
}
.rmk-btn .txt {
  color: #181818;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .rmk-btn .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .rmk-btn .txt {
    font-size: 1.5rem;
  }
}
.rmk-btn .txt {
  font-weight: 400;
  text-transform: uppercase;
}
@media (hover: hover) {
  .rmk-btn:hover {
    transform: scale(1.05);
  }
}

.rmk-title-gr {
  gap: 3rem;
}
.rmk-title-gr .rmk-sub {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
  .rmk-title-gr {
    gap: 1rem;
  }
  .rmk-title-gr .rmk-sub {
    margin-bottom: 0;
  }
}

.mapab {
  position: relative;
  z-index: 1;
}
.mapab-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.mapab-bg img {
  width: 100%;
  display: block;
}
.mapab-inner {
  position: fixed;
  inset: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(42.61px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.mapab-inner.active {
  opacity: 1;
  visibility: visible;
}
.mapab-tabPanel {
  position: absolute;
  --wh: 10rem;
  --pad: 4rem;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  width: 100rem;
  max-width: 90%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .mapab-tabPanel {
    --wh: 6rem;
    --pad: 2.4rem;
  }
}
.mapab-tabPanel::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: calc(100% - 0.2rem);
  height: calc(100% - var(--pad) - var(--wh) / 2);
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(42.61px);
  z-index: -1;
  border: 0.1rem solid rgba(255, 255, 255, 0.7);
}
.mapab-tabPanel.active {
  opacity: 1;
  visibility: visible;
}
.mapab-tabPanel .closeMap {
  position: absolute;
  top: calc(var(--wh) / 2 + var(--pad));
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  transform: translate(50%, -50%);
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.1rem solid #fff;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  backdrop-filter: blur(42.61px);
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .mapab-tabPanel .closeMap:hover {
    transform: translate(50%, -50%) rotate(180deg);
  }
}
.mapab-img {
  width: 100%;
}
.mapab-img .inner {
  width: 100%;
}
.mapab-img .inner svg {
  width: 100%;
}
.mapab-slider .swiper-slide .mapab-quote img {
  transform: scale(0);
  transition: all 0.6s ease;
}
.mapab-slider .swiper-slide .mapab-item .mapab-info .name,
.mapab-slider .swiper-slide .mapab-item .mapab-info .txt,
.mapab-slider .swiper-slide .mapab-item .mona-content,
.mapab-slider .swiper-slide .mapab-item .tt {
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.6s ease;
}
.mapab-slider .swiper-slide-active .mapab-quote img {
  transform: scale(1);
}
.mapab-slider .swiper-slide-active .mapab-item .mapab-info .name,
.mapab-slider .swiper-slide-active .mapab-item .mapab-info .txt,
.mapab-slider .swiper-slide-active .mapab-item .mona-content,
.mapab-slider .swiper-slide-active .mapab-item .tt {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--delay);
}
.mapab-slider .swiper-slide-active .tt {
  --delay: .2s;
}
.mapab-slider .swiper-slide-active .mona-content {
  --delay: .4s;
}
.mapab-slider .swiper-slide-active .mapab-info .name {
  --delay: .6s;
}
.mapab-slider .swiper-slide-active .mapab-info .txt {
  --delay: .8s;
}
.mapab-item {
  position: relative;
  padding: var(--pad);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .mapab-item {
    gap: 0.8rem;
  }
}
.mapab-item .tt {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mapab-item .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mapab-item .tt {
    font-size: 1.6rem;
  }
}
.mapab-item .tt {
  text-transform: uppercase;
}
.mapab-item .mona-content {
  max-width: 57rem;
}
.mapab-item .mapab-info {
  max-width: 30rem;
}
.mapab-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: center;
  align-items: center;
}
.mapab-info .name {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mapab-info .name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mapab-info .name {
    font-size: 1.6rem;
  }
}
.mapab-info .name {
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--font-title);
}
.mapab-info .txt {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mapab-info .txt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mapab-info .txt {
    font-size: 1.6rem;
  }
}
.mapab-info .txt {
  font-weight: 300;
}
.mapab-quote {
  width: var(--wh);
  height: var(--wh);
  flex-shrink: 0;
}
.mapab-quote img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.mapab-ctrols {
  position: absolute;
  bottom: var(--pad);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 34rem;
  gap: 1.2rem;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .mapab-ctrols {
    width: calc(100% + 3.2rem);
    top: calc(50% + 1.6rem);
    transform: translate(-50%, -50%);
  }
}
.mapab-tabBtn {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mapab-tabBtn:hover {
    fill: #ECD46B;
  }
}
.mapab-tabBtn.active {
  fill: #ECD46B;
}
.mapab-points-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.mapab-point {
  position: absolute;
  pointer-events: auto;
}
@media screen and (max-width: 1000px) {
  .mapab-point {
    pointer-events: none;
  }
}
.mapab-point .ic {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #181818;
  min-width: 1.2rem;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .mapab-point .ic {
    min-width: 0.8rem;
  }
}
.mapab-point .ic::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100%;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  animation: pointmap 2s infinite;
  z-index: -1;
}
.mapab-point .ic::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100%;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6);
  animation: pointmap 2s ease infinite;
  animation-delay: 1s;
  z-index: -1;
}
@keyframes pointmap {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.mapab-point .desc {
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  background-color: #181818;
  color: #fff;
  position: absolute;
  bottom: calc(100% + 0.4rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 1.2rem;
}
@media screen and (max-width: 100px) {
  .mapab-point .desc {
    display: none;
  }
}
@media (hover: hover) {
  .mapab-point:hover .ic::before, .mapab-point:hover .ic::after {
    animation-play-state: paused;
  }
  .mapab-point:hover .desc {
    opacity: 1;
    visibility: visible;
  }
}

.swiper-btn {
  --wbtn: 3.2rem;
  width: var(--wbtn);
  height: var(--wbtn);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.3s ease;
  border-radius: 100%;
  border: 0.1rem solid transparent;
  cursor: pointer;
}
.swiper-btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-btn.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper-btn img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}
@media (hover: hover) {
  .swiper-btn:hover {
    border-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 1000px) {
  .swiper-btn {
    border-color: #fff;
    background-color: #fff;
  }
  .swiper-btn img {
    width: 50%;
    height: 50%;
  }
}

/*# sourceMappingURL=rmk-about.css.map */
