@charset "UTF-8";
@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/wow/animate.min.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/slick/slick.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/wow/animate.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../js/library/fullpage/fullpage.min.css");
@import url("../js/library/splitting/splitting.css");
@import url("../assets/font/SVN-Gotham/stylesheet.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/Fester/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mona-content strong,
.mona-content b {
  font-weight: bold;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.mona-content h1 {
  font-size: 1.7em;
}
.mona-content h2 {
  font-size: 1.6em;
}
.mona-content h3 {
  font-size: 1.25em;
}
.mona-content h4 {
  font-size: 1.125em;
}
.mona-content h5 {
  font-size: 1em;
}
.mona-content h6 {
  font-size: 0.85em;
}
.mona-content p {
  margin: 1em 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}
.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 80%;
  }
}

body {
  font-family: "SVN-Gotham", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
  color: #404040;
  overflow: hidden/auto;
}

a {
  text-decoration: none;
}

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "SVN-Gotham", sans-serif;
}

.main {
  min-height: 68vh;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-second {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 5.6rem;
}
@media screen and (max-width: 1200px) {
  .container-second {
    padding: 0 1.5rem;
  }
}

.over {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.over::-webkit-scrollbar {
  display: none;
}

.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

iframe {
  vertical-align: middle;
}

.wow {
  animation-duration: 1s;
}

.load-item {
  display: none;
}

.show-hide-toggle {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.dnor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 0 -1.5rem;
  margin-bottom: -1.5rem;
  flex-wrap: wrap;
}
.dnor-item {
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}

.dsmall {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  margin-bottom: -2.4rem;
}
.dsmall-item {
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}

.dmini {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-bottom: -1rem;
}
.dmini-item {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

@-moz-keyframes phoneRing {
  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);
  }
}
@-webkit-keyframes phoneRing {
  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 phoneRing {
  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 phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-35deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(35deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-35deg) scale(1.1) skew(1deg);
  }
  40% {
    transform: rotate(35deg) scale(1.1) skew(1deg);
  }
  50% {
    transform: rotate(-35%) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(35%) scale(1) skew(1deg);
  }
  70% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ZoomIn {
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes SpinnerAbout {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes SpinnerAbout {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes menuAni {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes txtAniUp {
  0% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes txtAniRight {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes txtAniLeft {
  0% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes txtAniDown {
  0% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes txtAniOpa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(30rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-30rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes slideDownOut {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.back-to-top {
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  background-color: #000000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 1.5rem;
  }
}
.back-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.back-to-top .triangle {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom: 6px solid #fff;
  margin-top: -6px;
  border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
  animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
  animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
  animation: BTT 1.5s linear 0s infinite;
}
@media only screen and (min-width: 901px) {
  .back-to-top:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

[data-aos=fade-up-cus] {
  transform: translate(0, 2rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-up-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-down-cus] {
  transform: translate(0, -2rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-down-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-left-cus] {
  transform: translate(2rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-left-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-right-cus] {
  transform: translate(-2rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-right-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

.header-nav .menu-nav {
  height: 100%;
}
.header-nav .menu-nav > .menu-list {
  height: 100%;
  justify-content: center;
}
.header-nav .menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
  margin-left: 5.6rem;
}
.header-nav .menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.2rem;
  background-color: #404040;
  width: 0;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.header-nav .menu-nav > .menu-list > .menu-item:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 1rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-nav > .menu-list > .menu-item:hover::before {
    width: 100%;
  }
}
.header-nav .menu-nav > .menu-list > .menu-item:hover .mega {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-nav .menu-nav > .menu-list > .menu-item:hover .mega-overlay {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #404040;
  font-weight: 400;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_item::before, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item::before {
  width: 100%;
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
  top: calc(100% + 1rem);
}
.header-nav .menu-nav > .menu-list > .menu-item:has(.current_page_item)::before {
  width: 100%;
}
.header-nav .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav .menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a {
  font-weight: 700;
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a > i {
  color: white;
}
.header-nav .menu-item .menu-link {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.header-nav .menu-item .menu-link i {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.header-nav .menu-item > .menu-link {
  color: white;
  font-weight: 300;
  display: block;
  font-size: 1.4rem;
}
.header-nav .menu-item > .menu-link > i {
  display: none;
  font-weight: 400;
  margin-left: 0.8rem;
  margin-bottom: -0.2rem;
}
.header-nav .menu-item.dropdown > a > i {
  display: inline-block;
}
.header-nav .menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 25rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #404040;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.header-nav .menu-item > .menu-list:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  border-top: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-bottom: 0.4rem solid #404040;
  border-left: 0.4rem solid #404040;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item > .menu-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 5px);
  }
}
.header-nav .menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item > .menu-list > .menu-item:hover::after {
    opacity: 1;
  }
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link {
  padding: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link > i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}

.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a, .mobile-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: #E5C541;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
  display: none;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:nth-child(1) {
  animation-delay: 0.8s !important;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:nth-child(2) {
  animation-delay: 0.9s !important;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:nth-child(3) {
  animation-delay: 1s !important;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:nth-child(4) {
  animation-delay: 1.1s !important;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:nth-child(5) {
  animation-delay: 1.2s !important;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:nth-child(6) {
  animation-delay: 1.3s !important;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:nth-child(7) {
  animation-delay: 1.4s !important;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:nth-child(8) {
  animation-delay: 1.5s;
}
.mobile-nav .menu-item {
  text-align: center;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: flex;
}
.mobile-nav .menu-item.active > a > i {
  transform: rotate(180deg);
}
.mobile-nav .menu-item a {
  position: relative;
  padding: 1.2rem;
}
.mobile-nav .menu-item a i {
  width: 2rem;
  height: 2rem;
  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;
  font-size: 1.6rem;
  font-weight: 300;
  display: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  margin-left: 0.8rem;
  margin-bottom: -0.4rem;
}
.mobile-nav .menu-item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: white;
  font-weight: 500;
}
.mobile-nav .menu-item > .menu-list {
  display: none;
  position: relative;
}
.mobile-nav .menu-item > .menu-list::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-item > .menu-list > .menu-item.current-menu-item > a, .mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: #E5C541;
}
.mobile-nav .menu-item.current_page_item > a, .mobile-nav .menu-item.current-menu-item > a, .mobile-nav .menu-item:has(.current-menu-item) > a {
  color: #E5C541;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(35, 31, 32, 0.3);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(32, 31, 32, 0.5);
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: white;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  padding: 0 7.2rem;
  height: 12rem;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
@media screen and (max-width: 1199px) {
  .header {
    padding: 0 1.5rem;
    height: 6rem;
    background-color: #1a1a1a;
  }
}
.header.sticky {
  height: 6rem;
}
.header.trans, .header.black {
  position: fixed;
  background-color: transparent;
  box-shadow: none;
}
.header.trans::before, .header.black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform-origin: top;
  height: 100%;
  transform: scaleY(0);
}
@media screen and (max-width: 1200px) {
  .header.trans::before, .header.black::before {
    background-color: #231F20;
  }
}
.header.trans.sticky::before, .header.black.sticky::before {
  transform: scaleY(1);
}
.header.trans:not(.sticky), .header.black:not(.sticky) {
  background-color: transparent;
  box-shadow: none;
}
.header.trans:not(.sticky) .header-nav > .menu-nav > .menu-list > .menu-item::before, .header.black:not(.sticky) .header-nav > .menu-nav > .menu-list > .menu-item::before {
  background-color: white;
}
.header.trans:not(.sticky) .header-nav > .menu-nav > .menu-list > .menu-item > .menu-link, .header.black:not(.sticky) .header-nav > .menu-nav > .menu-list > .menu-item > .menu-link {
  color: white;
}
.header.trans:not(.sticky) .header-language-link, .header.black:not(.sticky) .header-language-link {
  color: white;
}
.header.trans:not(.sticky) .header-search-icon img,
.header.trans:not(.sticky) .custom-logo-link img, .header.black:not(.sticky) .header-search-icon img,
.header.black:not(.sticky) .custom-logo-link img {
  filter: brightness(0) invert(1);
}
.header.black {
  height: 6rem;
}
.header.black::before {
  background-color: #231F20;
  transform: scaleY(1);
}
.header.white {
  height: 6rem;
  position: fixed;
}
.header.white::before {
  transform: scaleY(1);
}
.header-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
}
.header-mid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .header-mid {
    margin-left: auto;
    margin-right: 1.6rem;
  }
}
.header-logo {
  display: block;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  overflow: hidden;
}
.header-logo.is-inview .custom-logo-link {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-logo .custom-logo-link {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (max-width: 1199px) {
  .header-logo .custom-logo-link {
    width: 9.9rem;
  }
  .header-logo .custom-logo-link img {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 1199px) {
  .header-nav {
    display: none;
  }
}
.header-search-icon {
  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;
  margin-left: 5.6rem;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .header-search-icon {
    margin-left: 0;
  }
}
.header-search-icon img {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .header-search-icon img {
    filter: brightness(0) invert(1);
  }
}
.header-language {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-language-item {
  position: relative;
  top: -0.2rem;
}
.header-language-item:not(:first-child) {
  margin-left: 1.6rem;
}
.header-language-item.active::before {
  width: 100%;
}
.header-language-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.2rem;
  background-color: #E5C541;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  width: 0;
}
@media screen and (min-width: 1200px) {
  .header-language-item:hover:not(.active)::before {
    width: 100%;
  }
}
.header-language-link {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .header-language-link {
    color: white;
    font-size: 1.2rem;
  }
}

.custom-logo-link {
  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;
  width: 14.9rem;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.footer {
  background-color: #231F20;
  overflow: hidden;
}
.footer-side-left {
  width: 40%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-side-left {
    width: 100%;
  }
}
.footer-side-right {
  width: 66.6666666667%;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .footer-side-right {
    width: 100%;
  }
}
.footer-map {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 500px) {
  .footer-map {
    width: 100%;
  }
}
.footer-map-inner {
  display: block;
  padding-top: calc((810 / 384) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .footer-map-inner {
    padding-top: 105.46875%;
    width: 50%;
    margin: 0 auto;
  }
}
.footer-map-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-block:not(:last-child) {
  margin-bottom: 3.2rem;
}
.footer-block:last-child {
  margin-top: auto;
}
.footer-ct-name {
  font-size: 1.4rem;
  color: #797979;
  font-weight: 700;
}
.footer-ct-link {
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
}
@media (hover: hover) {
  .footer-ct-link:hover {
    color: #E5C541;
  }
}
.footer-ct-wrap .txt-ani {
  display: block;
}
.footer-text {
  color: #797979;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer-form {
  position: relative;
}
.footer-form.is-inview::before {
  width: 0;
}
.footer-form-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem;
  border-radius: 10rem;
  background-color: #131313;
}
.footer-form-wrap input {
  flex: 1;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: middle;
  padding: 0 1.6rem 0 2.4rem;
  margin-top: -0.3rem;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
}
.footer-form-wrap input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-form-wrap input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-form-wrap .wpcf7-form-control-wrap {
  display: block;
}
.footer-form-wrap .wpcf7-form-control-wrap input {
  display: block;
}
.footer-form-btn {
  background-color: #404040;
  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;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  flex-shrink: 0;
}
.footer-form-btn i {
  color: white;
  font-weight: 300;
}
.footer-bot {
  padding: 4rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 500px) {
  .footer-bot {
    padding: 2.4rem 0;
  }
}
.footer-bot-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer .custom-logo-link {
    width: 9.9rem;
  }
}
.footer .custom-logo-link img {
  filter: brightness(0) invert(1);
}
.footer-map {
  --distance: 3rem;
}
@media screen and (max-width: 1200px) {
  .footer-map {
    --distance: 1.5rem;
  }
}
@media screen and (min-width: 501px) {
  .footer-map-dot {
    display: none;
  }
}
.footer-map-dot span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100rem;
  background-color: white;
  z-index: 2;
  position: absolute;
  flex-shrink: 0;
}
.footer-map-dot span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: white;
  animation: markerAni 2s ease-in-out forwards infinite;
}
.footer-map-dot span:nth-child(1) {
  top: 16.5%;
  left: 48%;
}
.footer-map-dot span:nth-child(2) {
  right: 38%;
  bottom: 15%;
}
.footer-map-dot span:nth-child(3) {
  right: 44%;
  bottom: 14.5%;
}
@media screen and (min-width: 501px) {
  .footer-map-item {
    position: absolute;
  }
  .footer-map-item:nth-child(1) {
    top: 16.5%;
    left: 48%;
  }
  .footer-map-item:nth-child(1) .footer-map-content {
    left: calc(100% + var(--distance));
  }
  .footer-map-item:nth-child(2) {
    right: 38%;
    bottom: 15%;
  }
  .footer-map-item:nth-child(2) .footer-map-content {
    left: calc(100% + var(--distance));
  }
  .footer-map-item:nth-child(3) {
    right: 44%;
    bottom: 14.5%;
  }
  .footer-map-item:nth-child(3) .footer-map-content {
    right: calc(100% + var(--distance));
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  .footer-map-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
  }
  .footer-map-item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.footer-map-marker {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100rem;
  background-color: white;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}
.footer-map-marker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: white;
  animation: markerAni 2s ease-in-out forwards infinite;
}
@media screen and (max-width: 500px) {
  .footer-map-marker {
    margin-right: 1.6rem;
    top: 1rem;
  }
}
@media screen and (min-width: 501px) {
  .footer-map-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 28rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .footer-map-content {
    min-width: 22rem;
  }
}
.footer-map-name {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.footer-map-des {
  color: #797979;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .footer-mxh .title {
    display: none;
  }
}
.footer-mxh .mxh-link {
  opacity: 0.4;
}
@media (hover: hover) {
  .footer-mxh .mxh-link:hover {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes markerAni {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(5);
  }
}
.burger {
  cursor: pointer;
  padding-left: 0.8rem;
  margin-left: 0.8rem;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .burger {
    display: none;
  }
}
.burger.active .line:nth-child(1) {
  -webkit-transform: translate3d(0, 3px, 0) rotate(45deg) !important;
  transform: translate3d(0, 3px, 0) rotate(45deg) !important;
}
.burger.active .line:nth-child(2) {
  -webkit-transform: translate3d(0, -3px, 0) rotate(135deg) !important;
  transform: translate3d(0, -3px, 0) rotate(135deg) !important;
}

.hamburger .line {
  width: 2.2rem;
  height: 0.1rem;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  margin: 0.5rem 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mobile {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 6rem;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.mobile .mobile-nav .menu-nav > .menu-list > .menu-item {
  opacity: 0;
}
.mobile.open {
  opacity: 1;
  visibility: visible;
}
.mobile.open .popup-text-des .letter {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.mobile.open .mobile-nav > .menu-nav > .menu-list > .menu-item {
  animation: menuAni 0.5s ease forwards;
}
.mobile.open .mobile-mxh {
  animation: menuAni 0.5s ease forwards;
}
.mobile .search-mona {
  padding: 0 1.5rem;
  margin: 1.6rem 0;
}
.mobile .popup-text-des {
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
}
.mobile-con {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(31, 31, 31, 0.98);
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #231F20;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: 49;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  position: relative;
  margin: auto 0;
  overflow-y: auto;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mobile-wr::-webkit-scrollbar {
  width: 0.3rem;
}
.mobile-wr::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-wr::-webkit-scrollbar-thumb {
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.2);
}
.mobile-wr::-webkit-scrollbar-thumb:hover {
  background: #231F20;
}
.mobile-mxh {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  padding: 1.2rem;
  opacity: 0;
  animation-delay: 1.4s !important;
}
.mobile-mxh-link:not(:first-child) {
  margin-left: 1.6rem;
}

.select2-container {
  height: 4.5rem;
  background-color: transparent;
  border-radius: 6px;
}

.select2.select2-container {
  width: 100% !important;
}

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0.8rem;
  color: #ffffff;
  height: 4.5rem;
  background-color: transparent;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: none !important;
  padding: 4px 6px !important;
  background-color: #000000;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #231F20;
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: #000000;
  font-size: 1.6rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-color: #000 transparent transparent transparent;
}

.select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  font-size: 1.6rem;
}

.select2-results {
  display: block;
  border-radius: 6px !important;
  overflow: hidden;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0.8rem !important;
}

.effectShine {
  position: relative;
  overflow: hidden;
}

.effectShine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.effectShine:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.sl-cus {
  position: relative;
}
.sl-cus.min {
  min-width: 12rem;
}
.sl-cus.min:not(:first-child) {
  margin-left: 0.5rem;
}
.sl-head {
  background-color: #f8f8f8;
  height: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 0.6rem;
}
.sl-head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #E5C541;
}
.sl-head::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1.3rem;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #E5C541;
}
.sl-main {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sl-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background-color: white;
  z-index: 10;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  max-height: 20rem;
  overflow-y: auto;
}
.sl-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.sl-item:hover {
  background-color: #E5C541;
  color: white;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-close {
  opacity: 1;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(31, 31, 31, 0.98);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70rem;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 80vh;
}
.popup-wrapper {
  background-color: white;
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 4.8rem 2rem 2rem 2rem;
  border-radius: 6px;
}
.popup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 1.7rem;
  }
}
.popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  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;
  z-index: 3;
  opacity: 0;
}
.popup-close:hover .icon {
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #ffffff;
  font-weight: 300;
  font-size: 2.4rem;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.popup-text-des {
  font-size: 20rem;
  font-weight: 600;
  pointer-events: none;
  color: #000000;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .popup-text-des {
    font-size: 16rem;
  }
}
@media screen and (max-width: 800px) {
  .popup-text-des {
    font-size: 12rem;
  }
}
@media screen and (max-width: 600px) {
  .popup-text-des {
    font-size: 6rem;
  }
}
.popup-text-des p {
  letter-spacing: 2rem;
}
.popup-text-des p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20rem);
  transition: 1.09s ease;
  -webkit-transition: 1.09s ease;
  -moz-transition: 1.09s ease;
  -ms-transition: 1.09s ease;
  -o-transition: 1.09s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  line-height: 1;
}
.popup-search .popup-over {
  min-height: 0;
}
.popup-search .popup-wrapper {
  background-color: transparent;
  padding: 0;
  min-height: 0;
}
.popup-search .popup-main {
  width: 100rem;
}
.popup-search .popup-text-des {
  top: 35%;
}
.popup-search .search-mona {
  overflow: hidden;
}
.popup-search .search-mona::before {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.popup-search .search-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 100%);
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.popup-search.open .search-wrap {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.popup-search.open .search-mona::before {
  width: 100%;
}
.popup.open .popup-text-des .letter {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid white;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: white;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.banner {
  position: relative;
}
.banner-home {
  height: inherit;
  position: relative;
  overflow: hidden;
}
.banner-home::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-mask: url(../assets/images/mask-banner.png);
  mask: url(../assets/images/mask-banner.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  pointer-events: none;
  z-index: 99;
  display: none;
}
.banner-home.show::after {
  animation: MaskPlay 1.2s steps(22) 0.2s forwards;
}
.banner-home .banner-wrap {
  height: 50vw;
}
@media screen and (min-width: 1201px) {
  .banner-home .banner-wrap {
    height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .banner-home .banner-wrap {
    height: 80vw;
  }
}
@media screen and (max-width: 500px) {
  .banner-home .banner-wrap {
    height: 120vw;
  }
}
@media screen and (max-width: 400px) {
  .banner-home .banner-wrap {
    height: 150vw;
  }
}
.banner-home .banner-img {
  position: relative;
}
.banner-home .banner-img::before {
  content: "";
  background: radial-gradient(65.42% 101.21% at 50% 50%, rgba(20, 20, 20, 0) 0%, #141414 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.banner-home .swiper-slide {
  transition: 1s ease 0.6s !important;
}
@media screen and (max-width: 900px) {
  .banner-home .swiper-control {
    display: none;
  }
}
.banner-home .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  top: initial;
  display: none;
}
.banner-slider {
  position: relative;
  height: inherit;
}
.banner-slider .swiper {
  height: inherit;
}
.banner-slider .swiper-wrapper {
  height: inherit;
}
.banner-slider .swiper-slide {
  height: inherit;
}
.banner-slider .swiper-slide-active .banner-title .letter {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.banner-slider .swiper-slide-active .banner-name .letter {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.banner-slider .swiper-control i {
  color: white;
  font-size: 200;
}
@media screen and (max-width: 1200px) {
  .banner-slider .swiper-control i {
    font-size: 1.8rem;
  }
}
.banner-wrap {
  height: 40.5092592593vw;
  position: relative;
}
.banner-img {
  height: 100%;
  width: 100vw;
}
.banner-img-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.banner iframe {
  width: 100%;
  height: 100%;
}
.banner-video {
  height: 100%;
  width: 100vw;
}
.banner-video video {
  width: 100%;
  height: 100%;
}
.banner-posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.banner-posi .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-content {
  width: 84rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-name, .banner-title {
  font-size: 3.6rem;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .banner-name, .banner-title {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-name, .banner-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-name, .banner-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .banner-name, .banner-title {
    font-size: 1.8rem;
  }
}
.banner-name .letter, .banner-title .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0);
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.banner-name {
  position: absolute;
  bottom: 5.6rem;
  right: 5.6rem;
  color: white;
  font-size: 1.4rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .banner-name {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

@keyframes bannerLetter {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10rem);
  }
}
@keyframes bannerLetterSecond {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-room .swiper-control-wrapper .banner-second {
  width: 30rem;
}
@media screen and (max-width: 500px) {
  .banner-room .swiper-control-wrapper .banner-second {
    width: 100%;
  }
}
.banner-room .swiper-control-wrapper .swiper-control {
  width: 20rem;
}
@media screen and (max-width: 500px) {
  .banner-room .swiper-control-wrapper .swiper-control {
    width: 100%;
  }
}

.swiper-slide {
  height: initial;
}

.swiper-pagination {
  position: static;
  margin-top: 1.6rem;
}
.swiper-pagination-bullet {
  background-color: #231F20;
  opacity: 1;
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #D9D9D9;
}
.swiper-pagination-bullet-active {
  background-color: #231F20;
}
.swiper-pagination.progress {
  margin-top: 0;
  height: 0.5rem;
}
.swiper-pagination.progress .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.2) !important;
}
.swiper-pagination.progress .swiper-pagination-progressbar-fill {
  background-color: #E5C541;
}

.swiper-control-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .swiper-control-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
  }
}
.swiper-control-right .swiper-pagination {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.swiper-control-right .swiper-pagination-bullet {
  display: block;
}

.swiper-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
}
.swiper-control.posi .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-control.posi .swiper-control-btn.swiper-next {
  right: 2rem;
}
.swiper-control.posi .swiper-control-btn.swiper-prev {
  left: 2rem;
}
.swiper-control-text {
  justify-content: center;
}
.swiper-control-text .swiper-control-btn {
  overflow: hidden;
  position: relative;
}
.swiper-control-text .swiper-control-btn .text {
  font-size: 1.6rem;
  font-weight: 300;
  display: inline-block;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.swiper-control-text .swiper-control-btn .text:nth-child(1) {
  font-weight: 700;
  transform: translateY(100%);
  opacity: 0;
}
.swiper-control-text .swiper-control-btn .text:nth-child(2) {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-control .line {
  width: 3.2rem;
  height: 0.2rem;
  background-color: rgba(64, 64, 64, 0.4);
  margin: 0 1.6rem;
  position: relative;
  bottom: -0.2rem;
}
.swiper-control .line::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 1rem;
  background-color: #000;
  display: none;
}
.swiper-control-btn {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  align-items: center;
  column-gap: 2.4rem;
  z-index: 5;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.swiper-control-btn.swiper-button-disabled {
  cursor: default;
  box-shadow: none;
}
@media screen and (min-width: 1201px) {
  .swiper-control-btn:hover(:not(.swiper-button-disabled)) i {
    color: white;
  }
}
@media (hover: hover) {
  .swiper-control-btn:hover .text:nth-child(1) {
    transform: translate(0, 0%);
    opacity: 1;
  }
  .swiper-control-btn:hover .text:nth-child(2) {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
}
.swiper-control-btn i {
  color: #404040;
  font-size: 4rem;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .swiper-control-btn i {
    font-size: 2.4rem;
  }
}

.swiper-control-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.2rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .swiper-control-wrapper {
    justify-content: space-between;
  }
}
.swiper-control-wrapper .swiper-control {
  margin-top: 0 !important;
}
.swiper-control-wrapper.second {
  justify-content: space-between;
}
.swiper-control-wrapper.second .swiper-control {
  margin-top: 0 !important;
  justify-content: initial;
}

.swiper-player {
  cursor: pointer;
  margin-left: 0.8rem;
  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;
}
.swiper-player i {
  font-size: 1.4rem;
  font-weight: 700;
}
.swiper-player i:nth-child(2) {
  display: none;
}
.swiper-player.is-play i:nth-child(1) {
  display: none;
}
.swiper-player.is-play i:nth-child(2) {
  display: block;
}

.txt-ani {
  display: inline-block;
}
@media screen and (min-width: 1201px) {
  .txt-ani.ani-opa .txt-ani-item > p .letter {
    opacity: 0;
  }
  .txt-ani.ani-up .txt-ani-item > p .letter {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 5rem);
  }
  .txt-ani.ani-down .txt-ani-item > p .letter {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -5rem);
  }
  .txt-ani.ani-left .txt-ani-item > p .letter {
    opacity: 0;
    visibility: hidden;
    transform: translate(-2rem, 0);
  }
  .txt-ani.ani-right .txt-ani-item > p .letter {
    opacity: 0;
    visibility: hidden;
    transform: translate(2rem, 0);
  }
}
.txt-ani-item {
  display: inline-block;
}
.txt-ani-item > p {
  display: inline-flex;
}
.txt-ani-item > p > span {
  display: inline-block;
  overflow: hidden;
}
.txt-ani-item > p .letter {
  transition: 0.8s cubic-bezier(0.3, 0, 0.3, 1);
  display: inline-block;
}
.txt-ani-item > p .letter.run {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
}
.txt-ani.ani-none-hidden .txt-ani-item > p > span {
  overflow: visible !important;
}

@media screen and (min-width: 1201px) {
  .load-img {
    position: relative;
    overflow: hidden;
  }
  .load-img::before, .load-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .load-img img,
.load-img form {
    opacity: 0;
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s;
  }
  .load-img:before {
    background-color: #231F20;
  }
  .load-img:after {
    background-color: #f8f8f8;
    transition-delay: 0.5s;
  }
  .load-img.is-inview img,
.load-img.is-inview form {
    opacity: 1;
  }
  .load-img.is-inview:before {
    transition: 1.6s ease;
    width: 0;
  }
  .load-img.is-inview:after {
    transition: 0.8s ease;
    width: 0;
  }
  .load-img-second {
    position: relative;
    overflow: hidden;
  }
  .load-img-second::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #f8f8f8;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: translate(0);
    transition: 0.8s ease-out;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -ms-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    pointer-events: none;
    z-index: 3;
  }
  .load-img-second::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #f8f8f8;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: translate(0);
    transition: 0.8s ease-out;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -ms-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    pointer-events: none;
    z-index: 3;
  }
  .load-img-second.is-inview::after {
    transform: translate(0, -110%);
  }
  .load-img-second.is-inview::before {
    transform: translate(0, 110%);
  }
  .load-img-third {
    position: relative;
    overflow: hidden;
  }
  .load-img-third img {
    transform: translateY(-20px);
    opacity: 0;
    transition: 1.2s ease;
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2s ease;
    -ms-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
  }
  .load-img-third.is-inview::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    margin-bottom: -10px;
    background-color: #e2dbc0;
    z-index: 3;
    animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
    animation-delay: 0.3s;
  }
  .load-img-third.is-inview img {
    transform: translate(-50%, -50%);
    opacity: 1;
    display: block;
  }
  .load-img-third.second.is-inview img {
    transform: translateY(0);
    opacity: 1;
    display: block;
  }
}
@keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px;
  }
  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px;
  }
  60% {
    top: 0;
  }
  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
}
@keyframes imgLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-right {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(100%, 0, 0);
  }
}
@keyframes slide-in-right-50 {
  0% {
    transform: translate3D(-50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translate3D(100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translate3D(0, -100%, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left-50 {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-50%, 0, 0);
  }
}
@keyframes slide-in-left-50 {
  0% {
    transform: translate3D(50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
.txt-split-item p {
  display: inline-flex;
}
.txt-split-item p > span {
  overflow: hidden;
}
.txt-split-item p > span > span {
  display: inline-block;
}

.txt-focus {
  opacity: 0;
}
.txt-focus.is-inview {
  -webkit-animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.txt-animated {
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .txt-animated .char {
    opacity: 0;
  }
}
.txt-animated .word {
  overflow: hidden;
}
.txt-animated.ani-up.is-inview .char {
  animation: txtAniUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation-delay: calc(0.04s * var(--char-index));
}
.txt-animated.ani-down.is-inview .char {
  animation: txtAniDown 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation-delay: calc(0.04s * var(--char-index));
}
.txt-animated.ani-opa.is-inview .char {
  animation: txtAniOpa 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation-delay: calc(0.04s * var(--char-index));
}
.txt-animated.no-delay .word .char {
  animation-delay: calc(0 * var(--char-index)) !important;
}

@keyframes txtAniUp {
  0% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes txtAniDown {
  0% {
    transform: translate(0, -100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes txtAniOpa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn {
  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;
  text-align: center;
  width: fit-content;
  padding: 1.2rem 2.4rem;
  min-width: 22rem;
  min-height: 4.6rem;
  position: relative;
  background-color: transparent;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #231F20;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.btn::before {
  top: 0;
}
.btn::after {
  bottom: 0;
}
.btn .text {
  font-weight: 700;
  color: #404040;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.btn .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.btn .line .shape {
  stroke-dasharray: 760;
  stroke-dashoffset: 0;
  stroke-width: 0.1rem;
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.6);
  -webkit-transition: stroke-dasharray 1.8s linear 0.6s;
  -o-transition: stroke-dasharray 1.8s linear 0.6s;
  transition: stroke-dasharray 1.8s linear 0.6s;
}
@media screen and (max-width: 1200px) {
  .btn .line .shape {
    stroke-dasharray: 760;
  }
}
.btn.load-btn .line .shape {
  stroke-dasharray: 0 620;
}
.btn.load-btn.is-inview .line .shape {
  stroke-dasharray: 760;
}
.btn.load-btn.is-inview .text {
  animation: btnTextAni 1s ease 1s forwards;
  -webkit-animation: btnTextAni 1s ease 1s forwards;
}
@media screen and (min-width: 1201px) {
  .btn.load-btn .text {
    opacity: 0;
  }
}
@media screen and (min-width: 1201px) {
  .btn:hover::before, .btn:hover::after {
    height: 51%;
    opacity: 1;
  }
  .btn:hover .text .letter {
    animation: btnTextAniSecond 1.2s ease forwards;
    -webkit-animation: btnTextAniSecond 1.2s ease forwards;
    color: white;
  }
}
.btn-more {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  width: fit-content !important;
  display: block;
  position: relative;
}
.btn-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #404040;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .btn-more:hover::before {
    width: 50%;
    background-color: #E5C541;
  }
  .btn-more:hover .text {
    color: #E5C541;
  }
}
.btn-more .text {
  font-weight: 700;
  color: #404040;
  transition: 0.5s ease;
}
.btn.second {
  background-color: #231F20;
}
@media (hover: hover) {
  .btn.second:hover {
    background-color: #ffffff;
    outline: 0.1rem solid #000000;
  }
  .btn.second:hover .text {
    color: #231F20;
  }
}
.btn.second::before, .btn.second::after {
  display: none;
}
.btn.second .text {
  color: white;
}
.btn.full {
  width: 100%;
}

@keyframes btnTextAni {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes btnTextAniSecond {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.input {
  font-family: "SVN-Gotham", sans-serif;
  width: 100%;
}
.input-area {
  height: auto;
}

.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-bottom: -1rem;
}
.f-item {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
.f-item-2 {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .f-item-2 {
    width: 100%;
  }
}
.f-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .f-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .f-item-3 {
    width: 100%;
  }
}
.f-item-4 {
  width: 25%;
}

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
}
.re-input {
  padding: 1.6rem 0;
  width: 100%;
  font-family: "SVN-Gotham", sans-serif;
  border: none;
  outline: none;
  font-size: 1.6rem;
  font-weight: 300;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers.m-top {
  margin-top: 3rem;
}
.page-numbers > li:not(:first-child) {
  margin-left: 8px;
}
.page-numbers > li > .page-numbers {
  color: white;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  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;
  background-color: #231F20;
  cursor: pointer;
}
.page-numbers > li > .page-numbers:hover {
  background-color: #E5C541;
  color: #E5C541;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}

.pro-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  margin-bottom: -0.4rem;
}
.pro-item {
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
  width: 100%;
}
.pro-item-2 {
  width: 50%;
}
.pro-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .pro-item-3 {
    width: 50%;
  }
}
.pro-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .pro-item-4 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .pro-item-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .pro-item-4 {
    width: 100%;
  }
}
.pro-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .pro-item-5 {
    width: 50%;
  }
}
.pro-item-6 {
  width: 16.6666666667%;
}
@media screen and (max-width: 500px) {
  .pro-item-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .pro-item-6 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .pro-item-6 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .pro-item-6 {
    width: 100%;
  }
}
.pro-item-6 .pro-content {
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
}
.pro-item-6 .pro-name {
  font-size: 1.2rem;
}
.pro-wrap {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .pro-wrap:hover .pro-img::before {
    opacity: 0;
  }
  .pro-wrap:hover .pro-img::after {
    opacity: 1;
  }
  .pro-wrap:hover .pro-name {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.pro-img {
  display: block;
  padding-top: calc((300 / 400) * 100%);
  position: relative;
  overflow: hidden;
}
.pro-img::before, .pro-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 1;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.pro-img::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 100%);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  top: initial;
  height: 22%;
}
@media screen and (min-width: 1201px) {
  .pro-img::after {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  .pro-img::before {
    display: none;
  }
}
.pro-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-content {
  position: absolute;
  z-index: 2;
  bottom: 2.4rem;
  left: 2.4rem;
  right: 2.4rem;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pro-content {
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
  }
}
.pro-name {
  font-weight: 700;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
@media screen and (max-width: 1200px) {
  .pro-name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .pro-name {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
  }
}
.pro-name .fw-3 {
  font-weight: 300;
  display: block;
}
.pro-slider .pro-img::before {
  display: none;
}

.prose-list {
  margin-bottom: -3rem;
}
.prose-item {
  margin-bottom: 3rem;
}
.prose-item-2 {
  width: 50%;
}
.prose-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .prose-item-3 {
    width: 50%;
  }
}
.prose-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .prose-item-4 {
    width: 50%;
  }
}
.prose-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .prose-item-5 {
    width: 50%;
  }
}

.proth-list {
  margin-bottom: -3rem;
}
.proth-item {
  margin-bottom: 3rem;
}
.proth-item-2 {
  width: 50%;
}
.proth-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .proth-item-3 {
    width: 50%;
  }
}
.proth-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .proth-item-4 {
    width: 50%;
  }
}
.proth-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .proth-item-5 {
    width: 50%;
  }
}

.search-mona {
  position: relative;
}
.search-mona::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  background-color: white;
  width: 0;
}

.search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  min-width: 250px;
  border-radius: 0.8rem;
  background-color: transparent;
  border-radius: 0;
}
.search-input {
  font-family: "SVN-Gotham", sans-serif;
  outline: none;
  border: none;
  font-size: 1.6rem;
  flex: 1;
  height: 5.6rem;
  background-color: transparent;
  font-weight: 400;
  min-width: initial;
  color: white;
}
.search-input::-webkit-input-placeholder {
  color: white;
}
.search-input::-moz-input-placeholder {
  color: white;
}
.search-btn {
  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-shrink: 0;
  width: 4rem;
  background-color: transparent;
  cursor: pointer;
}
.search-btn:hover img {
  transform: scale(1.05);
}
.search-btn img {
  width: 1.6rem;
  height: 1.6rem;
  filter: brightness(0) invert(1);
}

.t-title-first {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #404040;
}
@media only screen and (max-width: 1200px) {
  .t-title-first {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-first {
    font-size: 3.3rem;
  }
}
.t-title-first.white {
  color: white;
}
.t-title-second {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #404040;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 2.6rem;
  }
}
.t-title-second.white {
  color: white;
}
.t-title-third {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #404040;
}
@media only screen and (max-width: 1200px) {
  .t-title-third {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-third {
    font-size: 2.1rem;
  }
}
.t-title-third.white {
  color: white;
}
.t-title-four {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #404040;
}
@media only screen and (max-width: 1200px) {
  .t-title-four {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-four {
    font-size: 1.7rem;
  }
}
.t-title-four.white {
  color: white;
}
.t-title-mini {
  font-weight: 700;
  color: rgba(64, 64, 64, 0.3);
}
.t-title-decor::before, .t-title-decor::after {
  content: "";
  width: 3.2rem;
  height: 3.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.t-title-decor::before {
  background-image: url(../assets/images/icon-quote-1.svg);
}
.t-title-decor::after {
  background-image: url(../assets/images/icon-quote-2.svg);
  position: relative;
  top: 0.6rem;
}
.t-title-decor .t-title-first {
  display: inline-block;
}

.t-center {
  text-align: center;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-b {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.t-up {
  text-transform: uppercase;
}

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

.t18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .t18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .t18 {
    font-size: 1.5rem;
  }
}

.t24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .t24 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t24 {
    font-size: 1.7rem;
  }
}

.t32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .t32 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t32 {
    font-size: 2.2rem;
  }
}

.t40 {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .t40 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t40 {
    font-size: 2.7rem;
  }
}

.t48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .t48 {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .t48 {
    font-size: 3.3rem;
  }
}

.t56 {
  font-size: 5.6rem;
}
@media only screen and (max-width: 1200px) {
  .t56 {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t56 {
    font-size: 4rem;
  }
}

.t64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .t64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .t64 {
    font-size: 2.9rem;
  }
}

.t72 {
  font-size: 7.2rem;
}
@media only screen and (max-width: 1200px) {
  .t72 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t72 {
    font-size: 4rem;
  }
}

.c-pri {
  color: #231F20;
}

.c-second {
  color: #E5C541;
}

.c-third {
  color: #1a1a1a;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000;
}

.bc-pri {
  background-color: #231F20;
}

.bc-second {
  background-color: #E5C541;
}

.bc-third {
  background-color: #1a1a1a;
}

.over-hd {
  overflow: hidden;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.m-mid {
  margin: 0 auto;
}

.m-end {
  margin-left: auto;
}

.m-top {
  margin-top: 2.4rem;
}

.m-start {
  margin-right: auto;
}

.f-mid {
  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;
}

.f-end {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fl-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.f-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.icon-left {
  margin-right: 0.8rem;
}

.icon-right {
  margin-left: 0.8rem;
}

.spc.no-wrap .spc-list {
  flex-wrap: nowrap;
}
.spc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-bottom: -0.8rem;
}
.spc-item {
  margin-left: 0.8rem;
  margin-bottom: 0.8rem;
}
.spc-16 .spc-list {
  margin-left: -1.6rem;
  margin-bottom: -1.6rem;
}
.spc-16 .spc-item {
  margin-bottom: 1.6rem;
  margin-left: 1.6rem;
}
.spc-24 .spc-list {
  margin-left: -2.4rem;
  margin-bottom: -2.4rem;
}
.spc-24 .spc-item {
  margin-bottom: 2.4rem;
  margin-left: 2.4rem;
}

.tabPanel {
  display: none;
  animation: ZoomIn 0.4s ease-in-out;
}
.tabPanel.open {
  display: block;
}

.tabPanel-second {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.tabPanel-second.open {
  display: block;
}

table .status {
  font-weight: 600;
}
table .status.waiting {
  color: #F2C524;
}
table .status.success {
  color: #231F20;
}
table .status.cancle {
  color: #D31D1D;
}

.txt-over {
  overflow: hidden;
}
.txt-over span {
  display: inline-block;
}

.move-item {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}

.sec-middle {
  overflow: hidden;
  position: relative;
}
.sec-middle-decor {
  width: 86.8055555556%;
  padding-top: 86.8055555556%;
  position: absolute;
  bottom: -95%;
  left: -48%;
  pointer-events: none;
  animation: Spinner 80s linear infinite;
  -webkit-animation: Spinner 80s linear infinite;
  z-index: -1;
}
.sec-middle-decor img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#fullpage .fp-tableCell .since {
  padding: 6rem 0 4rem 0;
  height: 78%;
}
#fullpage .fp-tableCell .since .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#fullpage .fp-tableCell .since-name {
  opacity: 0;
  transition: 1.2s ease-in-out;
  -webkit-transition: 1.2s ease-in-out;
  -moz-transition: 1.2s ease-in-out;
  -ms-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
#fullpage .fp-tableCell .since-des-text {
  opacity: 0;
  -webkit-transition: opacity 2s linear, background-size 4s linear;
  transition: opacity 2s linear, background-size 4s linear;
  transition-delay: 1.2s;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: center;
  background-image: url(../assets/images/BGAnim.png);
  background-size: 50% 50%;
}
#fullpage .fp-tableCell .btn .line .shape {
  stroke-dasharray: 0 620;
}
#fullpage .fp-tableCell .btn .text {
  opacity: 0;
}
#fullpage .fp-tableCell .partner {
  height: 22%;
  padding: 4rem 0;
}
#fullpage .fp-tableCell .types-link {
  opacity: 0;
}
#fullpage .footer .fp-tableCell {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
#fullpage .footer .fp-tableCell .footer-main {
  height: 87%;
  padding: 6rem 0 4rem 0;
}
#fullpage .footer .fp-tableCell .footer-main .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#fullpage .footer .fp-tableCell .footer-bot {
  height: 13%;
}
#fullpage .footer .fp-tableCell .footer-bot .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#fullpage .footer .fp-tableCell .footer-map-inner {
  padding-top: 145.8333333333%;
}
#fullpage .footer .fp-tableCell .footer-map-item,
#fullpage .footer .fp-tableCell .footer-block {
  opacity: 0;
  transition: 1.2s ease-in-out;
  -webkit-transition: 1.2s ease-in-out;
  -moz-transition: 1.2s ease-in-out;
  -ms-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
#fullpage .footer .fp-tableCell .footer-map-inner {
  transform: translateX(2rem);
  opacity: 0;
  transition: 1.2s ease-in-out;
  -webkit-transition: 1.2s ease-in-out;
  -moz-transition: 1.2s ease-in-out;
  -ms-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
#fullpage .section.active .btn .line .shape {
  stroke-dasharray: 760 !important;
}
#fullpage .section.active .btn .text {
  animation: btnTextAni 1s ease 1s forwards;
  -webkit-animation: btnTextAni 1s ease 1s forwards;
}
#fullpage .section.active .since-name {
  opacity: 1 !important;
}
#fullpage .section.active .since-des-text {
  opacity: 1 !important;
  background-size: 800% 800% !important;
}
#fullpage .section.active .types-link {
  opacity: 1 !important;
}
#fullpage .section.active .footer-map-item,
#fullpage .section.active .footer-block {
  opacity: 1 !important;
}
#fullpage .section.active .footer-map-inner {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
#fullpage .section.active .load-img img,
#fullpage .section.active .load-img form {
  opacity: 1;
}
#fullpage .section.active .load-img:before {
  transition: 1.4s ease 0.2s;
  width: 0;
}
#fullpage .section.active .load-img:after {
  transition: 0.8s ease 0.2s;
  width: 0;
}
#fullpage .section.active .load-img-third::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  margin-bottom: -10px;
  background-color: #e2dbc0;
  z-index: 3;
  animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
  animation-delay: 0.3s;
}
#fullpage .section.active .load-img-third img {
  transform: translate(-50%, -50%);
  opacity: 1;
  display: block;
}
#fullpage .section.active .load-img-third.second img {
  transform: translateY(0);
  opacity: 1;
  display: block;
}

.cursor-custom {
  width: 5rem;
  height: 5rem;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  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;
}
@media screen and (max-width: 1200px) {
  .cursor-custom {
    display: none;
  }
}
.cursor-custom i {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.cursor-custom svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cursor-custom svg .circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  overflow: hidden;
  background: transparent;
  stroke-dasharray: 100 100;
  transition: stroke-dasharray 0.6s ease;
}
.cursor-custom.hide svg .circle {
  stroke-dasharray: 0 100;
}
.cursor-custom.hide .icon-left {
  transform: translateX(-100%);
  opacity: 0;
}
.cursor-custom.hide .icon-right {
  transform: translateX(100%);
  opacity: 0;
}

.head-control-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.sort-view {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .sort-view {
    display: none;
  }
}
.sort-view-title {
  margin-right: 4.8rem;
}
.sort-view-number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sort-view-number-link {
  display: block;
  color: rgba(64, 64, 64, 0.5);
  font-weight: 700;
}
.sort-view-number-link:not(:first-child) {
  margin-left: 4.8rem;
}
.sort-view-number-link.active {
  color: #404040;
}

.global-head-item {
  width: 50%;
}
.global-head.second .global-head-wrapper {
  width: 66.6666666667%;
}
@media screen and (max-width: 1200px) {
  .global-head.second .global-head-wrapper {
    width: 100%;
  }
}

.page-about .banner {
  background-color: rgba(35, 31, 32, 0.05);
}

.upload {
  padding: 1.6rem 0;
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
.upload-cv {
  cursor: pointer;
  text-decoration: underline;
  margin-right: 0.8rem;
  text-transform: uppercase;
}

.load-banner {
  position: relative;
}
.load-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  background-color: #231F20;
  z-index: 2;
}
.load-banner.is-inview::before {
  width: 0;
  pointer-events: none;
}

.lg-download,
#lg-actual-size,
#lg-share {
  display: none;
}

.lg-outer .lg-thumb-item {
  border-radius: 0;
  border: 0.2rem solid #231F20;
  transition: 0.2s ease;
}
.lg-outer .lg-thumb-item.active {
  border-color: #E5C541;
}
@media (hover: hover) {
  .lg-outer .lg-thumb-item:hover {
    border-color: #E5C541;
  }
}

.page-home {
  overflow: visible;
}

.check-device .since-item:nth-child(even) {
  margin-top: 2rem;
}
.check-device .since {
  height: 75% !important;
  padding: 6rem 0 1rem 0 !important;
}
.check-device .since-name {
  font-size: 4rem !important;
  margin-bottom: 0.8rem !important;
}
.check-device .since-des {
  font-size: 1.4rem !important;
}
.check-device .partner {
  height: 25% !important;
  padding: 1rem 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.check-device .partner .container-second {
  height: initial !important;
}
.check-device .footer-map {
  width: 33% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.2rem;
}

.mb-4 {
  margin-bottom: 0.4rem;
}

.mb-6 {
  margin-bottom: 0.6rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-8s:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-10s:not(:last-child) {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-12s:not(:last-child) {
  margin-bottom: 1.2rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-14s:not(:last-child) {
  margin-bottom: 1.4rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-15s:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-16s:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-18s:not(:last-child) {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-20s:not(:last-child) {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-24s:not(:last-child) {
  margin-bottom: 2.4rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-25s:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-32s:not(:last-child) {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-40s:not(:last-child) {
  margin-bottom: 4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-48s:not(:last-child) {
  margin-bottom: 4.8rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mb-56s:not(:last-child) {
  margin-bottom: 5.6rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.mb-64s:not(:last-child) {
  margin-bottom: 6.4rem;
}

.mb-72 {
  margin-bottom: 7.2rem;
}

.mb-72s:not(:last-child) {
  margin-bottom: 7.2rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-80s:not(:last-child) {
  margin-bottom: 14rem;
}

.ss-mg {
  margin: 14rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-mg {
    margin: 4rem 0;
  }
}

.ss-mg-t {
  margin-top: 14rem;
}
@media screen and (max-width: 1200px) {
  .ss-mg-t {
    margin-top: 40px;
  }
}

.ss-mg-b {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1200px) {
  .ss-mg-b {
    margin-bottom: 4rem;
  }
}

.ss-pd {
  padding: 14rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd {
    padding: 4rem 0;
  }
}

.ss-pd-t {
  padding-top: 14rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t {
    padding-top: 4rem;
  }
}

.ss-pd-b {
  padding-bottom: 14rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b {
    padding-bottom: 4rem;
  }
}

.recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recheck-item.active .recheck-checkbox::before {
  opacity: 1;
}
.recheck-item.active .recheck-radio {
  border: 0.1rem solid #231F20;
}
.recheck-item.active .recheck-radio::before {
  opacity: 1;
}
.recheck-checkbox {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  background-color: transparent;
  border: 1px solid #666666;
  position: relative;
  flex-shrink: 0;
}
.recheck-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 100rem;
  background-image: url(../assets/images/tick.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  transition: 0.1s ease-in-out;
  opacity: 0;
}
.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #D9D9D9;
  flex-shrink: 0;
  position: relative;
}
.recheck-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #231F20;
  opacity: 0;
}
.recheck-method {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #EBEBEB;
  border-radius: 0.8rem;
  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;
  margin-left: 0.8rem;
}
.recheck-method img {
  width: 2.4rem;
  height: 2.4rem;
}
.recheck-text {
  margin-left: 0.8rem;
  line-height: 1.1;
  color: #404040;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
}
.star-list {
  position: relative;
  height: 20px;
}
.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.star-flex .icon {
  width: 18px;
  height: 18px;
}
.star-flex .icon:not(:first-child) {
  margin-left: 4px;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

@media screen and (max-width: 1200px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .side-fixed-wrap {
    padding: 6rem 2.4rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}
.side-open {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  background-color: #E5C541;
  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;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.side-open.close {
  opacity: 0;
  transform: translate(100%, -50%);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-open {
    display: none;
  }
}
.side-open-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  background-color: white;
  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;
}
.side-open-wrap .icon {
  color: #E5C541;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #231F20;
  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;
  cursor: pointer;
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

.user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .user {
    display: none;
  }
}
.user:hover .user-name {
  color: #E5C541;
}
.user:hover .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.user-ava {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
}
.user-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-name {
  font-size: 1.4rem;
  color: #BCBCBC;
  margin-left: 4px;
  transition: 0.3s ease-in-out;
}
.user-menu {
  position: absolute;
  top: 150%;
  background-color: #F8F8F8;
  min-width: 150px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.user-menu .link {
  display: block;
  cursor: pointer;
  padding: 6px 15px;
  white-space: nowrap;
  text-transform: capitalize;
  color: #231F20;
  transition: 0.1s ease-in-out;
  font-weight: 500;
}
.user-menu .link:hover {
  color: white;
  background-color: #E5C541;
}

.mxh {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mxh .title {
  font-size: 1.4rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 2.4rem;
}
.mxh-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: -2.4rem;
}
.mxh-link {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 2.4rem;
}
.mxh-link:hover {
  transform: translateY(-5px);
}
.mxh-link img {
  width: inherit;
  height: inherit;
  display: block;
}

.social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.social .title {
  font-weight: 700;
  margin-right: 1.6rem;
}
.social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: -1.6rem;
}
.social-link {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 1.6rem;
}
.social-link:hover {
  transform: translateY(-5px);
}
.social-link img {
  width: inherit;
  height: inherit;
  display: block;
}

.contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.contact-top {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.contact-top .marker {
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 500px) {
  .contact-top .marker {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.4rem;
  }
}
.contact-map {
  height: 100%;
  position: relative;
}
.contact-map::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .contact-map::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .contact-map {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-map {
    height: 19rem;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.contact-posi {
  padding: 2.4rem 0;
}
@media screen and (min-width: 1201px) {
  .contact-posi {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-posi {
    padding: 0;
    padding-top: 2.4rem;
  }
}
.contact-content {
  text-align: center;
  width: 80rem;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .contact-content {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-content .t-title-second {
    margin-bottom: 0.4rem;
  }
}
.contact-text, .contact-link {
  color: #404040;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .contact-text, .contact-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-text, .contact-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-text, .contact-link {
    font-size: 1.3rem;
  }
}
.contact-link {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.contact-address {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .contact-address {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-address {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-address {
    font-size: 1.4rem;
  }
}
.contact-bot {
  padding: 4rem 0;
  margin-top: auto;
}
.contact-bot-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .contact-bot-item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .contact-bot-item {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-bot .t20 {
    font-size: 1.4rem !important;
    margin-bottom: 0.4rem;
  }
  .contact-bot .t20 br {
    display: none;
  }
}
.contact .footer-form-wrap {
  background-color: rgba(64, 64, 64, 0.1);
}
.contact .footer-form-wrap input {
  color: #404040;
}
.contact .footer-form-wrap input::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.5);
}
.contact .footer-form-wrap input::-moz-input-placeholder {
  color: rgba(64, 64, 64, 0.5);
}
.contact .footer-form-btn {
  background-color: #231F20;
}
.contact .footer-form-btn i {
  color: white;
}

.page-template-contact-template .backToTop {
  display: none;
}

.abi-nav {
  margin-bottom: 3.2rem;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.abi-nav::-webkit-scrollbar {
  display: none;
}
.abi-nav.is-inview .abi-nav-list::before {
  width: 100%;
}
.abi-nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .abi-nav-list {
    flex-wrap: wrap;
  }
}
.abi-nav-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: rgba(64, 64, 64, 0.2);
  height: 0.1rem;
  transition: 1.6s ease;
  -webkit-transition: 1.6s ease;
  -moz-transition: 1.6s ease;
  -ms-transition: 1.6s ease;
  -o-transition: 1.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (max-width: 1200px) {
  .abi-nav-list::before {
    display: none;
  }
}
.abi-nav-item {
  position: relative;
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .abi-nav-item {
    width: 100%;
  }
}
.abi-nav-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  background-color: #231F20;
  width: 0;
  transition: 0.5s ease;
}
.abi-nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(64, 64, 64, 0.2);
  height: 0.1rem;
}
@media screen and (min-width: 1201px) {
  .abi-nav-item::after {
    display: none;
  }
}
.abi-nav-item.active .abi-nav-link .text:nth-child(1) {
  opacity: 1;
}
.abi-nav-item.active .abi-nav-link .text:nth-child(2) {
  opacity: 0;
}
.abi-nav-item.active::before {
  width: 100%;
}
.abi-nav-link {
  color: rgba(64, 64, 64, 0.5);
  font-size: 4.8rem;
  padding-bottom: 2.4rem;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .abi-nav-link {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .abi-nav-link {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .abi-nav-link {
    margin-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .abi-nav-link {
    font-size: 2rem;
  }
}
.abi-nav-link .text {
  transition: 0.1s ease-in-out;
  display: inline-block;
}
.abi-nav-link .text:nth-child(1) {
  font-weight: 700;
  opacity: 0;
  color: #404040;
}
.abi-nav-link .text:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 300;
}
.abi-content-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 4rem;
  row-gap: 2.4rem;
  flex-wrap: wrap;
}
.abi-content-item:nth-child(1) {
  width: calc(33.3333333333% - 4rem);
}
@media screen and (max-width: 768px) {
  .abi-content-item:nth-child(1) {
    width: 100%;
  }
}
.abi-content-item:nth-child(2) {
  width: calc(66.6666666667% - 4rem);
}
@media screen and (max-width: 768px) {
  .abi-content-item:nth-child(2) {
    width: 100%;
  }
}
.abi-content .t-title-four {
  font-weight: 300;
}

.load {
  position: fixed;
  z-index: 1000;
  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;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #231F20;
  top: 0;
  left: 0;
}
.load::after {
  -webkit-transition: top 0.8s;
  transition: top 0.8s;
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #f3f2f2;
  z-index: 2;
}
.load.loaded.loaded-final {
  -webkit-animation: 1s 0.8s forwards slideDownOut;
  animation: 1s 0.8s forwards slideDownOut;
}
.load.loaded.loaded-final::after {
  top: 0;
}
.load.loaded .load-logo-item img {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
/* .load.loaded .load-logo {
  transform: translateX(-5rem);
}
@media screen and (max-width: 1200px) {
  .load.loaded .load-logo {
    transform: translateX(-3.7rem);
  }
}
@media screen and (max-width: 500px) {
  .load.loaded .load-logo {
    transform: translateX(-2.5rem);
  }
} */
.load-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.load-logo-item {
  margin: 0 0.5rem;
  height: 7.9rem;
}
@media screen and (max-width: 1200px) {
  .load-logo-item {
    height: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .load-logo-item {
    height: 4rem;
  }
}
.load-logo-item img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  width: 100%;
  height: 100%;
  display: block;
}
.load-logo-item:not(.load-logo-inner) {
  overflow: hidden;
}
.load-logo-item:not(.load-logo-inner) img {
  transform: translateX(-100%);
  opacity: 0;
}
.load-logo-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.load-logo-left .load-logo-item {
  width: 5rem;
}
@media screen and (max-width: 1200px) {
  .load-logo-left .load-logo-item {
    width: 3.7rem;
  }
}
@media screen and (max-width: 500px) {
  .load-logo-left .load-logo-item {
    width: 2.5rem;
  }
}
.load-logo-left .load-logo-item img {
  transform: translateX(100%);
}
.load-logo-inner {
  animation: Spinner 3s linear infinite;
  width: 8rem;
}
@media screen and (max-width: 1200px) {
  .load-logo-inner {
    width: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .load-logo-inner {
    width: 4rem;
  }
}
.load-logo-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.load-logo-right .load-logo-item:nth-child(1) {
  width: 5.7rem;
}
@media screen and (max-width: 1200px) {
  .load-logo-right .load-logo-item:nth-child(1) {
    width: 4.3rem;
  }
}
@media screen and (max-width: 500px) {
  .load-logo-right .load-logo-item:nth-child(1) {
    width: 2.9rem;
  }
}
.load-logo-right .load-logo-item:nth-child(2) {
  width: 8rem;
}
@media screen and (max-width: 1200px) {
  .load-logo-right .load-logo-item:nth-child(2) {
    width: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .load-logo-right .load-logo-item:nth-child(2) {
    width: 4rem;
  }
}

@keyframes loadSpinner {
  0% {
    transform: rotate(0) scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}
.load-second {
  position: fixed;
  z-index: 1000;
  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;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #231F20;
  top: 0;
  left: 0;
}
.load-second::after {
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #f3f2f2;
  z-index: 2;
}
.load-second.from::after {
  top: 0;
}
.load-second.to {
  -webkit-animation: 1s 0.6s forwards slideDownOut;
  animation: 1s 0.6s forwards slideDownOut;
}
.load-second.to::after {
  top: 0;
}

.load-map {
  position: relative;
  overflow: hidden;
}
.load-map::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  top: 0;
  left: 0;
}
.load-map.loaded::after {
  -webkit-animation: 1s 0.1s forwards slideDownOut;
  animation: 1s 0.1s forwards slideDownOut;
}

.since-wrapper {
  width: 75%;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .since-wrapper {
    width: 100%;
  }
}
.since-list {
  justify-content: space-between;
}
.since-item {
  width: 48.75%;
}
.since-item:nth-child(even) {
  margin-top: 25%;
}
@media screen and (max-width: 768px) {
  .since-item:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .since-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .since-item {
    width: 100%;
  }
}
.since-name {
  margin-bottom: 2.4rem;
}

.partner {
  padding-bottom: 6rem;
}
.partner-side {
  align-items: center;
}
.partner-side-left {
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .partner-side-left {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .partner-side-left {
    width: 100%;
  }
}
.partner-side-right {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .partner-side-right {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .partner-side-right {
    width: 100%;
  }
}
.partner-slider {
  position: relative;
}
.partner-slider .swiper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .partner-slider .swiper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .partner-slider .swiper-control {
    display: none;
  }
}
.partner-slider .swiper-control-btn.swiper-next {
  right: 0 !important;
}
.partner-slider .swiper-control-btn.swiper-prev {
  left: 0 !important;
}
@media screen and (min-width: 768px) {
  .partner-slider .swiper-pagination {
    display: none;
  }
}
.partner-img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  max-width: 100%;
  height: 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;
}
@media screen and (min-width: 1201px) {
  .partner-img {
    opacity: 0.4;
  }
}
@media (hover: hover) {
  .partner-img:hover {
    opacity: 1;
  }
}
.partner-img img {
  object-fit: contain;
  max-width: 100%;
}

.types {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.types::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
  background-color: #231F20;
}
@media screen and (max-width: 1200px) {
  .types {
    height: 49.7685185185vw;
  }
}
@media screen and (max-width: 767px) {
  .types {
    height: initial;
  }
}
.types-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .types-list {
    flex-wrap: wrap;
  }
}
.types-item {
  height: 100%;
  width: 33.3333333333%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .types-item.hide .types-wrap {
    animation: hiddenAni ease-in-out 0s 0.8s forwards;
  }
  .types-item.hide .types-img {
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }
  .types-item.show .types-wrap {
    animation: visibleAni ease 0.3s 0.8s forwards;
  }
  .types-item.show .types-img {
    opacity: 1;
  }
  .types-item:not(:last-child) .types-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.1rem;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    z-index: 3;
  }
  .types-item:nth-child(2) {
    left: 33.3333333333%;
  }
  .types-item:nth-child(2) .types-img {
    left: -100%;
  }
  .types-item:nth-child(3) {
    left: 66.6666666667%;
  }
  .types-item:nth-child(3) .types-img {
    left: -200%;
  }
}
@media screen and (max-width: 767px) {
  .types-item {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .types-item:hover .types-img {
    pointer-events: none;
  }
  .types-item:hover .t-title-second {
    color: white;
  }
}
.types-wrap {
  height: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  animation: hiddenAni ease-in-out 0s forwards;
}
.types-img {
  transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .types-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .types-img {
    padding-top: 50%;
    position: relative;
    overflow: hidden;
  }
}
.types-img::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.types-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .types-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.types-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0.8rem;
}
.types-link {
  width: 100%;
  height: 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;
  z-index: 1;
  cursor: pointer;
  transition: 3s ease;
  -webkit-transition: 3s ease;
  -moz-transition: 3s ease;
  -ms-transition: 3s ease;
  -o-transition: 3s ease;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.types-link .t-title-second {
  color: white;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1201px) {
  .types-link .t-title-second {
    color: rgba(255, 255, 255, 0.5);
  }
}

@keyframes aniOpa {
  0% {
    opacity: 0;
  }
}
@keyframes hiddenAni {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: hidden;
  }
}
@keyframes visibleAni {
  0% {
    overflow: visible;
  }
  100% {
    overflow: visible;
  }
}
@keyframes third {
  0% {
    opacity: 1;
  }
}
.detail-intro {
  padding: 3.2rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.detail-intro-list {
  justify-content: space-between;
}
.detail-intro-des {
  font-weight: 700;
}
.detail-content-item {
  width: 100%;
}
.detail-content-item-2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .detail-content-item-2 {
    width: 100%;
  }
}

.detail-blog-content .wp-block-image img {
  width: 100%;
}

.nav {
  overflow-x: auto;
}
.nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1200px) {
  .nav {
    width: 100%;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .nav::-webkit-scrollbar {
    height: 0.2rem;
  }
  .nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1.2rem;
  }
  .nav::-webkit-scrollbar-thumb {
    background: #231F20;
    border-radius: 1.2rem;
  }
  .nav::-webkit-scrollbar-thumb:hover {
    background: #231F20;
  }
}
.nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.nav-item {
  color: rgba(64, 64, 64, 0.5);
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 700;
}
.nav-item:not(:first-child) {
  margin-left: 3.2rem;
}
.nav-item.active {
  color: #404040;
}

.overview {
  background-color: rgba(35, 31, 32, 0.05);
}
.overview-side-left {
  width: 58.3333333333%;
}
@media screen and (max-width: 1200px) {
  .overview-side-left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .overview-side-left {
    width: 100%;
  }
}
.overview-side-right {
  width: 41.6666666667%;
}
@media screen and (max-width: 1200px) {
  .overview-side-right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .overview-side-right {
    width: 100%;
  }
}
.overview-intro {
  width: 54.54vw;
  float: right;
  height: 100%;
  padding-left: 5.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .overview-intro {
    width: 100%;
    padding: 0;
  }
}
.overview-title {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (max-width: 1200px) {
  .overview-title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .overview-title {
    font-size: 4rem;
  }
}
.overview-title-text:nth-child(2) {
  margin-left: 22%;
  -webkit-text-stroke-width: 0.2rem;
  -webkit-text-stroke-color: rgba(64, 64, 64, 0.3);
  color: transparent;
}
@media screen and (max-width: 1200px) {
  .overview-title-text:nth-child(2) {
    -webkit-text-stroke-width: 0.2rem;
  }
}
.overview-item {
  position: relative;
}
.overview-item:not(:last-child) {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}
.overview-item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgba(64, 64, 64, 0.5);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
.overview-item.is-inview::before {
  width: 100%;
}
.overview-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.overview-icon {
  width: 5.6rem;
  height: 5.6rem;
  flex-shrink: 0;
  position: relative;
  top: 1rem;
}
@media screen and (max-width: 500px) {
  .overview-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.overview-icon img {
  width: 100%;
  height: 100%;
}
.overview-content {
  margin-left: 4rem;
}
@media screen and (max-width: 500px) {
  .overview-content {
    margin-left: 1.6rem;
  }
}
.overview-name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.overview-des:not(:last-child) {
  margin-bottom: 1.6rem;
}

.emp-slider .swiper-wrapper {
  flex-direction: row;
  margin-bottom: -0.8rem;
}
.emp-slider .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .emp-slider .swiper-control-wrapper {
    justify-content: center;
  }
}
.emp-wrap {
  position: relative;
}
.emp-wrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 100%);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1201px) {
  .emp-wrap::before {
    opacity: 0;
  }
}
@media (hover: hover) {
  .emp-wrap:hover::before {
    opacity: 1;
  }
  .emp-wrap:hover .emp-img {
    filter: grayscale(0);
  }
  .emp-wrap:hover .emp-content-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.emp-img {
  display: block;
  padding-top: calc((384 / 288) * 100%);
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .emp-img {
    filter: grayscale(100%);
  }
}
.emp-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.emp-content {
  position: absolute;
  bottom: 2.4rem;
  left: 2.4rem;
  right: 2.4rem;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .emp-content {
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .emp-content-wrapper {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
  }
}
.emp-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.emp-des {
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.blog-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 500px) {
  .blog-list {
    margin: 0 -0.2rem;
    margin-bottom: -0.4rem;
  }
}
.blog-item {
  padding: 0 0.8rem;
  margin-bottom: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .blog-item {
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
  }
}
.blog-item-2 {
  width: 50%;
}
.blog-item-3 {
  width: 33.3333333333%;
}
.blog-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .blog-item-4 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .blog-item-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .blog-item-4 {
    width: 100%;
  }
}
@media (hover: hover) {
  .blog-wrap:hover .blog-img img {
    filter: grayscale(0);
    transform: translate(-50%, -50%) scale(1.05);
  }
  .blog-wrap:hover .blog-name a {
    text-decoration: underline;
  }
}
.blog-img {
  display: block;
  padding-top: calc((294 / 392) * 100%);
  position: relative;
  overflow: hidden;
}
.blog-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .blog-img img {
    filter: grayscale(100%);
  }
}
.blog-content {
  margin-top: 1.2rem;
}
.blog-name {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .blog-name {
    font-size: 1.2rem;
  }
}
.blog-name a {
  color: #404040;
}

.career {
  background-color: #F4F4F4;
}
.career-content {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.recruit-item {
  border-bottom: 0.1rem solid rgba(64, 64, 64, 0.3);
}
.recruit-item:first-child {
  border-top: 0.1rem solid rgba(64, 64, 64, 0.3);
}
.recruit-item.active .recruit-head .icon::before {
  opacity: 0;
}
.recruit-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
  column-gap: 1.6rem;
  row-gap: 1rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-head {
    padding-right: 3rem;
    flex-wrap: wrap;
  }
}
.recruit-head .name {
  font-size: 2.4rem;
  font-weight: 700;
  width: 65%;
}
@media only screen and (max-width: 1200px) {
  .recruit-head .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-head .name {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-head .name {
    width: 100%;
  }
}
.recruit-head .location {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .recruit-head .location {
    width: 100%;
  }
}
.recruit-head .location-name {
  font-weight: 700;
}
.recruit-head .icon {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-head .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.recruit-head .icon::before, .recruit-head .icon::after {
  content: "";
  position: absolute;
  background-color: #404040;
  transition: 0.3s ease-in-out;
}
.recruit-head .icon::before {
  width: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.recruit-head .icon::after {
  height: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.recruit-body {
  margin-bottom: 2rem;
  display: none;
}
.recruit-side-left {
  width: 58.3333333333%;
}
@media screen and (max-width: 768px) {
  .recruit-side-left {
    width: 100%;
  }
}
.recruit-side-right {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .recruit-side-right {
    width: 100%;
  }
}
.recruit-form {
  padding: 3.2rem;
  background-color: rgba(64, 64, 64, 0.1);
}
@media screen and (max-width: 1200px) {
  .recruit-form {
    padding: 1.6rem;
  }
}
.recruit-form-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}

.work {
  background-color: rgba(35, 31, 32, 0.05);
}
.work-slider .swiper-slide {
  height: 37.5vw;
}
@media screen and (max-width: 500px) {
  .work-slider .swiper-slide {
    height: 83.5vw;
  }
}
@media screen and (max-width: 767px) {
  .work-slider .swiper-control-wrapper {
    justify-content: center;
  }
}
.work-list {
  --gap: 0.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50% 50%;
  margin: 0 calc(var(--gap) * -1);
  margin-bottom: calc(var(--gap) * -1 * 2);
  height: 100%;
}
.work-item {
  padding: 0 var(--gap);
  margin-bottom: calc(var(--gap) * 2);
  cursor: pointer;
}
@media (hover: hover) {
  .work-item:hover img {
    filter: grayscale(0);
  }
}
.work-img {
  width: 100%;
  height: 100%;
}
.work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .work-img img {
    filter: grayscale(100%);
  }
}
.work-slider .swiper-slide:nth-child(2n+1) .work-item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.work-slider .swiper-slide:nth-child(2n+1) .work-item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.work-slider .swiper-slide:nth-child(2n+1) .work-item:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
.work-slider .swiper-slide:nth-child(2n+2) .work-item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.work-slider .swiper-slide:nth-child(2n+2) .work-item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.work-slider .swiper-slide:nth-child(2n+2) .work-item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.scale {
  background-color: rgba(35, 31, 32, 0.05);
}
.scale-side {
  justify-content: space-between;
}
.scale-side-item {
  width: 41.6666666667%;
}
@media screen and (max-width: 767px) {
  .scale-side-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .scale-main {
    width: 100%;
  }
  .scale-main:first-child {
    margin-bottom: 4rem;
  }
}
.scale-number {
  white-space: nowrap;
  color: rgba(64, 64, 64, 0.2);
}
.scale-number .number {
  font-size: 30rem;
  font-weight: 700;
  line-height: 0.6;
  font-family: "Fester", sans-serif;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .scale-number .number {
    font-size: 20rem;
  }
}
.scale-number .des {
  font-size: 7.2rem;
  font-weight: 500;
}
.scale-item {
  position: relative;
}
.scale-item:not(:last-child) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.scale-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(64, 64, 64, 0.5);
}
.scale-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.scale-wrap .icon {
  width: 7.8rem;
}
.scale-wrap .icon img {
  filter: grayscale(100%);
}
.scale-content {
  margin-left: 2.4rem;
}
.scale-content .name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .scale-content .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .scale-content .name {
    font-size: 1.7rem;
  }
}
.scale-content .des {
  font-weight: 300;
}

.certification {
  position: relative;
}
.certification-img {
  width: 58.8rem;
  margin: 0 auto;
  max-width: 100%;
}
.certification-img img {
  height: auto;
  max-width: 100%;
}
.certification-content {
  margin-top: 3.2rem;
  text-align: center;
}
.certification .btn.is-inview .shape {
  stroke-dasharray: 1000 !important;
}

a {
  pointer-events: visible !important;
}

/*# sourceMappingURL=style.css.map */
