@charset "UTF-8";
@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/plyr/plyr.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../js/library/datetime/daterangepicker.css");
@import url("../js/library/tippy/titpy.min.css");
@import url("../assets/font/SVN-SofiaPro/stylesheet.css");
@import url("../assets/font/Oswald/stylesheet.css");
@import url("../js/library/jquery-ui/jquery-ui.min.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "SVN-Sofia Pro";
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  color: #031A16;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1200px) {
  a:hover {
    color: #37a76b;
  }
}

button,
select,
input,
textarea {
  border: none;
  outline: none;
  box-shadow: none;
  font-family: "SVN-Sofia Pro";
  color: black;
  background: transparent;
}
button:focus,
select:focus,
input:focus,
textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
button:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

button {
  cursor: pointer;
  padding: 0;
}

.main {
  min-height: 50vh;
  padding-top: calc(var(--headerHeighttop) + var(--headerHeightbot));
}
@media screen and (max-width: 1201px) {
  .main {
    padding-top: calc(var(--headerHeighttop));
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: white !important;
  color: black !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}

.container {
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 800px) {
  .container {
    padding: 0 0.8rem;
  }
}

.over {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.over::-webkit-scrollbar {
  display: none;
}

.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

iframe {
  vertical-align: middle;
}

.effectShine {
  position: relative;
  overflow: hidden;
}

.effectShine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.wow {
  animation-duration: 1s;
}

.load-item {
  display: none;
}

.show-hide-toggle {
  cursor: pointer;
}

.dnor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.dnor-item {
  padding: 0 15px;
}

.dmini {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.dmini-item {
  padding: 0 5px;
}

.dsmall {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
.dsmall-item {
  padding: 0 1.2rem;
}

@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-35deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(35deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-35deg) scale(1.1) skew(1deg);
  }
  40% {
    transform: rotate(35deg) scale(1.1) skew(1deg);
  }
  50% {
    transform: rotate(-35%) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(35%) scale(1) skew(1deg);
  }
  70% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ZoomIn {
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes animate2 {
  0% {
    opacity: 1;
    transform: scale(1.05);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes fadeCus {
  0% {
    opacity: 0;
    transform: scale(0.94, 0.9);
    filter: grayscale(1);
    box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: grayscale(0);
    box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
  }
}
@keyframes changHeight {
  0% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}
/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 2rem 30px;
  text-align: left;
  max-width: 40rem;
  margin: 4rem auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-2rem) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-2rem) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-2rem) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-2rem) perspective(600px) rotateX(10deg);
  transform: translateY(-2rem) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gap > .col,
.no-gap > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-between {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-shrink {
  flex-shrink: 0;
}
.flex-ai-start {
  align-items: flex-start;
}
.flex-ai-center {
  align-items: center;
  flex-wrap: wrap;
}
.flex-ai-end {
  align-items: flex-end;
}
.flex-jc-start {
  justify-content: flex-start;
}
.flex-jc-center {
  justify-content: center;
}
.flex-jc-end {
  justify-content: flex-end;
}
.flex-jc-between {
  justify-content: space-between;
}
.flex-jc-around {
  justify-content: space-around;
}
.flex-jc-evenly {
  justify-content: space-evenly;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}

.pos-relative {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
.pos-sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-scroll {
  overflow: scroll;
}

.w-full {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-screen {
  width: 100vw;
}
.w-fit {
  width: fit-content;
}
.w-max {
  width: max-content;
}
.w-min {
  width: min-content;
}

.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-50 {
  height: 50%;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.capital {
  text-transform: capitalize;
}

.rounded-full {
  border-radius: 100rem;
}
.rounded-inherit {
  border-radius: inherit;
}
.rounded-xl {
  border-radius: 20px;
}
.rounded-lg {
  border-radius: 12px;
}
.rounded-md {
  border-radius: 8px;
}
.rounded-sm {
  border-radius: 4px;
}

.border-none {
  border: none;
}
.border-current {
  border-color: currentColor;
}

.outline-none {
  outline: none;
}
.outline-current {
  outline-color: currentColor;
}

.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}

.pointer {
  cursor: pointer;
}
.pointer-none {
  pointer-events: none;
}

.resize-none {
  resize: none;
}

.block {
  display: block;
}

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

.in-flex {
  display: inline-flex;
}

.d-none {
  display: none;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.back-to-top {
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  background-color: #37A76B;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 12rem;
  right: calc((100vw - 120rem) / 2);
  margin-right: max((100vw - 120rem) / -2 + 1.5rem, -11rem);
  z-index: 600;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.back-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.back-to-top .triangle {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom: 6px solid #fff;
  margin-top: -6px;
  border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
  animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
  animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
  animation: BTT 1.5s linear 0s infinite;
}
@media only screen and (min-width: 901px) {
  .back-to-top:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

[data-aos=fade-up-cus] {
  transform: translate(0, 4rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-up-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-down-cus] {
  transform: translate(0, -4rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-down-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-left-cus] {
  transform: translate(4rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-left-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-right-cus] {
  transform: translate(-4rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-right-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

.menu-nav {
  height: 100%;
  order: 2;
}
@media (max-width: 1201px) {
  .menu-nav {
    width: 100%;
    overflow: auto;
    height: auto;
  }
}
.menu-nav > .menu-list {
  height: 100%;
  margin: 0 -2rem;
}
@media (max-width: 1300px) {
  .menu-nav > .menu-list {
    margin: 0 -1rem;
  }
}
@media (max-width: 1201px) {
  .menu-nav > .menu-list {
    height: auto;
    margin: 0;
    position: relative;
  }
}
.menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.1rem 0;
}
@media (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #5ced9a 1.5%, rgba(104, 171, 191, 0) 103.5%, rgba(106, 134, 210, 0) 150%);
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
  }
  .menu-nav > .menu-list > .menu-item:hover::before {
    transform: none;
  }
  .menu-nav > .menu-list > .menu-item:hover::before {
    width: 100%;
  }
}
@media (max-width: 1201px) {
  .menu-nav > .menu-list > .menu-item {
    width: 100%;
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
}
@media screen and (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item:hover::before {
    width: 100%;
  }
}
.menu-nav > .menu-list > .menu-item > a {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 1201px) {
  .menu-nav > .menu-list > .menu-item > a {
    padding: 1.5rem;
    width: 100%;
    color: #37A76B;
    white-space: inherit;
  }
}
.menu-nav > .menu-list > .menu-item.current-menu-item, .menu-nav > .menu-list > .menu-item.current_page_item, .menu-nav > .menu-list > .menu-item.current_page_ancestor, .menu-nav > .menu-list > .menu-item.current-menu-item, .menu-nav > .menu-list > .menu-item.current-menu-parent {
  position: relative;
}
@media screen and (min-width: 1202px) {
  .menu-nav > .menu-list > .menu-item.current-menu-item::before, .menu-nav > .menu-list > .menu-item.current_page_item::before, .menu-nav > .menu-list > .menu-item.current_page_ancestor::before, .menu-nav > .menu-list > .menu-item.current-menu-item::before, .menu-nav > .menu-list > .menu-item.current-menu-parent::before {
    transform: none;
  }
}
@media screen and (max-width: 1201px) {
  .menu-nav > .menu-list > .menu-item.current-menu-item > a, .menu-nav > .menu-list > .menu-item.current_page_item > a, .menu-nav > .menu-list > .menu-item.current_page_ancestor > a, .menu-nav > .menu-list > .menu-item.current-menu-item > a, .menu-nav > .menu-list > .menu-item.current-menu-parent > a {
    background: linear-gradient(-90deg, #39B16C 2.67%, #38AF6B 3.67%, #255361 71.67%, #1E2F5E 102.67%);
    color: white;
  }
}
@media (min-width: 1202px) {
  .menu-nav > .menu-list > .menu-item.current-menu-item > a, .menu-nav > .menu-list > .menu-item.current_page_item > a, .menu-nav > .menu-list > .menu-item.current_page_ancestor > a, .menu-nav > .menu-list > .menu-item.current-menu-item > a, .menu-nav > .menu-list > .menu-item.current-menu-parent > a {
    color: white;
  }
}
.menu-nav > .menu-list > .menu-item > .menu-list {
  top: 100%;
}
@media screen and (min-width: 1200px) {
  .menu-nav > .menu-list > .menu-item > .menu-list {
    display: block !important;
  }
}
.menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1201px) {
  .menu-list {
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1201px) {
  .menu-list .menu-list {
    position: relative !important;
  }
  .menu-list .menu-list::before {
    position: absolute;
    width: 1px;
    height: calc(100% - 3rem);
    content: "";
    background: #37A76B;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1201px) {
  .menu-list .menu-list .dropdown a i {
    top: 1rem;
    right: 0rem;
  }
}
.menu-list .current_page_ancestor > .menu-link {
  color: #BE264B !important;
}
.menu-list .current_page_ancestor .current-menu-item > .menu-link {
  color: #BE264B;
}
.menu-item {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1202px) {
  .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(calc(-25% - 2rem));
  }
  .menu-item:hover > .menu-list .menu-list {
    transform: translate(0%, 0);
    top: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 1201px) {
  .menu-item {
    position: relative;
  }
}
.menu-item > a {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: white;
  padding: 1rem 2.2rem 0.9rem;
  display: inline-block;
}
.menu-item > a > i {
  display: none;
  font-weight: 400;
}
@media (max-width: 1201px) {
  .menu-item > a > i {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .menu-item > a > i {
    pointer-events: none;
  }
}
@media (max-width: 1201px) {
  .menu-item a i.active {
    transform: rotate(180deg) !important;
  }
}
.menu-item.dropdown > a {
  padding-right: 4rem !important;
}
.menu-item.dropdown > a > i {
  display: inline-block;
  position: absolute;
  right: 0.7rem;
  font-size: 1.2rem;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1201px) {
  .menu-item.dropdown > a > i {
    right: 1.5rem;
    transition: all 0.3s ease-in-out;
  }
}
.menu-item > .menu-list {
  position: absolute;
  padding: 0.8rem 2rem;
  top: 100%;
  left: 50%;
  min-width: 20rem;
  padding-bottom: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  width: 100%;
  transform: translate(calc(-25% - 2rem));
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0);
  }
  .menu-item > .menu-list:hover {
    transform: translate(calc(-25% - 2rem));
  }
}
@media (max-width: 1201px) {
  .menu-item > .menu-list {
    position: static;
    padding: 0;
    padding-left: 2.5rem;
    background-color: transparent;
    box-shadow: none;
    display: none;
    transition: none;
    transform: none;
    left: 0;
  }
}
.menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
.menu-item > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #37A76B;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
}
.menu-item > .menu-list > .menu-item > a {
  padding: 1.2rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #444444;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
  transition: all 0.5s linear;
}
.menu-item > .menu-list > .menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  width: 0;
  height: 0.2rem;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(-90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
}
@media screen and (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > a::before {
    display: none;
  }
}
.menu-item > .menu-list > .menu-item > a:hover::before {
  width: 30%;
}
.menu-item > .menu-list > .menu-item > a:hover {
  background: linear-gradient(-90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu-item > .menu-list > .menu-item > a > i {
  background: linear-gradient(-90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #444444;
  transform: rotate(-90deg) translate(7px, 0);
  top: 0.8rem;
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > a > i {
    transform: none;
  }
}
.menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
  z-index: -1;
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > .menu-list {
    left: auto;
  }
}
.menu-item > .menu-list > .menu-item.current-menu-item > a {
  background: linear-gradient(-90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu-item > .menu-list > .menu-item.current-menu-item > a::before {
  width: 30%;
}
.menu-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: var(--headerHeighttop);
}
@media screen and (max-width: 1201px) {
  .menu-top {
    padding: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1202px) {
  .menu-top > .header-logo {
    display: none;
  }
}
@media screen and (min-width: 1202px) {
  .menu-top .header-search {
    display: none;
  }
}
.menu-mb > .menu-item:last-child {
  border-bottom: 0 !important;
}
@media screen and (min-width: 1201px) {
  .menu-mb {
    display: none;
  }
}

.menu-page {
  background-color: #BE264B;
}
@media screen and (max-width: 1200px) {
  .menu-page .container {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .menu-page .menu-list {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .menu-page .menu-list::-webkit-scrollbar {
    display: none;
  }
  .menu-page .menu-list::-webkit-scrollbar {
    height: 0.2rem;
  }
}
.menu-page .menu-item {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .menu-page .menu-item:hover {
    background-color: #37A76B;
  }
}
.menu-page .menu-item:not(:first-child) {
  margin-left: 0;
}
.menu-page .menu-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2.4rem;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
}
.menu-page .menu-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  border-left: 1.5rem solid transparent;
  border-top: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid #f8f8f8;
}
.menu-page .menu-item.current_page_item {
  background-color: #37A76B;
}
.menu-page .menu-item.current_page_item::after {
  opacity: 1;
  visibility: visible;
}
.menu-page .menu-item a {
  padding: 3rem 1.5rem;
  text-transform: uppercase;
  color: white;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .menu-page .menu-item a {
    white-space: nowrap;
    padding: 2.4rem 3rem;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #37A76B;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #37A76B;
}

:root {
  --headerHeighttop: 4.6rem;
  --headerHeightbot: 6.4rem;
}

@media (max-width: 1201px) {
  :root {
    --headerHeighttop: 6rem;
    --headerHeightbot: 0;
  }
}
.header {
  position: fixed;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.header-wrap {
  background: white;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .header-wrap {
    position: relative;
  }
}
.header-wrap.hdchange .header-decor::before {
  width: 350%;
  transition: all 0.7s ease-in-out;
}
.header-decor {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-decor::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(-135deg, #39B16C -32.33%, #38AF6B 44.67%, #255361 85.67%, #1E2F5E 102.67%);
  transition: all 0.5s ease-in-out;
  left: 0;
}
@media screen and (min-width: 1202px) {
  .header-decor {
    display: none;
  }
}
@media screen and (max-width: 1201px) {
  .header-sc {
    display: none;
  }
}
.header-menu {
  position: relative;
  width: 100%;
  z-index: 998;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: var(--headerHeightbot);
  z-index: -1;
  background: linear-gradient(-90deg, #39B16C 2.67%, #38AF6B 3.67%, #255361 71.67%, #1E2F5E 102.67%);
}
@media screen and (max-width: 1201px) {
  .header-menu {
    position: fixed;
    top: var(--headerHeighttop);
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 30vw;
    height: auto;
    min-width: 28rem;
    background: white;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
  }
  .header-menu.show {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1201px) and (max-width: 600px) {
  .header-menu {
    width: 100vw;
  }
}
@media screen and (max-width: 1201px) {
  .header-menu-wrap {
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
  }
}
.header-menu .header-logo {
  position: relative;
  order: 1;
  position: static;
  transform: none;
  width: 18rem;
}
@media screen and (max-width: 1201px) {
  .header-menu .header-logo {
    display: none;
  }
}
.header-menu .header-search {
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .header-menu .header-search {
    display: none;
  }
}
.header-menu .container {
  order: 2;
}
@media screen and (max-width: 1201px) {
  .header-menu .container {
    padding: 0;
    flex-wrap: wrap;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
}
.header-menu .contact {
  padding: 1.5rem;
  order: 3;
  width: 100%;
}
@media (min-width: 1201px) {
  .header-menu .contact {
    display: none;
  }
}
.header-menu .contact-item {
  padding: 1rem 0;
  border-right: none !important;
  margin-bottom: 0;
}
.header-menu .contact-item .tit {
  flex-shrink: 0;
  color: #37A76B;
  float: left;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 0.4rem;
}
.header-menu .contact-item .icon {
  color: #37A76B;
  width: 1.6rem;
  margin-right: 0.6rem;
  width: 1.6rem;
  display: inline-block;
  float: left;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.header-menu .contact-item .icon img {
  display: block;
}
.header-menu .contact-item .text {
  color: #031A16;
  font-size: 1.4rem;
  line-height: 1.2;
}
.header-menu .contact .icon-mona {
  width: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.header-menu .menu-nav > .menu-list > .menu-item > a {
  transition: all 0.3s 0.3s ease-in-out;
}
@media screen and (min-width: 1202px) {
  .header.out {
    transform: translateY(calc(var(--headerHeighttop) * -1));
  }
}
.header-logo {
  width: 12rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 1201px) {
  .header-logo {
    order: 1;
  }
}
.header-ct {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  transition: unset;
  padding-right: 1.6rem;
}
.header-ct .icon {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.8rem;
  margin-right: 0.8rem;
  background: #F5F5F5;
  border-radius: 50%;
}
.header-ct .text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.005em;
  color: rgba(68, 68, 68, 0.65);
}
.header-ct .text .inner {
  color: #BE264B;
}
@media (min-width: 1201px) {
  .header-ct:hover .text {
    opacity: 1;
  }
}
@media screen and (max-width: 1201px) {
  .header-ct {
    display: none;
  }
}
.header-email {
  margin-right: auto;
  margin-left: 1.6rem;
}
.header-phone {
  position: relative;
}
.header-phone::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1.6rem;
  background: black;
  opacity: 0.1;
  right: 0;
}
.header-search {
  position: relative;
  order: 3;
  z-index: 10;
}
.header-search .icon {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #37A76B;
  border-radius: 50%;
  background: #37A76B;
  cursor: pointer;
  transition: 0.3s;
  padding: 0.8rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .header-search .icon:hover {
    color: #BE264B;
  }
}
.header-search .icon img {
  position: absolute;
  filter: brightness(0) invert(1);
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.header-search .icon img:nth-child(2) {
  transform: translate(150%, -50%);
}
.header-search .icon.active img:nth-child(1) {
  transform: translate(-200%, -50%);
}
.header-search .icon.active img:nth-child(2) {
  transform: translate(-50%, -50%);
}
.header-search .form-wrap {
  border-radius: 12rem;
}
.header-search .btn-search {
  border: 0.1rem solid white;
  border-left: 0;
  border-radius: 0 12rem 12rem 0;
}
@media screen and (max-width: 1201px) {
  .header-log {
    margin-left: auto;
    margin-right: 1.2rem;
  }
}
.header-log .create-acc {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: white;
  margin-right: var(--pdGen2);
}
@media screen and (max-width: 1201px) {
  .header-log .create-acc {
    background: linear-gradient(0deg, #0EB252 47.37%, #72C595 102.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
@media (min-width: 1201px) {
  .header-log .create-acc:hover {
    color: #BE264B;
  }
}
.header-lang {
  order: 3;
  transition: all 0.3s 0.3s ease-in-out;
  margin-left: 5rem;
}
@media screen and (max-width: 1201px) {
  .header-lang {
    margin-left: auto;
    margin-right: 2rem;
    order: 2;
    position: relative;
    z-index: 1;
  }
}
.header-manipulation {
  order: 4;
  margin-left: 1.2rem;
}
@media screen and (min-width: 1202px) {
  .header-manipulation {
    display: none;
  }
}
.header .line {
  position: absolute;
  top: -0.1rem;
  height: 0.4rem;
  transition: all 0.3s ease-in-out;
  display: block;
}
@media screen and (max-width: 1201px) {
  .header .line {
    display: none;
  }
}
.header .line::before {
  position: relative;
  content: "";
  height: 100%;
  background: #0EB252;
  width: calc(100% - 1.2rem);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.header .line::after {
  position: relative;
  content: "";
  height: 0;
  background: rgba(118, 49, 120, 0.3);
  width: calc(100% - 1.2rem);
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: all 0.2s ease-in-out;
  z-index: -1;
  top: 0;
}
.header .line.active::after {
  transition: all 0.3s 0.3s ease-in-out;
  height: calc(var(--headerHeightbot) - 0.3rem);
}
.header .custom-logo-link {
  display: block;
}
@media screen and (max-width: 400px) {
  .header .custom-logo-link {
    width: 12rem;
  }
}

.menu-active {
  position: absolute;
  background: rgba(190, 38, 75, 0.3);
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 1201px) {
  .menu-active {
    display: none;
  }
}

.footer-call {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #F03636;
  border-radius: 10rem;
  padding: 0.4rem;
  padding-right: 1.8rem;
  width: fit-content;
  position: fixed;
  bottom: 5rem;
  transform: translateY(55%);
  z-index: 70;
}
@media screen and (max-width: 600px) {
  .footer-call {
    bottom: 3rem;
  }
}
.footer-call::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 6rem;
  border-radius: 10rem;
  background: #F03636;
  opacity: 0.7;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  animation: zoom2 1.3s infinite;
  box-shadow: 0 0 0 0 rgba(240, 54, 54, 0.8);
}
@media screen and (max-width: 600px) {
  .footer-call::before {
    width: 5rem;
    height: 5rem;
    left: -0.5rem;
  }
}
.footer-call .icon {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 1.1rem;
  margin-right: 1rem;
  background: #C12E2E;
  animation: ring 0.5s ease-in-out infinite;
}
@media screen and (max-width: 600px) {
  .footer-call .icon {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.8rem;
  }
}
.footer-call .text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}
@media only screen and (max-width: 1200px) {
  .footer-call .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-call .text {
    font-size: 1.6rem;
  }
}

@keyframes zoom2 {
  0% {
    transform: translateY(-50%) scale(0.9);
  }
  70% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: translateY(-50%) scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom3 {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.footer {
  padding: 8rem 0;
  position: relative;
  background: #E2F8EC;
}
@media screen and (max-width: 1201px) {
  .footer {
    padding: 5rem 0 4rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-logo {
    width: 100%;
  }
}
.footer-logo-wrap {
  padding-right: 4rem;
}
@media screen and (max-width: 1201px) {
  .footer-logo-wrap {
    padding-right: 0;
  }
}
.footer-logo .logo {
  width: 24.8rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1201px) {
  .footer-logo .logo {
    width: 18rem;
  }
}
.footer-logo .text {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .footer-logo .text {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-logo .text {
    font-size: 2.6rem;
  }
}
.footer-nav {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(118, 49, 120, 0.2);
  margin-bottom: -1rem;
}
@media screen and (max-width: 800px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
  }
}
.footer-wrap {
  padding-bottom: var(--pdGen2);
  overflow: hidden;
}
.footer-content {
  flex: 1;
}
.footer-box {
  padding-top: 3.2rem;
}
.footer-box-item {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .footer-box-item {
    flex-basis: 50%;
  }
  .footer-box-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .footer-box-item {
    flex-basis: 100%;
  }
}
.footer-box-item .branch {
  background: none;
}
.footer-box-item .branch .branch-list .branch-item {
  padding: 0;
}
.footer-box-item .desc {
  opacity: 0.8;
  font-size: 1.4rem;
  line-height: 1.4;
}
.footer-box-item .menu-item {
  width: 100%;
}
.footer-box-item .menu-item a {
  opacity: 0.7;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.footer-item:not(:last-child) {
  margin-bottom: var(--pdGen);
}
.footer-link-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.footer-link .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.8rem;
  padding: 0.5rem;
  background: rgba(117, 69, 155, 0.15);
}
.footer-link .text {
  opacity: 0.7;
  font-size: 1.4rem;
  line-height: 1.4;
}
.footer-title {
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.7;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.footer-title-xl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .footer-title-xl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-title-xl {
    font-size: 1.6rem;
  }
}
.footer-copyright {
  overflow: hidden;
  padding: 1.6rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(90deg, #39B16C 2.67%, #38AF6B 3.67%, #255361 71.67%, #1E2F5E 102.67%);
}
.footer-copyright .text {
  color: #FFFFFF;
  opacity: 0.65;
}
.footer-form {
  position: relative;
}
.footer-map {
  display: block;
  padding-top: calc((169 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 400px) {
  .footer-map {
    padding-top: 50%;
  }
}
.footer-map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-input {
  width: 100%;
  height: 4.2rem;
  border-radius: 3.2rem;
  background: rgba(54, 54, 57, 0.1);
  padding: 1.2rem 1.6rem 1.1rem;
  padding-right: 4rem;
}
.footer-input::placeholder {
  font-weight: 500;
  opacity: 0.5;
  font-size: 1.4rem;
  line-height: 1.2;
}
.footer-btn {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: linear-gradient(0deg, #0EB252 47.37%, #72C595 102.98%);
  color: white;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.footer .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1201px) {
  .footer .menu {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
@media screen and (max-width: 800px) {
  .footer .menu {
    justify-content: center;
  }
}
.footer .menu .menu-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.footer .menu a {
  padding: 0.6rem 1.6rem 0.5rem;
  color: #031A16;
  font-size: 1.4rem;
}
@media (min-width: 1201px) {
  .footer .menu a:hover {
    color: #37A76B;
  }
}
@media screen and (max-width: 1201px) {
  .footer .menu a {
    padding: 0.6rem 0.6rem 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-sc {
    margin-top: 2rem;
  }
}
.footer-sc .text {
  margin-right: 2rem;
}
.footer-sc .sc-item:not(:last-child) {
  margin-right: var(--pdGen2);
}

.branch-text {
  font-weight: 600;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.branch-item:not(:last-child) {
  margin-right: 0.8rem;
}
.branch-link {
  display: block;
  width: 2.4rem;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .branch-link:hover {
    transform: scale(1.1);
  }
}

.mobile {
  position: fixed;
  z-index: 140;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 500px;
  max-width: 100%;
  background-color: white;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-110%);
}
@media screen and (max-width: 500px) {
  .mobile {
    width: 100%;
    min-width: initial;
  }
}
.mobile.sticky {
  top: 0;
}
.mobile.open {
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
}
.mobile-con {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #37A76B;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
}
.mobile-overlay.sticky {
  top: 0;
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  padding: 60px 20px;
  position: relative;
}
.mobile-list {
  margin-bottom: 20px;
}
.mobile-item.active .mobile-arrow {
  transform: rotate(90deg);
}
.mobile-item .smenu {
  position: relative;
  min-width: initial;
  background-color: transparent;
  box-shadow: none;
  z-index: 2;
  transition: initial;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  display: none;
}
.mobile-item .smenu::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 20px;
  width: 1px;
  background-color: #37A76B;
}
.mobile-item > .smenu {
  margin-left: 8px;
  padding-left: 8px;
}
.mobile-item .smenu-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.mobile-item .smenu-link.active .mobile-arrow {
  transform: rotate(90deg);
}
.mobile-item .smenu-item.active {
  background-color: transparent;
}
.mobile-item .smenu-item.active .smenu-link {
  color: #37A76B;
}
.mobile-item .smenu-item.active .mobile-arrow {
  transform: rotate(90deg);
}
.mobile-item .smenu-item:hover {
  background-color: transparent;
}
.mobile-item .smenu-item:hover .smenu-link {
  color: #37A76B;
}
.mobile-item .smenu-item > .smenu {
  margin-left: 8px;
  padding-left: 8px;
  position: static;
}
.mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 1.2;
  color: #37A76B;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  font-weight: 500;
}
.mobile-link.active .mobile-arrow {
  transform: rotate(90deg);
}
.mobile-arrow {
  font-size: 1.8rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  width: 24px;
  height: 24px;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: #37A76B;
  cursor: pointer;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-mxh-link .icon {
  color: white;
}
.mobile-mxh-link.face {
  background-color: #4a6ea9;
}
.mobile-mxh-link.twitter {
  background: #50abf1;
}
.mobile-mxh-link.mess {
  background-color: #0084ff;
}
.mobile-mxh-link.youtube {
  background-color: #ff0000;
}
.mobile-text {
  font-size: 1.4rem;
  display: block;
  color: #37A76B;
  word-break: break-word;
}
.mobile-account {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mobile-re {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-re-link {
  font-size: 1.6rem;
  color: #37A76B;
  text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}
.mobile-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border: 1px solid #37A76B;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}
.mobile-close:hover .icon {
  transform: rotate(360deg);
}
.mobile-close .icon {
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: #37A76B;
}

.select2-container {
  height: 4.4rem;
  background-color: transparent;
}

.select2.select2-container {
  width: 100% !important;
}

.selection {
  width: 100%;
  height: 100%;
  display: block;
}

.select2-container--default .select2-selection--single {
  border: none;
  color: white;
  height: 4.4rem;
  background: #F5F5F5;
  border: 1px solid #EFEFEF;
  border-radius: 12rem !important;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  color: #88898A;
  opacity: 0.9;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  padding: 0 1.9rem;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  border-radius: 0;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: none !important;
  padding: 10px 6px !important;
  background-color: #000000;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #f8f8f8;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #37A76B;
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-color: #000 transparent transparent transparent;
  right: 1.8rem;
}

.select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}

.select2-results {
  display: block;
  border-radius: 0 !important;
  overflow: hidden;
}

.re-select-wrap.white .select2-selection__rendered {
  color: #A5A5A5 !important;
}

.select2-results__options .select2-results__option:first-child {
  display: none;
}

body:has(.seclect2-seach-show) .select2-search.select2-search--dropdown {
  display: block !important;
  background: #FFFFFF;
  padding: 1.2rem 2.4rem 0.4rem;
}
body:has(.seclect2-seach-show) .select2-container .select2-dropdown .select2-search input {
  background-color: rgba(217, 217, 217, 0.2);
}
body:has(.seclect2-seach-show) .select2-dropdown {
  box-shadow: 0rem 0.4rem 4rem rgba(0, 0, 0, 0.1);
  margin-top: 2.2rem;
}
body:has(.seclect2-seach-show) .select2-results__option {
  padding: 0.8rem 2.4rem;
  font-size: 1.2rem;
}
body:has(.seclect2-seach-show) .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  font-size: 1.2rem;
  line-height: 1.7;
  color: white;
}

.mirror {
  position: relative;
  overflow: hidden;
}
.mirror::after {
  content: "";
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 1.25em;
  transform: translate3d(-2000%, 0, 0) rotate(35deg);
}
.mirror:hover::after {
  -webkit-animation: mirror 0.4s;
  animation: mirror 0.4s;
}

.sl-cus {
  position: relative;
}
.sl-cus.min {
  min-width: 120px;
}
.sl-cus.min:not(:first-child) {
  margin-left: 5px;
}
.sl-head {
  background-color: #F8F8F8;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 6px;
}
.sl-head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #BE264B;
}
.sl-head::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #BE264B;
}
.sl-main {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sl-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background-color: white;
  z-index: 10;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
}
.sl-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.sl-item:hover {
  background-color: #BE264B;
  color: white;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  color: #4A4A4A;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-close {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(2.5rem);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 83rem;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .popup-main {
    width: calc(100% - 1.2rem);
    max-width: 100%;
  }
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 95vh;
}
.popup-wrapper {
  background: white;
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 3rem 1.5rem 3rem;
}
.popup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 1.7rem;
  }
}
.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1201;
  opacity: 0;
  visibility: hidden;
}
.popup-close:hover .icon {
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #000000;
  font-weight: 300;
  font-size: 2.4rem;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.recruit-popup .popup-wrapper {
  border-radius: 1.6rem;
  padding: 6rem 8.8rem;
}
@media screen and (max-width: 1024px) {
  .recruit-popup .popup-wrapper {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .recruit-popup .popup-wrapper {
    padding: 2rem 2.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 400px) {
  .recruit-popup .popup-wrapper {
    padding: 2rem 1.2rem;
  }
}
.recruit-popup .popup-main {
  width: calc(100% - 3rem);
  max-width: 117rem;
}
@media screen and (max-width: 400px) {
  .recruit-popup .popup-close {
    top: 0.4rem;
  }
}

.breadcrumbs {
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .breadcrumbs-wrap {
    padding: 1rem 0;
  }
}
.breadcrumbs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -1.6rem;
}
.breadcrumbs-item {
  position: relative;
  padding: 0 1.6rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.breadcrumbs-item.current a {
  padding: 0.45rem 1.2rem 0.35rem;
  opacity: 1;
  background: rgba(55, 167, 107, 0.15);
  border-radius: 12rem;
  pointer-events: none;
}
.breadcrumbs-item:not(:last-child)::before {
  position: absolute;
  content: "";
  background: url("../assets/images/arrow-breadcrumb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.breadcrumbs-item a {
  font-size: 1.2rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.005em;
}
.breadcrumbs-item a img {
  width: 1.4rem;
}
@media screen and (min-width: 1201px) {
  .breadcrumbs-item a:hover {
    color: #BE264B;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item a {
    font-size: 1.2rem;
  }
}
.breadcrumbs-item.active a {
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .breadcrumbs-item.active a:hover {
    color: #000000;
  }
}
.breadcrumbs-item:not(:last-child) a {
  width: max-content;
}
.breadcrumbs.pd-t {
  padding-top: 1.5rem;
}
.breadcrumbs.other {
  padding-top: 0.8rem;
}
.breadcrumbs.other a {
  color: #031A16;
}
.breadcrumbs.other .breadcrumbs-list {
  position: relative;
  padding-bottom: 0.8rem;
}
.breadcrumbs.other .breadcrumbs-list::before {
  position: absolute;
  content: "";
  width: 100vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0.1rem solid #D1D8DC;
}
.breadcrumbsSec.section {
  padding-top: var(--pdGen);
  overflow: hidden;
}

.breadcrumbs-inside {
  position: relative;
}
.breadcrumbs-inside .breadcrumbs {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.breadcrumbs-inside .breadcrumbs.other .breadcrumbs-list::before {
  display: none;
}

.breadcrumbs-white .breadcrumbs.other a {
  color: white;
}
@media (min-width: 1201px) {
  .breadcrumbs-white .breadcrumbs.other a:hover {
    color: #FFA100;
  }
}
.breadcrumbs-white .breadcrumbs-item:not(:last-child)::before {
  filter: brightness(0) invert(1);
}

:root {
  --pdhdS: 12rem;
}
@media (max-width: 1200px) {
  :root {
    --pdhdS: 8rem;
  }
}
@media (max-width: 800px) {
  :root {
    --pdhdS: 6rem;
  }
}

.form-wrap {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.form-control {
  width: 50%;
  padding: 0 1.2rem;
  margin-bottom: var(--pdGen2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .form-control {
    width: 100%;
  }
}
.form-control.full-w {
  width: 100%;
}
.form-control-file .name-file {
  padding: 1.2rem 1.6rem 0;
}
.form-control > .form-control {
  padding: 0;
}
.form-input {
  background: #FFFFFF;
  border: 0.1rem solid rgba(0, 75, 65, 0.5);
  border-radius: 0.8rem;
  height: 4.2rem;
  transition: all 0.3s ease-in-out;
  padding: 1.8rem 1.8rem;
}
@media screen and (max-width: 500px) {
  .form-input {
    height: 3.2rem;
  }
}
.form-input::placeholder {
  color: #88898A;
  opacity: 0.9;
}
.form-input:focus {
  border: 0.1rem solid #BE264B;
}
.form-text {
  background: #FFFFFF;
  border: 0.1rem solid rgba(0, 75, 65, 0.5);
  border-radius: 0.8rem;
  padding: 1.8rem 1.8rem;
  transition: all 0.3s ease-in-out;
  height: 13.6rem;
  resize: none;
}
.form-text::placeholder {
  color: #88898A;
  opacity: 0.9;
}
.form-text:focus {
  border: 0.1rem solid #37A76B;
}
.form-select {
  position: relative;
}
.form-select .list-select {
  width: calc(100% - 2.5rem);
  display: none;
  z-index: 10;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
}
.form-select .item-select {
  padding: 1rem 2rem;
  background: white;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .form-select .item-select:hover {
    background: #37A76B;
    color: white;
  }
}
.form-select .item-select.seleted-item {
  background: #37A76B;
  color: white;
  pointer-events: none;
}
.form-select input:disabled {
  background: white;
}
.form-select .selected {
  width: 100%;
  background: white;
  padding: 1.5rem 1.7rem;
  border-radius: 6px;
  transition: all 0.3s;
  font-weight: 300;
  line-height: 1.25;
  font-size: 1.6rem;
  color: rgba(48, 48, 48, 0.5);
  display: block;
  cursor: pointer;
  position: relative;
  max-height: 4.9rem;
  text-align: left;
}
.form-select .selected .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-select .selected .icon i {
  font-size: 1rem;
  font-weight: 900;
}
.form-search {
  width: 100vw;
  max-width: 0;
  position: absolute;
  right: calc(100% + 1.2rem);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 450px) {
  .form-search {
    right: 0;
    transform: translateX(5rem);
    top: calc(100% + 2rem);
  }
}
.form-search.active {
  max-width: 32rem;
}
@media screen and (max-width: 450px) {
  .form-search.active {
    max-width: 26rem;
  }
}
.form-search .form-wrap {
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  background: white;
}
.form-search .input {
  width: 100%;
  padding: 1rem 1.5rem;
}
.form-search .btn-search {
  width: 5rem;
  background: url("../assets/images/search.svg"), #37A76B;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
  background-size: 2rem;
}
.form-sigup {
  position: relative;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .form-sigup {
    max-width: none;
  }
}
.form-label {
  border: 0.1rem dashed #004B41;
  border-radius: 0.8rem;
  padding: 3.2rem 0;
  cursor: pointer;
  background: rgba(0, 75, 65, 0.06);
}
.form-label .label-img {
  width: 2.2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8rem;
}
.form-label .label-text {
  text-align: center;
  font-weight: 500;
  display: block;
  padding: 0 1rem;
  color: rgba(68, 68, 68, 0.5);
}
.form-upload .name-file {
  margin-top: 2rem;
}

.popup-getPriceForm .wpcf7 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.captcha {
  gap: 1.2rem;
}

.filterCSS > .text {
  font-weight: 500;
  margin-right: 1rem;
}
.filter-wrap {
  z-index: 60;
}
.filter-selected {
  padding: 1.5rem 2.4rem 1.4rem;
  border: 0.1rem dashed #37A76B;
  border-radius: 10rem;
  min-width: 18rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  background: rgba(51, 149, 153, 0.1);
}
@media screen and (max-width: 800px) {
  .filter-selected {
    padding: 0.8rem 1.2rem 0.7rem;
  }
}
.filter-selected-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7;
}
.filter-selected .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: 0;
  margin-left: 0.8rem;
}
.filter-selected .text {
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .filter-selected .text {
    font-size: 1.4rem;
  }
}
.filter-list {
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translate(-50%, 1rem);
  width: 90%;
  box-shadow: 0px 1rem 3rem rgba(0, 0, 0, 0.25);
  padding: 1.5rem 3rem;
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  background: white;
}
.filter-list.active {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.filter-item {
  cursor: pointer;
  display: block;
}
.filter-item:not(:last-child) {
  margin-bottom: 1rem;
}
.filter-item .text {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.filter-item.active .text {
  color: rgba(55, 167, 107, 0.7);
  font-weight: 600;
}
@media screen and (min-width: 1202px) {
  .filter-item:hover .text {
    color: rgba(55, 167, 107, 0.7);
  }
}

.toggle-header {
  width: 5.3rem;
  height: 5.3rem;
  padding: 0.6rem;
  border: 0.1rem dashed #1E2F5E;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .toggle-header {
    width: 4rem;
    height: 4rem;
    padding: 0.3rem;
  }
}
.toggle-header .toggle-inner {
  perspective: 600px;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
}
.toggle-header.active {
  border: 0.1rem dashed #38AF6B;
}
.toggle-header.active .toggle-item:first-child {
  --rotateY: -180deg;
}
.toggle-header.active .toggle-item:last-child {
  --rotateY: 0deg;
}
.toggle-item {
  --rotateY: 0deg;
  transform: rotateY(var(--rotateY));
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #37A76B;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.2, 0.64, 0.48, 1.24);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.toggle-item img {
  width: 2rem;
  height: 2rem;
  --rotate: 0deg;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--rotate)) translateZ(6px);
}
.toggle-item:first-child {
  background: #1E2F5E;
}
.toggle-item:last-child {
  background: #38AF6B;
  --rotateY: 180deg ;
}

.show-hide-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #37A76B;
  align-items: center;
}
.show-hide-toggle .icon-dr {
  width: 1.2rem;
  height: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.6rem;
}

.range-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.25;
}
.range-dot {
  margin: 0 6px;
}
.range-dot .dot {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 6px;
  height: 1px;
}
.range-slider {
  height: 1px;
  width: 100%;
  background-color: #D9D9D9;
  position: relative;
}
.range-slider .progress {
  position: absolute;
  height: 2px;
  top: 0;
  background-color: #37A76B;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  top: -2px;
  height: 4px;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
}
.range-input input:first-child::-webkit-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  background-color: white;
  border: 3px solid #37A76B;
  cursor: pointer;
}
.range-input input::-webkit-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #37A76B;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.range-input input::-moz-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: #37A76B;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.range .price {
  font-weight: 700;
}

.qty {
  width: fit-content;
}
.qty .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.qty .icon i {
  font-weight: 900;
}
@media screen and (min-width: 1201px) {
  .qty .icon:hover {
    color: #72C3D5;
  }
}
.qty .amount {
  text-align: center;
  width: 4rem;
  font-weight: 500;
  padding: 0 0.5rem;
}

.label-p {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
  color: #BE264B;
}
@media only screen and (max-width: 1200px) {
  .label-p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .label-p {
    font-size: 1.7rem;
  }
}

.gItem {
  position: relative;
  cursor: pointer;
}
.gItem .icon-expand {
  position: absolute;
  width: 6rem;
  height: 6rem;
  font-size: 3.6rem;
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 0.2rem solid white;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s 0.1s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.gItem::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (min-width: 1201px) {
  .gItem:hover .icon-expand {
    transform: translate(-50%, -50%) scale(1);
  }
  .gItem:hover::before {
    opacity: 1;
  }
}

.otherGl .gItem .icon-expand {
  border: none;
}

.table-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.table-col .check {
  border: 0.1rem solid white;
}
.table-col .check i {
  color: white;
}
.table-body .check {
  border: 0.1rem solid #636060;
}
.table-body .check i {
  color: #636060;
}
.table-1 .table-head {
  background: #37A76B;
  border-radius: 10rem;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-head {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .table-1 .table-head {
    display: none;
  }
}
.table-1 .table-head .table-row {
  padding: 0 1.2rem;
}
.table-1 .table-head .table-col {
  padding: 1.8rem 2rem;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-head .table-col {
    padding: 1.2rem 1rem;
  }
}
@media screen and (max-width: 750px) {
  .table-1 .table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.table-1 .table-body .table-row {
  padding: 0 1.2rem;
  border-bottom: 0.1rem solid #cecece;
}
.table-1 .table-col {
  font-weight: 600;
  flex-shrink: 0;
  line-height: 1.2;
  word-break: break-word;
  padding: 2rem;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col {
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
  }
}
.table-1 .table-col:first-child {
  width: 8.3333333333%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:first-child {
    width: 7.0833333333%;
  }
}
.table-1 .table-col:nth-child(2) {
  width: 11.6666666667%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:nth-child(2) {
    width: 10.8333333333%;
  }
}
.table-1 .table-col:nth-child(3) {
  width: 16.25%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:nth-child(3) {
    width: 18.3333333333%;
  }
}
.table-1 .table-col:nth-child(4) {
  width: 17.9166666667%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:nth-child(4) {
    width: 15.8333333333%;
  }
}
.table-1 .table-col:nth-child(5) {
  width: 13.3333333333%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:nth-child(5) {
    width: 16.25%;
  }
}
.table-1 .table-col:nth-child(6) {
  width: 15%;
}
.table-1 .table-col:last-child {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .table-1 .table-col {
    width: 100% !important;
    float: right;
    padding: 0.5rem 0;
    text-align: right;
  }
}
.table-1 .table-col::before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
  width: 14rem;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .table-1 .table-col::before {
    display: none;
  }
}
.table-1 .table-row {
  align-items: center;
}
@media screen and (max-width: 750px) {
  .table-1 .table-row {
    flex-direction: column;
    border: 0.1rem solid #C2C2C2;
    padding: 0.5rem 1rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .table-1 .table-row {
    width: 100%;
  }
}
.table-2 .table-head {
  background: #BE264B;
  border-radius: 10rem;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-head {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-2 .table-head {
    display: none;
  }
}
.table-2 .table-head .table-row {
  padding: 0 2.4rem;
}
.table-2 .table-head .table-col {
  padding: 1.8rem 0.4rem;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-head .table-col {
    padding: 1.2rem 1rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-2 .table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.table-2 .table-body .table-row {
  padding: 0 2.4rem;
}
.table-2 .table-body .table-row:not(:last-child) {
  border-bottom: 0.1rem solid #cecece;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-body .table-row {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .table-2 .table-body .table-row {
    padding: 0.8rem;
  }
}
.table-2 .table-col {
  flex-shrink: 0;
  line-height: 1.2;
  word-break: break-word;
  padding: 2rem 0.4rem;
  flex: 1;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-col {
    width: 100% !important;
    float: right;
    padding: 0.5rem 0;
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .table-2 .table-col {
    font-size: 1.4rem;
  }
}
.table-2 .table-col::before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
  width: 14rem;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .table-2 .table-col::before {
    display: none;
  }
}
.table-2 .table-row {
  align-items: center;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-row {
    flex-direction: column;
    border: 0.1rem solid #C2C2C2;
    padding: 0.5rem 1rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .table-2 .table-row {
    width: 100%;
  }
}
.table-2 .table-btn .btn-inner {
  padding: 0.7rem 1.7rem 0.6rem;
  font-size: 1.4rem;
  text-transform: none;
}
.table-3 .table-head {
  background: #BE264B;
  border-radius: 10rem;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-head {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-3 .table-head {
    display: none;
  }
}
.table-3 .table-head .table-row {
  padding: 0 2.4rem;
}
.table-3 .table-head .table-col {
  padding: 1.8rem 0.4rem;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-head .table-col {
    padding: 1.2rem 1rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-3 .table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.table-3 .table-body .table-row {
  padding: 0 2.4rem;
}
.table-3 .table-body .table-row:not(:last-child) {
  border-bottom: 0.1rem solid #cecece;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-body .table-row {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .table-3 .table-body .table-row {
    padding: 0.8rem;
  }
}
.table-3 .table-col {
  flex-shrink: 0;
  line-height: 1.2;
  word-break: break-word;
  padding: 2rem 0.4rem;
}
.table-3 .table-col:nth-child(1) {
  width: 11.3043478261%;
}
.table-3 .table-col:nth-child(2) {
  width: 11.3043478261%;
}
.table-3 .table-col:nth-child(3) {
  width: 10.4347826087%;
}
.table-3 .table-col:nth-child(4) {
  width: 11.3043478261%;
}
.table-3 .table-col:nth-child(5) {
  width: 12.6086956522%;
}
.table-3 .table-col:nth-child(6) {
  width: 11.7391304348%;
}
.table-3 .table-col:nth-child(7) {
  width: 10.4347826087%;
  text-align: center;
}
.table-3 .table-col:nth-child(8) {
  width: 10.4347826087%;
  text-align: center;
}
.table-3 .table-col:last-child {
  flex: 1;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-col {
    width: 100% !important;
    float: right;
    padding: 0.5rem 0;
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .table-3 .table-col {
    font-size: 1.4rem;
  }
}
.table-3 .table-col::before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
  width: 14rem;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .table-3 .table-col::before {
    display: none;
  }
}
.table-3 .table-row {
  align-items: center;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-row {
    flex-direction: column;
    border: 0.1rem solid #C2C2C2;
    padding: 0.5rem 1rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .table-3 .table-row {
    width: 100%;
  }
}
.table-3 .table-btn .btn-inner {
  padding: 0.7rem 1.7rem 0.6rem;
  font-size: 1.4rem;
  text-transform: none;
}
.table-4 .table-head {
  background: #BE264B;
  border-radius: 10rem;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-head {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-4 .table-head {
    display: none;
  }
}
.table-4 .table-head .table-row {
  padding: 0 2.4rem;
}
.table-4 .table-head .table-col {
  padding: 1.8rem 0.4rem;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-head .table-col {
    padding: 1.2rem 1rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-4 .table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.table-4 .table-body .table-row {
  padding: 0 2.4rem;
}
.table-4 .table-body .table-row:not(:last-child) {
  border-bottom: 0.1rem solid #cecece;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-body .table-row {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .table-4 .table-body .table-row {
    padding: 0.8rem;
  }
}
.table-4 .table-col {
  flex-shrink: 0;
  line-height: 1.2;
  word-break: break-word;
  padding: 2rem 0.4rem;
}
.table-4 .table-col:nth-child(1) {
  width: 14.347826087%;
}
.table-4 .table-col:nth-child(2) {
  width: 10.4347826087%;
}
.table-4 .table-col:nth-child(3) {
  width: 15.652173913%;
}
.table-4 .table-col:nth-child(4) {
  width: 19.1304347826%;
}
.table-4 .table-col:nth-child(5) {
  width: 16.9565217391%;
}
.table-4 .table-col:nth-child(6) {
  width: 19.1304347826%;
}
.table-4 .table-col:last-child {
  flex: 1;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-col {
    width: 100% !important;
    float: right;
    padding: 0.5rem 0;
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .table-4 .table-col {
    font-size: 1.4rem;
  }
}
.table-4 .table-col::before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
  width: 14rem;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .table-4 .table-col::before {
    display: none;
  }
}
.table-4 .table-row {
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-row {
    flex-direction: column;
    border: 0.1rem solid #C2C2C2;
    padding: 0.5rem 1rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .table-4 .table-row {
    width: 100%;
  }
}
.table-4 .table-btn .btn-inner {
  padding: 0.7rem 1.7rem 0.6rem;
  font-size: 1.4rem;
  text-transform: none;
}
.table .contarct-code {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1201px) {
  .table .contarct-code {
    justify-content: flex-end;
  }
}
.table .contarct-code .text {
  margin-right: 0.4rem;
}
.table .contarct-code .icon {
  width: 1.6rem;
}
.table .status {
  font-weight: 600;
}
.table .status.success {
  color: #37A76B;
}
.table .status.processing {
  color: #08c3ad;
}
.table .status.waiting {
  color: #BE264B;
}
.table .status.comingEnd {
  color: #e51515;
}
.table .qty {
  padding: 0.7rem 1.3rem;
}
@media screen and (max-width: 1201px) {
  .table .qty {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .table .qty {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .table .qty .amount {
    width: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .table .qty .icon {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1rem;
  }
}
.table .img-status {
  width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1201px) {
  .table .img-status {
    margin-right: 0;
  }
}
.table .recheck-item {
  cursor: pointer;
  user-select: none;
}
.table .recheck-item.active .check i {
  opacity: 1;
}
.table .check {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  margin-right: 1rem;
}
.table .check i {
  font-size: 0.8rem;
  font-weight: 900;
  opacity: 0;
}

.tb-remove {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .tb-remove:hover {
    background: #BE264B;
  }
}
@media screen and (max-width: 750px) {
  .tb-remove {
    margin-left: auto;
  }
}
.tb-img {
  display: block;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 1201px) {
  .tb-img {
    margin-left: auto;
  }
}
.tb-name {
  font-weight: 600;
}
.tb-price .old {
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration-line: line-through;
  color: #696969;
}

.pu-remove .popup-main {
  width: 100%;
  max-width: 45rem;
}
.pu-remove .popup-wrapper {
  padding: 3.7rem;
  min-height: auto;
}
.pu-remove .icon {
  width: 4.8rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pu-remove .text-ct {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.06em;
  max-width: 28.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .pu-remove .text-ct {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pu-remove .text-ct {
    font-size: 1.6rem;
  }
}

.btn-ct {
  margin: -0.6rem;
}
.btn-ct-item {
  padding: 0.6rem;
  width: 50%;
}

.tooltipCss {
  width: 100vw;
  max-width: 38.8rem;
  transform: translateY(-100%);
  background: #37A76B;
  color: white;
  border-radius: 2rem;
  padding: 1.8rem 2.4rem;
  z-index: 100;
}

.bg-fade-1 {
  position: absolute;
  color: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #C4C4C4 23.75%, rgba(196, 196, 196, 0) 100%);
}

.bg-gray {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bg-gray img {
  object-fit: cover;
}

.lang {
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 650;
}
.lang-lst {
  display: none;
  z-index: 10;
  background: white;
  top: calc(100% + 1.8rem);
  left: -0.8rem;
  width: calc(100% + 0.8rem);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.lang-item {
  padding: 0.5rem 0.8rem;
  transition: all 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1202px) {
  .lang-item:hover {
    background: #37A76B;
  }
}
.lang .text {
  margin-left: 0.4rem;
  margin-right: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: #444444;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .lang .text {
    font-size: 1.4rem;
    margin: 0 0.5rem;
  }
}
.lang img {
  width: 1.6rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 600px) {
  .lang img {
    width: 1.6rem;
  }
}
.lang .icon {
  width: 0.8rem;
  height: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.2rem;
  font-size: 0.9rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 1201px) {
  .lang .icon {
    color: white;
  }
}
.lang .icon i {
  font-weight: 900;
}
.lang-selected .text {
  position: relative;
}
@media screen and (max-width: 1201px) {
  .lang-selected .text {
    color: white;
  }
}

.emblem {
  position: absolute;
  left: 5%;
  bottom: 18%;
  margin: 0 auto;
  width: 15.4rem;
  height: 15.4rem;
  border-radius: 50%;
  color: #f3af01;
  animation: spinZ 20s linear infinite;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .emblem {
    left: -3%;
    bottom: 15%;
  }
}
@media screen and (max-width: 550px) {
  .emblem {
    width: 13.4rem;
    height: 13.4rem;
    left: 0;
  }
}
.emblem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  mix-blend-mode: difference;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 550px) {
  .emblem span {
    font-size: 1.2rem;
  }
}
.emblem.m-t {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  mix-blend-mode: difference;
  opacity: 0;
  transition: all 0.4s;
}
.emblem.m-t.active {
  opacity: 1;
}
.emblem.m-t span {
  font-size: 0.8rem;
  letter-spacing: 0.5rem;
}
@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

.slideJS {
  overflow: auto;
}
.slideJS-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.slideJS-item {
  flex-shrink: 0;
}

:root {
  --widthBtn: 13rem;
  --widthDc: 110rem;
}
@media screen and (max-width: 1201px) {
  :root {
    --widthBtn: 7rem;
    --widthDc: 70rem;
  }
}

.banner {
  width: 100%;
  overflow: hidden;
  z-index: 20;
  position: relative;
}
.banner::before, .banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 70;
  animation: changHeight 0.75s 0.4s forwards;
}
.banner::before {
  top: 0;
}
.banner::after {
  bottom: 0;
}
.banner .container,
.banner .swiper {
  height: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
  cursor: auto;
}
.banner-wrap {
  height: 100%;
  z-index: 100;
}
.banner-bg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-image, .banner-video {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-slide {
  height: 100%;
}
.banner-slide .swiper-wrapper,
.banner-slide .swiper-container {
  height: 100%;
}
.banner-home {
  height: 45.6597222222vw;
  max-height: calc(100vh - var(--headerHeighttop) - var(--headerHeightbot));
}
@media (max-height: 500px) {
  .banner-home {
    max-height: unset;
  }
}
@media screen and (max-width: 1400px) {
  .banner-home {
    height: 50vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner-home {
    height: 55vw;
  }
}
@media screen and (max-width: 800px) {
  .banner-home {
    height: initial;
  }
}
.banner-home .container-header {
  height: 100%;
}
.banner-home .banner-image, .banner-home .banner-video {
  width: 100vw;
  left: 0;
  height: 100%;
}
.banner-home .banner-image video,
.banner-home .banner-image img, .banner-home .banner-video video,
.banner-home .banner-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.banner-home .banner-content {
  position: relative;
  z-index: 50;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 66rem;
  color: white;
}
.banner-home .banner-slide .swiper-slide {
  overflow: hidden;
  height: auto;
}
.banner-home .banner-slide .swiper-slide.my-active .t-title-l,
.banner-home .banner-slide .swiper-slide.my-active .banner-desc,
.banner-home .banner-slide .swiper-slide.my-active .btn {
  transform: translateX(0);
  opacity: 1;
}
.banner-home .banner-slide .swiper-slide.my-active .t-title-l {
  transition: all 0.5s 0.8s ease-in-out;
}
.banner-home .banner-slide .swiper-slide.my-active .banner-desc {
  transition: all 0.5s 1s ease-in-out;
}
.banner-home .banner-slide .swiper-slide.my-active .btn {
  transition: all 0.5s 1.2s ease-in-out;
}
.banner-home .banner-slide .swiper-pagination {
  position: absolute;
  width: auto;
  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.3rem;
}
@media screen and (max-width: 600px) {
  .banner-home .banner-slide .swiper-pagination {
    bottom: 0.6rem;
  }
}
.banner-home .banner-left {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .banner-home .banner-left {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex: 1;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .banner-left {
    padding-top: 2rem;
  }
  .banner-home .banner-left .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 420px) {
  .banner-home .banner-left .text {
    margin-bottom: 1rem;
  }
}
.banner-home .banner-right {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .banner-home .banner-right {
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    flex: 1;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .banner-right {
    max-width: 30rem;
  }
}
@media screen and (max-width: 420px) {
  .banner-home .banner-right {
    max-width: 26rem;
  }
}
@media screen and (max-width: 340px) {
  .banner-home .banner-right {
    max-width: 24rem;
  }
}
.banner-home .banner-box {
  height: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .banner-home .banner-box {
    flex-direction: column-reverse;
  }
}
.banner-home .banner-box .content {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding-right: 7.4rem;
}
@media screen and (max-width: 1201px) {
  .banner-home .banner-box .content {
    padding-right: 0;
    max-width: 45rem;
  }
}
.banner-home .banner-box .name {
  max-width: 28.2rem;
}
@media screen and (max-width: 1201px) {
  .banner-home .banner-box .name {
    max-width: 20rem;
  }
}
@media screen and (max-width: 800px) {
  .banner-home .banner-box .name {
    max-width: 16rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .banner-box .name {
    max-width: 12rem;
  }
}
@media screen and (max-width: 420px) {
  .banner-home .banner-box .name {
    max-width: 8rem;
  }
}
.banner-home .banner-box .tit {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .banner-home .banner-box .tit {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-home .banner-box .tit {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 420px) {
  .banner-home .banner-box .tit {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.banner-home .banner-dc {
  height: 100%;
  top: 0;
  right: 8rem;
  width: max-content;
}
.banner-home .banner-dc img {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .banner-home .banner-dc {
    right: 10rem;
  }
}
@media screen and (max-width: 400px) {
  .banner-home .banner-dc {
    right: 0;
  }
}
.banner-home .banner-dc-2 {
  top: 0;
  bottom: 20%;
  width: 100%;
  display: block;
}
.banner-home .banner-dc-2 img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.banner-home .banner-dc-3 {
  bottom: 0;
  top: 33%;
  left: 10%;
  width: 100%;
}
.banner-home .banner-dc-3 img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.banner-home .banner-pro {
  height: 100%;
  margin-right: calc((100vw - 120rem) / -2);
  clip-path: polygon(20.84% 0, 100% 0px, 100% 100%, 30.27% 100%, 7.4% 25.07%);
}
@media screen and (max-width: 1024px) {
  .banner-home .banner-pro {
    clip-path: polygon(22.84% 0, 100% 0px, 100% 100%, 32.27% 100%, 7.4% 25.07%);
  }
}
@media screen and (max-width: 1230px) {
  .banner-home .banner-pro {
    margin-right: -1.5rem;
  }
}
.banner-home .banner-pro img {
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 1400px) {
  .banner-home .swiper-navi {
    position: absolute;
    bottom: 5%;
    left: 4%;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-home .swiper-navi {
    position: absolute;
    bottom: 6%;
    left: 1%;
  }
}
@media only screen and (max-width: 900px) {
  .banner-home .swiper-navi {
    position: absolute;
    bottom: 4%;
    right: -70%;
  }
}
@media only screen and (max-width: 460px) {
  .banner-home .swiper-navi {
    position: absolute;
    bottom: 4.3%;
    right: -62%;
  }
}
.banner-home .swiper-navigation.pri.next {
  z-index: 10;
  top: 40%;
  right: 4rem;
  transform: translate(50%, -50%);
}
.banner-home .swiper-navigation.pri.prev {
  z-index: 10;
  top: 40%;
  left: -1rem;
  transform: translate(50%, -50%);
}
.banner-home .swiper-navigation.pri {
  font-size: 2.2rem;
  font-weight: 700;
  background-color: white;
  color: #37A76B;
}
.banner-home .swiper-navigation.circle {
  width: 5rem;
  height: 5rem;
}
.banner-home .swiper-navigation.circle i {
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  .banner-home .swiper-navigation.circle {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .swiper-navigation.circle {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.banner-home .btn .icon {
  animation: ring 0.5s ease-in-out infinite;
}
.banner-gen {
  height: 18.5185185185vw;
  clip-path: inset(0 0 0);
}
@media screen and (max-width: 1201px) {
  .banner-gen {
    height: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner-gen {
    height: 40vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-gen {
    height: 30vw;
  }
}
@media screen and (max-width: 400px) {
  .banner-gen {
    height: 20vw;
  }
}
.banner-gen .container-header {
  height: 100%;
}
.banner-gen .banner-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-gen .banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1f335f 0%, rgba(32, 53, 95, 0) 100%);
  opacity: 0.5;
  z-index: 1;
  mix-blend-mode: multiply;
}
.banner-gen .banner-content {
  position: relative;
  z-index: 11;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner-gen .banner-title {
  font-size: 6.4rem;
  line-height: 1.2;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 1201px) {
  .banner-gen .banner-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 800px) {
  .banner-gen .banner-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-gen .banner-title {
    font-size: 2.8rem;
  }
}
.banner-gen .banner-title .icon {
  display: inline-block;
  width: 7rem;
  height: 5.4rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 1201px) {
  .banner-gen .banner-title .icon {
    width: 5.8rem;
    height: 4.5rem;
    margin-bottom: -1rem;
  }
}
.banner-breadcrumbs {
  z-index: 70;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background: #BE264B;
  border-radius: 4rem 4rem 0 0;
  padding: 1.3rem 3rem 1.2rem;
  left: calc((100vw - 120rem) / 2);
}
@media screen and (max-width: 1230px) {
  .banner-breadcrumbs {
    left: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-breadcrumbs {
    border-radius: 2rem 2rem 0 0;
    padding: 1rem 2rem 0.9rem;
  }
}
.banner-breadcrumbs .breadcrumbs-item a {
  color: white;
}
@media (min-width: 1201px) {
  .banner-breadcrumbs .breadcrumbs-item a:hover {
    color: #37A76B;
  }
}
.banner-breadcrumbs .breadcrumbs-item:not(:last-child)::before {
  filter: brightness(0) invert(1);
}
.banner-genSL {
  min-height: 32rem;
  overflow: visible;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .banner-genSL {
    overflow: hidden;
  }
}
.banner-genSL::before, .banner-genSL::after {
  display: none;
}
.banner-genSL .container-header {
  height: 100%;
}
.banner-genSL .bg-dc {
  position: absolute;
  content: "";
  left: calc((100vw - 123rem) / 2 + 60rem + 0.9rem);
  right: 0;
  background: var(--bg);
  max-width: 86.6rem;
  border-radius: 0px 0px 0px 1.6rem;
  z-index: -1;
  min-height: calc(100% + 4.4rem);
}
@media screen and (max-width: 800px) {
  .banner-genSL .bg-dc {
    display: none;
  }
}
.banner-genSL .bg-dc-inner {
  display: block;
  padding-top: calc((542 / 866) * 100%);
  position: relative;
  overflow: hidden;
}
.banner-genSL .swiper {
  border-radius: 0px 0px 0px 1.2rem;
  height: auto;
  min-height: calc(100% + 3rem);
}
@media screen and (max-width: 1400px) {
  .banner-genSL .swiper {
    height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .banner-genSL .swiper {
    min-height: unset;
    border-radius: unset;
  }
}
.banner-genSL .swiper-pagination {
  position: absolute;
  bottom: 0;
  width: fit-content;
  margin-left: max((100vw - 120rem) / -2 + 1.6rem, -30rem);
  margin-top: 0;
}
@media screen and (max-width: 1230px) {
  .banner-genSL .swiper-pagination {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .banner-genSL .swiper-pagination {
    top: -1rem;
    bottom: auto;
    transform: translateY(-100%);
  }
}
.banner-genSL .banner-left {
  position: relative;
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-left {
    width: 100%;
  }
}
.banner-genSL .banner-left::before {
  position: absolute;
  content: "";
  width: calc((100vw - 120rem) / 2 + 100%);
  right: -2.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/banner-dc.png");
  height: 100%;
}
@media screen and (max-width: 1230px) {
  .banner-genSL .banner-left::before {
    width: calc(100% + 7.4rem);
  }
}
.banner-genSL .banner-right {
  min-height: 100%;
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-right {
    width: 100%;
  }
}
.banner-genSL .banner-image, .banner-genSL .banner-video {
  width: 100%;
  display: block;
  padding-top: calc((526 / 852) * 100%);
  position: relative;
  overflow: hidden;
}
.banner-genSL .banner-image video,
.banner-genSL .banner-image img, .banner-genSL .banner-video video,
.banner-genSL .banner-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-wrap {
    flex-direction: column-reverse;
  }
}
.banner-genSL .banner-wrap::before {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  background: #212223;
  top: 0;
  left: 0;
}
.banner-genSL .banner-slide {
  position: absolute;
  right: 0;
  left: calc((100vw - 123rem) / 2 + 62.4rem);
  max-width: 85rem;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-slide {
    position: static;
    max-width: none;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.banner-genSL .banner-slide-wrap {
  height: 100%;
}
.banner-genSL .banner-content {
  color: white;
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 9rem;
  min-height: 37rem;
}
@media screen and (max-width: 1201px) {
  .banner-genSL .banner-content {
    min-height: auto;
  }
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.banner-genSL .banner-desc {
  max-width: 48.6rem;
  opacity: 0.9;
}
@media screen and (max-width: 1201px) {
  .banner-genSL .swiper-navigation {
    display: none !important;
  }
}
.banner .button-wrap {
  width: fit-content;
  display: block;
  border: 0.1rem solid #fd7c0e;
  border-radius: 10rem;
}
.banner .button-wrap .btn .btn-inner {
  border: none;
}

@keyframes fadeCus {
  0% {
    opacity: 0;
    transform: scale(0.94, 0.9);
    filter: grayscale(1);
    box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: grayscale(0);
    box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
  }
}
@keyframes changHeight {
  0% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}
.play-vd,
.pause-vd {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: calc((100vw - 120rem) / 2);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  .play-vd,
  .pause-vd {
    transform: translate(calc(-50% + 11rem), -50%);
  }
}
@media screen and (max-width: 1201px) {
  .play-vd,
  .pause-vd {
    left: 0;
    transform: translate(calc(-50% + 4rem), -50%);
  }
}
.play-vd::before,
.pause-vd::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ffffff;
  border: 0.1rem solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  animation: zoomPlay 5s 3s infinite linear;
}
.play-vd-inner,
.pause-vd-inner {
  background: #ffffff;
  border: 0.1rem solid #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: var(--widthBtn);
  height: var(--widthBtn);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.play-vd-inner::before, .play-vd-inner::after,
.pause-vd-inner::before,
.pause-vd-inner::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  animation: zoomPlay 5s infinite linear;
}
.play-vd-inner::after,
.pause-vd-inner::after {
  animation-delay: 1.5s;
}
.play-vd-inner img,
.pause-vd-inner img {
  width: 3.2rem !important;
  object-fit: contain !important;
  transition: all 0.3s ease-in-out;
  transform: none !important;
}
@media screen and (max-width: 1201px) {
  .play-vd-inner img,
  .pause-vd-inner img {
    width: 2.4rem !important;
  }
}
.play-vd-inner i,
.pause-vd-inner i {
  font-size: 4rem;
  color: #BE264B;
}
@media (min-width: 1201px) {
  .play-vd:hover::before,
  .pause-vd:hover::before {
    width: 13rem;
    height: 13rem;
  }
  .play-vd:hover .play-vd-inner,
  .pause-vd:hover .play-vd-inner {
    background: #37A76B;
  }
  .play-vd:hover .play-vd-inner::before, .play-vd:hover .play-vd-inner::after,
  .pause-vd:hover .play-vd-inner::before,
  .pause-vd:hover .play-vd-inner::after {
    width: 1.3rem;
    height: 1.3rem;
  }
  .play-vd:hover .play-vd-inner img,
  .pause-vd:hover .play-vd-inner img {
    filter: brightness(0) invert(1);
  }
}
.play-vd .hidden,
.pause-vd .hidden {
  display: block;
  opacity: 0;
  visibility: hidden;
}

.pause-vd {
  transform: translate(-50%, -100%);
}
.pause-vd::before {
  display: none;
}
.pause-vd-inner {
  background: rgba(255, 255, 255, 0.8);
  border: 0.1rem solid rgba(255, 255, 255, 0.4705882353);
}
.pause-vd-inner::before, .pause-vd-inner::after {
  display: none;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.btn {
  position: relative;
  width: fit-content;
  height: fit-content;
  background: #37A76B;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  display: block;
  user-select: none;
  border-radius: 0.4rem;
  flex-shrink: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.btn .icon {
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: all 0.3s 0.2s ease-in-out;
}
@media screen and (max-width: 600px) {
  .btn .icon {
    width: 2rem;
    height: 2rem;
  }
}
.btn .text {
  z-index: 4;
  position: relative;
}
.btn::before {
  position: absolute;
  content: "";
  width: 125%;
  height: 102%;
  top: 0;
  left: -13%;
  background: #FFA100;
  transition: transform 0.6s 0.1s;
  z-index: 1;
  transform-origin: right;
  transform: skew(30deg) scaleX(0);
}
.btn:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 102%;
  top: 0;
  left: -13%;
  background: rgba(0, 0, 0, 0.2);
  transition: transform 0.6s;
  z-index: 0;
  transform-origin: right;
  transform: skew(30deg) scaleX(0);
}
.btn-inner {
  position: relative;
  z-index: 4;
  color: white;
  text-align: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  padding: 1.25rem 2.4rem 1.15rem;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 400px) {
  .btn-inner {
    padding: 1rem 1.6rem 0.9rem;
    font-size: 1.3rem;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .btn:hover::before {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
  .btn:hover::after {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
}
.btn-hover {
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-hover::before {
  position: absolute;
  content: "";
  width: 140%;
  height: 102%;
  top: 0;
  left: -13%;
  background: #37A76B;
  transition: transform 0.6s 0.1s;
  z-index: 0;
  transform: skew(30deg) scaleX(0);
  transform-origin: right;
}
.btn-hover:after {
  position: absolute;
  content: "";
  width: 140%;
  height: 102%;
  top: 0;
  left: -13%;
  background: #72C3D5;
  transition: transform 0.6s;
  z-index: -1;
  transform: skew(30deg) scaleX(0);
  transform-origin: right;
}
@media (min-width: 1200px) {
  .btn-hover:hover::before {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
  .btn-hover:hover::after {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
}
.btn.t-white .btn-inner {
  color: white;
}
.btn.t-white .btn-inner .text {
  color: white;
}
.btn.t-pri .btn-inner {
  color: #37A76B;
}
.btn.t-pri .btn-inner .text {
  color: #37A76B;
}
@media (min-width: 1200px) {
  .btn.t-pri:hover .btn-inner {
    color: white;
  }
  .btn.t-pri:hover .btn-inner .text {
    color: white;
  }
}
.btn.t-red .btn-inner {
  color: #E51515;
}
.btn.t-red .btn-inner .text {
  color: #E51515;
}
.btn.t-black .btn-inner {
  color: black;
}
.btn.t-black .btn-inner .text {
  color: black;
}
.btn.t-second .btn-inner {
  color: #BE264B;
}
.btn.t-second .btn-inner .text {
  color: #BE264B;
}
@media (min-width: 1200px) {
  .btn.t-second:hover .btn-inner {
    color: white;
  }
  .btn.t-second:hover .btn-inner .text {
    color: white;
  }
}
.btn.bd-pri .btn-inner {
  border: 0.1rem solid #37A76B;
}
.btn.bd-second .btn-inner {
  border: 0.1rem solid rgba(190, 38, 75, 0.7);
}
.btn.bd-third .btn-inner {
  border: 0.1rem solid #E51515;
}
.btn.bd-white .btn-inner {
  border: 0.1rem solid white;
}
.btn.bd-black .btn-inner {
  border: 0.1rem solid black;
}
.btn.bd-gray .btn-inner {
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.btn.bg-white {
  background: white;
}
.btn.no-bg {
  background: transparent;
}
@media (min-width: 1200px) {
  .btn.no-bg:hover::before {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
  .btn.no-bg:hover::after {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
  .btn.no-bg:hover .icon {
    filter: brightness(0) invert(1);
  }
}
.btn.fw {
  width: 100%;
}
.btn.non-upper .btn-inner {
  text-transform: none;
}
.btn.icon .btn-inner {
  padding: 1.2rem 3.2rem 1.1rem;
}
.btn.icon-left .icon {
  margin-right: 1rem;
}
.btn.icon-right .icon {
  margin-left: 1rem;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-second {
  background: #BE264B;
}
.btn-second::before {
  background: #37A76B;
}
.btn-third {
  background: #BE264B;
}
.btn-third::before {
  background: #37A76B;
}
.btn-third .btn-inner {
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0.8rem 0.8rem 0.7rem;
}
.btn-fourth {
  background: #37A76B;
}
.btn-fourth::before {
  background: #FFA100;
}
.btn-fifth {
  background: #bcbcbc;
}
.btn-sixth {
  background: #E8E8E8;
}
.btn-seventh {
  background: #E6E6E6;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-numbers.m-top {
  margin-top: 3rem;
}
.page-numbers .dot {
  width: 5.3rem;
  height: 0.1rem;
  background: #031A16;
}
.page-numbers > li:not(:first-child) {
  margin-left: 0.8rem;
}
@media screen and (max-width: 420px) {
  .page-numbers > li:not(:first-child) {
    margin-left: 0.4rem;
  }
}
.page-numbers > li > .page-numbers {
  line-height: 1.4;
  font-weight: 500;
  color: #031A16;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 600px) {
  .page-numbers > li > .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
.page-numbers > li > .page-numbers.current {
  background: rgba(68, 68, 68, 0.16);
}
.page-numbers > li > .page-numbers.dot {
  pointer-events: none;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}
.page-numbers .page-numbers.next,
.page-numbers .page-numbers.prev {
  cursor: pointer;
  background: #444444;
  color: white;
}
.page-numbers .page-numbers.next i,
.page-numbers .page-numbers.prev i {
  font-weight: 300;
}
.page-numbers .page-numbers.next:hover,
.page-numbers .page-numbers.prev:hover {
  color: white;
  background: #37A76B;
}
.page-numbers .page-numbers.next .icon,
.page-numbers .page-numbers.prev .icon {
  font-weight: 900 !important;
  font-size: 1rem;
  cursor: pointer;
}

.pagination.center .page-numbers {
  justify-content: center;
}

.sidebar-top {
  background: #37A76B;
  padding: 2.7rem 4rem 2.6rem;
  border-radius: 1.2rem 1.2rem 0px 0px;
}
@media screen and (max-width: 1201px) {
  .sidebar-top {
    padding: 2.4rem;
    border-radius: 0;
  }
}
.sidebar-top.other {
  background: #BE264B;
}
.sidebar-content {
  padding: 2rem 4rem 3.2rem;
}
@media screen and (max-width: 1201px) {
  .sidebar-content {
    padding: 2.4rem;
  }
}
.sidebar-wrap {
  background: #ffffff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .sidebar-wrap {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
  }
}
.sidebar-type {
  padding: 1.6rem 4.4rem 1.5rem;
  background: rgba(0, 114, 188, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
  color: #37A76B;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar-type .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  position: relative;
  flex-shrink: 0;
}
.sidebar-type .icon::before, .sidebar-type .icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  border-radius: 1rem;
  background: #37A76B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.sidebar-type .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sidebar-type.show .icon::after {
  transform: translate(-50%, -50%);
}
.sidebar-list {
  margin-top: 3.2rem;
}
.sidebar-list .product-item {
  width: 100%;
}
@media screen and (max-width: 1201px) {
  .sidebar-list .product-item {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .sidebar-list .product-item {
    width: 50%;
  }
}
.sidebar-list .product-item-wrap {
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  background: #f7f7f7;
  overflow: hidden;
}
.sidebar-list .product-item-img {
  border: none;
  border-radius: 0rem;
  margin-bottom: 1.6rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.sidebar-list .product-curPrice {
  margin-bottom: 1.6rem;
}
.sidebar-box:has(.sidebar-type) .sidebar-content {
  display: none;
}

.sidebaraqc {
  width: 100%;
  max-width: 28.2rem;
  margin-left: auto;
  margin-right: auto;
}
.sidebaraqc .img-inner {
  border-radius: 1.2rem;
  display: block;
  padding-top: calc((665 / 282) * 100%);
  position: relative;
  overflow: hidden;
  display: block;
}
.sidebaraqc .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebaraqc-list .sidebaraqc {
  margin-top: 0;
}
@media screen and (max-width: 1680px) {
  .sidebaraqc-list .sidebaraqc:not(:first-child) {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sidebaraqc-list .sidebaraqc:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sidebaraqc-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.cate-list a:has(.cate-item) {
  display: block;
}
.cate-list a:has(.cate-item):not(:last-child) {
  margin-bottom: 1.6rem;
}
.cate-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cate-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.cate-item .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #636060;
  border-radius: 0.2rem;
  margin-right: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.cate-item .box i {
  font-size: 0.8rem;
  font-weight: 900;
  color: white;
}
.cate-item.active {
  color: #BE264B;
}
.cate-item.active .box {
  border-color: #BE264B;
  background: #BE264B;
}
.cate-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1.2rem 2.8rem 1.1rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.cate-link.current {
  background: #37A76B;
  color: white;
}
.cate-link.current .icon {
  filter: brightness(0) invert(1);
}
.cate-link .icon {
  width: 1.2rem;
  display: block;
  margin-right: 0.8rem;
  margin-top: -0.1rem;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}
@media (min-width: 1201px) {
  .cate-link:hover {
    background: #37A76B;
    color: white;
  }
  .cate-link:hover .icon {
    filter: brightness(0) invert(1);
  }
}

.proFilter-cate-open {
  cursor: pointer;
  margin-left: 2rem;
}
@media screen and (min-width: 1202px) {
  .proFilter-cate-open {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .proFilter-cate-open {
    margin-left: 0;
    width: 100%;
  }
}
.proFilter-cate-open .text {
  font-weight: 500;
  margin-right: 1rem;
  display: inline-block;
}
.proFilter-cate-open .icon {
  width: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 600px) {
  .proFilter-filter {
    width: 100%;
  }
}

.swiper {
  width: 100%;
}
.swiper-container {
  width: 100%;
}
.swiper-pagination {
  position: static;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  margin-top: 3rem;
  height: 1.5rem;
}
.swiper-pagination::before {
  display: none;
}
.swiper-pagination-bullet {
  transition: all 0.3s ease-out;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  border-radius: 10rem;
  border: 0.1rem solid #37A76B;
  margin: 0 0.5rem;
  background: white;
}
.swiper-pagination-bullet-active {
  background: #37A76B;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination.cl-pri .swiper-pagination-bullet {
  background-color: white;
  border: 0.1rem solid white;
}
.swiper-pagination.cl-pri .swiper-pagination-bullet-active {
  border: 0.1rem solid #37A76B;
  background-color: transparent;
}
@media screen and (min-width: 1301px) {
  .swiper-pagination.disabled-on-desktop {
    display: none;
  }
}
.swiper-pagination-num {
  height: auto;
}
.swiper-pagination-num .swiper-pagination-bullet {
  background: unset;
  width: unset;
  height: unset;
  border: none;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  color: rgba(19, 23, 23, 0.6);
  text-align: center;
  position: relative;
  background: transparent;
}
.swiper-pagination-num .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.2rem;
  left: 0;
  top: 50%;
  background: #37A76B;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-num .swiper-pagination-bullet-active {
  color: #37A76B;
  padding-left: 2rem;
}
.swiper-pagination-num .swiper-pagination-bullet-active::before {
  width: 1.5rem;
}
.swiper-notification {
  display: none !important;
}
.swiper-navigation {
  cursor: pointer;
}
.swiper-navigation.circle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .swiper-navigation.circle {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 400px) {
  .swiper-navigation.circle {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.swiper-navigation.pri {
  border-radius: 50%;
  background: #444444;
  transition: all 0.3s ease-in-out;
  font-size: 1.2rem;
  color: white;
}
.swiper-navigation.pri i {
  font-weight: 300;
}
.swiper-navigation.pri.prev {
  top: 40%;
  left: -6rem;
  transform: translate(-50%, -50%);
}
.swiper-navigation.pri.next {
  top: 40%;
  right: -6rem;
  transform: translate(50%, -50%);
}
@media (min-width: 1201px) {
  .swiper-navigation.pri:hover {
    background: #37A76B;
    color: white;
  }
}
.swiper-navigation.second {
  border-radius: 50%;
  background: #37A76B;
  transition: all 0.3s ease-in-out;
  font-size: 1.8rem;
  color: white;
}
.swiper-navigation.second.prev {
  top: 50%;
  left: -2.4rem;
  transform: translate(-50%, -50%);
}
.swiper-navigation.second.next {
  top: 50%;
  right: -2.4rem;
  transform: translate(50%, -50%);
}
@media (min-width: 1201px) {
  .swiper-navigation.second:hover {
    background: #BE264B;
    color: white;
  }
}
@media screen and (max-width: 1300px) {
  .swiper-navigation.disabled-on-tablet {
    display: none;
  }
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-abs {
  position: absolute;
  z-index: 20;
}
.swiper-navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-navi .swiper-navigation {
  margin: 0.6rem 1.2rem;
}
@media screen and (max-width: 1400px) {
  .swiper-navi .swiper-navigation {
    position: static;
    transform: none !important;
  }
}
.swiper-navi .swiper-pagination {
  margin-top: 0;
  width: fit-content;
  margin-left: 2rem;
  margin-right: 2rem;
  min-width: 17rem;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #BE264B;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}

.navigation .swiper-navigation {
  position: static;
  transform: none !important;
}

.m-mid {
  margin: 0 auto;
}

.m-end {
  margin-left: auto;
}

.m-start {
  margin-right: auto;
}

.f-mid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.f-end {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fl-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.f-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.spc.no-wrap .spc-list {
  flex-wrap: nowrap;
}
.spc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-bottom: -0.8rem;
}
.spc-item {
  margin-left: 0.8rem;
  margin-bottom: 0.8rem;
}
.spc-16 .spc-list {
  margin-left: -1.6rem;
  margin-bottom: -1.6rem;
}
.spc-16 .spc-item {
  margin-bottom: 1.6rem;
  margin-left: 1.6rem;
}
.spc-24 .spc-list {
  margin-left: -2.4rem;
  margin-bottom: -2.4rem;
}
.spc-24 .spc-item {
  margin-bottom: 2.4rem;
  margin-left: 2.4rem;
}

.bg-fade,
.bg-fade2,
.bg-fade3 {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 980;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.bg-fade.show,
.bg-fade2.show,
.bg-fade3.show {
  visibility: visible;
  opacity: 1;
}

.bg-fade2 {
  z-index: 1000;
}
@media screen and (min-width: 1201px) {
  .bg-fade2 {
    display: none;
  }
}

@media screen and (max-width: 1201px) {
  .bg-fade3 {
    display: none;
  }
}

.list-wrap,
.d-wrap {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .list-wrap,
  .d-wrap {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
@media screen and (max-width: 600px) {
  .list-wrap,
  .d-wrap {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}
.list-item,
.d-item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 800px) {
  .list-item,
  .d-item {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media screen and (max-width: 600px) {
  .list-item,
  .d-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.list-2,
.d-2 {
  width: 50%;
}
.list-3,
.d-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 800px) {
  .list-3,
  .d-3 {
    width: 50%;
  }
}
.list-4,
.d-4 {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .list-4,
  .d-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .list-4,
  .d-4 {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .list-4,
  .d-4 {
    width: 100%;
  }
}
.list-5,
.d-5 {
  width: 20%;
}

.dlarge-wrap {
  margin: 0 -3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1201px) {
  .dlarge-wrap {
    margin: 0 -1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .dlarge-wrap {
    margin: 0 -0.6rem;
  }
}
@media screen and (max-width: 320px) {
  .dlarge-wrap {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}
.dlarge-item {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1201px) {
  .dlarge-item {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .dlarge-item {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media screen and (max-width: 320px) {
  .dlarge-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.dlarge-2 {
  width: 50%;
}
.dlarge-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 800px) {
  .dlarge-3 {
    width: 50%;
  }
}
.dlarge-4 {
  width: 25%;
}
@media screen and (max-width: 1201px) {
  .dlarge-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .dlarge-4 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .dlarge-4 {
    width: 100%;
  }
}
.dlarge-5 {
  width: 20%;
}

.dsm-wrap {
  margin: 0 -0.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.dsm-item {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.swiper-next,
.swiper-prev {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 1px solid #031A16;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.swiper-next.white,
.swiper-prev.white {
  border: 1px solid white;
}
.swiper-next.white i,
.swiper-prev.white i {
  color: white;
}
.swiper-next i,
.swiper-prev i {
  color: #031A16;
  font-weight: 400;
}

.bg-abs {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.bg-abs img {
  object-fit: cover;
  height: 100%;
}

.clear {
  clear: both;
}

.gItem,
.swiper-slide {
  cursor: pointer;
}

.backPage {
  padding: var(--pdGen) 0;
}
.backPage-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.backPage-link .icon {
  font-size: 1.2rem;
  font-weight: 900;
  margin-right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.backPage-link .text {
  font-weight: 500;
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .backPage-link .text {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .backPage-link .text {
    font-size: 2.7rem;
  }
}

.mona-content p {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 800px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content .plyr {
  margin-bottom: var(--pdGen2);
}

@media screen and (min-width: 1202px) {
  .plyr__controls {
    opacity: 0;
    transform: translateY(3rem);
  }
}

.plyr {
  border-radius: 0.8rem;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .plyr:hover .plyr__controls {
    opacity: 1;
    transform: translateY(0);
  }
}
.plyr .plyr__control--overlaid {
  background: transparent;
  border: 0.3rem solid white;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.plyr .plyr__control--overlaid svg {
  width: 1rem;
  margin: auto;
  transform: translateX(-0.1rem);
}

.plyr__controls__item[data-plyr=captions] {
  display: none;
}
.plyr__controls__item[data-plyr=pip] {
  display: none;
}

.plyr__poster {
  background-size: cover;
}

.scrollJS {
  overflow: auto;
  user-select: none;
}
.scrollJS::-webkit-scrollbar {
  display: none;
}

#lg-actual-size,
#lg-share,
#lg-download {
  display: none;
}

button[aria-label="Rotate left"] {
  display: none;
}
button[aria-label="Rotate right"] {
  display: none;
}
button[aria-label="Flip vertical"] {
  display: none;
}
button[aria-label="flip horizontal"] {
  display: none;
}
button[aria-label="Toggle autoplay"] {
  display: none;
}

.t-title-bn {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .t-title-bn {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-bn {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .t-title-bn {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 800px) {
  .t-title-bn {
    font-size: 3.8rem;
  }
}
.t-title-bn.t-2 {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.t-title-bn.l-1 {
  line-height: 1;
}

.t-title-xl {
  font-size: 8rem;
  line-height: 1.2;
}
@media screen and (max-width: 1201px) {
  .t-title-xl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .t-title-xl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .t-title-xl {
    font-size: 3rem;
  }
}

.t-title-l {
  font-size: 6rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .t-title-l {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-l {
    font-size: 2.5rem;
  }
}

.t-title {
  font-size: 4rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.7rem;
  }
}

.t-title-second {
  font-size: 3.6rem;
  line-height: 1.4;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 2.6rem;
  }
}

.t-title-3 {
  font-size: 3.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .t-title-3 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-3 {
    font-size: 2.2rem;
  }
}

.t-title-4 {
  font-size: 3.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .t-title-4 {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-4 {
    font-size: 2.6rem;
  }
}

.t-title-5 {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .t-title-5 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-5 {
    font-size: 1.7rem;
  }
}

.t-title-6 {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .t-title-6 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-6 {
    font-size: 1.6rem;
  }
}

.f-14 {
  font-size: 1.4rem;
}
.f-14.l-18 {
  line-height: 1.28;
}
.f-14.l-22 {
  line-height: 1.6;
}
.f-16 {
  font-size: 1.6rem;
}
.f-16.l-20 {
  line-height: 1.25;
}
.f-16.l-24 {
  line-height: 1.5;
}
.f-16.l-26 {
  line-height: 1.6;
}
.f-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .f-20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-20 {
    font-size: 1.6rem;
  }
}
.f-20.l-initial {
  line-height: 1.2;
}
.f-20.l-24 {
  line-height: 1.2;
}
.f-20.l-25 {
  line-height: 1.25;
}
.f-20.l-30 {
  line-height: 1.5;
}
.f-20.l-32 {
  line-height: 1.6;
}
.f-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .f-24 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-24 {
    font-size: 1.7rem;
  }
}
.f-24.l-28 {
  line-height: 1.2;
}
.f-24.l-33 {
  line-height: 1.4;
}
.f-24.l-36 {
  line-height: 1.5;
}
.f-30 {
  font-size: 3rem;
}
@media only screen and (max-width: 1200px) {
  .f-30 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-30 {
    font-size: 2.4rem;
  }
}
.f-30.l-38 {
  line-height: 1.26;
}
.f-30.l-40 {
  line-height: 1.3;
}
.f-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .f-32 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-32 {
    font-size: 2.2rem;
  }
}
.f-32.l-34 {
  line-height: 1.2;
}
.f-32.l-40 {
  line-height: 1.25;
}
.f-32.l-48 {
  line-height: 1.5;
}
.f-60 {
  font-size: 6rem;
}
@media only screen and (max-width: 1200px) {
  .f-60 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-60 {
    font-size: 2.5rem;
  }
}
.f-60.l-72 {
  line-height: 1.2;
}

.wrap-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.wrap-text .icon {
  width: 3.2rem;
  display: block;
  margin-right: 1.2rem;
}

.t-white {
  color: white;
}
.t-main {
  color: #37A76B;
}
.t-second {
  color: #BE264B;
}
.t-third {
  color: #FFA100;
}
.t-text-2 {
  color: #040404;
}
.t-pink {
  color: #ED907A;
}
.t-1D1E41 {
  color: #1d1e41;
}
.t-underline {
  text-decoration: underline;
}
.t-line {
  position: relative;
  display: inline-block;
}
.t-line::before {
  position: absolute;
  content: "";
  min-width: 48rem;
  width: calc(100% + 3rem);
  height: 2.8rem;
  background: #37A76B;
  bottom: 0%;
  transform: translateY(0%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .t-line::before {
    min-width: 32rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .t-line::before {
    min-width: 26rem;
    height: 1rem;
  }
}
.t-line.right::before {
  right: 0;
}
.t-line.left::before {
  left: 0;
}
.t-line.line-2 .text::before {
  bottom: 0.8rem;
  top: auto;
  transform: none;
  background: #D9D9D9;
  height: 0.2rem;
}
.t-line.short {
  margin-top: 0;
}
.t-line.short::before, .t-line.short::after {
  position: absolute;
  content: "";
  width: 6.6rem;
  height: 0.1rem;
  background: #37A76B;
  top: 50%;
  transform: translateY(-50%);
}
.t-line.short::before {
  right: calc(100% + 0.9rem);
}
.t-line.short::after {
  left: calc(100% + 0.9rem);
}
.t-line-db {
  position: relative;
  padding-bottom: 1rem;
}
.t-line-db::before, .t-line-db:after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 0.2rem;
  background: #BE264B;
  left: 50%;
}
.t-line-db::before {
  bottom: 0;
  transform: translateX(-10%);
}
.t-line-db::after {
  bottom: 0.5rem;
  transform: translateX(-60%);
}
.t-line-db.line-db-2::after {
  left: 0;
  transform: none;
}
.t-line-db.line-db-2::before {
  left: 0;
  transform: translateX(50%);
}
.t-break {
  white-space: pre-line;
}
.t-stroke {
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #37A76B;
  color: transparent;
}
.t-pre-line {
  white-space: pre-line;
}
.t-sp-1 {
  letter-spacing: 0.06em;
}
.t-sd-1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.t-font-2 {
  font-family: "SVN-Taken by Vultures";
}

.t-pre-lỉne {
  white-space: pre-line;
}

.t-linear {
  background: linear-gradient(90deg, #39B16C 2.67%, #38AF6B 3.67%, #255361 71.67%, #1E2F5E 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.text-line {
  padding-bottom: 2rem;
  position: relative;
}
.text-line::before {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 12rem;
  background: linear-gradient(0deg, #0EB252 47.37%, #72C595 102.98%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 450px) {
  .text-line::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-4 {
  font-weight: 400;
}

.fw-3 {
  font-weight: 300;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-b {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.t-up {
  text-transform: uppercase;
}

.non-upper {
  text-transform: unset;
}

.title-box {
  padding: 2.6rem 2.4rem 2.5rem;
  background: #FFFFFF;
  border-radius: 0.4rem 12rem 12rem 0.4rem;
  width: 100%;
  filter: drop-shadow(0px 0.8rem 1.6rem rgba(0, 0, 0, 0.05));
  border-left: 0.4rem solid #37A76B;
}
@media screen and (max-width: 800px) {
  .title-box {
    padding: 1.6rem 1.2rem 1.5rem;
  }
}

.decor-text {
  position: relative;
  width: fit-content;
  padding-bottom: 0.8rem;
  padding-top: 0.6rem;
}
@media screen and (max-width: 800px) {
  .decor-text {
    padding-bottom: 0.3rem;
  }
}
.decor-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #37A76B;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.decor-text::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0.8rem;
  border-top: 0.1rem solid #37A76B;
  border-left: 0.1rem solid #37A76B;
  top: 0;
  left: -1rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .decor-text::after {
    left: -0.4rem;
  }
}
.decor-text.hover::before {
  width: 0;
  visibility: hidden;
}
.decor-text.hover::after {
  width: 0;
  height: 0;
  left: 0;
  visibility: hidden;
}
.decor-text.hover:hover {
  color: #37A76B;
  padding-left: 1rem;
}
.decor-text.hover:hover::before {
  width: calc(100% - 1rem);
  visibility: visible;
}
.decor-text.hover:hover::after {
  width: 2rem;
  height: 0.8rem;
  visibility: visible;
}
.decor-text.white::before {
  background: white;
}
.decor-text.white::after {
  border-color: white;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.mb-10s:not(:last-child) {
  margin-bottom: 1rem;
}

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

.mb-12s:not(:last-child) {
  margin-bottom: 1.2rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-14s:not(:last-child) {
  margin-bottom: 1.4rem;
}

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

.mb-15s:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-16s:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-18s:not(:last-child) {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}
.mb-20 .mb-30 {
  margin-bottom: 3rem;
}
.mb-20 .mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

.mb-20s:not(:last-child) {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-24s:not(:last-child) {
  margin-bottom: 2.4rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-25s:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mb-28 {
  margin-bottom: 2.8rem;
}

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

.mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-32s:not(:last-child) {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .mb-40 {
    margin-bottom: 2rem;
  }
}

.mb-39 {
  margin-bottom: 3.9rem;
}

.mb-40s:not(:last-child) {
  margin-bottom: 4rem;
}

.mb-44 {
  margin-bottom: 4.4rem;
}

.mb-48s:not(:last-child) {
  margin-bottom: 4.8rem;
}

.mb-54 {
  margin-bottom: 5.4rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mb-56s:not(:last-child) {
  margin-bottom: 5.6rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.mb-64s:not(:last-child) {
  margin-bottom: 6.4rem;
}

.mb-72 {
  margin-bottom: 7.2rem;
}

.mb-72s:not(:last-child) {
  margin-bottom: 7.2rem;
}

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

.mb-80s:not(:last-child) {
  margin-bottom: 8rem;
}

.mb-88 {
  margin-bottom: 8.8rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-3 {
  margin-bottom: 0.3rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-11 {
  margin-bottom: 1.1rem;
}
.mb-12 {
  margin-bottom: 1.2rem;
}
@media (max-width: 800px) {
  .mb-12 {
    margin-bottom: 0.6rem;
  }
}
.mb-13 {
  margin-bottom: 1.3rem;
}
@media (max-width: 800px) {
  .mb-13 {
    margin-bottom: 0.7rem;
  }
}
.mb-14 {
  margin-bottom: 1.4rem;
}
@media (max-width: 800px) {
  .mb-14 {
    margin-bottom: 0.8rem;
  }
}
.mb-15 {
  margin-bottom: 1.5rem;
}
@media (max-width: 800px) {
  .mb-15 {
    margin-bottom: 0.9rem;
  }
}
.mb-16 {
  margin-bottom: 1.6rem;
}
@media (max-width: 800px) {
  .mb-16 {
    margin-bottom: 1rem;
  }
}
.mb-17 {
  margin-bottom: 1.7rem;
}
@media (max-width: 800px) {
  .mb-17 {
    margin-bottom: 1.1rem;
  }
}
.mb-18 {
  margin-bottom: 1.8rem;
}
@media (max-width: 800px) {
  .mb-18 {
    margin-bottom: 1.2rem;
  }
}
.mb-19 {
  margin-bottom: 1.9rem;
}
@media (max-width: 800px) {
  .mb-19 {
    margin-bottom: 1.2rem;
  }
}
.mb-20 {
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .mb-20 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 600px) {
  .mb-20 {
    margin-bottom: 1rem;
  }
}
.mb-21 {
  margin-bottom: 2.1rem;
}
@media (max-width: 800px) {
  .mb-21 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 600px) {
  .mb-21 {
    margin-bottom: 1rem;
  }
}
.mb-22 {
  margin-bottom: 2.2rem;
}
@media (max-width: 800px) {
  .mb-22 {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 600px) {
  .mb-22 {
    margin-bottom: 1rem;
  }
}
.mb-24 {
  margin-bottom: 2.4rem;
}
@media (max-width: 1200px) {
  .mb-24 {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 800px) {
  .mb-24 {
    margin-bottom: 1.5rem;
  }
}
.mb-27 {
  margin-bottom: 2.7rem;
}
@media (max-width: 1200px) {
  .mb-27 {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 800px) {
  .mb-27 {
    margin-bottom: 1.5rem;
  }
}
.mb-29 {
  margin-bottom: 2.9rem;
}
@media (max-width: 1200px) {
  .mb-29 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-29 {
    margin-bottom: 1.5rem;
  }
}
.mb-30 {
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .mb-30 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-30 {
    margin-bottom: 1.5rem;
  }
}
.mb-32 {
  margin-bottom: 3.2rem;
}
@media (max-width: 1200px) {
  .mb-32 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-32 {
    margin-bottom: 1.5rem;
  }
}
.mb-33 {
  margin-bottom: 3.3rem;
}
@media (max-width: 1200px) {
  .mb-33 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-33 {
    margin-bottom: 1.5rem;
  }
}
.mb-34 {
  margin-bottom: 3.4rem;
}
@media (max-width: 1200px) {
  .mb-34 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-34 {
    margin-bottom: 1.5rem;
  }
}
.mb-35 {
  margin-bottom: 3.5rem;
}
@media (max-width: 1200px) {
  .mb-35 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-35 {
    margin-bottom: 1.5rem;
  }
}
.mb-36 {
  margin-bottom: 3.6rem;
}
@media (max-width: 1200px) {
  .mb-36 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-36 {
    margin-bottom: 1.5rem;
  }
}
.mb-37 {
  margin-bottom: 3.7rem;
}
@media (max-width: 1200px) {
  .mb-37 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 800px) {
  .mb-37 {
    margin-bottom: 1.6rem;
  }
}
.mb-38 {
  margin-bottom: 3.8rem;
}
@media (max-width: 1200px) {
  .mb-38 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 800px) {
  .mb-38 {
    margin-bottom: 1.6rem;
  }
}
.mb-41 {
  margin-bottom: 4.1rem;
}
@media (max-width: 1200px) {
  .mb-41 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 800px) {
  .mb-41 {
    margin-bottom: 1.6rem;
  }
}
.mb-43 {
  margin-bottom: 4.3rem;
}
@media (max-width: 1200px) {
  .mb-43 {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 800px) {
  .mb-43 {
    margin-bottom: 1.8rem;
  }
}
.mb-45 {
  margin-bottom: 4.5rem;
}
@media (max-width: 1200px) {
  .mb-45 {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 800px) {
  .mb-45 {
    margin-bottom: 1.8rem;
  }
}
.mb-auto {
  margin-bottom: auto;
}
.mb-46 {
  margin-bottom: 4.6rem;
}
@media (max-width: 800px) {
  .mb-46 {
    margin-bottom: 3.5rem;
  }
}
.mb-47 {
  margin-bottom: 4.7rem;
}
@media (max-width: 800px) {
  .mb-47 {
    margin-bottom: 3.5rem;
  }
}
.mb-48 {
  margin-bottom: 4.8rem;
}
@media (max-width: 1200px) {
  .mb-48 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 800px) {
  .mb-48 {
    margin-bottom: 2rem;
  }
}
.mb-49 {
  margin-bottom: 4.9rem;
}
@media (max-width: 800px) {
  .mb-49 {
    margin-bottom: 3.5rem;
  }
}
.mb-50 {
  margin-bottom: 5rem;
}
@media (max-width: 800px) {
  .mb-50 {
    margin-bottom: 3.5rem;
  }
}
.mb-52 {
  margin-bottom: 5.2rem;
}
@media (max-width: 800px) {
  .mb-52 {
    margin-bottom: 3.5rem;
  }
}
.mb-53 {
  margin-bottom: 5.3rem;
}
@media (max-width: 800px) {
  .mb-53 {
    margin-bottom: 3.5rem;
  }
}
.mb-54 {
  margin-bottom: 5.4rem;
}
@media (max-width: 800px) {
  .mb-54 {
    margin-bottom: 3.5rem;
  }
}
.mb-56 {
  margin-bottom: 5.6rem;
}
@media (max-width: 800px) {
  .mb-56 {
    margin-bottom: 3.5rem;
  }
}
.mb-57 {
  margin-bottom: 5.7rem;
}
@media (max-width: 800px) {
  .mb-57 {
    margin-bottom: 3.5rem;
  }
}
.mb-58 {
  margin-bottom: 5.8rem;
}
@media (max-width: 800px) {
  .mb-58 {
    margin-bottom: 3.5rem;
  }
}
.mb-60 {
  margin-bottom: 6rem;
}
@media (max-width: 800px) {
  .mb-60 {
    margin-bottom: 3.5rem;
  }
}
.mb-64 {
  margin-bottom: 6.4rem;
}
@media (max-width: 1200px) {
  .mb-64 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 800px) {
  .mb-64 {
    margin-bottom: 3.5rem;
  }
}
.mb-65 {
  margin-bottom: 6.5rem;
}
@media (max-width: 1200px) {
  .mb-65 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 800px) {
  .mb-65 {
    margin-bottom: 3.5rem;
  }
}
.mb-67 {
  margin-bottom: 6.7rem;
}
@media (max-width: 1200px) {
  .mb-67 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 800px) {
  .mb-67 {
    margin-bottom: 3.5rem;
  }
}
.mb-68 {
  margin-bottom: 6.8rem;
}
@media (max-width: 1200px) {
  .mb-68 {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 800px) {
  .mb-68 {
    margin-bottom: 3.5rem;
  }
}
.mb-70 {
  margin-bottom: 7rem;
}
@media (max-width: 1200px) {
  .mb-70 {
    margin-bottom: 4.6rem;
  }
}
@media (max-width: 800px) {
  .mb-70 {
    margin-bottom: 3.7rem;
  }
}
.mb-72 {
  margin-bottom: 7.2rem;
}
@media (max-width: 1200px) {
  .mb-72 {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 800px) {
  .mb-72 {
    margin-bottom: 3.9rem;
  }
}
.mb-74 {
  margin-bottom: 7.4rem;
}
@media (max-width: 1200px) {
  .mb-74 {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 800px) {
  .mb-74 {
    margin-bottom: 3.7rem;
  }
}
.mb-79 {
  margin-bottom: 7.9rem;
}
@media (max-width: 1200px) {
  .mb-79 {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 800px) {
  .mb-79 {
    margin-bottom: 3.9rem;
  }
}
.mb-83 {
  margin-bottom: 8.3rem;
}
@media (max-width: 1200px) {
  .mb-83 {
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 800px) {
  .mb-83 {
    margin-bottom: 4rem;
  }
}
.mb-84 {
  margin-bottom: 8.4rem;
}
@media (max-width: 1200px) {
  .mb-84 {
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 800px) {
  .mb-84 {
    margin-bottom: 4rem;
  }
}
.mb-86 {
  margin-bottom: 8.6rem;
}
@media (max-width: 1200px) {
  .mb-86 {
    margin-bottom: 5.3rem;
  }
}
@media (max-width: 800px) {
  .mb-86 {
    margin-bottom: 4rem;
  }
}
.mb-88 {
  margin-bottom: 8.8rem;
}
@media (max-width: 1200px) {
  .mb-88 {
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 800px) {
  .mb-88 {
    margin-bottom: 4rem;
  }
}
.mb-90 {
  margin-bottom: 9rem;
}
@media (max-width: 1200px) {
  .mb-90 {
    margin-bottom: 5.7rem;
  }
}
@media (max-width: 800px) {
  .mb-90 {
    margin-bottom: 4rem;
  }
}
.mb-94 {
  margin-bottom: 9.4rem;
}
@media (max-width: 1200px) {
  .mb-94 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 800px) {
  .mb-94 {
    margin-bottom: 4.5rem;
  }
}
.mb-97 {
  margin-bottom: 9.7rem;
}
@media (max-width: 1200px) {
  .mb-97 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 800px) {
  .mb-97 {
    margin-bottom: 4.5rem;
  }
}
.mb-100 {
  margin-bottom: 10rem;
}
@media (max-width: 1200px) {
  .mb-100 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 800px) {
  .mb-100 {
    margin-bottom: 4.5rem;
  }
}
.mt-auto {
  margin-top: auto;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mt-54 {
  margin-top: 5.4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr {
  margin-right: auto;
}

.ss-mg {
  margin: 8rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-mg {
    margin: 4rem 0;
  }
}

.ss-mg-t {
  margin-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .ss-mg-t {
    margin-top: 4rem;
  }
}

.ss-mg-b {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .ss-mg-b {
    margin-bottom: 4rem;
  }
}
.ss-mg-b-2 {
  margin-bottom: 11.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-mg-b-2 {
    margin-bottom: 4.5rem;
  }
}

.section {
  padding: 4rem 0;
}
@media screen and (max-width: 1200px) {
  .section {
    padding: 2rem 0;
  }
}

.section-2 {
  padding: 8rem 0;
}
@media screen and (max-width: 1200px) {
  .section-2 {
    padding: 4rem 0;
  }
}

.st {
  padding: 4rem 0;
}
@media screen and (max-width: 800px) {
  .st {
    padding: 2rem 0;
  }
}

.ss-pd {
  padding: 6.4rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd {
    padding: 3rem 0;
  }
}
.ss-pd-sm {
  padding: 5.6rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-sm {
    padding: 3rem 0;
  }
}
.ss-pd-0 {
  padding: 8rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-0 {
    padding: 3rem 0;
  }
}
.ss-pd-1 {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-1 {
    padding: 4rem 0;
  }
}
.ss-pd-2 {
  padding: 11.2rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-2 {
    padding: 4.5rem 0;
  }
}
.ss-pd-2-s {
  padding: 10.4rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-2-s {
    padding: 4.5rem 0;
  }
}
.ss-pd-3 {
  padding: 12rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-3 {
    padding: 5rem 0;
  }
}
.ss-pd-5 {
  padding: 13.6rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-5 {
    padding: 5rem 0;
  }
}

.ss-pd-t {
  padding-top: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t {
    padding-top: 3rem;
  }
}
.ss-pd-t-sm {
  padding-top: 5.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-sm {
    padding-top: 3rem;
  }
}
.ss-pd-t-0 {
  padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-0 {
    padding-top: 4rem;
  }
}
.ss-pd-t-1 {
  padding-top: 9.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-1 {
    padding-top: 4rem;
  }
}
.ss-pd-t-2 {
  padding-top: 11.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-2 {
    padding-top: 4.5rem;
  }
}
.ss-pd-t-2-s {
  padding-top: 10.4rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-2-s {
    padding-top: 4.5rem;
  }
}
.ss-pd-t-3 {
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-3 {
    padding-top: 5rem;
  }
}
.ss-pd-t-4 {
  padding-top: 15.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-4 {
    padding-top: 6rem;
  }
}

.ss-pd-b {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b {
    padding-bottom: 3rem;
  }
}
.ss-pd-b-sm {
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-sm {
    padding-bottom: 3rem;
  }
}
.ss-pd-b-0 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-0 {
    padding-bottom: 4rem;
  }
}
.ss-pd-b-1 {
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-1 {
    padding-bottom: 4rem;
  }
}
.ss-pd-b-2 {
  padding-bottom: 11.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-2 {
    padding-bottom: 4.5rem;
  }
}
.ss-pd-b-2-s {
  padding-bottom: 10.4rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-2-s {
    padding-bottom: 4.5rem;
  }
}
.ss-pd-b-3 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-3 {
    padding-bottom: 5rem;
  }
}
.ss-pd-b-4 {
  padding-bottom: 10.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-4 {
    padding-bottom: 4rem;
  }
}
.ss-pd-b-5 {
  padding-bottom: 15.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-5 {
    padding-bottom: 6rem;
  }
}
.ss-pd-b-6 {
  padding-bottom: 12.8rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-6 {
    padding-bottom: 6rem;
  }
}

.m-top {
  margin-top: 3rem;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
  align-items: center;
}
.star-list {
  position: relative;
  height: 2rem;
}
.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.star-flex .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.star-flex .icon:not(:first-child) {
  margin-left: 0.4rem;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}
.star .num {
  margin-left: 1rem;
  margin-top: -0.2rem;
}

.rating .star {
  color: #FDD836;
  padding: 0 0.5rem;
  font-size: 2rem;
}
.rating .star-list {
  margin: 0 -0.5rem;
}
@media only screen and (max-width: 1200px) {
  .rating .star {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .rating .star {
    font-size: 1.6rem;
  }
}
.rating-item {
  width: 2.4rem;
  flex-shrink: 0;
}
.rating-item:not(:last-child) {
  margin-right: 0.6rem;
}
@media screen and (max-width: 400px) {
  .rating-item {
    width: 1.6rem;
  }
}

@media screen and (max-width: 1201px) {
  .side-fixed {
    position: fixed;
    width: auto;
    max-width: 45rem;
    min-width: 38rem;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
    transition: 0.5s ease-in-out;
    opacity: 0;
    transform: translateX(102%);
    visibility: hidden;
  }
}
@media screen and (max-width: 1201px) and (max-width: 400px) {
  .side-fixed {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 1201px) {
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1201px) {
  .side-fixed-wrap {
    padding: 4.6rem 2.8rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1201px) and (max-width: 600px) {
  .side-fixed-wrap {
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .side-fixed {
    width: 100%;
    max-width: none;
  }
}
.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.side-overlay.open {
  opacity: 1;
  visibility: visible;
}
.side-open {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  background-color: #BE264B;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.side-open.close {
  opacity: 0;
  transform: translate(100%, -50%);
  visibility: visible;
}
.side-open-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open-wrap .icon {
  color: #BE264B;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 900;
  transition: 0.6s ease-in-out;
}
.side-filter {
  max-width: 47rem;
}
@media screen and (max-width: 420px) {
  .side-filter {
    width: 100vw;
  }
}
.side-act-fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 6.8rem;
  z-index: 800;
}
@media screen and (max-width: 1600px) {
  .side-act-fixed {
    right: 1.5rem;
  }
}
.side-act-fixed .side-item {
  padding: 1.3rem 0;
}
.side-act-fixed .side-item-wrap {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  text-align: center;
  flex-direction: column;
  padding: 1.2rem;
  position: relative;
  background: #37A76B;
}
@media screen and (max-width: 1400px) {
  .side-act-fixed .side-item-wrap {
    width: 8.5rem;
    height: 8.5rem;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 1201px) {
  .side-act-fixed .side-item-wrap {
    width: 5rem;
    height: 5rem;
    padding: 0.8rem;
  }
}
.side-act-fixed .side-item-wrap::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(55, 167, 107, 0.2);
  animation: bgScale 2s infinite;
}
.side-act-fixed .side-item .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .side-act-fixed .side-item .icon {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .side-act-fixed .side-item .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .side-act-fixed .side-item .text {
    display: none;
  }
}
.side-act-fixed .side-item:nth-child(1) .side-item-wrap {
  background: #8384AE;
}
.side-act-fixed .side-item:nth-child(1) .side-item-wrap::before {
  background: #efefff;
}
.side-act-fixed .side-item:nth-child(2) .side-item-wrap {
  background: #ED907A;
}
.side-act-fixed .side-item:nth-child(2) .side-item-wrap::before {
  background: #ffeae4;
  animation-delay: 0.5s;
}

@keyframes bgScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.sc-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #444444;
  margin-right: 0.7rem;
}
.sc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sc-item {
  flex-shrink: 0;
}
.sc-item img {
  display: block;
}
.sc-item:not(:last-child) {
  margin-right: 0.6rem;
}
.sc-hd {
  order: 3;
  margin-top: auto;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .sc-hd {
    display: none;
  }
}
.sc-hd-text {
  padding: 1.5rem;
  font-weight: 500;
}
.sc-hd-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.sc-hd-item {
  padding: 1rem 1.5rem;
  flex: 1;
  flex-basis: 25%;
}
.sc-hd-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.sc-hd-item .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
.sc-hd-item .text {
  font-weight: 700;
  margin-right: 1rem;
  color: #37A76B;
  display: none;
}
.sc-hd-item i {
  display: none;
}
.sc-link {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #F5F5F5;
  padding: 0.8rem;
}
.sc-link img {
  transition: all 0.3s ease-in-out;
}
.sc-link:hover img {
  transform: scale(1.2);
}

.clearfix {
  clear: both;
}

.tab-item {
  cursor: pointer;
}
.tabBtn {
  cursor: pointer;
}
.tab-content-item {
  position: absolute;
  width: 100%;
  display: none;
}
.tab-content-item.active {
  position: relative;
  opacity: 1;
  display: block;
  animation: ZoomIn 0.5s;
}
.tab-1 .tab-lst {
  margin: 0 -2.4rem;
}
.tab-1 .tab-item {
  padding: 0 1.2rem;
}
.tab-1 .tab-item .text {
  padding: 1.5rem 4.8rem 1.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 10rem;
  min-width: 16.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .tab-1 .tab-item .text:hover {
    background: #888888;
    color: white;
  }
}
.tab-1 .tab-item.active .text {
  color: white;
  background: #031A16;
}
.tab-1 .tabBtn {
  padding: 0.5rem 2.4rem;
}
.tab-1 .tabBtn-list {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  margin-top: -0.5rem;
}
.tab-1 .tabBtn .text {
  padding: 1rem 1rem 0.9rem;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #838383;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .tab-1 .tabBtn .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .tab-1 .tabBtn .text {
    font-size: 1.6rem;
  }
}
.tab-1 .tabBtn.active .text {
  background: #BE264B;
  color: white;
}

.tabPanel {
  width: 100%;
  display: none;
}
.tabPanel.open {
  opacity: 1;
  display: block;
  animation: fadeInUp 0.5s;
}

.tabs {
  width: 100%;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item:first-child {
  display: block;
}

.readmoreBtn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.readmoreBtn .btn-inenr {
  text-transform: unset;
}

.tab_content {
  position: relative;
}

.tab1 .tab-item {
  font-weight: 700;
  padding: 1.5rem 1rem 1.5rem;
  min-width: 22.3rem;
  background: #f7f7f7;
  border-width: 0.1rem 0.1rem 0 0.1rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem 1.2rem 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
}
.tab1 .tab-item.current {
  background: #BE264B;
  color: white;
}
.tab1 .tab_content {
  background: #f7f7f7;
  border-width: 0px 0.1rem 0.1rem 0.1rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 2rem 2rem;
}
.tab1 .tab_item {
  padding: 5.6rem 10rem;
  display: none;
}
@media screen and (max-width: 1201px) {
  .tab1 .tab_item {
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 800px) {
  .tab1 .tab_item {
    padding: 1.6rem 1.2rem;
  }
}
.tab1 .tab_item:first-child {
  display: block;
}
.tab1 .tab_item .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.tab1 .tab_item .content p {
  margin: 1.5rem 0;
}
.tab1 .tab_item .content img {
  margin: 1.5rem 0;
  border-radius: 1.2rem;
}
.tab1 .tab_item .table p {
  margin: 0;
}

.news-item {
  height: 100%;
}
.news-item-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
  height: 44.4rem;
}
@media screen and (max-width: 1201px) {
  .news-item-wrap {
    height: auto;
  }
}
.news-item-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(56, 175, 107, 0) -25.82%, rgba(57, 177, 108, 0) 10.5%, #22824B 53.43%, #031A16 114.83%);
  mix-blend-mode: normal;
  z-index: 5;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  border-radius: 0.4rem;
  display: block;
}
@media (min-width: 1201px) {
  .news-item-wrap:hover::before {
    opacity: 1;
    height: 90%;
  }
  .news-item-wrap:hover .news-item-content {
    transform: translateY(-2.8rem);
    padding: 0 2.4rem 2.4rem;
  }
  .news-item-wrap:hover .news-item-link {
    color: white;
    margin-bottom: 1.2rem;
  }
  .news-item-wrap:hover .readmore {
    max-height: 3rem;
  }
  .news-item-wrap:hover .news-date {
    margin-bottom: 1.2rem;
  }
  .news-item-wrap:hover .news-item-excrept {
    max-height: 4rem;
    margin-bottom: 1.4rem;
  }
}
.news-item-img .img-inner {
  display: block;
  padding-top: calc((288 / 384) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.news-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.news-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .news-item-link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-item-link {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1201px) {
  .news-item-link {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .news-item-link {
    font-size: 1.4rem;
  }
}
.news-item-excrept {
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 1202px) {
  .news-item-excrept {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
  }
}
.news-item-excrept p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (max-width: 1201px) {
  .news-item-excrept p {
    color: #031A16;
  }
}
.news-item-content {
  padding: 1.2rem 0 0;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.news-item .news-label {
  position: absolute;
}
.news-item .news-date {
  margin-bottom: 1rem;
}
.news-item .readmore {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1202px) {
  .news-item .readmore {
    max-height: 0;
    overflow: hidden;
  }
}
.news-desc {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .news-desc {
    font-size: 1.4rem;
  }
}
.news-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.news-box-item {
  padding: 0 0.8rem;
  position: relative;
}
.news-box-item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
}
.news-box-item:not(:last-child)::before {
  width: 0.1rem;
  height: 1.4rem;
  background: #88898A;
}
.news-box .author {
  margin-bottom: 0;
}
.news-label {
  background: #FFA100;
  border-radius: 0.4rem;
  padding: 0.6rem 1.6rem 0.5rem;
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  top: 0;
  left: 0;
  z-index: 20;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 600px) {
  .news-label {
    font-size: 1.2rem;
  }
}
.news-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #5CED9A 3.67%, #68ABBF 71.67%, #6A86D2 102.67%);
  border-radius: 0.4rem;
  width: fit-content;
  padding: 0.6rem 1.6rem 0.5rem;
}
.news-date .icon {
  display: block;
  width: 1.5rem;
  margin-right: 0.6rem;
  margin-top: -0.2rem;
}
.news-date .text {
  color: #444444;
  font-size: 1.4rem;
  letter-spacing: 0.005em;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .news-date .text {
    font-size: 1.2rem;
  }
}

.news2-list {
  width: 91.6666666667%;
}
@media screen and (max-width: 1024px) {
  .news2-list {
    width: 100%;
  }
}
.news2-item {
  --widthItem: 28.2rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .news2-item {
    --widthItem: 24rem;
  }
}
@media screen and (max-width: 600px) {
  .news2-item {
    --widthItem: 17rem;
  }
}
@media screen and (max-width: 400px) {
  .news2-item {
    --widthItem: 13rem;
    --pdGen2: 0.8rem;
  }
}
.news2-item::before {
  position: absolute;
  content: "";
  width: calc(100% - var(--widthItem) - var(--pdGen2));
  left: calc(var(--widthItem) + var(--pdGen2));
  height: 0.1rem;
  background: #444444;
  opacity: 0.2;
  bottom: 0;
  max-width: 48.6rem;
}
.news2-item:last-child::before {
  display: none;
}
.news2-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.news2-item-img {
  width: var(--widthItem);
  flex-shrink: 0;
  position: relative;
}
.news2-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.news2-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.news2-item-content {
  padding-left: var(--pdGen2);
}
.news2-item-link {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .news2-item-link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news2-item-link {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 400px) {
  .news2-item-link {
    font-size: 1.5rem;
  }
}
.news2-item .desc {
  opacity: 0.65;
  line-height: 1.38;
  margin-bottom: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .news2-item .desc {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .news2-item .desc {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}
.news2-item .news2-date {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 800px) {
  .news2-item .news2-date {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .news2-item .news2-date {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 400px) {
  .news2-item .news2-date {
    margin-bottom: 0.2rem;
  }
}
.news2-item .news-label {
  position: absolute;
}
@media (min-width: 1201px) {
  .news2-item:hover .news2-item-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.news2-date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  color: #031A16;
}
.news2-main .news2-item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.news2-main .news2-item-img {
  padding-top: 61.0425240055%;
}
.news2-main .news2-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(118, 49, 120, 0.8);
  display: block;
  padding: calc(var(--pdGen) * 3);
  max-width: 40.8rem;
  border-radius: 0.4rem;
}
.news2-main .newsct-date {
  color: rgba(255, 255, 255, 0.5);
}
.news2-main .news2-item-link {
  font-size: 2rem;
  line-height: 1.3;
  color: white;
  transition: 0.3s ease-in-out;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .news2-main .news2-item-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .news2-main .news2-item-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .news2-main .news2-item-link:hover {
    color: #72C595;
  }
}
.news2-main .desc {
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 0.4rem;
}
.news2-main .readmore .text {
  color: white;
}
.news2-main .readmore .icon {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.news2-list {
  margin: -2rem 0 2rem;
}
.news2-list .news2-item {
  padding: 2rem 0;
  position: relative;
}
.label-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.label-item {
  margin-bottom: 0.5rem;
}
.label-item:not(:last-child) {
  margin-right: 1.1rem;
}

.recruit-popup-wrap .btn {
  margin-left: auto;
  margin-right: 1.2rem;
}
.recruit-popup-wrap .t-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.recruit-popup-wrap > .desc {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .recruit-popup-wrap > .desc {
    font-size: 1.4rem;
  }
}
.recruit-popup-wrap .form-input {
  padding: 0 1.8rem;
}

.reviews-container .form-submit {
  border: none !important;
  width: 35% !important;
  margin-left: auto;
}
.reviews-container .form-submit .submit {
  padding: 0.8rem 1.5rem 0.7rem !important;
}
.reviews-container #commentform .incognito {
  border: none !important;
  width: 20% !important;
}
.reviews-container #commentform .reviews-post-upload {
  width: 35% !important;
}
.reviews-container #commentform .comment-form-detail {
  border-bottom: 1px solid #CECECE;
  margin-bottom: 0;
  padding-bottom: 4rem;
}
.reviews-filter {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem;
  overflow: hidden;
  padding: 2.5rem;
}
@media screen and (max-width: 600px) {
  .reviews-filter {
    flex-direction: column;
    padding: 1rem;
  }
}
.reviews-filter-list {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 4rem;
  margin: -0.6rem -2rem;
}
@media screen and (max-width: 1200px) {
  .reviews-filter-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.reviews-filter-item {
  padding: 0.6rem 2rem;
}
.reviews-filter-item .text {
  padding: 0.5rem 1rem 0.4rem;
  border-radius: 10rem;
  background: white;
  min-width: 8.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.57;
  cursor: pointer;
  color: #BABABA;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.reviews-filter-item.active .text {
  border: 1px solid #37A76B;
  color: #37A76B;
}
.reviews-score {
  width: 22.2222222222%;
}
@media screen and (max-width: 600px) {
  .reviews-score {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.reviews-score .score {
  color: #CC4444;
}
.reviews-user .name {
  font-weight: 700;
  color: #37A76B;
}
.reviews-user .date-post {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #aeaeae;
}
.reviews-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.9rem;
}
.reviews-avatar img {
  object-fit: cover;
}
.reviews-image {
  padding: 0 0.5rem;
  cursor: pointer;
}
.reviews-image .image {
  background: #eeeeee;
  width: 7rem;
  height: 7rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.reviews-image-list {
  margin: 0 -0.5rem;
}
.reviews-item {
  padding: 3.4rem 0;
}
.reviews-item:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}
.reviews-post {
  background: #e8f6ff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  /* Rounded sliders */
}
.reviews-post .switch {
  position: relative;
  display: inline-block;
  width: 2rem;
  margin-right: 0.7rem;
  height: 1.2rem;
}
.reviews-post .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.reviews-post .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.reviews-post .slider:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.reviews-post input:checked + .slider {
  background-color: #2196f3;
}
.reviews-post input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.reviews-post input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.reviews-post .slider.round {
  border-radius: 34px;
}
.reviews-post .slider.round:before {
  border-radius: 50%;
}
.reviews-post-upload {
  cursor: pointer;
  padding: 0.5rem 1.5rem 0.8rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.reviews-post-upload .upload-btn {
  padding-right: 2.6rem;
  margin-right: 1.6rem;
  border-right: 1px solid #CECECE;
}
.reviews-post-upload .upload-btn .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 0.7rem;
}
.reviews-post-upload .btn-inner {
  padding: 1.1rem 3.2rem 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.reviews-post-content textarea {
  width: 100%;
  height: 6rem;
}
.reviews-rating {
  padding-top: 3.3rem;
}
.reviews-rating textarea {
  padding: 0 0.5rem 0.5rem;
}
.reviews-rating textarea::placeholder {
  text-align: center;
}
.reviews-rating .stars-item {
  filter: grayscale(1);
}
.reviews-rating .stars-item:not(:last-child) {
  margin-right: 0.6rem;
}
.reviews-sort .title {
  padding: 0.9rem 1.4rem;
  padding-right: 5.4rem;
  border: 1px solid #7A7A7A;
  border-radius: 10rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #a7a7a7;
  position: relative;
  cursor: pointer;
}
.reviews-sort .title .icon {
  position: absolute;
  right: 1.7rem;
}
.reviews-sort .title .selected {
  margin-left: 0.5rem;
}
.reviews-top {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 2rem;
}
.list-chooesed {
  padding: 2rem 1.5rem;
}
.list-chooesed-wrap {
  border: 0.1rem dashed rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
}
.upload-result-img-inner {
  position: relative;
  height: 100%;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.upload-result-img-inner .media {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.upload-result-img-inner .media img,
.upload-result-img-inner .media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upload-result-img .upload-close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: red;
}
.upload-result-img .upload-close i {
  margin-bottom: -0.2rem;
}
.upload-result-img.add-more .upload-result-img-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.1rem dashed rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 2.4rem;
  font-size: 900;
  color: #BE264B;
}

.sort-rv-list {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e1e1;
  border-radius: 2.4rem;
  padding: 2.6rem 0 1rem;
  margin-top: 0.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sort-rv-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0.7rem 1.4rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #7A7A7A;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .sort-rv-item:hover {
    background: #fff4ca;
    color: #CC4444;
  }
}
.sort-rv-item .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.2rem;
  margin-right: 1.6rem;
  opacity: 0;
}
.sort-rv-item.current {
  background: #fff4ca;
  color: #CC4444;
}
.sort-rv-item.current .icon {
  opacity: 1;
}

.tb-row {
  line-height: 1.2;
}
.tb-row .tb-row .tb-col {
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
}
.tb-row .tb-row .tb-col:first-child {
  width: 19rem;
  font-weight: 600;
}
.tb-row .tb-row .tb-col:nth-child(2) {
  flex: 1;
}
.tb > .tb-row {
  position: relative;
}
@media screen and (max-width: 800px) {
  .tb > .tb-row > .tb-col {
    width: 100%;
  }
}
.tb > .tb-row::before {
  position: absolute;
  content: "";
  width: calc(100% - var(--pdGen) * 2);
  border-bottom: 0.1rem solid #e0e0e0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media screen and (max-width: 1350px) {
  .glr .swiper-navigation.pri.next {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate(calc(100% + var(--pdGen)), 0);
  }
}
@media screen and (max-width: 1350px) {
  .glr .swiper-navigation.pri.prev {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(calc(-100% - var(--pdGen)), 0);
  }
}
.glr-sl {
  padding-bottom: 4rem;
}
.glr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  grid-template-rows: repeat(2, 1fr);
}
.glr-item {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 400px) {
  .glr-item {
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
}
.glr-item.w-2.h-2 {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
  margin-bottom: 0;
}
.glr-item-wrap {
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .glr-item-wrap {
    border-radius: 0.8rem;
  }
}
.glr-item-wrap .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.glr-item-wrap .img-inner::before {
  pointer-events: none;
  background: rgba(55, 173, 177, 0.4);
}
.glr-item-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glr-item-wrap .content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  pointer-events: none;
}
.glr-item-wrap .content .icon {
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  position: relative;
  margin-bottom: 1.6rem;
  transform: translateY(7rem);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.glr-item-wrap .content .name {
  font-weight: 700;
  color: white;
  transform: translateY(7rem);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .glr-item:hover .content .icon, .glr-item:hover .content .name {
    opacity: 1;
    transform: none;
  }
  .glr-item:hover .content .name {
    transition-delay: 0.15s;
  }
}

.decor-1 {
  width: 40.5092592593%;
  top: 0;
  bottom: 0;
  left: calc((100vw - 120rem) / 2);
  transform: translateX(-35%);
  z-index: -1;
  max-width: 70rem;
}
.decor-1 img {
  display: block;
}
.decor-2 {
  width: 28.1828703704%;
  right: calc((100vw - 120rem) / 2);
  transform: translateX(50%);
  bottom: 0;
  max-width: 47.8rem;
}
.decor-3 {
  top: 0;
  left: 0;
}
.decor-3.other {
  transform: scale(1.5);
  transform-origin: left top;
}
.decor-4 {
  top: 10%;
  left: -14%;
}
@media screen and (max-width: 1024px) {
  .decor-4 {
    top: 50%;
    left: auto;
    right: 10%;
    transform: translateY(-50%);
  }
}

.time-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.time-item .num {
  width: 9rem;
  height: 9rem;
  background: #ffffff;
  border-radius: 0.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #BE264B;
}
@media only screen and (max-width: 1200px) {
  .time-item .num {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .time-item .num {
    font-size: 2.2rem;
  }
}
.time-item .text {
  color: #88898A;
  position: absolute;
  top: calc(100% + 2.4rem);
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .time-item .text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .time-item .text {
    font-size: 1.5rem;
  }
}
.time-colon {
  color: #88898A;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .time-colon {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .time-colon {
    font-size: 2.2rem;
  }
}

.countup {
  background: #e51515;
  border-radius: 1.2rem;
  color: white;
  padding: 4.5rem 8.8rem;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .countup {
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .countup {
    padding: 2.4rem;
  }
}
.countup::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 5.4rem;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 450px) {
  .countup::before {
    width: calc(100% - 2.4rem);
    max-width: 20rem;
    height: 0.1rem;
  }
}
@media screen and (max-width: 450px) {
  .countup-item {
    width: 100%;
  }
  .countup-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.countup-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.countup-num {
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .countup-num {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .countup-num {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 600px) {
  .countup-num {
    font-size: 2.8rem;
  }
}
.countup-text {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .countup-text {
    font-size: 1.4rem;
  }
}

.woocommerce .quantity input.qty {
  border: none;
  border-radius: unset;
  width: 6.4rem;
  padding: 0 0.5rem;
  -moz-appearance: textfield;
}
.woocommerce .quantity input.qty::-webkit-outer-spin-button, .woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .cart a.remove {
  display: inline-block;
}

.Catelogy-cate-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.Catelogy-cate-item {
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #E6E6E6;
  user-select: none;
}
.Catelogy-cate-icon {
  font-size: 1.2rem;
}
.Catelogy-sub {
  display: none;
}
.Catelogy-sub-wrap {
  padding-top: 1rem;
}

.animation-img {
  position: relative;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}
.animation-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #eaeae5;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.5s 0.3s ease-in-out;
}
.animation-img.Rtl {
  right: 0;
  transform-origin: left;
}
.animation-img.Rtl::before {
  left: 0;
}
.animation-img.Ltr {
  left: 0;
  transform-origin: right;
}
.animation-img.Ltr::before {
  right: 0;
}
.animation-img.active {
  transform: scaleX(1);
}
.animation-img.active.Rtl {
  transform-origin: right;
}
.animation-img.active.Ltr {
  transform-origin: left;
}
.animation-img.active::before {
  width: 0;
}

@keyframes changeWidth {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
.txt-ani {
  display: block;
}
.txt-ani.ani-opa .txt-ani-item > p .letter {
  opacity: 0;
}
.txt-ani.ani-up .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50%);
}
.txt-ani.ani-down .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
}
.txt-ani.ani-left .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(-2rem, 0);
}
.txt-ani.ani-right .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(2rem, 0);
}
.txt-ani-item {
  display: inline-block;
}
.txt-ani-item > p {
  display: inline-flex;
}
.txt-ani-item > p > span {
  display: inline-block;
  overflow: hidden;
}
.txt-ani-item > p .letter {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  display: inline-block;
  pointer-events: none;
}
.txt-ani-item > p .letter.run {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
}
.txt-ani.ani-none-hidden .txt-ani-item > p > span {
  overflow: visible !important;
}
.txt-ani.animated.ani-right .letter {
  animation: txtAnimatedRight 0.3s ease-in-out infinite;
  opacity: initial !important;
  visibility: initial !important;
  transform: initial !important;
}

@keyframes txtAnimatedRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.txt-ani-second {
  display: block;
  overflow: hidden;
}
.txt-ani-second.ani-up .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50%);
}
.txt-ani-second.ani-down .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
}
.txt-ani-second.ani-left .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100%, 0);
}
.txt-ani-second.ani-right .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, 0);
}
.txt-ani-second-item {
  display: inline-block;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.txt-ani-second-item.run {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
}
.txt-ani-second.ani-none-hidden {
  overflow: initial;
}

.load-img {
  position: relative;
  overflow: hidden;
}
.load-img::before, .load-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.load-img img {
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-delay: 0.4s;
}
.load-img:before {
  background-color: #37A76B;
}
.load-img:after {
  background: linear-gradient(180deg, #866739 -58.82%, #EAD488 19.91%, #987831 124.51%);
  animation-delay: 0.5s;
}
.load-img.is-inview img {
  opacity: 1;
}
.load-img.is-inview:before {
  animation: revealRTL 1.2s ease;
}
.load-img.is-inview:after {
  animation: revealRTL 0.6s 0.6s ease;
}

.load-img-second {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.load-img-second::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 0.8s ease-out;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-img-second::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 0.8s ease-out;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-img-second.is-inview::after {
  transform: translate(0, -110%);
}
.load-img-second.is-inview::before {
  transform: translate(0, 110%);
}

.load-img-third {
  position: relative;
  overflow: hidden;
}
.load-img-third img {
  transform: translateY(-20px);
  opacity: 0;
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.load-img-third.is-inview::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  margin-bottom: -10px;
  background-color: #e2dbc0;
  z-index: 3;
  animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
  animation-delay: 0.3s;
}
.load-img-third.is-inview img {
  transform: translate(-50%, -50%);
  opacity: 1;
  display: block;
}
.load-img-third.second.is-inview img {
  transform: translateY(0);
  opacity: 1;
  display: block;
}

.load-map {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.load-map::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-map::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-map.is-inview::after {
  transform: translate(0, -110%);
}
.load-map.is-inview::before {
  transform: translate(0, 110%);
}

.text-effect {
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 801px) {
  .text-effect {
    opacity: 0;
  }
}
@media screen and (min-width: 801px) {
  .text-effect.is-inview {
    opacity: 1;
    -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}

@keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px;
  }
  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px;
  }
  60% {
    top: 0;
  }
  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
}
@keyframes imgLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-right {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(100%, 0, 0);
  }
}
@keyframes slide-in-right-50 {
  0% {
    transform: translate3D(-50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translate3D(100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translate3D(0, -100%, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left-50 {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-50%, 0, 0);
  }
}
@keyframes slide-in-left-50 {
  0% {
    transform: translate3D(50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.brand-item {
  border: 0.2rem solid #37A76B;
}
.brand-item-wrap {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.brand-item-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .brand-item-wrap:hover img {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.brand .swiper-slide:not(:last-child) .brand-item {
  border-right: 0.2rem solid transparent;
}
.brand .swiper-slide:last-child .brand-item {
  border-left: 0.2rem solid transparent;
}
.brand .swiper-slide:nth-last-child(2) .brand-item {
  border-right: 0.2rem solid #37A76B;
}

.gen-top {
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .gen-top-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.gen-top-item:last-child {
  flex: 1;
}

.genTop .swiper-pagination {
  margin-top: 0;
}

.type-list {
  justify-content: flex-end;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 600px) {
  .type-list {
    justify-content: flex-start;
  }
}
.type-item {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.type-item:hover .type-text {
  color: rgba(190, 38, 75, 0.8);
}
.type-item.active .type-text::before {
  width: 100%;
}
.type-item.active .type-checkbox {
  background: #37A76B;
}
.type-item-text {
  color: #555A5A;
  font-weight: 700;
}
.type-checkbox {
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.2rem;
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: -0.2rem;
  margin-right: 1rem;
}
.type-text {
  cursor: pointer;
  font-weight: 700;
  color: #37A76B;
  transition: all 0.3s ease-in-out;
}

.genSec {
  background: #f5f5f5;
}
.genSec.other {
  background: white;
}
.genSec.other-2 {
  background: white;
}
.genSec-sidebar {
  width: 25%;
}
@media screen and (min-width: 1202px) {
  .genSec-sidebar {
    padding-right: 5.6rem;
  }
}
@media screen and (max-width: 1201px) {
  .genSec-sidebar {
    width: 100%;
  }
}
.genSec-sidebar .sidebar {
  margin-bottom: 1.8rem;
}
.genSec-wrap {
  width: 75%;
}
@media screen and (max-width: 1201px) {
  .genSec-wrap {
    width: 100%;
  }
}
.genSec-decor {
  width: 100%;
  bottom: 0;
  transform: translateY(50%);
}
.genSec-container {
  position: relative;
}
@media screen and (max-width: 1201px) {
  .genSec-container {
    flex-direction: column-reverse;
  }
}
.genSec-title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .genSec-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .genSec-title {
    font-size: 2.7rem;
  }
}
.genSec-content .content p {
  margin: 3rem 0;
}
.genSec-content .content img {
  margin: 3rem 0;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1201px) {
  .genSec.other .genSec-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1201px) {
  .genSec .side-fixed-wrap {
    padding: 5rem 0;
  }
}

.policySec {
  background: white;
  padding-top: 1.8rem;
}
.policySec .sidebar-wrap {
  border: none;
}
.policySec .sidebar-content {
  background: #EEF8F8;
  padding: 2.4rem 0;
}
.policySec-box {
  margin-bottom: 3.2rem;
}
.policySec-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #212233;
  margin: 0;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .policySec-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .policySec-title {
    font-size: 1.6rem;
  }
}
.policySec .content {
  color: #696969;
}
.policySec .content ul {
  margin-left: 2.8rem;
}
.policySec .content ul li {
  list-style: disc;
}
.policySec .proFilter-cate-open {
  margin-left: 0;
}
.policySec .proFilter-cate-open .icon {
  width: 3.2rem;
}

.ctl {
  background: #F4F4F4;
  border-radius: 1.2rem;
  padding: 2.4rem 2rem 5.6rem;
  position: relative;
}
.ctl-img {
  max-width: 19.6rem;
  margin-left: auto;
  margin-right: auto;
}
.ctl .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.about-image .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
  color: white;
}
.about-image .logo .text {
  display: block;
  margin-bottom: 1rem;
}
.about-content-left {
  width: 41.6666666667%;
}
.about-content-left .content p {
  margin-bottom: calc(var(--pdGen2));
  font-weight: 500;
}
.about-content-right {
  flex: 1;
}
.about-content-box {
  flex: 1;
}
.about-content .txt {
  font-size: 1.4rem;
}

.noti-pu .popup-main {
  max-width: 67rem;
}
.noti-pu .popup-wrapper {
  padding: var(--pdGen2);
}
.noti-top {
  padding: var(--pdGen2) 0;
}
.noti-top .tit {
  font-size: 2.4rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1200px) {
  .noti-top .tit {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-top .tit {
    font-size: 1.7rem;
  }
}
.noti-top .text-inner {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .noti-top .text-inner {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-top .text-inner {
    font-size: 2.7rem;
  }
}
.noti-top .order {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .noti-top .order {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-top .order {
    font-size: 1.7rem;
  }
}
.noti-box {
  padding: var(--pdGen2) 0;
  background: #FFFFFF;
  box-shadow: 0px 1.8rem 3rem rgba(135, 115, 78, 0.15);
}
.noti-box-left {
  flex: 1;
}
.noti-box-left .tit {
  font-weight: 700;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .noti-box-left .tit {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-box-left .tit {
    font-size: 2.2rem;
  }
}
.noti-box-right {
  width: 23.2rem;
}
.noti-box-content {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .noti-box-content {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-box-content {
    font-size: 1.5rem;
  }
}
.noti-box-content .text-big {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .noti-box-content .text-big {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-box-content .text-big {
    font-size: 1.7rem;
  }
}
.noti-box-content p,
.noti-box-content .text-nor {
  margin-bottom: var(--pdGen2);
}

@media screen and (max-width: 800px) {
  .pro-item {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .pro-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.pro-item-img {
  position: relative;
  overflow: hidden;
}
.pro-item-wrap {
  position: relative;
}
.pro-item-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.pro-item-img::before, .pro-item-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.pro-item-img::before {
  z-index: 1;
}
.pro-item-img::after {
  z-index: 2;
}
.pro-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}
.pro-item-name {
  display: block;
  margin-bottom: 0.6rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .pro-item-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .pro-item-name {
    font-size: 1.5rem;
  }
}
.pro-item-name .text-inner {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pro-item-content {
  position: relative;
  padding: 1.6rem 0;
}
.pro-item-add {
  position: absolute;
  top: 0;
  right: 1.6rem;
  transform: translateY(-50%);
  background: #37A76B;
  color: white;
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
}
.pro-item-add:hover {
  background: #444444;
  color: white;
}
.pro-item-text {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.005em;
  color: #262626;
  opacity: 0.6;
}
@media (min-width: 1201px) {
  .pro-item:hover .pro-item-img::before {
    opacity: 1;
    width: 0%;
  }
  .pro-item:hover .pro-item-img::after {
    opacity: 1;
    height: 0%;
  }
  .pro-item:hover .pro-item-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.pro-list .pro-item {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .pro-list .pro-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 700px) {
  .pro-list .pro-item {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .pro-list .pro-item {
    width: 100%;
  }
}
.pro-list .pro-item.pro-catalogue {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .pro-list .pro-item.pro-catalogue {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 700px) {
  .pro-list .pro-item.pro-catalogue {
    width: 100%;
  }
}
.pro-list .pro-item.pro-catalogue .pro-item-wrap {
  height: 100%;
}
.pro-list .pro-item.pro-catalogue .pro-item-img {
  padding-top: 50%;
  height: 100%;
}
@media screen and (max-width: 400px) {
  .pro-list .pro-item.pro-catalogue .pro-item-img {
    padding-top: 100%;
  }
}
.pro-box .call-icon {
  margin-left: 0.4rem;
}

.proCate {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1350px) {
  .proCate {
    padding-bottom: 7rem;
  }
}
.proCate .swiper {
  margin: -0.3rem;
}
.proCate .swiper-wrapper {
  padding: 0.3rem;
}
@media screen and (max-width: 1350px) {
  .proCate .swiper-navigation.pri.next {
    left: 50%;
    bottom: 0;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 1350px) {
  .proCate .swiper-navigation.pri.prev {
    right: 50%;
    bottom: 0;
    top: auto;
    left: auto;
  }
}
.proCate .tc-item-img {
  margin-left: auto;
  margin-right: auto;
}

.recruit-addr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .recruit-addr {
    margin-bottom: 0.8rem;
  }
}
.recruit-addr .icon {
  display: block;
  width: 1.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 800px) {
  .recruit-addr .icon {
    width: 1.2rem;
    margin-right: 0.8rem;
  }
}
.recruit-addr .text {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .recruit-addr .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .recruit-addr .text {
    font-size: 1.2rem;
  }
}
.recruit-info-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.recruit-info-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.recruit-info-item .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  display: block;
  margin-top: 0.4rem;
}
.recruit-info-item .tit {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 600px) {
  .recruit-info-item .tit {
    font-size: 1.4rem;
  }
}
.recruit-info-item .txt {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .recruit-info-item .txt {
    font-size: 1.2rem;
  }
}
.recruit-item-wrap {
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.recruit-item-img {
  display: block;
  padding-top: calc((212 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
  margin-bottom: -0.8rem;
  z-index: 10;
}
.recruit-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.recruit-item-content {
  position: relative;
  padding: 4.1rem 1.2rem 2.4rem;
  border: 0.1rem solid rgba(55, 167, 107, 0.3);
  border-top: 0;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media screen and (max-width: 800px) {
  .recruit-item-content {
    padding: 3.6rem 1.2rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .recruit-item-content {
    padding: 3.2rem 0.8rem 1.6rem;
  }
}
.recruit-item-link {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #444444;
  opacity: 0.8;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .recruit-item-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-item-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit-item-link {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1201px) {
  .recruit-item:hover .recruit-item-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.recruit-item .news-label {
  transform: translateY(calc(-50% + 0.8rem));
}
.recruit-item.over .recruit-item-img {
  opacity: 0.5;
}
.recruit-item.over .recruit-label {
  background: #6FC195;
}
@media (min-width: 1201px) {
  .recruit-item.over:hover .recruit-item-wrap {
    box-shadow: none;
  }
}
@media (min-width: 1201px) {
  .recruit-item:hover .recruit-item-wrap {
    box-shadow: 0px 0.4rem 2.5rem rgba(0, 0, 0, 0.2);
  }
}
.recruit-label {
  background: #37A76B;
  border-radius: 0.4rem;
  color: white;
  padding: 0.8rem 1.2rem 0.7rem;
  position: absolute;
  left: 0;
  top: 0.7rem;
  z-index: 10;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1.2;
}

.recruitment-item {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 1024px) {
  .recruitment-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .recruitment-item {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .recruitment-item {
    width: 100%;
  }
}
.recruitment-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.recruitment-item-img {
  width: 7.8rem;
  height: 7.8rem;
  display: block;
  margin-right: var(--pdGen2);
  flex-shrink: 0;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.recruitment-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  overflow: hidden;
  width: 100%;
}
.recruitment-item-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitment-item-img .text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 3rem);
  font-weight: 500;
  font-size: 1.2rem;
  flex-wrap: nowrap;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.recruitment-item-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  background: #FFFFFF;
  opacity: 0.8;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.recruitment-item-link {
  font-weight: 700;
  margin-bottom: 1.2rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recruitment-item-content {
  flex: 1;
}
.recruitment-item-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.recruitment-item-info .icon {
  width: 1.4rem;
  margin-right: 0.5rem;
}
.recruitment-item-info .text {
  font-size: 1.2rem;
  line-height: 1.3;
  opacity: 0.7;
}
.recruitment-item-info:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (min-width: 1201px) {
  .recruitment-item:hover .recruitment-item-img::before {
    transform: translate(-50%, -50%);
  }
  .recruitment-item:hover .recruitment-item-img .text {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition-delay: 0.2s;
  }
}

.recruitct .news-label {
  position: static;
  transform: unset;
  padding: 1rem 2.4rem 0.9rem;
  font-weight: 500;
  border-radius: 0.8rem;
}

body {
  position: relative;
}

.active {
  visibility: visible !important;
  opacity: 1 !important;
}

.links_tags {
  visibility: hidden;
  opacity: 0;
  bottom: 10rem;
  position: fixed;
  right: 1.5rem;
  transition: all 0.3s linear;
  z-index: 100;
}
.links_tags-con {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.links_tags-con .item-bao-gia {
  background: linear-gradient(90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
  border-radius: 3.7rem;
  position: relative;
  margin-bottom: 7.6rem;
}
.links_tags-con .item-bao-gia::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  padding: 0.9rem 1rem;
  border-radius: 3.7rem;
  z-index: -1;
}
.links_tags-con .item-bao-gia .btn-text {
  padding: 0.4rem 1.6rem;
  color: white;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  opacity: 1;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .links_tags-con .item-bao-gia {
    margin-bottom: 1.4rem;
  }
}
.links_tags-con .lists_tags {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.links_tags-con .lists_tags .lists-tags-item {
  margin-bottom: 2.4rem;
}
@media (min-width: 1201px) {
  .links_tags-con .lists_tags .lists-tags-item:hover .item-zalo::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media only screen and (max-width: 1300px) {
  .links_tags-con .lists_tags .lists-tags-item {
    margin-bottom: 1.4rem;
  }
}
.links_tags-con .lists_tags .lists-tags-item .item-zalo {
  position: relative;
  display: block;
}
.links_tags-con .lists_tags .lists-tags-item .item-zalo .img-zalo {
  width: 4rem;
  height: 4rem;
  z-index: 1;
  animation: ring 0.5s ease-in-out infinite;
}
.links_tags-con .lists_tags .lists-tags-item .item-zalo:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.links_tags-con .lists_tags .lists-tags-item .item-zalo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  background-color: rgba(33, 150, 243, 0.7);
  filter: blur(0);
  transform-origin: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: zoom3 1.3s infinite;
  box-shadow: 0 0 0 0 #2196f3;
}
.links_tags-con .lists_tags .lists-tags-item .item-zalo::after {
  animation-delay: 0.4s;
}
.links_tags-con .lists_tags .lists-tags-item .item-phone-list {
  padding: 1rem 0;
  width: 15rem;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, -50%) scale(0);
  transition: all 0.5s linear;
  background: white;
  position: absolute;
  top: 0;
  left: -400%;
  text-align: center;
  box-shadow: 1rem 0.5rem 0.5rem rgba(62, 61, 61, 0.656);
  border-radius: 1.2rem;
}
.links_tags-con .lists_tags .lists-tags-item .item-phone-list li {
  color: black;
  padding: 0.5rem;
  margin: 0;
}
.links_tags-con .lists_tags .lists-tags-item .item-phone-list li p {
  text-align: center;
}
.links_tags-con .lists_tags .lists-tags-item .item-phone-list li:last-child {
  margin-bottom: 0;
}
.links_tags-con .lists_tags .lists-tags-item .show {
  transform: translate(0%, 0%) scale(1);
  opacity: 1;
  visibility: visible;
}
.links_tags-con .lists_tags .lists-tags-item .item-face {
  position: relative;
  display: block;
}
.links_tags-con .lists_tags .lists-tags-item .item-face .img-face {
  width: 4rem;
  height: 4rem;
}
.links_tags-con .lists_tags .lists-tags-item .item-face:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.links_tags-con .lists_tags .lists-tags-item .item-face::before {
  content: "";
  transition: all 0.3s linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  position: absolute;
  width: 6rem;
  height: 6rem;
  background: rgba(0, 104, 255, 0.1);
  border-radius: 12px;
  z-index: -1;
}
.links_tags-con .lists_tags .lists-tags-item .item-phone {
  position: relative;
  display: block;
}
.links_tags-con .lists_tags .lists-tags-item .item-phone .img-phone {
  width: 4rem;
  height: 4rem;
  animation: ring 0.5s ease-in-out infinite;
}
@keyframes ring {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
.links_tags-con .lists_tags .lists-tags-item .item-phone:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.links_tags-con .lists_tags .lists-tags-item .item-phone::before {
  content: "";
  transition: all 0.3s linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  position: absolute;
  width: 6rem;
  height: 6rem;
  background: rgba(0, 104, 255, 0.1);
  border-radius: 12px;
  z-index: -1;
}
.links_tags-con .lists_tags .lists-tags-item .item-arrow-up {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #37a76b;
  overflow: hidden;
  position: relative;
  transition: all 0.3s linear;
}
.links_tags-con .lists_tags .lists-tags-item .item-arrow-up:hover {
  bottom: 0.5rem;
}
.links_tags-con .lists_tags .lists-tags-item .item-arrow-up .img-arrow-up {
  width: 2rem;
  height: 1.4rem;
}
.links_tags-con .lists_tags .lists-tags-item:first-child {
  margin-bottom: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .links_tags-con .lists_tags .lists-tags-item:first-child {
    margin-bottom: 1.5rem;
  }
}

@keyframes ripple {
  0% {
    filter: blur(0);
    opacity: 1;
    width: 90%;
    height: 90%;
  }
  100% {
    opacity: 0;
    width: 200%;
    height: 200%;
  }
}
.contact-item {
  margin-bottom: 2rem;
}
.contact-item:not(:last-child) {
  border-right: 0.1rem solid rgba(190, 38, 75, 0.2);
}
@media screen and (max-width: 800px) {
  .contact-item:not(:last-child) {
    border: none;
  }
}
@media screen and (max-width: 600px) {
  .contact-item {
    width: 100%;
  }
}
.contact-item-icon {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.contact-item-tit {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #BE264B;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .contact-item-tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-item-tit {
    font-size: 1.6rem;
  }
}
.contact-item-text {
  max-width: 24.8rem;
  margin-left: auto;
  margin-right: auto;
}

.crform {
  padding: 4rem 0 11.2rem;
}
.crform-form {
  position: relative;
  padding: 5.1rem 5.2rem 5.4rem 4.8rem;
}
@media screen and (max-width: 1201px) {
  .crform-form {
    padding: 5.1rem 3.2rem 5.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .crform-form {
    padding: 4rem 1.6rem 4rem;
  }
}
.crform-form .wpcf7-response-output {
  display: block;
  width: 100%;
  padding-right: 16rem !important;
}
.crform-wrap {
  padding: 0 1.2rem;
}
@media screen and (max-width: 1201px) {
  .crform-wrap {
    padding: 0 0.6rem;
  }
}
.crform-right {
  background: white;
  position: relative;
}
@media screen and (max-width: 800px) {
  .crform-right {
    width: 100%;
  }
}
.crform-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.crform-left .crform-info .branch-list .branch-item {
  padding: 0;
}
@media screen and (max-width: 800px) {
  .crform-left {
    width: 100%;
  }
}
.crform-title {
  opacity: 0.7;
  line-height: 1.38;
}
.crform-desc {
  opacity: 0.7;
  color: #444444;
  font-weight: 500;
}
.crform-info {
  height: 50%;
  padding-top: 5.1rem;
  padding-left: 3.9rem;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 1201px) {
  .crform-info {
    padding-top: 3.2rem;
    padding-left: 2.4rem;
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .crform-info {
    height: auto;
  }
}
.crform-info-title {
  opacity: 0.7;
}
.crform-info .footer-list {
  max-width: 36.5rem;
}
.crform-info .footer-item:not(:last-child) {
  margin-bottom: 2rem;
}
.crform-info .footer-link .text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.005em;
  color: #ffffff;
  opacity: 0.7;
}
@media only screen and (max-width: 1200px) {
  .crform-info .footer-link .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .crform-info .footer-link .text {
    font-size: 1.6rem;
  }
}
.crform-info .footer-link img {
  filter: brightness(0) invert(1);
}
.crform-info .footer-link-wrap {
  align-items: unset;
}
.crform-box {
  background-image: url("../assets/images/ct-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 3.2rem;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .crform-box {
    border-radius: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  .crform-box {
    border-radius: 2.4rem;
  }
}
.crform-map {
  height: 50%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .crform-map {
    height: 38rem;
  }
}
.crform-map iframe {
  position: absolute;
  width: calc(100% + 3rem);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.crform .container {
  max-width: 131.5rem;
}
.crform .form-input {
  height: 4rem;
  padding: 0 1.6rem;
  background: rgba(55, 167, 107, 0.1);
  border-radius: 0.4rem;
  border: 0.1rem solid rgba(55, 167, 107, 0.1);
}
.crform .form-input:focus {
  border: 0.1rem solid rgba(255, 161, 0, 0.9);
}
.crform .form-input::placeholder {
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #444444;
  opacity: 0.5;
}
.crform .form-text {
  padding: 0.8rem 1.6rem;
  background: rgba(55, 167, 107, 0.1);
  border-radius: 0.4rem;
  border: 0.1rem solid rgba(55, 167, 107, 0.1);
  height: 13.8rem;
}
.crform .form-text:focus {
  border: 0.1rem solid rgba(255, 161, 0, 0.9);
}
.crform .form-text::placeholder {
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #444444;
  opacity: 0.5;
}
.crform .security {
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #444444;
  opacity: 0.5;
}

body:has(.crform) .breadcrumbs {
  padding-top: 1.3rem;
}

.main_representative {
  width: 100%;
  position: relative;
  user-select: none;
  padding-bottom: 3.4rem;
}
.main_representative .representative-bg {
  width: 100%;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .main_representative .representative-bg {
    height: 70%;
  }
}
.main_representative .representative-bg img {
  max-width: 172.8rem;
  margin: auto;
}
.main_representative .representative-bg .representative-color {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.main_representative .representative-bg .representative-color img {
  height: 100%;
}
.main_representative .representative-bg .representative-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b7fbd5;
  mix-blend-mode: multiply;
  opacity: 0.4;
  pointer-events: none;
}
.main_representative-con-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_representative-con-content .title {
  padding-top: 8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1201px) {
  .main_representative-con-content .title {
    padding-top: 4rem;
  }
}
.main_representative-con-content .content {
  max-width: 67.4rem;
  margin-bottom: 3rem;
}
.main_representative-con-content .content-text {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
}
.main_representative-con-content .btn-representative {
  margin-bottom: 4.6rem;
}
.main_representative-con-content .btn-representative .img-representative {
  margin-right: 1.2rem;
}
.main_representative-con-slides {
  user-select: none;
}
.main_representative-con-slides .container-slides {
  position: relative;
}
@media only screen and (max-width: 1401px) {
  .main_representative-con-slides .container-slides .representative {
    margin-bottom: 3rem;
  }
}
.main_representative-con-slides .container-slides .swiper-navi {
  margin-top: 1rem;
}
.main_representative-con-slides .slides-item-img {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 1.2rem;
  position: relative;
}
@media (min-width: 1201px) {
  .main_representative-con-slides .slides-item-img:hover .slides-item-img-text {
    visibility: visible;
    height: 50%;
  }
}
.main_representative-con-slides .slides-item-img-text {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: -15%;
  background: linear-gradient(180deg, rgba(56, 175, 107, 0) 2.67%, #255361 69.52%, #1e2f5e 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s linear;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .main_representative-con-slides .slides-item-img-text {
    visibility: visible;
    height: 50%;
  }
}
.main_representative-con-slides .slides-item-img-text .slides-text-content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main_representative-con-slides .slides-item-img-text .slides-text-content .text-hov {
  position: relative;
}
.main_representative-con-slides .slides-item-img-text .slides-text-content .text-hov .text {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: white;
  margin-right: 1rem;
}
@media only screen and (max-width: 800px) {
  .main_representative-con-slides .slides-item-img-text .slides-text-content .text-hov .text {
    font-size: 1.4rem;
  }
}
.main_representative-con-slides .slides-item-img-text .slides-text-content .icon-item-img {
  position: relative;
}
.main_representative-con-slides .slides-item-img-text .slides-text-content .icon-item-img .img-ar {
  width: 7.3rem;
  height: 1rem;
  position: relative;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(22%) hue-rotate(310deg) brightness(105%) contrast(100%);
}
.main_representative-con-slides .slides-item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_representative-con-slides .slides-item-day .day-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
}
.main_representative-con-slides .slides-item-day .day-text .text {
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #012eac;
}
.main_representative-con-slides .slides-item-day .day-text span {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #012eac;
  border-radius: 50%;
  margin: 0 0.8rem;
}
.main_representative-con-slides .slides-item-content {
  padding: 0 1.6rem;
}
.main_representative-con-slides .slides-item-content .content-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .main_representative-con-slides .slides-item-content .content-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 500px) {
  .main_representative {
    padding: 0;
  }
}
.main_representative .swiper-slide {
  width: calc(25% - 2.4rem);
}
@media screen and (max-width: 900px) {
  .main_representative .swiper-slide {
    width: calc(33.3333333333% - 2.4rem);
  }
}

.main_about {
  overflow: hidden;
  padding-top: 4rem;
}
.main_about-content .main_about-left .img-bg {
  margin-left: calc((100vw - 117rem) / -2);
  padding-right: 10.2rem;
  height: 100%;
}
.main_about-content .main_about-left .img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1201px) {
  .main_about-content .main_about-left .img-bg {
    margin-left: -1.5rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .main_about-content .main_about-left .img-bg {
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
    left: 50%;
    padding-right: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .main_about-content .main_about-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.main_about-content .main_about-right {
  position: relative;
}
.main_about-content .main_about-right-background {
  position: absolute;
  right: 2%;
  top: 10%;
  pointer-events: none;
  width: 100%;
  max-width: 52.6rem;
}
@media screen and (max-width: 1201px) {
  .main_about-content .main_about-right-background {
    top: 0%;
  }
}
.main_about-content .main_about-right-background .bg-img {
  max-width: 52.6rem;
}
.main_about-content .main_about-right-content {
  padding: 10.7rem 0 5.7rem;
}
@media screen and (max-width: 1201px) {
  .main_about-content .main_about-right-content {
    padding: 5rem 0;
  }
}
.main_about-content .main_about-right-content .title {
  margin-bottom: 1.6rem;
}
.main_about-content .main_about-right-content .des {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .main_about-content .main_about-right-content .des {
    margin-bottom: 3.2rem;
  }
}
.main_about-content .main_about-right-content .des-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
  opacity: 0.7;
}
.main_about-content .main_about-right-content .content {
  display: flex;
  align-items: center;
}
.main_about-content .main_about-right-content .content-left {
  margin-right: 3rem;
}
.main_about-content .main_about-right-content .content-left-img {
  max-width: 14.5rem;
}
@media only screen and (max-width: 1024px) {
  .main_about-content .main_about-right-content .content-left-img {
    max-width: 9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main_about-content .main_about-right-content .content-left {
    margin-right: 2rem;
  }
}
.main_about-content .main_about-right-content .content-right {
  flex: 1;
}
.main_about-content .main_about-right-content .content-right-text {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .main_about-content .main_about-right-content .content-right-text {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .main_about-content .main_about-right-content .content-right-text {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .main_about-content .main_about-right-content .content-right-text {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .main_about-content .main_about-right-content .content-right-text {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 800px) {
  .main_about-content .main_about-right-content .content-right-text {
    font-size: 2.1rem;
  }
}
.main_about-content .main_about-right .btn-see {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .main_about-content .main_about-right .btn-see {
    margin-top: 2.4rem;
  }
}
.main_about-content .main_about-right .btn-see-item {
  color: white;
  background-color: #37A76B;
  padding: 1rem 2.5rem;
  max-width: 12.3rem;
  border-radius: 4px;
}
@media only screen and (max-width: 800px) {
  .main_about-content .main_about-right {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .main_about-content {
    flex-direction: column;
  }
}

.main_contact {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0);
  clip-path: inset(0 0 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main_contact .main-background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.main_contact .main-background:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(3, 26, 22, 0.55), rgba(3, 26, 22, 0.55));
  width: 100%;
  height: 100%;
}
.main_contact .main-background img {
  object-fit: cover;
  height: 100%;
}
.main_contact-content {
  padding: 8.9rem 0 9.4rem;
  transition: all 0.5s linear;
  position: relative;
  z-index: 20;
}
.main_contact-content .contact-title {
  margin-bottom: 0.7rem;
  max-width: 80rem;
}
.main_contact-content .contact-title .text-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.3;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .main_contact-content .contact-title .text-title {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .main_contact-content .contact-title .text-title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .main_contact-content .contact-title .text-title {
    font-size: 2rem;
  }
}
.main_contact-content .contact-content {
  max-width: 48.6rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
.main_contact-content .contact-content .text-content {
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  color: white;
}
@media only screen and (max-width: 600px) {
  .main_contact-content .contact-content .text-content {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .main_contact-content .contact-content {
    margin-bottom: 2rem;
  }
}
.main_contact-content .contact-btn {
  display: flex;
  justify-content: center;
}
.main_contact-content .contact-btn .img-contact {
  margin-right: 1.2rem;
}
@media only screen and (max-width: 600px) {
  .main_contact-content {
    padding: 3rem 0 3rem;
  }
}

.main_blog-home {
  padding-top: 2rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 1201px) {
  .main_blog-home {
    padding-bottom: 4rem;
  }
}
.main_blog-home-content .title {
  margin-bottom: 1.6rem;
}
.main_blog-home-content .des {
  margin-bottom: 3rem;
  max-width: 48.6rem;
}
.main_blog-home-content .des-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
}
@media only screen and (max-width: 1024px) {
  .main_blog-home-content .des {
    width: 100%;
    max-width: none;
  }
}
.main_blog-home-content .content {
  position: relative;
  margin-bottom: 4.1rem;
}
@media only screen and (max-width: 1400px) {
  .main_blog-home-content .content {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.main_blog-home-content .content .blog-sl {
  padding-bottom: 0;
  border: none;
}
@media only screen and (max-width: 400px) {
  .main_blog-home-content .content .blog-sl .news-list .swiper-slide {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .main_blog-home-content .content .blog-sl .news-list .swiper-navi {
    margin-top: 2rem;
    width: 100%;
  }
}
.main_blog-home-content .content .blog-sl .news-list .swiper-navi .swiper-navigation.pri.next {
  top: 20%;
}
.main_blog-home-content .content .blog-sl .news-list .swiper-navi .swiper-navigation.pri.prev {
  top: 20%;
}
.main_blog-home-content .content .blog-sl .news-item-content .news-item-link {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main_blog-home-content .content .blog-sl .news-item-wrap {
  height: 39.1rem;
}
@media only screen and (max-width: 1201px) {
  .main_blog-home-content .content .blog-sl .news-item-wrap {
    height: auto;
  }
}
.main_blog-home-content .content .blog-sl .news-item-wrap .news-item-img .img-inner {
  padding-top: 100%;
}
.main_blog-home-content .button-blog {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1201px) {
  .main_blog-home .news-item-wrap:hover .news-item-content {
    transform: translateY(-10.4rem);
    padding: 0 2rem 2rem;
  }
}

.cth {
  padding: 0;
}
@media screen and (max-width: 1201px) {
  .cth {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 360px) {
  .cth {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 1200px) {
  .cth-wrap {
    flex-direction: column;
  }
}
.cth-left {
  width: 58.3333333333%;
}
@media only screen and (max-width: 1200px) {
  .cth-left {
    width: 80%;
  }
}
@media only screen and (max-width: 1000px) {
  .cth-left {
    width: 100%;
  }
}
.cth-right {
  flex: 1;
}
.cth-vd {
  padding-right: 3.8rem;
  margin-left: max((100vw - 120rem) / -2 + 4.9rem + 3.8rem, -21.7rem);
}
@media screen and (max-width: 1230px) {
  .cth-vd {
    margin-left: auto;
    padding-right: 0;
  }
}
.cth-dc {
  left: 93%;
  width: 34.9rem;
  bottom: 0;
}
.cth-dc img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1430px) and (max-width: 1600px) {
  .cth-dc {
    top: 65%;
    left: 85%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1430px) {
  .cth-dc {
    top: 75%;
    left: 80%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .cth-dc {
    top: 75%;
    left: 76%;
  }
}
@media only screen and (max-width: 1024px) {
  .cth-dc {
    top: 86%;
    left: auto;
    right: 0;
  }
  .cth-dc img {
    transform: translateX(25%);
  }
}
.cth-dc img {
  height: 100%;
}
.cth .container {
  position: relative;
}
.cth .container::before {
  position: absolute;
  content: "";
  width: calc(50% + (100vw - 120rem) / 2);
  height: 100%;
  background: #f3faf7;
  left: 50%;
}
@media only screen and (max-width: 1200px) {
  .cth .container::before {
    width: 100%;
    left: 0;
  }
}
.cth .crform-form {
  padding: 8rem 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  .cth .crform-form {
    padding: 4rem 0 8rem;
  }
}
@media only screen and (max-width: 400px) {
  .cth .crform-form {
    padding: 4rem 0 6rem;
  }
}
.cth .plyr {
  max-height: 43rem;
}
.cth .plyr .plyr__video-wrapper {
  display: block;
  padding-top: calc((430 / 765) * 100%);
  position: relative;
  overflow: hidden;
}
.cth .plyr video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proa {
  padding-top: 3.9rem;
  padding-bottom: 4rem;
}
.proa-wrap {
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .proa-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.proa-wrap .proa-left {
  max-width: 50.5rem;
}
@media screen and (max-width: 350px) {
  .proa-wrap .proa-left .proa-box-inner .content .num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 350px) {
  .proa-wrap .proa-left .proa-box-inner .content .tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 350px) and (max-width: 1200px) {
  .proa-wrap .proa-left .proa-box-inner .content .tit {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 350px) and (max-width: 800px) {
  .proa-wrap .proa-left .proa-box-inner .content .tit {
    font-size: 1.5rem;
  }
}
.proa-wrap .proa-left .proa-box-inner .content .text {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .proa-wrap .proa-left .proa-box-inner .content .text {
    color: black;
  }
}
@media only screen and (max-width: 1024px) {
  .proa-wrap .proa-left {
    padding-bottom: 2rem;
    width: 100%;
  }
}
.proa-wrap .proa-right {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .proa-wrap .proa-right {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .proa-wrap .proa-right .proa-dc {
    z-index: -1;
  }
}
@media only screen and (max-width: 1024px) {
  .proa-wrap .proa-right .proa-list {
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .proa-wrap .proa-right .proa-list .proa-item {
    transform: none;
    width: 50%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 700px) {
  .proa-wrap .proa-right .proa-list .proa-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .proa-wrap .proa-right .proa-list .proa-item {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .proa-wrap .proa-right .proa-list .proa-item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  .proa-wrap .proa-right .proa-list .proa-item:nth-child(1) {
    padding-right: 0rem;
  }
  .proa-wrap .proa-right .proa-list .proa-item:nth-child(3) {
    padding-right: 0rem;
  }
  .proa-wrap .proa-right .proa-list .proa-item:nth-child(2) {
    padding-left: 0rem;
  }
  .proa-wrap .proa-right .proa-list .proa-item:nth-child(4) {
    padding-left: 0rem;
  }
}
@media only screen and (max-width: 300px) {
  .proa-wrap .proa-right .proa-list .proa-item {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .proa-wrap .proa-right .proa-list .proa-item .proa-text {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .proa-wrap .proa-right .proa-list .proa-item .proa-num {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .proa-wrap .proa-right .proa-list .proa-item .proa-num {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 800px) {
  .proa-wrap .proa-right .proa-list .proa-item .proa-num {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .proa-wrap .proa-right .proa-list .proa-item .proa-num::before {
    width: 6rem;
    height: 6rem;
  }
}
.proa-box {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #5ced9a 3.67%, #68abbf 71.67%, #6a86d2 102.67%);
  border-radius: 50%;
}
.proa-box-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 3.4rem;
}
@media screen and (max-width: 600px) {
  .proa-box-inner {
    padding: 1.8rem;
  }
}
.proa-box .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 3.2rem;
  color: white;
  text-align: center;
  background: linear-gradient(90deg, #5ff59f 3.67%, #518494 71.67%, #5a72b3 102.67%);
}
.proa-box .num {
  font-family: "Oswald";
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .proa-box .num {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .proa-box .num {
    font-size: 3.4rem;
  }
}
.proa-box .tit {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.005em;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  max-width: 38.5rem;
}
@media only screen and (max-width: 1200px) {
  .proa-box .tit {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .proa-box .tit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .proa-box .tit {
    text-shadow: none;
  }
}
.proa-box .text {
  letter-spacing: 0.005em;
  max-width: 33.1rem;
}
.proa-list {
  padding-left: 4.8rem;
}
.proa-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.proa-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.proa-item:nth-child(2), .proa-item:nth-child(4) {
  transform: translateX(-5rem);
}
.proa-item:nth-child(1), .proa-item:nth-child(5) {
  transform: translateX(-14rem);
}
@media (min-width: 1201px) {
  .proa-item:hover .proa-num::before {
    background: #37a76b;
    opacity: 0.1;
  }
  .proa-item:hover .proa-num::after {
    background: #37a76b;
    opacity: 0.1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.proa-num {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: linear-gradient(90deg, #37a76b 2.74%, #3f7c73 91.6%);
  color: white;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.005em;
  position: relative;
  margin: 2rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .proa-num {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .proa-num {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 800px) {
  .proa-num {
    margin: 1.2rem;
  }
}
.proa-num::before {
  position: absolute;
  content: "";
  background: rgba(68, 68, 68, 0.1);
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.proa-num::after {
  position: absolute;
  content: "";
  background: #3f7c73;
  opacity: 0.2;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  opacity: 0;
  transition: all 0.4s 0.1s ease-in-out;
}
.proa-text {
  flex: 1;
  padding-left: 1rem;
  letter-spacing: 0.005em;
  color: #444444;
  max-width: 33.2rem;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .proa-text {
    padding-left: 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .proa-text {
    margin-top: 0;
  }
}
.proa-dc {
  top: 50%;
  transform: translateY(-50%);
  margin-right: calc((100vw - 120rem) / -2 + 2rem);
  max-width: 60rem;
  left: -1rem;
  pointer-events: none;
}
@media screen and (max-width: 1201px) {
  .proa-dc {
    margin-right: 0;
  }
}

.prohome {
  padding-bottom: 6rem;
}
.prohome .prorl-sl {
  margin-bottom: -1.1rem;
}
.prohome .pro-item {
  margin-bottom: 1.1rem;
  margin-bottom: 0;
}
.prohome .pro-item .swiper-navi {
  margin-top: 1rem;
}
.prohome .swiper-wrapper {
  width: fit-content;
  margin: auto;
}

.customer {
  padding-top: 10rem;
}
@media screen and (max-width: 1201px) {
  .customer {
    padding-top: 0;
  }
}
.customer .swiper-slide {
  width: 16.6666666667%;
}
@media screen and (max-width: 1024px) {
  .customer .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .customer .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .customer .swiper-slide {
    width: 50%;
  }
}
.customer-box {
  background: #f3faf7;
}
.customer-desc {
  max-width: 66.4rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  position: relative;
  margin-bottom: 4rem;
}
.customer-wrap {
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .customer-wrap > .pos-abs {
    opacity: 0.5;
  }
}
.customer-dc-1 {
  top: 0;
  right: -30%;
  transform: translate(0, -75%);
  z-index: -1;
}
@media screen and (max-width: 1201px) {
  .customer-dc-1 {
    display: none;
  }
}
.customer-dc-2 {
  right: -7%;
  top: -10%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .customer-dc-2 {
    width: 12rem;
    top: -12%;
    right: -4%;
  }
}
.customer-dc-3 {
  top: -3%;
  left: -7%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .customer-dc-3 {
    width: 12rem;
    top: 0%;
    left: 0%;
  }
}
.customer-dc-4 {
  top: -37%;
  left: -23%;
  z-index: -1;
}
@media screen and (max-width: 1201px) {
  .customer-dc-4 {
    display: none;
  }
}
.customer-dc-5 {
  bottom: 0;
  left: -42%;
  transform: translateY(54%);
  z-index: -1;
}
@media screen and (max-width: 1201px) {
  .customer-dc-5 {
    bottom: 0;
    left: -13%;
    width: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-dc-5 {
    width: 17rem;
    left: -9%;
  }
}
.customer-dc-6 {
  right: -8rem;
  bottom: -8rem;
  transform: translate(100%, 0);
}
@media screen and (max-width: 1201px) {
  .customer-dc-6 {
    right: -8rem;
    bottom: -19rem;
    width: 20rem;
    transform: none;
  }
}
.customer-img .img-inner {
  background: #f3faf7;
  display: block;
  padding-top: calc((1 / 3) * 100%);
  position: relative;
  overflow: hidden;
}
.customer-img .img-inner img {
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.alert .msg {
  font-size: 2.4rem !important;
  font-weight: 600 !important;
}

.alert .m-css-icon {
  font-size: 3.6rem !important;
}

.alert .close-btn .fas {
  font-size: 2.4rem !important;
}

.alert {
  scale: 85% !important;
  right: -3rem !important;
}

.recruit-popup .textarea span.wpcf7-not-valid-tip {
  position: static;
}

.recruit-popup .recruit-popup-wrap span.wpcf7-not-valid-tip {
  position: static;
}

.aboutsec {
  padding: 4rem 0 8rem 0;
}
@media only screen and (max-width: 600px) {
  .aboutsec {
    padding-bottom: 0rem;
  }
}
.aboutsec .exp {
  width: 27.3rem;
  height: 19.8rem;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  background: #37A76B;
  position: absolute;
  top: 100%;
  flex-shrink: 0;
  left: 100%;
  position: relative;
  transform: translate(-9rem, -0.5rem);
}
.aboutsec .exp-con {
  display: flex;
  align-items: center;
}
.aboutsec .exp .num {
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.005em;
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.aboutsec .exp .num-plus {
  margin-right: -2rem;
  opacity: 0;
  transition: all 0.3s 1.5s ease-in-out;
}
.aboutsec .exp .plus {
  font-weight: 700;
  font-size: 5rem;
  transition: all 0.5s linear;
  opacity: 0;
  padding-bottom: 2rem;
  z-index: 2;
}
.aboutsec .exp .text {
  font-weight: 500;
}
.aboutsec .exp.is-inview .num-plus {
  opacity: 1;
  margin: 0;
}
.aboutsec-title {
  margin-bottom: 1.4rem;
}
.aboutsec-left {
  width: 58.3333333333%;
}
@media screen and (max-width: 1024px) {
  .aboutsec-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutsec-left .exp {
    display: none !important;
  }
}
.aboutsec-right {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .aboutsec-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .aboutsec-right {
    justify-content: center;
  }
}
.aboutsec-right .exp {
  position: static;
  transform: none;
}
@media only screen and (max-width: 600px) {
  .aboutsec-right .exp .num {
    margin-bottom: 0;
  }
}
.aboutsec-right .exp-con {
  display: flex;
  align-items: center;
}
.aboutsec-right .exp .plus-2 {
  font-weight: 700;
  font-size: 5rem;
  transition: all 0.5s linear;
  opacity: 0;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .aboutsec-right .exp {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .aboutsec-right .exp {
    height: 12rem;
  }
}
.aboutsec-content {
  max-width: 60rem;
}
@media screen and (max-width: 1024px) {
  .aboutsec-content {
    max-width: none;
  }
}
.aboutsec-img {
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .aboutsec-img {
    flex: 1;
    margin-left: var(--pdGen2);
  }
}
@media screen and (max-width: 600px) {
  .aboutsec-img {
    flex-basis: 100%;
    margin-top: 3rem;
    margin-left: 0;
  }
}
.aboutsec-dc {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 1201px) {
  .aboutsec-dc {
    right: 10%;
  }
}
.aboutsec-dc-outer {
  margin-right: calc((100vw - 120rem) / -2);
  max-width: 63.3rem;
  transform: translateY(-1rem);
}
@media screen and (max-width: 1024px) {
  .aboutsec-dc-outer {
    margin: auto;
    width: 100%;
    max-width: none;
  }
}
.aboutsec-dc-outer img {
  max-width: 63.3rem;
  margin: auto;
}
.aboutsec .content {
  margin-bottom: 3.1rem;
  position: relative;
  z-index: 10;
}
.aboutsec .content-2 {
  max-width: 47.8rem;
}
@media screen and (max-width: 600px) {
  .aboutsec .content-2 .txt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.aboutsec .content p {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 600px) {
  .aboutsec .content p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.visionsec {
  padding-top: 7.4rem;
  clip-path: inset(0 0 0);
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .visionsec {
    padding-top: 4rem;
  }
}
.visionsec .container {
  max-width: 154.8rem;
}
.visionsec .swiper-slide {
  cursor: auto;
}
@media screen and (max-width: 1024px) {
  .visionsec .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .visionsec .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .visionsec .swiper-slide {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .visionsec .swiper-slide {
    width: 90%;
  }
}
.visionsec-desc {
  max-width: 63.5rem;
  margin-left: auto;
  margin-right: auto;
}
.visionsec-bg {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
}
.visionsec-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, #156939 0%, rgba(57, 177, 108, 0) 78.72%);
  top: 0;
  left: 0;
}
.visionsec-sl {
  margin-left: -3.7rem;
  margin-right: -3.7rem;
}
@media screen and (max-width: 1201px) {
  .visionsec-sl {
    margin-left: calc(var(--pdGen) * -1);
    margin-right: calc(var(--pdGen) * -1);
  }
}
.visionsec-item {
  padding: 0 3.7rem;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .visionsec-item {
    padding: 0 var(--pdGen);
  }
}
.visionsec-item-wrap {
  background: linear-gradient(180deg, #51d188 0%, rgba(92, 237, 154, 0) 100%);
  border-radius: 0.4rem;
  padding: 9.6rem 5rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1201px) {
  .visionsec-item-wrap {
    padding: 5.4rem 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .visionsec-item-wrap {
    padding: 4rem 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .visionsec-item-wrap {
    padding: 2.4rem 1.2rem;
  }
}
.visionsec-item-icon {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  border: 0.7rem solid #aeffd1;
  padding: 2.45rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 1024px) {
  .visionsec-item-icon {
    width: 8rem;
    height: 8rem;
    border: 0.5rem solid #aeffd1;
    padding: 1.6rem;
  }
}
.visionsec-item-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.005em;
  color: #ffffff;
  opacity: 0.98;
  margin-bottom: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .visionsec-item-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .visionsec-item-title {
    font-size: 1.7rem;
  }
}
.visionsec-item-desc {
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: center;
  letter-spacing: 0.005em;
  opacity: 0.98;
  min-height: 16.2rem;
}
@media screen and (max-width: 1201px) {
  .visionsec-item-desc {
    min-height: 10rem;
  }
}
.visionsec .swiper-pagination {
  margin-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  .visionsec .swiper-pagination {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.about-equal {
  padding-top: 9.5rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 1201px) {
  .about-equal {
    padding: 4rem 0;
  }
}
.about-equal .about-content .about-content-title {
  max-width: 31.7rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 400px) {
  .about-equal .about-content .about-content-title {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.about-equal .about-content .about-content-con {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.about-equal .about-content .about-content-con .about-content-des {
  max-width: 38.4rem;
  margin-bottom: 4rem;
}
.about-equal .about-content .about-content-con .about-content-des .text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
  font-weight: 400;
  opacity: 0.9;
}
@media only screen and (max-width: 400px) {
  .about-equal .about-content .about-content-con .about-content-des .text {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .about-equal .about-content .about-content-con .about-content-des {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.about-equal .about-content .about-content-con .about-content-buttons {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-left: 1rem;
}
.about-equal .about-content .about-content-con .about-content-buttons .btn-prev {
  margin-right: 2.4rem;
}
.about-equal .about-content .about-content-con .about-content-buttons .btn-button {
  width: 40px;
  height: 40px;
  background-color: #444444;
  border-radius: 4px;
  transition: all 0.5s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-equal .about-content .about-content-con .about-content-buttons .btn-button .img-btn {
  width: 6px;
  height: 12px;
}
.about-equal .about-content .about-content-con .about-content-buttons .btn-button:hover {
  background-color: #37A76B;
}
@media only screen and (max-width: 400px) {
  .about-equal .about-content .about-content-con .about-content-buttons {
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .about-equal .about-content .about-content-con {
    flex-direction: column;
    justify-content: center;
  }
}
.about-equal .about-content .about-slide .slide-img-con {
  display: block;
  width: 100%;
  padding-top: 138.9908256881%;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.about-equal .about-content .about-slide .slide-img-con:hover::before {
  opacity: 0.7;
  visibility: visible;
}
.about-equal .about-content .about-slide .slide-img-con:hover::after {
  opacity: 1;
  visibility: visible;
}
.about-equal .about-content .about-slide .slide-img-con::before {
  content: "";
  visibility: hidden;
  transition: all 0.5s linear;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #393939;
  opacity: 0;
  z-index: 2;
}
.about-equal .about-content .about-slide .slide-img-con::after {
  content: "";
  visibility: hidden;
  transition: all 0.5s linear;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url(../assets/images/iconzoom.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  left: 50%;
}
.about-equal .about-content .about-slide .slide-img-con img {
  transition: all 0.5s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.branch {
  background: #F3FAF7;
}
.branch-title {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 1201px) {
  .branch-title {
    margin-bottom: 2.4rem;
  }
}
.branch-bg {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.branch-sl .swiper-slide {
  height: auto;
}
.branch .container {
  max-width: 156.8rem;
}
.branch .swiper {
  padding: 2.4rem 2.4rem 5rem;
}
@media only screen and (max-width: 600px) {
  .branch .swiper {
    padding-bottom: 2.4rem;
  }
}
.branch .swiper-slide {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .branch .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .branch .swiper-slide {
    width: 100%;
  }
}
.branch-info {
  margin: -2.4rem -4.4rem -5rem;
}
@media screen and (max-width: 1201px) {
  .branch-info {
    margin: -2.4rem -3.4rem -5rem;
  }
}
@media screen and (max-width: 800px) {
  .branch-info {
    margin: -2.4rem -2.7rem -5rem;
  }
}
.branch-info .swiper-pagination {
  height: 5.5rem;
  margin-top: 0;
}
.branch-dot-list {
  flex: 1;
  margin: 0 var(--pdGen2);
  position: relative;
  z-index: 10;
}
.branch-dot-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #37A76B;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.branch-dot-item {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .branch-dot-item {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .branch-dot-item {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.branch-dot-item:nth-child(1) {
  background: linear-gradient(76.7deg, #ff636e 7.47%, #ff406f 90.58%);
}
.branch-dot-item:nth-child(2) {
  background: linear-gradient(76.7deg, #ffa100 7.75%, #ff7a00 90.86%);
}
.branch-dot-item:nth-child(3) {
  background: linear-gradient(166.7deg, #8cc6f0 7.19%, #8c91f0 90.3%);
}
.branch-item {
  padding: 0 2rem;
  height: 100%;
}
@media screen and (max-width: 1201px) {
  .branch-item {
    padding: 0 var(--pdGen);
  }
}
.branch-item-wrap {
  padding: 2.4rem 2.8rem 2.8rem;
  border-radius: 0.4rem;
  background: white;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media (min-width: 1201px) {
  .branch-item-wrap:hover {
    filter: drop-shadow(0.4rem 0.8rem 2.4rem rgba(3, 43, 22, 0.16));
  }
}
@media screen and (max-width: 1202px) {
  .branch-item-wrap {
    filter: drop-shadow(0.4rem 0.8rem 2.4rem rgba(3, 43, 22, 0.16));
    padding: 1.6rem;
  }
}
.branch-item-logo {
  width: 9.7rem;
  margin-left: auto;
  margin-bottom: 2rem;
}
.branch-item-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.005em;
  opacity: 0.7;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .branch-item-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .branch-item-title {
    font-size: 1.7rem;
  }
}
.branch-item .footer-link .icon {
  background: rgba(255, 161, 0, 0.08);
}
.branch-btn {
  margin: 0;
  transform: none !important;
}
.branch-top {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.2rem;
}

.recruitct {
  padding-top: 3rem;
  padding-bottom: 11.2rem;
}
.recruitct .mona-content p {
  margin: 1.6rem 0;
}
@media screen and (max-width: 600px) {
  .recruitct .mona-content p {
    font-size: 1.4rem;
  }
}
.recruitct .mona-content .d-wrap {
  margin-top: var(--pdGen2);
  margin-bottom: var(--pdGen2);
}
.recruitct .mona-content ul {
  margin-bottom: var(--pdGen2);
  margin-top: 0.8rem;
}
.recruitct .mona-content ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.recruitct .mona-content ul li::before {
  position: relative;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../assets/images/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
.recruitct .mona-content ul li:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1201px) {
  .recruitct .mona-content ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.recruitct .mona-content .tit {
  color: #444444;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  margin-top: var(--pdGen2);
}
@media only screen and (max-width: 1200px) {
  .recruitct .mona-content .tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruitct .mona-content .tit {
    font-size: 1.6rem;
  }
}
.recruitct-wrap {
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1201px) {
  .recruitct-wrap {
    width: 100%;
  }
}
.recruitct-box {
  width: 91.6666666667%;
  margin-left: auto;
}
@media screen and (max-width: 1201px) {
  .recruitct-box {
    width: 100%;
  }
}

.recruit {
  padding-bottom: 11.2rem;
}
@media screen and (max-width: 1201px) {
  .recruit {
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 350px) {
  .recruit-list .recruit-item {
    padding-bottom: 0.8rem;
  }
}

.recruitct-wrap .genTop-item .news-label {
  background: #37A76B;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 800px) {
  .recruitct-wrap .genTop-item .news-label {
    margin: 0.4rem 0;
  }
}
@media only screen and (max-width: 800px) {
  .recruitct-wrap .recruitct-content .content.mona-content .img-recru {
    padding-top: 1.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .recruitct-wrap .recruitct-content .content.mona-content .img-recru {
    padding-top: 0.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruitct-wrap .recruitct-content .content.mona-content ul {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruitct-wrap .recruitct-content .content.mona-content ul li::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (max-width: 750px) {
  .newsct-wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 750px) {
  .newsct-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.newsct-right {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .newsct-right {
    width: 100%;
  }
}
.newsct-date {
  opacity: 0.5;
  margin-bottom: 0.4rem;
  display: block;
}
.newsct-side {
  width: 18rem;
  position: sticky;
  top: calc(var(--headerHeightbot) + var(--headerHeighttop));
  padding: 1.2rem 1.2rem 1.6rem;
  border: 0.1rem solid rgba(217, 217, 217, 0.5);
  border-radius: 0.8rem;
}
@media screen and (max-width: 1201px) {
  .newsct-side {
    top: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .newsct-side {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.newsct-content {
  text-align: justify;
}
.newsct .mona-content > p {
  color: #444444;
  opacity: 0.7;
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .newsct .mona-content > p {
    margin-bottom: 2rem;
  }
}
.newsct .mona-content .fw-5 {
  opacity: 1;
}
.newsct .mona-content img {
  border-radius: 0.8rem;
}
.newsct .mona-content > img {
  width: 100%;
  max-width: 58.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--pdGen2);
  margin-bottom: var(--pdGen2);
}
.newsct .mona-content .intro {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 4rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .newsct .mona-content .intro {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.newsct .mona-content .intro > img {
  width: 18rem;
  margin-right: var(--pdGen2);
}
.newsct .mona-content .intro .ct {
  flex: 1;
}
@media screen and (max-width: 450px) {
  .newsct .mona-content .intro .ct {
    flex-basis: 100%;
    margin-top: 2rem;
  }
}
.newsct .mona-content .intro .direct {
  letter-spacing: 0.005em;
  color: #444444;
  opacity: 0.5;
  display: block;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 800px) {
  .newsct .mona-content .intro .direct {
    margin-bottom: 1.2rem;
  }
}
.newsct .mona-content .intro .name {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #444444;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 1200px) {
  .newsct .mona-content .intro .name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsct .mona-content .intro .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .newsct .mona-content .intro .name {
    margin-bottom: 0.8rem;
  }
}
.newsct .mona-content .intro .desc {
  font-weight: 700;
  color: #444444;
  max-width: 38.2rem;
  display: block;
  position: relative;
}
.newsct .mona-content .intro .quote {
  bottom: calc(100% + 1.7rem);
  right: 0.5rem;
  width: 3.2rem;
  display: block;
  position: absolute;
}
.newsct .mona-content .intro .quote img {
  border-radius: 0;
}

.news {
  padding: 4rem 0 0;
}
.news-sl {
  padding-bottom: 6.8rem;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.1);
}
@media screen and (max-width: 1201px) {
  .news-sl {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1160px) {
  .news-sl .swiper-navi {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .news-sl .swiper-slide {
    width: 100%;
  }
}

.newssec {
  padding-top: 2.4rem;
  padding-bottom: 8rem;
}

.readmore {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: fit-content;
}
.readmore .icon {
  display: block;
  margin-bottom: -0.3rem;
}
.readmore .text {
  margin-right: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #37A76B;
  letter-spacing: 0.005em;
}
@media (min-width: 1201px) {
  .readmore:hover {
    background: linear-gradient(0deg, #0EB252 47.37%, #72C595 102.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .readmore:hover .icon {
    filter: none;
  }
}

.post-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.post-info-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.post-info-item .icon {
  width: 1.8rem;
  margin-right: 0.8rem;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.post-info-item .text {
  line-height: 1.38;
  color: #444444;
}
.post-info-item:not(:last-child) {
  margin-right: var(--pdGen2);
}

.wp-block-image {
  margin-bottom: var(--pdGen2);
}
.wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}

.wp-element-caption {
  text-align: center;
  margin-top: 1rem;
}

.product_info {
  overflow: hidden;
  padding-bottom: 0;
}
.product_info .product_info-header {
  margin-bottom: 2.9rem;
}
@media only screen and (max-width: 500px) {
  .product_info .product_info-header {
    flex-direction: column;
    align-items: center;
  }
  .product_info .product_info-header .product-tilte {
    margin-bottom: 3rem;
  }
}
.product_info .product-tags .active .text {
  background-color: #FFA100;
  border-radius: 0.4rem;
  line-height: 1.4;
  padding: 0.6rem 1.6rem 0.5rem;
  color: white;
}
.product_info .product-tags .btn-tags {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 0 1.6rem;
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.product_info .product-tags .btn-tags:last-child {
  border: none;
}
.product_info-title {
  max-width: 79.2rem;
  margin-bottom: 4rem;
}
.product_info-title .text {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product_info-title {
    width: 100%;
    margin: 2.9rem auto 4rem;
  }
}
.product_info-list {
  margin: -2rem -2rem 3rem;
}
.product_info-list .product_info-item-content {
  padding: 2.6rem;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .product_info-list .product_info-item-content {
    padding: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .product_info-list .product_info-item-content {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .product_info-list .product_info-item-content {
    padding: 1.3rem;
  }
}
.product_info-list .product_info-item-content .item-img {
  display: block;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .product_info-list .product_info-item-content .item-img:hover img {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.product_info-list .product_info-item-content .item-img img {
  transition: all 0.5s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_info-list .product_info-item-content .product-name {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product_info-list .product_info-item-content .product-btn {
  display: flex;
  padding: 0.8rem 1.6rem;
  background-color: #37A76B;
  color: white;
  border-radius: 0.4rem;
  width: fit-content;
  align-items: center;
}
.product_info-list .product_info-item-content .product-btn img {
  margin-left: 0.8rem;
  width: 0.7rem;
  height: 1rem;
}
.product_info-list .product_info-item-content .btn .icon {
  width: 0.7rem;
  height: auto;
}
@media only screen and (max-width: 700px) {
  .product_info-list {
    margin-bottom: 3rem;
  }
}
.product_info-list .swiper {
  padding: 2rem 2rem 4rem;
}
.product_info-sensor .sensor-title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 400px) {
  .product_info-sensor .sensor-title {
    margin-top: 0rem;
    text-align: center;
  }
}
.product_info-sensor .sensor-content {
  margin-bottom: 2.3rem;
}
.product_info-sensor .sensor-content-list .sensor-item-1 {
  margin-bottom: 4.7rem;
}
.product_info-sensor .sensor-content-list .sensor-item-1 .sensor-img-inner {
  width: 18rem;
}
.product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des {
  flex: 1;
}
.product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des .title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #444444;
  opacity: 0.7;
}
@media only screen and (max-width: 1200px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des .title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des .title {
    margin-top: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des .title {
    margin-top: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des .title {
    font-size: 1.4rem;
  }
}
.product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des .des-content-text {
  margin-left: 2.4rem;
  list-style: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
  opacity: 0.7;
  text-align: justify;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des .des-content-text {
    margin-left: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 768px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-des .des-content-text {
    font-size: 1.4rem;
    margin-left: 0;
    list-style: none;
    padding: 1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 370px) {
  .product_info-sensor .sensor-content-list .sensor-item {
    width: 100%;
  }
}
@media only screen and (max-width: 370px) {
  .product_info-sensor .sensor-content-list {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  .product_info-sensor .sensor-item {
    width: 100%;
    text-align: center;
  }
}
.product_info-con-control-moto {
  width: 50%;
}
.product_info-con-control-moto .con-title {
  margin-bottom: 3.9rem;
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto .con-title {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.product_info-con-control-moto .con-content {
  margin-bottom: 3.3rem;
}
.product_info-con-control-moto .con-content .con-content-img {
  width: 33.3333333333%;
}
.product_info-con-control-moto .con-content .con-content-img .con-img-text {
  margin-top: 0.8rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.7;
  color: #444444;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-con-control-moto .con-content .con-content-img .con-img-text {
    font-size: 1.4rem;
    max-width: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto .con-content .con-content-img .con-img-text {
    font-size: 1.4rem;
    max-width: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto .con-content .con-content-img {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto .con-content {
    width: 100%;
  }
}
.product_info-con-control-moto .con-content .con-img {
  margin-top: 1rem;
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto .con-content .con-img {
    max-width: 20rem;
    margin: 0 auto 3rem;
  }
}
.product_info-con-control-moto .con-content-text {
  flex: 1;
  text-align: justify;
}
.product_info-con-control-moto .con-content-text .con-title {
  margin-bottom: 1.5rem;
  text-align: start;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 0.7;
  color: #444444;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-con-control-moto .con-content-text .con-title {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto .con-content-text .con-title {
    text-align: center;
    font-size: 1.4rem;
  }
}
.product_info-con-control-moto .con-content-text .con-list {
  margin-left: 2rem;
  list-style: decimal;
}
.product_info-con-control-moto .con-content-text .con-list .con-item {
  font-weight: 400;
  font-size: 1.6rem;
  color: #444444;
  opacity: 0.7;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-con-control-moto .con-content-text .con-list .con-item {
    font-size: 1.4rem;
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto .con-content-text .con-list .con-item {
    margin-left: 0rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product_info-con-control-moto .con-content-text {
    margin-left: 3rem;
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-con-control-moto .con-content-text {
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto .con-content-text {
    display: flex;
    padding: 0;
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto .con-content {
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product_info-con-control-moto {
    width: 100%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-con-control-moto {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-con-control-moto {
    width: 100%;
  }
}
.product_info-door {
  margin-bottom: 11rem;
}
@media only screen and (max-width: 800px) {
  .product_info-door {
    margin-bottom: 6rem;
  }
}
.product_info-door .door-title {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 400px) {
  .product_info-door .door-title {
    text-align: center;
  }
}
.product_info-door .door-content-left .text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #444444;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-door .door-content-left .text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-door .door-content-left .text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product_info-door .door-content-left {
    width: 100%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-door .door-content-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-door .door-content-left {
    width: 100%;
    padding: 0 1rem;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .product_info-door .door-content-right .door-list {
    margin-top: 1rem;
    overflow: hidden;
  }
}
.product_info-door .door-content-right .door-list .door-item {
  margin-right: 1rem;
  width: 7.8rem;
}
.product_info-door .door-content-right .door-list .door-item-img {
  width: 7.8rem;
  height: 7.8rem;
  margin-bottom: 1.2rem;
}
.product_info-door .door-content-right .door-list .door-item-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #444444;
  text-align: center;
  white-space: wrap;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-door .door-content-right .door-list .door-item-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-door .door-content-right .door-list .door-item-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 600px) {
  .product_info-door .door-content-right .door-list .door-item {
    width: 33.3337%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 340px) {
  .product_info-door .door-content-right .door-list .door-item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .product_info-door .door-content-right .door-list {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product_info-door .door-content-right {
    width: 100%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-door .door-content-right {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-door .door-content-right {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product_info-door .door-content {
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product_info-door .door-content {
    flex-direction: column;
    width: 100%;
  }
}
.product_info .product_info-slides-left {
  width: 33.3333333333%;
}
.product_info .product_info-slides-left .product-text {
  font-weight: 400;
  font-size: 1.4rem;
  color: #444444;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .product_info .product_info-slides-left .product-text {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 401px) {
  .product_info .product_info-slides-left .product-text {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info .product_info-slides-left {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .product_info .product_info-slides-left {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.product_info .product_info-slides-right {
  width: 66.6666666667%;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info .product_info-slides-right {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .product_info .product_info-slides-right .product_info-list {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info .product_info-slides-right {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .product_info .product_info-slides-right .product_info-list {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info .product_info-slides {
    display: flex;
  }
}

@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor-2 {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
  }
}
.product_info-sensor-2 .sensor-content-2 {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-container {
    margin-bottom: 2rem;
  }
}
.product_info-sensor-2 .sensor-content-2-left {
  width: 50%;
}
.product_info-sensor-2 .sensor-content-2-left-title {
  margin-bottom: 2.3rem;
}
.product_info-sensor-2 .sensor-content-2-left-title .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.7;
  color: #444444;
}
@media only screen and (max-width: 1200px) {
  .product_info-sensor-2 .sensor-content-2-left-title .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .product_info-sensor-2 .sensor-content-2-left-title .title {
    font-size: 1.6rem;
  }
}
.product_info-sensor-2 .sensor-content-2-left-con .con-img {
  width: 8.3rem;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2-left-con .con-img {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-left-con .con-img {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
    max-width: 10rem;
  }
}
.product_info-sensor-2 .sensor-content-2-left-con .con-content {
  flex: 1;
  margin-left: 2.4rem;
}
.product_info-sensor-2 .sensor-content-2-left-con .con-content .text {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  opacity: 0.7;
  color: #444444;
  margin-bottom: 0.8rem;
  text-align: start;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2-left-con .con-content .text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-left-con .con-content .text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2-left-con .con-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-left-con .con-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2-left-con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-left-con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.product_info-sensor-2 .sensor-content-2-bottom {
  margin-top: 5.7rem;
}
.product_info-sensor-2 .sensor-content-2-bottom .sensor-bottom-title {
  margin-bottom: 3.2rem;
}
.product_info-sensor-2 .sensor-content-2-bottom .sensor-bottom-title .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.7;
  color: #444444;
}
@media only screen and (max-width: 1200px) {
  .product_info-sensor-2 .sensor-content-2-bottom .sensor-bottom-title .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .product_info-sensor-2 .sensor-content-2-bottom .sensor-bottom-title .title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2-bottom .section-bottom-con {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-bottom .section-bottom-con {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.product_info-sensor-2 .sensor-content-2-bottom-left {
  flex: 1;
}
.product_info-sensor-2 .sensor-content-2-bottom-left .bottom-left-img-1 {
  width: 20.6rem;
  margin-right: 5.4rem;
}
@media only screen and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2-bottom-left .bottom-left-img-1 {
    width: 50%;
    height: auto;
  }
}
.product_info-sensor-2 .sensor-content-2-bottom-left .bottom-left-img-2 {
  width: 16.6rem;
}
@media only screen and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2-bottom-left .bottom-left-img-2 {
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-bottom-left {
    width: 100%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2-bottom-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-bottom-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.product_info-sensor-2 .sensor-content-2-bottom-right {
  flex: 1;
}
.product_info-sensor-2 .sensor-content-2-bottom-right .bottom-right-text .text {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  opacity: 0.7;
  color: #444444;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-sensor-2 .sensor-content-2-bottom-right .bottom-right-text .text {
    text-align: start;
    padding: 0;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-bottom-right .bottom-right-text .text {
    text-align: start;
    padding: 0;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-bottom-right {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-sensor-2 .sensor-content-2-bottom {
    margin-top: 0rem;
  }
}
.product_info-control-motor {
  margin-top: 7.5rem;
}
.product_info-control-motor .control-moto-con {
  margin-bottom: 1.6rem;
}
.product_info-control-motor .control-moto-con .control-moto-con-title {
  margin-bottom: 2.9rem;
}
.product_info-control-motor .control-moto-con .control-moto-con-title .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.7;
  color: #444444;
}
@media only screen and (max-width: 1200px) {
  .product_info-control-motor .control-moto-con .control-moto-con-title .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .product_info-control-motor .control-moto-con .control-moto-con-title .title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-control-motor .control-moto-con .control-moto-con-title {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-control-motor .control-moto-con .control-moto-con-title {
    text-align: center;
  }
}
.product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content {
  height: 20rem;
  margin-bottom: 1.6rem;
}
.product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item .img-top {
  margin-top: 3rem;
}
.product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item-img {
  width: 33.3333333333%;
}
.product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item-img img {
  margin: auto;
}
.product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item-text {
  margin-left: 3.2rem;
  flex: 1;
}
.product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item-text .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.7;
  color: #444444;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 1200px) {
  .product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item-text .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item-text .title {
    font-size: 1.6rem;
  }
}
.product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item-text .content {
  max-width: 25.9rem;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.6rem;
  color: #444444;
  opacity: 0.7;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item-text .content {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item-text .content {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 760px) {
  .product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .product_info-control-motor .control-moto-con .control-moto-content-con .control-moto-content {
    height: auto;
  }
}
@media only screen and (min-width: 501px) and (max-width: 760px) {
  .product_info-control-motor .control-moto-con .control-moto-content-con {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  .product_info-control-motor .control-moto-con .control-moto-content-con {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-control-motor .control-moto-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .product_info-control-motor {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .product_info-control-motor {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
  }
}

.prorl {
  overflow: hidden;
}
.prorl-tab {
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.prorl-tab-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.6rem;
}
.prorl-tab-item {
  height: 4.2rem;
  padding: 0 1.6rem;
  font-weight: 500;
  color: #444444;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.prorl-tab-item::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0.1rem;
  background: rgba(68, 68, 68, 0.2);
  bottom: 0;
}
.prorl-tab-item::after {
  position: absolute;
  content: "";
  width: 0.1rem;
  background: rgba(68, 68, 68, 0.2);
  height: 1.6rem;
  right: 0;
  transform: translateX(50%);
  top: 0.6rem;
}
.prorl-tab-item .text-inner {
  height: 2.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
}
.prorl-tab-item .text-inner::before {
  position: absolute;
  content: "";
  width: calc(100% - 3.2rem);
  left: 50%;
  transform: translateX(-50%);
  height: 0.1rem;
  background: #37A76B;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.prorl-tab-item .text-inner::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #37A76B;
  bottom: 1rem;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.prorl-tab-item.active {
  font-weight: 700;
  font-size: 2rem;
  color: #37A76B;
}
@media only screen and (max-width: 1200px) {
  .prorl-tab-item.active {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prorl-tab-item.active {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .prorl-tab-item.active {
    font-size: 1.4rem;
  }
}
.prorl-tab-item.active .text-inner::before {
  opacity: 1;
}
.prorl-tab-item.active .text-inner::after {
  opacity: 1;
  bottom: 0.1rem;
}
.prorl-tab-item:last-child::after {
  display: none;
}
.prorl-sl {
  display: block;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 1201px) {
  .prorl-sl {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .prorl-sl {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .prorl-sl {
    margin-bottom: 1.2rem;
  }
}
.prorl-list {
  position: relative;
}
.prorl-panel-item {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
}
.prorl-panel-item.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: visible;
}
.prorl .swiper-wrapper {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.prorl .genTop {
  flex-direction: column;
  align-items: unset;
}
.prorl .prorl-tab-list {
  justify-content: center;
}

.prodt {
  user-select: none;
}
.prodt-left {
  width: 33.3333333333%;
  min-width: 38rem;
}
@media screen and (max-width: 800px) {
  .prodt-left {
    min-width: 30rem;
  }
}
@media screen and (max-width: 600px) {
  .prodt-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.prodt-right {
  flex: 1;
}
.prodt-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.prodt-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.prodt-img .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.prodt-main {
  border-radius: 0.4rem;
  overflow: hidden;
}
.prodt-thumbs .prodt-img::before, .prodt-thumbs .prodt-img::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(217, 217, 217, 0.7);
  z-index: 2;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.prodt-thumbs .prodt-img::after {
  background: transparent;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
}
.prodt-thumbs .swiper-slide-thumb-active .prodt-img::before, .prodt-thumbs .swiper-slide-thumb-active .prodt-img::after {
  opacity: 1;
}
.prodt-thumbs .swiper-slide-thumb-active .prodt-img > img {
  transform: translate(-50%, -50%) scale(0.93);
}
.prodt-thumbs .swiper-slide-thumb-active .prodt-img .icon {
  opacity: 1;
}
.prodt-share .text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: #444444;
  opacity: 0.9;
  margin-right: var(--pdGen2);
}
@media only screen and (max-width: 1200px) {
  .prodt-share .text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .prodt-share .text {
    font-size: 1.5rem;
  }
}
.prodt .swiper-slide {
  overflow: hidden;
}
.prodt-info-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  letter-spacing: 0.005em;
}
.prodt-info-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.prodt-info-tit {
  width: 37.5%;
  font-weight: 500;
  padding-right: 1rem;
}
@media screen and (max-width: 650px) {
  .prodt-info-tit {
    font-size: 1.4rem;
  }
}
.prodt-info-txt {
  flex: 1;
  max-width: 34.3rem;
  text-align: justify;
}
@media screen and (max-width: 650px) {
  .prodt-info-txt {
    font-size: 1.4rem;
  }
}
.prodt-info-txt .opa {
  opacity: 0.7;
}
.prodt-info-txt .text p {
  margin: 0;
}
.prodt-info-ct {
  padding-bottom: var(--pdGen2);
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.12);
}
.prodt-option {
  padding-top: 3.2rem;
}
.prodt-option .tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: #444444;
  opacity: 0.9;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .prodt-option .tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prodt-option .tit {
    font-size: 1.6rem;
  }
}
.prodt-option .text {
  letter-spacing: 0.005em;
  color: #444444;
  opacity: 0.7;
  margin-right: var(--pdGen2);
  flex-shrink: 0;
  margin-top: 0.5rem;
}
.prodt-option-wrap {
  align-items: unset;
}
.prodt-option-list {
  flex-wrap: wrap;
  gap: 0.6rem;
}
.prodt-option-item {
  padding: 0.8rem 0.8rem 0.7rem;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 0.4rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 6rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .prodt-option-item {
    font-size: 1.4rem;
  }
}
.prodt-option-item.active {
  background: #37A76B;
  color: white;
}

.procp {
  background: rgba(55, 167, 107, 0.1);
  --widthTb: 18rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .procp {
    --widthTb: 14rem;
  }
}
.procp-title {
  color: #444444;
}
.procp-tb {
  padding-bottom: 1.4rem;
}
.procp-tb::-webkit-scrollbar {
  height: 0.3rem;
}
@media screen and (max-width: 1201px) {
  .procp-tb .hover {
    width: 100%;
  }
}
.procp-tb .hover-inner {
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 1201px) {
  .procp-tb .hover-inner {
    position: static;
    visibility: visible;
  }
}
@media screen and (max-width: 1201px) {
  .procp-tb .hover-inner .content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1201px) {
  .procp-tb .hover-inner .content img {
    width: 33.3333333333%;
    margin: auto;
    max-width: 12rem;
  }
}
@media screen and (max-width: 800px) {
  .procp-tb .hover-inner .content img {
    width: 50%;
  }
}
.procp-tb .hover {
  max-width: 100%;
}
.procp-tb .hover-inner.circle {
  transition: all 0.3s ease-in-out;
}
.procp-tb .hover-inner.circle-1 {
  width: 15rem;
  height: 15rem;
  bottom: calc(100% - 3rem);
  left: calc(100% - 3rem);
}
@media screen and (max-width: 1469px) {
  .procp-tb .hover-inner.circle-1 {
    width: 9rem;
    height: 9rem;
    bottom: calc(100% - 0rem);
    left: calc(100% - 8rem);
  }
}
@media screen and (max-width: 1201px) {
  .procp-tb .hover-inner.circle-1 {
    width: 100%;
    height: auto;
  }
}
.procp-tb .hover-inner.circle-1::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  transform: rotate(42deg);
  border-top: 9.5rem solid #37a76b;
  top: 44%;
  z-index: -1;
  left: 14%;
}
@media screen and (max-width: 1469px) {
  .procp-tb .hover-inner.circle-1::before {
    top: 20%;
    left: 20%;
  }
}
@media screen and (max-width: 1201px) {
  .procp-tb .hover-inner.circle-1::before {
    border-top: 5rem solid #37A76B;
  }
}
.procp-tb .hover-inner.circle-2, .procp-tb .hover-inner.circle-3 {
  width: 15rem;
  height: 15rem;
}
@media screen and (max-width: 1201px) {
  .procp-tb .hover-inner.circle-2, .procp-tb .hover-inner.circle-3 {
    width: 100%;
    height: auto;
  }
}
.procp-tb .hover-inner.circle-2 .content, .procp-tb .hover-inner.circle-3 .content {
  border-width: 0.15rem !important;
}
.procp-tb .hover-inner.circle-2::before, .procp-tb .hover-inner.circle-3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-left: 21rem solid #37a76b;
  z-index: -1;
  border-bottom: 0.7rem solid transparent;
  left: 50%;
  top: 87%;
  transform: rotate(35deg);
}
.procp-tb .hover-inner.circle-3 {
  top: calc(100% + 1rem);
  right: calc(100% - 2rem);
}
.procp-tb .hover-inner.circle-3::before {
  top: 17%;
  transform: rotate(-35deg);
}
.procp-tb .hover-inner.circle-2 {
  bottom: calc(100% + 3rem);
  right: calc(100% - 3rem);
}
.procp-tb .hover-inner.circle-4 {
  background: #ffffff;
  box-shadow: 0.4rem 0.8rem 1.6rem rgba(0, 0, 0, 0.08);
  border-radius: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 3rem);
  width: max-content;
}
@media screen and (max-width: 1550px) {
  .procp-tb .hover-inner.circle-4 {
    max-width: 8rem;
    left: calc(100% + 1.2rem);
  }
}
@media screen and (max-width: 1400px) {
  .procp-tb .hover-inner.circle-4 {
    left: auto;
    right: calc(100% + 1.2rem);
    transform: translateY(-77%);
  }
}
@media screen and (max-width: 1201px) {
  .procp-tb .hover-inner.circle-4 {
    box-shadow: none;
    transform: none;
    max-width: 100%;
  }
}
.procp-tb .hover-inner.circle-4 .content {
  border: none !important;
}
.procp-tb .hover-inner.circle-4::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 2rem solid white;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  .procp-tb .hover-inner.circle-4::before {
    transform: rotate(180deg);
    left: 100%;
    right: auto;
    top: 73%;
  }
}
@media screen and (max-width: 1201px) {
  .procp-tb .hover-inner.circle-4::before {
    display: none;
  }
}
@media screen and (min-width: 1202px) {
  .procp-tb .hover-inner.circle .content {
    border-radius: 50%;
    overflow: hidden;
    border: 0.3rem solid #37A76B;
    height: 100%;
  }
  .procp-tb .hover-inner.circle .content img {
    height: 100%;
    object-fit: cover;
  }
}
.procp-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 1201px) {
  .procp-row {
    flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .procp-row {
    overflow: hidden;
  }
}
@media screen and (max-width: 1201px) {
  .procp-row::before {
    content: attr(data-title);
    letter-spacing: 0.005em;
    color: #444;
    font-weight: 700;
    display: block;
    width: calc(100% - 0.2rem);
    text-align: center;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    z-index: 10;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
    font-size: 2rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    pointer-events: none;
    background: white;
    border-top-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
  }
}
@media only screen and (max-width: 1201px) and (max-width: 1200px) {
  .procp-row::before {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1201px) and (max-width: 800px) {
  .procp-row::before {
    font-size: 1.6rem;
  }
}
.procp-row:last-child .procp-col::before {
  display: none;
}
.procp-row:first-child .procp-col {
  padding-top: 2.4rem;
}
.procp-row:first-child .procp-col:not(:first-child) {
  border-top: 0.1rem solid #37A76B;
  color: rgba(68, 68, 68, 0.7);
  font-weight: 400;
}
.procp-row:first-child .procp-col:nth-child(2) {
  border-top-left-radius: 0.8rem;
}
.procp-row:first-child .procp-col:last-child {
  border-top-right-radius: 0.8rem;
}
.procp-row:nth-child(3) .procp-col, .procp-row:nth-child(4) .procp-col {
  color: rgba(68, 68, 68, 0.7);
  font-weight: 400;
}
.procp-row:last-child .procp-col {
  padding-bottom: 2.4rem;
}
.procp-row:last-child .procp-col:not(:first-child) {
  border-bottom: 0.1rem solid #37A76B;
  color: #37A76B;
}
.procp-row:last-child .procp-col:nth-child(2) {
  border-bottom-left-radius: 0.8rem;
}
.procp-row:last-child .procp-col:last-child {
  border-bottom-right-radius: 0.8rem;
}
.procp .tb-label {
  padding: 1rem 2.4rem 0.9rem;
  background: #37A76B;
  border-radius: 0.8rem;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 1201px) {
  .procp .tb-label {
    padding: 1rem 1.2rem 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  .procp .tb-label {
    padding: 0.8rem 1rem 0.7rem;
  }
}
.procp-head .procp-col {
  border: none !important;
  background: none !important;
  padding: 0 0 2rem !important;
}
@media screen and (max-width: 1201px) {
  .procp-head .procp-col {
    padding: 0 0.5rem 2rem !important;
  }
}
.procp-head .procp-col::before, .procp-head .procp-col::after {
  display: none;
}
.procp-head .procp-row::before {
  display: none;
}
.procp-body {
  position: relative;
}
@media screen and (max-width: 1201px) {
  .procp-body {
    pointer-events: all;
  }
}
@media screen and (max-width: 1201px) {
  .procp-body .procp-col {
    padding-top: 6rem !important;
  }
}
.procp-col {
  flex: 1;
  flex-shrink: 0;
  padding: 1rem 0;
  position: relative;
  font-weight: 500;
  flex-wrap: wrap;
  letter-spacing: 0.005em;
  max-width: 50%;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .procp-col {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 400px) {
  .procp-col {
    font-size: 1.2rem;
  }
}
@media (min-width: 1201px) {
  .procp-col:hover .hover-inner.circle {
    visibility: visible;
    opacity: 1;
  }
}
.procp-col:first-child {
  position: sticky;
  left: 0;
  letter-spacing: 0.005em;
  color: #444444 !important;
  background: rgb(236, 246, 240);
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 4.6rem;
  padding-right: 1.2rem;
  font-weight: 500 !important;
}
@media screen and (max-width: 1201px) {
  .procp-col:first-child {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .procp-col:first-child {
    padding-left: 1.2rem;
    font-size: 1.4rem;
    min-width: 10rem;
  }
}
.procp-col:first-child::before {
  position: absolute;
  content: "";
  width: calc(100% - var(--pdGen2));
  height: 0.1rem;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background: black;
  opacity: 0.1;
}
.procp-col:not(:first-child) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding: 1rem 1.2rem;
  background: white;
}
@media screen and (max-width: 800px) {
  .procp-col:not(:first-child) {
    padding: 0.7rem 0.8rem 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .procp-col:not(:first-child) {
    padding: 0.4rem 0.2rem 1.6rem;
    border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}
.procp-col:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background: black;
  opacity: 0.1;
}
@media screen and (max-width: 1201px) {
  .procp-col:not(:first-child)::before {
    background: #37A76B;
    opacity: 1;
  }
}
.procp-col:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  opacity: 0;
  top: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .procp-col:not(:first-child)::after {
    right: 0;
    width: 0.1rem;
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
  }
}
.procp-col:not(:first-child).hover-p::after {
  opacity: 0.2;
}
.procp-col:last-child.hover-p2 .hover-inner.circle {
  opacity: 1;
  visibility: visible;
}
.procp-col:nth-child(2) {
  border-left: 0.1rem solid #37A76B;
}
.procp-col:last-child {
  border-right: 0.1rem solid #37A76B;
}
.procp-col .icon {
  display: inline-block;
  width: 1.4rem;
  margin: unset;
  margin-left: 0.2rem;
}
.procp-col .tick {
  display: inline-block;
  max-width: 1.9rem;
}
.procp-col > * {
  width: 100%;
  max-width: calc(100% - 4.5rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1201px) {
  .procp-col > * {
    max-width: 100%;
  }
}
.procp.table-1 .procp-row:nth-child(5) .procp-col {
  color: rgba(68, 68, 68, 0.7);
  font-weight: 400;
}
.procp.table-1 .procp-row:nth-child(6) .procp-col {
  color: rgba(68, 68, 68, 0.7);
  font-weight: 400;
}
.procp.table-1 .procp-title {
  margin-left: calc(25% + 2.4rem);
}
@media screen and (max-width: 1201px) {
  .procp.table-1 .procp-title {
    margin-left: auto;
    margin-right: auto;
  }
}
.procp.table-2 .procp-row:nth-child(7) .procp-col, .procp.table-2 .procp-row:nth-child(8) .procp-col {
  color: rgba(68, 68, 68, 0.7);
  font-weight: 400;
}
.procp.table-2 .procp-col:first-child {
  justify-content: center;
  padding-left: 1.2rem;
}
.procp.table-2 .procp-title {
  margin-left: 33.3333333333%;
}
@media screen and (max-width: 1201px) {
  .procp.table-2 .procp-title {
    margin-left: auto;
    margin-right: auto;
  }
}

.tippy-box {
  background: transparent;
  display: none;
}
@media screen and (max-width: 1201px) {
  .tippy-box {
    display: none;
  }
}
.tippy-box .hover-inner.circle {
  position: relative;
}
.tippy-box .hover-inner.circle-1 {
  width: 15rem;
  height: 15rem;
}
@media screen and (max-width: 1469px) {
  .tippy-box .hover-inner.circle-1 {
    width: 9rem;
    height: 9rem;
    transform: translate(7rem, -5rem);
  }
}
.tippy-box .hover-inner.circle-1::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  transform: rotate(42deg);
  border-top: 9.5rem solid #37a76b;
  top: 44%;
  z-index: -1;
  left: 14%;
}
@media screen and (max-width: 1201px) {
  .tippy-box .hover-inner.circle-1::before {
    border-top: 5rem solid #37A76B;
  }
}
.tippy-box .hover-inner.circle-2, .tippy-box .hover-inner.circle-3 {
  width: 15rem;
  height: 15rem;
}
.tippy-box .hover-inner.circle-2::before, .tippy-box .hover-inner.circle-3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-left: 21rem solid #37a76b;
  z-index: -1;
  border-bottom: 0.7rem solid transparent;
  left: 50%;
  top: 87%;
  transform: rotate(35deg);
}
.tippy-box .hover-inner.circle-3::before {
  top: 31%;
  transform: rotate(1deg);
}
.tippy-box .hover-inner.circle-4 {
  background: #ffffff;
  box-shadow: 0.4rem 0.8rem 1.6rem rgba(0, 0, 0, 0.08);
  border-radius: 0.4rem;
}
@media screen and (max-width: 1510px) {
  .tippy-box .hover-inner.circle-4 {
    max-width: 8rem;
  }
}
.tippy-box .hover-inner.circle-4 .content {
  border: none !important;
}
.tippy-box .hover-inner.circle .content {
  border-radius: 50%;
  overflow: hidden;
  border: 0.3rem solid #37A76B;
  height: 100%;
}
.tippy-box .hover-inner.circle .content img {
  height: 100%;
}
.tippy-box[data-placement=bottom-start] .hover-inner.circle-1::before {
  transform: rotate(-45deg) scale(-1);
  bottom: 75%;
  top: auto;
}
.tippy-box[data-placement=bottom-end] .hover-inner.circle-1::before {
  transform: rotate(-45deg) scale(-1);
  bottom: 75%;
  top: auto;
}

.tippy-arrow {
  display: none;
}

.my-tooltip-class .tippy-content {
  padding: 0;
}
.my-tooltip-class .tippy-arrow {
  display: block;
  color: white;
}

.glrtit {
  padding-bottom: 2rem;
  position: relative;
}
.glrtit::before {
  position: absolute;
  content: "";
  width: 100%;
  background: rgba(57, 177, 108, 0.2);
  height: 60.9rem;
}
.glrtit-logo {
  width: 15.6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 0 4rem;
}
.glrtit-desc {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.44;
  letter-spacing: 0.005em;
  background: linear-gradient(90deg, #37A76B 2.74%, #3F7C73 91.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-top: 4rem;
  border-top: 0.1rem solid rgba(68, 68, 68, 0.1);
}
@media only screen and (max-width: 1200px) {
  .glrtit-desc {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .glrtit-desc {
    font-size: 2.6rem;
  }
}

.glrsec {
  padding-top: 2rem;
  padding-bottom: 5.6rem;
  user-select: none;
  position: relative;
}
.glrsec-tab {
  padding-bottom: var(--pdGen2);
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.1);
}
.glrsec-tab-list {
  margin: -0.8rem;
}
.glrsec-tab-item {
  padding: 0.8rem;
}
.glrsec-tab-item.active .glrsec-tab-text {
  background: #37A76B;
  color: white;
}
.glrsec-tab-text {
  height: 4.4rem;
  padding: 0 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 0.4rem;
  letter-spacing: 0.005em;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .glrsec-tab-text {
    height: 3.6rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
.glrsec-sl {
  flex: 1;
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}
.glrsec-sl-top {
  margin-bottom: 3.9rem;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--pdGen2);
}
.glrsec-sl-navigation {
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  background: #444444;
  border-radius: 0.4rem;
  color: white;
}
.glrsec-sl-navigation i {
  font-weight: 300;
}
.glrsec-sl-ct {
  margin: 0 -4rem;
}
.glrsec-sl .swiper-slide {
  width: auto;
  margin-right: 1.2rem;
}
.glrsec-sl .swiper {
  width: fit-content;
}
.glrsec-tabi {
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 500;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 0.4rem;
  transition: all 0.3s ease-in-out;
}
.glrsec-list {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}
@media screen and (max-width: 1024px) {
  .glrsec-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 360px) {
  .glrsec-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.glrsec-item {
  margin-bottom: var(--pdGen2);
}
.glrsec-item-wrap {
  position: relative;
}
.glrsec-item-img {
  border-radius: 0.4rem;
  display: block;
  padding-top: calc((211 / 282) * 100%);
  position: relative;
  overflow: hidden;
}
.glrsec-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glrsec-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  color: white;
  transform: translate(-1.7rem, -0.5rem);
}
@media screen and (max-width: 1201px) {
  .glrsec-item-content {
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  .glrsec-item-content {
    padding: 0.8rem;
  }
}
.glrsec-item-content::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-radius: 0.4rem;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(56, 175, 107, 0) -25.82%, rgba(57, 177, 108, 0) 10.5%, #22824B 53.43%, #031A16 114.83%);
}
.glrsec-item-name {
  font-size: 2rem;
  font-weight: 500;
  transform: translateY(6rem);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .glrsec-item-name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .glrsec-item-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1201px) {
  .glrsec-item-name {
    transform: none;
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  .glrsec-item-name {
    font-size: 1.4rem;
  }
}
.glrsec-item .news-label {
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
  transform: translateY(6rem);
  opacity: 0;
}
@media screen and (max-width: 1201px) {
  .glrsec-item .news-label {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 800px) {
  .glrsec-item .news-label {
    font-size: 1.2rem;
    padding: 0.5rem 1rem 0.4rem;
    margin-bottom: 0.5rem;
  }
}
.glrsec-item-click {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 1.7rem), calc(-50% - 0.5rem)) scale(0);
  z-index: 20;
  width: fit-content;
  height: auto;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.glrsec-item-click .dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.4rem;
  position: relative;
}
.glrsec-item-click .dot::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.5;
  width: 2.6rem;
  height: 2.6rem;
  animation: scaleOpa1 2s infinite;
}
.glrsec-item-click .dot::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.5;
  width: 3.6rem;
  height: 3.6rem;
  animation: scaleOpa 2s 0.2s infinite;
}
.glrsec-item-click .text {
  display: none;
}
@media screen and (max-width: 1024px) {
  .glrsec-item-click {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (min-width: 1201px) {
  .glrsec-item:hover .glrsec-item-content::before {
    height: 100%;
  }
  .glrsec-item:hover .glrsec-item-click {
    transform: translate(calc(-50% - 1.7rem), calc(-50% - 0.5rem)) scale(1);
    transition: all 0.3s 0.2s ease-in-out;
    opacity: 1;
  }
  .glrsec-item:hover .news-label {
    transform: none;
    transition: all 0.3s 0.2s ease-in-out;
    opacity: 1;
  }
  .glrsec-item:hover .glrsec-item-name {
    transform: none;
    transition: all 0.3s 0.4s ease-in-out;
    opacity: 1;
  }
}
.glrsec-item:first-child .glrsec-item-click {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.glrsec-panel {
  padding: 0 2rem;
}
.glrsec .gItem::before {
  display: none;
}
.glrsec .d-main {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}
@media screen and (max-width: 1024px) {
  .glrsec .d-main {
    grid-column: auto;
    grid-row: auto;
  }
}
.glrsec .d-main .glrsec-item-click .text {
  display: block;
  line-height: 1.38;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .glrsec .d-main .glrsec-item-click .text {
    display: none;
  }
}
.glrsec .d-main .glrsec-item-content {
  padding: 2.7rem 4.9rem;
}
@media screen and (max-width: 1201px) {
  .glrsec .d-main .glrsec-item-content {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .glrsec .d-main .glrsec-item-content {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .glrsec .d-main .glrsec-item-content {
    padding: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .glrsec .d-main .glrsec-item-name {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.25;
    letter-spacing: 0.005em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .glrsec .d-main .glrsec-item-name {
    font-size: 2.7rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 800px) {
  .glrsec .d-main .glrsec-item-name {
    font-size: 2.2rem;
  }
}
.glrsec .swiper-slide-thumb-active .glrsec-tabi {
  background: #37A76B;
  color: white;
}
.glrsec.other {
  padding-top: 5.6rem;
  padding-bottom: 11rem;
}
.glrsec.other .catalouge-dc {
  top: 1.2rem;
}

.glrsec-panel-inner {
  padding: 0 2rem;
}

@keyframes scaleOpa {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@keyframes scaleOpa1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.vdsec {
  --bottomsec: 5.6rem;
  user-select: none;
  padding-bottom: calc(var(--bottomsec) + 2.4rem);
}
@media screen and (max-width: 800px) {
  .vdsec {
    --bottomsec: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .vdsec {
    --bottomsec: 2.4rem;
  }
}
.vdsec-content {
  padding-top: 9.5rem;
  padding-bottom: 3.9rem;
}
@media screen and (max-width: 1201px) {
  .vdsec-content {
    padding-top: 6.4rem;
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .vdsec-content {
    padding-top: 4rem;
  }
}
.vdsec-name {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  color: #37A76B;
}
@media only screen and (max-width: 1200px) {
  .vdsec-name {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .vdsec-name {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .vdsec-name {
    font-size: 2.2rem;
  }
}
.vdsec-desc {
  line-height: 1.38;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 2.8rem;
  min-height: 6.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .vdsec-desc {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .vdsec-desc {
    font-size: 1.4rem;
    min-height: 5.8rem;
  }
}
.vdsec-play {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.vdsec-play .icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  position: relative;
  margin: 1.6rem;
  margin-right: 3.2rem;
}
.vdsec-play .icon::before, .vdsec-play .icon::after {
  position: absolute;
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.vdsec-play .icon::after {
  width: 6.4rem;
  height: 6.4rem;
  background: rgba(255, 255, 255, 0.25);
}
.vdsec-play .text {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.005em;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .vdsec-play .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .vdsec-play .text {
    font-size: 1.7rem;
  }
}
.vdsec-nav {
  z-index: 10;
  margin-bottom: 1.8rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.vdsec-nav .text {
  font-weight: 600;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  display: block;
  margin-right: 2.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .vdsec-nav .text {
    width: 100%;
  }
}
.vdsec-sl-img {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - var(--bottomsec) - 3rem);
  display: none;
}
.vdsec-sl-img .swiper {
  height: 100%;
}
.vdsec-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.vdsec-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2DC76F 0%, rgba(0, 0, 0, 0) 143.4%);
  left: 0;
  top: 0;
}
.vdsec-img img {
  object-fit: cover;
}
.vdsec-thumbs {
  margin-bottom: calc(var(--bottomsec) * -1);
}
.vdsec-thumbs-img {
  display: block;
  padding-top: calc((159 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.vdsec-thumbs-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vdsec-thumbs .swiper {
  overflow: unset;
}
.vdsec-thumbs .swiper-slide {
  filter: drop-shadow(0.4rem 0.8rem 1rem rgba(0, 0, 0, 0.2));
  border: 0.2rem solid transparent;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
}
.vdsec-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 0.2rem solid #37A76B;
}
.vdsec-thumbs .plyr {
  pointer-events: none;
  display: block;
  padding-top: calc((208 / 278) * 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
.vdsec-thumbs .plyr__video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vdsec-thumbs .plyr__control--overlaid, .vdsec-thumbs .plyr__controls {
  display: none !important;
}
.vdsec .swiper-slide {
  overflow: hidden;
}
.vdsec .swiper-pagination {
  margin-top: 0;
  flex: 1;
}
.vdsec .swiper-navi {
  margin-left: 1.4rem;
}
@media screen and (max-width: 800px) {
  .vdsec .swiper-navi {
    margin-left: 0.84em;
  }
}
.vdsec .swiper-navigation {
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  background: white;
  border-radius: 0.4rem;
  color: #031A16;
  margin: 0 1.2rem !important;
  transform: none !important;
}
@media screen and (max-width: 800px) {
  .vdsec .swiper-navigation {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.vdsec .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FFA100;
  border-radius: 1rem;
}

.draw-list {
  justify-content: center;
}
.draw-item {
  margin-bottom: 4rem;
}
.draw-item-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #444444;
  border-radius: 0.4rem;
  margin-bottom: 1.8rem;
}
.draw-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.draw-item-img .news-label {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
.draw-item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1202px) {
  .draw-item-btn {
    opacity: 0;
    transform: translate(-50%, 150%);
  }
}
.draw-item-link {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.005em;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .draw-item-link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .draw-item-link {
    font-size: 1.7rem;
  }
}
@media (min-width: 1201px) {
  .draw-item:hover .draw-item-btn {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 {
    margin-bottom: 1.6rem;
  }
}

.sensor-des .mona-content ul, .sensor-des .mona-content ol {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-img-inner.infor {
    min-height: auto !important;
  }
}

.catalouge {
  padding: 8.2rem 0 8rem;
  overflow: hidden;
  background: linear-gradient(90deg, #3F7D73 3.67%, #255361 71.67%, #1E2F5E 102.67%);
}
.catalouge-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--pdGen2);
  filter: drop-shadow(0.4rem 0.8rem 1.6rem rgba(0, 0, 0, 0.08));
  border-radius: 0.8rem;
  overflow: hidden;
}
.catalouge-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .catalouge-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .catalouge-text {
    font-size: 1.6rem;
  }
}
.catalouge-dc {
  top: 4rem;
  right: calc((100vw - 120rem) / 2 - 1.5rem);
  max-width: 58.1rem;
  width: calc(100% - 3rem);
  margin-right: max((100vw - 120rem) / -2, -26rem);
}
@media screen and (max-width: 1201px) {
  .catalouge-dc {
    margin: 0;
    right: 50%;
    transform: translateX(50%);
  }
}

:root {
  --pdGen: 1.2rem;
  --pdGen2: 2.4rem;
  --pd3: 3rem;
  --Hmenu: 8rem;
}
@media screen and (max-width: 1201px) {
  :root {
    --Hmenu: 4rem;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --pdGen: 0.6rem;
    --pdGen2: 1.2rem;
  }
}

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