﻿/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
@import url("css2-NotoSansTCwght300400500700900_swap.css");
@import url(cwtexyen.css);
@import url("css2-Muktawght400500700800_swap.css");
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
          transform: translate3d(0, -8px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
          transform: translate3d(0, -16px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
          transform: translate3d(0, 8px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
          transform: translate3d(0, -16px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  -webkit-transform: translate3d(60px, 60px, 0) rotate(45deg);
          transform: translate3d(60px, 60px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  -webkit-transform: translate3d(-60px, 60px, 0) rotate(-45deg);
          transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  -webkit-transform: translate3d(60px, -60px, 0) rotate(-45deg);
          transform: translate3d(60px, -60px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  -webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg);
          transform: translate3d(-60px, -60px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
          transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
          transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
          transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

::-moz-selection {
  background-color: #f29d86;
  color: #fff;
}

::selection {
  background-color: #f29d86;
  color: #fff;
}

body {
  font-size: 1.25rem;
}
@media (max-width: 575.98px) {
  body {
    font-size: 1.1rem;
  }
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%;
}

.overflow-x-h {
  overflow-x: hidden;
}

.overflow-y-h {
  overflow-y: hidden;
}

.overflow-h {
  overflow: hidden;
}

svg {
  max-width: 100%;
  height: auto;
}

article {
  position: relative;
}
article section {
  padding: 55px 0;
}
@media (min-width: 992px) {
  article section {
    padding: 75px 0;
  }
}

.g-recaptcha {
  text-align: center;
  display: inline-block;
}

:root {
  --swiper-theme-color: #f29d86;
}

.loader-mesk {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9998;
}
.loader-mesk.finish {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .preloader_inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.preloader .mesk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.fs-12 {
  font-size: 0.75rem;
}

.fsr-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fsr-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fsr-15 {
  font-size: 0.9375rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fsr-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fsr-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fsr-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fsr-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fsr-22 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .fsr-22 {
    font-size: 1.375rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}

.fsr-24 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fsr-24 {
    font-size: 1.5rem;
  }
}

.fs-25 {
  font-size: 1.5625rem;
}

.fsr-25 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .fsr-25 {
    font-size: 1.5625rem;
  }
}

.fs-27 {
  font-size: 1.6875rem;
}

.fsr-27 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  .fsr-27 {
    font-size: 1.6875rem;
  }
}

.fs-28 {
  font-size: 1.75rem;
}

.fsr-28 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .fsr-28 {
    font-size: 1.75rem;
  }
}

.fs-30 {
  font-size: 1.875rem;
}

.fsr-30 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .fsr-30 {
    font-size: 1.875rem;
  }
}

.fs-32 {
  font-size: 2rem;
}

.fsr-32 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .fsr-32 {
    font-size: 2rem;
  }
}

.fs-35 {
  font-size: 2.1875rem;
}

.fsr-35 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .fsr-35 {
    font-size: 2.1875rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}

.fsr-40 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .fsr-40 {
    font-size: 2.5rem;
  }
}

.fs-45 {
  font-size: 2.8125rem;
}

.fsr-45 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .fsr-45 {
    font-size: 2.8125rem;
  }
}

.fs-50 {
  font-size: 3.125rem;
}

.fsr-50 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .fsr-50 {
    font-size: 3.125rem;
  }
}

.fs-55 {
  font-size: 3.4375rem;
}

.fsr-55 {
  font-size: calc(1.46875rem + 2.625vw);
}
@media (min-width: 1200px) {
  .fsr-55 {
    font-size: 3.4375rem;
  }
}

.fs-60 {
  font-size: 3.75rem;
}

.fsr-60 {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .fsr-60 {
    font-size: 3.75rem;
  }
}

.fs-65 {
  font-size: 4.0625rem;
}

.fsr-65 {
  font-size: calc(1.53125rem + 3.375vw);
}
@media (min-width: 1200px) {
  .fsr-65 {
    font-size: 4.0625rem;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  outline: none;
  border-radius: 100%;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f29d86;
}
@media (max-width: 991.98px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: 35px;
  height: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  background: rgba(242, 157, 134, 0.7);
  border-radius: 0;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media (max-width: 991.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 25px;
    height: 35px;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.slider-small .swiper-slide {
  cursor: pointer;
}
.slider-small .swiper-slide:hover, .slider-small .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.7;
}

.slider-sort .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-sort .swiper-slide {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.slider-sort .swiper-slide .title {
  color: #796f66;
  font-size: 1.35rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 5px;
  padding: 7px 20px 5px;
  border-radius: 30px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .slider-sort .swiper-slide .title {
    font-size: 1.15rem;
  }
}
.slider-sort .swiper-slide:hover .title, .slider-sort .swiper-slide.swiper-slide-thumb-active .title {
  color: #fff;
  background: #ED7D55;
}

#back-to-top {
  position: fixed;
  z-index: 8000;
  text-align: center;
  right: 0;
  bottom: 0px;
  cursor: pointer;
  opacity: 0;
}
#back-to-top .item {
  width: 50px;
  height: 50px;
  line-height: 52px;
  background: #e33710;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 10px;
  border-radius: 100%;
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#back-to-top .item a {
  display: block;
  color: #fff;
}
#back-to-top .item:hover {
  background: #f29d86;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767.98px) {
  #back-to-top {
    opacity: 1 !important;
  }
  #back-to-top img {
    max-width: 75px;
  }
  #back-to-top .item {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 42px;
  }
}

.main-title {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  text-align: center;
  color: #fff;
  background: #f29d86;
  padding: 12px 25px;
  font-size: 1.8rem;
  min-width: 280px;
  letter-spacing: 2px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .main-title {
    min-width: 0;
    font-size: 1.4rem;
  }
}
.main-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: -2px;
  left: 0;
  background: url(../image/title-line.svg);
}

.main-title2 {
  display: block;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .main-title2 {
    margin-bottom: 0;
  }
}
.main-title2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f29d86;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-title2 .text {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #f29d86;
  padding: 10px 20px;
  font-size: 1.8rem;
  max-width: 380px;
  letter-spacing: 2px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.main-title2 .text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: -2px;
  left: 0;
  background: url(../image/title-line.svg);
}

.main-title-30th {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 5px;
  font-weight: bold;
}
.main-title-30th .left {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
}
.main-title-30th .right {
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}
@media (max-width: 991.98px) {
  .main-title-30th {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .main-title-30th .left {
    left: -20px;
    max-height: 24px;
  }
  .main-title-30th .right {
    right: -20px;
    max-height: 24px;
  }
}

.main-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  padding: 10px 35px 8px;
  font-size: 1.15rem;
  background: #dcdddd;
  border-radius: 30px;
}
.main-btn svg {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.main-btn:hover {
  color: #fff;
  background: #f29d86;
}
.main-btn:hover svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.main-btn:hover svg path {
  fill: #fff;
}
.main-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  padding: 5px 20px 4px;
  border: 1px #f29d86 solid;
  font-size: 1.15rem;
  border-radius: 10px;
  color: #f29d86;
}
.main-btn2 svg {
  margin-left: 15px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.main-btn2:hover {
  color: #fff;
  background: #f29d86;
}
.main-btn2:hover svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.main-btn2:hover svg path {
  fill: #fff;
}
.download-btn .item {
  background: #f29d86;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 20px 10px;
  border-radius: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .download-btn .item {
    display: block;
    padding: 8px 15px 10px;
  }
}
.download-btn .item a, .download-btn .item span {
  display: inline-block;
}
.download-btn .item a:hover, .download-btn .item span:hover {
  text-decoration: underline;
  color: #fff;
}
.download-btn .item .name {
  margin-top: 5px;
}
@media (max-width: 575.98px) {
  .download-btn .item .name {
    margin-right: 15px;
  }
}
.download-btn .item .dl-btn {
  margin-left: 10px;
  margin-top: 5px;
  min-width: 60px;
  text-align: right;
}
@media (max-width: 575.98px) {
  .download-btn .item .dl-btn {
    min-width: auto;
    margin-left: 0;
    margin-top: 8px;
  }
}

#news #bread, #journal #bread {
  background: #fff;
}

#bread {
  font-size: 1.1rem;
  color: #796f66;
}
#bread .breadcrumb {
  margin: 0;
  padding: 8px 0 6px;
}
#bread .breadcrumb > li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}
#bread .breadcrumb > li + li:before {
  padding: 0 2px 0px 7px;
  float: none;
  color: #796f66;
}
#bread .breadcrumb svg {
  font-size: 14px;
  margin-bottom: 1px;
}
#bread .breadcrumb a {
  display: inline-block;
  vertical-align: middle;
  color: #796f66;
}
#bread .breadcrumb a:hover {
  color: #e33710;
}

.pages .page-item {
  display: block;
  margin: 3px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.pages .page-item a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #796f66;
  border: 0;
  border-radius: 0 !important;
  background: none;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .pages .page-item a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.pages .page-item.arrow a {
  font-size: 1rem;
  border: 0;
}
.pages .page-item.arrow.active a, .pages .page-item.arrow:hover a {
  background: none;
  color: #f29d86;
}
.pages .page-item.active a, .pages .page-item:hover a {
  background: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  color: #f29d86;
}

.hover-opa8:hover {
  opacity: 0.8;
}

.hover-opa5:hover {
  opacity: 0.5;
}

.hover-underline:hover {
  text-decoration: underline;
}

.editor ol {
  list-style: decimal;
  padding-left: 25px;
}
.editor ul {
  list-style: inherit;
  padding-left: 25px;
}

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

.ani {
  visibility: hidden;
}
.ani.animate__animated {
  visibility: visible;
}

.inner-banner {
  position: relative;
}

.light-box {
  display: none;
  max-width: 780px;
  width: 95%;
  margin: auto;
  border-radius: 0;
  padding: 3rem 2.5rem;
  border-radius: 20px;
}
.light-box .light-title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
}
.light-box.search .title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #f29d86;
}
@media (max-width: 767.98px) {
  .light-box {
    padding: 30px 20px;
    border-radius: 10px;
  }
}

.sort-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.sort-box li {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .sort-box li {
    margin-right: 5px;
  }
}
.sort-box li .sort-item {
  display: block;
  padding: 10px 18px 8px;
  text-align: center;
  background: none;
  border-radius: 10px 10px 0 0;
  font-size: 1.35rem;
  color: #796f66;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .sort-box li .sort-item {
    padding: 7px 15px 5px;
    font-size: 1.15rem;
    border-radius: 4px;
    background: #fff;
    border: 1px #f29d86 solid;
    color: #f29d86;
  }
}
.sort-box li:hover .sort-item, .sort-box li.active .sort-item {
  background: #fff;
  color: #f29d86;
}
@media (max-width: 991.98px) {
  .sort-box li:hover .sort-item, .sort-box li.active .sort-item {
    background: #f29d86;
    color: #fff;
  }
}

aside.ann30th .submenu-title {
  border-radius: 30px;
  background: #ED7D55;
}
aside.ann30th .submenu-title::after {
  display: none;
}
aside.ann30th .submenu > li:hover > a, aside.ann30th .submenu > li.active > a, aside.ann30th .submenu > li:focus > a {
  color: #ED7D55;
}
aside .submenu-title {
  position: relative;
  display: block;
  color: #fff;
  background: #f29d86;
  font-size: 1.5rem;
  text-align: center;
  padding: 7px 10px;
  border-radius: 10px;
  margin-bottom: 35px;
}
aside .submenu-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: -2px;
  left: 0;
  background: url(../image/title-line.svg);
}
aside .submenu {
  position: relative;
  list-style: none;
  padding-left: 0;
  font-size: 1.35rem;
  color: #796f66;
}
aside .submenu > li {
  position: relative;
  margin: 10px 0;
}
aside .submenu > li.active > .menu_body {
  display: block;
}
aside .submenu > li:hover > a, aside .submenu > li.active > a, aside .submenu > li:focus > a {
  font-weight: bold;
  color: #e33710;
}
aside .submenu > li:hover > a::before, aside .submenu > li.active > a::before, aside .submenu > li:focus > a::before {
  left: 2px;
  opacity: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
aside .submenu > li > a {
  display: block;
  padding-left: 30px;
  position: relative;
  font-weight: bold;
}
aside .submenu > li > a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 16.6px;
  background: url(../image/aside-icon.svg);
  background-size: cover;
  left: -10px;
  top: 6px;
  opacity: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
aside .submenu > li .menu_body {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 45px;
  font-size: 1.2rem;
  display: none;
}
aside .submenu > li .menu_body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  background: #796f66;
  width: 1px;
  height: 100%;
}
aside .submenu > li .menu_body > li {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
aside .submenu > li .menu_body > li > a {
  display: block;
  color: #796f66;
  margin: 5px 0;
}
aside .submenu > li .menu_body > li:hover > a, aside .submenu > li .menu_body > li.active > a, aside .submenu > li .menu_body > li:focus > a {
  color: #ED7D55;
}

@media (max-width: 991.98px) {
  aside {
    margin-bottom: 30px;
  }
  aside .submenu {
    max-height: 0;
    overflow: hidden;
    font-size: 1.25rem;
  }
  aside .submenu > li {
    margin: 5px 0;
  }
  aside .submenu > li > a {
    padding-left: 25px;
  }
  aside .submenu > li > a::before {
    width: 13px;
    height: 14.4px;
    top: 7px;
  }
  aside .submenu-title {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 9px 10px;
    color: #fff;
    text-align: center;
    background: #f29d86;
    font-size: 1.35rem;
  }
  aside .submenu-title svg {
    display: none;
  }
  aside .submenu-title::before {
    position: absolute;
    content: "+";
    font-family: "Font Awesome 6 Pro";
    font-size: 1rem;
    right: 15px;
    top: 12px;
  }
  aside .submenu-title.active + .submenu {
    max-height: 99999px;
    padding-top: 5px;
  }
}
.bg-main {
  background: url(../image/main-bg.jpg);
}

.bg-color {
  position: relative;
  background: #F4F4F4;
}
@media (max-width: 991.98px) {
  .bg-color {
    background: #fff;
  }
}
.bg-color::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  background: #F4F4F4;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateX(100%) translateX(-5px);
          transform: translateX(100%) translateX(-5px);
}
@media (max-width: 991.98px) {
  .bg-color::before {
    display: none;
  }
}
.bg-color::after {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  background: #F4F4F4;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%) translateX(5px);
          transform: translateX(-100%) translateX(5px);
}
@media (max-width: 991.98px) {
  .bg-color::after {
    display: none;
  }
}

.navbar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  .navbar .container, .navbar .container-fluid {
    padding: 0 15px;
  }
}
.navbar .hamburger-box {
  height: 25px;
}
.navbar .navbar-brand {
  padding: 20px 0 18px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    max-width: 230px;
  }
}
.navbar .navbar-nav .nav-item {
  margin: 0 0 0 24px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 0 0 13px;
    font-size: 1rem;
  }
}
.navbar .navbar-nav .nav-item:hover .nav-link::before, .navbar .navbar-nav .nav-item.active .nav-link::before {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  color: #000;
}
.navbar .navbar-nav .nav-item .nav-link span {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 5px;
  background: #f29d86;
  top: 0;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navbar .navbar-nav .nav-item.ann30th .nav-link span {
  padding: 4px 0 0;
}
.navbar .navbar-nav .nav-item.ann30th .nav-link::before {
  display: none;
}
.navbar .navbar-nav .nav-item.lang .nav-link::before {
  display: none;
}
.navbar .navbar-nav .nav-item.lang .nav-link span {
  background: #dcdddd;
  color: #796f66;
  padding: 2px 8px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navbar .navbar-nav .nav-item.lang:hover .nav-link span {
  background: #f29d86;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navbar .navbar-nav .nav-item.search .nav-link::before {
  display: none;
}
.navbar .navbar-nav .nav-item.search:hover .nav-link {
  color: #f29d86;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: 110px;
  text-align: center;
  padding: 0;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(99%) translateX(-50%);
          transform: translateY(99%) translateX(-50%);
  padding: 8px 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list:last-child .dropdown-item {
  border-bottom: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 4px 15px;
  font-size: 1.15rem;
  background: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #e33710;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #f29d86;
}

footer {
  position: relative;
  background: #796f66;
  color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  footer {
    padding: 20px 0 5px;
  }
}
footer .f-logo {
  margin-bottom: 25px;
}
footer .f-link {
  display: inline-block;
  background: #e33710;
  padding: 8px 65px;
  border-radius: 30px;
  font-size: 1.35rem;
}
footer .f-link:hover {
  background: #f29d86;
  color: #fff;
}
@media (max-width: 767.98px) {
  footer .f-link {
    padding: 5px 35px;
    font-size: 1.25rem;
  }
}
footer .f-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .f-info li {
  margin-bottom: 7px;
  display: inline-block;
  width: calc(50% - 4px);
}
@media (max-width: 575.98px) {
  footer .f-info li {
    width: 100%;
  }
}
footer .f-info .item {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
footer .f-info .item::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .title {
  font-size: 1.25rem;
}
footer .f-social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .f-social li {
  display: inline-block;
}
footer .f-social .item {
  display: inline-block;
  position: relative;
  font-size: 1.85rem;
  margin-top: 10px;
  margin-right: 15px;
}
footer .cancel {
  text-decoration: underline;
  font-size: 1rem;
}
footer .sub-btn {
  background: #fff;
  border-radius: 4px;
  color: #3e3a39;
  padding: 4px 10px;
  display: block;
  text-align: center;
  margin-left: 3px;
  font-size: 1.25rem;
}
footer .sub-btn:hover {
  background: #f29d86;
  color: #fff;
}
footer a:hover {
  color: #f29d86;
}

.copyright {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}
.copyright a:hover {
  color: #f29d86;
}
@media (max-width: 767.98px) {
  .copyright {
    margin-top: 30px;
  }
}

.form * {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form .hstack {
  background-color: #fff;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.form input::-webkit-input-placeholder {
  color: #BFBFBF;
}
.form .form-control {
  border-radius: 10px;
  padding: 5px 10px 4px;
  border: 1px #dcdddd solid;
  font-size: 1.15rem;
  background-color: transparent;
}
.form .form-control:hover, .form .form-control:focus {
  border-color: #e33710;
}
.form .form-control.type2 {
  border-radius: 4px;
  border-color: #BFBFBF;
}
.form .form-select {
  border-radius: 30px;
  padding: 5px 10px 4px;
  border: 1px #796f66 solid;
  font-size: 1.25rem;
  background-color: transparent;
}
.form .form-select:hover, .form .form-select:focus {
  border-color: #e33710;
}
.form label {
  font-size: 1.35rem;
  color: #796f66;
}
.form .content {
  width: 100%;
}
.form .l-head {
  width: 100%;
  font-weight: bold;
}
.form textarea {
  height: 120px;
  padding: 0;
}

.banner-slider {
  position: relative;
}
.banner-slider img {
  margin: 0 auto;
}

#index-about .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #index-about .title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
#index-about .text {
  font-size: 1.3rem;
}
@media (max-width: 767.98px) {
  #index-about .text {
    font-size: 1.15rem;
  }
}

#index-about2 {
  position: relative;
  overflow: hidden;
}
#index-about2 .about2-bg {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 7%;
  right: 0;
}
#index-about2 .num-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  #index-about2 .num-box {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
#index-about2 .num-box .list.list1, #index-about2 .num-box .list.list2, #index-about2 .num-box .list.list3 {
  text-align: center;
}
#index-about2 .num-box .list .item {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 1;
}
#index-about2 .num-box .list .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#index-about2 .num-box .list .item .text .title {
  margin-bottom: 10px;
  word-break: keep-all;
}
@media (max-width: 767.98px) {
  #index-about2 .num-box .list .item .text .title {
    margin-bottom: 5px;
    font-size: 0.95rem;
  }
}
#index-about2 .num-box .list .item .text .data-num {
  font-size: 4rem;
}
@media (max-width: 767.98px) {
  #index-about2 .num-box .list .item .text .data-num {
    font-size: 2rem;
  }
}
#index-about2 .num-box .list .item span {
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  #index-about2 .num-box .list .item span {
    font-size: 1.5rem;
  }
}
#index-about2 .num-box .list .item.item1 {
  margin: 4rem 0 1.15rem;
}
#index-about2 .num-box .list .item.item2 {
  color: #898989;
}
@media (min-width: 992px) {
  #index-about2 .num-box .list .item.item3 {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@media (min-width: 992px) {
  #index-about2 .num-box .list .item.item4 {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    margin: 20px 0;
  }
}
#index-about2 .num-box .list .item.item6 {
  color: #898989;
  margin: 100px 0 30px;
}
@media (min-width: 992px) {
  #index-about2 .num-box .list .item.item6 {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    margin: 40px 0 25px;
  }
}
#index-about2 .num-box .list .item.item7 {
  color: #898989;
}

#index-video {
  text-align: center;
}
#index-video .bg {
  position: relative;
  z-index: -1;
  margin-top: -100px;
  width: 100%;
}
@media (max-width: 991.98px) {
  #index-video .bg {
    margin-top: 0;
  }
}
#index-video .editor {
  padding: 20px;
  border: 2px #f29d86 solid;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  #index-video .editor {
    padding: 10px;
    border-radius: 10px;
  }
}
#index-video .title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #index-video .title {
    font-size: 1.25rem;
    margin-bottom: 5px;
    margin-top: 25px;
  }
}
#index-video .text {
  font-size: 1.2rem;
}
@media (max-width: 991.98px) {
  #index-video .text {
    font-size: 1.15rem;
  }
}

#index-link {
  background: #f29d86;
  margin-top: -2px;
}
#index-link .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#index-link .item {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
#index-link .item .img-box {
  border-radius: 70px;
  overflow: hidden;
}
#index-link .item .img-box img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 991.98px) {
  #index-link .item .img-box {
    border-radius: 20px;
  }
}
#index-link .item .title {
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  #index-link .item .title {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
#index-link .item:hover .title {
  color: #e33710;
}
#index-link .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#index-news .news-box .item {
  margin-top: 80px;
  height: calc(100% - 80px);
}

#ann30th-index {
  background: #FBDAC8;
}

#idx30th-banner {
  position: relative;
}
#idx30th-banner .mask {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
}
#idx30th-banner:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 9;
  background: url(../image/bn-mask.svg) 0 0 repeat-x;
  background-size: 1920px 105%;
  -webkit-animation: move-img 6s linear infinite;
          animation: move-img 6s linear infinite;
}
@media (max-width: 767.98px) {
  #idx30th-banner:before {
    height: 25px;
    background-size: 960px 105%;
  }
}
#idx30th-banner img {
  margin: 0 auto;
}

@-webkit-keyframes move-img {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

@keyframes move-img {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
.splitting .char {
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: calc(0.2s + 0.08s * var(--char-index));
          transition-delay: calc(0.2s + 0.08s * var(--char-index));
}

.aos-animate .char {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#idx30th-ip {
  position: relative;
  overflow: hidden;
}
#idx30th-ip .ip-bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#idx30th-ip .ip-01 {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
#idx30th-ip .ip-02 {
  min-width: 120px;
}
#idx30th-ip .ip-02 img {
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #idx30th-ip .ip-02 img {
    max-width: 100px;
  }
}
#idx30th-ip .text-box {
  max-width: 590px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.7rem 5px 2.7rem;
  position: relative;
  z-index: 8;
}
#idx30th-ip .text-box .text {
  padding-left: 9%;
}
#idx30th-ip .text-box .ip-bg2 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-99%);
          transform: translateX(-50%) translateY(-99%);
}
@media (max-width: 991.98px) {
  #idx30th-ip .text-box {
    padding: 25px 15px;
  }
  #idx30th-ip .text-box .text {
    padding-left: 25px;
  }
}
@media (max-width: 575.98px) {
  #idx30th-ip .text-box {
    padding: 5px 20px;
    display: block;
    background: #FBDAC8;
  }
  #idx30th-ip .text-box .text {
    margin-top: 25px;
    padding-left: 0;
  }
}

#idx30th-keyword {
  position: relative;
}
#idx30th-keyword .num-box .item {
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 8;
}
@media (min-width: 992px) {
  #idx30th-keyword .num-box .item.item2, #idx30th-keyword .num-box .item.item5 {
    margin-top: 10rem;
  }
}
@media (max-width: 991.98px) {
  #idx30th-keyword .num-box .item {
    margin-top: 3rem;
  }
}
#idx30th-keyword .num-box .item.item1 {
  z-index: 9;
}
#idx30th-keyword .num-box .item.item1 .bg {
  position: relative;
}
#idx30th-keyword .num-box .item.item1 .bg .k01 {
  position: absolute;
  top: 3%;
  right: -29%;
}
@media (max-width: 767.98px) {
  #idx30th-keyword .num-box .item.item1 .bg .k01 {
    top: -15px;
    right: 0;
    max-width: 100px;
  }
}
#idx30th-keyword .num-box .item.item6 {
  z-index: 9;
}
#idx30th-keyword .num-box .item.item6 .bg {
  position: relative;
}
#idx30th-keyword .num-box .item.item6 .bg .k02 {
  position: absolute;
  top: 14%;
  left: -21%;
}
@media (max-width: 767.98px) {
  #idx30th-keyword .num-box .item.item6 .bg .k02 {
    top: -5px;
    left: -5px;
    max-width: 100px;
  }
}
#idx30th-keyword .num-box .item .bg {
  width: 342px;
  height: 342px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#idx30th-keyword .num-box .item .bg::before {
  position: absolute;
  content: "";
  background: url(../image/num-bg.svg) center no-repeat;
  background-size: cover;
  width: 342px;
  height: 342px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#idx30th-keyword .num-box .item .bg .text {
  margin: auto;
}
#idx30th-keyword .num-box .item .bg .text .t1 {
  font-size: 2.1875rem;
  color: #ED7D55;
  margin-bottom: 10px;
  font-weight: bold;
}
#idx30th-keyword .num-box .item .bg .text .t3 {
  font-size: 6.25rem;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  #idx30th-keyword .num-box .item .bg {
    width: 320px;
    height: 320px;
  }
  #idx30th-keyword .num-box .item .bg::before {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 991.98px) {
  #idx30th-keyword .num-box .item .bg {
    width: 290px;
    height: 290px;
  }
  #idx30th-keyword .num-box .item .bg::before {
    width: 290px;
    height: 290px;
  }
  #idx30th-keyword .num-box .item .bg .text .t1 {
    font-size: 1.6rem;
  }
  #idx30th-keyword .num-box .item .bg .text .t3 {
    font-size: 3rem;
    margin: 10px 0;
  }
}
#idx30th-keyword .num-box .item .title {
  font-size: 1.375rem;
  letter-spacing: 2px;
}
#idx30th-keyword .num-box .item .title span {
  font-size: 3.75rem;
  color: #ED7D55;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #idx30th-keyword .num-box .item .title {
    font-size: 1.15rem;
    letter-spacing: 1px;
  }
  #idx30th-keyword .num-box .item .title span {
    font-size: 1.8rem;
  }
}
#idx30th-keyword .k03 {
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media (max-width: 1199.98px) {
  #idx30th-keyword .k03 {
    display: none;
  }
}
#idx30th-keyword .k04 {
  position: absolute;
  bottom: 0;
  left: 20%;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
@media (max-width: 1199.98px) {
  #idx30th-keyword .k04 {
    max-width: 100px;
    position: unset;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    margin: 0 auto;
  }
}

#idx30th-history {
  background: url(../image/bg01.png) bottom center no-repeat;
  background-size: contain;
}
@media (max-width: 1199.98px) {
  #idx30th-history {
    background-size: cover;
  }
}

.news-box30th .news-ip {
  margin-top: 40px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media (max-width: 991.98px) {
  .news-box30th .news-ip {
    display: none;
  }
}
.news-box30th .item {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .news-box30th .item {
    margin-bottom: 30px;
  }
}
.news-box30th .item .img-box {
  border-radius: 50px;
  overflow: hidden;
}
.news-box30th .item .img-box .pic {
  padding-bottom: 57.76%;
}
.news-box30th .item .img-box .pic img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-box30th .item .title {
  color: #3e3a39;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-box30th .item .title {
    font-size: 1.35rem;
  }
}
.news-box30th .item:hover .img-box .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.office-select {
  max-width: 300px;
  margin: 0 auto 30px;
}

.office-box a {
  display: inline-block;
}
.office-box a:hover {
  color: #f29d86;
}
.office-box .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e33710;
  border-bottom: 2px #f29d86 solid;
  padding-bottom: 5px;
  font-size: 1.35rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .office-box .top-title {
    display: none;
  }
}
.office-box .top-title .title1, .office-box .top-title .title2 {
  width: 33%;
}
.office-box .top-title .title3 {
  width: 34%;
}
.office-box ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.office-box .list {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .office-box .list {
    border-top: 2px #dcdddd solid;
  }
}
.office-box .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 2px #dcdddd solid;
}
@media (max-width: 991.98px) {
  .office-box .list .item {
    display: block;
    padding: 25px 0;
  }
}
.office-box .list .item .m-title {
  display: none;
  color: #f29d86;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .office-box .list .item .m-title {
    display: block;
  }
}
.office-box .list .item ul li {
  margin-bottom: 3px;
}
.office-box .list .item ul li svg {
  color: #f29d86;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
  margin-right: 2px;
}
@media (max-width: 991.98px) {
  .office-box .list .item ul li svg {
    font-size: 1rem;
  }
}
.office-box .list .item .name {
  display: block;
  font-weight: bold;
  font-size: 1.35rem;
  margin-bottom: 3px;
}
@media (max-width: 991.98px) {
  .office-box .list .item .name {
    font-size: 1.25rem;
  }
}
.office-box .list .item .box1, .office-box .list .item .box2 {
  width: 33%;
}
@media (max-width: 991.98px) {
  .office-box .list .item .box1, .office-box .list .item .box2 {
    width: 100%;
    margin-bottom: 25px;
  }
}
.office-box .list .item .box3 {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .office-box .list .item .box3 {
    display: block;
    width: 100%;
  }
}
.office-box .list .item .box3 .text {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .office-box .list .item .box3 .text {
    margin-right: 0;
  }
}
.office-box .list .item .box3 .more {
  display: inline-block;
  width: 80px;
  margin-left: auto;
  text-align: center;
  vertical-align: middle;
}
.office-box .list .item .box3 .more svg {
  height: 18.5px;
  width: auto;
}
.office-box .list .item .box3 .more svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.office-box .list .item .box3 .more span {
  display: none;
}
@media (max-width: 991.98px) {
  .office-box .list .item .box3 .more {
    width: auto;
    margin-top: 25px;
    background: #e33710;
    padding: 5px 20px;
    border-radius: 4px;
  }
  .office-box .list .item .box3 .more span {
    display: inline-block;
    vertical-align: inherit;
    margin-right: 5px;
    color: #fff;
  }
  .office-box .list .item .box3 .more svg {
    height: 14px;
  }
  .office-box .list .item .box3 .more svg path {
    fill: #fff;
  }
}
.office-box .list .item .box3 .more:hover svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #f29d86;
}

.office-detail a {
  display: inline-block;
}
.office-detail a:hover {
  color: #f29d86;
}
.office-detail .d-map iframe {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991.98px) {
  .office-detail .d-map {
    margin-top: 10px;
    border-radius: 10px;
  }
  .office-detail .d-map iframe {
    height: 220px;
  }
}
.office-detail .name {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .office-detail .name {
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 25px;
  }
}
.office-detail ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.office-detail ul li {
  margin-bottom: 3px;
}
.office-detail ul li svg {
  color: #f29d86;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
  margin-right: 2px;
}
@media (max-width: 991.98px) {
  .office-detail ul li svg {
    font-size: 1rem;
  }
}

.office-detail2 .title {
  display: inline-block;
  background: #f29d86;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 1.35rem;
  margin-bottom: 30px;
}
.office-detail2 .detail-bg {
  position: relative;
  border: 3px #f29d86 solid;
  border-radius: 30px;
  padding: 50px 35px 35px;
}
.office-detail2 .detail-bg .title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 991.98px) {
  .office-detail2 .detail-bg {
    border: 2px #f29d86 solid;
    border-radius: 20px;
    padding: 40px 20px 20px;
  }
}

.about-history {
  position: relative;
}
.about-history .list {
  position: relative;
}
.about-history .list::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 8px;
  top: 0px;
  background: #ED7D55;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .about-history .list::after {
    width: 2px;
  }
}
.about-history .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .about-history .list .item {
    margin-bottom: 20px;
  }
}
.about-history .list .item:last-child .content-box {
  margin-bottom: 0;
}
.about-history .list .item .year-range {
  font-size: 4rem;
  font-weight: bolder;
  color: #ED7D55;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .about-history .list .item .year-range {
    font-size: 2rem;
  }
}
.about-history .list .item .dot {
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: #ED7D55;
  margin: 1.5rem 40px 0 0;
  border-radius: 100%;
  position: relative;
}
.about-history .list .item .dot::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px #ED7D55 solid;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 575.98px) {
  .about-history .list .item .dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin: 10px 20px 0 5px;
  }
  .about-history .list .item .dot::before {
    width: 20px;
    height: 20px;
  }
}
.about-history .list .item .content-box ul {
  margin-top: 10px;
  margin-bottom: 40px;
  list-style: none;
}
.about-history .list .item .content-box .year-title {
  font-weight: bolder;
  font-size: 1.5rem;
  background: #ED7D55;
  margin-bottom: 15px;
  font-style: italic;
  padding: 8px 12px 5px;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
  color: #fff;
}
.about-history .list .item .content-box li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.about-history .list .item .content-box li::before {
  position: absolute;
  content: "\f04b";
  font: var(--fa-font-solid);
  display: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.about-history .list .item .content-box li svg {
  position: absolute;
  font-size: 1.15rem;
  left: 0;
  top: 5px;
  color: #ED7D55;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.about-history .list .item .content-box li img {
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .about-history .list .item .content-box ul {
    margin-bottom: 20px;
    margin-top: 3px;
    padding-left: 18px;
  }
  .about-history .list .item .content-box .year-title {
    font-weight: bold;
    font-size: 1.25rem;
  }
  .about-history .list .item .content-box li {
    padding-left: 18px;
  }
  .about-history .list .item .content-box li svg {
    font-size: 0.95rem;
    top: 3px;
  }
  .about-history .list .item .content-box li img {
    margin-top: 15px;
  }
}

#side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 8999;
  text-align: right;
}
@media (max-width: 575.98px) {
  #side-nav {
    right: 10px;
  }
}
#side-nav:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 1.2rem);
  width: 1px;
  background-color: #796f66;
  right: 2px;
  top: 0.6rem;
  z-index: -1;
}
#side-nav a {
  position: relative;
  color: inherit;
  color: #796f66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
  font-size: 1rem;
  border: 0;
  background: none;
  padding: 0;
}
@media (max-width: 575.98px) {
  #side-nav a {
    font-size: 12px;
  }
}
#side-nav a:hover, #side-nav a.active {
  color: #ED7D55;
}
#side-nav a:hover:after, #side-nav a.active:after {
  background-color: #ED7D55;
}
#side-nav a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #796f66;
  display: inline-block;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-box .faq-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .faq-box .faq-item {
    margin-bottom: 15px;
  }
}
.faq-box .faq-item .title {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px 45px 8px 20px;
  font-weight: bold;
  background: #f29d86;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .faq-box .faq-item .title {
    font-size: 1.25rem;
    padding: 10px 40px 8px 15px;
  }
}
.faq-box .faq-item .title .Q {
  font-size: 1.5rem;
  margin-right: 10px;
}
.faq-box .faq-item .title svg {
  display: none;
}
.faq-box .faq-item .title.active {
  background: #e33710;
  color: #fff;
}
.faq-box .faq-item .title.active:before {
  background: none;
  -webkit-text-fill-color: #fff;
}
.faq-box .faq-item .title.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq-box .faq-item .title:after {
  content: "";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17.5px;
  height: 10px;
  background: url(../image/faq-arrow.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991.98px) {
  .faq-box .faq-item .title:after {
    width: 13.65px;
    height: 7.8px;
    right: 15px;
  }
}
.faq-box .faq-item .text {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
}
.faq-box .faq-item .text .editor {
  width: 100%;
}
@media (max-width: 991.98px) {
  .faq-box .faq-item .text {
    padding: 15px;
  }
}

.join-box .item {
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #E6E6E6 solid;
}
.join-box .item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.join-box .item .img-box {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.join-box .item .img-box .ratio {
  padding-bottom: 60%;
  overflow: hidden;
}
.join-box .item .img-box img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.join-box .item .text-box {
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .join-box .item .text-box {
    padding-left: 0;
    margin-top: 20px;
  }
}
.join-box .item .text-box .title {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #3e3a39;
  line-height: 1.4;
  display: -webkit-box;
}
@media (max-width: 767.98px) {
  .join-box .item .text-box .title {
    font-size: 1.35rem;
    margin-bottom: 8px;
  }
}
.join-box .item .text-box .text {
  color: #3e3a39;
}
@media (max-width: 767.98px) {
  .join-box .item .text-box .text {
    color: #796f66;
  }
}
.join-box .item:hover .text-box .title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f29d86;
}
.join-box .item:hover .img-box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bottom-editor {
  border: 2px #f29d86 solid;
  padding: 25px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .bottom-editor {
    padding: 18px;
  }
}

.join-detail .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .join-detail .title {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.join-detail .img-box {
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 20px;
}
.join-detail .bg {
  background: #e33710;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .join-detail .bg {
    margin-bottom: 15px;
  }
}

.service-box .item {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.service-box .item .name {
  background: #e33710;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
  padding: 10px 10px 8px;
}
@media (max-width: 767.98px) {
  .service-box .item .name {
    font-size: 1.35rem;
  }
}
.service-box .item .img-box .ratio {
  padding-bottom: 66.667%;
}
.service-box .item .editor {
  padding: 15px;
}
@media (max-width: 767.98px) {
  .service-box .item .editor {
    padding: 20px 15px 10px;
  }
}
.service-box .item .list {
  padding: 10px 15px 15px;
  line-height: 1.4;
}
.service-box .item .list .title {
  display: block;
  border: 1px #f29d86 solid;
  margin-bottom: 10px;
  padding: 8px 40px 6px 18px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .service-box .item .list .title {
    padding: 8px 35px 6px 18px;
  }
}
.service-box .item .list .title.no-detail {
  background: #f29d86 !important;
  color: #fff;
  pointer-events: none;
}
.service-box .item .list .title.no-detail::before {
  display: none;
}
.service-box .item .list .title.bg {
  background: #f29d86 !important;
  color: #fff;
}
.service-box .item .list .title.bg::before {
  background: url(../image/service-icon2.svg);
  background-size: cover;
}
.service-box .item .list .title::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 16.6px;
  background: url(../image/service-icon.svg);
  background-size: cover;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .service-box .item .list .title::before {
    width: 13px;
    height: 14.4px;
  }
}
.service-box .item .list .title:hover {
  background: #e33710;
  color: #fff;
}

.service-detail .top-box {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .service-detail .top-box {
    margin-bottom: 15px;
  }
}
.service-detail .top-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f29d86;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.service-detail .top-box .bg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f29d86;
  margin: auto;
  font-size: 1.15rem;
  background: #fff;
  padding: 0 30px;
}
.service-detail .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .service-detail .title {
    font-size: 1.5rem;
    text-align: left;
  }
}

.journal-box .item {
  position: relative;
  display: block;
}
.journal-box .item .img-box {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  .journal-box .item .img-box {
    border-radius: 10px;
  }
}
.journal-box .item .img-box img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.journal-box .item .img-box .ratio {
  padding-bottom: 136%;
}
.journal-box .item .text-box {
  margin-top: 15px;
}
.journal-box .item .text-box .title {
  font-weight: bold;
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .journal-box .item .text-box .title {
    font-size: 1.25rem;
  }
}
.journal-box .item .text-box .date {
  color: #f29d86;
}
.journal-box .item:hover .title {
  color: #e33710;
}
.journal-box .item:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.journal-detail .top-box {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .journal-detail .top-box {
    margin-bottom: 15px;
  }
}
.journal-detail .top-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f29d86;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.journal-detail .top-box .bg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f29d86;
  margin: auto;
  font-size: 1.15rem;
  background: #fff;
  padding: 0 25px;
}
.journal-detail .top-box .bg .line {
  margin: 0 12px;
}
@media (max-width: 575.98px) {
  .journal-detail .top-box .bg {
    display: block;
  }
}
.journal-detail .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .journal-detail .title {
    font-size: 1.5rem;
    text-align: left;
  }
}

.news-box .item {
  margin-right: 10px;
  position: relative;
  display: block;
  height: 100%;
  border: 3px #f29d86 solid;
  -webkit-box-shadow: 10px 10px 0 #f29d86;
          box-shadow: 10px 10px 0 #f29d86;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 991.98px) {
  .news-box .item {
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 6px 6px 0 #f29d86;
            box-shadow: 6px 6px 0 #f29d86;
    margin-right: 8px;
  }
}
.news-box .item .sort {
  display: inline-block;
  color: #f29d86;
  padding: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 9;
  font-size: 1.35rem;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-box .item .sort::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #f29d86;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) translateX(-160%);
          transform: translateY(-50%) translateX(-160%);
}
.news-box .item .sort::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #f29d86;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) translateX(160%);
          transform: translateY(-50%) translateX(160%);
}
.news-box .item .img-box {
  margin-top: 7px;
}
.news-box .item .img-box .ratio {
  padding-bottom: 68%;
}
.news-box .item .text-box {
  padding: 18px 13px 20px;
}
.news-box .item .text-box .title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #3e3a39;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .news-box .item .text-box .title {
    font-size: 1.25rem;
  }
}
.news-box .item .text-box .text {
  font-size: 1.2rem;
  color: #3e3a39;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .news-box .item .text-box .text {
    font-size: 1.1rem;
    color: #796f66;
  }
}
.news-box .item:hover {
  border-color: #e33710;
  -webkit-box-shadow: 10px 10px 0 #e33710;
          box-shadow: 10px 10px 0 #e33710;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-box .item:hover .sort {
  color: #e33710;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-box .item:hover .sort::before, .news-box .item:hover .sort::after {
  background: #e33710;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-detail .top-box {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-detail .top-box {
    margin-bottom: 15px;
  }
}
.news-detail .top-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f29d86;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.news-detail .top-box .bg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f29d86;
  margin: auto;
  font-size: 1.15rem;
  background: #fff;
  padding: 0 25px;
}
.news-detail .top-box .bg .line {
  margin: 0 12px;
}
.news-detail .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .news-detail .title {
    font-size: 1.5rem;
    text-align: left;
  }
}
.news-detail .title2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 30px 0 10px;
}
@media (max-width: 767.98px) {
  .news-detail .title2 {
    font-size: 1.35rem;
    text-align: left;
  }
}
.news-detail .tag {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .news-detail .tag {
    text-align: left;
  }
}
.news-detail .tag .item {
  display: inline-block;
  color: #e33710;
  font-size: 1.15rem;
  margin: 5px;
}
.news-detail .tag .item:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .news-detail .tag .item {
    margin: 0 10px 5px 0;
  }
}

.news-box2 .item {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 35px;
}
.news-box2 .item .img-box .ratio {
  padding-bottom: 60%;
  overflow: hidden;
}
.news-box2 .item .img-box img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-box2 .item .text-box {
  padding: 20px 20px 20px 5px;
}
@media (max-width: 767.98px) {
  .news-box2 .item .text-box {
    padding: 20px 15px;
  }
}
.news-box2 .item .text-box .title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #3e3a39;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .news-box2 .item .text-box .title {
    font-size: 1.25rem;
  }
}
.news-box2 .item .text-box .text {
  font-size: 1.2rem;
  color: #3e3a39;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .news-box2 .item .text-box .text {
    font-size: 1.1rem;
    color: #796f66;
  }
}
.news-box2 .item:hover .text-box .title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f29d86;
}
.news-box2 .item:hover .img-box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box .sort-bread {
  background: #f29d86;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 5px 12px 3px;
  margin-bottom: 10px;
}
.search-box .search-list .item {
  border-bottom: 1px #dcdddd dashed;
  padding-bottom: 5px;
  margin-top: 8px;
}
.search-box .search-list .item a {
  display: inline-block;
}
.search-box .search-list .item a:hover {
  color: #f29d86;
}

.community-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  border: 2px #faf7f3 solid;
}
@media (max-width: 575.98px) {
  .community-box .item {
    display: block;
    padding: 15px 15px 13px;
  }
}
.community-box .item .title {
  font-weight: bold;
  font-size: 1.35rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .community-box .item .title {
    font-size: 1.25rem;
  }
}
.community-box .item .date {
  font-size: 1.15rem;
  color: #f29d86;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .community-box .item .date {
    margin-left: 0;
    margin-top: 2px;
  }
}
.community-box .item:hover {
  background: #f29d86;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-color: #f29d86;
}
.community-box .item:hover .date {
  color: #fff;
}

.community-detail .top-box {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .community-detail .top-box {
    margin-bottom: 15px;
  }
}
.community-detail .top-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f29d86;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.community-detail .top-box .bg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f29d86;
  margin: auto;
  font-size: 1.15rem;
  background: #fff;
  padding: 0 25px;
}
.community-detail .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .community-detail .title {
    font-size: 1.5rem;
    text-align: left;
  }
}