body {
  position: relative;
  font-family: "Noto Serif TC", -apple-system, BlinkMacSystemFont, PingFang TC, Microsoft JhengHei, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #353635;
  background-color: #F3ECE0;
  font-size: 16px;
  padding-top: 86px;
}
body.fixed {
  position: fixed;
  padding-right: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 56px;
  }
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  scrollbar-width: thin;
}

*, ::after, ::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::selection {
  color: #efffff;
  background: rgba(109, 158, 153, 0.76);
}

:focus {
  outline: 0;
}

h1 {
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 5px;
}

h2 {
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 5px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 2px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 2px;
}

h5 {
  font-size: 20px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  color: #353635;
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}
img.fit-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.dot-list ul {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 7px;
}
.dot-list ul li {
  position: relative;
  padding-left: 1em;
}
.dot-list ul li:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 4px;
  border-radius: 2px;
  background-color: #353635;
}

ul.dot-list {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 7px;
}
ul.dot-list li {
  position: relative;
  padding-left: 1em;
}
ul.dot-list li:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 4px;
  border-radius: 2px;
  background-color: #353635;
}

main {
  min-height: 500px;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.c-wrap {
  width: 100%;
  max-width: 1440px;
  margin: auto !important;
}

.def-wrap {
  width: 100%;
  max-width: 1440px;
  margin: auto !important;
}

.wide-wrap {
  width: 100%;
  max-width: 2000px;
  margin: auto !important;
}

.narrow-wrap {
  width: 100%;
  max-width: 970px;
  margin: auto !important;
}

.is-layout-flex {
  display: flex;
}
.is-layout-flex.direction-column {
  flex-direction: column;
}
.is-layout-flex.direction-row {
  flex-direction: row;
}
.is-layout-flex.align-center {
  align-items: center;
}
.is-layout-flex.align-start {
  align-items: start;
}
.is-layout-flex.align-end {
  align-items: end;
}
.is-layout-flex.justify-center {
  justify-content: center;
}
.is-layout-flex.justify-between {
  justify-content: space-between;
}
.is-layout-flex.justify-end {
  justify-content: end;
}
@media screen and (min-width: 1200px) {
  .is-layout-flex.tablet-direction-column {
    flex-direction: column;
  }
  .is-layout-flex.tablet-direction-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  .is-layout-flex.mobile-direction-column {
    flex-direction: column;
  }
  .is-layout-flex.mobile-direction-row {
    flex-direction: row;
  }
}

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.split-text {
  display: inline-block;
  opacity: 0;
  text-align: center;
}
.split-text.split-init {
  opacity: 1;
}
.split-text span {
  display: inline-block;
}
.split-text .space {
  width: 0.5em;
  display: inline-block;
}
.split-text span:nth-child(1) {
  --delay: 0.2s;
}
.split-text span:nth-child(2) {
  --delay: 0.4s;
}
.split-text span:nth-child(3) {
  --delay: 0.6s;
}
.split-text span:nth-child(4) {
  --delay: 0.8s;
}
.split-text span:nth-child(5) {
  --delay: 1s;
}
.split-text span:nth-child(6) {
  --delay: 1.2s;
}
.split-text span:nth-child(7) {
  --delay: 1.4s;
}
.split-text span:nth-child(8) {
  --delay: 1.6s;
}
.split-text span:nth-child(9) {
  --delay: 1.8s;
}
.split-text span:nth-child(10) {
  --delay: 2s;
}
.split-text span:nth-child(11) {
  --delay: 2.2s;
}
.split-text span:nth-child(12) {
  --delay: 2.4s;
}
.split-text span:nth-child(13) {
  --delay: 2.6s;
}
.split-text span:nth-child(14) {
  --delay: 2.8s;
}
.split-text span:nth-child(15) {
  --delay: 3s;
}
.split-text span:nth-child(16) {
  --delay: 3.2s;
}
.split-text.fade-down span {
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transition: transform 0.6s ease-out var(--delay), opacity 0.65s ease-out var(--delay);
  transition: transform 0.6s ease-out var(--delay), opacity 0.65s ease-out var(--delay);
}
.split-text.show-this span {
  opacity: 1;
  transform: translateY(0);
}

.switch-theme {
  will-change: background, color;
  -webkit-transition: background 0.65s cubic-bezier(0.45, 0, 1, 1), color 0.45s ease-out;
  transition: background 0.65s cubic-bezier(0.45, 0, 1, 1), color 0.45s ease-out;
}

.theme-dark {
  background-color: #353635;
  color: #fff;
}

.theme-light {
  background-color: #F3ECE0 !important;
  color: #353635 !important;
}

.theme-green {
  background-color: #547D75 !important;
  color: #fff !important;
}

.link-box .the-link {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #353635;
  letter-spacing: 7px;
  text-indent: 7px;
}
.link-box .the-link:before, .link-box .the-link:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-color: #353635;
  -webkit-transition: width 0.45s ease-out;
  transition: width 0.45s ease-out;
}
.link-box .the-link:after {
  top: calc(100% - 1px);
  left: unset;
  right: 0;
}
@media (hover: hover) {
  .link-box .the-link:hover:before, .link-box .the-link:hover:after {
    width: 100%;
  }
}
.link-box.is-white {
  color: #fff;
  border-color: #fff;
}
.link-box.is-white .the-link {
  color: #fff;
  border-color: #fff;
}
.link-box.is-white .the-link:before, .link-box.is-white .the-link:after {
  background-color: #fff;
}

/* ANI */
.scroll-number {
  position: relative;
  display: flex;
  width: 0;
  overflow: hidden;
}
.scroll-number > span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  flex-shrink: 2;
  width: 1px;
  position: absolute;
  right: 0;
  -webkit-transition: all 2.2s ease;
  transition: all 2.2s ease;
}
.scroll-number > span.visible {
  position: static;
  opacity: 1;
  flex-shrink: 1;
}

.parallax-box {
  position: relative;
}
.parallax-box .move-this {
  position: absolute;
  will-change: transform;
}

.ani-this {
  -webkit-transition: transform 0.65s ease-out, opacity 0.55s ease-out, color 0.45s ease;
  transition: transform 0.65s ease-out, opacity 0.55s ease-out, color 0.45s ease;
}
.ani-this.right-in {
  transform: translateX(50px);
}
.ani-this.left-in {
  transform: translateX(-50px);
}
.ani-this.top-in {
  transform: translateY(-50px);
}
.ani-this.bottom-in {
  transform: translateY(50px);
}
.ani-this.fade-down {
  opacity: 0;
  transform: translateY(-30px);
}
.ani-this.fade-down.in-view {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.ani-this.fade-in {
  opacity: 0;
}
.ani-this.fade-in.in-view {
  opacity: 1 !important;
}
.ani-this.delay-1 {
  -webkit-transition: transform 0.5s ease-out 0.1s, opacity 0.45s ease 0.1s;
  transition: transform 0.5s ease-out 0.1s, opacity 0.45s ease 0.1s;
}
.ani-this.delay-2 {
  -webkit-transition: transform 0.5s ease-out 0.2s, opacity 0.45s ease 0.2s;
  transition: transform 0.5s ease-out 0.2s, opacity 0.45s ease 0.2s;
}
.ani-this.delay-3 {
  -webkit-transition: transform 0.5s ease-out 0.3s, opacity 0.45s ease 0.3s;
  transition: transform 0.5s ease-out 0.3s, opacity 0.45s ease 0.3s;
}
.ani-this.delay-4 {
  -webkit-transition: transform 0.5s ease-out 0.4s, opacity 0.45s ease 0.4s;
  transition: transform 0.5s ease-out 0.4s, opacity 0.45s ease 0.4s;
}
.ani-this.delay-5 {
  -webkit-transition: transform 0.5s ease-out 0.5s, opacity 0.45s ease 0.5s;
  transition: transform 0.5s ease-out 0.5s, opacity 0.45s ease 0.5s;
}
.ani-this.delay-6 {
  -webkit-transition: transform 0.5s ease-out 0.6s, opacity 0.45s ease 0.6s;
  transition: transform 0.5s ease-out 0.6s, opacity 0.45s ease 0.6s;
}
.ani-this.delay-7 {
  -webkit-transition: transform 0.5s ease-out 0.7s, opacity 0.45s ease 0.7s;
  transition: transform 0.5s ease-out 0.7s, opacity 0.45s ease 0.7s;
}
.ani-this.delay-8 {
  -webkit-transition: transform 0.5s ease-out 0.8s, opacity 0.45s ease 0.8s;
  transition: transform 0.5s ease-out 0.8s, opacity 0.45s ease 0.8s;
}
.ani-this.delay-9 {
  -webkit-transition: transform 0.5s ease-out 0.9s, opacity 0.45s ease 0.9s;
  transition: transform 0.5s ease-out 0.9s, opacity 0.45s ease 0.9s;
}
.ani-this.delay-10 {
  -webkit-transition: transform 0.5s ease-out 1s, opacity 0.45s ease 1s;
  transition: transform 0.5s ease-out 1s, opacity 0.45s ease 1s;
}
.ani-this.delay-11 {
  -webkit-transition: transform 0.5s ease-out 1.1s, opacity 0.45s ease 1.1s;
  transition: transform 0.5s ease-out 1.1s, opacity 0.45s ease 1.1s;
}
.ani-this.delay-12 {
  -webkit-transition: transform 0.5s ease-out 1.2s, opacity 0.45s ease 1.2s;
  transition: transform 0.5s ease-out 1.2s, opacity 0.45s ease 1.2s;
}
.ani-this.right-in.in-view, .ani-this.left-in.in-view, .ani-this.top-in.in-view, .ani-this.bottom-in.in-view {
  transform: translate(0, 0) !important;
}
@media screen and (max-width: 600px) {
  .ani-this.no-delay-mobile {
    transition-delay: 0s !important;
  }
}

.btn-close.cmz-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.35s linear;
  transition: background-color 0.35s linear;
}
.btn-close.cmz-btn:before, .btn-close.cmz-btn:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: transform 0.2s linear, background-color 0.3s linear;
  transition: transform 0.2s linear, background-color 0.3s linear;
}
.btn-close.cmz-btn:before {
  transform: rotate(45deg);
}
.btn-close.cmz-btn:after {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .btn-close.cmz-btn:hover {
    background-color: #fff;
  }
  .btn-close.cmz-btn:hover:before {
    background-color: #547D75;
    transform: rotate(45deg) scale(1.18);
  }
  .btn-close.cmz-btn:hover:after {
    background-color: #547D75;
    transform: rotate(-45deg) scale(1.18);
  }
}

/* HEADER */
.nav-list ul {
  list-style: none;
}
.nav-list a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.nav-list .mobile-link {
  display: none;
  visibility: hidden;
}
.nav-list .current-menu-item > a {
  opacity: 0.5;
}
@media (hover: hover) {
  .nav-list a:hover {
    opacity: 0.6;
  }
}
.nav-list .menu-ul > .menu-item {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 3px;
}
.nav-list .menu-ul > .menu-item.menu-item-has-children > a {
  font-size: 20px;
  font-weight: 700;
}
.nav-list .menu-ul > .menu-item.menu-item-has-children > .sub-menu > .menu-item a {
  font-size: 15px;
  font-weight: 400;
}
.nav-list .menu-ul > .single-nav-items.menu-item-has-children > a {
  display: none;
}
.nav-list .menu-ul > .single-nav-items.menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.nav-list .menu-ul > .single-nav-items.menu-item-has-children > .sub-menu > .menu-item a {
  font-size: 20px;
  font-weight: 700;
}

footer .nav-list a {
  font-size: 15px;
  font-weight: 400;
}
footer .nav-list .menu-ul > .single-nav-items.menu-item-has-children > .sub-menu {
  gap: 0;
}

.side-nav {
  height: 100vh;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 95;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s linear, visibility 0.2s linear 0.3s;
  transition: opacity 0.35s linear, visibility 0.2s linear 0.3s;
}
.side-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 24, 45, 0.15);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.side-nav .menu-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 550px;
  padding: 0 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-nav .background-cover {
  background-color: #547D75;
  position: absolute;
  top: 0;
  left: 100.5%;
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.5s cubic-bezier(0.81, 0.01, 0.17, 0.49), opacity 0.35s linear;
  transition: left 0.5s cubic-bezier(0.81, 0.01, 0.17, 0.49), opacity 0.35s linear;
}
.side-nav .btn-close {
  position: relative;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}
.side-nav.show-this {
  visibility: visible;
  opacity: 1;
  -webkit-transition: right 0.2s linear, opacity 0.1s linear;
  transition: right 0.2s linear, opacity 0.1s linear;
}
.side-nav.show-this:after {
  opacity: 1;
}
.side-nav.show-this .background-cover {
  left: 0;
  -webkit-transition: left 0.85s cubic-bezier(0.81, 0.01, 0.17, 0.49);
  transition: left 0.85s cubic-bezier(0.81, 0.01, 0.17, 0.49);
}
.side-nav.show-this .btn-close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: background-color 0.35s linear, opacity 0.3s linear 1.2s;
  transition: background-color 0.35s linear, opacity 0.3s linear 1.2s;
}
.side-nav.show-this .nav-list {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s linear 0.8s;
  transition: opacity 0.3s linear 0.8s;
}
.side-nav .social-links {
  margin-top: 90px;
  position: relative;
  z-index: 9;
  display: none;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 22px;
}
.side-nav .nav-list {
  min-height: 50%;
  position: relative;
  z-index: 9;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}
.side-nav .nav-list #primary-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  max-height: 570px;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .side-nav {
    z-index: 99;
  }
  .side-nav .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .side-nav .social-links {
    display: flex;
    opacity: 0;
    visibility: hidden;
  }
  .side-nav .menu-wrapper {
    padding: 0 30px;
    justify-content: flex-start;
  }
  .side-nav .nav-list .mobile-link {
    display: block;
    visibility: visible;
  }
  .side-nav .nav-list #primary-menu {
    align-content: flex-start;
    min-height: 420px;
  }
  .side-nav .nav-list #primary-menu > .menu-item-has-children:not(.single-nav-items) > a {
    position: relative;
  }
  .side-nav .nav-list #primary-menu > .menu-item-has-children:not(.single-nav-items) .sub-menu {
    min-width: 170px;
    overflow: hidden;
    -webkit-transition: height 0.25s linear, opacity 0.2s linear;
    transition: height 0.25s linear, opacity 0.2s linear;
  }
  .side-nav .menu-ul > .single-nav-items.menu-item-has-children {
    height: 100%;
  }
  .side-nav .menu-ul > .single-nav-items.menu-item-has-children > .sub-menu {
    height: auto;
  }
  .side-nav.show-this .social-links {
    margin-top: 20%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s linear 0.8s;
    transition: opacity 0.3s linear 0.8s;
  }
}

header {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
  position: absolute;
  top: 0;
  z-index: 80;
  width: 100%;
  background-color: #fff;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  will-change: top, height;
}
header.left-logo .brand .mobile-logo {
  opacity: 1;
  visibility: visible;
}
header.left-logo .brand .main-logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 68px;
  z-index: 95;
  -webkit-transition: top 0.35s ease 0.3s, height 0.35s ease;
  transition: top 0.35s ease 0.3s, height 0.35s ease;
}
header.scroll-back {
  -webkit-transition: top 0.35s ease, height 0.35s ease;
  transition: top 0.35s ease, height 0.35s ease;
}
header .header-inner {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1440px;
}
header .brand {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  vertical-align: middle;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: calc(50% + 18px);
  align-items: center;
}
header .brand .main-logo {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .brand .main-logo img {
  max-height: 50px;
}
header .brand .mobile-logo {
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .brand .mobile-logo img {
  max-width: 110px;
}
header .head-controls {
  position: absolute;
  top: 50%;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 25px;
  transform: translateY(-50%);
}
header .social-links {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 13px;
}
header .social-links img {
  -webkit-transition: filter 0.35s ease-out;
  transition: filter 0.35s ease-out;
}
header .social-links a {
  display: flex;
  width: 26px;
  height: 26px;
}
@media (hover: hover) {
  header .social-links a:hover img {
    filter: invert(50%) grayscale(100%) brightness(70%);
  }
}
header .menu-click {
  width: 30px;
  height: 26px;
  cursor: pointer;
}
@media (hover: hover) {
  header .menu-click:hover span:before {
    transform: translateX(-50%) translateY(-1px);
  }
  header .menu-click:hover span:after {
    transform: translateX(-50%) translateY(1px);
  }
}
header .menu-click span {
  position: relative;
  display: block;
  height: 8px;
  width: 100%;
}
header .menu-click span:before, header .menu-click span:after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #353635;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: right;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
header .menu-click span:before {
  top: 0;
}
header .menu-click span:after {
  top: 7px;
}
header .menu-click.on span:before {
  top: 1px;
  opacity: 0;
  transform: translateX(-50%) rotate(-13deg);
}
header .menu-click.on span:after {
  top: 7px;
  opacity: 0;
  transform: translateX(-50%) rotate(13deg);
}
@media screen and (max-width: 768px) {
  header {
    height: 56px;
  }
  header.fixed {
    height: 48px;
  }
  header .brand {
    justify-content: flex-end;
  }
  header .brand .main-logo {
    display: none;
    visibility: hidden;
  }
  header .brand .mobile-logo {
    opacity: 1;
    visibility: visible;
  }
  header .head-controls {
    height: auto;
  }
}

/* FOOTER */
.page-template-timeline .side-action .to-top svg rect {
  fill: #fff;
}
.page-template-timeline .side-action .to-top svg path {
  fill: #547D75;
}

.side-action {
  position: fixed;
  right: 80px;
  bottom: -180px;
  z-index: 91;
  flex-wrap: nowrap;
  gap: 20px;
  opacity: 0;
  -webkit-transition: bottom 1.3s ease-out, opacity 0.35s ease-out;
  transition: bottom 1.3s ease-out, opacity 0.35s ease-out;
}
.side-action .action {
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
@media (hover: hover) {
  .side-action .action:hover {
    opacity: 0.65;
  }
}
.side-action .action.new-project {
  background-color: #fff;
}
.side-action .action a {
  color: #547D75;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  padding: 4px 0 0 4px;
}
.side-action .action svg {
  width: 100%;
  height: 100%;
}
.side-action.on {
  opacity: 1;
  bottom: 120px;
  -webkit-transition: bottom 0.1s linear, opacity 1.3s linear 0.25s;
  transition: bottom 0.1s linear, opacity 1.3s linear 0.25s;
}

.cmz-form.contact-page-form {
  max-width: 750px;
  margin: 0 auto 140px !important;
}
.cmz-form.contact-page-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  border-color: #353635 !important;
  padding: 21px 24px 10px 0 !important;
}
.cmz-form.contact-page-form .wpforms-form button[type=submit] {
  background: #547D75 !important;
  color: #fff !important;
}
@media (hover: hover) {
  .cmz-form.contact-page-form .wpforms-form button[type=submit]:hover {
    opacity: 0.8;
  }
}
.cmz-form.side-contact-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #547D75;
  -webkit-transition: opacity 0.35s linear, visibility 0.3s linear;
  transition: opacity 0.35s linear, visibility 0.3s linear;
}
.cmz-form.side-contact-form .wpforms-form {
  --wpforms-field-border-color: #fff;
  --wpforms-label-color: #fff;
  --wpforms-field-text-color: #fff;
  --wpforms-field-border-color-spare: #fff;
}
.cmz-form.side-contact-form .wpforms-form input, .cmz-form.side-contact-form .wpforms-form textarea, .cmz-form.side-contact-form .wpforms-form input:focus, .cmz-form.side-contact-form .wpforms-form textarea:focus {
  border-color: #fff !important;
}
@media (hover: hover) {
  .cmz-form.side-contact-form .wpforms-form button[type=submit]:hover {
    background: var(--wpforms-button-background-color-alt) !important;
    opacity: 0.8;
  }
}
.cmz-form.hide-this {
  display: none;
  z-index: -99;
}
.cmz-form.show-this {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.cmz-form .btn-close.cmz-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.cmz-form .wpforms-confirmation-container-full {
  text-align: center;
}
.cmz-form.wpforms-container .wpforms-field {
  padding: 20px 0;
}
.cmz-form .wpforms-container .wpforms-field:not(.wpforms-field-layout) {
  padding: 20px 0;
}
.cmz-form .wpforms-container .wpforms-field.wpforms-field-select-style-modern {
  padding: 27px 0;
}
.cmz-form .wpforms-container-full {
  width: 100%;
}
.cmz-form .wpforms-form {
  --wpforms-button-background-color: #F3ECE0;
  --wpforms-button-background-color-alt: #F3ECE0;
  --wpforms-button-text-color: #656665;
  --wpforms-field-size-font-size: 20px;
  --wpforms-field-background-color: transparent;
  --wpforms-field-border-radius: 0;
  --wpforms-button-border-radius: 0;
  --wpforms-field-border-size: 0 0 1px;
  --wpforms-button-size-margin-top: 20px;
  --wpforms-label-error-color: #ffa3a4;
  --wpforms-label-size-font-size: 20px;
}
.cmz-form .wpforms-form .wpforms-submit-spinner {
  max-width: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.cmz-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, .cmz-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner {
  border-color: transparent;
  box-shadow: none !important;
}
.cmz-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  --wpforms-field-text-color: #656665;
  box-shadow: none !important;
}
.cmz-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
  --wpforms-field-text-color: #656665;
  --wpforms-field-background-color: #656665;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: 5px !important;
  border-radius: 6px !important;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  border-color: #656665 !important;
  border-width: 1px !important;
}
.cmz-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cmz-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  border-color: transparent;
  box-shadow: none !important;
  padding: 6.5px 24px 4px 0 !important;
}
.cmz-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder {
  opacity: 1 !important;
}
.cmz-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
  padding: 0 16px 0 0 !important;
}
.cmz-form .wpforms-form label {
  pointer-events: none;
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 7px;
  -webkit-transition: font-size 0.25s linear, top 0.25s linear;
  transition: font-size 0.25s linear, top 0.25s linear;
}
.cmz-form .wpforms-form label .wpforms-required-label {
  display: none;
}
.cmz-form .wpforms-form .focused label {
  font-size: 14px;
  top: 0;
}
.cmz-form .wpforms-form input::placeholder, .cmz-form .wpforms-form textarea::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.cmz-form .wpforms-form input {
  padding: 10px 0 !important;
  height: 50px;
}
.cmz-form .wpforms-form input, .cmz-form .wpforms-form textarea, .cmz-form .wpforms-form input:focus, .cmz-form .wpforms-form textarea:focus {
  background-color: transparent;
  border-width: 0 0 1px !important;
  border-style: solid !important;
  border-color: #353635 !important;
  outline: 0;
  box-shadow: none !important;
}
.cmz-form .wpforms-form textarea {
  --wpforms-field-size-input-height: 160px;
  max-height: 160px;
  padding: 20px 0 !important;
}
.cmz-form .wpforms-form button[type=submit] {
  width: 100%;
  height: 38px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.cmz-form .wpforms-form button[type=submit]:focus:after {
  border: 0 !important;
  box-shadow: unset !important;
}
.cmz-form .wpforms-form em {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  bottom: -3px;
  right: 0;
}
.cmz-form .wpforms-form em:before {
  display: none !important;
}
.cmz-form .form-container {
  height: 100%;
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}
.cmz-form .form-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 550px;
}
.cmz-form .form-title {
  color: #fff;
  text-align: center;
}
.cmz-form .form-title h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 7px;
  text-indent: 7px;
}
.cmz-form .form-title .sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 4px;
  text-indent: 4px;
}
.cmz-form .form-background {
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .cmz-form {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
  .cmz-form .form-wrapper {
    max-height: 90vh;
  }
}
@media screen and (max-width: 769px) {
  .cmz-form .wpforms-container .wpforms-field:not(.wpforms-field-layout) {
    padding: 10px 0;
  }
  .cmz-form div.wpforms-container-full:not(:empty) {
    margin: 5px auto;
  }
  .cmz-form .form-title {
    text-align: center;
    margin: 0 auto;
  }
  .cmz-form .form-title h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .cmz-form .form-title .sub {
    font-size: 16px;
    line-height: 28px;
  }
  .cmz-form .wpforms-form {
    --wpforms-field-size-font-size: 16px;
    --wpforms-label-size-font-size: 16px;
  }
  .cmz-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
    --wpforms-field-size-input-height: 46px;
  }
  .cmz-form .wpforms-form input {
    height: auto;
  }
  .cmz-form .wpforms-form label {
    top: 25px;
  }
}

footer {
  --side-padding: 20px;
  position: relative;
  overflow: hidden;
  min-height: 550px;
  background-color: #547D75;
  color: #fff;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
footer .footer-background {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  transform-origin: center;
  transform: translateX(-50%) scale(1.03);
  -webkit-transition: transform 1.2s ease-out, top 1.2s ease-out;
  transition: transform 1.2s ease-out, top 1.2s ease-out;
  will-change: transform, top, opacity;
}
footer .footer-background.in-view {
  top: -50px;
  transform: translateX(-50%) scale(1);
}
footer .footer-wrapper {
  position: relative;
  z-index: 9;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1440px;
  margin: 100px auto;
}
footer .nav-list {
  width: 65%;
}
footer .nav-list #footer-menu {
  flex-wrap: nowrap;
}
footer .company-info {
  padding-left: 60px;
  margin-left: 60px;
  border-left: 1px solid #fff;
}
footer .company-info .contact-info {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 3px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px;
}
footer .company-info .contact-info .contact-item {
  line-height: 1;
}
footer .company-info .contact-info .contact-item a {
  color: #fff;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media (hover: hover) {
  footer .company-info .contact-info .contact-item a:hover {
    opacity: 0.65;
  }
}
footer .company-info .contact-info .contact-item span {
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
footer .company-info .contact-info .contact-item span:first-child {
  margin-right: 11px;
  padding-right: 8px;
  border-right: 1px solid #fff;
}
footer .company-info .affiliated-link {
  gap: 8px;
  margin-bottom: 15px;
}
footer .company-info .affiliated-link .affiliated-item {
  display: flex;
  justify-content: center;
  height: 42px;
  width: calc(25% - 8px);
  max-width: 136px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media (hover: hover) {
  footer .company-info .affiliated-link .affiliated-item:hover {
    opacity: 0.65;
  }
}
footer .company-info .affiliated-link img {
  width: 100%;
  height: 100%;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .company-info .social-links {
  gap: 20px;
  margin-bottom: 25px;
}
footer .company-info .social-links .social-icon {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  footer .company-info .social-links .social-icon:hover {
    transform: translateY(-5px);
  }
}
footer .company-info .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1260px) {
  footer .footer-background {
    width: 100%;
    height: calc(100% + 60px);
  }
  footer .company-info {
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  footer .nav-list #footer-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 26px;
  }
  footer .nav-list .menu-ul > .menu-item {
    min-width: 165px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-wrapper {
    flex-direction: column !important;
  }
  footer .nav-list {
    width: 100%;
  }
  footer .nav-list #footer-menu {
    justify-content: space-between;
  }
  footer .nav-list .menu-ul > .menu-item {
    min-width: unset;
  }
  footer .company-info {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 30px;
    margin-top: 30px;
    border-left: 0;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 860px) {
  footer .nav-list #footer-menu {
    gap: 20px 8px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrapper {
    margin: 40px auto;
  }
  footer .nav-list #footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
  footer .company-info .affiliated-link {
    flex-wrap: wrap;
  }
  footer .company-info .affiliated-link .affiliated-item {
    width: calc(50% - 8px);
    max-width: 150px;
  }
  footer .company-info .contact-info {
    font-size: 14px;
    letter-spacing: 1px;
  }
  footer .company-info .copyright {
    line-height: 20px;
  }
}

/* ELEMENTS */
section {
  position: relative;
}
section .section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .section-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353635;
  opacity: 0.75;
}

.affiliated-slide .section-title {
  margin-bottom: 79px;
}
.affiliated-slide .card-slide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s;
  --slide-w: 1440px;
}
.affiliated-slide .card-slide[data-current-card="1"] .card:nth-child(1):not(:last-child) {
  margin-left: 0;
}
.affiliated-slide .card-slide[data-current-card="1"] .card:nth-child(2):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="1"] .card:nth-child(3):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="1"] .card:nth-child(4):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="1"] .card:nth-child(5):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="1"] .card:nth-child(6):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="1"] .card:nth-child(7):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.2);
}
.affiliated-slide .card-slide[data-current-card="2"] .card:nth-child(2):not(:last-child) {
  margin-left: 0;
}
.affiliated-slide .card-slide[data-current-card="2"] .card:nth-child(3):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="2"] .card:nth-child(4):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="2"] .card:nth-child(5):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="2"] .card:nth-child(6):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="2"] .card:nth-child(7):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.2);
}
.affiliated-slide .card-slide[data-current-card="3"] .card:nth-child(2):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="3"] .card:nth-child(3):not(:last-child) {
  margin-left: 0;
}
.affiliated-slide .card-slide[data-current-card="3"] .card:nth-child(4):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="3"] .card:nth-child(5):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="3"] .card:nth-child(6):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="3"] .card:nth-child(7):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.2);
}
.affiliated-slide .card-slide[data-current-card="4"] .card:nth-child(2):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="4"] .card:nth-child(3):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="4"] .card:nth-child(4):not(:last-child) {
  margin-left: 0;
}
.affiliated-slide .card-slide[data-current-card="4"] .card:nth-child(5):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="4"] .card:nth-child(6):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="4"] .card:nth-child(7):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.2);
}
.affiliated-slide .card-slide[data-current-card="5"] .card:nth-child(2):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="5"] .card:nth-child(3):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="5"] .card:nth-child(4):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="5"] .card:nth-child(5):not(:last-child) {
  margin-left: 0;
}
.affiliated-slide .card-slide[data-current-card="5"] .card:nth-child(6):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="5"] .card:nth-child(7):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.2);
}
.affiliated-slide .card-slide[data-current-card="6"] .card:nth-child(2):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="6"] .card:nth-child(3):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="6"] .card:nth-child(4):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="6"] .card:nth-child(5):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="6"] .card:nth-child(6):not(:last-child) {
  margin-left: 0;
}
.affiliated-slide .card-slide[data-current-card="6"] .card:nth-child(7):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.2);
}
.affiliated-slide .card-slide[data-current-card="7"] .card:nth-child(2):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="7"] .card:nth-child(3):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="7"] .card:nth-child(4):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="7"] .card:nth-child(5):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="7"] .card:nth-child(6):not(:last-child) {
  margin-left: calc(var(--slide-w) * -0.19);
}
.affiliated-slide .card-slide[data-current-card="7"] .card:nth-child(7):not(:last-child) {
  margin-left: 0;
}
.affiliated-slide .card-slide.show-this {
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .affiliated-slide .card-slide.show-this .card {
    margin-left: calc(var(--slide-w) * -0.16);
  }
  .affiliated-slide .card-slide.show-this .card:last-child {
    right: 0;
  }
}
.affiliated-slide .card-slide .card {
  width: calc(var(--slide-w) * 0.28);
  height: calc(var(--slide-w) * 0.43055);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 62px 68px 0 0;
  -webkit-transition: margin 0.95s cubic-bezier(0.6, 0, 0, 1);
  transition: margin 0.95s cubic-bezier(0.6, 0, 0, 1);
  will-change: margin;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .affiliated-slide .card-slide .card {
    margin-left: -28%;
  }
  .affiliated-slide .card-slide .card:first-child {
    margin-left: 0;
    z-index: 3;
  }
  .affiliated-slide .card-slide .card:last-child {
    position: absolute;
    right: 100%;
    will-change: right;
    -webkit-transition: right 0.95s cubic-bezier(0.6, 0, 0, 1);
    transition: right 0.95s cubic-bezier(0.6, 0, 0, 1);
  }
}
.affiliated-slide .card-slide .card:nth-child(1) {
  z-index: 9;
}
.affiliated-slide .card-slide .card:nth-child(2) {
  z-index: 8;
}
.affiliated-slide .card-slide .card:nth-child(3) {
  z-index: 7;
}
.affiliated-slide .card-slide .card:nth-child(4) {
  z-index: 6;
}
.affiliated-slide .card-slide .card:nth-child(5) {
  z-index: 5;
}
.affiliated-slide .card-slide .card:nth-child(6) {
  z-index: 4;
}
.affiliated-slide .card-slide .card:nth-child(7) {
  z-index: 3;
}
.affiliated-slide .card-slide .card:nth-child(8) {
  z-index: 2;
}
.affiliated-slide .card-slide .card:after {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  display: block;
  height: 101%;
  width: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: background 0.3s ease-out 0.25s;
  transition: background 0.3s ease-out 0.25s;
}
@media (hover: hover) {
  .affiliated-slide .card-slide .card:hover:after {
    background: rgba(0, 0, 0, 0.1);
  }
  .affiliated-slide .card-slide .card:hover > .card-content .title {
    background: #F3ECE0;
    color: #4C4C4C;
  }
  .affiliated-slide .card-slide .card:hover > .card-content .company-item .logo img {
    filter: unset;
  }
}
.affiliated-slide .card-slide .card > .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 4;
}
.affiliated-slide .card-slide .card > .card-content .title {
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 7px;
  background-color: #547D75;
  color: #fff;
  text-indent: 7px;
  margin-bottom: 15px;
  -webkit-transition: background 0.3s ease-out 0.2s, color 0.3s ease-out 0.25s;
  transition: background 0.3s ease-out 0.2s, color 0.3s ease-out 0.25s;
}
.affiliated-slide .card-slide .card > .card-content .companies-list {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.affiliated-slide .card-slide .card > .card-content .company-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.affiliated-slide .card-slide .card > .card-content .company-item a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
@media (hover: hover) {
  .affiliated-slide .card-slide .card > .card-content .company-item a:hover .company-name {
    opacity: 0.7;
  }
}
.affiliated-slide .card-slide .card > .card-content .company-item .logo {
  min-height: 27px;
  display: flex;
  align-items: center;
}
.affiliated-slide .card-slide .card > .card-content .company-item .logo img {
  height: 15px;
  filter: brightness(0) invert(1);
  -webkit-transition: filter 0.45s ease-out 0.25s;
  transition: filter 0.45s ease-out 0.25s;
}
.affiliated-slide .card-slide .card > .card-content .company-item .company-name {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 4px;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.affiliated-slide .card-slide .card > .card-back {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .affiliated-slide .card-slide .swiper-wrapper .swiper-slide:first-child {
    margin-left: var(--side-padding);
  }
  .affiliated-slide .card-slide .swiper-wrapper .swiper-slide:last-child {
    margin-right: var(--side-padding);
  }
}
@media screen and (max-width: 600px) {
  .affiliated-slide {
    padding-top: 45px;
  }
  .affiliated-slide .card-slide .card > .card-content .title {
    min-height: 63px;
  }
  .affiliated-slide .card-slide .card > .card-content .company-item .company-name {
    line-height: 32px;
    min-height: 8em;
  }
}

.section-title h2, .section-title .sub {
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transition: transform 0.85s ease-out 0.15s, opacity 0.7s cubic-bezier(0.45, 0, 1, 1) 0.15s;
  transition: transform 0.85s ease-out 0.15s, opacity 0.7s cubic-bezier(0.45, 0, 1, 1) 0.15s;
}
.section-title h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 4px;
  text-align: center;
  margin: 0;
  transition-delay: 0.3s;
}
.section-title .sub {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 4px;
  text-align: center;
}
.section-title.in-view h2, .section-title.in-view .sub {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 600px) {
  .section-title h2 {
    font-size: 22px;
  }
  .section-title .sub {
    font-size: 16px;
  }
}

.head-banner {
  position: relative;
  background-color: #F3ECE0;
  padding: 82px 0;
  overflow: hidden;
  height: 650px;
}
.head-banner.mid-size {
  height: 600px;
}
.head-banner.min-size {
  height: auto;
  padding: 140px 0;
}
.head-banner.min-size .banner-text {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 4px;
  text-indent: 4px;
}
.head-banner.min-size h1 {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 7px;
  text-indent: 7px;
}
.head-banner.title-with-line h1 {
  margin: 0 0 65px;
  position: relative;
}
.head-banner.title-with-line h1:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #353635;
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translateX(-50%);
}
.head-banner.with-overlay {
  color: #fff;
}
.head-banner.with-overlay h1:after {
  background-color: #fff;
}
.head-banner.with-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.head-banner.with-overlay.green-overlay:after {
  background-color: #547D75;
}
.head-banner.with-overlay.dark-overlay:after {
  background-color: #353635;
}
.head-banner.with-overlay.green-gradient:after {
  background-color: #547D75;
  background: linear-gradient(180deg, rgba(53, 54, 53, 0.5) 0%, #547D75 100%);
  opacity: 1;
}
.head-banner.with-overlay.gray-gradient:after {
  background-color: #F3ECE0;
  background: linear-gradient(180deg, rgba(53, 54, 53, 0.4) 45%, #F3ECE0 100%);
  opacity: 1;
}
.head-banner.simple-banner {
  padding: 0;
  height: 600px;
}
.head-banner.simple-banner h1 {
  text-align: left;
  margin-left: 0;
  margin-bottom: 20px;
  text-indent: 0;
  padding-bottom: 19px;
  position: relative;
}
.head-banner.simple-banner h1:after {
  transform: unset;
  left: 0;
  bottom: 0;
}
.head-banner.simple-banner .banner-inner {
  align-items: flex-start;
}
.head-banner.simple-banner .banner-text {
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}
.head-banner.horizontal-banner {
  padding: 0;
  height: 250px;
}
.head-banner.horizontal-banner .banner-inner {
  flex-direction: row;
  justify-content: space-between;
}
.head-banner.horizontal-banner .banner-text {
  text-align: right;
}
.head-banner.horizontal-banner h1 {
  padding-bottom: 23px;
  position: relative;
  text-indent: 0;
  margin-left: 0;
}
.head-banner.horizontal-banner h1:after {
  background-color: #fff;
  left: 0;
  bottom: 0;
  transform: unset;
}
.head-banner h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 80px;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  text-align: center;
  margin: 0 auto;
}
.head-banner .banner-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
}
.head-banner .banner-text a.btn {
  display: inline-block;
  color: #547D75;
  background-color: #fff;
  padding: 7px 22px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 4px;
  text-indent: 4px;
  -webkit-transition: padding 0.35s ease, opacity 0.35s ease;
  transition: padding 0.35s ease, opacity 0.35s ease;
}
@media (hover: hover) {
  .head-banner .banner-text a.btn:hover {
    opacity: 0.85;
    padding: 8px 24px;
  }
}
.head-banner .banner-text b {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 4px;
  text-indent: 4px;
}
.head-banner .banner-inner {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  z-index: 9;
}
.head-banner .banner-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.head-banner .banner-back.half {
  gap: 0;
}
.head-banner .banner-back.half .background-item {
  width: 50%;
  height: 100%;
}
.head-banner .banner-back.half:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #353635;
  opacity: 0.6;
}
.head-banner.ani-this .banner-back img {
  transform: scale(1.1);
  -webkit-transition: transform 2s ease-out 0.1s;
  transition: transform 2s ease-out 0.1s;
}
.head-banner.ani-this.in-view .banner-back img {
  transform: scale(1);
}
.head-banner.ani-this.in-view .banner-text {
  opacity: 1;
}
.head-banner.ani-this.in-view .banner-text span, .head-banner.ani-this.in-view .banner-text p {
  opacity: 1;
}
.head-banner.ani-this.in-view .cmz-heading, .head-banner.ani-this.in-view .banner-title {
  opacity: 1;
}
.head-banner.ani-this.in-view .cmz-heading:after, .head-banner.ani-this.in-view .banner-title:after {
  opacity: 1;
}
.head-banner.ani-this .cmz-heading {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-out 0.35s;
  transition: opacity 0.7s ease-out 0.35s;
}
.head-banner.ani-this .cmz-heading:nth-child(2) {
  -webkit-transition: opacity 0.75s ease-out 0.35s;
  transition: opacity 0.75s ease-out 0.35s;
}
.head-banner.ani-this .banner-title {
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-out 0.7s;
  transition: opacity 0.75s ease-out 0.7s;
}
.head-banner.ani-this .banner-title:after {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.75s;
  transition: opacity 0.5s ease-out 0.75s;
}
.head-banner.ani-this .banner-text span, .head-banner.ani-this .banner-text p {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-out 0.75s;
  transition: opacity 0.7s ease-out 0.75s;
}
.head-banner.ani-this .banner-text span:nth-child(2), .head-banner.ani-this .banner-text p:nth-child(2) {
  -webkit-transition: opacity 0.75s ease-out 0.85s;
  transition: opacity 0.75s ease-out 0.85s;
}

.publish-time-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
}
.publish-time-tag.top-tag {
  background-color: #547D75;
  color: #fff;
  position: absolute;
  top: 0;
  right: 25px;
  padding: 6px 15px;
}
.publish-time-tag span.day {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .publish-time-tag.top-tag {
    right: 16px;
    padding: 6px;
    width: 54px;
  }
  .publish-time-tag span.day {
    font-size: 28px;
    line-height: 28px;
  }
}

.not-found-notice {
  margin-top: 130px;
  margin-bottom: 130px;
  text-align: center;
}
.not-found-notice h4 {
  letter-spacing: 4px;
  text-indent: 4px;
}

.archive-list {
  margin: 80px auto;
}
.archive-list.posts-list .entries {
  max-width: 1440px;
  margin: 0 auto 130px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: 40px;
}
.archive-list.posts-list.in-view .entry {
  opacity: 1;
  filter: saturate(0.5);
}
@media (hover: hover) {
  .archive-list.posts-list.in-view .entry:hover {
    filter: saturate(1);
  }
  .archive-list.posts-list.in-view .entry:hover h4, .archive-list.posts-list.in-view .entry:hover p {
    color: #547D75;
  }
}
.archive-list.posts-list .entry {
  opacity: 0.5;
  filter: saturate(0.15);
  -webkit-transition: filter 0.5s ease-out, opacity 0.5s ease-out;
  transition: filter 0.5s ease-out, opacity 0.5s ease-out;
}
.archive-list.posts-list .entry h4, .archive-list.posts-list .entry p {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive-list.posts-list .entry h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 4px;
  margin: 0;
}
.archive-list.posts-list .entry p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 7px;
}
.archive-list.posts-list .entry .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 3px;
  color: #547D75;
  padding: 3px 10px;
  border: 1px solid #547D75;
  margin-bottom: 10px;
}
.archive-list.events-list .entries {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
  gap: 20px;
  margin-bottom: 100px;
}
.archive-list.events-list .entries.no-gap {
  gap: 0;
}
@media screen and (max-width: 860px) {
  .archive-list.events-list .entries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .archive-list.events-list .entries {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.archive-list.magazine-list {
  max-width: 1440px;
  margin: 0 auto 130px;
}
.archive-list.magazine-list .entries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: 120px;
  margin-bottom: 120px;
}
.archive-list.magazine-list .entry.post-item {
  max-width: 350px;
}
.archive-list.magazine-list .entry.post-item .entry-image {
  aspect-ratio: 580/820;
  overflow: hidden;
  background-color: #e0d6c7;
  box-shadow: 15px 15px 47px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: 40px;
}
.archive-list.magazine-list .entry.post-item .entry-meta {
  color: #547D75;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}
.archive-list.magazine-list .entry.post-item .entry-meta:after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #547D75;
  position: absolute;
  left: 0;
  bottom: 0;
}
.archive-list.magazine-list .entry.post-item .entry-meta .publish-month {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 4px;
}
.archive-list.magazine-list .entry.post-item .entry-meta .date-info {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.archive-list.magazine-list .entry.post-item .entry-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  margin-bottom: 5px;
}
.archive-list.magazine-list .entry.post-item .sub {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 6px;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 7px;
}
.archive-list.magazine-list .entry.post-item .sub .job_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1440px) {
  .archive-list.magazine-list .entries {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .archive-list.magazine-list .entries {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .archive-list.magazine-list .entries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .archive-list.magazine-list .entry.post-item .entry-title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
    margin: 0;
  }
  .archive-list.magazine-list .entry.post-item .publish-month {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 600px) {
  .archive-list.magazine-list .entries {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
  }
  .archive-list.magazine-list .entry.post-item .entry-image {
    box-shadow: 12px 12px 36px 0 rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
  }
}
.archive-list .pagination .nav-links {
  margin-bottom: 130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.archive-list .pagination .page-numbers {
  height: 40px;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 4px;
}
.archive-list .pagination .page-numbers.current {
  color: #547D75;
}
.archive-list .pagination svg path.back-circle {
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
}
@media (hover: hover) {
  .archive-list .pagination .prev:hover svg path.back-circle, .archive-list .pagination .next:hover svg path.back-circle {
    fill: #353635;
  }
}
.archive-list .pagination:not(.archive .pagination) {
  margin-bottom: 130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.archive-list .entry {
  position: relative;
}
.archive-list .entry .entry-image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.archive-list .entry .entry-image img {
  display: block;
}
.archive-list .entry.post-item .entry-image {
  margin-bottom: 15px;
}
.archive-list .entry.event-item {
  overflow: hidden;
}
.archive-list .entry.event-item:after, .archive-list .entry.event-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(84, 125, 117, 0.8);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.archive-list .entry.event-item:before {
  opacity: 0;
}
.archive-list .entry.event-item:after {
  opacity: 1;
  background: linear-gradient(180deg, rgba(53, 54, 53, 0.2) 70%, rgb(84, 125, 117) 100%), linear-gradient(180deg, rgba(53, 54, 53, 0.2) 70%, rgb(53, 54, 53) 100%);
}
@media (hover: hover) {
  .archive-list .entry.event-item:hover:after {
    opacity: 0;
  }
  .archive-list .entry.event-item:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
  }
}
.archive-list .entry.event-item h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
}
.archive-list .entry.event-item .entry-image {
  aspect-ratio: 345/679;
}
.archive-list .entry.event-item .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 50px 20px;
  color: #fff;
}
.archive-list .entry.event-item .category {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
  margin-bottom: 6px;
  display: flex;
  gap: 13px;
  flex-direction: row;
  justify-content: center;
}
.archive-list .entry.event-item .category span {
  position: relative;
}
.archive-list .entry.event-item .category span:not(:last-child):after {
  content: "";
  display: block;
  height: 1em;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: -7px;
  top: 5px;
}
.archive-list .entry.event-item .event-time {
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.archive-list .entry.event-item .event-time .day {
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1200px) {
  .archive-list.posts-list .entries {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .archive-list.posts-list .entries {
    margin: 0 auto 80px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  .archive-list.posts-list .entry {
    max-width: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .archive-list.posts-list .entry h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .archive-list.posts-list .entry p {
    letter-spacing: 2px;
  }
}

.filter-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
  max-width: 1440px;
  margin: auto;
}
.filter-wrapper form {
  display: none;
}
.filter-wrapper.value-selected .btn-submit, .filter-wrapper.value-selected .btn-clear {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.filter-wrapper.has-value .btn-clear {
  left: calc(50% + 230px);
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.filter-wrapper .btn-clear, .filter-wrapper .btn-submit {
  border: 1px solid #353635;
  border-radius: 25px;
  background-color: #F3ECE0;
  display: block;
  height: 35px;
  width: 35px;
  -webkit-transition: background-color 0.35s ease, opacity 0.35s ease, left 0.3s ease;
  transition: background-color 0.35s ease, opacity 0.35s ease, left 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
@media (hover: hover) {
  .filter-wrapper .btn-clear:hover, .filter-wrapper .btn-submit:hover {
    background-color: #e7dfd1;
  }
}
.filter-wrapper .btn-clear {
  left: calc(50% + 280px);
}
.filter-wrapper .btn-clear:after, .filter-wrapper .btn-clear:before {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background-color: #353635;
  position: absolute;
  left: 8px;
  top: 17px;
}
.filter-wrapper .btn-clear:after {
  transform: rotate(135deg);
}
.filter-wrapper .btn-clear:before {
  transform: rotate(45deg);
}
.filter-wrapper .btn-submit {
  left: calc(50% + 230px);
}
.filter-wrapper .btn-submit:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border-top: 2px solid #353635;
  border-left: 2px solid #353635;
  position: absolute;
  right: 13px;
  top: 11px;
  transform: rotate(135deg);
}
@media screen and (max-width: 769px) {
  .filter-wrapper {
    max-width: 450px;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 10px;
  }
  .filter-wrapper .filter-select {
    width: 100% !important;
  }
  .filter-wrapper .filter-select.category-select {
    z-index: 15;
  }
  .filter-wrapper .btn-submit, .filter-wrapper .btn-clear {
    bottom: -48px;
    top: unset;
  }
  .filter-wrapper .btn-submit {
    left: calc(50% - 40px);
  }
  .filter-wrapper .btn-clear {
    left: calc(50% + 4px);
  }
  .filter-wrapper.has-value .btn-clear {
    left: calc(50% - 18px);
  }
}

.filter-select {
  position: relative;
  z-index: 9;
  min-width: 200px;
}
.filter-select .item-top, .filter-select .term-list {
  border: 1px solid #353635;
  border-radius: 25px;
  background-color: #F3ECE0;
}
.filter-select .item-top {
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px 17px;
  -webkit-transition: background-color 0.45s ease;
  transition: background-color 0.45s ease;
}
.filter-select .item-top span {
  pointer-events: none;
}
.filter-select .item-top:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border-top: 2px solid #353635;
  border-left: 2px solid #353635;
  position: absolute;
  right: 17px;
  top: 9px;
  transform: rotate(-135deg);
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.filter-select .term-list {
  padding: 8px 0;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.filter-select.show-items .item-top:after {
  top: 13px;
  transform: rotate(-135deg) scale(-1, -1);
}
.filter-select.show-items .term-list {
  visibility: visible;
  opacity: 1;
}
.filter-select .single-term {
  line-height: 1.15;
  padding: 5px 17px;
  cursor: pointer;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.filter-select .single-term span {
  pointer-events: none;
}
@media (hover: hover) {
  .filter-select .single-term:hover {
    background-color: #e7dfd1;
  }
  .filter-select .item-top:hover {
    background-color: #e7dfd1;
  }
}
@media screen and (max-width: 769px) {
  .filter-select {
    min-width: 170px;
  }
}

.slide-pagination {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: auto;
}
.slide-pagination .total-slides {
  min-width: 38px;
  text-align: center;
  text-indent: 7px;
  text-indent: 4px;
  letter-spacing: 4px;
}
.slide-pagination .numbers {
  position: relative;
  width: 48px;
  height: 22px;
  bottom: unset;
  top: unset;
  left: unset;
}
.slide-pagination .numbers .bullet {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 38px;
  text-align: center;
  text-indent: 4px;
  letter-spacing: 4px;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}
.slide-pagination .numbers .bullet.swiper-pagination-bullet-active {
  opacity: 1;
  visibility: visible;
}

/* HOME */
.home .in-view .section-title h2, .home .in-view .section-title .sub {
  opacity: 1;
  transform: translateY(0);
}
.home #app {
  position: relative;
  width: 100%;
  height: calc(200vh - 1px);
  overflow: hidden;
}
.home #app:after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #0c1407;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .home #app {
    height: calc(160vh - 1px);
  }
}
.home .home-kv {
  position: relative;
  overflow: hidden;
}
.home .home-kv a {
  color: #fff;
}
.home .home-kv .kv-content {
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.home .home-kv .kv-content .content-top, .home .home-kv .kv-content .content-bottom {
  position: relative;
  min-height: 45%;
}
.home .home-kv .kv-content .content-top h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.35em;
}
.home .home-kv .kv-content .content-top .sub {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 7px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.home .home-kv .kv-content .content-top .text-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 36px;
  position: absolute;
  top: 50%;
  left: calc(50% + 52px);
  transform: translate(-50%, -50%);
}
.home .home-kv .kv-content .content-bottom .bottom-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .home-kv .kv-content .content-bottom .text-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 36px;
}
.home .home-kv .kv-content .content-bottom .link-box {
  margin-top: 135px;
  opacity: 0;
  -webkit-transition: opacity 1.3s ease-out 3.85s;
  transition: opacity 1.3s ease-out 3.85s;
}
.home .home-kv .kv-content .content-bottom .bottom-wrap.in-view .link-box {
  opacity: 1;
}
.home .home-kv .kv-content .content-bottom .bottom-wrap.in-view .sub {
  opacity: 1;
  transform: translateY(0);
}
.home .home-kv .kv-content .content-bottom .poem .lines {
  display: flex;
  gap: 36px;
  font-size: 20px;
  line-height: 34px;
}
.home .home-kv .kv-content .content-bottom .poem .lines div:nth-child(3) {
  margin-top: -41px;
}
.home .home-kv .kv-content .content-bottom .poem .lines div:nth-child(1) {
  margin-top: -16px;
}
.home .home-kv .kv-content .content-bottom .poem .lines div.show-this b {
  opacity: 1;
  transform: translateY(0);
}
.home .home-kv .kv-content .content-bottom .poem b {
  font-size: 25px;
  margin-bottom: 1em;
  display: block;
  opacity: 0;
  transform: translateY(-28px);
  -webkit-transition: transform 1.15s ease-out, opacity 1.05s ease-out;
  transition: transform 1.15s ease-out, opacity 1.05s ease-out;
}
.home .home-kv .kv-content .content-bottom .sub {
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 80px;
  min-height: 150px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 7px;
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transition: transform 1.2s ease-out, opacity 1.3s ease-out;
  transition: transform 1.2s ease-out, opacity 1.3s ease-out;
  transition-delay: 3.2s;
}
@media screen and (max-width: 600px) {
  .home .home-kv .kv-content .content-top {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home .home-kv .kv-content .content-top .text-wrap {
    gap: 25px;
    width: 152px;
    min-height: 220px;
    justify-content: center;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .home .home-kv .kv-content .content-top h1 {
    display: flex;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home .home-kv .kv-content .content-top .sub {
    line-height: 40px;
    width: 80px;
    position: absolute;
    right: -40px;
    top: 4px;
  }
  .home .home-kv .kv-content .content-bottom .poem b {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }
  .home .home-kv .kv-content .content-bottom .poem .lines {
    gap: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }
}
.home .work-slide {
  --swiper-theme-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 1em;
  --swiper-pagination-bullet-height: auto;
  position: relative;
  color: #fff;
  height: 100vh;
  min-height: 1050px;
  overflow-x: clip;
}
@media screen and (max-width: 1520px) {
  .home .work-slide {
    --side-padding: 30px ;
  }
}
.home .work-slide .slide-intro {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 5;
  height: 100vh;
  min-height: 1050px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 0.85s ease-in;
  transition: opacity 0.85s ease-in;
}
.home .work-slide .slide-intro.active-leaving {
  opacity: 0;
}
.home .work-slide .slide-intro .intro-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  -webkit-clip-path: inset(15% 7.5%);
  clip-path: inset(15% 7.5%);
  -webkit-transition: -webkit-clip-path 0.8s;
  transition: -webkit-clip-path 0.8s;
  transition: clip-path 0.8s, -webkit-clip-path 0.8s;
}
.home .work-slide .slide-intro .intro-back:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: backdrop-filter 0.85s linear;
  transition: backdrop-filter 0.85s linear;
}
.home .work-slide .slide-intro .intro-back .background-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home .work-slide .slide-intro .intro-back img {
  transform: scale(1.001);
  -webkit-transition: transform 9s linear;
  transition: transform 9s linear;
}
.home .work-slide .slide-intro .intro-back.in-view {
  -webkit-clip-path: inset(0% 0%);
  clip-path: inset(0% 0%);
}
.home .work-slide .slide-intro .intro-back.in-view img {
  transform: scale(1.25);
}
.home .work-slide .slide-intro .poem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
  font-size: 25px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 16px;
}
.home .work-slide .slide-intro .poem .lines span, .home .work-slide .slide-intro .poem .title span {
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transition: transform 1.25s ease var(--delay), opacity 1.35s ease var(--delay);
  transition: transform 1.25s ease var(--delay), opacity 1.35s ease var(--delay);
}
.home .work-slide .slide-intro .poem .lines .show-this span, .home .work-slide .slide-intro .poem .title .show-this span {
  opacity: 1;
  transform: translateY(0);
}
.home .work-slide .slide-intro .poem .lines {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.home .work-slide .slide-main {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  min-height: 1050px;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.home .work-slide .slide-main.in-view {
  opacity: 1;
  visibility: visible;
}
.home .work-slide .slide-main.in-view .section-title {
  transform: translateY(0);
  opacity: 1;
}
.home .work-slide .slide-main.in-view .work-slide-wrap {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 820px) {
  .home .work-slide {
    min-height: 1200px;
  }
  .home .work-slide .slide-main, .home .work-slide .slide-intro {
    min-height: 1200px;
  }
}
@media screen and (max-width: 600px) {
  .home .work-slide {
    min-height: 1050px;
  }
  .home .work-slide .slide-main, .home .work-slide .slide-intro {
    min-height: 1050px;
  }
  .home .work-slide .slide-intro .poem {
    gap: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
}
.home .work-slide .section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 84px;
}
@media screen and (max-width: 600px) {
  .home .work-slide .section-title {
    margin-bottom: 70px;
  }
}
.home .work-slide .work-slide-wrap {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: transform 0.8s ease-out 0.15s, opacity 0.75s cubic-bezier(0.45, 0, 1, 1) 0.25s;
  transition: transform 0.8s ease-out 0.15s, opacity 0.75s cubic-bezier(0.45, 0, 1, 1) 0.25s;
  opacity: 0;
  transform: scale(1.02);
}
.home .work-slide .work-slide-wrap .swiper-wrapper {
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .home .work-slide .work-slide-wrap {
    padding-right: var(--side-padding);
    padding-left: var(--side-padding);
  }
}
.home .work-slide .work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  gap: 20px;
}
.home .work-slide .work-item.active-coming .work-image {
  transition-delay: 0.25s;
  opacity: 1;
}
.home .work-slide .work-item.active-leaving .work-drawing, .home .work-slide .work-item.active-leaving .work-desc, .home .work-slide .work-item.active-leaving .work-image {
  opacity: 0;
}
.home .work-slide .work-item.in-view .work-drawing, .home .work-slide .work-item.in-view .work-desc, .home .work-slide .work-item.in-view .work-image {
  opacity: 1;
}
.home .work-slide .work-item .work-image {
  height: 555px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.45s ease-out;
  transition: opacity 0.45s ease-out;
}
.home .work-slide .work-item .work-drawing {
  width: 360px;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-out;
  transition: opacity 0.45s ease-out;
}
.home .work-slide .work-item .work-desc {
  max-width: 360px;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-out;
  transition: opacity 0.45s ease-out;
}
.home .work-slide .work-item .work-desc h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 4px;
  margin-bottom: 11px;
}
.home .work-slide .work-item .work-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 7px;
}
.home .work-slide .work-item .work-desc .link-box {
  margin-top: 49px;
}
@media screen and (max-width: 1300px) {
  .home .work-slide .work-item {
    justify-content: space-evenly;
    gap: 18px;
  }
  .home .work-slide .work-item .work-drawing {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .home .work-slide .work-item {
    flex-direction: column;
  }
  .home .work-slide .work-item .work-desc {
    text-align: center;
  }
  .home .work-slide .work-item .work-desc p {
    text-align: justify;
  }
  .home .work-slide .work-item .work-desc h4, .home .work-slide .work-item .work-desc .year {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .home .work-slide .work-item .work-image {
    height: 320px;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .home .work-slide .work-item .work-desc h4 {
    font-size: 20px;
  }
  .home .work-slide .work-item .work-desc p {
    letter-spacing: 2px;
  }
  .home .work-slide .work-item .work-desc .link-box {
    margin-top: 18px;
  }
}
.home .work-slide .with-blur:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.home .work-slide .slide-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.home .work-slide .slide-back .background-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.65s ease-out 0.35s;
  transition: opacity 0.65s ease-out 0.35s;
}
.home .work-slide .slide-back .background-item.in-view {
  opacity: 1;
}
.home .work-slide .slide-nav {
  color: #fff;
  letter-spacing: 7px;
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .home .work-slide .slide-nav {
    margin-top: 30px;
  }
}
.home .work-slide .slide-nav .btn-nav {
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}
.home .work-slide .slide-nav .btn-nav.swiper-button-disabled {
  opacity: 0.125;
  pointer-events: none;
}
@media (hover: hover) {
  .home .work-slide .slide-nav .btn-nav:hover {
    opacity: 0.5;
  }
}
.home .work-slide .slide-nav .swiper-pagination-bullet {
  text-align: center;
}
.home .affiliated-slide {
  padding: 168px 0 0;
}
.home .history-future {
  background-color: #353635;
  color: #fff;
  position: relative;
  min-height: 4400px;
}
.home .history-future .floating-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: 2200px;
  max-width: 2000px;
}
.home .history-future .floating-container.future-container {
  top: 2200px;
}
@media screen and (max-width: 600px) {
  .home .history-future {
    min-height: 3540px;
  }
  .home .history-future .floating-container {
    padding: 88px 0 0;
    min-height: 1770px;
  }
  .home .history-future .floating-container.future-container {
    top: 1770px;
  }
}
.home .history-future .sticky-content {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.home .history-future .sticky-content .text-content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  will-change: opacity;
}
.home .history-future .sticky-content .text-content h3, .home .history-future .sticky-content .text-content p {
  transform-origin: left;
  will-change: transform, opacity;
  -webkit-transition: transform 0s linear 0.55s, opacity 0.5s linear;
  transition: transform 0s linear 0.55s, opacity 0.5s linear;
}
.home .history-future .sticky-content .text-content h3 {
  transform: translateY(16px);
  opacity: 0;
}
.home .history-future .sticky-content .text-content p {
  transform: translateY(1em);
  opacity: 0;
}
.home .history-future .sticky-content .text-content.in-view {
  opacity: 1;
  -webkit-transition: opacity 0.45s cubic-bezier(0.45, 0, 1, 1);
  transition: opacity 0.45s cubic-bezier(0.45, 0, 1, 1);
}
.home .history-future .sticky-content .text-content.in-view h3, .home .history-future .sticky-content .text-content.in-view p {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: transform 1s cubic-bezier(0.45, 0, 1, 1), opacity 1s linear;
  transition: transform 1s cubic-bezier(0.45, 0, 1, 1), opacity 1s linear;
}
.home .history-future .sticky-content .text-content.in-view p:nth-of-type(0) {
  transition-delay: 0s;
}
.home .history-future .sticky-content .text-content.in-view p:nth-of-type(1) {
  transition-delay: 0.2s;
}
.home .history-future .sticky-content .text-content.in-view p:nth-of-type(2) {
  transition-delay: 0.4s;
}
.home .history-future .sticky-content .text-content.in-view p:nth-of-type(3) {
  transition-delay: 0.6s;
}
.home .history-future .sticky-content .text-content.in-view p:nth-of-type(4) {
  transition-delay: 0.8s;
}
.home .history-future .sticky-content .text-content.in-view p:nth-of-type(5) {
  transition-delay: 1s;
}
@media screen and (max-width: 600px) {
  .home .history-future .sticky-content {
    display: none;
  }
}
.home .history-future .for-history .text-content {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.home .history-future .text-content h3 {
  margin: 0 auto 42px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  line-height: 53px;
}
.home .history-future .text-content p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 5px;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 820px) {
  .home .history-future .text-content h3 {
    font-size: 40px;
    line-height: 53px;
    letter-spacing: 5px;
  }
  .home .history-future .text-content p {
    font-size: 17px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .home .history-future .text-content p {
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .home .history-future .text-content {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
  .home .history-future .text-content p {
    letter-spacing: 0;
  }
  .home .history-future .text-content p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home .history-future .floating-wrapper {
    overflow: hidden;
    min-height: 1400px;
  }
}
.home .history-future .floating-wrapper .floating-img:nth-child(1) {
  left: 0;
  top: 130px;
}
.home .history-future .floating-wrapper .floating-img:nth-child(2) {
  left: 220px;
  top: 800px;
}
.home .history-future .floating-wrapper .floating-img:nth-child(3) {
  left: 30px;
  top: 1000px;
}
.home .history-future .floating-wrapper .floating-img:nth-child(4) {
  right: 0;
  top: 0;
}
.home .history-future .floating-wrapper .floating-img:nth-child(5) {
  right: 55px;
  top: 350px;
}
.home .history-future .floating-wrapper .floating-img:nth-child(6) {
  right: 20px;
  top: 1050px;
}
.home .history-future .floating-wrapper .floating-img {
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .home .history-future .floating-wrapper .floating-img {
    max-width: 36%;
  }
}
@media screen and (max-width: 600px) {
  .home .history-future .floating-wrapper .floating-img {
    max-width: unset;
  }
  .home .history-future .floating-wrapper .floating-img:nth-child(1) {
    left: -15px;
    top: 270px;
    width: 60%;
  }
  .home .history-future .floating-wrapper .floating-img:nth-child(2) {
    left: -30px;
    top: 650px;
    width: 80%;
  }
  .home .history-future .floating-wrapper .floating-img:nth-child(3) {
    left: -30px;
    top: 1030px;
    width: 80%;
  }
  .home .history-future .floating-wrapper .floating-img:nth-child(4) {
    width: 65%;
  }
  .home .history-future .floating-wrapper .floating-img:nth-child(5) {
    right: -40px;
    top: 480px;
    width: 110%;
  }
  .home .history-future .floating-wrapper .floating-img:nth-child(6) {
    right: -25px;
    top: 840px;
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .home .history-future .future-container .floating-wrapper .floating-img:nth-child(1) {
    left: -25px;
    top: 290px;
    width: 65%;
  }
  .home .history-future .future-container .floating-wrapper .floating-img:nth-child(2) {
    left: -60px;
    top: 530px;
    width: 85%;
  }
  .home .history-future .future-container .floating-wrapper .floating-img:nth-child(3) {
    top: 1140px;
    width: 72%;
  }
  .home .history-future .future-container .floating-wrapper .floating-img:nth-child(4) {
    width: 60%;
  }
  .home .history-future .future-container .floating-wrapper .floating-img:nth-child(5) {
    top: 380px;
  }
  .home .history-future .future-container .floating-wrapper .floating-img:nth-child(6) {
    right: -30px;
    top: 740px;
    width: 85%;
  }
}
.home .yq-life {
  background-color: #F3ECE0;
  overflow-x: clip;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
.home .yq-life .floating-wrapper .floating-img:nth-child(1) {
  left: -200px;
  top: -160px;
}
.home .yq-life .floating-wrapper .floating-img:nth-child(2) {
  right: -30%;
  top: 400px;
}
.home .yq-life .content-wrapper {
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 75px;
}
.home .yq-life .text-content, .home .yq-life .ani-content {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .home .yq-life .text-content, .home .yq-life .ani-content {
    width: 100%;
  }
}
.home .yq-life .text-content {
  max-width: 570px;
}
.home .yq-life .text-content h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 4px;
  margin: 0;
}
.home .yq-life .text-content .sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 4px;
}
.home .yq-life .text-content .paragraph {
  margin: 64px 0;
}
.home .yq-life .text-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 5px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  .home .yq-life .text-content p {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
.home .yq-life .magazines {
  position: relative;
  height: 100vh;
}
.home .yq-life .magazines .magazine {
  width: 68%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: 50% 70%;
  -webkit-transition: transform 0.65s cubic-bezier(0.6, 0.15, 0.5, 0.5) 0.25s, opacity 0.35s ease-out, top 0.35s ease-out;
  transition: transform 0.65s cubic-bezier(0.6, 0.15, 0.5, 0.5) 0.25s, opacity 0.35s ease-out, top 0.35s ease-out;
}
.home .yq-life .magazines .magazine:nth-child(1) {
  z-index: 5;
}
.home .yq-life .magazines .magazine:nth-child(2) {
  z-index: 4;
  transition-delay: 0.35s;
}
.home .yq-life .magazines .magazine:nth-child(3) {
  z-index: 3;
  transition-delay: 0.45s;
}
.home .yq-life .magazines .magazine:nth-child(4) {
  z-index: 2;
  transition-delay: 0.55s;
}
.home .yq-life .magazines.show-this .magazine {
  opacity: 1;
}
.home .yq-life .magazines.show-this .magazine:nth-child(1) {
  transform: translate(-50%, -50%) rotate(15deg);
}
.home .yq-life .magazines.show-this .magazine:nth-child(2) {
  transform: translate(-50%, -50%) rotate(5deg);
}
.home .yq-life .magazines.show-this .magazine:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-5deg);
}
.home .yq-life .magazines.show-this .magazine:nth-child(4) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.home .yq-life .magazines.show-this.visible .magazine {
  -webkit-transition: transform 0.35s ease-out, top 0.35s ease-out, top 0.35s ease-out;
  transition: transform 0.35s ease-out, top 0.35s ease-out, top 0.35s ease-out;
}
.home .yq-life .magazines[data-current-mag="0"] .magazine[data-index="0"] {
  top: 45%;
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(-5deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="1"] {
  top: 45%;
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(-5deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(-5deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(-5deg);
}
.home .yq-life .magazines[data-current-mag="1"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(15deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(15deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="2"] {
  top: 45%;
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(15deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(15deg);
}
.home .yq-life .magazines[data-current-mag="2"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(15deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(10deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(15deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(10deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(15deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(10deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="3"] {
  top: 45%;
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="0"] {
  transform: translate(-50%, -50%) rotate(20deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="1"] {
  transform: translate(-50%, -50%) rotate(15deg);
}
.home .yq-life .magazines[data-current-mag="3"] .magazine[data-index="2"] {
  transform: translate(-50%, -50%) rotate(10deg);
}
@media screen and (max-width: 1500px) {
  .home .yq-life {
    --side-padding: 30px;
  }
  .home .yq-life .content-wrapper {
    gap: 0;
  }
}
@media screen and (max-width: 820px) {
  .home .yq-life .content-wrapper {
    min-height: 680px;
  }
  .home .yq-life .magazines {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .home .yq-life .floating-wrapper .floating-img {
    width: 100%;
  }
  .home .yq-life .floating-wrapper .floating-img:nth-child(2) {
    right: -40%;
    top: 320px;
  }
  .home .yq-life .content-wrapper {
    flex-direction: column;
  }
  .home .yq-life .magazines .magazine:not(:first-child) {
    pointer-events: none;
  }
}
@media screen and (max-width: 600px) {
  .home .yq-life {
    padding-top: 120px;
    padding-bottom: 65px;
  }
  .home .yq-life .content-wrapper {
    gap: 65px;
  }
  .home .yq-life .text-content {
    max-width: unset;
    text-align: center;
  }
  .home .yq-life .text-content .paragraph {
    margin: 42px 0;
  }
  .home .yq-life .ani-content {
    max-width: 380px;
  }
  .home .yq-life .floating-wrapper .floating-img {
    display: none;
  }
  .home .yq-life .floating-wrapper .floating-img:nth-child(1) {
    left: -40px;
    top: -160px;
    width: 75%;
  }
  .home .yq-life .floating-wrapper .floating-img:nth-child(2) {
    right: -25%;
    top: 230px;
    width: 90%;
  }
}
.home .latest-news {
  padding-bottom: 340px;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
.home .latest-news .archive-list {
  margin: 0 auto 50px;
}
.home .latest-news .section-title {
  margin-bottom: 83px;
}
.home .latest-news .align-center {
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .home .latest-news {
    --side-padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .home .latest-news {
    padding-bottom: 260px;
  }
}

/* CASE */
@media screen and (min-width: 600px) {
  .page-template-case .head-banner .banner-text br {
    display: none;
  }
}
.page-template-case .cases-slide {
  background-color: #353635;
}
.page-template-case .cases-slide .slide-nav {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.page-template-case .cases-slide .slide-nav .btn-nav {
  pointer-events: auto;
  cursor: pointer;
}
.page-template-case .cases-slide .slide-nav .nav-circle {
  opacity: 0.4;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
@media (hover: hover) {
  .page-template-case .cases-slide .slide-nav .btn-nav:hover .nav-circle {
    opacity: 1;
  }
}
.page-template-case .cases-slide .case-item {
  position: relative;
  max-height: 100vh;
  min-height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-case .cases-slide .case-item.in-view .case-info {
  opacity: 1;
  transition-delay: 0s;
}
.page-template-case .cases-slide .case-item:not(.in-view) .case-image:after {
  opacity: 1;
}
.page-template-case .cases-slide .case-item.active-coming .case-info {
  opacity: 1;
}
.page-template-case .cases-slide .case-item.active-coming .case-image:after {
  opacity: 0 !important;
  transition-delay: 0.2s;
}
.page-template-case .cases-slide .case-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-case .cases-slide .case-image:after {
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-transition: opacity 0.65s linear;
  transition: opacity 0.65s linear;
}
.page-template-case .cases-slide .case-info {
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  min-width: 150px;
  padding: 12px 12px 22px;
  -webkit-transition: opacity 0.6s linear 0.8s;
  transition: opacity 0.6s linear 0.8s;
  opacity: 0;
}
.page-template-case .cases-slide .case-info:after {
  content: "";
  display: block;
  border: 1px solid #353635;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
}
.page-template-case .cases-slide .case-info .year {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-indent: 2px;
}
.page-template-case .cases-slide .case-info h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .page-template-case .cases-slide .slide-nav {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
@media screen and (max-width: 1024px) {
  .page-template-case .cases-slide .case-item {
    min-height: 100vh;
  }
}
@media screen and (max-width: 600px) {
  .page-template-case .cases-slide .slide-nav svg {
    width: 36px;
  }
}

/* PORTFOLIOS */
.page-template-portfolio main {
  position: relative;
  padding: 250px 0 120px;
  overflow: hidden;
}
.page-template-portfolio .head-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  background-color: transparent;
}
.page-template-portfolio .page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-template-portfolio .page-background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.page-template-portfolio .portfolio-slide {
  max-width: 1520px;
  margin: auto;
}
.page-template-portfolio .portfolio-slide .swiper {
  padding-bottom: 15px;
  overflow: visible;
}
.page-template-portfolio .portfolio-slide .slide-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  max-width: 620px;
  width: 100%;
  margin: 80px auto 0;
}
.page-template-portfolio .portfolio-slide .slide-nav .btn-nav {
  width: 40px;
  cursor: pointer;
}
.page-template-portfolio .portfolio-slide .slide-nav .btn-nav svg {
  width: 100%;
}
.page-template-portfolio .portfolio-slide .swiper-progress {
  width: 100%;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.page-template-portfolio .portfolio-slide .swiper-progress .slide-pagination .numbers {
  height: 28px;
}
.page-template-portfolio .portfolio-slide .swiper-progress .slide-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-portfolio .portfolio-slide .swiper-progress .progress-bar-back {
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.page-template-portfolio .portfolio-slide .swiper-progress .progress-bar-back .progress-bar {
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.page-template-portfolio .portfolio-slide .portfolio-item {
  position: relative;
}
.page-template-portfolio .portfolio-slide .portfolio-item:not(.swiper-slide-active) .featured-image img {
  transform: scale(0.85);
  opacity: 0.2;
}
.page-template-portfolio .portfolio-slide .portfolio-item:not(.swiper-slide-active) .item-info {
  opacity: 0;
}
.page-template-portfolio .portfolio-slide .portfolio-item .featured-image img {
  -webkit-transition: height 0.6s ease, transform 0.7s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: height 0.6s ease, margin 0.6s ease, transform 0.7s ease 0.2s, opacity 0.5s ease 0.2s;
}
@media screen and (max-height: 960px) and (min-height: 850px) and (min-width: 600px) {
  .page-template-portfolio .portfolio-slide .portfolio-item .featured-image {
    height: 57vh;
    min-height: 550px;
    display: flex;
    justify-content: center;
  }
  .page-template-portfolio .portfolio-slide .portfolio-item .featured-image img {
    height: 100%;
    width: auto;
  }
}
.page-template-portfolio .portfolio-slide .portfolio-item .item-info {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  -webkit-transition: opacity 0.65s ease 0.65s;
  transition: opacity 0.65s ease 0.65s;
  opacity: 1;
}
.page-template-portfolio .portfolio-slide .portfolio-item .item-info .year {
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 5px;
  text-indent: 5px;
}
@media screen and (max-width: 1024px) {
  .page-template-portfolio .portfolio-slide .portfolio-item .item-info {
    font-size: 20px;
    line-height: 28px;
  }
  .page-template-portfolio .portfolio-slide .portfolio-item .item-info .year {
    font-size: 40px;
    line-height: 50px;
  }
  .page-template-portfolio .portfolio-slide .swiper-progress {
    font-size: 20px;
  }
  .page-template-portfolio .portfolio-slide .slide-nav {
    padding: 0 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-portfolio main {
    padding: 270px 0 120px;
  }
}
@media screen and (max-width: 700px) {
  .page-template-portfolio main {
    padding: 300px 0 120px;
  }
}
@media screen and (max-width: 520px) {
  .page-template-portfolio main {
    padding: 330px 0 120px;
  }
}

/* NEWS */
.page-template-news .head-banner h1:after, .archive .head-banner h1:after {
  background-color: #fff;
}

.post-filter {
  position: relative;
  margin: 80px auto 0;
  z-index: 5;
}

@media screen and (max-width: 1500px) {
  .post-filter, .archive-list:not(.home .archive-list) {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
/* ABOUT */
.page-template-about .banner-about {
  height: 600px;
  padding-bottom: 36px;
}
.page-template-about .banner-about h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 18px;
  text-indent: 0;
  color: #fff;
}
.page-template-about .banner-about .banner-inner {
  align-content: flex-start;
  justify-content: flex-end;
}
.page-template-about .content-section.theme-light .text-marquee {
  opacity: 1;
}
.page-template-about .content-section .section-background {
  max-height: 1570px;
}
.page-template-about .content-section .text-marquee {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 4px;
  color: #F3ECE0;
  position: absolute;
  left: 0;
  top: 1526px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  overflow: hidden;
}
.page-template-about .content-section .poem {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.page-template-about .content-section .poem .lines {
  display: flex;
  flex-direction: column-reverse;
  gap: 26px;
  font-size: 20px;
  letter-spacing: 16px;
  line-height: 30px;
}
.page-template-about .content-section .poem .lines div:nth-child(1) {
  margin-top: 25px;
}
.page-template-about .content-section .poem .lines div:nth-child(2), .page-template-about .content-section .poem .lines div:nth-child(4) {
  margin-top: 41px;
}
.page-template-about .content-section .poem .lines div.show-this b {
  opacity: 1;
  transform: translateY(0);
}
.page-template-about .content-section .poem b {
  font-size: 25px;
  margin-bottom: 1em;
  opacity: 0;
  transform: translateY(-28px);
  -webkit-transition: transform 1.15s ease-out, opacity 1.05s ease-out;
  transition: transform 1.15s ease-out, opacity 1.05s ease-out;
}
.page-template-about .content-section .philosophy {
  padding-top: 420px;
  position: relative;
  z-index: 9;
  color: #fff;
}
.page-template-about .content-section .philosophy img {
  width: 100%;
}
.page-template-about .content-section .philosophy .top {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 5px;
  gap: 30px;
}
.page-template-about .content-section .philosophy .top h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 12px;
  margin-bottom: 0.2em;
}
.page-template-about .content-section .philosophy .middle .poem {
  margin-right: 120px;
}
.page-template-about .content-section .philosophy .middle .image {
  width: 60%;
  max-width: 860px;
  -webkit-transition: opacity 0.65s ease 0.3s;
  transition: opacity 0.65s ease 0.3s;
}
.page-template-about .content-section .philosophy .bottom {
  margin-top: 240px;
}
.page-template-about .content-section .philosophy .bottom .year {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  position: absolute;
  left: 50%;
  top: -110px;
  z-index: 9;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 50px;
  line-height: 80px;
  letter-spacing: 5px;
}
.page-template-about .content-section .philosophy .bottom .year .scroll-number {
  min-width: 440px;
  font-weight: 700;
  font-size: 170px;
  height: 150px;
  letter-spacing: 12px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.page-template-about .content-section .philosophy .bottom .year .scroll-number.show-this {
  opacity: 1;
}
.page-template-about .content-section .philosophy .bottom .year .scroll-number > span {
  line-height: 150px;
  flex-basis: 110px;
  width: 110px;
  text-indent: 5px;
}
.page-template-about .content-section .philosophy .bottom .image {
  position: relative;
  width: 70%;
  max-width: 960px;
}
.page-template-about .content-section .philosophy .bottom .text {
  width: 100%;
  max-width: 420px;
  color: #353635;
}
.page-template-about .content-section .philosophy .bottom .text h3 {
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 5px;
  margin-bottom: 0.3em;
}
.page-template-about .content-section .philosophy .bottom .text p {
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 5px;
}
.page-template-about .our-leader {
  padding: 140px 0;
}
.page-template-about .our-leader .text {
  width: 50%;
  max-width: 720px;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 5px;
}
.page-template-about .our-leader .text .signature {
  margin-top: 70px;
}
.page-template-about .affiliated-slide {
  padding-bottom: 120px;
}
@media screen and (max-width: 1440px) {
  .page-template-about .our-leader .text {
    width: 47%;
    letter-spacing: 3px;
  }
  .page-template-about .content-section .section-background {
    height: 100vw;
  }
  .page-template-about .content-section .text-marquee {
    top: calc(100vw - 43px);
    max-width: 100vw;
  }
  .page-template-about .content-section .philosophy, .page-template-about .content-section .our-leader {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
  .page-template-about .content-section .philosophy {
    padding-top: 400px;
  }
  .page-template-about .content-section .philosophy .top {
    left: 30px;
    font-size: 20px;
    line-height: 46px;
  }
  .page-template-about .content-section .philosophy .middle .poem {
    margin-right: 8%;
  }
  .page-template-about .content-section .philosophy .bottom {
    margin-top: 15vw;
  }
  .page-template-about .content-section .philosophy .bottom .image {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1300px) {
  .page-template-about .our-leader .image {
    width: 50%;
  }
  .page-template-about .our-leader .image img {
    width: 100%;
  }
  .page-template-about .our-leader .text {
    max-width: 500px;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 3px;
  }
  .page-template-about .content-section .philosophy .bottom .year {
    gap: 30px;
    top: -95px;
    font-size: 44px;
    line-height: 62px;
  }
  .page-template-about .content-section .philosophy .bottom .text h3 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 4px;
  }
  .page-template-about .content-section .philosophy .bottom .text p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-about .banner-about .banner-inner {
    align-content: center;
  }
  .page-template-about .banner-about h1 {
    font-size: 22px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .page-template-about .content-section .text-marquee {
    top: 1556px;
  }
  .page-template-about .content-section .section-background {
    height: 1600px;
    max-height: unset;
  }
  .page-template-about .content-section .philosophy {
    padding-top: 0;
  }
  .page-template-about .content-section .philosophy .top {
    position: relative;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 760px;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .page-template-about .content-section .philosophy .top h2 {
    font-size: 40px;
    line-height: 53px;
    letter-spacing: 5px;
    text-indent: 5px;
    width: 5.5em;
    margin: auto;
    text-align: center;
  }
  .page-template-about .content-section .philosophy .top h2 .space {
    display: none;
  }
  .page-template-about .content-section .philosophy .middle .content-wrapper {
    flex-direction: column;
    align-content: center;
    gap: 95px;
  }
  .page-template-about .content-section .philosophy .middle .image {
    width: 100%;
    max-width: 560px;
  }
  .page-template-about .content-section .philosophy .middle .poem {
    margin: auto;
  }
  .page-template-about .content-section .philosophy .bottom .content-wrapper {
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
  }
  .page-template-about .content-section .philosophy .bottom .year {
    top: -77px;
    font-size: 30px;
    line-height: 62px;
  }
  .page-template-about .content-section .philosophy .bottom .year .scroll-number {
    max-width: 350px;
    min-width: 350px;
    font-size: 120px;
    height: 108px;
  }
  .page-template-about .content-section .philosophy .bottom .year .scroll-number > span {
    line-height: 108px;
    flex-basis: 85px;
    width: 85px;
  }
  .page-template-about .content-section .philosophy .bottom .image {
    width: 100%;
    max-width: 560px;
  }
  .page-template-about .our-leader {
    padding-top: 60px;
  }
  .page-template-about .our-leader .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .page-template-about .our-leader .image, .page-template-about .our-leader .text {
    width: 100%;
    max-width: 560px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-about {
    --side-padding: 20px;
  }
  .page-template-about .banner-about h1 {
    letter-spacing: 10px;
  }
  .page-template-about .banner-about .banner-back.half .background-item {
    width: 100%;
    height: 50%;
  }
  .page-template-about .content-section .section-background {
    height: 1700px;
  }
  .page-template-about .content-section .text-marquee {
    top: 1659px;
  }
  .page-template-about .content-section .poem b {
    font-size: 18px;
  }
  .page-template-about .content-section .poem .lines {
    font-size: 16px;
  }
  .page-template-about .content-section .our-leader .text {
    font-size: 17px;
    letter-spacing: 2px;
  }
  .page-template-about .content-section .philosophy .top {
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .page-template-about .content-section .philosophy .bottom {
    margin-top: 240px;
  }
  .page-template-about .content-section .philosophy .bottom .year {
    top: -69px;
    font-size: 32px;
    line-height: 53px;
    letter-spacing: 5px;
    width: 100%;
    gap: 20px;
    justify-content: center;
  }
  .page-template-about .content-section .philosophy .bottom .year .scroll-number {
    max-width: 280px;
    min-width: 280px;
    font-size: 106px;
    height: 100px;
  }
  .page-template-about .content-section .philosophy .bottom .year .scroll-number > span {
    line-height: 100px;
    flex-basis: 70px;
    width: 70px;
  }
  .page-template-about .content-section .philosophy .bottom .text h3 {
    font-size: 40px;
    line-height: 53px;
  }
  .page-template-about .content-section .philosophy .bottom .text p {
    font-size: 17px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 450px) {
  .page-template-about .content-section .philosophy .bottom .year {
    gap: 8px;
    top: -55px;
    font-size: 28px;
    line-height: 63px;
    letter-spacing: 3px;
  }
  .page-template-about .content-section .philosophy .bottom .year .scroll-number {
    max-width: 226px;
    min-width: 226px;
    font-size: 78px;
    line-height: 80px;
    height: 80px;
    letter-spacing: 4px;
  }
  .page-template-about .content-section .philosophy .bottom .year .scroll-number > span {
    line-height: 80px;
    flex-basis: 56px;
    width: 56px;
  }
}

/* TIMELINE */
.page-template-timeline .side-action .to-top svg rect {
  fill: #fff;
}
.page-template-timeline .side-action .to-top svg path {
  fill: #547D75;
}
.page-template-timeline .timeline-wrapper {
  position: relative;
  padding-top: 200px;
  padding-bottom: 260px;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
}
.page-template-timeline .timeline-wrapper .the-line {
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #F3ECE0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.page-template-timeline .timeline-wrapper .the-line:before, .page-template-timeline .timeline-wrapper .the-line:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -3px;
  width: 6px;
  height: 100px;
  background: linear-gradient(180deg, #547D75 0%, rgba(84, 125, 117, 0) 100%);
}
.page-template-timeline .timeline-wrapper .the-line:after {
  height: 50px;
  background: linear-gradient(180deg, rgba(84, 125, 117, 0) 0%, #547D75 100%);
  top: unset;
  bottom: -1px;
}
.page-template-timeline .timeline-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 140px;
  width: 100%;
  height: 200px;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease 0.2s;
  transition: opacity 0.35s ease 0.2s;
}
.page-template-timeline .timeline-item .timeline-content {
  opacity: 0;
  -webkit-transition: transform 0.9s ease 0.35s, opacity 0.65s ease 0.35s;
  transition: transform 0.9s ease 0.35s, opacity 0.65s ease 0.35s;
}
.page-template-timeline .timeline-item:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F3ECE0;
  opacity: 0;
  -webkit-transition: opacity 0.65s ease 0.35s;
  transition: opacity 0.65s ease 0.35s;
}
.page-template-timeline .timeline-item:nth-child(even) .timeline-content {
  transform: translateX(-30px);
}
.page-template-timeline .timeline-item:nth-child(even) .details {
  transform: translateX(-30px);
  align-items: flex-end;
  margin-right: 35px;
}
.page-template-timeline .timeline-item:nth-child(even) .text {
  text-align: right;
}
.page-template-timeline .timeline-item:nth-child(even) .timeline-image-slide {
  margin-right: 0;
}
.page-template-timeline .timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.page-template-timeline .timeline-item:nth-child(odd) .timeline-content {
  transform: translateX(30px);
}
.page-template-timeline .timeline-item:nth-child(odd) .details {
  transform: translateX(30px);
  margin-left: 35px;
}
.page-template-timeline .timeline-item:nth-child(odd) .timeline-image-slide {
  margin-left: 0;
}
.page-template-timeline .timeline-item.in-view {
  opacity: 1;
}
.page-template-timeline .timeline-item.in-view:before {
  opacity: 1;
}
.page-template-timeline .timeline-item.in-view .timeline-content {
  transform: translateX(0) !important;
  opacity: 1;
}
.page-template-timeline .timeline-item.in-view .timeline-content .details {
  opacity: 1;
  transform: translateX(0);
}
.page-template-timeline .timeline-item.simple {
  min-height: 200px;
}
.page-template-timeline .timeline-item.simple .details {
  -webkit-transition: transform 0.9s ease 0.35s, opacity 0.65s ease 0.35s;
  transition: transform 0.9s ease 0.35s, opacity 0.65s ease 0.35s;
}
.page-template-timeline .timeline-item:not(.simple) .details {
  position: relative;
  z-index: 5;
  margin-top: -32px;
}
.page-template-timeline .timeline-item .timeline-content, .page-template-timeline .timeline-item .spacer {
  width: calc(50% - 70px);
}
.page-template-timeline .timeline-item .timeline-image-slide {
  width: 100%;
  max-width: 650px;
  margin: auto;
}
.page-template-timeline .timeline-item .timeline-image-slide .item {
  height: 240px;
}
@media (hover: hover) {
  .page-template-timeline .timeline-item .timeline-image-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: filter 0.35s ease;
    transition: filter 0.35s ease;
  }
  .page-template-timeline .timeline-item .timeline-image-slide:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
.page-template-timeline .timeline-item .details {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 7px;
  gap: 10px;
  opacity: 0;
  -webkit-transition: transform 0.95s ease 0.45s, opacity 0.65s ease 0.4s;
  transition: transform 0.95s ease 0.45s, opacity 0.65s ease 0.4s;
}
.page-template-timeline .timeline-item .details .year {
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 5px;
}
@media screen and (max-width: 960px) {
  .page-template-timeline .timeline-wrapper {
    margin: auto;
    max-width: calc(90% - 60px);
    padding-left: 60px;
    padding-right: 0;
  }
  .page-template-timeline .timeline-wrapper .the-line {
    left: 0;
  }
  .page-template-timeline .timeline-item {
    height: 220px;
  }
  .page-template-timeline .timeline-item.simple {
    min-height: 160px;
    height: 160px;
  }
  .page-template-timeline .timeline-item .timeline-image-slide .item {
    height: 145px;
  }
  .page-template-timeline .timeline-item:before {
    left: -75px;
    transform: translateY(-50%);
  }
  .page-template-timeline .timeline-item:not(.simple) {
    margin-bottom: 15px;
  }
  .page-template-timeline .timeline-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .page-template-timeline .timeline-item:nth-child(even) .timeline-image-slide {
    margin-right: auto;
    margin-left: 0;
  }
  .page-template-timeline .timeline-item:nth-child(even) .text {
    text-align: left;
  }
  .page-template-timeline .timeline-item:nth-child(even) .details {
    align-items: flex-start;
    margin-right: auto;
    margin-left: 35px;
  }
  .page-template-timeline .timeline-item .spacer {
    display: none;
  }
  .page-template-timeline .timeline-item .timeline-content {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .page-template-timeline .timeline-wrapper {
    max-width: 100%;
    padding-right: var(--side-padding);
    padding-left: 60px;
    padding-top: 80px;
    overflow: hidden;
  }
  .page-template-timeline .timeline-wrapper .the-line {
    left: 30px;
  }
  .page-template-timeline .timeline-item:before {
    width: 20px;
    height: 20px;
    left: -40px;
  }
  .page-template-timeline .timeline-item.simple {
    min-height: 140px;
    height: 140px;
  }
  .page-template-timeline .timeline-item:nth-child(even) .timeline-content {
    transform: translateX(30px);
  }
  .page-template-timeline .timeline-item:nth-child(even) .details {
    margin-left: 0;
    transform: translateX(30px);
  }
  .page-template-timeline .timeline-item:nth-child(odd) .details {
    margin-left: 0;
  }
  .page-template-timeline .timeline-item .timeline-image-slide .item {
    height: 120px;
  }
  .page-template-timeline .timeline-item .details {
    margin-left: 0;
    letter-spacing: 4px;
    gap: 0;
  }
  .page-template-timeline .timeline-item .details .year {
    font-size: 40px;
  }
  .page-template-timeline .timeline-content, .page-template-timeline .details {
    transform: translateX(30px);
  }
}

/* ALLIANCE */
.page-template-alliance .alliance-slide {
  --swiper-pagination-bottom: -80px;
  --swiper-pagination-bullet-size:18px;
  --swiper-pagination-bullet-horizontal-gap: 15px;
  --swiper-pagination-bullet-inactive-color: #547D75;
  --swiper-theme-color: #547D75;
  padding-left: min(300px, 15%);
  max-width: 2150px;
  margin: 155px auto 230px;
  position: relative;
}
.page-template-alliance .alliance-slide .slide-nav {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 42px;
  letter-spacing: 5px;
  display: flex;
  flex-direction: column;
}
.page-template-alliance .alliance-slide .slide-nav .nav-item {
  position: relative;
  padding: 10px 20px 10px 53px;
  display: flex;
  border-bottom: 1px solid #353635;
  overflow: hidden;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  cursor: pointer;
}
.page-template-alliance .alliance-slide .slide-nav .nav-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -110%;
  top: 0;
  z-index: -1;
  background-color: #547D75;
  opacity: 0;
  -webkit-transition: left 0.5s ease, opacity 0.35s ease;
  transition: left 0.5s ease, opacity 0.35s ease;
}
@media (hover: hover) {
  .page-template-alliance .alliance-slide .slide-nav .nav-item:hover {
    color: #fff;
    border-color: #547D75;
  }
  .page-template-alliance .alliance-slide .slide-nav .nav-item:hover:after {
    opacity: 1;
    left: 0;
  }
}
.page-template-alliance .alliance-slide .slide-nav .nav-item.current {
  color: #fff;
  border-color: #547D75;
}
.page-template-alliance .alliance-slide .slide-nav .nav-item.current:after {
  opacity: 1;
  left: 0;
}
.page-template-alliance .alliance-slide .white-block {
  background: #fff;
  padding: 75px 250px 85px 55px;
}
.page-template-alliance .alliance-slide .alliance-item {
  position: relative;
  opacity: 0.3;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.page-template-alliance .alliance-slide .alliance-item .type {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 4px;
  margin-left: 40px;
}
.page-template-alliance .alliance-slide .alliance-item .type b {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
.page-template-alliance .alliance-slide .alliance-item .image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 180px);
  max-width: 1080px;
}
.page-template-alliance .alliance-slide .alliance-item .image .type {
  display: none;
}
.page-template-alliance .alliance-slide .alliance-item .info-block {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  min-height: 750px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 4px;
}
.page-template-alliance .alliance-slide .alliance-item .info-block .info-wrapper, .page-template-alliance .alliance-slide .alliance-item .info-block .introduce {
  width: 50%;
}
.page-template-alliance .alliance-slide .alliance-item .info-block .introduce {
  max-width: 660px;
  padding-left: 36px;
}
.page-template-alliance .alliance-slide .alliance-item .info-block h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}
.page-template-alliance .alliance-slide .alliance-item .info-block h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  color: #547D75;
  margin: 0 0 18px;
}
.page-template-alliance .alliance-slide .alliance-item .info-block .logo {
  display: flex;
}
.page-template-alliance .alliance-slide .alliance-item .info-block .title {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 56px;
}
.page-template-alliance .alliance-slide .alliance-item .info-block .desc {
  margin-bottom: 54px;
  padding-bottom: 54px;
  line-height: 34px;
  position: relative;
}
.page-template-alliance .alliance-slide .alliance-item .info-block .desc:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #353635;
}
.page-template-alliance .alliance-slide .alliance-item.swiper-slide-active {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease 0.2s;
  transition: opacity 0.35s ease 0.2s;
}
@media screen and (max-width: 1700px) {
  .page-template-alliance .alliance-slide .slide-nav {
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 3px;
  }
  .page-template-alliance .alliance-slide .white-block {
    padding: 50px 210px 70px 40px;
  }
  .page-template-alliance .alliance-slide .alliance-item .image {
    width: calc(50% + 180px);
  }
  .page-template-alliance .alliance-slide .alliance-item .type {
    padding-bottom: 40px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block {
    min-height: unset;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block h3 {
    font-size: 36px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block .logo {
    width: 42px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block .introduce {
    width: 45%;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block .desc {
    margin-bottom: 42px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 1440px) {
  .page-template-alliance .alliance-slide {
    padding-left: var(--side-padding);
    padding-top: 180px;
    margin: 110px auto 155px;
  }
  .page-template-alliance .alliance-slide .slide-nav {
    justify-content: center;
    flex-direction: row;
    gap: 6px;
    overflow-x: auto;
    width: 100%;
  }
  .page-template-alliance .alliance-slide .slide-nav .nav-item {
    padding: 6px 15px;
    min-width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-alliance .alliance-slide {
    --swiper-pagination-bottom: 0;
    --swiper-pagination-bullet-size:12px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    overflow: hidden;
    max-width: 800px;
    padding-right: var(--side-padding);
    padding-bottom: 70px;
  }
  .page-template-alliance .alliance-slide .white-block {
    padding: 34px 30px;
  }
  .page-template-alliance .alliance-slide .slide-nav {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .page-template-alliance .alliance-slide .slide-nav .nav-item {
    justify-content: center;
  }
  .page-template-alliance .alliance-slide .alliance-item .image {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 20px;
  }
  .page-template-alliance .alliance-slide .alliance-item .image .type {
    display: flex;
    margin: 0;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block {
    align-items: flex-start;
    flex-direction: column-reverse;
    min-height: unset;
    gap: 30px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block h4 {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 2px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block ul.work-list {
    letter-spacing: 2px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block .title {
    margin-bottom: 36px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block .logo {
    max-width: 34px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block .introduce {
    max-width: unset;
    width: 100%;
    padding: 0;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block .desc {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block .info-wrapper {
    width: 100%;
  }
  .page-template-alliance .alliance-slide .alliance-item .info-block .info-wrapper .type {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .page-template-alliance .alliance-slide .white-block {
    padding: 34px 20px;
  }
}

/* SERVICE */
.page-template-service .head-banner .banner-float {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 25px;
  line-height: 42px;
  letter-spacing: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-template-service .head-banner .banner-float div:nth-child(2) {
  margin-top: -76px;
}
.page-template-service .head-banner .banner-float div:nth-child(1) {
  margin-top: 76px;
}
.page-template-service .our-purpose {
  padding: 60px 0 160px;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 5px;
}
.page-template-service .our-purpose h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 4px;
  margin-bottom: 40px;
  margin-top: 0;
}
.page-template-service .our-value .circles {
  position: relative;
  min-height: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
.page-template-service .our-value .circle {
  position: absolute;
  top: 50%;
  width: 650px;
  height: 650px;
  overflow: hidden;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
}
.page-template-service .our-value .circle .circle-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 542px;
  height: 542px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: width 0.5s ease, height 0.5s ease, right 0.5s ease, left 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease, right 0.5s ease, left 0.5s ease;
}
.page-template-service .our-value .circle .circle-background:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  background: linear-gradient(180deg, rgba(53, 54, 53, 0) 0%, rgba(53, 54, 53, 0.9) 100%), linear-gradient(0deg, rgba(53, 54, 53, 0) 0%, #547D75 83.39%);
  -webkit-transition: left 0.5s ease, height 0.5s ease;
  transition: left 0.5s ease, height 0.5s ease;
}
.page-template-service .our-value .circle:nth-child(1) {
  transform: translateY(-50%);
  left: -50px;
}
.page-template-service .our-value .circle:nth-child(1) .circle-background:after {
  background: linear-gradient(180deg, rgba(53, 54, 53, 0) 0%, rgba(53, 54, 53, 0.9) 100%), linear-gradient(0deg, rgba(53, 54, 53, 0) 0%, #925C3B 83.39%);
}
.page-template-service .our-value .circle:nth-child(2) {
  transform: translate(-50%, -50%);
  left: 50%;
}
.page-template-service .our-value .circle:nth-child(2) .circle-background:after {
  background: linear-gradient(180deg, rgba(53, 54, 53, 0) 0%, rgba(53, 54, 53, 0.9) 100%), linear-gradient(0deg, rgba(53, 54, 53, 0) 0%, #3E6584 83.39%);
}
.page-template-service .our-value .circle:nth-child(3) {
  transform: translateY(-50%);
  right: -50px;
}
@media (hover: hover) {
  .page-template-service .our-value .circle:hover .circle-background {
    width: 650px;
    height: 650px;
  }
  .page-template-service .our-value .circle:hover .circle-background:after {
    left: 0;
  }
  .page-template-service .our-value .circle:hover .desc {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-template-service .our-value .circle .circle-inner {
  width: 60%;
  max-width: 325px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: flex-start;
}
.page-template-service .our-value .circle .heading {
  display: flex;
  align-items: flex-start;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 3px;
}
.page-template-service .our-value .circle .heading span {
  transform: rotate(90deg) translate(-10px, -12px);
  transform-origin: left;
}
.page-template-service .our-value .circle .desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 7px;
  opacity: 0;
  transform: translateY(-30px);
  -webkit-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
}
.page-template-service .our-value .circle h4 {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 16px;
  margin: 0;
}
.page-template-service .our-value .dropdown-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 90px;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 4px;
  margin-bottom: 110px;
}
.page-template-service .our-value .dropdown-list h3 {
  margin: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 4px;
}
.page-template-service .our-value .dropdown-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
}
.page-template-service .our-value .dropdown-list .heading {
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 10px;
  padding: 16px 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #353635;
}
@media (hover: hover) {
  .page-template-service .our-value .dropdown-list .heading:hover .btn-dropdown {
    background-color: #353635;
  }
  .page-template-service .our-value .dropdown-list .heading:hover .btn-dropdown:after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .page-template-service .our-value .dropdown-list .heading:hover .btn-dropdown:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.page-template-service .our-value .dropdown-list .btn-dropdown {
  background-color: #547D75;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.page-template-service .our-value .dropdown-list .btn-dropdown:after, .page-template-service .our-value .dropdown-list .btn-dropdown:before {
  content: "";
  background-color: #F3ECE0;
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.page-template-service .our-value .dropdown-list .btn-dropdown:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-template-service .our-value .dropdown-list .dropdown-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 0.35s ease, height 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, height 0.35s ease, visibility 0.35s ease;
}
.page-template-service .our-value .dropdown-list .dropdown-block.show-content .dropdown-content {
  height: var(--dropdown-height);
  opacity: 1;
  visibility: visible;
}
.page-template-service .our-value .dropdown-list .dropdown-block.show-content .btn-dropdown {
  background-color: #353635;
}
.page-template-service .our-value .dropdown-list .dropdown-block.show-content .btn-dropdown:after, .page-template-service .our-value .dropdown-list .dropdown-block.show-content .btn-dropdown:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (hover: hover) {
  .page-template-service .our-value .dropdown-list .dropdown-block.show-content .btn-dropdown-head:hover .btn-dropdown:after, .page-template-service .our-value .dropdown-list .dropdown-block.show-content .btn-dropdown-head:hover .btn-dropdown:before {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.page-template-service .our-service .service-gallery {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 58px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 7px;
}
.page-template-service .our-service .service-gallery:not(:last-child) {
  margin-bottom: 55px;
}
.page-template-service .our-service .service-gallery.right-image {
  flex-direction: row-reverse;
  text-align: right;
}
.page-template-service .our-service .service-gallery.right-image .heading {
  flex-direction: row-reverse;
}
.page-template-service .our-service .service-gallery.right-image .text-wrapper .image {
  left: unset;
  right: -40%;
}
.page-template-service .our-service .service-gallery .heading {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 9px;
  color: #547D75;
  margin-bottom: 29px;
}
.page-template-service .our-service .service-gallery .heading .num {
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 5px;
}
.page-template-service .our-service .service-gallery .heading .text {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 4px;
}
.page-template-service .our-service .service-gallery .heading .text span:nth-child(2) {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 4px;
}
.page-template-service .our-service .service-gallery .text-wrapper {
  position: relative;
  width: 40%;
  min-height: 642px;
  padding-top: 50px;
}
.page-template-service .our-service .service-gallery .text-wrapper .image {
  position: absolute;
  left: -40%;
  bottom: 0;
}
.page-template-service .our-service .images-list-slide {
  margin-top: 158px;
  pointer-events: none;
}
.page-template-service .our-service .images-list-slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.page-template-service .our-service .images-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  min-height: 648px;
  margin-top: 158px;
}
.page-template-service .service-contact-info {
  color: #547D75;
  padding: 150px 0 130px;
}
.page-template-service .service-contact-info a {
  color: #547D75;
}
.page-template-service .service-contact-info h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 5px;
  text-indent: 5px;
  margin: 0 auto 30px;
}
.page-template-service .service-contact-info .section-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  color: #547D75;
}
.page-template-service .service-contact-info .section-heading:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #547D75;
}
.page-template-service .service-contact-info .section-background {
  z-index: -1;
}
.page-template-service .service-contact-info .section-background:after {
  opacity: 0.8;
  background-color: #F3ECE0;
}
.page-template-service .service-contact-info .contact-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.page-template-service .service-contact-info .contact-info .btn-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.page-template-service .service-contact-info .contact-info .btn-heading img {
  max-width: 20px;
  height: auto;
}
.page-template-service .service-contact-info .contact-info .contact-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 7px;
  border-radius: 10px;
  border: 1px solid #547D75;
  -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
  transition: border-color 0.5s ease, background-color 0.5s ease;
}
.page-template-service .service-contact-info .contact-info .contact-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 40px;
}
@media (hover: hover) {
  .page-template-service .service-contact-info .contact-info .contact-item:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.page-template-service .service-contact-info .btn-contact-line {
  position: relative;
  overflow: hidden;
  background-color: #547D75;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 4px;
  text-indent: 4px;
}
.page-template-service .service-contact-info .btn-contact-line:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 20px;
  top: -100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  box-shadow: 10px 0 2px #fff;
  filter: blur(10px);
  -webkit-transition: transform 1.2s ease, opacity 0.3s ease;
  transition: transform 1.2s ease, opacity 0.3s ease;
  opacity: 0;
}
.page-template-service .service-contact-info .btn-contact-line img {
  max-width: 25px;
  height: auto;
}
.page-template-service .service-contact-info .btn-contact-line a {
  color: #fff;
  padding: 7px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (hover: hover) {
  .page-template-service .service-contact-info .btn-contact-line:hover:after {
    opacity: 1;
    -webkit-transition: transform 2s ease, opacity 0s ease;
    transition: transform 2s ease, opacity 0s ease;
    transform: translate(120%, 500%);
  }
}
.page-template-service .service-contact-info .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
}
@media screen and (max-width: 1440px) {
  .page-template-service main section .def-wrap {
    overflow: hidden;
    padding-right: var(--side-padding);
    padding-left: var(--side-padding);
  }
  .page-template-service .our-service .service-gallery {
    gap: 30px;
  }
  .page-template-service .our-service .service-gallery .heading .num {
    font-size: 80px;
    line-height: 80px;
  }
  .page-template-service .our-service .service-gallery .heading .text span:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .page-template-service .our-service .service-gallery .text-wrapper {
    min-height: 590px;
    padding-top: 0;
  }
  .page-template-service .our-value .dropdown-list {
    grid-column-gap: 30px;
  }
  .page-template-service .our-value .dropdown-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1440px) {
  .page-template-service .our-value .circle {
    width: 530px;
    height: 530px;
  }
  .page-template-service .our-value .circle:nth-child(1) {
    left: -35px;
  }
  .page-template-service .our-value .circle:nth-child(3) {
    right: -35px;
  }
  .page-template-service .our-value .circle .circle-background {
    width: 490px;
    height: 490px;
  }
  .page-template-service .our-value .circle .circle-background:after {
    left: 0;
  }
  .page-template-service .our-value .circle:nth-child(2) .circle-background {
    width: 530px;
    height: 530px;
  }
  .page-template-service .our-value .circle .circle-inner {
    gap: 80px;
    width: 50%;
  }
  .page-template-service .our-value .circle .heading {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .page-template-service .our-value .circle .desc {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 2px;
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1440px) and (hover: hover) {
  .page-template-service .our-value .circle:nth-child(2) .circle-background {
    width: 490px;
    height: 490px;
  }
  .page-template-service .our-value .circle:hover .circle-background {
    width: 530px;
    height: 530px;
  }
  .page-template-service .our-value .circle:hover .circle-background:after {
    left: 0;
  }
  .page-template-service .our-value .circle .circle-background:after {
    left: -50%;
  }
  .page-template-service .our-value .circle .desc {
    opacity: 0;
    transform: translateY(-30px);
  }
}
@media screen and (max-width: 1300px) {
  .page-template-service .our-value .circle {
    width: 460px;
    height: 460px;
  }
  .page-template-service .our-value .circle .circle-background {
    width: 450px;
    height: 450px;
  }
  .page-template-service .our-value .circle:nth-child(2) .circle-background {
    width: 460px;
    height: 460px;
  }
}
@media screen and (max-width: 1300px) and (hover: hover) {
  .page-template-service .our-value .circle:nth-child(2) .circle-background {
    width: 450px;
    height: 450px;
  }
  .page-template-service .our-value .circle:hover .circle-background {
    width: 460px;
    height: 460px;
  }
}
@media screen and (max-width: 1300px) {
  .page-template-service .our-service .images-list {
    min-height: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-service .head-banner .banner-float {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 22px;
    right: 6%;
  }
  .page-template-service .head-banner .banner-float div:nth-child(2) {
    margin-top: -66px;
  }
  .page-template-service .head-banner .banner-float div:nth-child(1) {
    margin-top: 66px;
  }
  .page-template-service .our-purpose {
    padding: 60px 0 100px;
  }
  .page-template-service .our-service .service-gallery .images-wrapper {
    width: 60%;
  }
  .page-template-service .our-service .service-gallery .text-wrapper {
    width: 50%;
    min-height: 480px;
  }
  .page-template-service .our-service .service-gallery .text-wrapper .image {
    width: 85%;
  }
  .page-template-service .our-service .images-list-slide {
    margin-top: 120px;
  }
  .page-template-service .our-service .images-list {
    min-height: 400px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .page-template-service .our-value .circles {
    min-height: 1450px;
    margin: 1px auto 55px;
  }
  .page-template-service .our-value .circle {
    width: 600px;
    height: 600px;
  }
  .page-template-service .our-value .circle .circle-background:after {
    left: 0;
  }
  .page-template-service .our-value .circle:nth-child(1), .page-template-service .our-value .circle:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-service .our-value .circle:nth-child(1) .circle-background, .page-template-service .our-value .circle:nth-child(3) .circle-background {
    width: 520px;
    height: 520px;
  }
  .page-template-service .our-value .circle:nth-child(1) {
    top: 0;
  }
  .page-template-service .our-value .circle:nth-child(3) {
    bottom: 0;
    top: unset;
    right: unset;
  }
  .page-template-service .our-value .circle:nth-child(2) {
    width: 600px;
    height: 600px;
  }
  .page-template-service .our-value .circle:nth-child(2) .circle-inner {
    gap: 110px;
  }
  .page-template-service .our-value .circle:nth-child(2) .circle-background {
    width: 600px;
    height: 600px;
  }
  .page-template-service .our-value .circle .circle-inner {
    width: 60%;
    max-width: 400px;
  }
  .page-template-service .our-value .circle .desc {
    transform: translateY(-30px) !important;
    opacity: 1;
    visibility: visible;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-service .our-purpose {
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .page-template-service .our-purpose h2 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 5px;
  }
  .page-template-service .our-service .def-wrap {
    padding: 0;
  }
  .page-template-service .our-service .service-gallery {
    flex-direction: column;
  }
  .page-template-service .our-service .service-gallery.right-image {
    flex-direction: column;
  }
  .page-template-service .our-service .service-gallery .text-wrapper {
    min-height: unset;
    width: 100%;
    margin: auto;
    padding-right: var(--side-padding);
    padding-left: var(--side-padding);
  }
  .page-template-service .our-service .service-gallery .text-wrapper .heading, .page-template-service .our-service .service-gallery .text-wrapper p {
    max-width: 600px;
  }
  .page-template-service .our-service .service-gallery .text-wrapper .image {
    width: 45%;
    left: unset;
    bottom: 65%;
    right: 0;
  }
  .page-template-service .our-service .service-gallery.right-image .images-wrapper {
    margin: 0 0 0 auto;
  }
  .page-template-service .our-service .service-gallery.right-image .text-wrapper .image {
    left: 0;
  }
  .page-template-service .our-service .service-gallery.right-image .text-wrapper .heading, .page-template-service .our-service .service-gallery.right-image .text-wrapper p {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .page-template-service .our-value .dropdown-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .page-template-service .our-service .service-gallery {
    letter-spacing: 4px;
  }
  .page-template-service .our-service .images-list-slide {
    margin-top: 80px;
  }
  .page-template-service .our-service .images-list {
    min-height: 300px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 80px;
  }
  .page-template-service .our-service .images-list .image {
    width: 230px;
  }
  .page-template-service .our-service .service-gallery .text-wrapper .heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-service .our-service .service-gallery .text-wrapper .image {
    bottom: 80%;
  }
  .page-template-service .our-service .service-gallery.right-image {
    gap: 50px;
  }
  .page-template-service .our-service .service-gallery.right-image .text-wrapper .heading, .page-template-service .our-service .service-gallery.right-image .text-wrapper p {
    margin: 0;
    text-align: left;
  }
  .page-template-service .our-service .service-gallery.right-image .text-wrapper .image {
    bottom: 100%;
  }
  .page-template-service .service-contact-info .contact-info {
    flex-direction: column;
    align-items: center;
  }
  .page-template-service .service-contact-info .contact-info .contact-item {
    min-width: 270px;
    margin: auto;
  }
  .page-template-service .service-contact-info .btn-contact-line {
    min-width: 270px;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .page-template-service .head-banner .banner-title {
    margin-top: 16%;
  }
  .page-template-service .head-banner .banner-float {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 18px;
    right: 2%;
    top: 32%;
  }
  .page-template-service .head-banner .banner-float div:nth-child(2) {
    margin-top: -60px;
  }
  .page-template-service .head-banner .banner-float div:nth-child(1) {
    margin-top: 60px;
  }
  .page-template-service .our-purpose {
    padding: 60px 0 70px;
  }
  .page-template-service .our-value .dropdown-list h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .page-template-service .our-value .circles {
    min-height: 860px;
  }
  .page-template-service .our-value .circle {
    width: 330px;
    height: 330px;
  }
  .page-template-service .our-value .circle .heading {
    flex-direction: column;
  }
  .page-template-service .our-value .circle .heading span {
    transform: unset;
  }
  .page-template-service .our-value .circle h4 {
    -webkit-writing-mode: unset;
    writing-mode: unset;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .page-template-service .our-value .circle .desc {
    transform: translateY(0) !important;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: left;
  }
  .page-template-service .our-value .circle .circle-background {
    width: 280px;
    height: 280px;
  }
  .page-template-service .our-value .circle:nth-child(1) .circle-inner, .page-template-service .our-value .circle:nth-child(3) .circle-inner {
    gap: 20px;
  }
  .page-template-service .our-value .circle:nth-child(1) .circle-background, .page-template-service .our-value .circle:nth-child(3) .circle-background {
    width: 280px;
    height: 280px;
  }
  .page-template-service .our-value .circle:nth-child(2) {
    width: 330px;
    height: 330px;
  }
  .page-template-service .our-value .circle:nth-child(2) .circle-inner {
    gap: 20px;
  }
  .page-template-service .our-value .circle:nth-child(2) .circle-background {
    width: 330px;
    height: 330px;
  }
  .page-template-service .our-service .service-gallery .images-wrapper {
    width: 70%;
  }
  .page-template-service .our-service .service-gallery .text-wrapper .image {
    width: 50%;
  }
  .page-template-service .service-contact-info {
    padding: 100px 0 120px;
  }
  .page-template-service .service-contact-info h3 {
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 7px;
    text-indent: 7px;
  }
}

/* MAGAZINES */
.page-template-magazines .content-intro {
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-template-magazines .content-intro {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}

.page-template-events .archive-list {
  position: relative;
}
.page-template-events .archive-list .entries {
  min-height: 680px;
}
.page-template-events .archive-list .entries:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #F3ECE0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-template-events .archive-list .entries.in-view:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* YQC LIFE */
.page-template-yqc-life .head-banner {
  height: 100vh;
  max-height: 1080px;
  min-height: 600px;
}
.page-template-yqc-life .head-banner .float-banner-content {
  width: 100%;
  height: 100%;
  background-color: rgba(243, 236, 224, 0.9);
  padding: 89px 112px;
  max-width: 450px;
  max-height: 720px;
  position: absolute;
  right: 125px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.page-template-yqc-life .head-banner .float-banner-content h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  margin: 0;
}
.page-template-yqc-life .head-banner .float-banner-content .sub {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  height: 100%;
}
.page-template-yqc-life .head-banner .float-banner-content .sub .split-text:nth-child(2) {
  margin-bottom: 3em;
}
.page-template-yqc-life .head-banner .float-banner-content .sub .split-text {
  display: flex;
  flex-direction: column;
}
.page-template-yqc-life .archive-list {
  max-width: 2200px;
  margin: 0 auto -0.5px;
  padding: 0 !important;
  position: relative;
}
.page-template-yqc-life .archive-list:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #353635;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-template-yqc-life .archive-list.in-view:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-template-yqc-life .memory-slide .slide-wrap {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  pointer-events: none;
}
.page-template-yqc-life .memory-slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.page-template-yqc-life .memory-slide .content-inner {
  padding: 110px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
}
.page-template-yqc-life .memory-slide .content-inner h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 5px;
  text-indent: 5px;
  margin-bottom: 3px;
}
.page-template-yqc-life .memory-slide .content-inner p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.page-template-yqc-life .memory-slide .content-inner .sub {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  position: relative;
  margin-bottom: 54px;
  padding-bottom: 54px;
}
.page-template-yqc-life .memory-slide .content-inner .sub:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #353635;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (hover: hover) {
  .page-template-yqc-life .memory-slide .memory-item img {
    opacity: 0.5;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    pointer-events: auto;
  }
  .page-template-yqc-life .memory-slide .memory-item:hover img {
    opacity: 1;
  }
}
.page-template-yqc-life .family {
  min-height: 100vh;
}
.page-template-yqc-life .family .section-background:after {
  background: linear-gradient(180deg, rgba(84, 125, 117, 0.5) 30%, #353635 100%);
  opacity: 1;
}
.page-template-yqc-life .family .content-inner {
  padding: 230px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 9;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 5px;
  text-indent: 5px;
}
.page-template-yqc-life .family h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 5px;
  text-indent: 5px;
  margin-bottom: 64px;
  padding-bottom: 64px;
  position: relative;
}
.page-template-yqc-life .family h3:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.page-template-yqc-life .family h4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
  margin-bottom: 39px;
  letter-spacing: 5px;
  text-indent: 5px;
}
.page-template-yqc-life .family .sub {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 4px;
  text-indent: 4px;
  margin-bottom: 39px;
}
.page-template-yqc-life .family .sub.bottom {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
}
.page-template-yqc-life .family .vertical-separate {
  height: 300px;
  margin: 95px auto;
}
.page-template-yqc-life .family .vertical-separate span {
  display: block;
  height: 0;
  width: 1px;
  background-color: #fff;
  margin: auto;
  -webkit-transition: height 0.65s ease-out;
  transition: height 0.65s ease-out;
}
.page-template-yqc-life .family .vertical-separate.in-view span {
  height: 100%;
}
.page-template-yqc-life .events-list .entries {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .page-template-yqc-life section.family {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
  .page-template-yqc-life .head-banner .float-banner-content h1 {
    font-size: 48px;
  }
  .page-template-yqc-life .memory-slide .content-inner h2, .page-template-yqc-life .family h3 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 4px;
    text-indent: 4px;
  }
  .page-template-yqc-life .memory-slide .content-inner {
    padding: 100px 0;
  }
  .page-template-yqc-life .memory-slide .content-inner .sub {
    font-size: 23px;
    line-height: 46px;
    margin-bottom: 46px;
    padding-bottom: 46px;
  }
  .page-template-yqc-life .family h3 {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .page-template-yqc-life .family h4 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 28px;
  }
  .page-template-yqc-life .family .sub {
    font-size: 23px;
    line-height: 38px;
  }
  .page-template-yqc-life .family .sub.bottom {
    font-size: 20px;
    line-height: 24px;
  }
  .page-template-yqc-life .family .content-inner {
    padding: 200px 0;
    font-size: 20px;
    line-height: 46px;
    letter-spacing: 4px;
    text-indent: 4px;
  }
  .page-template-yqc-life .family .vertical-separate {
    height: 200px;
    margin: 65px auto;
  }
}
@media screen and (max-width: 769px) {
  .page-template-yqc-life .head-banner .float-banner-content {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-template-yqc-life .head-banner .float-banner-content h1 {
    font-size: 40px;
  }
  .page-template-yqc-life .head-banner .float-banner-content .sub {
    font-size: 20px;
    line-height: 36px;
  }
  .page-template-yqc-life .family .content-inner {
    padding: 160px 0;
    line-height: 42px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-yqc-life .head-banner {
    height: calc(100vh - 166px);
    max-height: 700px;
    min-height: 580px;
  }
  .page-template-yqc-life .head-banner .float-banner-content {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 70px;
    right: 45px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .page-template-yqc-life .memory-slide .content-inner h2, .page-template-yqc-life .family h3 {
    font-size: 40px;
  }
  .page-template-yqc-life .memory-slide .content-inner .sub, .page-template-yqc-life .family .sub {
    font-size: 21px;
    line-height: 32px;
  }
  .page-template-yqc-life .memory-slide .content-inner {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
  .page-template-yqc-life .family h4 {
    font-size: 40px;
    line-height: 53px;
    letter-spacing: 5px;
    width: 5.5em;
  }
  .page-template-yqc-life .family h4 .mobile-hide {
    display: none;
  }
  .page-template-yqc-life .family .sub.bottom {
    font-size: 18px;
    line-height: 28px;
  }
  .page-template-yqc-life .family .content-inner {
    font-size: 16px;
    line-height: 36px;
  }
  .page-template-yqc-life .family .vertical-separate {
    height: 160px;
    margin: 62px auto;
  }
}

/* STORE */
.page-template-store .store-tab {
  --content-height: 0;
}
.page-template-store .store-tab .heading {
  height: 120px;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #547D75;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.page-template-store .store-tab .heading .heading-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.page-template-store .store-tab .heading .heading-background:after, .page-template-store .store-tab .heading .heading-background:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-store .store-tab .heading .heading-background:before {
  top: -195%;
  height: 300%;
  background: linear-gradient(0deg, rgb(243, 236, 224) 0%, rgb(243, 236, 224) 35%, rgba(243, 236, 224, 0.6) 51%, rgba(243, 236, 224, 0) 75%);
  z-index: 2;
  -webkit-transition: top 0.35s ease, opacity 0.35s ease;
  transition: top 0.35s ease, opacity 0.35s ease;
}
.page-template-store .store-tab .heading .heading-background:after {
  background-color: #547D75;
  opacity: 0.8;
  z-index: 1;
}
.page-template-store .store-tab .heading .heading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
  color: #547D75;
  -webkit-transition: color 0.65s ease;
  transition: color 0.65s ease;
}
@media (hover: hover) {
  .page-template-store .store-tab .heading:hover .heading-background:before {
    opacity: 0;
    top: 100%;
    -webkit-transition: top 0.75s linear, opacity 0.65s ease;
    transition: top 0.75s linear, opacity 0.65s ease;
  }
  .page-template-store .store-tab .heading:hover .heading-inner {
    color: #fff;
  }
}
.page-template-store .store-tab .heading h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
}
.page-template-store .store-tab .heading .sub {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-template-store .store-tab .heading {
    height: 100px;
  }
  .page-template-store .store-tab .heading .sub {
    font-size: 16px;
  }
}
.page-template-store .store-tab .tab-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #547D75;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
  -webkit-transition: height 0.5s ease, opacity 0.35s ease;
  transition: height 0.5s ease, opacity 0.35s ease;
}
.page-template-store .store-tab .tab-content .entries {
  padding: 40px 0;
  max-width: 1360px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin: auto;
}
.page-template-store .store-tab .tab-content .entry {
  width: 100%;
  max-width: 300px;
  text-align: center;
  color: #fff;
}
.page-template-store .store-tab .tab-content .entry a {
  color: #fff;
}
.page-template-store .store-tab .tab-content .entry-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .page-template-store .store-tab .tab-content .entries {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
    justify-content: space-evenly;
    gap: 40px 20px;
  }
  .page-template-store .store-tab .tab-content .entry {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .page-template-store .store-tab .tab-content .entry {
    width: calc(50% - 13px);
    line-height: 28px;
    letter-spacing: 1px;
  }
  .page-template-store .store-tab .tab-content .tab-content {
    font-size: 15px;
    line-height: 25px;
  }
}
.page-template-store .store-tab.active .heading {
  height: 200px;
}
.page-template-store .store-tab.active .heading .heading-inner {
  color: #fff;
}
.page-template-store .store-tab.active .heading .heading-background:before {
  opacity: 0;
  top: 100%;
  -webkit-transition: top 0.75s linear, opacity 0.65s ease;
  transition: top 0.75s linear, opacity 0.65s ease;
}
@media screen and (max-width: 600px) {
  .page-template-store .store-tab.active .heading {
    height: 140px;
  }
}
.page-template-store .store-tab.active .tab-content {
  opacity: 1;
  height: var(--content-height);
}

/* ACTIVITY */
.page-template-activity .activities {
  padding: 94px 0 120px;
}
.page-template-activity .section-title {
  text-align: center;
  margin-bottom: 110px;
}
.page-template-activity .section-title h2 {
  letter-spacing: 20px;
  text-indent: 20px;
  color: #547D75;
}
.page-template-activity .activity-wrapper {
  gap: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.page-template-activity .activities-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  width: 50%;
  max-width: 600px;
}
.page-template-activity .activities-item {
  position: relative;
}
.page-template-activity .activities-item.simple {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.page-template-activity .activities-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.page-template-activity .activities-item:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -30px;
  left: 0;
  background-color: #353635;
}
.page-template-activity .activities-item .action {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.page-template-activity .activities-item .activity-name {
  position: relative;
  margin-left: 34px;
  color: #547D75;
  -webkit-transition: color 0.35s linear;
  transition: color 0.35s linear;
}
.page-template-activity .activities-item h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 4px;
  padding: 12px 34px;
}
.page-template-activity .activities-item h3:after {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #353635;
}
.page-template-activity .activities-item .link-box .the-link {
  padding: 5px 25px;
}
@media (hover: hover) {
  .page-template-activity .activities-item:not(.simple):hover .activity-name {
    color: #353635;
  }
  .page-template-activity .activities-item:not(.simple):hover .link-box .the-link:before, .page-template-activity .activities-item:not(.simple):hover .link-box .the-link:after {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .page-template-activity section.activities {
    padding-right: var(--side-padding);
    padding-left: var(--side-padding);
  }
  .page-template-activity .activity-wrapper .image {
    width: 40%;
  }
}
@media screen and (max-width: 1300px) {
  .page-template-activity .activity-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .page-template-activity .activity-wrapper .activities-list {
    width: 100%;
    max-width: 600px;
  }
  .page-template-activity .activity-wrapper .image {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-activity .section-title h2 {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 4px;
  }
  .page-template-activity .activities-item .publish-time-tag {
    width: auto;
  }
  .page-template-activity .activities-item .action {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .page-template-activity .activities-item .activity-name {
    margin-left: 0;
  }
  .page-template-activity .activities-item h3 {
    font-size: 22px;
    line-height: 33px;
    padding: 0 0 0 30px;
  }
  .page-template-activity .activities-item h3:after {
    display: none;
  }
  .page-template-activity .activities-item .link-box {
    margin-left: 30px;
  }
  .page-template-activity .activities-item .link-box .the-link {
    padding: 4px 16px;
  }
}

/* SINGLE POST */
.single .head-banner {
  height: 650px;
}
.single .head-banner .banner-inner {
  max-width: 1200px;
}
.single .head-banner .publish-time-tag {
  font-size: 18px;
  line-height: 22px;
}
.single .head-banner .publish-time-tag span {
  margin-bottom: 4px;
}
.single .head-banner .publish-time-tag span.day {
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 4px;
  text-indent: 4px;
}
.single .head-banner .post-categories {
  list-style: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}
.single .head-banner .post-categories li {
  position: relative;
}
.single .head-banner .post-categories li:not(:last-child):after {
  content: "";
  display: block;
  height: 1em;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: -12px;
  top: 4px;
}
.single .head-banner .post-categories a {
  color: #fff;
}
.single .head-banner.ani-this .publish-time-tag, .single .head-banner.ani-this .entry-title, .single .head-banner.ani-this .post-categories, .single .head-banner.ani-this .event-categories, .single .head-banner.ani-this .sub {
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-out 0.7s;
  transition: opacity 0.75s ease-out 0.7s;
}
.single .head-banner.ani-this .event-categories {
  -webkit-transition: opacity 0.75s ease-out 0.55s;
  transition: opacity 0.75s ease-out 0.55s;
}
.single .head-banner.ani-this .post-categories {
  -webkit-transition: opacity 0.75s ease-out 0.85s;
  transition: opacity 0.75s ease-out 0.85s;
}
.single .head-banner.ani-this.in-view .publish-time-tag, .single .head-banner.ani-this.in-view .entry-title, .single .head-banner.ani-this.in-view .post-categories, .single .head-banner.ani-this.in-view .event-categories, .single .head-banner.ani-this.in-view .sub {
  opacity: 1;
}
.single .post-wrapper {
  max-width: 1200px;
  margin: auto;
}
.single .share-post {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.single .share-post .share-head {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 7px;
  text-indent: 7px;
  text-align: center;
}
.single .share-post .share-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.single .share-post .share-link .link {
  overflow: hidden;
  border-radius: 30px;
}
.single.single-post .head-banner h1 {
  position: relative;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 0;
}
.single.single-post .head-banner h1:after {
  background-color: #fff;
  top: -35px;
}
@media screen and (max-width: 600px) {
  .single.single-post .head-banner .publish-time-tag span.day {
    font-size: 52px;
    line-height: 50px;
  }
  .single.single-post .head-banner h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .single.single-post .head-banner .post-categories {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}
.single.single-post article {
  padding: 100px 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.25em;
}
.single.single-post article h1, .single.single-post article h2, .single.single-post article h3, .single.single-post article a {
  color: #547D75;
}
.single.single-post article img {
  margin: 35px 0;
}
.single.single-portfolio .portfolio-background {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.03;
}
.single.single-portfolio article {
  position: relative;
  z-index: 9;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 7px;
  padding: 189px 0 120px;
}
.single.single-portfolio article .is-layout-flex .wp-block-image {
  width: 100%;
  height: 100%;
}
.single.single-portfolio article .is-layout-flex .wp-block-image img {
  object-fit: cover;
  width: 100%;
}
.single.single-portfolio .portfolio-head {
  margin-bottom: 170px;
}
.single.single-portfolio .portfolio-head h1.entry-title {
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 80px;
  letter-spacing: 0.35em;
  margin: 0 0 23px;
  padding-bottom: 23px;
}
.single.single-portfolio .portfolio-head h1.entry-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #353635;
  position: absolute;
  left: 0;
  bottom: 0;
}
.single.single-portfolio .portfolio-head .def-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single.single-portfolio .portfolio-head .location {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 4px;
  margin-bottom: 7px;
}
.single.single-portfolio .portfolio-head .more-link {
  margin-top: 23px;
}
.single.single-portfolio .portfolio-head .info-wrapper, .single.single-portfolio .portfolio-head .featured-image {
  width: 50%;
}
.single.single-portfolio .portfolio-head .featured-image {
  max-width: 600px;
}
.single.single-portfolio .portfolio-head .featured-image img {
  height: auto;
}
.single.single-portfolio .portfolio-head .info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 80px;
}
.single.single-portfolio .portfolio-head .info-wrapper .drawing img {
  max-height: 400px;
  height: 100%;
  width: auto;
}
.single.single-portfolio .more-works {
  padding-bottom: 80px;
}
.single.single-portfolio .more-works h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 4px;
  margin: 0;
}
.single.single-portfolio .more-works .def-wrap {
  padding-top: 46px;
  border-top: 1px solid #353635;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single.single-portfolio .more-works .link-list {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
}
.single.single-portfolio .more-works .link-list ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
}
.single.single-portfolio .more-works .link-list li {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.single.single-portfolio .more-works .link-list a {
  padding: 10px 5px;
  -webkit-transition: background-color 0.35s linear, color 0.2s linear;
  transition: background-color 0.35s linear, color 0.2s linear;
}
.single.single-portfolio .more-works .link-list a.current {
  background-color: #547D75;
  color: #fff;
}
@media (hover: hover) {
  .single.single-portfolio .more-works .link-list a:hover {
    background-color: #547D75;
    color: #fff;
  }
}
@media screen and (max-width: 1440px) {
  .single.single-portfolio .portfolio-head .info-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .single.single-portfolio .portfolio-head h1.entry-title {
    font-size: 42px;
    line-height: 62px;
  }
  .single.single-portfolio .portfolio-head .location {
    font-size: 22px;
    line-height: 42px;
  }
  .single.single-portfolio .portfolio-head .featured-image {
    width: 45%;
  }
  .single.single-portfolio .portfolio-head .info-wrapper {
    width: 55%;
    gap: 30px;
  }
  .single.single-portfolio .portfolio-head .info-wrapper .drawing {
    text-align: center;
    max-height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .single.single-portfolio article {
    padding: 80px 0 120px;
  }
  .single.single-portfolio .portfolio-head {
    margin-bottom: 18px;
  }
  .single.single-portfolio .portfolio-head .def-wrap {
    flex-direction: column;
    gap: 60px;
  }
  .single.single-portfolio .portfolio-head .featured-image {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .single.single-portfolio .portfolio-head .info-wrapper {
    width: 100%;
  }
  .single.single-portfolio .more-works .def-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .single.single-portfolio .more-works .link-list {
    margin-right: 0;
    margin-left: auto;
  }
  .single.single-portfolio .more-works .link-list ul {
    gap: 40px;
  }
}
@media screen and (max-width: 820px) {
  .single.single-portfolio .more-works .def-wrap {
    align-items: center;
    text-align: center;
  }
  .single.single-portfolio .more-works .link-list {
    margin: auto;
  }
  .single.single-portfolio .more-works .link-list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .single.single-portfolio {
    --side-padding: 20px;
  }
  .single.single-portfolio .portfolio-head .info-wrapper {
    gap: 20px;
    flex-direction: column;
  }
  .single.single-portfolio .portfolio-head .info-wrapper .drawing {
    text-align: left;
    height: 220px;
    max-height: 220px;
  }
}
.single.single-event .head-banner h1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
}
.single.single-event .head-banner .category {
  position: relative;
  display: flex;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 5px;
  text-indent: 5px;
  margin-bottom: 7px;
  margin-top: 111px;
}
.single.single-event .head-banner .category:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -56px;
  transform: translateX(-50%);
}
.single.single-event article {
  padding: 154px 0 104px;
}
.single.single-magazine {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.25em;
}
.single.single-magazine .head-banner h1 {
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 5px;
  text-indent: 5px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 56px;
}
.single.single-magazine .head-banner h1:after {
  top: 0;
}
.single.single-magazine .head-banner .sub {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
}
.single.single-magazine .head-banner .banner-inner {
  gap: 15px;
}
.single.single-magazine article:not(.more-magazines article) {
  padding: 110px 0 74px;
}
.single.single-magazine article:not(.more-magazines article) h3 {
  margin-bottom: 20px;
}
.single.single-magazine article:not(.more-magazines article) h4 {
  margin-bottom: 30px;
}
.single.single-magazine article:not(.more-magazines article) h5 {
  margin-bottom: 10px;
}
.single.single-magazine .more-magazines {
  margin-bottom: 92px;
}
.single.single-magazine .more-magazines .section-title {
  margin-bottom: 102px;
}
.single.single-store .store-badge {
  border: 1px solid #9d9d9d;
  padding: 12px 18px;
  margin-bottom: 50px;
}
.single.single-store .store-badge a {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
.single.single-store .store-badge h4 {
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.single.single-store .store-badge .store-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.single.single-store .store-badge .logo {
  max-width: 135px;
}
@media screen and (max-width: 600px) {
  .single.single-store .store-badge {
    padding: 20px 24px;
  }
  .single.single-store .store-badge a {
    align-items: flex-start;
    flex-direction: column;
  }
}
.single.single-store article {
  padding: 80px 0;
}
.single.single-store article h3 {
  margin-bottom: 20px;
}
.single.single-store article h4 {
  margin-bottom: 30px;
}
.single.single-store article h5 {
  margin-bottom: 10px;
}
.single.single-store .head-banner h1 {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1440px) {
  .single .post-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .single.single-event .def-wrap, .single.single-portfolio .def-wrap {
    padding-right: var(--side-padding);
    padding-left: var(--side-padding);
  }
  .single.single-magazine .head-banner h1 {
    margin-top: 25px;
    padding-top: 42px;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
  .single.single-magazine .head-banner .banner-inner {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .single.single-event .head-banner .category {
    font-size: 34px;
    line-height: 42px;
  }
  .single.single-event .head-banner .publish-time-tag span.day {
    font-size: 48px;
    line-height: 48px;
  }
  .single.single-magazine .head-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .single.single-magazine .head-banner .publish-time-tag span.day {
    font-size: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 1440px) {
  :root {
    --side-padding: 30px ;
  }
  .side-action {
    right: 26px;
  }
  .side-action.on {
    bottom: 60px;
  }
  .head-banner, .head-banner.horizontal-banner {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
  .head-banner.simple-banner {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
    height: 599px;
  }
  .c-wrap {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
@media screen and (max-width: 1200px) {
  .head-banner h1 {
    font-size: 42px;
    line-height: 62px;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
  }
  .head-banner .banner-text {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
  .head-banner .banner-text b {
    font-size: 22px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
  .head-banner.horizontal-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }
  .head-banner.horizontal-banner h1 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 5px;
    text-indent: 5px;
  }
  .head-banner.horizontal-banner .banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    height: auto;
  }
  .head-banner.horizontal-banner .banner-text {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (min-width: 600px) {
  .for-mobile {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .for-mobile {
    visibility: visible;
    opacity: 1;
  }
  header .social-links {
    display: none;
  }
  .side-action {
    bottom: 60px;
    right: -60px;
    -webkit-transition: right 1s ease-out, opacity 0.35s ease-out;
    transition: right 1s ease-out, opacity 0.35s ease-out;
  }
  .side-action.on {
    right: 26px;
    -webkit-transition: right 0.7s linear, opacity 1.3s linear 0.25s;
    transition: right 0.7s linear, opacity 1.3s linear 0.25s;
  }
  .head-banner h1 {
    font-size: 32px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  .head-banner .banner-text {
    font-size: 18px;
    letter-spacing: 2px;
    text-indent: 2px;
    line-height: 42px;
  }
  .head-banner .banner-text b {
    font-size: 18px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}
/* BLOCK */
p.cmz-heading {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 4px;
  text-align: center;
}

h2.cmz-heading {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
  position: relative;
}
h2.cmz-heading.with-line {
  padding-bottom: 33px;
}
h2.cmz-heading.with-line:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #353635;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
}

.cmz-block.wp-block-columns .block-wrap {
  max-width: 1440px;
  margin: auto;
}
.cmz-block.contact-form-block {
  position: relative;
}
@media screen and (max-width: 1440px) {
  .cmz-block.contact-form-block {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
.cmz-block.contact-form-block .contact-page-background {
  position: absolute;
  top: -340px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 350px);
}
.cmz-block.contact-form-block .contact-page-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmz-block.corp-info {
  padding: 110px 0 200px;
}
.cmz-block.corp-info a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .cmz-block.corp-info a:hover {
    opacity: 0.6;
  }
}
.cmz-block.corp-info .wp-block-cover__background {
  z-index: 0;
}
.cmz-block.corp-info h3.cmz-heading {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  text-indent: 4px;
  padding-bottom: 33px;
  margin-bottom: 70px;
  position: relative;
}
.cmz-block.corp-info h3.cmz-heading:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
}
.cmz-block.corp-info img.wp-block-cover__image-background {
  opacity: 0.1;
}
.cmz-block.corp-info .contact-details {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 7px;
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.cmz-block.corp-info .contact-details figure.wp-block-image {
  display: flex;
  align-items: center;
}
.cmz-block.corp-info .contact-details > .wp-block-group {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cmz-block.corp-info .contact-details > .wp-block-group img {
  max-width: unset;
  width: 20px;
}
.cmz-block.corp-info .contact-details > .wp-block-group .address p {
  line-height: 18px;
}
.cmz-block.corp-info .contact-details > .wp-block-group > .wp-block-group:not(.full-width) {
  width: 49%;
}
@media screen and (max-width: 1440px) {
  .cmz-block.corp-info {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
@media screen and (max-width: 769px) {
  .cmz-block.corp-info .contact-details {
    letter-spacing: 4px;
    gap: 12px;
  }
  .cmz-block.corp-info .contact-details .is-layout-flex {
    gap: 12px;
  }
  .cmz-block.corp-info .contact-details > .wp-block-group > .wp-block-group:not(.full-width) {
    width: 100%;
    gap: 12px;
  }
}
.cmz-block.ptf-gallery.is-layout-flex {
  gap: 70px;
  font-weight: 400;
}
.cmz-block.ptf-gallery.is-layout-flex.has-frog {
  gap: 120px;
}
.cmz-block.ptf-gallery.is-layout-flex.has-frog.image-at-right .content-wrap .frog-content .top {
  margin-right: 0;
  margin-left: auto;
}
.cmz-block.ptf-gallery.is-layout-flex.has-frog.image-at-right .content-wrap .frog-content .bottom {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.cmz-block.ptf-gallery.is-layout-flex.has-goldfish {
  gap: 100px;
}
.cmz-block.ptf-gallery.is-layout-flex.has-goldfish.image-at-right .content-wrap.goldfish-content {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.cmz-block.ptf-gallery.is-layout-flex.has-goldfish.image-at-right .content-wrap.goldfish-content:before {
  right: 0;
  left: unset;
}
.cmz-block.ptf-gallery.is-layout-flex.has-sunglasses.image-at-left .content-wrap.sunglasses-content {
  text-align: left;
  align-items: flex-start;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap {
  width: 50%;
  gap: 30px;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap .is-layout-flex {
  gap: 30px;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish {
  max-width: 1000px;
  flex-basis: auto;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish .fish-eye {
  width: calc(50% - 30px);
  height: 600px;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish .fish-eye figure {
  height: calc(50% - 15px);
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish .fish-eye img {
  width: 100%;
  height: 100%;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish .belly {
  max-width: 500px;
  height: 600px;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish .belly img {
  width: 100%;
  height: 100%;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog {
  flex-basis: auto;
  max-width: 720px;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog .frog-eyes figure {
  max-height: 450px;
  overflow: hidden;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog .frog-eyes figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog .frog-mouth {
  max-height: 380px;
  overflow: hidden;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.sunglasses > .wp-block-group {
  gap: 30px;
}
.cmz-block.ptf-gallery.is-layout-flex .image-wrap.sunglasses figure {
  max-height: 350px;
  max-width: 350px;
  overflow: hidden;
}
.cmz-block.ptf-gallery.is-layout-flex .content-wrap .frog-content {
  height: 100%;
  justify-content: space-between;
}
.cmz-block.ptf-gallery.is-layout-flex .content-wrap .frog-content .top h4 {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 4px;
}
.cmz-block.ptf-gallery.is-layout-flex .content-wrap .frog-content .bottom {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  color: #547D75;
  letter-spacing: 4px;
}
.cmz-block.ptf-gallery.is-layout-flex .content-wrap.goldfish-content {
  padding-top: 36px;
  position: relative;
}
.cmz-block.ptf-gallery.is-layout-flex .content-wrap.goldfish-content:before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #353635;
  position: absolute;
  left: 0;
  top: 0;
}
.cmz-block.ptf-gallery.is-layout-flex .content-wrap.sunglasses-content {
  flex-basis: auto;
  max-width: calc(100% - 70px - 730px);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  color: #547D75;
  letter-spacing: 5px;
}
.cmz-block.ptf-gallery.is-layout-flex .content-wrap.sunglasses-content.align-left {
  justify-content: start;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .cmz-block.ptf-gallery.is-layout-flex {
    gap: 40px;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-frog {
    gap: 80px;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-goldfish {
    gap: 60px;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish {
    max-width: 860px;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish .belly {
    max-width: 420px;
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .cmz-block.ptf-gallery.is-layout-flex {
    gap: 30px;
  }
  .cmz-block.ptf-gallery.is-layout-flex article {
    padding: 120px 0 100px;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-frog {
    gap: 30px;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-goldfish {
    gap: 30px;
  }
  .cmz-block.ptf-gallery.is-layout-flex .portfolio-head {
    margin-bottom: 120px;
  }
  .cmz-block.ptf-gallery.is-layout-flex .content-wrap.sunglasses-content, .cmz-block.ptf-gallery.is-layout-flex .content-wrap .frog-content .bottom {
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 3px;
  }
  .cmz-block.ptf-gallery.is-layout-flex .content-wrap.sunglasses-content {
    max-width: 45%;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog, .cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish {
    max-width: 600px;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog .frog-mouth {
    max-height: 320px;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish .belly {
    max-width: 300px;
    height: 460px;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.goldfish .fish-eye {
    width: calc(50% - 18px);
    height: 460px;
    justify-content: space-between;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap .is-layout-flex, .cmz-block.ptf-gallery.is-layout-flex .image-wrap.sunglasses > .wp-block-group {
    gap: 18px;
  }
}
@media screen and (max-width: 820px) {
  .cmz-block.ptf-gallery.is-layout-flex.has-frog, .cmz-block.ptf-gallery.is-layout-flex.has-goldfish {
    flex-direction: column;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-frog.image-at-right, .cmz-block.ptf-gallery.is-layout-flex.has-goldfish.image-at-right {
    flex-direction: column-reverse;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-frog.image-at-right .content-wrap .frog-content .top {
    margin-right: auto;
    margin-left: 0;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-frog.image-at-right .content-wrap .frog-content .bottom {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-goldfish .image-wrap.goldfish {
    max-width: unset;
    width: 100%;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-goldfish .image-wrap.goldfish .fish-eye {
    height: auto;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-goldfish .image-wrap.goldfish .belly {
    max-width: unset;
    width: 50%;
    height: auto;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-goldfish.image-at-right .content-wrap.goldfish-content {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-goldfish.image-at-right .content-wrap.goldfish-content:before {
    right: unset;
    left: 0;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-sunglasses {
    flex-direction: column-reverse;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-sunglasses.image-at-left {
    flex-direction: column;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-sunglasses .content-wrap.sunglasses-content {
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-sunglasses .image-wrap {
    width: 100%;
  }
  .cmz-block.ptf-gallery.is-layout-flex.has-sunglasses .image-wrap figure {
    max-width: unset;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog {
    max-width: unset;
    width: 100%;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog .frog-mouth {
    width: 100%;
    max-height: unset;
    overflow: hidden;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog .frog-mouth img {
    width: 100%;
  }
  .cmz-block.ptf-gallery.is-layout-flex .image-wrap.the-frog .frog-eyes {
    width: 100%;
  }
  .cmz-block.ptf-gallery.is-layout-flex .content-wrap .frog-content {
    gap: 46px;
  }
  .cmz-block.ptf-gallery.is-layout-flex .content-wrap.sunglasses-content, .cmz-block.ptf-gallery.is-layout-flex .content-wrap .frog-content .bottom {
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}
.cmz-block.mag-block {
  gap: 60px;
}
.cmz-block.mag-block .cmz-line.wp-block-separator {
  margin-bottom: 30px;
  width: 76px;
  border-width: 1px;
}
@media screen and (max-width: 1200px) {
  .cmz-block.mag-block {
    gap: 30px;
  }
}

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