@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/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../js/library/datetime/daterangepicker.css");
@import url("../js/library/calendar/calendar.css");
@import url("../js/library/calendar/theme1.css");
@import url("../js/library/calendar/theme2.css");
@import url("../js/library/calendar/theme3.css");
@import url("../assets/font/OpenSans/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: "Open Sans";
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-tap-highlight-color: transparent;
  color: #444444;
}

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: #004b41;
  }
}

button,
select,
input,
textarea {
  border: none;
  outline: none;
  box-shadow: none;
  font-family: "Open Sans";
  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-bottom: 12rem;
  margin-bottom: -12rem;
}
.main.bg-grey {
  background-color: #f5f5f5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #fef8ea !important;
  color: rgba(46, 50, 55, 0.5) !important;
  -webkit-box-shadow: 0 0 0 1000px #fef8ea inset !important;
  -webkit-text-fill-color: rgba(46, 50, 55, 0.5) !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.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 fadeInUpCenter {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, -50%, 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-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: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #F36F33;
  color: white;
  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);
  }
}

.menu-nav {
  height: 100%;
}
@media (max-width: 1201px) {
  .menu-nav {
    width: 100%;
    overflow: auto;
    height: auto;
  }
}
.menu-nav > .menu-list {
  height: 100%;
  margin: 0 -3.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;
}
@media (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item:hover > a {
    color: #F36F33;
  }
  .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;
    border-top: 0.1rem solid #004B41;
  }
  .menu-nav > .menu-list > .menu-item:last-child {
    border-bottom: 0.1rem solid #004B41;
  }
}
@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: 2rem 1.5rem;
    width: 100%;
    color: #004B41;
    white-space: inherit;
  }
}
.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 {
  color: #F36F33;
}
@media (min-width: 1200px) {
  .menu-nav > .menu-list > .menu-item.current-menu-item > a {
    color: #F36F33;
  }
}
.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: #004B41;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1201px) {
  .menu-list .menu-list .dropdown a i {
    top: 1rem;
  }
}
.menu-list .current_page_ancestor > .menu-link {
  color: #F36F33 !important;
}
.menu-list .current_page_ancestor .current-menu-item > .menu-link {
  color: #F36F33;
}
.menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1200px) and (min-width: 1201px) {
  .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1201px) {
  .menu-item:hover > .menu-list > .menu-list {
    transform: translate(0%, 0);
  }
}
.menu-item > a {
  font-size: 1.6rem;
  line-height: 1.4;
  color: white;
  padding: 1.1rem 3.2rem 1rem;
  display: inline-block;
}
.menu-item > a > i {
  display: none;
  font-weight: 400;
  margin-left: 0.4rem;
}
@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 > i {
  display: inline-block;
  position: absolute;
  right: -1rem;
  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;
  top: 100%;
  left: 50%;
  min-width: 20rem;
  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(-50%, 0);
}
@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(-50%, 0);
  }
}
@media (max-width: 1201px) {
  .menu-item > .menu-list {
    position: static;
    padding-left: 1.5rem;
    background-color: transparent;
    box-shadow: none;
    display: none;
    transition: none;
  }
}
.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: #004B41;
  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;
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list > .menu-item:hover {
    background-color: rgba(0, 75, 65, 0.1);
  }
  .menu-item > .menu-list > .menu-item:hover::before {
    opacity: 0;
  }
}
.menu-item > .menu-list > .menu-item > a {
  padding: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #004B41;
}
.menu-item > .menu-list > .menu-item > a > i {
  transform: rotate(-90deg) translate(7px, 0);
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > a > i {
    transform: none;
  }
}
.menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
  transform: translate(0%, 0);
  top: 0;
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > .menu-list {
    left: auto;
  }
}
.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;
}
@media screen and (max-width: 1201px) {
  .menu-top {
    padding: 0;
    border-bottom: 0;
  }
}
.menu-top .header-search {
  order: 2;
}
@media screen and (max-width: 600px) {
  .menu-top .header-search {
    margin-right: 0;
  }
}
.menu-mb > .menu-item:last-child {
  border-bottom: 0 !important;
}
@media screen and (min-width: 1201px) {
  .menu-mb {
    display: none;
  }
}

.menu-page {
  background-color: #F36F33;
}
@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: #004B41;
  }
}
.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: #004B41;
}
.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: #004B41;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #004B41;
}

.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-bullet {
  transition: all 0.3s ease-out;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  border-radius: 10rem;
  border: 0.1rem solid #004B41;
  margin: 0 0.5rem;
  background: #004B41;
}
.swiper-pagination-bullet-active {
  background: transparent;
}
.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 #004B41;
  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: #004B41;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-num .swiper-pagination-bullet-active {
  color: #004B41;
  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: 4.8rem;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.swiper-navigation.pri {
  transition: all 0.3s ease-in-out;
  color: #ff3c79;
  padding: 1.2rem 0;
}
.swiper-navigation.pri::before {
  position: absolute;
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 0.1rem solid white;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .swiper-navigation.pri::before {
    border-color: #F36F33;
  }
}
.swiper-navigation.pri i {
  font-weight: 300;
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
}
.swiper-navigation.pri.prev {
  top: 50%;
  left: -3.2rem;
  transform: translate(-50%, -50%);
}
.swiper-navigation.pri.prev::before {
  left: 0;
  transform: translateX(-50%);
}
.swiper-navigation.pri.next {
  top: 50%;
  right: -3.2rem;
  transform: translate(50%, -50%);
}
.swiper-navigation.pri.next::before {
  right: 0;
  transform: translateX(50%);
}
.swiper-navigation.pri.other::before {
  border-color: #004B41;
}
.swiper-navigation.pri.other img {
  filter: invert(23%) sepia(12%) saturate(4520%) hue-rotate(132deg) brightness(60%) contrast(90%);
}
.swiper-navigation.pri.other.pri.prev {
  left: -5rem;
}
.swiper-navigation.pri.other.pri.next {
  right: -5rem;
}
@media (min-width: 1201px) {
  .swiper-navigation.pri:hover {
    color: black;
  }
  .swiper-navigation.pri:hover img {
    filter: none;
  }
  .swiper-navigation.pri:hover::before {
    border-color: #F36F33;
  }
  .swiper-navigation.pri:hover i {
    color: black;
  }
}
.swiper-navigation.second {
  transition: all 0.3s ease-in-out;
  color: #ff3c79;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #D9D9D9;
}
.swiper-navigation.second i {
  font-weight: 300;
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
}
.swiper-navigation.second.prev {
  top: 50%;
  left: -4rem;
  transform: translate(-50%, -50%);
}
.swiper-navigation.second.next {
  top: 50%;
  right: -4rem;
  transform: translate(50%, -50%);
}
@media (min-width: 1201px) {
  .swiper-navigation.second:hover {
    background: #F36F33;
  }
  .swiper-navigation.second:hover::before {
    border-color: #F36F33;
  }
}
@media screen and (max-width: 1300px) {
  .swiper-navigation.disabled-on-tablet {
    display: none;
  }
}
.swiper-navigation.other-hv.swiper-navigation.next::before {
  transform: translateX(50%) scale(0);
}
@media (min-width: 1201px) {
  .swiper-navigation.other-hv.swiper-navigation.next:hover::before {
    transform: translateX(50%) scale(1);
  }
}
.swiper-navigation.other-hv.swiper-navigation.prev::before {
  transform: translateX(-50%) scale(0);
}
@media (min-width: 1201px) {
  .swiper-navigation.other-hv.swiper-navigation.prev:hover::before {
    transform: translateX(-50%) scale(1);
  }
}
.swiper-navigation img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .swiper-navigation img {
    filter: 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;
}
@media screen and (max-width: 1400px) {
  .swiper-navi {
    margin-top: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.swiper-navi .swiper-navigation {
  margin: 0.6rem 1.2rem;
}
@media screen and (max-width: 1400px) {
  .swiper-navi .swiper-navigation {
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
  }
}
.swiper-navi .swiper-pagination {
  margin-top: 0;
  width: fit-content;
  margin-left: 2rem;
  margin-right: 2rem;
  min-width: 17rem;
}
@media screen and (max-width: 1400px) {
  .swiper-navi.other {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.swiper-slide > * {
  width: 100%;
}

.swiper .swiper-wrapper .swiper-slide > * {
  margin-bottom: unset;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #004B41;
}

.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;
}

@media screen and (min-width: 1202px) {
  .hd-bg {
    display: none;
  }
}

.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%;
}
.list-6,
.d-6 {
  width: 16.6666666667%;
}

.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 #444444;
  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: #444444;
  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;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

:root {
  --headerHeight: 10rem;
}

@media (max-width: 1201px) {
  :root {
    --headerHeight: 5.6rem;
  }
}
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 996;
  background: #004B41;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .header.out {
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
  }
}
@media screen and (min-width: 1202px) {
  .header.out .menu-top {
    height: 6rem;
  }
}
@media screen and (min-width: 1202px) {
  .header-tran {
    position: fixed;
    background: transparent;
  }
  .header-tran::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #004B41;
    transform: translateY(-100%);
    transition: all 0.3s 0.1s ease-in-out;
  }
  .header-tran.out::before {
    transform: translateY(0%);
  }
}
.header-menu {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 998;
}
.header-menu .header-logo {
  width: 16rem;
  margin-left: 1rem;
}
.header-menu.out {
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 1202px) {
  .header-menu {
    display: none;
  }
}
@media (max-width: 1201px) {
  .header-menu {
    position: fixed;
    top: var(--headerHeight);
    left: 0;
    bottom: 0;
    z-index: 998;
    width: 30vw;
    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 (max-width: 1201px) and (max-width: 600px) {
  .header-menu {
    width: 100vw;
  }
}
.header-menu .header-logo {
  margin-bottom: 2rem;
  position: relative;
  order: 1;
  position: static;
  transform: none;
  width: 12rem;
  margin-top: 2rem;
}
@media (min-width: 1201px) {
  .header-menu .header-logo {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header-menu .header-logo {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@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;
    overflow: auto;
  }
}
.header-menu .contact {
  margin-top: auto;
  padding: 1.5rem 1rem;
  order: 3;
}
@media (min-width: 1201px) {
  .header-menu .contact {
    display: none;
  }
}
.header-menu .contact-item {
  padding: 1rem 0;
}
.header-menu .contact-item .tit {
  flex-shrink: 0;
  color: #004B41;
  float: left;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-right: 0.4rem;
}
.header-menu .contact-item .icon {
  color: #004B41;
  width: 1.6rem;
  margin-right: 0.6rem;
  width: 1.6rem;
  display: inline-block;
  float: left;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.header-menu .contact-item .icon img {
  display: block;
}
.header-menu .contact-item .text {
  color: #444444;
  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 .footer-ct-tit .text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
}
.header-menu .footer-ct a {
  display: block;
  font-size: 1.4rem;
}
.header-menu .footer-ct p {
  display: flex;
  flex-direction: column;
}
.header-btn {
  position: relative;
  margin-left: 1.2rem;
}
@media screen and (max-width: 1201px) {
  .header-btn {
    order: 3;
  }
}
.header-search {
  position: relative;
  margin-left: auto;
}
.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: white;
  border-radius: 0px 0.4rem;
  background: #F36F33;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .header-search .icon {
    font-size: 1.2rem;
  }
}
.header-search .icon i {
  font-weight: 900;
}
.header-search .icon img {
  width: 1.6rem;
  flex-shrink: 0;
  position: absolute;
  transition: 0.3s;
}
.header-search .icon img:first-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-search .icon img:last-child {
  transform: translate(100%, -50%);
  right: 0;
  top: 50%;
}
.header-search .icon.active img:first-child {
  left: 0;
  transform: translate(-150%, -50%);
}
.header-search .icon.active img:last-child {
  right: 50%;
  transform: translate(50%, -50%);
}
@media (min-width: 1201px) {
  .header-search .icon:hover {
    color: #F36F33;
  }
}
@media screen and (max-width: 1201px) {
  .header-search-desk {
    display: none;
  }
}
.header-search-desk.clicked .form-search {
  max-width: 33rem;
}
.header-search-desk .form-search {
  max-width: 12.4rem;
  position: static;
  padding: 1rem 0;
}
.header-search-desk .form-search .form-wrap {
  align-items: flex-end;
}
.header-search-desk .form-search .input {
  background: transparent;
  border: none;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0;
  padding-bottom: 0.2rem;
}
.header-search-desk .form-search .input::placeholder {
  font-size: 1.4rem;
  line-height: 1.36;
  color: rgba(255, 255, 255, 0.3);
}
.header-search-desk .form-search .btn-search {
  background: url(../assets/images/search.svg), transparent;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.6rem;
}
.header-logo {
  width: 21rem;
}
@media (max-width: 1201px) {
  .header-logo {
    width: 12rem;
    padding: 0.5rem 0;
    z-index: 1;
  }
}
.header-logo a {
  display: block;
}
.header-logo img {
  width: 100%;
  object-fit: contain;
  display: block;
}
.header .social {
  margin-right: 1.8rem;
}
@media screen and (max-width: 450px) {
  .header .social {
    display: none;
  }
}
.header .menu-top {
  height: var(--headerHeight);
  transition: all 0.3s ease-in-out;
}
.header .header-nav {
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 1201px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav .menu-item {
  height: 100%;
}
.header .header-nav .menu-item .menu-item {
  padding: 0;
}
.header .header-nav .menu-item a {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-nav .menu-item.current-menu-item a, .header .header-nav .menu-item.current_page_item a, .header .header-nav .menu-item.current_page_ancestor a {
  font-weight: 700;
}
.header .header-nav .menu-item.current-menu-item::before, .header .header-nav .menu-item.current_page_item::before, .header .header-nav .menu-item.current_page_ancestor::before {
  width: calc(100% - 4.4rem);
}
.header .header-nav .menu-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.2rem;
  background: #F36F33;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.header .header-nav .menu-item:not(:last-child) a {
  position: relative;
}
@media screen and (min-width: 1202px) {
  .header .header-nav .menu-item:not(:last-child) a::before {
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 1.6rem;
    background: white;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 1201px) {
  .header .header-nav .menu-item:hover::before {
    width: calc(100% - 4.4rem);
  }
}
@media screen and (min-width: 1201px) {
  .header .header-nav .menu-item.dropdown > a {
    padding-right: 4rem;
  }
}
.header .header-nav .menu-item.dropdown i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}
.header .header-nav > .menu-list {
  height: 100%;
}

.footer {
  overflow: hidden;
  padding: 6.4rem 0;
  position: relative;
  background: #09352F;
}
@media screen and (max-width: 1201px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer-logo {
  display: block;
  max-width: 28rem;
}
.footer-wrap {
  padding-bottom: 4.4rem;
}
.footer-item {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 400px) {
  .footer-item {
    width: 100%;
  }
}
.footer-item .sc-list {
  margin-top: 0.8rem;
}
.footer-tit {
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
}
.footer-txt {
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 600px) {
  .footer-txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 650px) {
  .footer-content {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .footer-info {
    width: 100%;
  }
}
.footer-info {
  padding-top: 1.5rem;
}
.footer-copyright {
  color: white;
  padding-top: 2.4rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 600px) {
  .footer-copyright {
    font-size: 1.4rem;
  }
}
.footer .menu {
  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;
  padding-bottom: 1rem;
}
.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 .menu-item a {
  color: white;
}
@media (min-width: 1201px) {
  .footer .menu .menu-item a:hover {
    color: #F36F33;
  }
}
.footer .menu a {
  padding: 0.6rem 0.8rem 0.5rem;
  color: #444444;
  font-size: 1.4rem;
}
@media (min-width: 1201px) {
  .footer .menu a:hover {
    color: #004B41;
  }
}
@media screen and (max-width: 1201px) {
  .footer .menu a {
    padding: 0.6rem 0.6rem 0.5rem;
  }
}

.select2-container {
  height: 5rem;
  background-color: transparent;
}
@media screen and (max-width: 500px) {
  .select2-container {
    height: 3.6rem;
  }
}

.selection {
  width: 100%;
  height: 100%;
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.select2-container--default .select2-selection--single {
  border: none;
  color: white;
  height: 5rem;
  background: transparent;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .select2-container--default .select2-selection--single {
    height: 3.6rem;
  }
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  color: #444444;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  padding: 1.2rem 2.5rem;
}

.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;
  /* margin-left: 1rem; */
  position: absolute;
  width: 100%;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #004B41;
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
}

.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;
}

.filter-dropdown-menu .select2-results__options .select2-results__option:first-child {
  display: block;
}

.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;
}
.breadcrumbs-item {
  position: relative;
  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:not(:last-child) {
  margin-right: 1rem;
}
.breadcrumbs-item:not(:last-child)::after {
  content: "|";
  color: rgba(0, 0, 0, 0.1);
}
.breadcrumbs-item:not(:last-child) a {
  padding-right: 1rem;
}
.breadcrumbs-item a {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
}
.breadcrumbs-item a img {
  width: 1.4rem;
}
@media screen and (min-width: 1201px) {
  .breadcrumbs-item a:hover {
    color: #004B41;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item a {
    font-size: 1.2rem;
  }
}
.breadcrumbs-item.current a {
  color: #F36F33;
  pointer-events: none;
  font-weight: 700 !important;
  padding-left: 0;
}
.breadcrumbs-item:not(:last-child) a {
  width: max-content;
}
.breadcrumbs.pd-t {
  padding-top: 1.5rem;
}
.breadcrumbs.other {
  padding-top: 0.8rem;
  position: relative;
  z-index: 10;
}
.breadcrumbs.other span {
  color: white;
}
.breadcrumbs.other .breadcrumbs-list {
  position: relative;
  padding-bottom: 0.8rem;
  margin-left: 0rem;
}
.breadcrumbs.other .breadcrumbs-item a {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
}
.breadcrumbs.other .breadcrumbs-item:first-child a {
  padding-left: 0;
}
.breadcrumbs.other .breadcrumbs-item:last-child a {
  padding-right: 0;
}
.breadcrumbs.other .breadcrumbs-item.current a {
  color: #444444;
}
.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;
}

@media (min-width: 1201px) {
  .breadcrumbs-white .breadcrumbs.other a:hover {
    color: #ff3c79;
  }
}
.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-wrap .select2-container--default .select2-selection--single {
  height: 4.2rem;
}
.form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 1.4rem;
  color: #444444;
  background: rgba(0, 75, 65, 0.1);
  border-radius: 0 0.4rem;
  padding: 0rem 2rem;
  display: flex;
  align-items: center;
}
.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%;
}
@media screen and (max-width: 800px) {
  .form-control.d-3 {
    width: 100%;
  }
}
.form-control-file .name-file {
  padding: 1.2rem 1.6rem 0;
}
.form-control-input {
  position: relative;
}
.form-input {
  background: rgba(0, 75, 65, 0.1);
  border-radius: 0 0.4rem;
  height: 4.2rem;
  transition: all 0.3s ease-in-out;
  padding: 0 1.6rem;
  max-width: 100%;
  width: 100%;
  border: 0.1rem solid transparent;
}
@media screen and (max-width: 500px) {
  .form-input {
    height: 3.6rem;
  }
}
.form-input::placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
}
.form-input:focus {
  border: 0.1rem solid #F36F33;
}
.form-text {
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  height: 13.6rem;
  resize: none;
  width: 100%;
}
.form-text::placeholder {
  color: #444444;
  font-size: 1.6rem;
}
.form-text:focus {
  border: 0.1rem solid #004B41;
}
.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: #004B41;
    color: white;
  }
}
.form-select .item-select.seleted-item {
  background: #004B41;
  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;
  border-radius: 12rem;
  border: 0.1rem solid #98A2B3;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .form-search {
    top: 200%;
    right: -13%;
  }
}
.form-search.active {
  max-width: 32rem;
  opacity: 1;
}
@media screen and (max-width: 450px) {
  .form-search.active {
    max-width: 26rem;
  }
}
@media screen and (max-width: 280px) {
  .form-search.active {
    max-width: 20rem !important;
  }
}
.form-search .form-wrap {
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  background: white;
  height: 100%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-radius: 12rem;
}
.form-search .input {
  width: 100%;
  padding: 1rem 1.6rem;
}
.form-search .input::placeholder {
  color: #98A2B3;
  font-size: 1.6rem;
  line-height: 1.5;
}
.form-search .btn-search {
  width: 4rem;
  background: url("../assets/images/search.svg"), #004B41;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
  background-size: 1.8rem;
}
.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;
}

.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 #004B41;
  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(0, 75, 65, 0.7);
  font-weight: 600;
}
@media screen and (min-width: 1202px) {
  .filter-item:hover .text {
    color: rgba(0, 75, 65, 0.7);
  }
}

.toggle-header {
  width: 3.2rem;
  height: 3.2rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1202px) {
  .toggle-header {
    display: none;
  }
}
.toggle-header .toggle-inner {
  perspective: 600px;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.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: 0px 0.4rem;
  background: #004B41;
  -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: #F36F33;
}
.toggle-item:last-child {
  background: #F36F33;
  --rotateY: 180deg ;
}
.toggle-text {
  font-weight: 600;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
}
.toggle-text .icon {
  margin-left: 0.3rem;
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.4rem;
}
.toggle-text .icon i {
  font-weight: 400;
}
@media screen and (max-width: 1201px) {
  .toggle-text {
    display: none;
  }
}
.toggle-collapse {
  position: absolute;
  width: 6rem;
  height: 6rem;
  right: 0;
  bottom: 0;
  transform: translate(50%, 20%);
  box-shadow: 4px 0.4rem 4rem rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .toggle-collapse {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.toggle-collapse .toggle-item {
  border-radius: 50%;
  background: white;
  color: #004B41;
}
.toggle-collapse .toggle-inner {
  perspective: 600px;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.toggle-collapse.active .toggle-item:first-child {
  --rotateY: -180deg;
}
.toggle-collapse.active .toggle-item:last-child {
  --rotateY: 0deg;
}

.show-hide-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #004B41;
  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: 0.4rem;
  width: 100%;
  background-color: #D9D9D9;
  position: relative;
  border-radius: 0.4rem;
}
.range-slider .progress {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #ff3c79;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  top: -0.4rem;
  height: 0.4rem;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
}
.range-input input:first-child::-webkit-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  background-color: white;
  border: 3px solid #ff3c79;
  cursor: pointer;
}
.range-input input::-webkit-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #ff3c79;
  cursor: pointer;
}
.range-input input::-moz-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: #004B41;
  cursor: pointer;
}
.range-price {
  border-bottom: 0.1rem dashed rgb(234, 222, 236);
}
.range-price-input {
  justify-content: space-between;
}
.range-price-input .input {
  flex: 1;
  max-width: 9rem;
}
.range-price-input .input input {
  width: 100%;
  height: 3.2rem;
  background: #F5F5F5;
  border-radius: 0.8rem;
  padding: 0 1.2rem;
  text-align: center;
}
.range-price-input .input input::placeholder {
  text-align: center;
}
.range-price-input .input input::-webkit-inner-spin-button, .range-price-input .input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.range .price {
  color: rgb(135, 135, 135);
}
.range .range-item.max .price {
  color: #ff3c79;
}

.qty {
  width: fit-content;
  background: #F5F5F5;
  border-radius: 10rem;
  height: 4.8rem;
  padding: 1.2rem;
  align-items: center;
  user-select: none;
}
@media screen and (max-width: 800px) {
  .qty {
    height: 3.8rem;
  }
}
.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;
  filter: grayscale(1);
  -webkit-filter: grayscale(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;
  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 {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
}
.qty .amount {
  text-align: center;
  width: 5.5rem;
  font-weight: 500;
  padding: 0 0.5rem;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .qty .amount {
    width: 3.5rem;
  }
}

.label-p {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
  color: #F36F33;
}
@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;
  }
}

.date-tag {
  background: #F2F2F2;
  border-radius: 10rem;
  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;
  height: 3.2rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-top: 0.1rem;
}

.post-tag {
  display: flex;
}
.post-tag:not(:last-child) {
  margin-right: var(--pdGen2);
}
.post-tag .icon {
  margin-right: 0.8rem;
  display: block;
  width: 1.8rem;
}
.post-tag .text {
  font-weight: 600;
}

.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: #004B41;
  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: #F36F33;
  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: #F36F33;
  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: #F36F33;
  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: #004B41;
}
.table .status.processing {
  color: #08c3ad;
}
.table .status.waiting {
  color: #F36F33;
}
.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: #F36F33;
  }
}
@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: #004B41;
  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: #004B41;
  }
}
.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;
}
.lang .icon i {
  font-weight: 900;
}
.lang-selected .text {
  position: relative;
}

.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;
}

.contact-component {
  background: #F36F33;
  border-radius: 12rem 12rem 0px 0px;
  padding-top: 20.2rem;
  padding-bottom: 16.6rem;
  position: relative;
  margin-bottom: -12rem;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .contact-component {
    border-radius: 8rem 8rem 0px 0px;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 800px) {
  .contact-component {
    border-radius: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
}
.contact-component-con-left .content {
  width: 83.3333333333%;
}
.contact-component-con-left .content .title {
  padding-bottom: 5rem;
}
.contact-component-con-left .content .title-text {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .contact-component-con-left .content .title-text {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-component-con-left .content .title-text {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1201px) {
  .contact-component-con-left .content .title {
    padding-bottom: 2rem;
  }
}
.contact-component-con-left .content .input-box {
  width: 100%;
}
.contact-component-con-left .content .input-box .form-control {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  color: white;
  transition: all 0.5s linear;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact-component-con-left .content .input-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-component-con-left .content .input-box .form-control:focus {
  border-bottom: 0.1rem solid white;
}
.contact-component-con-left .content .contact-btn {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 600px) {
  .contact-component-con-left .content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .contact-component-con-left {
    width: 100% !important;
    margin-bottom: 4rem;
  }
}
.contact-component-con-right .content .title {
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 1201px) {
  .contact-component-con-right .content .title {
    padding-bottom: 2rem;
  }
}
.contact-component-con-right .content .title-text {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.25;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .contact-component-con-right .content .title-text {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-component-con-right .content .title-text {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .contact-component-con-right .content .title {
    padding-bottom: 2rem;
  }
}
.contact-component-con-right .content .list-contact .list-item {
  padding-bottom: 2.4rem;
  padding-left: 0;
  padding-right: 0;
}
.contact-component-con-right .content .list-contact .list-item .link-item {
  display: flex;
  align-items: center;
}
.contact-component-con-right .content .list-contact .list-item .link-item .img-icon {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 1.6rem;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .contact-component-con-right .content .list-contact .list-item .link-item .img-icon {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1rem;
  }
}
.contact-component-con-right .content .list-contact .list-item .link-item .img-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  transition: all 0.3s linear;
}
.contact-component-con-right .content .list-contact .list-item .link-item .img-icon img {
  z-index: 2;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 800px) {
  .contact-component-con-right .content .list-contact .list-item .link-item .img-icon img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.contact-component-con-right .content .list-contact .list-item .link-item .content {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  transition: all 0.3s linear;
}
@media screen and (max-width: 600px) {
  .contact-component-con-right .content .list-contact .list-item .link-item .content {
    font-size: 1.4rem;
  }
}
@media (min-width: 1201px) {
  .contact-component-con-right .content .list-contact .list-item .link-item:hover .img-icon::before {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
    box-shadow: 0 0 2rem white;
  }
  .contact-component-con-right .content .list-contact .list-item .link-item:hover .img-icon img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(15%) saturate(6294%) hue-rotate(319deg) brightness(93%) contrast(111%);
  }
  .contact-component-con-right .content .list-contact .list-item .link-item:hover .content {
    color: #000000;
  }
}
.contact-component-con-right .content .list-contact .list-item:last-child {
  padding-bottom: 0;
}
.contact-component-con-right .content .img-contact {
  margin-top: 2.2rem;
  max-width: 28.9rem;
}
.contact-component-con-right .content .img-contact img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .contact-component-con-right .content .img-contact {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .contact-component-con-right {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .contact-component-con {
    flex-direction: column;
  }
}

.links-main {
  position: fixed;
  bottom: 10%;
  right: -8rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 800;
}
.links-main-list .links-main-item {
  margin-bottom: 0.8rem;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .links-main-list .links-main-item:hover .link-items::before {
    background-color: #f36f33;
    transform: translate(-50%, -50%) scale(1);
  }
  .links-main-list .links-main-item:hover .link-items .items-top img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(51deg) brightness(104%) contrast(100%);
  }
}
.links-main-list .links-main-item .link-items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: #004B41;
  border-radius: 0.8rem;
  position: relative;
  box-shadow: 0 0 10px -5px #aaa;
}
.links-main-list .links-main-item .link-items img {
  z-index: 4;
  width: 1.6rem;
  height: 1.6rem;
}
.links-main-list .links-main-item .link-items::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: red;
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 0.8rem;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s linear;
}
.links-main-list .links-main-item .link-items .items-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  animation: arrowUp 1s ease-in-out infinite;
}
.links-main-list .links-main-item .link-items .items-top img {
  width: 1rem;
  height: 0.6rem;
}
@keyframes arrowUp {
  0% {
    top: 50%;
  }
  20% {
    top: 40%;
  }
  40% {
    top: 30%;
  }
  100% {
    top: 50%;
  }
}
.links-main.active {
  opacity: 1;
  right: 2%;
}

.product-relate {
  margin-top: 2.4rem;
}
.product-relate.other {
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 1201px) {
  .product-relate.other {
    padding-bottom: 4rem;
  }
}

.product-top-relate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .product-top-relate {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.product-top-relate .title-text {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #444444;
}
@media only screen and (max-width: 1200px) {
  .product-top-relate .title-text {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-top-relate .title-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .product-top-relate .title {
    margin-bottom: 0.5rem;
  }
}
.product-top-relate .link-relate {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #F36F33;
}
.product-top-relate .link-relate:hover {
  color: #004B41;
}
.product-top-relate .link-relate i {
  margin-left: 0.8rem;
}

.product-bottom-relate {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .product-bottom-relate .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .product-bottom-relate .swiper-slide {
    width: 33.33337%;
  }
}
@media screen and (max-width: 600px) {
  .product-bottom-relate .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .product-bottom-relate .swiper-slide {
    width: 100%;
  }
}

.product-content {
  display: block;
}
@media (min-width: 1201px) {
  .product-content:hover .pro-img::before {
    opacity: 1;
  }
  .product-content:hover .pro-img .pro-img-con {
    transform: translate(-50%, -50%) scale(1);
  }
  .product-content:hover .pro-title {
    color: #F36F33;
  }
}

.pro-img {
  margin-bottom: 1.6rem;
  display: block;
  position: relative;
  padding-top: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.pro-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(46, 50, 55, 0.4), rgba(46, 50, 55, 0.4)), url(image.png);
  border-radius: 0.8rem;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 2;
}
.pro-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 0.8rem;
}
.pro-img .pro-img-con {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #004B41;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s linear;
  z-index: 2;
}
.pro-img .pro-img-con img {
  width: 2rem;
  height: 2rem;
}

.pro-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 460px) {
  .pro-title {
    font-size: 1.4rem;
  }
}

.price {
  display: flex;
  align-items: center;
}
.price-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #F36F33;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .price-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .price-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 460px) {
  .price-text {
    font-size: 1.4rem;
  }
}
.price-line {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration-line: line-through;
  color: #98a2b3;
}
@media screen and (max-width: 460px) {
  .price-line {
    font-size: 1.2rem;
  }
}

.banner {
  width: 100%;
  overflow: hidden;
  z-index: 20;
  position: relative;
}
.banner .container,
.banner .swiper {
  height: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner-wrap {
  height: 100%;
  z-index: 100;
  position: relative;
}
.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-image img, .banner-video img {
  object-fit: cover;
  height: 100%;
}
.banner-home {
  height: 51.3888888889vw;
  max-height: 100vh;
  min-height: 70rem;
  clip-path: inset(0 0 0);
}
@media screen and (max-width: 1201px) {
  .banner-home {
    min-height: 53rem;
  }
}
@media screen and (max-width: 800px) {
  .banner-home {
    height: 60vw;
    min-height: 45rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home {
    height: 70vw;
  }
}
@media screen and (max-width: 450px) {
  .banner-home {
    height: 100vw;
  }
}
.banner-home .container-header {
  height: 100%;
}
.banner-home .banner-image, .banner-home .banner-video {
  width: 100vw;
  left: 0;
  height: 100%;
  position: fixed;
}
.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-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;
  padding-top: 15rem;
}
.banner-home .banner-wrap::before, .banner-home .banner-wrap::after {
  position: absolute;
  content: "";
  z-index: 101;
  border-radius: 50%;
  opacity: 0.68;
}
.banner-home .banner-wrap::before {
  width: 82rem;
  height: 82rem;
  background: radial-gradient(50% 50% at 50% 50%, #004B41 0%, rgba(0, 75, 65, 0.58) 68.23%, rgba(0, 75, 65, 0) 100%);
  mix-blend-mode: darken;
  bottom: 0;
  left: 0;
  transform: translate(-32%, 18%);
}
.banner-home .banner-wrap::after {
  width: 111rem;
  height: 111rem;
  background: radial-gradient(50% 50% at 50% 50%, #004B41 0%, rgba(0, 75, 65, 0.58) 68.23%, rgba(0, 75, 65, 0) 100%);
  mix-blend-mode: darken;
  top: 0;
  right: 0;
  transform: translate(43%, -28%);
}
@media screen and (max-width: 1201px) {
  .banner-home .banner-wrap {
    padding-top: 0;
  }
}
.banner-home .banner-logo {
  opacity: 0.1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100vw - 3rem);
  max-width: 86.4rem;
}
.banner-home .banner-title {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .banner-home .banner-title {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-home .banner-title {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .banner-title {
    font-size: 2.8rem;
  }
}
.banner-home .banner-txt {
  font-weight: 700;
  max-width: 49.2rem;
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 800px) {
  .banner-home .banner-txt {
    font-size: 1.4rem;
  }
}
.banner-home .banner-content {
  position: relative;
  z-index: 103;
  text-align: center;
  color: white;
  width: 100%;
  max-width: 52rem;
}
.banner-home .banner-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.banner-home .banner-dc {
  z-index: -1;
}
.banner-home .banner-dc.dc-2 {
  bottom: 48%;
  left: 94%;
  width: 23.8rem;
}
@media screen and (max-width: 1201px) {
  .banner-home .banner-dc.dc-2 {
    width: 15rem;
  }
}
@media screen and (max-width: 800px) {
  .banner-home .banner-dc.dc-2 {
    left: auto;
    right: 0;
    width: 10rem;
    width: 10rem;
  }
}
.banner-home .banner-dc.dc-1 {
  width: 15.7rem;
  right: 97%;
  top: -18%;
}
@media screen and (max-width: 1201px) {
  .banner-home .banner-dc.dc-1 {
    width: 10rem;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 800px) {
  .banner-home .banner-dc.dc-1 {
    width: 7rem;
  }
}
.banner-gen {
  height: 28.9351851852vw;
  min-height: 32rem;
}
.banner-gen .banner-wrap {
  position: relative;
  z-index: 10;
  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;
}
.banner-gen .banner-ct {
  flex: 1;
}
@media screen and (max-width: 450px) {
  .banner-gen .banner-ct {
    flex-basis: 100%;
    margin-bottom: 2.4rem;
  }
}
.banner-gen .banner-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 75, 65, 0.4) 0%, rgba(0, 75, 65, 0) 100%);
  mix-blend-mode: multiply;
}
.banner-gen .banner-tag {
  display: flex;
  margin-bottom: 1rem;
}
.banner-gen .banner-tag .post-tag {
  color: white;
}
.banner-gen .banner-content.full {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 6.4rem 0;
}
.banner-gen .banner-tit {
  font-weight: 800;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .banner-gen .banner-tit {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-gen .banner-tit {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 450px) {
  .banner-gen .banner-tit {
    text-align: center;
  }
}
.banner-gen .banner-tit-2 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  color: white;
  max-width: 60.2rem;
}
@media only screen and (max-width: 1200px) {
  .banner-gen .banner-tit-2 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-gen .banner-tit-2 {
    font-size: 2.2rem;
  }
}
.banner-gen .breadcrumbs-list {
  position: absolute;
  top: 0;
  padding: 2.4rem 0 2rem;
  z-index: 10;
  width: 100%;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.banner-gen .breadcrumbs-item a {
  color: white;
}
@media (min-width: 1201px) {
  .banner-gen .breadcrumbs-item a:hover {
    color: #F36F33;
  }
}
.banner-gen .breadcrumbs-item.current a {
  color: #F36F33;
}

@keyframes bubbleFade {
  0% {
    transform: translateY(100%);
    background: white;
  }
  100% {
    transform: translateY(80rem);
    background-color: rgba(95, 153, 102, 0);
  }
}
@keyframes fadeBN1 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.btn {
  position: relative;
  width: fit-content;
  height: fit-content;
  background: #F36F33;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.8s, color 0.3s 0.3s, transform 0.3s;
  display: block;
  user-select: none;
  border-radius: 0px 0.4rem;
  color: white;
  flex-shrink: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.btn .icon {
  width: 1.6rem;
  height: 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;
  flex-shrink: 0;
  border-radius: 0px 0.4rem;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  color: white;
}
@media screen and (max-width: 600px) {
  .btn .icon {
    width: 2rem;
    height: 2rem;
  }
}
.btn .text {
  z-index: 4;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn-inner {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 1.3rem 3.2rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  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;
  font-weight: 600;
  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: 1201px) {
  .btn:hover {
    color: white;
    box-shadow: 16rem 0 0 0 #004B41 inset, -16rem 0 0 0 #004B41 inset;
  }
}
.btn-hover {
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-hover::before {
  position: absolute;
  content: "";
  width: 140%;
  height: 102%;
  top: 0;
  left: -13%;
  background: #004B41;
  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: #004B41;
}
.btn.t-pri .btn-inner .text {
  color: #004B41;
}
@media (min-width: 1200px) {
  .btn.t-pri:hover .btn-inner {
    color: white;
  }
  .btn.t-pri:hover .btn-inner .text {
    color: white;
  }
}
.btn.t-black .btn-inner {
  color: black;
}
.btn.t-black .btn-inner .text {
  color: black;
}
.btn.t-second .btn-inner {
  color: #F36F33;
}
.btn.t-second .btn-inner .text {
  color: #F36F33;
}
@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 #004B41;
}
.btn.bd-second .btn-inner {
  border: 0.1rem solid rgba(243, 111, 51, 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.bg-white {
  background: white;
}
@media (min-width: 1201px) {
  .btn.bg-white:hover {
    box-shadow: 23rem 0 0 0 #004B41 inset, -23rem 0 0 0 #004B41 inset;
  }
}
.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: 0.8rem;
}
.btn.icon-right .icon {
  margin-left: 0.8rem;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-second {
  background: #004B41;
}
@media (min-width: 1201px) {
  .btn-second:hover {
    color: white;
    box-shadow: 16rem 0 0 0 #F36F33 inset, -16rem 0 0 0 #F36F33 inset;
  }
}
.btn-third {
  background: #F36F33;
}
.btn-third::before {
  background: #004B41;
}
.btn-third .btn-inner {
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0.8rem 0.8rem 0.7rem;
}
.btn-fourth {
  background: #004B41;
}
.btn-fourth::before {
  background: #ff3c79;
}
.btn-remove {
  background: rgba(46, 50, 55, 0.22);
}
@media (min-width: 1201px) {
  .btn.other-hv:hover {
    color: white;
    box-shadow: 16rem 0 0 0 #0050B3 inset, -16rem 0 0 0 #0050B3 inset;
  }
}

.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: #444444;
  pointer-events: none;
}
.page-numbers > li:not(:first-child) {
  margin-left: 0.6rem;
}
@media screen and (max-width: 420px) {
  .page-numbers > li:not(:first-child) {
    margin-left: 0.4rem;
  }
}
.page-numbers > li > .page-numbers {
  color: #4A4A4A;
  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: 50%;
  font-size: 1.4rem;
}
@media (min-width: 1201px) {
  .page-numbers > li > .page-numbers:hover {
    background-color: #F36F33;
    color: white;
  }
  .page-numbers > li > .page-numbers:hover i {
    color: white;
  }
}
@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 {
  color: #F36F33;
  border-radius: 50%;
}
.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;
  color: black;
}
.page-numbers .page-numbers.next i,
.page-numbers .page-numbers.prev i {
  font-weight: 400;
}
.page-numbers .page-numbers.next:hover,
.page-numbers .page-numbers.prev:hover {
  color: #ff3c79;
}
.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;
}

.filter {
  margin-left: auto;
}

.proFilter-cate-open {
  cursor: pointer;
  background: #F36F33;
  height: 4rem;
  border-radius: 0.8rem;
  padding: 0 1.8rem 0 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;
}
@media screen and (min-width: 1202px) {
  .proFilter-cate-open {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .proFilter-cate-open {
    height: 3.2rem;
  }
}
.proFilter-cate-open .text {
  color: white;
  display: block;
}
@media screen and (max-width: 800px) {
  .proFilter-cate-open .text {
    font-size: 1.4rem;
  }
}
.proFilter-cate-open .icon {
  margin-right: 1.2rem;
  width: 2.4rem;
}
@media screen and (max-width: 800px) {
  .proFilter-cate-open .icon {
    width: 1.8rem;
    margin-right: 0.8rem;
  }
}

.sidebar-top {
  background: #F36F33;
  padding: 1.5rem 4rem 1.4rem;
  border-radius: 0.8rem 0.8rem 0px 0px;
  text-align: center;
}
@media screen and (max-width: 1201px) {
  .sidebar-top {
    padding: 2.4rem;
    border-radius: 0;
  }
}
.sidebar-top.other {
  background: #F36F33;
}
.sidebar-content {
  padding-bottom: var(--pdGen2);
}
.sidebar-content .btn:nth-last-child(2) {
  margin-top: 4rem;
}
.sidebar-wrap {
  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 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .sidebar-type {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .sidebar-type {
    font-size: 1.6rem;
  }
}
.sidebar-type .icon {
  width: 1.6rem;
  height: 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;
  position: relative;
  flex-shrink: 0;
}
.sidebar-type .icon i {
  font-size: 1.4rem;
}
.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:not(:nth-last-child(2)) {
  margin-bottom: var(--pdGen2);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.star-rate .cate-item {
  justify-content: space-between;
}

.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;
  user-select: none;
}
.cate-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.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.8rem;
  height: 1.8rem;
  border: 0.1rem solid #444444;
  border-radius: 0.4rem;
  margin-right: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.cate-item .box i {
  font-size: 1rem;
  font-weight: 900;
  color: white;
}
.cate-item .text {
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cate-item.active .box {
  background: #004B41;
  border: 0.1rem solid #004B41;
}
.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: #004B41;
  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: #004B41;
    color: white;
  }
  .cate-link:hover .icon {
    filter: brightness(0) invert(1);
  }
}

.sort-text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-right: 1.6rem;
}
@media screen and (max-width: 800px) {
  .sort-text {
    margin-right: 0.8rem;
  }
}
.sort .select {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
}
.sort option {
  cursor: pointer;
}
@media (min-width: 1201px) {
  .sort option:hover {
    background: #ff3c79;
  }
}

.filter {
  margin-left: auto;
}

.proFilter-cate-open {
  cursor: pointer;
  background: #F36F33;
  height: 4rem;
  border-radius: 0.8rem;
  padding: 0 1.8rem 0 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;
}
@media screen and (min-width: 1202px) {
  .proFilter-cate-open {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .proFilter-cate-open {
    height: 3.2rem;
  }
}
.proFilter-cate-open .text {
  color: white;
  display: block;
}
@media screen and (max-width: 800px) {
  .proFilter-cate-open .text {
    font-size: 1.4rem;
  }
}
.proFilter-cate-open .icon {
  margin-right: 1.2rem;
  width: 2.4rem;
}
@media screen and (max-width: 800px) {
  .proFilter-cate-open .icon {
    width: 1.8rem;
    margin-right: 0.8rem;
  }
}

.star-rate .cate-item.active .text {
  color: #ff3c79;
  transition: all 0.3s ease-in-out;
}

.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;
  }
}
@media screen and (max-width: 600px) {
  .t-title-bn {
    font-size: 3rem;
  }
}
.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: 8.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200.15rem) {
  .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-weight: 600;
  font-size: 3.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.2rem;
  }
}

.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.3;
}
@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: #004B41;
}
.t-second {
  color: #F36F33;
}
.t-third {
  color: #ff3c79;
}
.t-text-2 {
  color: #040404;
}
.t-pink {
  color: #ED907A;
}
.t-1D1E41 {
  color: #1d1e41;
}
.t-underline {
  text-decoration: underline;
}
.t-line {
  position: relative;
  padding-bottom: 0.8rem;
}
.t-line::before {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 6rem;
  background: #F36F33;
  bottom: 0;
  left: 0;
}
.t-line.center {
  margin-left: auto;
  margin-right: auto;
}
.t-break {
  white-space: pre-line;
}
.t-stroke {
  text-shadow: 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem black, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white;
  -webkit-font-smoothing: antialiased;
  color: #F36F33;
}
.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-bd {
  padding-left: var(--pdGen2);
  border-left: 0.5rem solid #004B41;
}

.center .t-line {
  padding-left: 1rem;
}

.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 #004B41;
}
@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: #004B41;
  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 #004B41;
  border-left: 0.1rem solid #004B41;
  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: #004B41;
  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;
}
@media screen and (max-width: 1201px) {
  .mb-80 {
    margin-bottom: 4rem;
  }
}

.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: 5rem 0;
}
@media screen and (max-width: 1200px) {
  .section {
    padding: 2.5rem 0;
  }
}

.section-2 {
  padding: 10rem 0;
}
@media screen and (max-width: 1200px) {
  .section-2 {
    padding: 5rem 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 {
  margin-left: -0.8rem;
  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: #F36F33;
  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: #F36F33;
  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: #004B41;
}
@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(0, 75, 65, 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: #475467;
  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: 1.2rem;
}
.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%;
  max-width: 5rem;
}
.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: #004B41;
  display: none;
}
.sc-hd-item i {
  display: none;
}
.sc-link {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.sc-link img {
  transition: all 0.3s ease-in-out;
}
.sc-link:hover img {
  transform: scale(1.2);
}

.clearfix {
  clear: both;
}

.cart-mini {
  position: absolute;
  background: white;
  box-shadow: 0px 1rem 3rem rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  top: calc(100% + 1.2rem);
  right: 0;
  transform: translate(0, 1rem);
  width: 100vw;
  max-width: 50rem;
  padding: 3rem 3rem;
  padding-right: 1rem;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  padding: 2rem 2.4rem;
}
@media screen and (max-width: 1201px) {
  .cart-mini {
    position: fixed;
    left: auto;
    right: 1rem;
    top: 4.5rem;
    transform: translate(0%, 1rem);
    padding: 2rem 1.5rem;
    border-left: 0.6rem solid #F36F33;
    width: 40rem;
  }
}
@media screen and (max-width: 600px) {
  .cart-mini {
    width: 100%;
    right: 0;
    top: 3.5rem;
  }
}
.cart-mini-wrap {
  height: 100%;
}
.cart-mini:has(.cart-mini-empty) {
  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;
}
.cart-mini-item:not(:last-child) {
  margin-bottom: 1.4rem;
}
.cart-mini-list {
  max-height: 43rem;
  min-height: 16rem;
  overflow: hidden auto;
  padding-right: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1201px) {
  .cart-mini-list {
    padding-right: 0.5rem;
  }
}
.cart-mini-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.cart-mini-box .close {
  position: absolute;
  width: 1.6rem;
  height: 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;
  color: #AEAEAE;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .cart-mini-box .close:hover {
    color: #004B41;
  }
}
.cart-mini-numOftt {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}
.cart-mini-bottom .total-text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
.cart-mini-bottom .total-num {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #004B41;
}
@media only screen and (max-width: 1200px) {
  .cart-mini-bottom .total-num {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cart-mini-bottom .total-num {
    font-size: 1.7rem;
  }
}
.cart-mini-img {
  width: 7rem;
  height: 7rem;
  border-radius: 1rem;
  display: block;
  margin-right: 1rem;
  flex-shrink: 0;
  overflow: hidden;
}
.cart-mini-content {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cart-mini-link {
  font-weight: 500;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-shrink: 0;
  max-width: 16.9rem;
  padding-right: 1rem;
}
.cart-mini-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0.3rem;
  flex: 1;
}
.cart-mini-price .curPrice {
  color: #004B41;
  margin-right: 0.6rem;
  font-weight: 700;
}
.cart-mini-price .oldPrice {
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration-line: line-through;
}
.cart-mini-desc {
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 4rem;
}
.cart-mini-desc .prodt-qty {
  color: #F36F33;
}
.cart-mini-numOf {
  color: #696969;
  font-weight: 400;
}
.cart-mini-empty {
  padding-right: 2rem;
  margin-bottom: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-height: 28rem;
}
.cart-mini-empty .img-inner {
  width: 16rem;
}
.cart-mini-tit {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #004B41;
}
@media only screen and (max-width: 1200px) {
  .cart-mini-tit {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cart-mini-tit {
    font-size: 1.7rem;
  }
}
.cart-mini-txt {
  padding-top: 1.6rem;
  border-top: 0.1rem solid #F36F33;
}

.cartPromo-decor {
  width: 100%;
  top: -4rem;
  max-width: 172.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.cartPromo-decor img {
  object-fit: cover;
}
.cartPromo-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #e8f6ff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10rem;
  padding: 0.6rem;
  padding-left: 3.2rem;
}
.cartPromo-input .icon {
  width: 2rem;
  height: 2rem;
  display: block;
  flex-shrink: 0;
}
.cartPromo-input input {
  flex: 1;
  padding: 1.2rem 0;
  margin-left: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.3;
}
.cartPromo-input input::placeholder {
  color: #696969;
  font-weight: 600;
}
@media screen and (max-width: 400px) {
  .cartPromo-input input::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .cartPromo-input input {
    font-size: 1.4rem;
  }
}
.cartPromo-input .btn-inner {
  text-transform: none;
}
.cartPromo-info {
  background: #f8f8f8;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding: 2.8rem 3.8rem;
}
@media screen and (max-width: 1201px) {
  .cartPromo-info {
    padding: 1.8rem 2.4rem;
    border-radius: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .cartPromo-info {
    padding: 1.2rem;
    border-radius: 1rem;
  }
}
.cartPromo-info-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #cecece;
}
.cartPromo-info-top .title {
  font-weight: 600;
}
.cartPromo-info-top .edit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #004B41;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1201px) {
  .cartPromo-info-top .edit:hover {
    color: #F36F33;
  }
}
.cartPromo-info-top .edit .icon {
  display: block;
  width: 1.6rem;
  margin-right: 1rem;
}
.cartPromo-info-body {
  padding-top: 2.8rem;
}
.cartPromo-info-body .user {
  color: #004B41;
  font-weight: 700;
  margin-bottom: 2rem;
}
.cartPromo-info-body .line {
  margin: 0 0.6rem;
}
.cartPromo-info-body .address {
  color: #655e5e;
  font-weight: 500;
}
.cartPromo-info-input {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.cartPromo-info-input textarea {
  width: 100%;
  height: 7rem !important;
  margin-bottom: 0.5rem;
  overflow: auto !important;
  resize: none;
}
.cartPromo-info.logged .word {
  bottom: 1rem;
  right: 2rem;
}
.cartPromo-info.logged .form-control:last-child {
  margin-bottom: 0;
}
.cartPromo-info.logged .form-control textarea {
  height: 115rem !important;
  overflow: auto !important;
}
.cartPromo-info.logged .form-control-label {
  font-weight: 600;
}
.cartPromo .word {
  right: 0;
  bottom: 0;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #cecece;
}
.cartPromo-pay {
  padding: 2.2rem 4.8rem;
  background: #e8f6ff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
}
@media screen and (max-width: 1201px) {
  .cartPromo-pay {
    padding: 1.8rem 2.4rem;
    border-radius: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .cartPromo-pay {
    padding: 1.2rem;
    border-radius: 1rem;
  }
}
.cartPromo-pay-top {
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #cecece;
}
.cartPromo-pay-body {
  padding-top: 2.4rem;
}
.cartPromo-pay-body .deposit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  display: block;
  font-style: italic;
}
@media only screen and (max-width: 1200px) {
  .cartPromo-pay-body .deposit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .cartPromo-pay-body .deposit {
    font-size: 1.6rem;
  }
}
.cartPromo-warning {
  background: #e51515;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding: 2.6rem 3.2rem;
  color: white;
}
@media screen and (max-width: 400px) {
  .cartPromo-warning {
    padding: 1.2rem;
    border-radius: 1rem;
  }
}
.cartPromo-warning a {
  color: #ff3c79;
  text-decoration-line: underline;
  font-weight: 700;
}
@media (min-width: 1201px) {
  .cartPromo-warning a:hover {
    color: #004B41;
  }
}
.cartPromo .payment-item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cartPromo .payment-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.cartPromo .payment-item-wrap .check {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.1rem solid #cecece;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cartPromo .payment-item-wrap .check::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.cartPromo .payment-item-wrap .type {
  display: block;
  margin-left: 1.5rem;
  margin-top: -0.5rem;
}
.cartPromo .payment-item-wrap .type .icon {
  width: 3.2rem;
  display: inline-block;
  float: left;
  margin-right: 1.5rem;
}
.cartPromo .payment-item.active .check {
  border-color: #ff3c79;
}
.cartPromo .payment-item.active .check::before {
  background: #ff3c79;
}
.cartPromo .payment-info-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartPromo .payment-info-item:not(:last-child) {
  margin-bottom: 1rem;
}
.cartPromo .payment-info-item:last-child {
  color: #F36F33;
  font-weight: 700;
  line-height: 1.2;
}
.cartPromo .payment-info-item .price {
  font-weight: 600;
  line-height: 1.2;
}
.cartPromo .btn-payment {
  margin-left: auto;
}
.cartPromo .btn-payment .btn-inner {
  text-transform: none;
}
@media screen and (max-width: 800px) {
  .cartPromo-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .cartPromo-right {
    width: 100%;
  }
}
.cartPromo.other .cartPromo-info {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.cartPromo.other .f-r {
  margin-bottom: 2rem;
}
.cartPromo.other .f-r .label {
  display: block;
  margin-bottom: 1rem;
}
.cartPromo.other .f-r input {
  margin-top: 0 !important;
}
.cartPromo.other .form-control {
  padding: 0;
}
.cartPromo.other .form-control textarea {
  background: #f0f0f0;
}
.cartPromo.other .word {
  right: 1.5rem;
  bottom: 1.5rem;
}

.cart-btn-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.clearfix {
  clear: both;
}

.proCheckout {
  background: #e8f6ff;
}
.proCheckout-select {
  cursor: pointer;
  user-select: none;
  margin-right: 2rem;
}
.proCheckout-select.active .check i {
  opacity: 1;
}
.proCheckout-remove {
  margin-right: calc(var(--pdGen) * 2);
  cursor: pointer;
}
.proCheckout-remove .tb-remove {
  margin-right: 0.8rem;
}
.proCheckout-left {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .proCheckout-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.proCheckout-left-wrap {
  width: 100%;
}
.proCheckout-right {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .proCheckout-right {
    margin-left: auto;
    min-width: 26.7rem;
  }
}
@media screen and (max-width: 320px) {
  .proCheckout-right {
    width: 100%;
  }
}
.proCheckout-price {
  align-items: baseline;
}
.proCheckout-price .cur {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #F36F33;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .proCheckout-price .cur {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .proCheckout-price .cur {
    font-size: 1.7rem;
  }
}
.proCheckout-price .old {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration-line: line-through;
  color: #696969;
}
.proCheckout .check {
  width: 1.2rem;
  height: 1.2rem;
  border: 0.1rem solid #636060;
  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;
}
.proCheckout .check i {
  font-size: 0.8rem;
  font-weight: 900;
  opacity: 0;
  color: #636060;
}
.proCheckout .cartPromo-input {
  margin-bottom: 0;
  flex: 1;
  max-width: 48.6rem;
  background: #ffffff;
  border: 0;
  padding-left: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .proCheckout .cartPromo-input {
    max-width: none;
  }
}
@media screen and (max-width: 700px) {
  .proCheckout .cartPromo-input {
    flex: none;
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .proCheckout .cartPromo-input {
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .proCheckout .cartPromo-input input::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .proCheckout .cartPromo-input input {
    padding: 0;
  }
}

.proBillDt {
  padding-bottom: 2rem;
}
.proBillDt .status-text {
  color: #f19f00;
}
.proBillDt-content {
  background: #e8f6ff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding: 4rem 4.8rem;
}
@media screen and (max-width: 1024px) {
  .proBillDt-content {
    padding: 2rem 2.4rem;
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .proBillDt-content {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.proBillDt-info {
  max-width: 28.2rem;
}
@media screen and (max-width: 800px) {
  .proBillDt-info-item {
    font-size: 1.4rem;
  }
}
.proBillDt-info-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 700px) {
  .proBillDt-info-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.proBillDt-col {
  width: 33.3333333333%;
}
@media screen and (max-width: 700px) {
  .proBillDt-col {
    width: 100%;
  }
  .proBillDt-col:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.proBill {
  padding-top: 2rem;
}
.proBill .genSec-decor {
  pointer-events: none;
}
.proBill-left {
  width: 41.6666666667%;
}
@media screen and (max-width: 800px) {
  .proBill-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.proBill-left-wrap {
  padding-right: 20%;
}
@media screen and (max-width: 1024px) {
  .proBill-left-wrap {
    padding: 0;
  }
}
.proBill-right {
  flex: 1;
}
.proBill-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.proBill-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
.proBill-item-img {
  width: 4rem;
  margin-right: 1.6rem;
  display: block;
}
.proBill-item-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.proBill-item-content .name {
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 400px) {
  .proBill-item-content .name {
    font-size: 1.4rem;
  }
}
.proBill-item-content .num {
  display: block;
  font-weight: 600;
  color: #696969;
}
@media screen and (max-width: 400px) {
  .proBill-item-content .num {
    font-size: 1.4rem;
  }
}
.proBill-item-content .cur {
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 400px) {
  .proBill-item-content .cur {
    font-size: 1.4rem;
  }
}
.proBill-item-content .old {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration-line: line-through;
  color: #696969;
}
@media screen and (max-width: 400px) {
  .proBill-item-content .old {
    font-size: 1.2rem;
  }
}
.proBill-item-left {
  margin-right: 0.5rem;
}
.proBill-content {
  border-radius: 1.2rem;
  background: #004B41;
  padding: 2rem 3.2rem;
  color: white;
}
@media screen and (max-width: 400px) {
  .proBill-content {
    padding: 1.5rem;
    border-radius: 0.8rem;
  }
}
.proBill-content-body {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.proBill-content-footer {
  padding-top: 2rem;
}
.proBill-content-item {
  display: block;
}
.proBill-content-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.proBill-content-item .large-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .proBill-content-item .large-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .proBill-content-item .large-text {
    font-size: 1.6rem;
  }
}
.proBill .btn-ct-item {
  width: auto;
}
.proBill .btn-see {
  background: rgba(0, 114, 188, 0.1);
}

.mona-cart-subtotal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.mona-cart-subtotal .label {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-right: 1rem;
}
@media only screen and (max-width: 1200px) {
  .mona-cart-subtotal .label {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-cart-subtotal .label {
    font-size: 1.7rem;
  }
}
.mona-cart-subtotal .total {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #e51515;
}
@media only screen and (max-width: 1200px) {
  .mona-cart-subtotal .total {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-cart-subtotal .total {
    font-size: 1.7rem;
  }
}

.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: #444444;
}
.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: #F36F33;
  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 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
.readmoreBtn .btn-inenr {
  text-transform: unset;
}

.tab_content {
  position: relative;
}

.tab1 .tab-item {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #878787;
  padding: 0 1.2rem 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;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .tab1 .tab-item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .tab1 .tab-item {
    font-size: 1.5rem;
  }
}
.tab1 .tab-item.current {
  color: #004B41;
}
.tab1 .tab_item {
  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 .table p {
  margin: 0;
}
.tab1 .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.tab1 .content p {
  margin: 1.5rem 0;
}
.tab1 .content img {
  margin: 1.5rem 0;
}

.news-item {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 350px) {
  .news-item {
    width: 100%;
  }
}
.news-item-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #F7F7F7;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .news-item-wrap {
    border-radius: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .news-item-wrap:hover .btn-seemore {
    transform: translate(-50%, -50%);
    transition: all 0.3s 0.3s ease-in-out;
    opacity: 1;
  }
}
.news-item-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.news-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;
}
.news-item-img::before, .news-item-img::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  opacity: 0;
}
.news-item-img::before {
  top: 0;
  right: 0;
  border-radius: 0 0 0 100%;
}
.news-item-img::after {
  bottom: 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
@media (min-width: 1201px) {
  .news-item-img:hover::before, .news-item-img:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    opacity: 1;
  }
}
.news-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 1rem;
  max-width: 29.8rem;
}
@media screen and (max-width: 600px) {
  .news-item-link {
    font-size: 1.4rem;
  }
}
.news-item-content {
  padding: 1.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .news-item-content {
    padding: 0.8rem;
  }
}
.news-item .proDt-price {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}

.btn-seemore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 4rem);
  z-index: 11;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.swiper-slide .news-item {
  margin-bottom: 0;
}

.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;
}

.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;
  position: relative;
}
.glr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .glr-grid {
    grid-template-columns: repeat(3, 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 {
  grid-column: auto/span 2;
}
@media screen and (max-width: 600px) {
  .glr-item.w-2 {
    grid-column: auto/span 3;
  }
}
.glr-item.w-2 .img-inner {
  padding-top: 50%;
}
.glr-item.h-2 {
  grid-row: auto/span 2;
}
.glr-item.h-2 .img-inner {
  padding-top: 200%;
}
.glr-item-wrap {
  border-radius: 1.2rem;
  overflow: hidden;
  height: 100%;
}
@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;
  height: 100%;
}
.glr-item-wrap .img-inner::before {
  pointer-events: none;
  background: rgba(250, 250, 250, 0.5);
  filter: blur(0.6rem);
}
.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;
  filter: brightness(1) invert(0);
}
.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;
  }
}
.glr .swiper-slide {
  height: auto;
}

.logo-dc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  width: calc(100% - 1.6rem);
  max-width: 85.2rem;
}

.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: #F36F33;
}
@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: 5.5rem;
  padding: 0 0.5rem;
  -moz-appearance: textfield;
}
@media screen and (max-width: 800px) {
  .woocommerce .quantity input.qty {
    width: 4rem;
  }
}
.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;
}

.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;
}
.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: #004B41;
}
.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;
  }
}
.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;
}
.genTop-item {
  margin-bottom: 1rem;
}

.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(243, 111, 51, 0.8);
}
.type-item.active .type-text::before {
  width: 100%;
}
.type-item.active .type-checkbox {
  background: #004B41;
}
.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: #004B41;
  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;
  }
}

.followsec {
  background: #004B41;
  padding: 6rem 0;
}
@media screen and (max-width: 800px) {
  .followsec {
    padding: 4rem 0;
  }
}
.followsec-dc {
  mix-blend-mode: multiply;
}
.followsec-ct {
  color: white;
  max-width: 38.7rem;
}
@media screen and (max-width: 800px) {
  .followsec-ct {
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .followsec-ct {
    max-width: 100%;
  }
}
.followsec-left {
  width: 41.6666666667%;
}
@media screen and (max-width: 1201px) {
  .followsec-left {
    width: 33%;
  }
}
@media screen and (max-width: 800px) {
  .followsec-left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.followsec-mid {
  width: 41.6666666667%;
}
@media screen and (max-width: 1201px) {
  .followsec-mid {
    width: 33%;
  }
}
@media screen and (max-width: 800px) {
  .followsec-mid {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .followsec-mid {
    width: 100%;
  }
}
.followsec-right {
  flex: 1;
  position: relative;
}
.followsec-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}
.followsec-form {
  display: flex;
  align-items: center;
  height: 4.3rem;
  position: relative;
  z-index: 10;
}
.followsec-input {
  flex: 1;
  height: 100%;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 0px 0.4rem;
  margin-right: 0.8rem;
  padding: 0 1.2rem;
  color: white;
}
.followsec-input::placeholder {
  color: #FFFFFF;
  opacity: 0.2;
}
.followsec-btn {
  width: 4.3rem;
  height: 100%;
  border-radius: 0px 0.4rem;
  background: #F36F33;
  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;
  flex-shrink: 0;
}
.followsec-btn img {
  width: 1.6rem;
  height: 1.6rem;
}
.followsec-img {
  position: absolute;
  bottom: -6rem;
  left: -50%;
  width: calc(150% + 50vw - 60rem - 1.5rem);
  max-width: 46.9rem;
}
@media screen and (max-width: 1230px) {
  .followsec-img {
    width: 150%;
  }
}
@media screen and (max-width: 1201px) {
  .followsec-img {
    width: 120%;
    left: -20%;
  }
}
@media screen and (max-width: 800px) {
  .followsec-img {
    bottom: -4rem;
  }
}
@media screen and (max-width: 600px) {
  .followsec-img {
    width: 100%;
    left: 0%;
  }
}
@media screen and (max-width: 400px) {
  .followsec-img {
    position: static;
    margin-bottom: -4rem;
    margin-top: 2rem;
  }
}

.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);
}

.pro-item {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .pro-item {
    margin-bottom: 2rem;
  }
}
@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;
  }
}
@media screen and (max-width: 340px) {
  .pro-item {
    width: 100%;
  }
}
.pro-item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pro-item-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.pro-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.pro-item-img .img-inner > 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: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .pro-item-name {
    font-size: 1.4rem;
  }
}
.pro-item-price {
  align-items: baseline;
}
.pro-item-cur {
  font-weight: 500;
  font-size: 2rem;
  display: block;
  margin-right: 1rem;
  color: #F36F33;
}
@media only screen and (max-width: 1200px) {
  .pro-item-cur {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pro-item-cur {
    font-size: 1.6rem;
  }
}
.pro-item-old {
  line-height: 1.4;
  text-decoration-line: line-through;
  color: #98A2B3;
}
.pro-item-content {
  position: relative;
  padding-top: 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pro-item-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro-item-box .icon-manu {
  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: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  transition: all 0.8s, color 0.3s 0.3s, transform 0.3s;
  opacity: 0;
}
.pro-item-box .icon-manu:not(:last-child) {
  margin-right: 3.2rem;
}
.pro-item-box .icon-manu img {
  width: 2rem;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .pro-item-box .icon-manu:hover {
    box-shadow: 5rem 0 0 0 #0050B3 inset, -5rem 0 0 0 #0050B3 inset;
  }
  .pro-item-box .icon-manu:hover img {
    filter: brightness(0) invert(1);
  }
}
.pro-item-see {
  background: #004B41;
}
@media screen and (min-width: 1202px) {
  .pro-item-see {
    transform: translateX(-5rem);
  }
}
.pro-item-pay {
  background: #F36F33;
}
@media screen and (min-width: 1202px) {
  .pro-item-pay {
    transform: translateX(5rem);
  }
}
.pro-item-check {
  cursor: pointer;
}
.pro-item-check .checkbox {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.3rem;
  border: 0.2rem solid #636060;
  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: white;
  transition: all 0.3s ease-in-out;
}
.pro-item-check .checkbox i {
  color: white;
  font-size: 1.3rem;
}
.pro-item-check.active .checkbox {
  border-color: #F36F33;
  background: #F36F33;
}
.pro-item-bottom {
  margin-top: auto;
}
@media (min-width: 1201px) {
  .pro-item:hover .icon-manu {
    transform: translateX(0);
    opacity: 1;
  }
}

.contactsec {
  background: rgba(0, 75, 65, 0.1);
}
.contactsec-dc {
  width: calc(75% + 50vw - 60rem);
  left: 25%;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1230px) {
  .contactsec-dc {
    width: calc(75% + 1.5rem);
  }
}
.contactsec-dc img {
  object-position: right bottom;
  height: 100%;
}
.contactsec-list {
  padding-top: 2.4rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .contactsec-left {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .contactsec-right {
    width: 100%;
    min-height: 50rem;
  }
}
.contactsec-logo {
  bottom: -2.5rem;
  left: calc(50vw - 60rem);
  margin-left: max(60rem - 50vw + 2.4rem, -24rem);
  width: 100%;
  max-width: 54.6rem;
}
@media screen and (max-width: 1024px) {
  .contactsec-logo {
    bottom: auto;
    top: 0%;
    transform: translateY(-10%);
    right: 1.5rem;
    left: 1.5rem;
    margin: 0;
  }
}
.contactsec-logo img {
  height: 100%;
}
.contactsec-ct {
  padding: 12.8rem 0;
}
@media screen and (max-width: 800px) {
  .contactsec-ct {
    padding-bottom: 4rem;
  }
}
.contactsec-map {
  height: 100%;
  margin-right: calc(60rem - 50vw);
}
@media screen and (max-width: 1230px) {
  .contactsec-map {
    margin-right: -1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .contactsec-map {
    margin-left: -1.5rem;
  }
}
.contactsec-map iframe {
  width: 100%;
  height: 100%;
}
.contactsec-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.contactsec-tit {
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.contactsec-text {
  font-weight: 400;
  font-size: 1.4rem;
}

:root {
  --mb: 4rem;
}
@media screen and (max-width: 1201px) {
  :root {
    --mb: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --mb: 1.2rem;
  }
}

.research-desc {
  max-width: 58.6rem;
}
@media screen and (max-width: 800px) {
  .research-desc {
    font-size: 1.4rem;
  }
}
.research-main {
  width: 100%;
  margin-bottom: var(--mb);
}
@media screen and (max-width: 800px) {
  .research-main {
    width: 100%;
  }
}
.research-main-wrap {
  position: relative;
  display: block;
  border-radius: 0px 3.2rem;
  overflow: hidden;
}
.research-main-img {
  display: block;
  padding-top: calc((444 / 792) * 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.research-main-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-main-img::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #1F7A6E 0%, rgba(56, 75, 0, 0) 100%);
  width: 100%;
  height: 44%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .research-main-img::before {
    height: 70%;
  }
}
.research-main-ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .research-main-ct {
    padding: 2rem;
  }
}
.research-main-name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  display: block;
  margin-bottom: var(--pdGen2);
  color: white;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .research-main-name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .research-main-name {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .research-main-name:hover {
    color: #F36F33;
  }
}
@media (min-width: 1201px) {
  .research-main:hover .research-main-img::before {
    height: 100%;
  }
}
.research-second {
  margin-bottom: var(--mb);
}
.research-second-wrap {
  position: relative;
  display: block;
  border-radius: 0px 3.2rem;
  overflow: hidden;
}
.research-second-img {
  display: block;
  padding-top: calc((444 / 379) * 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.research-second-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-second-img::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #1F7A6E 0%, rgba(56, 75, 0, 0) 100%);
  width: 100%;
  height: 62%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.research-second-ct {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.4rem;
  z-index: 10;
}
.research-second-name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: white;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .research-second-name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .research-second-name {
    font-size: 1.7rem;
  }
}
@media (min-width: 1201px) {
  .research-second-name:hover {
    color: #F36F33;
  }
}
@media (min-width: 1201px) {
  .research-second:hover .research-second-img::before {
    height: 100%;
  }
}
.research-tag {
  color: white;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}
.research-tag::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #F36F33;
  margin-right: 0.8rem;
  margin-top: 0.1rem;
}
.research-date {
  background: #004B41;
  border-radius: 3.2rem;
  width: fit-content;
  color: white;
  padding: 0.9rem 2.4rem 0.8rem;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 850px) {
  .research-date {
    font-size: 1.4rem;
    padding: 0.6rem 1.2rem 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .research-date {
    font-size: 1.2rem;
  }
}
.research-item {
  margin-bottom: var(--mb);
}
@media screen and (max-width: 850px) {
  .research-item {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .research-item {
    width: 100%;
  }
}
.research-item-wrap {
  border-radius: 0 3.2rem 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.research-item-img {
  display: block;
  padding-top: calc((288 / 384) * 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0px 3.2rem;
}
@media screen and (max-width: 600px) {
  .research-item-img {
    border-radius: 0px 2.4rem;
  }
}
.research-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-item-img::before, .research-item-img::after {
  position: absolute;
  content: "";
  background: linear-gradient(0, #313131 0%, rgba(36, 36, 36, 0) 100%);
  width: 100%;
  height: 71%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.research-item-img::after {
  background: linear-gradient(0, #004B41 0%, rgba(0, 75, 65, 0) 100%);
  height: 0;
}
.research-item-img .research-tag {
  position: absolute;
  z-index: 11;
  bottom: 2.8rem;
  left: 3rem;
}
@media screen and (max-width: 1201px) {
  .research-item-img .research-tag {
    left: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .research-item-img .research-tag {
    left: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .research-item-img .research-tag {
    left: 0.8rem;
  }
}
.research-item-ct {
  padding: 0 3rem 3.2rem;
  position: relative;
  z-index: 10;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  flex: 1;
}
@media screen and (max-width: 1201px) {
  .research-item-ct {
    padding: 0 1.6rem 2rem;
  }
}
@media screen and (max-width: 800px) {
  .research-item-ct {
    padding: 0 1.2rem 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .research-item-ct {
    padding: 0 0.8rem 1.2rem;
  }
}
.research-item-ct .research-date {
  transform: translateY(-50%);
}
.research-item-content {
  padding-top: 1.6rem;
}
.research-item-content .research-item-desc {
  -webkit-line-clamp: 3;
}
.research-item-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .research-item-desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .research-item-desc {
    font-size: 1.2rem;
  }
}
.research-item-link {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1200px) {
  .research-item-link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .research-item-link {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .research-item-link {
    font-size: 1.5rem;
  }
}
.research-item-name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .research-item-name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .research-item-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .research-item-name {
    font-size: 1.4rem;
  }
}
@media (min-width: 1201px) {
  .research-item:hover .research-item-ct {
    box-shadow: 0.4rem 0.4rem 4rem rgba(0, 0, 0, 0.1);
  }
  .research-item:hover .research-item-img::before {
    opacity: 0;
  }
  .research-item:hover .research-item-img::after {
    height: 79%;
  }
}
.research-cel {
  margin-bottom: var(--mb);
}
@media screen and (max-width: 600px) {
  .research-cel {
    width: 100%;
  }
}
.research-cel-wrap {
  height: 100%;
  background: #FFFFFF;
  border: 0.1rem solid #E5E5EF;
  border-radius: 0px 3.2rem;
  padding: 3rem;
}
@media screen and (max-width: 1201px) {
  .research-cel-wrap {
    padding: 2rem;
  }
}
.research-cel .cld-datetime {
  width: 100%;
  max-width: none;
}
.research-cel .cld-main {
  width: 100%;
}
.research-cel .cld-day {
  height: auto;
  border: none;
  padding-top: 12.728%;
  position: relative;
  overflow: visible;
  background: transparent;
  cursor: pointer;
}
.research-cel .cld-day.today .cld-number {
  background: #004B41;
  width: 100%;
  height: 100%;
  max-width: 3rem;
  max-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;
}
@media (min-width: 1201px) {
  .research-cel .cld-day:hover .cld-number {
    background: #004B41;
    color: white;
  }
}
.research-cel .cld-number {
  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;
  max-width: 3rem;
  max-height: 3rem;
  border-radius: 50%;
}
.research-cel .cld-number {
  text-align: center;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-cel .cld-number > * {
  position: absolute;
}
.research-cel .cld-datetime {
  padding-bottom: var(--pdGen2);
  border-bottom: 0.1rem solid #F2F1FF;
  margin-bottom: 2rem;
}
.research-cel .cld-labels {
  margin-bottom: 1.6rem;
}
.research-cel .cld-title {
  position: absolute;
  z-index: 10;
  background: #F5F5F5;
  border-radius: 0px 0.8rem;
  border: none;
  color: #F36F33;
}
.research-cel .cld-title::before {
  display: none;
}

.calendar .calendar-views .dot {
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #F36F33;
  top: 50%;
}

.calendar-ct li {
  transition: all 0.3s ease-in-out;
}
.calendar-ct li[data-calendar-day] {
  color: #444444;
}
.calendar-ct li:has(.dot) {
  color: white;
}

.calendar-label {
  color: #F36F33;
  background: #F5F5F5;
  opacity: 1;
}

.seemore {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #004B41;
  width: fit-content;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .seemore {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .seemore {
    font-size: 1.2rem;
  }
}
.seemore .icon {
  display: block;
  width: 4.8rem;
  position: relative;
  margin-left: 1.6rem;
  padding: 1.6rem 0;
  margin-right: 2rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .seemore .icon {
    padding: 0.7rem 0;
  }
}
.seemore .icon::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 3rem;
  height: 3rem;
  transform: translate(50%, -50%);
  border-radius: 50%;
  border: 0.1rem solid #004B41;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .seemore .icon::before {
    width: 2rem;
    height: 2rem;
  }
}
.seemore .icon img {
  object-fit: contain !important;
  transition: all 0.3s ease-in-out;
}
.seemore.white {
  color: white;
}
.seemore.white .icon::before {
  border-color: white;
}
.seemore.white .icon img {
  filter: brightness(0) invert(1);
}
@media (min-width: 1201px) {
  .seemore.white:hover .icon {
    filter: invert(48%) sepia(65%) saturate(1309%) hue-rotate(341deg) brightness(100%) contrast(91%);
  }
}
.seemore.fw {
  justify-content: space-between;
  width: 100%;
}
.seemore.other-2 {
  color: #444444;
  font-weight: 700;
}
.seemore.other-2 .icon {
  filter: invert(26%) sepia(0%) saturate(27%) hue-rotate(231deg) brightness(40%) contrast(88%);
}
@media (min-width: 1201px) {
  .seemore.other-2:hover .icon {
    filter: invert(48%) sepia(65%) saturate(1309%) hue-rotate(341deg) brightness(100%) contrast(91%);
  }
}
@media (min-width: 1201px) {
  .seemore:hover {
    color: #F36F33;
  }
  .seemore:hover .icon {
    filter: invert(48%) sepia(65%) saturate(1309%) hue-rotate(341deg) brightness(100%) contrast(91%);
  }
  .seemore:hover .icon::before {
    transform: translate(50%, -50%) scale(0);
  }
  .seemore:hover .icon img {
    filter: brightness(0) invert(1);
  }
}
.seemore.other {
  font-weight: 700;
}

.intro {
  padding: 0 0 10rem;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .intro {
    padding: 0 0 5rem;
  }
}
.intro-bg {
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .intro-bg {
    opacity: 0.5;
  }
}
.intro-bg img {
  object-fit: cover;
  object-position: right bottom;
}
.intro-wrap {
  margin-top: 2rem;
}
.intro-tab {
  border-bottom: 0.1rem solid rgba(0, 75, 65, 0.3);
}
.intro-tab-inner {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: -0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.intro-tab::-webkit-scrollbar {
  height: 0.2rem;
}
.intro-tab-wrap {
  display: flex;
  margin: 0 0 -0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
  width: max-content;
}
.intro-tab-item {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: max-content;
}
.intro-tab-item:not(:last-child) {
  margin-right: 2rem;
}
.intro-tab-item::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-left: 0.1rem solid #F36F33;
  border-bottom: 0.1rem solid #F36F33;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.intro-tab-item.active::before {
  opacity: 1;
}
.intro-tab-item.active .text::before, .intro-tab-item.active .text::after {
  opacity: 1;
}
.intro-tab .text {
  padding-bottom: 0.8rem;
  position: relative;
}
.intro-tab .text::before, .intro-tab .text::after {
  position: absolute;
  content: "";
  width: calc(50% - 0.4rem);
  height: 0.1rem;
  background: #F36F33;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.intro-tab .text::before {
  left: 0;
}
.intro-tab .text::after {
  right: 0;
}
.intro-ct {
  background: #F3F7F5;
  padding: 6rem;
  max-width: 70rem;
}
@media screen and (max-width: 600px) {
  .intro-ct {
    padding: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .intro-ct {
    padding: 1rem;
  }
}
.intro .desc {
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .intro .desc {
    font-size: 1.4rem;
  }
}
.intro .img {
  width: 6.2rem;
}
.intro .content {
  padding-left: 1.2rem;
  flex: 1;
}
.intro .content .tit {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
.intro .content .text {
  font-size: 1.2rem;
  line-height: 1.3;
  max-width: 35.2rem;
}
.intro .content .text .fw-8 {
  font-size: 1.4rem;
}

.team {
  padding: 5rem 0;
  background: #004B41;
}
.team-bg {
  mix-blend-mode: multiply;
}
.team-item {
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 500px) {
  .team-item {
    width: 50%;
  }
}
.team-item .num {
  background: linear-gradient(180deg, #F7B957 0%, #F36F33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .team-item .num {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .team-item .num {
    font-size: 2.9rem;
  }
}
.team-item .text {
  color: white;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 33px;
}
@media only screen and (max-width: 1200px) {
  .team-item .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .team-item .text {
    font-size: 1.7rem;
  }
}
.team.other .team-item .num {
  font-weight: 800;
}

.researchpf-item {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 500px) {
  .researchpf-item {
    width: 100%;
  }
}
.researchpf-item-tit {
  border: 0.1rem solid #004B41;
  border-radius: 0px 3.2rem;
  padding: 2.7rem 2.4rem 2.6rem;
  position: relative;
  width: calc(100% - 3rem);
  cursor: pointer;
  margin-bottom: 3.2rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .researchpf-item-tit {
    padding: 2rem 1.6rem 1.9rem;
    width: calc(100% - 2.2rem);
  }
}
.researchpf-item-tit .text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .researchpf-item-tit .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .researchpf-item-tit .text {
    font-size: 1.6rem;
  }
}
.researchpf-item-tit .icon {
  width: 6rem;
  height: 6rem;
  position: relative;
}
.researchpf-item-tit.active {
  background: #004B41;
  color: white;
}
.researchpf-item-ct {
  width: 120rem;
  background: #f2f6f5;
  padding: 2.4rem;
  display: none;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .researchpf-item-ct {
    width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 800px) {
  .researchpf-item-ct {
    width: calc(100vw - 2.2rem);
  }
}
@media screen and (min-width: 801px) {
  .researchpf-item:nth-child(3n+2) .researchpf-item-ct {
    margin-left: -40.8rem;
  }
}
@media screen and (min-width: 1231px) {
  .researchpf-item:nth-child(3n+2) .researchpf-item-ct {
    margin-left: -108%;
  }
}
@media screen and (min-width: 801px) {
  .researchpf-item:nth-child(3n+3) .researchpf-item-ct {
    float: right;
  }
}
@media screen and (max-width: 800px) {
  .researchpf-item:nth-child(even) .researchpf-item-ct {
    margin-left: 0%;
    float: right;
  }
}

.tabcus {
  position: relative;
}
.tabcus-inner {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: -0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.tabcus-wrap {
  display: flex;
  position: relative;
}
.tabcus-item {
  flex-shrink: 0;
  position: relative;
  width: max-content;
}
.tabcus-item::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-left: 0.1rem solid #F36F33;
  border-bottom: 0.1rem solid #F36F33;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tabcus-item.active::before {
  opacity: 1;
}
.tabcus-item.active .text::before, .tabcus-item.active .text::after {
  opacity: 1;
}
.tabcus-item .text {
  position: relative;
}
.tabcus-item .text::before, .tabcus-item .text::after {
  position: absolute;
  content: "";
  width: calc(50% - 0.4rem);
  height: 0.1rem;
  background: #F36F33;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tabcus-item .text::before {
  left: 0;
}
.tabcus-item .text::after {
  right: 0;
}

.personnel-list {
  margin-bottom: -1.6rem;
}
.personnel-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.personnel-item .icon {
  width: 1.8rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .personnel-item .icon {
    width: 1.4rem;
  }
}
.personnel-item .name {
  font-weight: 600;
}

.researchgr {
  background: rgba(0, 75, 65, 0.05);
}
.researchgr .swiper-slide {
  height: auto;
  display: flex;
}
.researchgr .swiper-slide .research-item {
  width: 100%;
}
.researchgr .swiper-slide .research-item-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.researchgr .swiper-slide .research-item-ct {
  flex: 1;
}
.researchgr .swiper-navi {
  margin-top: 0;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
}
.researchgr .swiper-navigation {
  transform: none !important;
  position: relative;
  inset: 0 !important;
}
.researchgr .genTop {
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .researchgr .genTop-item {
    width: 100%;
  }
}

.info {
  padding-top: 4rem;
  padding-bottom: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .info {
    padding: 4rem 0 8rem;
  }
}
@media screen and (max-width: 600px) {
  .info {
    padding: 4rem 0;
  }
}
.info-item {
  display: flex;
}
.info-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.info-item .icon {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #D9D9D9;
  padding: 0.4rem;
  margin-right: 1rem;
  margin-top: 0.3rem;
}
.info-item .icon-link {
  display: block;
  margin-left: 0.8rem;
}
.info-item .link {
  display: flex;
  align-items: center;
}
.info-item .link:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 800px) {
  .info-item .text {
    font-size: 1.4rem;
  }
}
.info .name {
  color: #F36F33;
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .info .name {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .info .name {
    font-size: 2.2rem;
  }
}
.info-tab-wrap {
  display: flex;
}
.info-tab-item {
  min-width: calc(25% - var(--pdGen2) * 3 / 4);
}
.info-tab-item:not(:last-child) {
  margin-right: var(--pdGen2);
}
.info-tab-item .text {
  padding: 1.6rem 0;
  padding-right: 3.2rem;
}
@media screen and (max-width: 800px) {
  .info-tab-item .text {
    font-size: 1.4rem;
  }
}
.info-tab-item .toggle-collapse {
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(50%);
  bottom: 50%;
  box-shadow: 0px 0.4rem 4rem rgba(0, 0, 0, 0.2);
}
.info-tab-item .toggle-collapse i {
  font-size: 1rem;
}
.info-cmt {
  padding-left: 1.6rem;
  padding-top: 2.4rem;
  position: relative;
  border-left: 0.1rem solid #CC9900;
  max-width: 39.2rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .info-cmt {
    font-size: 1.4rem;
  }
}
.info-left {
  width: 25%;
  min-width: 27rem;
}
@media screen and (max-width: 600px) {
  .info-left {
    margin: auto;
  }
}
.info-right {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .info-right {
    flex-basis: 100%;
    margin-top: 2.4rem;
  }
}
.info-quote {
  top: 0;
  left: 3.2rem;
}
@media screen and (max-width: 800px) {
  .info-desc {
    font-size: 1.4rem;
  }
}
.info-user-avt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .info-user-avt img {
    border-radius: 0 2.4rem;
  }
}
.info-user-avt.other {
  margin-bottom: var(--mb);
}
.info-user-avt.other .info-user-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 58.2010582011%;
  background: linear-gradient(0, #313131 0%, rgba(36, 36, 36, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 5;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .info-user-avt.other:hover {
    color: #F36F33;
  }
}
.info-user-img {
  display: block;
  padding-top: calc((376 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 3.2rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .info-user-img {
    border-radius: 0 2.4rem;
  }
}
.info-user-ct {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 2.8rem;
}
@media screen and (max-width: 1201px) {
  .info-user-ct {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .info-user-ct {
    padding: 1.2rem;
  }
}
.info-user-name {
  display: flex;
  margin-bottom: 0.8rem;
}
.info-user-name .icon {
  width: 1.6rem;
  display: block;
  font-size: 1.4rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 800px) {
  .info-user-name .icon {
    width: 1.2rem;
    font-size: 1.1rem;
    margin-right: 0.4rem;
  }
}
.info-user-name .text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .info-user-name .text {
    font-size: 1.2rem;
  }
}
.info-user-direct {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .info-user-direct {
    font-size: 1.2rem;
  }
}
.info-user-tit {
  color: white;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.info-user-desc {
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.info-box-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--pdGen) * -1) -1.6rem;
}
.info-box-item {
  width: 25%;
  padding: 0 var(--pdGen);
  margin-bottom: 1.6rem;
  display: flex;
}
@media screen and (max-width: 800px) {
  .info-box-item {
    width: 33.3333333333%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .info-box-item {
    width: 50%;
    font-size: 1.3rem;
  }
}
.info-box-item::before {
  content: "";
  margin-right: 0.6rem;
  margin-top: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: #444444;
  border-radius: 50%;
  border: 0.4rem solid white;
  box-shadow: 0px 0.4rem 2rem rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.info-slide .swiper {
  overflow: visible;
}

.item-border {
  display: block;
  padding-top: calc((211 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 3.2rem;
}
.item-border img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.followsec-form .wpcf7-form-control-wrap {
  padding: 0 !important;
}
.followsec-form .wpcf7-form-control-wrap .wpcf7-text {
  padding: 0 2rem;
}

.topic2-item .info-user-name {
  text-align: center;
  justify-content: center;
}
.topic2-item .info-user-name .text {
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .topic2-item .info-user-name .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .topic2-item .info-user-name .text {
    font-size: 1.6rem;
  }
}
.topic2-item .info-user-wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .topic2-item .info-user-wrap:hover .info-user-name .text {
    color: #F36F33;
  }
}
.topic2-item .info-user-ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.8rem;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .topic2-item .info-user-ct {
    padding: 1.8rem;
  }
}
.topic2-item .info-user-img::before {
  background: linear-gradient(180deg, rgba(0, 75, 65, 0) 0%, #004B41 58.33%) !important;
  z-index: 1;
  transform: none !important;
}

.topic-item {
  padding-bottom: var(--mb);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  margin-bottom: var(--mb);
}
.topic-item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topic-item-img {
  width: 52.7rem;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .topic-item-img {
    width: 40rem;
  }
}
@media screen and (max-width: 800px) {
  .topic-item-img {
    width: 32rem;
  }
}
@media screen and (max-width: 600px) {
  .topic-item-img {
    width: 20rem;
  }
}
@media screen and (max-width: 400px) {
  .topic-item-img {
    width: 100%;
  }
}
.topic-item-img .img-inner {
  display: block;
  padding-top: calc((395 / 527) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 3.2rem;
}
@media screen and (max-width: 600px) {
  .topic-item-img .img-inner {
    border-radius: 0 2.4rem;
  }
}
.topic-item-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-item-img .img-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 51.2333965844%;
  z-index: 5;
  background: linear-gradient(0, #313131 0%, rgba(36, 36, 36, 0) 100%);
  mix-blend-mode: multiply;
  bottom: 0;
  border-radius: 0px 32px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .topic-item-img:hover .img-inner::before {
    opacity: 0;
  }
}
.topic-item-ct {
  padding-left: 9.5rem;
  flex: 1;
}
@media screen and (max-width: 1201px) {
  .topic-item-ct {
    padding-left: var(--pdGen2);
  }
}
@media screen and (max-width: 600px) {
  .topic-item-ct {
    padding-left: 0.8rem;
  }
}
@media screen and (max-width: 400px) {
  .topic-item-ct {
    padding-left: 0;
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .topic-item-ct .research-date {
    margin-bottom: 0.4rem;
  }
}
.topic-item-link {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .topic-item-link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .topic-item-link {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .topic-item-link {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }
}
.topic-item-desc .text {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .topic-item-desc .text {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 800px) {
  .topic-item-desc .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .topic-item-desc .text {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
}
.topic-item-desc ul {
  list-style-type: disc;
  padding-left: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .topic-item-desc ul {
    -webkit-line-clamp: 2;
  }
}
.topic-item-desc ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 800px) {
  .topic-item-desc ul li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 800px) {
  .topic-item-desc ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .topic-item-desc ul li {
    font-size: 1.2rem;
  }
}

.fieldsec-seach {
  width: 48.8rem;
  display: flex;
}
@media screen and (max-width: 600px) {
  .fieldsec-seach {
    width: 100%;
  }
}
.fieldsec-seach .select2 {
  flex: 1;
  max-width: 100%;
  overflow: auto;
}
.fieldsec-seach .select2-container {
  height: 4.4rem;
}
.fieldsec-seach .select2.select2-container .select2-selection--multiple {
  height: 100%;
  background: rgba(0, 75, 65, 0.1);
  border-radius: 0px 4px;
  border: none;
  padding: 0;
}
.fieldsec-seach .select2-selection__rendered {
  height: 100%;
}
.fieldsec-seach .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  overflow-x: auto;
  cursor: pointer;
}
.fieldsec-seach .select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  height: 0.1rem;
}
.fieldsec-seach input {
  width: 90%;
}
.fieldsec-seach .select2-selection__rendered {
  padding: 0.8rem 1.2rem !important;
}
.fieldsec-seach .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0;
  height: 100%;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-left: 1.2rem;
  padding-right: 0.2rem;
  border: 0.1rem solid rgba(0, 75, 65, 0.3);
  border-radius: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1.4;
  color: rgba(68, 68, 68, 0.5);
  flex-shrink: 0;
}
.fieldsec-seach .select2-container--default .select2-selection--multiple .select2-selection__choice:not(:last-child) {
  margin-right: 1rem;
}
.fieldsec-seach .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static;
  border: none;
  width: 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-left: 0.5rem;
  font-size: 2rem;
}
.fieldsec-btn {
  width: 4.4rem;
  height: 100%;
  background: #F36F33;
  border-radius: 0 0.4rem;
  margin-left: 0.8rem;
  padding: 1.3rem;
}
.fieldsec-txt {
  max-width: 48.6rem;
}
@media screen and (max-width: 800px) {
  .fieldsec-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .fieldsec-desc {
    font-size: 1.4rem;
  }
}
.fieldsec-titsm {
  padding-bottom: 0.8rem;
  width: fit-content;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .fieldsec .genTop-item {
    width: 100%;
  }
}
.fieldsec .disc-st-txt {
  width: 33.3333333333%;
}
@media screen and (max-width: 800px) {
  .fieldsec .disc-st-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .fieldsec .disc-st-txt {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .fieldsec .disc-st-txt {
    width: 100%;
  }
}

.select-fields .select2-results__options {
  display: flex;
  flex-wrap: wrap;
  padding: 1.2rem;
}
.select-fields .select2-results__option {
  border: 0.1rem solid rgba(0, 75, 65, 0.3);
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  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 1.2rem;
  height: 2.8rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.select-fields .select2-results__option[aria-selected=true] {
  background: #004B41;
  color: white;
}
.select-fields .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  font-size: 1.4rem;
  color: white;
}
.select-fields .select2-results__options .select2-results__option:first-child {
  display: flex;
}

.disc-st {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--pdGen) * -1) -1.6rem;
}
.disc-st-txt {
  padding: 0 var(--pdGen);
  margin-bottom: 1.6rem;
  display: flex;
}
.disc-st-txt::before {
  content: "";
  margin-right: 0.6rem;
  margin-top: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: #444444;
  border-radius: 50%;
  border: 0.4rem solid white;
  box-shadow: 0px 0.4rem 2rem rgba(0, 0, 0, 0.15);
}

.publications {
  background: rgba(0, 75, 65, 0.05);
}
.publications-item-img {
  display: block;
  margin-bottom: 1.6rem;
}
.publications-item-img .img-inner {
  display: block;
  padding-top: calc((211 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 3.2rem;
}
.publications-item-img .img-inner::before {
  background: linear-gradient(180deg, rgba(0, 75, 65, 0) 0%, #004B41 58.33%);
  opacity: 0.7;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42.7083333333%;
  z-index: 2;
}
.publications-item-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publications-item-link {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .publications-item-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .publications-item-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .publications-item-link {
    font-size: 1.5rem;
  }
}
.publications-item-tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  color: #F36F33;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .publications-item-tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .publications-item-tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .publications-item-tit {
    font-size: 1.4rem;
  }
}
.publications-item-desc {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .publications-item-desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .publications-item-desc {
    font-size: 1.2rem;
  }
}
.publications-date {
  display: flex;
}
.publications-date .icon {
  width: 1.6rem;
  margin-right: 0.8rem;
}
.publications-date .text {
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .publications-date .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .publications-date .text {
    font-size: 1.2rem;
  }
}
.publications-sl .swiper-slide {
  height: auto;
}
@media screen and (max-width: 350px) {
  .publications-sl .swiper-slide {
    width: 100%;
  }
}

.partner .pagination-con {
  margin-left: auto;
  margin-right: auto;
}
.partner-desc {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
}
.partner-sl {
  margin: 0 -5rem;
}
@media screen and (max-width: 1024px) {
  .partner-sl {
    margin: 0 -2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .partner-sl .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .partner-sl .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 450px) {
  .partner-sl .swiper-slide {
    width: 50%;
  }
}
.partner-item {
  padding: 0 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .partner-item {
    padding: 0 2.4rem;
  }
}
.partner-item .img-inner {
  width: 100%;
  height: 100%;
  max-height: 7.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;
}

.project {
  background: rgba(217, 217, 217, 0.2);
}
.project .intro-tab-wrap {
  margin-left: auto;
  margin-right: auto;
}
.project .intro-tab {
  border: none;
}
.project .intro-tab .intro-tab-item::before {
  border-color: #004B41;
}
.project .intro-tab .intro-tab-item::after {
  position: absolute;
  content: "";
  width: calc(100% + 2rem);
  height: 0.1rem;
  bottom: -0.1rem;
  left: 0;
  background: #D9D9D9;
}
.project .intro-tab .intro-tab-item:last-child::after {
  width: 100%;
}
.project .intro-tab .intro-tab-item .text {
  transition: all 0.3s ease-in-out;
}
.project .intro-tab .intro-tab-item .text::before, .project .intro-tab .intro-tab-item .text::after {
  background: #004B41;
  z-index: 5;
}
.project .intro-tab .intro-tab-item.active .text {
  color: #F36F33;
}
.project .research-item {
  width: 100%;
  height: 100%;
}
.project .swiper-slide {
  height: auto;
}
.project .research-item-link {
  height: 11rem;
}
@media screen and (max-width: 1200px) {
  .project .research-item-link {
    height: 9rem;
  }
}
@media screen and (max-width: 800px) {
  .project .research-item-link {
    height: 7rem;
  }
}
@media screen and (max-width: 600px) {
  .project .research-item-link {
    height: 6.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .collaborate-left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .collaborate-right {
    width: 100%;
  }
}
.collaborate-item {
  margin-bottom: var(--pdGen2);
}
.collaborate-item .publications-item-img {
  width: 18rem;
  flex-shrink: 0;
  margin: 0;
  display: block;
}
@media screen and (max-width: 600px) {
  .collaborate-item .publications-item-img {
    width: 14rem;
  }
}
@media screen and (max-width: 350px) {
  .collaborate-item .publications-item-img {
    width: 100%;
  }
}
.collaborate-item .publications-item-img .img-inner {
  border-radius: 0 2.4rem;
}
.collaborate-item .publications-date {
  margin-bottom: 0.8rem;
}
.collaborate-item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.collaborate-item-ct {
  padding-left: var(--pdGen2);
  flex: 1;
}
@media screen and (max-width: 350px) {
  .collaborate-item-ct {
    padding-left: 0;
    margin-top: 1.2rem;
  }
}
.collaborate-item-link {
  font-weight: 700;
  display: block;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .collaborate-item-link {
    font-size: 1.4rem;
  }
}

.giving {
  position: relative;
  padding-bottom: 4rem;
}
.giving-dc {
  font-weight: 800;
  color: transparent;
  font-size: 17.2rem;
  line-height: 1;
  position: absolute;
  top: 3rem;
  right: calc(50vw - 60rem);
  margin-right: max(60rem - 50vw, -26rem);
  user-select: none;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .giving-dc {
    font-size: 14.2rem;
  }
}
@media screen and (max-width: 1201px) {
  .giving-dc {
    font-size: 9.2rem;
  }
}
@media screen and (max-width: 800px) {
  .giving-dc {
    font-size: 6.2rem;
  }
}
.giving-dc .text {
  position: relative;
  width: fit-content;
}
.giving-dc .text::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(0, rgba(255, 255, 255, 0.97) 16%, rgba(255, 255, 255, 0.4) 99.64%);
}
.giving-dc .text-1 {
  background: url("../assets/images/bg-text-1.png") no-repeat;
  background-position: 22% -90%;
  background-size: 130%;
  -webkit-background-clip: text;
  position: relative;
}
.giving-dc .text-2 {
  background: url("../assets/images/why-volunteer-in-asia.png") no-repeat;
  background-position: 40% 50%;
  -webkit-background-clip: text;
  position: relative;
}
.giving-wrap {
  z-index: 10;
}
.giving-desc {
  max-width: 79.2rem;
}
.giving-item-inner {
  display: block;
  position: relative;
}
.giving-item-ct {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  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: 700;
  font-size: 2rem;
  line-height: 27px;
  color: #FFFFFF;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .giving-item-ct {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .giving-item-ct {
    font-size: 1.6rem;
  }
}
.giving-item .img-inner::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 75, 65, 0) 0%, #004B41 58.33%);
  opacity: 0.7;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  height: 49.2907801418%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .giving-item:hover .giving-item-ct {
    bottom: 50%;
    transform: translateY(50%);
    color: #F36F33;
  }
  .giving-item:hover .img-inner::before {
    height: 100%;
  }
}

.vgsec.other {
  background: rgba(0, 75, 65, 0.05);
}
.vgsec.other .research-list {
  justify-content: center;
}

.recruitsl-sl {
  margin-left: calc(var(--pdGen) * -1);
  margin-right: calc(var(--pdGen) * -1);
}
.recruitsl-sl .swiper-slide {
  height: auto;
}
@media screen and (max-width: 1201px) {
  .recruitsl-sl .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .recruitsl-sl .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .recruitsl-sl .swiper-slide {
    width: 100%;
  }
}
.recruitsl-sl .swiper-slide .recruit-item {
  height: 100%;
}

.postsec .info-cmt {
  max-width: 67.4rem;
  font-weight: 500;
}
.postsec-ct p {
  margin-bottom: 1.6rem;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .postsec-ct p {
    font-size: 1.4rem;
  }
}
.postsec-ct .d-wrp {
  margin-bottom: 2.4rem;
}
.postsec-ct .txt-md {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .postsec-ct .txt-md {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .postsec-ct .txt-md {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .postsec-ct .d-2 {
    width: 100%;
  }
}
.postsec .post-info {
  max-width: 74.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.postsec .post-info > img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6rem;
  max-width: 100%;
}
.postsec-item {
  flex: 1;
  max-width: 40.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .postsec-item {
    flex-basis: 100%;
  }
  .postsec-item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.postsec-item-inner {
  display: flex;
}
.postsec-item-img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.postsec-item-ct {
  padding-left: 1.6rem;
}
.postsec-item-name {
  color: #F36F33;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.postsec-item-direct {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}
.postsec-item-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}
.postsec-item-direct2 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
}
.postsec-avt {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
}
.postsec-bottom {
  padding: 1.6rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}

.postRel {
  padding-bottom: 15rem;
}
@media screen and (max-width: 1201px) {
  .postRel {
    padding-bottom: 10rem;
  }
}
.postRel .research-item {
  width: 100%;
}
@media screen and (max-width: 400px) {
  .postRel .swiper-slide {
    width: 100%;
  }
}
.postRel .swiper-slide .research-item {
  height: 100%;
}

.recruit-left {
  width: 25%;
}
@media screen and (max-width: 1201px) {
  .recruit-left {
    width: 0;
    padding: 0;
  }
}
.recruit-right {
  flex: 1;
}
.recruit-item {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 550px) {
  .recruit-item {
    width: 100%;
  }
}
.recruit-item-wrap {
  background: #F4F4F4;
  border-radius: 0 3.2rem;
  padding: 2.4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1201px) {
  .recruit-item-wrap {
    padding: 1.6rem;
  }
}
.recruit-item-name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .recruit-item-name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-item-name {
    font-size: 1.7rem;
  }
}
.recruit-location {
  display: flex;
  align-items: center;
}
.recruit-location .icon {
  display: block;
  width: 1.6rem;
  margin-right: 0.8rem;
}
.recruit-tag {
  background: #004B41;
  border-radius: 3.2rem;
  width: fit-content;
  padding: 0.5rem 1.6rem 0.4rem;
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
}
.recruit-info {
  padding-left: 0.8rem;
}
.recruit-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit-info-item::before {
  content: "•";
  color: #004B41;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -0.8rem;
  flex-shrink: 0;
}
.recruit-info-item .tit {
  font-weight: 600;
  margin-right: auto;
}
.recruit-info-item .text {
  color: #F36F33;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}
.recruit-result {
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.recruit-input {
  background: rgba(217, 217, 217, 0.2);
  width: 100%;
  height: 4.2rem;
  padding: var(--pdGen2);
}
.recruit-search {
  position: relative;
}
.recruit-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
}
.recruit-tag-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.recruit-tag-item {
  padding: 0 0.8rem 0.8rem;
}
.recruit-tag-item .text {
  display: flex;
  align-items: center;
  background: rgba(217, 217, 217, 0.2);
  padding: 1rem 1rem 0.9rem;
  opacity: 0.5;
}
.recruit-tag-item .text .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.8rem;
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
.recruit-tag-item .text .icon i {
  font-weight: 400;
}
.recruit-content .tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .recruit-content .tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-content .tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit-content p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .recruit-content p {
    font-size: 1.2rem;
  }
}
.recruit-content ul {
  margin-bottom: var(--mb);
}
.recruit-content ul li {
  display: flex;
}
.recruit-content ul li::before {
  content: "";
  background: url("../assets/images/check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: block;
  margin-right: 0.8rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
@media screen and (max-width: 800px) {
  .recruit-content ul li::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.recruit-content ul li:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .recruit-content ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .recruit-content ul li {
    font-size: 1.2rem;
  }
}
.recruit-form .form-input {
  border: 0.1rem solid rgba(0, 75, 65, 0.5);
  border-radius: 0.8rem;
  background: white;
}
.recruit-form .form-input::placeholder {
  color: rgba(68, 68, 68, 0.5);
  font-weight: 500;
}
.recruit-form .form-text {
  border: 0.1rem solid rgba(0, 75, 65, 0.5);
  border-radius: 0.8rem;
  background: white;
}
.recruit-form .form-text::placeholder {
  color: rgba(68, 68, 68, 0.5);
  font-weight: 500;
}
@media screen and (max-width: 1201px) {
  .recruit .side-fixed-wrap {
    padding-top: 5rem;
  }
}

.searchpo {
  position: relative;
  z-index: 70;
}
.searchpo-form {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: -6rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .searchpo-form {
    top: -2rem;
  }
}
@media screen and (max-width: 1201px) {
  .searchpo-form {
    position: relative;
    left: 0rem;
    right: 0rem;
    transform: none;
    top: 0;
  }
}
.searchpo-wrap {
  max-width: 78.4rem;
  margin: auto;
  padding: 2.8rem 2rem;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .searchpo-wrap {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .searchpo-wrap {
    justify-content: center;
    padding: 2rem 1.2rem;
  }
}
.searchpo-wrap::before {
  content: "";
  position: absolute;
  background: #004B41;
  opacity: 0.9;
  border-radius: 0px 32px;
  z-index: -1;
  height: 100%;
  width: 100vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1201px) {
  .searchpo-wrap::before {
    right: -1.5rem;
    border-radius: 0%;
    width: 107vw;
  }
}
.searchpo-wrap .followsec-btn {
  height: 4rem;
}
.searchpo-input {
  flex-shrink: 0;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 600px) {
  .searchpo-input {
    flex-basis: 100%;
    margin-bottom: 1.2rem;
  }
}
.searchpo-input .input {
  width: 100%;
  height: 4rem;
  background: #FFFFFF;
  border-radius: 3.2rem;
  padding-left: 4rem;
}
.searchpo-input .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.6rem;
}

.train {
  padding-bottom: 18rem;
}
.train-side-list {
  margin: -1.6rem 0;
}
.train-side-item {
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  font-weight: 700;
  color: #004B41;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.1);
}
.train-side-item::before {
  content: "";
  margin-right: 0.8rem;
  margin-top: 0.2rem;
  width: 1rem;
  height: 1rem;
  display: block;
  background: #444444;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 0.5rem solid rgb(254, 240, 234);
}
.train-side-item.active {
  color: #F36F33;
}
.train-side-item.active::before {
  background: #F36F33;
}
@media (min-width: 1201px) {
  .train-side-item:hover {
    color: #F36F33;
  }
  .train-side-item:hover::before {
    background: #F36F33;
  }
}
.train-left {
  width: 25%;
}
@media screen and (max-width: 1201px) {
  .train-left {
    width: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1202px) {
  .train-left .side-fixed {
    position: sticky;
    top: 6rem;
  }
}
.train-right {
  width: 75%;
}
@media screen and (max-width: 1201px) {
  .train-right {
    width: 100%;
  }
}
.train-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding-right: 1rem;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width: 1202px) {
  .train-btn {
    display: none;
  }
}
.train-btn .sidebar-open-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.train-btn .sidebar-open-wrap .text {
  font-weight: 700;
  color: #004B41;
}
.train-btn .sidebar-open-wrap .icon {
  width: 4.2rem;
}
.train .content p {
  margin-bottom: 1.6rem;
}
.train .content > img {
  margin-bottom: 4rem;
}
.train .content .italic {
  font-style: italic;
}
.train .content .d-item.img {
  width: 44.4444444444%;
}
.train .content .d-item.f-1 {
  flex: 1;
}
.train .content ul {
  margin-bottom: 4rem;
  margin-right: calc(var(--pdGen) * -1);
  margin-left: calc(var(--pdGen) * -1);
}
.train .content ul li {
  display: flex;
  padding-left: var(--pdGen);
  padding-right: var(--pdGen);
}
.train .content ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.train .content ul li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.5rem;
  background-image: url("../assets/images/tick-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.8rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.train .content ul.pa-2 {
  display: flex;
  flex-wrap: wrap;
}
.train .content ul.pa-2 li {
  width: 50%;
}
.train .plyr {
  border-radius: 0;
  margin-bottom: 4rem;
}

.target-item {
  margin-bottom: var(--pdGen2);
}
.target-item-num {
  width: 3.6rem;
  height: 3.6rem;
  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;
  border: 0.1rem solid #004B41;
  margin-bottom: 1.6rem;
  font-weight: 700;
  color: #004B41;
}
.target-item-tit {
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.question-section {
  background: #FAFAFA;
  padding: 12rem 0;
}
@media screen and (max-width: 1201px) {
  .question-section {
    padding: 4.5rem 0;
  }
}
.question-section .desc {
  max-width: 52.8rem;
  margin-left: auto;
  margin-right: auto;
}
.question-sub {
  display: none;
}
.question-sub ul {
  padding-left: 0 !important;
}
.question-sub ul li {
  list-style: disc;
}
.question-sub ul li:not(:last-child) {
  margin-bottom: 2.4rem;
}
.question-item {
  border-bottom: 1px solid #CECECE;
}
.question-item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.question-item .title {
  padding-bottom: 2.4rem;
  padding-right: 5rem;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.question-sub {
  padding: 0 0 2.4rem;
  margin-top: -0.8rem;
  max-width: 79.2rem;
  opacity: 0.7;
}
.question-sub .question-sub-item {
  list-style: disc;
}
.question-sub .question-sub-item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.collp {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0.2rem solid #444444;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.collp .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.collp .inner::before, .collp .inner::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 24px;
  background: #444444;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.3s ease-in-out;
  z-index: 10;
}
.collp .inner::after {
  transform: translate(-50%, -50%) scale(0.5) rotate(90deg);
}
.collp.active .inner::after {
  transform: translate(-50%, -50%) scale(0.5);
}

.scs-tab {
  margin-bottom: 0;
}
.scs-tab .swiper {
  padding: 2rem 1rem;
}
.scs-tab .swiper-wrapper {
  align-items: center;
}
.scs-tab .swiper-slide {
  width: auto;
  overflow: visible;
  z-index: 1;
  height: 14rem;
  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;
}
.scs-tab .swiper-slide:nth-last-child(1) {
  z-index: 1;
}
.scs-tab .swiper-slide:nth-last-child(2) {
  z-index: 2;
}
.scs-tab .swiper-slide:nth-last-child(3) {
  z-index: 3;
}
.scs-tab .swiper-slide:nth-last-child(4) {
  z-index: 4;
}
.scs-tab .swiper-slide:nth-last-child(5) {
  z-index: 5;
}
.scs-tab .swiper-slide:nth-last-child(6) {
  z-index: 6;
}
.scs-tab .swiper-slide:nth-last-child(7) {
  z-index: 7;
}
.scs-tab .swiper-slide:nth-last-child(8) {
  z-index: 8;
}
.scs-tab .swiper-slide:nth-last-child(9) {
  z-index: 9;
}
.scs-tab .swiper-slide:nth-last-child(10) {
  z-index: 10;
}
.scs-tab .swiper-slide:nth-last-child(11) {
  z-index: 11;
}
.scs-tab .swiper-slide:nth-last-child(12) {
  z-index: 12;
}
.scs-tab .swiper-slide:nth-last-child(13) {
  z-index: 13;
}
.scs-tab .swiper-slide:nth-last-child(14) {
  z-index: 14;
}
.scs-tab .swiper-slide:nth-last-child(15) {
  z-index: 15;
}
.scs-tab .swiper-slide:nth-last-child(16) {
  z-index: 16;
}
.scs-tab .swiper-slide:nth-last-child(17) {
  z-index: 17;
}
.scs-tab .swiper-slide:nth-last-child(18) {
  z-index: 18;
}
.scs-tab .swiper-slide:nth-last-child(19) {
  z-index: 19;
}
.scs-tab .swiper-slide:nth-last-child(20) {
  z-index: 20;
}
.scs-tab .swiper-slide:nth-last-child(21) {
  z-index: 21;
}
.scs-tab .swiper-slide:nth-last-child(22) {
  z-index: 22;
}
.scs-tab .swiper-slide:nth-last-child(23) {
  z-index: 23;
}
.scs-tab .swiper-slide:nth-last-child(24) {
  z-index: 24;
}
.scs-tab .swiper-slide:nth-last-child(25) {
  z-index: 25;
}
.scs-tab .swiper-slide:nth-last-child(26) {
  z-index: 26;
}
.scs-tab .swiper-slide:nth-last-child(27) {
  z-index: 27;
}
.scs-tab .swiper-slide:nth-last-child(28) {
  z-index: 28;
}
.scs-tab .swiper-slide:nth-last-child(29) {
  z-index: 29;
}
.scs-tab .swiper-slide:nth-last-child(30) {
  z-index: 30;
}
.scs-tab .swiper-slide:nth-last-child(31) {
  z-index: 31;
}
.scs-tab .swiper-slide:nth-last-child(32) {
  z-index: 32;
}
.scs-tab .swiper-slide:nth-last-child(33) {
  z-index: 33;
}
.scs-tab .swiper-slide:nth-last-child(34) {
  z-index: 34;
}
.scs-tab .swiper-slide:nth-last-child(35) {
  z-index: 35;
}
.scs-tab .swiper-slide:nth-last-child(36) {
  z-index: 36;
}
.scs-tab .swiper-slide:nth-last-child(37) {
  z-index: 37;
}
.scs-tab .swiper-slide:nth-last-child(38) {
  z-index: 38;
}
.scs-tab .swiper-slide:nth-last-child(39) {
  z-index: 39;
}
.scs-tab .swiper-slide:nth-last-child(40) {
  z-index: 40;
}
.scs-tab .swiper-slide:nth-last-child(41) {
  z-index: 41;
}
.scs-tab .swiper-slide:nth-last-child(42) {
  z-index: 42;
}
.scs-tab .swiper-slide:nth-last-child(43) {
  z-index: 43;
}
.scs-tab .swiper-slide:nth-last-child(44) {
  z-index: 44;
}
.scs-tab .swiper-slide:nth-last-child(45) {
  z-index: 45;
}
.scs-tab .swiper-slide:nth-last-child(46) {
  z-index: 46;
}
.scs-tab .swiper-slide:nth-last-child(47) {
  z-index: 47;
}
.scs-tab .swiper-slide:nth-last-child(48) {
  z-index: 48;
}
.scs-tab .swiper-slide:nth-last-child(49) {
  z-index: 49;
}
.scs-tab .swiper-slide:nth-last-child(50) {
  z-index: 50;
}
.scs-tab .swiper-slide-thumb-active .scs-avt {
  transform: scale(1.2);
  width: 10rem;
  border: 0.3rem solid #F36F33;
}
.scs-avt {
  width: 6rem;
  transform: scale(1.34);
  border-radius: 50%;
  border: 0.2rem solid #D9D9D9;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  overflow: hidden;
}
.scs-name {
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.scs-ct .direct {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 3.2rem;
  opacity: 0.7;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .scs-ct .direct {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .scs-ct .direct {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .scs-ct .direct {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .scs-ct .direct {
    font-size: 1.6rem;
  }
}
.scs-ct .direct .nor {
  font-size: 1.6rem;
  font-weight: 500;
}
.scs-ct .rv {
  opacity: 0.7;
  margin-bottom: var(--pdGen2);
  margin-bottom: 0.4rem;
}
.scs-ct .rv p {
  margin-bottom: 0;
}
.scs-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scs-bottom .swiper-pagination {
  width: fit-content;
  margin-top: 0;
}
.scs-bottom .swiper-pagination-bullet {
  height: auto;
  width: auto;
  font-size: 1.4rem;
  line-height: 1.4;
  background: none;
  border: none;
  border-radius: 0;
}
.scs-bottom .swiper-pagination-bullet-active {
  color: #F36F33;
}
.scs-navigation {
  display: flex;
  padding: 1.2rem;
  cursor: pointer;
}
.scs-navigation.next {
  transform: rotate(180deg);
}

.sign-form {
  background: rgba(0, 75, 65, 0.05);
  padding: 4rem;
}
@media screen and (max-width: 600px) {
  .sign-form {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .sign-form {
    padding: 1.2rem;
  }
}
.sign-form .form-text {
  background: rgba(0, 75, 65, 0.1);
  border-radius: 0px 4px;
}

.level {
  padding-top: 10rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 1201px) {
  .level {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.level-left {
  width: 66.6666666667%;
  user-select: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .level-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.level-right {
  flex: 1;
}
.level-list {
  display: block;
  columns: 2;
  -webkit-columns: 2;
}
@media screen and (max-width: 360px) {
  .level-list {
    columns: 1;
    -webkit-columns: 1;
  }
}
.level-tab-item {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .level-tab-item {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .level-tab-item {
    font-size: 2.2rem;
  }
}
.level-tab-item:not(:last-child) {
  padding-right: var(--pdGen2);
  margin-right: var(--pdGen2);
  border-right: 0.1rem solid rgba(0, 75, 65, 0.2);
}
.level-tab-item.active {
  color: #F36F33;
}
.level-item {
  margin-bottom: 1.6rem;
  width: 100%;
}
.level-item .text {
  display: flex;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .level-item .text {
    font-size: 1.4rem;
  }
}
.level-item .text::before {
  content: "";
  background-image: url("../assets/images/arow-icon-3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.6rem;
  display: block;
  margin-right: 0.8rem;
  margin-top: 0.3rem;
  transition: 0.3s ease-in-out;
  filter: brightness(0);
}
@media screen and (max-width: 400px) {
  .level-item .text::before {
    width: 0.8rem;
  }
}
@media (min-width: 1201px) {
  .level-item .text:hover {
    color: #F36F33;
  }
  .level-item .text:hover::before {
    filter: none;
  }
}
.level-img {
  margin-right: calc(60rem - 50vw + 1.5rem);
  margin-left: -50%;
  max-width: 75.3rem;
}
@media screen and (max-width: 1230px) {
  .level-img {
    margin-right: -1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .level-img {
    margin-left: -1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .level-desc {
    font-size: 1.4rem;
  }
}

.support {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .support-left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .support-right {
    width: 100%;
  }
}
.support-right {
  position: relative;
  z-index: 10;
}
.support-img {
  margin-left: calc(60rem - 50vw);
  margin-right: -16.6666666667%;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .support-img {
    margin-left: -1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .support-img {
    margin-right: -1.5rem;
  }
}
.support-img::before {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 55.73%);
  width: 100%;
  height: 100%;
}
.support-item-wrap {
  padding: var(--pdGen2);
  background: #FFFFFF;
  box-shadow: 0.3rem 0.4rem 4rem rgba(0, 0, 0, 0.08);
  border-radius: 0px 3.2rem;
}
.support-ct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .support .swiper-slide {
    width: 100%;
  }
}

.postgra {
  background: rgba(0, 75, 65, 0.05);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .postgra-left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .postgra-right {
    width: 100%;
  }
}
.postgra-item-wrap {
  display: block;
  overflow: hidden;
  border-radius: 0 3.2rem;
  position: relative;
  color: white;
}
@media (min-width: 1201px) {
  .postgra-item-wrap:hover {
    color: #F36F33;
  }
}
.postgra-item .img-inner {
  display: block;
  padding-top: calc((211 / 282) * 100%);
  position: relative;
  overflow: hidden;
}
.postgra-item .img-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 75, 65, 0) 0%, #004B41 58.33%);
  opacity: 0.8;
  z-index: 1;
}
.postgra-item .img-inner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postgra-item-ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .postgra-item-ct {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .postgra-item-ct {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1201px) {
  .postgra-item-ct {
    padding: 1.6rem;
  }
}
.postgra-item-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .postgra .swiper-slide {
    width: 100%;
  }
}

.centersec {
  background: #004B41;
  color: white;
}
.centersec-bg {
  mix-blend-mode: multiply;
}
.centersec-desc {
  max-width: 75.1rem;
  margin-left: auto;
  margin-right: auto;
}

.intro2 {
  padding-bottom: 4rem;
  padding-top: 6.4rem;
}
@media screen and (max-width: 650px) {
  .intro2 {
    padding-top: 3.2rem;
  }
}
.intro2-desc {
  max-width: 45.8rem;
  font-weight: 700;
}
.intro2-left {
  width: 58.3333333333%;
  position: relative;
}
@media screen and (max-width: 650px) {
  .intro2-left {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.intro2-right {
  flex: 1;
}
.intro2-img {
  margin: -0.5rem;
  padding-bottom: 3.2rem;
  padding-right: 6rem;
}
@media screen and (max-width: 1201px) {
  .intro2-img {
    padding-right: 0;
  }
}
.intro2-img .img {
  padding: 0.5rem;
}
.intro2-img .img-inner {
  overflow: hidden;
}
.intro2-img .img:nth-child(odd) .img-inner {
  border-radius: 0 3.2rem;
}
.intro2-img .img:nth-child(even) {
  transform: translateY(3.2rem);
}
.intro2-img .img:nth-child(even) .img-inner {
  border-radius: 3.2rem 0;
}
.intro2-ct {
  padding-top: 5.4rem;
}
.intro2-list {
  padding-left: 26rem;
  margin-right: -8.6rem;
}
@media screen and (max-width: 1024px) {
  .intro2-list {
    padding-left: 16rem;
  }
}
@media screen and (max-width: 800px) {
  .intro2-list {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 650px) {
  .intro2-list {
    padding-left: 5rem;
    margin-right: 0;
    padding-left: 0;
  }
}
.intro2-item:not(:last-child) {
  margin-bottom: var(--pdGen2);
}
.intro2-item-wrap {
  display: flex;
  align-items: center;
}
.intro2-item-icon {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding: 1.4rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 600px) {
  .intro2-item-icon {
    width: 6rem;
    height: 6rem;
  }
}
.intro2-item-ct {
  padding-left: 2.2rem;
  min-height: 8.7rem;
  position: relative;
  padding-right: 1.1rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  flex: 1;
  padding-top: 0.8rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 600px) {
  .intro2-item-ct {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.intro2-item-ct::before {
  position: absolute;
  content: "";
  width: calc(100% + 6rem);
  height: 100%;
  background: linear-gradient(270deg, #F7B957 2.12%, #F36F33 97.96%);
  border-radius: 0px 3.2rem;
  z-index: -1;
  right: 0;
}
@media screen and (max-width: 600px) {
  .intro2-item-ct::before {
    width: calc(100% + 3rem);
  }
}
.intro2-item-ct .txt {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
.intro2-item-ct .tit {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 16px;
}
.intro2-item-ct .hl {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.intro2-bg {
  top: -11rem;
  left: calc(50vw - 50rem);
  max-width: 57.8rem;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .intro2-bg {
    left: 50%;
    transform: translateX(-50%);
    top: -6rem;
  }
}

.adminst {
  padding-bottom: 0;
}
.adminst .swiper {
  overflow: visible;
  transform: skew(-22deg);
}
.adminst .swiper-slide {
  overflow: hidden;
  min-width: 46rem;
}
@media screen and (max-width: 1201px) {
  .adminst .swiper-slide {
    min-width: 32rem;
  }
}
.adminst .container {
  max-width: 149rem;
}
.adminst-item {
  transform: skew(22deg);
}
.adminst-item-img {
  display: block;
  padding-top: calc((586 / 736) * 100%);
  position: relative;
  overflow: hidden;
  padding-top: 120.5%;
  overflow: visible;
}
.adminst-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 150%;
}
.adminst-item-inner {
  position: relative;
}
.adminst-item-inner::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: linear-gradient(180deg, rgba(56, 75, 0, 0) 0%, #004B41 100%);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .adminst-item-inner::before {
    transform: translate(-50%, 0%);
  }
}
.adminst-item-ct {
  position: absolute;
  left: 14rem;
  right: 8rem;
  bottom: 8rem;
  color: white;
  z-index: 10;
}
@media screen and (max-width: 1201px) {
  .adminst-item-ct {
    left: 4rem;
    right: 6rem;
    bottom: 4rem;
  }
}
.adminst-item-name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .adminst-item-name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .adminst-item-name {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1202px) {
  .adminst-item-name {
    transition: all 0.5s 0.3 ease-in-out;
    transform: translateX(60rem);
  }
}
.adminst-item-direct {
  font-weight: 600;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1202px) {
  .adminst-item-direct {
    transition: all 0.5s 0.15s ease-in-out;
    transform: translateX(60rem);
  }
}
.adminst-item-desc {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 1202px) {
  .adminst-item-desc {
    transition: all 0.5s ease-in-out;
    transform: translateX(60rem);
  }
}
@media (min-width: 1201px) {
  .adminst-item:hover .adminst-item-inner::before {
    transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 1201px) and (min-width: 1202px) {
  .adminst-item:hover .adminst-item-name {
    transform: translateX(0rem);
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1202px) {
  .adminst-item:hover .adminst-item-direct {
    transform: translateX(0rem);
    transition: all 0.5s 0.15s ease-in-out;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1202px) {
  .adminst-item:hover .adminst-item-desc {
    transform: translateX(0rem);
    transition: all 0.5s 0.3s ease-in-out;
  }
}
.adminst-desc {
  max-width: 78.8rem;
  margin-left: auto;
  margin-right: auto;
}

.structure {
  --cirBig: 16.4rem;
  --cirSm: 14rem;
  background: rgba(0, 75, 65, 0.05);
}
.structure-item {
  position: relative;
  padding: 0 1.7rem;
}
.structure-item::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 6.4rem;
  background: #004B41;
}
.structure-item-inner {
  position: relative;
}
.structure-item-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../assets/images/Subtract-dc.svg") no-repeat;
  background-size: contain;
}
.structure-item-inner::after {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #004B41;
  left: 0;
  bottom: 40%;
  transform: translateX(-50%);
}
.structure-item-ct {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #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;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  border: 0.3rem solid #DDDDDD;
  box-shadow: 1.3rem 1rem 1.5rem rgba(0, 0, 0, 0.1);
}
.structure-item-ct::before {
  position: absolute;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: white;
  border: 0.1rem solid #004B41;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.structure-item-ct::after {
  position: absolute;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: white;
  border: 0.1rem solid #004B41;
  left: 0;
  bottom: 53%;
  transform: translateX(-50%);
}
.structure-item.big {
  padding-bottom: 6.4rem;
}
.structure-item.big .structure-item-inner {
  width: var(--cirBig);
  height: var(--cirBig);
  padding: 1.4rem;
}
.structure-item.big::before {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.structure-item.sm {
  padding-top: 6.4rem;
}
.structure-item.sm .structure-item-inner {
  width: var(--cirSm);
  height: var(--cirSm);
  padding: 1.4rem;
}
.structure-item.sm .structure-item-ct {
  font-size: 1rem;
}
.structure-item.sm::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.structure-item.sm::after {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 100%;
  background: #004B41;
  top: 0;
  left: 50%;
}
.structure-item.sm:last-child::after {
  left: auto;
  right: 50%;
}
.structure-box {
  padding-bottom: 1rem;
  overflow: auto;
}
.structure-box::-webkit-scrollbar {
  height: 0.1rem;
}
.structure-list {
  width: fit-content;
  margin: auto;
}

.center2 {
  --iconSize: 8.5rem;
  padding-bottom: 19rem;
}
@media screen and (max-width: 1201px) {
  .center2 {
    padding-bottom: 12rem;
  }
}
.center2-tab-item {
  min-width: 33.333333%;
}
.center2-tab-item .text {
  display: flex;
  align-items: flex-end;
}
.center2-tab-item:not(:last-child) {
  margin-right: var(--pdGen2);
}
.center2-tab-ct {
  padding-bottom: 0.8rem;
  padding-left: 1.2rem;
}
.center2-tab-num {
  background: linear-gradient(180deg, #F7B957 0%, #F36F33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 1201px) {
  .center2-tab-num {
    font-size: 5.4rem;
  }
}
.center2-tab-level {
  color: #004B41;
  font-weight: 700;
}
.center2-list {
  justify-content: center;
}
.center2-item {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 1201px) {
  .center2-item {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .center2-item {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .center2-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .center2-item {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .center2-item {
    width: 100%;
  }
}
.center2-item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.center2-item-icon {
  width: var(--iconSize);
  height: var(--iconSize);
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border-radius: 50%;
  padding: 2.4rem;
  box-shadow: 0.4rem 0.4rem 3rem rgba(0, 0, 0, 0.1);
  margin-bottom: calc(var(--iconSize) / -2);
  position: relative;
}
.center2-item-ct {
  background: #004B41;
  border-radius: 0px 3.2rem;
  text-align: center;
  padding-top: 7.7rem;
  color: white;
  padding-bottom: 2.8rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  flex: 1;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .center2-item-ct {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .center2-item-ct {
    font-size: 1.6rem;
  }
}
.center2-item.horizontal .center2-item-inner {
  flex-direction: row;
  align-items: center;
}
.center2-item.horizontal .center2-item-icon {
  margin-bottom: 0;
  margin-right: calc(var(--iconSize) / -2);
}
.center2-item.horizontal .center2-item-ct {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  min-height: 12rem;
  padding-left: 7.3rem;
  text-align: left;
}

.sec-tag {
  color: #F36F33;
  font-weight: 700;
}

.introH {
  padding-top: 11.6rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .introH {
    padding-top: 6rem;
  }
}
.introH-left {
  width: 33.3333333333%;
}
@media screen and (max-width: 800px) {
  .introH-left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.introH-right {
  flex: 1;
}
.introH-ct {
  max-width: 58.8rem;
}
@media screen and (max-width: 800px) {
  .introH-ct {
    max-width: none;
  }
}
.introH-ct p {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 800px) {
  .introH-ct p {
    font-size: 1.4rem;
  }
}
.introH-dc {
  font-weight: 800;
  color: transparent;
  font-size: 53.6rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 1280px) {
  .introH-dc {
    font-size: 43.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .introH-dc {
    font-size: 32rem;
  }
}
@media screen and (max-width: 800px) {
  .introH-dc {
    font-size: 22rem;
    top: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .introH-dc {
    font-size: 16rem;
  }
}
.introH-dc .text {
  background: url(../assets/images/celg-bg.png) no-repeat;
  background-position: center;
  background-size: 130%;
  -webkit-background-clip: text;
  position: relative;
  color: transparent;
}
.introH-dc .text::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.77) 27%, rgba(255, 255, 255, 0.6) 95.64%);
}
.introH-cir {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 50%;
  height: 108%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .introH-cir {
    left: 50%;
    transform: translate(-50%, -50%);
    height: 27rem;
    width: 35rem;
  }
}
@media screen and (max-width: 600px) {
  .introH-cir {
    height: 20rem;
  }
}
.introH-cir img {
  height: 100%;
}
.introH-video {
  padding-left: 10.6rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .introH-video {
    padding-left: 0;
  }
}
.introH-video .plyr {
  border-top-left-radius: 32rem;
  border-bottom-left-radius: 32rem;
}
.introH-video .plyr .plyr__control--overlaid {
  display: none;
}
.introH-video .video {
  border-top-left-radius: 32rem;
  border-bottom-left-radius: 32rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .introH-video .video {
    border-radius: 0;
  }
}
.introH-video .video-img {
  display: block;
  padding-top: calc((566 / 1094) * 100%);
  position: relative;
  overflow: hidden;
}
.introH-video .video-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  z-index: 2;
  top: 0;
  left: 0;
}
.introH-video .video-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introH-play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16%;
  width: 14.7rem;
  height: 14.7rem;
  border-radius: 50%;
  padding: 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;
}
@media screen and (max-width: 1024px) {
  .introH-play {
    width: 11rem;
    height: 11rem;
    right: 23%;
  }
}
@media screen and (max-width: 600px) {
  .introH-play {
    width: 8rem;
    height: 8rem;
    right: 30%;
  }
}
.introH-play::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
.introH-play::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: zoomBtnDc 2s linear infinite;
}
.introH-play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 1.3rem;
  height: auto;
}

@keyframes zoomBtnDc {
  0% {
    transform: translate(-50%, -50%) scale(0.72);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
.newsH {
  overflow: hidden;
}
.newsH::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../assets/images/bg-fade.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  bottom: 0;
  right: 0;
}
.newsH-left {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .newsH-left {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .newsH-left .swiper-slide {
    width: 75%;
  }
}
.newsH-right {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .newsH-right {
    width: 100%;
  }
}
.newsH-right .seemore {
  padding-left: var(--pdGen);
}
.newsH-item {
  width: 100%;
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 1024px) {
  .newsH-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .newsH-item {
    width: 100%;
  }
}
.newsH-item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0px 1.6rem;
}
.newsH-item-img {
  display: block;
  padding-top: calc((176 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0px 1.6rem;
}
.newsH-item-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 75, 65, 0) 0%, #004B41 58.33%);
  mix-blend-mode: multiply;
  z-index: 5;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, 100%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .newsH-item-img::before {
    transform: translate(-50%, 0%);
  }
}
.newsH-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsH-item-ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: var(--pdGen2);
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.newsH-item-ct .post-tag .icon {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 1202px) {
  .newsH-item-ct {
    transform: translateY(100%);
  }
}
.newsH-item-tit {
  font-weight: 700;
  display: block;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .newsH-item-tit:hover {
    color: #F36F33;
  }
}
@media (min-width: 1201px) {
  .newsH-item:hover .newsH-item-ct {
    transform: translateY(0);
  }
  .newsH-item:hover .newsH-item-img::before {
    transform: translate(-50%, 0%);
  }
}
.newsH .swiper {
  overflow: hidden;
}
.newsH .t-title.upper {
  max-width: 21.3rem;
}
.newsH .seemore {
  position: relative;
  z-index: 10;
}
.newsH .info-user-name {
  color: white;
}
.newsH .info-user-desc {
  transition: all 0.3s ease-in-out;
}
.newsH .info-user-avt {
  overflow: hidden;
}
@media screen and (min-width: 1202px) {
  .newsH .info-user-avt .info-user-ct {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1201px) {
  .newsH .info-user-avt:hover .seemore {
    max-height: 4rem;
  }
  .newsH .info-user-avt:hover .info-user-img::after {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1201px) and (min-width: 1202px) {
  .newsH .info-user-avt:hover .info-user-ct {
    transform: translateY(0%);
  }
}
.newsH .info-user-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 85.1063829787%;
  background: linear-gradient(180deg, rgba(0, 75, 65, 0) 0%, #004B41 58.33%);
  opacity: 0.7;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .newsH .info-user-img::after {
    transform: none;
  }
}
.newsH .info-user-ct {
  z-index: 5;
  position: absolute;
  padding: 3.2rem;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.newsH .info-user-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .newsH .info-user-tit:hover {
    color: #F36F33;
  }
}

.trainH::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../assets/images/bg-fade.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  transform: scaleY(-1);
  top: 0;
  right: 0;
}
.trainH-item {
  width: 20%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .trainH-item {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .trainH-item {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .trainH-item {
    width: 100%;
  }
}
.trainH-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.trainH-item:nth-child(1) {
  order: 1;
}
.trainH-item:nth-child(2) {
  order: 2;
}
.trainH-item:nth-child(3) {
  order: 3;
}
.trainH-item:nth-child(4) {
  order: 4;
}
.trainH-item:nth-child(5) {
  order: 5;
}
.trainH-item:nth-child(6) {
  order: 6;
}
.trainH-item:nth-child(7) {
  order: 7;
}
.trainH-item:nth-child(8) {
  order: 8;
}
.trainH-item:nth-child(9) {
  order: 9;
}
.trainH-item:nth-child(10) {
  order: 10;
}
.trainH-item:nth-child(11) {
  order: 11;
}
.trainH-item:nth-child(12) {
  order: 12;
}
.trainH-item:nth-child(13) {
  order: 13;
}
.trainH-item:nth-child(14) {
  order: 14;
}
.trainH-item:nth-child(15) {
  order: 15;
}
.trainH-item:nth-child(16) {
  order: 16;
}
.trainH-item:nth-child(17) {
  order: 17;
}
.trainH-item:nth-child(18) {
  order: 18;
}
.trainH-item:nth-child(19) {
  order: 19;
}
.trainH-item:nth-child(20) {
  order: 20;
}
.trainH-item:nth-child(1) {
  border-top-left-radius: 3.2rem;
  overflow: hidden;
}
.trainH-item:nth-child(1)::before {
  background: linear-gradient(180deg, #F7B957 0%, #F36F33 100%);
  opacity: 0.9;
}
.trainH-item:nth-child(3) {
  border-top-right-radius: 3.2rem;
  overflow: hidden;
}
.trainH-item:nth-child(3)::before {
  background: linear-gradient(180deg, rgba(56, 75, 0, 0) 0%, #1F7A6E 100%);
}
@media screen and (max-width: 1024px) {
  .trainH-item:nth-child(3) {
    order: 4;
  }
}
@media screen and (max-width: 1024px) {
  .trainH-item:nth-child(4) {
    order: 3;
  }
}
.trainH-item:nth-child(6)::before {
  background: linear-gradient(180deg, rgba(56, 75, 0, 0) 0%, #1F7A6E 100%);
}
.trainH-item:nth-child(9) {
  border-top-right-radius: 3.2rem;
  overflow: hidden;
}
.trainH-item:nth-child(9)::before {
  background: linear-gradient(180deg, rgba(56, 75, 0, 0) 0%, #1F7A6E 100%);
}
.trainH-item:nth-child(11) {
  border-bottom-right-radius: 3.2rem;
  overflow: hidden;
  margin-right: 20%;
}
@media screen and (max-width: 1024px) {
  .trainH-item:nth-child(11) {
    margin: 0;
  }
}
.trainH-item:nth-child(11)::before {
  background: linear-gradient(180deg, rgba(56, 75, 0, 0) 0%, #1F7A6E 100%);
}
.trainH-item-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.trainH-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trainH-item-ct {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.2rem;
}
@media screen and (max-width: 1201px) {
  .trainH-item-ct {
    padding: 1.6rem;
  }
}
.trainH-item-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.trainH-item-top .num {
  display: block;
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 1.2;
  -webkit-text-stroke: 0.1rem #fff;
  color: transparent;
}
@media only screen and (max-width: 1200px) {
  .trainH-item-top .num {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .trainH-item-top .num {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 800px) {
  .trainH-item-top .num {
    font-size: 3.9rem;
  }
}
.trainH-item-top .icon {
  width: 4.7rem;
  display: block;
}
@media screen and (max-width: 1201px) {
  .trainH-item-top .icon {
    width: 3rem;
  }
}
.trainH-item-tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #FFFFFF;
}
@media only screen and (max-width: 1200px) {
  .trainH-item-tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .trainH-item-tit {
    font-size: 1.6rem;
  }
}
.trainH-dc {
  max-width: 118rem;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.trainH-tit {
  width: 40%;
  padding-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .trainH-tit {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .trainH-tit {
    width: 100%;
    padding: 4rem 2.4rem;
  }
}
.trainH-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.renew {
  overflow: hidden;
}
.renew-wrap > .t-title {
  text-transform: uppercase;
}
.renew-desc {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.renew .team-item {
  width: 100%;
}
.renew .team-item .text {
  color: #444444;
}
.renew-box {
  padding: var(--pdGen2) 0;
  border-top: 0.1rem solid rgba(0, 75, 65, 0.2);
  border-bottom: 0.1rem solid rgba(0, 75, 65, 0.2);
  position: relative;
}
@media screen and (max-width: 1400px) {
  .renew-box {
    padding-bottom: 0;
  }
}
.renew-box .scs-navigation {
  gap: 3rem;
  margin-right: auto !important;
}
@media screen and (max-width: 1400px) {
  .renew-box .scs-navigation {
    width: fit-content;
    margin: auto;
  }
}
.renew-box .scs-navigation-btn {
  width: 4.7rem;
  top: 50%;
  flex-shrink: 0;
  padding: 2rem 0;
}
@media screen and (max-width: 1400px) {
  .renew-box .scs-navigation-btn {
    position: relative;
    left: auto !important;
    right: auto !important;
  }
}
.renew-box .scs-navigation-btn.next {
  left: 100%;
  transform: rotate(180deg) translateY(50%);
}
@media screen and (max-width: 1400px) {
  .renew-box .scs-navigation-btn.next {
    transform: rotate(180deg);
  }
}
.renew-box .scs-navigation-btn.prev {
  right: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  .renew-box .scs-navigation-btn.prev {
    transform: none;
  }
}
.renew .intro-tab-wrap {
  margin-left: auto;
  margin-right: auto;
}
.renew .intro-tab-wrap .text {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .renew .intro-tab-wrap .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .renew .intro-tab-wrap .text {
    font-size: 1.7rem;
  }
}
.renew .intro-tab-wrap .text::before, .renew .intro-tab-wrap .text::after {
  background: #004B41;
}
.renew .intro-tab-item::before {
  border-color: #004B41;
}
.renew .intro-tab-item:not(:last-child) {
  margin-right: 4rem;
}
.renew .intro-tab-item.active .text {
  font-weight: 700;
}
.renew-post-img .img-inner {
  display: block;
  padding-top: calc((9 / 16) * 100%);
  position: relative;
  overflow: hidden;
}
.renew-post-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renew-post-img .img-dc {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: -16.7%;
}
@media screen and (max-width: 1201px) {
  .renew-post-img .img-dc {
    width: 35%;
    right: -11.7%;
  }
}
@media screen and (max-width: 600px) {
  .renew-post-img .img-dc {
    width: 35%;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .renew-post-img {
    width: 100%;
  }
}
.renew-post-ct {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .renew-post-ct {
    width: 100%;
  }
}
.renew-post-ct .content {
  padding-left: 14.7rem;
  padding-right: 9rem;
}
@media screen and (max-width: 1201px) {
  .renew-post-ct .content {
    padding-left: 4.7rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .renew-post-ct .content {
    padding: 4rem 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .renew-post-ct .content {
    padding: 2rem 1.2rem;
  }
}
.renew-post-ct .content .tit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.renew-post-ct .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .renew-sl .swiper-slide {
    width: 100%;
  }
}
.renew-sl .swiper-navi {
  margin-left: 0;
}
.renew-item-wrap {
  align-items: center;
}
.renew-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 3.2rem;
}
.renew-item-img .img-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 85.1063829787%;
  background: linear-gradient(180deg, rgba(0, 75, 65, 0) 0%, #004B41 58.33%);
  opacity: 0.7;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.renew-item-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1201px) {
  .renew-item-img:hover .img-inner::before {
    transform: none;
  }
}
.renew-item-tit {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.renew-item-desc {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.renew-ct-desc {
  max-width: 70.6rem;
  margin-bottom: 2.4rem;
}
.renew .info-user-name .icon {
  filter: invert(26%) sepia(0%) saturate(27%) hue-rotate(231deg) brightness(40%) contrast(88%);
}
.renew .info-user-name .text {
  color: #444444;
  font-weight: 600;
}
.renew .scs-bottom.d-item {
  width: 100%;
}
.renew .scs-navigation {
  margin-right: -3.7rem;
}
@media screen and (max-width: 800px) {
  .renew .scs-navigation {
    margin-right: -3rem;
  }
}
.renew .scs-navigation > .scs-navigation {
  margin: 0;
}
.renew .free-slide-3 .scs-navigation {
  margin-right: -2.4rem;
}
.renew .free-slide-3 .scs-navigation > .scs-navigation {
  margin: 0;
}

.team2-item-img {
  display: block;
  position: relative;
}
.team2-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.team2-item-img .img-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 75, 65, 0) 0%, #1F7A6E 100%);
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.team2-item-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team2-item-img .seemore {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -8rem);
  width: 100%;
  justify-content: center;
  opacity: 0;
  z-index: 10;
}
.team2-item-ct {
  padding-top: 1.6rem;
  padding-right: 6.4rem;
}
.team2-item-link {
  font-weight: 700;
  display: block;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.team2-item-desc {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .team2-item:hover .img-inner::before {
    transform: translateY(0);
  }
  .team2-item:hover .seemore {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.discovery-item {
  overflow: hidden;
  position: relative;
  display: block;
}
.discovery-item-img {
  display: block;
  padding-top: calc((226 / 300) * 100%);
  position: relative;
  overflow: hidden;
}
.discovery-item-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 75, 65, 0.63);
  bottom: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
@media screen and (max-width: 1201px) {
  .discovery-item-img::before {
    transform: none;
  }
}
.discovery-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discovery-item .info-user-ct {
  padding: 4rem;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1201px) {
  .discovery-item .info-user-ct {
    padding: 1.2rem;
    transform: translateY(0%);
  }
}
.discovery-item .info-user-name .icon {
  filter: none;
  color: white;
}
.discovery-item .info-user-name .text {
  color: white;
}
.discovery-item .info-user-tit {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.discovery-item .info-user-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .discovery-item:hover .discovery-item-img::before {
    transform: translateY(0);
  }
  .discovery-item:hover .info-user-ct {
    transform: translateY(0);
    transition: all 0.3s 0.2s ease-in-out;
  }
}
.discovery-list .scs-navigation {
  margin-right: auto;
  margin-left: -3.7rem;
}

.partnerH {
  overflow: hidden;
  padding-bottom: 15rem;
}

: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 */
