@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/slick/slick.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/wow/animate.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/Mulish/stylesheet.css");
@import url("../assets/font/SVN-Egregio-Script/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #6A6A6A;
  overflow: hidden/auto;
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
}

textarea, input {
  resize: none;
  outline: none;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
}
textarea::placeholder, input::placeholder {
  color: #BFBFBF;
}
textarea::-moz-placeholder, input::-moz-placeholder {
  color: #BFBFBF;
}

button,
select {
  border: none;
  outline: none;
}

.main {
  min-height: 40vh;
}

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.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;
}

@-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 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes grows {
  from {
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes grows2 {
  from {
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
@keyframes zoomInSlow {
  from {
    transform: translate(-50%, -50%) scale(1.2);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoomOutSlow {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes zoomIns {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(10rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 0.4;
  }
}
@keyframes zoomOutSlow {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes DownUp2 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes fadeLeftLong {
  from {
    transform: translateX(10rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@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%;
  }
}
@keyframes widthToLeft {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    transform: translateX(2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.row {
  --gutter-x: 2.4rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.g-1,
.gx-1 {
  --gutter-x: 2.4rem;
}

.g-1,
.gy-1 {
  --gutter-y: 2.4rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 376px) {
  .col-1-xxs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xxs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xxs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xxs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xxs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xxs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xxs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xxs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xxs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xxs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xxs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xxs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xxs {
    margin-left: 0%;
  }
  .offset-1-xxs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xxs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xxs {
    margin-left: 25%;
  }
  .offset-4-xxs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xxs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xxs {
    margin-left: 50%;
  }
  .offset-7-xxs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xxs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xxs {
    margin-left: 75%;
  }
  .offset-10-xxs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xxs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-1-xs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xs {
    margin-left: 0%;
  }
  .offset-1-xs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xs {
    margin-left: 25%;
  }
  .offset-4-xs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xs {
    margin-left: 50%;
  }
  .offset-7-xs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xs {
    margin-left: 75%;
  }
  .offset-10-xs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-1-sm {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-sm {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-sm {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-sm {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-sm {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-sm {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-sm {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-sm {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-sm {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-sm {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-sm {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-sm {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-sm {
    margin-left: 0%;
  }
  .offset-1-sm {
    margin-left: 8.3333333333%;
  }
  .offset-2-sm {
    margin-left: 16.6666666667%;
  }
  .offset-3-sm {
    margin-left: 25%;
  }
  .offset-4-sm {
    margin-left: 33.3333333333%;
  }
  .offset-5-sm {
    margin-left: 41.6666666667%;
  }
  .offset-6-sm {
    margin-left: 50%;
  }
  .offset-7-sm {
    margin-left: 58.3333333333%;
  }
  .offset-8-sm {
    margin-left: 66.6666666667%;
  }
  .offset-9-sm {
    margin-left: 75%;
  }
  .offset-10-sm {
    margin-left: 83.3333333333%;
  }
  .offset-11-sm {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-1-md {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-md {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-md {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-md {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-md {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-md {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-md {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-md {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-md {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-md {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-md {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-md {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-md {
    margin-left: 0%;
  }
  .offset-1-md {
    margin-left: 8.3333333333%;
  }
  .offset-2-md {
    margin-left: 16.6666666667%;
  }
  .offset-3-md {
    margin-left: 25%;
  }
  .offset-4-md {
    margin-left: 33.3333333333%;
  }
  .offset-5-md {
    margin-left: 41.6666666667%;
  }
  .offset-6-md {
    margin-left: 50%;
  }
  .offset-7-md {
    margin-left: 58.3333333333%;
  }
  .offset-8-md {
    margin-left: 66.6666666667%;
  }
  .offset-9-md {
    margin-left: 75%;
  }
  .offset-10-md {
    margin-left: 83.3333333333%;
  }
  .offset-11-md {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-1-lg {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-lg {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-lg {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-lg {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-lg {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-lg {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-lg {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-lg {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-lg {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-lg {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-lg {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-lg {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-lg {
    margin-left: 0%;
  }
  .offset-1-lg {
    margin-left: 8.3333333333%;
  }
  .offset-2-lg {
    margin-left: 16.6666666667%;
  }
  .offset-3-lg {
    margin-left: 25%;
  }
  .offset-4-lg {
    margin-left: 33.3333333333%;
  }
  .offset-5-lg {
    margin-left: 41.6666666667%;
  }
  .offset-6-lg {
    margin-left: 50%;
  }
  .offset-7-lg {
    margin-left: 58.3333333333%;
  }
  .offset-8-lg {
    margin-left: 66.6666666667%;
  }
  .offset-9-lg {
    margin-left: 75%;
  }
  .offset-10-lg {
    margin-left: 83.3333333333%;
  }
  .offset-11-lg {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-1-xl {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xl {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xl {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xl {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xl {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xl {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xl {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xl {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xl {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xl {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xl {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xl {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xl {
    margin-left: 0%;
  }
  .offset-1-xl {
    margin-left: 8.3333333333%;
  }
  .offset-2-xl {
    margin-left: 16.6666666667%;
  }
  .offset-3-xl {
    margin-left: 25%;
  }
  .offset-4-xl {
    margin-left: 33.3333333333%;
  }
  .offset-5-xl {
    margin-left: 41.6666666667%;
  }
  .offset-6-xl {
    margin-left: 50%;
  }
  .offset-7-xl {
    margin-left: 58.3333333333%;
  }
  .offset-8-xl {
    margin-left: 66.6666666667%;
  }
  .offset-9-xl {
    margin-left: 75%;
  }
  .offset-10-xl {
    margin-left: 83.3333333333%;
  }
  .offset-11-xl {
    margin-left: 91.6666666667%;
  }
}
.back-to-top {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: #661B19;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 1.5rem;
  }
}
.back-to-top:hover i:nth-child(1) {
  transform: translateY(-3rem) scale(0);
  opacity: 0;
}
.back-to-top:hover i:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
}
.back-to-top i {
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  transition: 0.4s ease-in-out;
}
.back-to-top i:nth-child(2) {
  transform: translateY(3rem);
  opacity: 0;
}
.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);
  }
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F1CF69;
  border-radius: 100rem;
}

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

.header {
  height: 136px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 50;
  transition: 0.3s;
  height: 8.4rem;
}
.header.hasbg {
  position: sticky;
}
.header.hasbg::after {
  height: 100%;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.88), rgba(30, 30, 30, 0.88)), url("../assets/images/banner.jpg");
}
.header::after {
  content: "";
  width: 100%;
  height: 0%;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.88), rgba(30, 30, 30, 0.88));
  position: absolute;
  top: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 6rem;
  }
}
.header.sticky::after {
  height: 100%;
}
.header-wr {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 8.2rem;
}
@media screen and (max-width: 1200px) {
  .header-logo {
    order: 2;
  }
}
.header-logo .custom-logo-link {
  display: block;
  width: 100%;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .header-logo .custom-logo-link {
    width: 7rem;
  }
}
.header-logo .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.header-nav {
  margin-left: 5rem;
  width: 100%;
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 5rem;
}
.header-nav > .header-nav {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
}
.header-lang {
  cursor: pointer;
  position: relative;
}
.header-lang:hover .header-lang-sub {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header-lang-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-lang-item .img {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.6rem;
}
.header-lang-item .img img {
  display: block;
  object-fit: contain;
}
.header-lang-item .text {
  margin-right: 0.6rem;
  color: #ffffff;
  font-size: 1.4rem;
}
.header-lang-item .icon {
  width: 1rem;
  height: 1rem;
  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;
}
.header-lang-sub {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #F1CF69;
  padding: 0.5rem;
  top: calc(100% + 1rem);
  opacity: 1;
  width: 100%;
  transform: translateY(1rem);
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.header-lang-sub .img {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.6rem;
}
.header-lang-sub .img img {
  display: block;
  object-fit: contain;
}
.header-lang-sub .text {
  margin-right: 0.6rem;
  color: #661B19;
  font-size: 1.4rem;
}
.header-lang-sub .icon {
  width: 1rem;
  height: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 1200px) {
  .header .burger {
    order: 3;
  }
}
@media screen and (min-width: 1201px) {
  .header .burger {
    display: none;
  }
}

.footer {
  background: #212223;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .footer .container {
    padding: 0;
  }
}
.footer::after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #F5F5F5;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .footer::after {
    display: none;
  }
}
.footer-deco {
  position: absolute;
  right: 0;
  transform: translateX(50%);
  z-index: 3;
  opacity: 0.3;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .footer-deco {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .footer-deco {
    transform: translateX(20%);
  }
}
.footer-deco img {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.footer-left {
  flex: 1;
  padding: 8rem 0 5rem 0;
  padding-right: 5.7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .footer-left {
    width: 100%;
    padding: 4rem 1.5rem;
  }
}
.footer-right {
  width: 66.6666666667%;
  background-color: #ffffff;
  padding: 8rem 0 5rem 0;
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}
.footer-right-content {
  width: 87.5%;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .footer-right-content {
    width: 100%;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
  .footer-right-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .footer-right {
    width: 100%;
    width: 100%;
    padding: 4rem 1.5rem;
  }
}
.footer-logo {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .footer-logo {
    margin-bottom: 2rem;
  }
}
.footer-logo .custom-logo-link {
  display: block;
  width: 11.5rem;
  height: auto;
}
.footer-logo .custom-logo-link img {
  display: block;
}
.footer-form-wr {
  position: relative;
}
.footer-form-wr input {
  padding: 1.5rem 1.6rem;
  border-radius: 100rem;
  background-color: #ffffff;
  outline: none;
  border: none;
  width: 100%;
  padding-right: 6rem;
}
.footer-form-wr .btn-send {
  background-color: transparent;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  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;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .footer-form-wr .btn-send:hover {
    background-color: #F1CF69;
  }
}
.footer-form-wr .btn-send i {
  color: #661B19;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .footer-form-wr {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .footer-form-wr {
    width: 100%;
  }
}
.footer-bottom {
  background-color: #111213;
  position: relative;
  z-index: 2;
}
.footer-bottom-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer-bottom-nav {
    width: 100%;
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .footer-bottom .menu-list {
    flex-wrap: 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;
  }
}
.footer-cre {
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .footer-cre {
    width: 100%;
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
.footer-quote {
  padding: 2.7rem 6.2rem;
  border-radius: 100rem;
  background-color: #ffffff;
  border: 0.1rem solid #DCDCDC;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 500px) {
  .footer-quote {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 400px) {
  .footer-quote {
    border-radius: 2.4rem;
  }
}
.footer-quote-txt {
  color: #212223;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .footer-quote-txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-quote-txt {
    font-size: 1.5rem;
  }
}
.footer-address {
  width: 50%;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1200px) {
  .footer-address {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .footer-address {
    width: 100%;
  }
}
.footer-address-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer-address-item + .footer-address-item {
  margin-top: 1rem;
}
.footer-address-item img {
  margin-right: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  display: block;
}
.footer-address-item .txt {
  color: #212223;
}
.footer-social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
.footer-social-item {
  transition: all 0.2s linear;
}
.footer-social-item:hover {
  opacity: 0.5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.footer-social-item img {
  display: block;
}
.footer .tt {
  font-weight: 700;
  font-size: 1.4rem;
  color: #212223;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: block;
}
.footer .tt.c-white {
  color: #ffffff;
}
.footer .desc {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .footer .desc {
    margin-bottom: 2rem;
  }
}

.burger {
  cursor: pointer;
  padding-left: 8px;
  position: relative;
}

.hamburger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .hamburger .line {
    background-color: #ffffff;
  }
}

#hamburger.active .line:nth-child(1) {
  width: 18px;
  margin-left: auto;
}

#hamburger.active .line:nth-child(2) {
  margin-left: auto;
}

#hamburger.active .line:nth-child(3) {
  width: 14px;
  margin-left: auto;
}

.menu-button {
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .menu-button {
    display: none;
  }
}
.menu-button::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #661B19;
  border-radius: 4px 0px 2px 4px;
  position: absolute;
  z-index: -1;
}
.menu-button .head {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 40px;
  overflow: hidden;
}
.menu-button .head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 200%;
  background: #661B19;
  z-index: 10;
  border-radius: 0 5px 2px 0;
  transform: skewX(-40deg);
}
.menu-button .tail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 40px;
  overflow: hidden;
}
.menu-button .tail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  bottom: 0;
  width: 200%;
  background: blue;
  z-index: 10;
  border-radius: 2px 0px 0px 5px;
  transform: skewX(-22deg);
}
.menu-button a {
  color: white;
  text-decoration: none;
}
.menu-button p {
  color: #ffffff;
  margin-left: 1.2rem;
}

.menu-type {
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 5rem;
  cursor: pointer;
}
.menu-type::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F1CF69;
  position: absolute;
  z-index: -1;
  border-radius: 1px 0 1px 0;
}
@media screen and (max-width: 1200px) {
  .menu-type::after {
    display: none;
  }
}
.menu-type .head {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .menu-type .head {
    display: none;
  }
}
.menu-type .head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  width: 200%;
  background: #F1CF69;
  z-index: 10;
  border-radius: 0 5px 2px 0;
  transform: skewX(-40deg);
}
.menu-type .tail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .menu-type .tail {
    display: none;
  }
}
.menu-type .tail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  bottom: 0;
  width: 200%;
  background: #F1CF69;
  z-index: 10;
  border-radius: 2px 0px 0px 5px;
  transform: skewX(-40deg);
}
.menu-type a {
  color: white;
  text-decoration: none;
}
.menu-type img {
  width: 2.4rem;
  height: auto;
  max-width: none !important;
}
.menu-type p {
  color: #ffffff;
  margin-left: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .menu-type {
    padding: 1.1rem 1.6rem;
    border-radius: 0.4rem;
    background-color: #F1CF69;
    margin-left: 0;
    height: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .menu-type {
    width: 100%;
  }
  .menu-type img {
    display: none;
  }
  .menu-type p {
    margin-left: 0;
  }
}

.select2-container {
  height: 40px;
  background-color: transparent;
}

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

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  color: #ffffff;
  height: 40px;
  background-color: #EDEDED !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

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

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  color: #212223;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

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

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

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

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: transparent;
  padding: 2px 3px !important;
  background-color: #000000;
  color: #212223;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #EDEDED;
  color: #F1CF69;
  width: calc(100% - 0.1rem);
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(241, 207, 105, 0.3);
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: #F1CF69;
  color: #ffffff;
  font-size: 1.6rem;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0.4rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0rem 1.6rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 41% !important;
  right: 1.3rem !important;
  height: 0.6rem !important;
  width: 0.7rem !important;
  content: url("../assets/images/selectarrow.png");
}

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

.select2-results__option {
  font-size: 1.6rem;
}

.select2-results {
  display: block;
  overflow: hidden;
}

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

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

.menu-nav {
  height: 100%;
}
.menu-nav > .menu-list {
  height: 100%;
}
.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;
}
.menu-nav > .menu-list > .menu-item:first-child::before {
  display: none;
}
.menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100rem;
  background-color: #F1CF69;
}
@media screen and (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item:hover > a {
    color: #F1CF69;
  }
}
.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;
  color: #ffffff;
  padding: 1.6rem 0;
  line-height: 1;
  padding-left: 2rem;
}
.menu-nav > .menu-list > .menu-item.current_page_item > a {
  color: #F1CF69;
  font-weight: 600;
}
.menu-nav > .menu-list > .menu-item > .menu-list {
  top: 100%;
}
.menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .menu-list {
    border-radius: 1.2rem 0 1.2rem 0;
  }
}
.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;
}
.menu-item:not(:first-child) {
  margin-left: 1.8rem;
}
@media screen and (min-width: 1201px) {
  .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.menu-item > a {
  color: #212223;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
}
.menu-item > a > i {
  display: none;
  font-weight: 400;
  margin-left: 4px;
}
.menu-item.dropdown > a > i {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
}
.menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  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;
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 5px);
  }
}
@media screen and (max-width: 1200px) {
  .menu-item > .menu-list {
    background-color: transparent;
  }
}
.menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list > .menu-item:hover {
    background-color: rgba(241, 207, 105, 0.1);
  }
  .menu-item > .menu-list > .menu-item:hover > a {
    color: #F1CF69;
  }
  .menu-item > .menu-list > .menu-item:hover::before {
    opacity: 1;
  }
}
.menu-item > .menu-list > .menu-item > a {
  padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-item > .menu-list > .menu-item > a > i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 8px;
}
.menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}

.mobile {
  position: fixed;
  z-index: 140;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 264px;
  max-width: 264px;
  background-color: #212223;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-110%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .mobile {
    width: 100%;
    min-width: initial;
  }
}
.mobile.sticky {
  top: 0;
}
.mobile.open {
  transform: translateX(0);
}
.mobile .logo {
  height: 6rem;
  width: 100%;
  position: fixed;
  padding: 1rem 1.5rem;
  z-index: 100;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #212223;
}
.mobile .logo-item {
  height: 4rem;
}
.mobile .logo-item .custom-logo-link {
  height: 100%;
}
.mobile .logo-item img {
  display: block;
  height: 100%;
  object-fit: contain;
}
.mobile-con {
  width: 100%;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #F1CF69;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
}
.mobile-overlay.sticky {
  top: 0;
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-wr {
  padding: 8rem 0;
  position: relative;
}
.mobile-nav {
  padding: 1.8rem 1.2rem;
}
.mobile-nav > .menu-list > .menu-item {
  border-radius: 0.4rem;
}
.mobile-nav > .menu-list > .menu-item::before {
  display: none;
}
.mobile-nav > .menu-list > .menu-item > a {
  font-size: 1.4rem;
  color: #ffffff;
}
.mobile-nav .menu-list {
  flex-direction: column;
  align-items: flex-start;
  position: static;
  min-width: initial;
  width: 100%;
  box-shadow: none;
  transition: initial;
}
.mobile-nav .menu-item {
  margin-left: 0;
  width: 100%;
  flex-direction: column;
}
.mobile-nav .menu-item.active::after {
  opacity: 1;
}
.mobile-nav .menu-item.active > a {
  color: #F1CF69;
}
.mobile-nav .menu-item.active > a > i {
  transform: rotate(-180deg) !important;
}
.mobile-nav .menu-item.dropdown > a > i {
  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;
}
.mobile-nav .menu-item a {
  width: 100%;
  padding: 12px 12px !important;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  font-size: 1.4rem;
}
.mobile-nav .menu-item a i {
  transform: initial !important;
  margin-top: 0;
  width: 30px;
  height: 20px;
  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;
}
.mobile-nav .menu-item > .menu-list {
  padding-left: 10px;
  display: none;
  max-height: none !important;
  overflow: hidden !important;
}
@media screen and (min-width: 1201px) {
  .mobile-nav .menu-item > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.mobile-nav .menu-item > .menu-list > .menu-item > a {
  position: relative;
}
.mobile-nav .menu-item > .menu-list > .menu-item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: transparent;
}
.mobile-nav .menu-item > .menu-list > .menu-item > a i {
  margin-top: 0;
}
.mobile-nav .menu-item > .menu-list > .menu-item:hover {
  background-color: transparent;
}
.mobile-nav .menu-item > .menu-list > .menu-item:hover > a {
  color: #F1CF69;
}
.mobile-nav .menu-item > .menu-list > .menu-item:hover::before {
  opacity: 1;
}
.mobile-content {
  padding: 15px;
}
.mobile-info {
  width: 100%;
  height: auto;
  margin-top: auto;
}
.mobile-info .content {
  padding: 1.2rem;
}
.mobile-info .content-tt {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .mobile-info .content-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-info .content-tt {
    font-size: 1.7rem;
  }
}
.mobile-info .content-bl + .content-bl {
  margin-top: 2rem;
}
.mobile-info .content-bl-tt {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.mobile-info .content-bl-desc {
  color: #212223;
}
.mobile-info .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #6EC8B0;
}
.mobile-info .social-link {
  padding: 2rem 0;
  width: 25%;
  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;
}
.mobile-info .social-link img {
  width: 2rem;
  height: 2rem;
}
.mobile-title {
  font-size: 2.4rem;
  color: #661B19;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
  .mobile-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-title {
    font-size: 1.7rem;
  }
}
.mobile-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-fl span {
  color: #661B19;
  margin-right: 4px;
}
.mobile-text {
  color: #F1CF69;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
}
.mobile-mxh-link i {
  color: white;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link .icon {
  color: #ffffff;
}
.mobile-account {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mobile-re {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-re-link {
  font-size: 1.6rem;
  color: #F1CF69;
  text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}
.mobile-close {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.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;
  border-radius: 50%;
  cursor: pointer;
  background-color: #F1CF69;
  z-index: 110;
}
.mobile-close:hover .icon {
  transform: rotate(360deg);
}
.mobile-close .icon {
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.4rem;
  color: #212223;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup.open .form-srch::after {
  width: 100%;
}
.popup.open .form-srch input {
  animation: fadeInUp 1s ease-in-out forwards;
}
.popup.open .form-srch button {
  transform: translateY(-50%);
  opacity: 1;
}
.popup .findcar {
  width: 100%;
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 0.8rem;
}
.popup .findcar .tt {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 1.6rem;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .popup .findcar .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup .findcar .tt {
    font-size: 1.7rem;
  }
}
.popup .findcar .subtt {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
.popup .findcar .filter {
  padding: 1.6rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 1.6rem;
}
.popup .findcar .filter-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 900px) {
  .popup .findcar .filter-wr {
    flex-wrap: wrap;
    margin: 0 -0.8rem;
  }
}
.popup .findcar .filter-select {
  margin-right: 1.6rem;
}
.popup .findcar .filter-select:nth-child(1) {
  width: 20.9677419355%;
}
.popup .findcar .filter-select:nth-child(2) {
  width: 11.5591397849%;
}
.popup .findcar .filter-select:nth-child(3) {
  width: 25.2688172043%;
}
.popup .findcar .filter-select:nth-child(4) {
  width: 27.688172043%;
}
@media screen and (max-width: 900px) {
  .popup .findcar .filter-select:nth-child(n+1) {
    width: 50%;
    margin-right: 0;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .popup .findcar .filter-select:nth-child(n+1) {
    width: 100%;
    margin-right: 0;
    padding: 0.8rem;
  }
}
.popup .findcar .filter-select .select2-container--default .select2-selection--single {
  height: 100%;
}
.popup .findcar .filter-select .select2-selection__rendered {
  line-height: 38px;
}
.popup .findcar .filter-select .search-input {
  font-size: 1.6rem;
  font-weight: 500;
  outline: none;
}
.popup .findcar .filter-select .search-input::placeholder {
  color: #212223;
}
.popup .findcar .filter-select .search-input:focus {
  border-color: transparent;
}
@media screen and (max-width: 900px) {
  .popup .findcar .filter .button-wr {
    padding: 0.8rem;
  }
}
.popup .findcar .filter .button-srch {
  height: 4rem;
  border-radius: 0.4rem;
  background-color: #F1CF69;
  padding: 0 1rem;
  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;
}
.popup .findcar .history {
  max-height: 20rem;
  overflow-y: auto;
}
.popup .findcar .history-item {
  padding: 1.6rem 0 0.8rem 0;
  border-bottom: 0.1rem dashed rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  backdrop-filter: blur(0.3rem);
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70rem;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main.car {
  width: 792px;
}
.popup-main.car .popup-close {
  display: none;
}
.popup-wrapper {
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 4.8rem 2rem 2rem 2rem;
  border-radius: 6px;
}
.popup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 1.7rem;
  }
}
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  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;
  z-index: 3;
}
.popup-close:hover .icon {
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #ffffff;
  font-weight: 300;
  font-size: 2.4rem;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (max-width: 800px) {
  .popup-close .icon {
    font-size: 1.6rem;
  }
}

.textAnimation {
  padding: 10rem 0;
}

.txt-ani {
  display: block;
}
.txt-ani.ani-opa .txt-ani-item > p .letter {
  opacity: 0;
}
.txt-ani.ani-up .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50%);
}
.txt-ani.ani-down .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
}
.txt-ani.ani-left .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(-2rem, 0);
}
.txt-ani.ani-right .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(2rem, 0);
}
.txt-ani-item {
  display: inline-block;
}
.txt-ani-item > p {
  display: inline-flex;
}
.txt-ani-item > p > span {
  display: inline-block;
}
.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;
}

.banner {
  height: 21.5277777778vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .banner {
    min-height: 30rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner.txtonly {
    height: initial;
    padding-bottom: 2rem;
    padding-top: 8rem;
  }
}
.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.banner-img::after {
  content: "";
  width: 0%;
  height: 100%;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.88), rgba(30, 30, 30, 0.88));
  position: absolute;
  left: 0;
  bottom: 0;
  animation: widthToLeft 1s ease-in-out forwards;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomIns 2s ease-in-out;
}
.banner-wr {
  position: relative;
  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;
  flex-direction: column;
}
.banner-content-tt {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  width: calc(60% + 4.8rem);
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .banner-content-tt {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content-tt {
    font-size: 2.6rem;
  }
}
.banner-content-date {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
.banner-content-date img {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.banner-content-date p {
  color: #ffffff;
}
.banner-tt {
  font-size: 3.6rem;
  font-family: "SVN-Egregio Script", sans-serif;
  color: #661B19;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .banner-tt {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-tt {
    font-size: 2.6rem;
  }
}
.banner-br {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  overflow-x: auto;
  max-width: 75%;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 320px) {
  .banner-br {
    max-width: 100%;
  }
}
.banner-br::-webkit-scrollbar {
  height: 0.1rem;
}
.banner-br::-webkit-scrollbar-thumb {
  background-color: #661B19;
}
.banner-br-item {
  text-transform: uppercase;
}
.banner-br-item a {
  font-size: 1.4rem;
  white-space: nowrap;
}
.banner-br-item:first-child a {
  color: #6A6A6A;
}
.banner-br-item:nth-child(n+2) {
  position: relative;
  margin-left: 2.4rem;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .banner-br-item:nth-child(n+2):hover a {
    color: #661B19;
  }
}
.banner-br-item:nth-child(n+2)::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100rem;
  background-color: #212223;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.2rem;
}
.banner-br-item:nth-child(n+2) a {
  color: #212223;
  font-weight: 700;
}
.banner-br-item:last-child {
  pointer-events: none;
}
.banner-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 36.3rem;
  height: 13.2rem;
  padding-top: 3rem;
}
@media screen and (max-width: 600px) {
  .banner-breadcrumb {
    width: 26rem;
    width: 36rem;
    height: auto;
    padding-top: 1.2rem;
    max-width: 100%;
  }
}
.banner-breadcrumb::after {
  content: "";
  background-image: url("../assets/images/breadcrumb.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  background-size: contain;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-15%);
}
@media screen and (max-width: 600px) {
  .banner-breadcrumb::after {
    width: 123%;
    height: 135%;
    transform: translateX(-19%);
  }
}
@media screen and (max-width: 320px) {
  .banner-breadcrumb::after {
    transform: translateX(-12%);
    height: 165%;
    bottom: -2rem;
  }
}

.breadcrumb {
  padding: 3rem 0;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    padding: 2rem 0;
  }
}
.breadcrumb-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 100%;
  align-items: center;
  overflow-x: auto;
  padding-bottom: 0.1rem;
}
.breadcrumb-list::-webkit-scrollbar {
  height: 0.1rem;
}
.breadcrumb.customize .breadcrumb-list {
  width: fit-content;
  margin: auto;
}
.breadcrumb.customize .breadcrumb-item a::after {
  background-color: #661B19;
}
.breadcrumb-item {
  margin-right: 2.4rem;
}
.breadcrumb-item a {
  white-space: nowrap;
  color: #212223;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .breadcrumb-item a:hover {
    color: #661B19;
  }
}
.breadcrumb-item a::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #F1CF69;
  border-radius: 100rem;
  left: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb-item:first-child a::after {
  display: none;
}
.breadcrumb-item:last-child {
  font-weight: 700;
  pointer-events: none;
}

.btn, .btn-second {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.btn img, .btn-second img {
  position: relative;
  z-index: 3;
}
.btn .txt, .btn-second .txt {
  line-height: 1.2;
  color: #000000;
  transition: 0.4s ease-in-out;
  margin-top: 0rem !important;
  font-size: 1.6rem;
  white-space: nowrap;
}
.btn-second {
  border-radius: 1.2rem 0 1.2rem 0;
  background-color: #661B19;
  padding: 1.5rem 3.2rem;
  width: max-content;
  overflow: hidden;
  transition: 0.3s;
}
.btn-second.hasicon .txt {
  padding-right: 0.6rem;
}
.btn-second.hasicon::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: calc(50% + 0.1rem);
  transform: translateY(-50%);
  z-index: 3;
}
@media (hover: hover) {
  .btn-second.hasicon:hover img {
    filter: brightness(0) invert(1);
  }
}
.btn-second .txt {
  color: #ffffff;
  line-height: 1;
  z-index: 3;
}
.btn-second::after {
  content: "";
  background: #F1CF69;
  position: absolute;
  width: 110%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
@media (hover: hover) {
  .btn-second:hover {
    background-color: transparent;
  }
  .btn-second:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
  .btn-second:hover .txt {
    color: #661B19;
  }
}
.btn-second.bd {
  border: 0.1rem solid #661B19;
  background-color: transparent;
}
.btn-second.bd .txt {
  color: #661B19;
}
.btn-second.bd::after {
  background-color: #661B19;
}
@media (hover: hover) {
  .btn-second.bd:hover .txt {
    color: #ffffff;
  }
}
.btn-second.bdw {
  border: 0.1rem solid #ffffff;
  background-color: transparent;
}
.btn-second.bdw .txt {
  color: #ffffff;
}
.btn-second.bdw::after {
  background-color: #661B19;
}
@media (hover: hover) {
  .btn-second.bdw:hover .txt {
    color: #ffffff;
  }
}
.btn-second.bdw img {
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .btn-second.iconwhite:hover img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(22%) saturate(4103%) hue-rotate(333deg) brightness(99%) contrast(99%);
  }
}

.load-btn {
  padding: 1.2rem 2.4rem;
  border: 0.1rem solid #F1CF69;
  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: 0.4rem;
  width: fit-content;
  margin: auto;
  margin-top: 2.4rem;
  cursor: pointer;
}
.load-btn .text {
  color: #F1CF69;
}

.input {
  font-family: "Mulish", sans-serif;
  width: 100%;
}
.input-area {
  height: auto;
}

.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -10px;
}
.f-item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.f-item-2 {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .f-item-2 {
    width: 100%;
  }
}
.f-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .f-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .f-item-3 {
    width: 100%;
  }
}
.f-item-4 {
  width: 25%;
}

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.re-input {
  padding: 16px;
  width: 100%;
  font-family: "Mulish", sans-serif;
  border: none;
  outline: none;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}
.page-numbers.f-start {
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .page-numbers.f-start {
    justify-content: center;
  }
}
.page-numbers.f-end {
  justify-content: flex-end;
}
.page-numbers > li:not(:first-child) {
  margin-left: 8px;
}
.page-numbers > li > .page-numbers {
  color: #212223;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #EBEBEB;
  cursor: pointer;
  transition: 0.1s ease-in;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  .page-numbers > li > .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .page-numbers > li > .page-numbers:hover {
    color: #ffffff;
    background-color: #212223;
  }
  .page-numbers > li > .page-numbers:hover.prev, .page-numbers > li > .page-numbers:hover.next {
    background-color: #212223;
    transform: translateY(0rem);
  }
  .page-numbers > li > .page-numbers:hover.prev img, .page-numbers > li > .page-numbers:hover.next img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(314deg) brightness(104%) contrast(101%);
  }
}
.page-numbers > li > .page-numbers.current {
  pointer-events: none;
  color: #ffffff;
  background-color: #212223;
}
.page-numbers > li > .page-numbers.current.prev, .page-numbers > li > .page-numbers.current.next {
  color: #ffffff;
  background-color: #212223;
}
.page-numbers > li > .page-numbers.current.prev img, .page-numbers > li > .page-numbers.current.next img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(314deg) brightness(104%) contrast(101%);
}
.page-numbers > li > .page-numbers.dot {
  pointer-events: none;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}

.pro-list {
  margin-bottom: -30px;
}
.pro-item {
  margin-bottom: 30px;
}
.pro-item-2 {
  width: 50%;
}
.pro-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .pro-item-3 {
    width: 50%;
  }
}
.pro-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .pro-item-4 {
    width: 50%;
  }
}
.pro-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .pro-item-5 {
    width: 50%;
  }
}

.prose-list {
  margin-bottom: -30px;
}
.prose-item {
  margin-bottom: 30px;
}
.prose-item-2 {
  width: 50%;
}
.prose-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .prose-item-3 {
    width: 50%;
  }
}
.prose-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .prose-item-4 {
    width: 50%;
  }
}
.prose-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .prose-item-5 {
    width: 50%;
  }
}

.proth-list {
  margin-bottom: -30px;
}
.proth-item {
  margin-bottom: 30px;
}
.proth-item-2 {
  width: 50%;
}
.proth-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .proth-item-3 {
    width: 50%;
  }
}
.proth-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .proth-item-4 {
    width: 50%;
  }
}
.proth-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .proth-item-5 {
    width: 50%;
  }
}

.search-mona {
  position: relative;
  width: 100%;
}

.search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  position: relative;
}
.search-input {
  font-family: "Mulish", sans-serif;
  outline: none;
  border-radius: 0.4rem;
  border: 1px solid transparent;
  font-size: 1.4rem;
  color: #212223;
  flex: 1;
  height: 4rem;
  padding: 1.2rem 0;
  padding-bottom: 1.4rem;
  background-color: #F30000;
  padding-left: 1.6rem;
  transition: 0.4s;
  line-height: 1;
  min-width: unset;
  width: 100%;
}
.search-input::placeholder {
  color: #8C8C8C;
}
.search-input:focus {
  border: 1px solid #661B19;
}
.search-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4rem;
  border-radius: 0.8rem;
  cursor: pointer;
  display: block;
  transition: 0.4s ease-in-out;
  flex-shrink: 0;
}
.search-btn:hover {
  background-color: #661B19;
}
.search-btn .icon {
  width: 16px;
  height: 16px;
  margin-top: 0.2rem;
}

.t-title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #F1CF69;
}
@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.7rem;
  }
}
.t-title.white {
  color: white;
}
.t-title.m-nor {
  margin-bottom: 24px;
}

.t-title-second {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #F1CF69;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 1.7rem;
  }
}
.t-title-second.m-nor {
  margin-bottom: 24px;
}
.t-center {
  text-align: center;
}

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

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

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

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

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

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

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

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

.fsi {
  font-style: italic;
}

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

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

.t18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .t18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .t18 {
    font-size: 1.5rem;
  }
}

.t24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .t24 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t24 {
    font-size: 1.7rem;
  }
}

.t32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .t32 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t32 {
    font-size: 2.2rem;
  }
}

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

.t48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .t48 {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .t48 {
    font-size: 3.3rem;
  }
}

.t56 {
  font-size: 5.6rem;
}
@media only screen and (max-width: 1200px) {
  .t56 {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t56 {
    font-size: 4rem;
  }
}

.t64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .t64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .t64 {
    font-size: 2.9rem;
  }
}

.t72 {
  font-size: 7.2rem;
}
@media only screen and (max-width: 1200px) {
  .t72 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t72 {
    font-size: 4rem;
  }
}

.c-pri {
  color: #F1CF69;
}

.c-second {
  color: #661B19;
}

.c-third {
  color: #468FF0;
}

.c-four {
  color: #6EC8B0;
}

.c-five {
  color: #F97650;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000;
}

.bc-pri {
  background-color: #F1CF69;
}

.bc-second {
  background-color: #661B19;
}

.bc-third {
  background-color: #468FF0;
}

.bc-four {
  background-color: #6EC8B0;
}

.bc-five {
  background-color: #F97650;
}

.over-hd {
  overflow: hidden;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.swiper-pagination {
  position: static;
}
.swiper-pagination-bullet {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #F1CF69;
}

.swiper-prev,
.swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.swiper-prev .icon,
.swiper-next .icon {
  color: #F1CF69;
  font-size: 1.6rem;
  font-weight: 600;
}

.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;
}

.icon-left {
  margin-right: 8px;
}

.icon-right {
  margin-left: 8px;
}

.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: -8px;
  margin-bottom: -8px;
}
.spc-item {
  margin-left: 8px;
  margin-bottom: 8px;
}
.spc-16 .spc-list {
  margin-left: -16px;
  margin-bottom: -16px;
}
.spc-16 .spc-item {
  margin-bottom: 16px;
  margin-left: 16px;
}
.spc-24 .spc-list {
  margin-left: -24px;
  margin-bottom: -24px;
}
.spc-24 .spc-item {
  margin-bottom: 24px;
  margin-left: 24px;
}

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

.mb-2 {
  margin-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

.mb-12 {
  margin-bottom: 12px;
}

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

.mb-14 {
  margin-bottom: 14px;
}

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

.mb-15 {
  margin-bottom: 15px;
}

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

.mb-16 {
  margin-bottom: 16px;
}

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

.mb-18 {
  margin-bottom: 18px;
}

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

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

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

.mb-24 {
  margin-bottom: 24px;
}

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

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

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

.mb-32 {
  margin-bottom: 32px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-48 {
  margin-bottom: 48px;
}

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

.mb-56 {
  margin-bottom: 56px;
}

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

.mb-64 {
  margin-bottom: 64px;
}

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

.mb-72 {
  margin-bottom: 72px;
}

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

.mb-80 {
  margin-bottom: 80px;
}

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

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

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

.ss-mg-b {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-mg-b {
    margin-bottom: 40px;
  }
}

.ss-pd {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd {
    padding: 40px 0;
  }
}

.ss-pd-t {
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t {
    padding-top: 40px;
  }
}

.ss-pd-b {
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b {
    padding-bottom: 40px;
  }
}

.recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recheck-input:checked ~ .recheck-dot::before {
  opacity: 1;
}
.recheck-dot {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  flex-shrink: 0;
}
.recheck-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 100rem;
  background-color: #661B19;
  transition: 0.1s ease-in-out;
  opacity: 0;
}
.recheck-text {
  margin-left: 8px;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
}
.star-list {
  position: relative;
  height: 20px;
}
.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.star-flex .icon {
  width: 14px;
  height: 14px;
}
.star-flex .icon:not(:first-child) {
  margin-left: 4px;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

@media screen and (max-width: 1200px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .side-fixed-wrap {
    padding: 60px 24px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.side-fixed.left {
  right: auto;
  left: 0;
  transform: translateX(-110%);
  background-color: transparent;
  z-index: 52;
}
@media screen and (max-width: 1600px) {
  .side-fixed.left {
    position: fixed;
    width: 300px;
    height: fit-content;
    max-width: 100%;
    top: 50%;
    bottom: 0;
    right: 0;
    background-color: transparent;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(-110%) translateY(-50%);
    visibility: hidden;
  }
  .side-fixed.left.open {
    opacity: 1;
    transform: translate(0, -50%);
    visibility: visible;
  }
}
@media screen and (min-width: 1600px) {
  .side-fixed.left {
    position: fixed;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    top: 50%;
    bottom: 0;
    right: 0;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 1;
    transform: translate(0, -50%);
    visibility: visible;
  }
}
.side-fixed.left .side-close {
  display: none;
}
.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}
.side-overlay.left {
  transform: translateX(-110%);
  background-color: transparent;
}
@media screen and (min-width: 1600px) {
  .side-overlay.left {
    display: none;
  }
}
.side-overlay.left.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1600px) {
  .side-overlay.left {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .side-overlay.left {
    display: block;
  }
}
.side-open {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  background-color: #661B19;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.side-open.close {
  opacity: 0;
  transform: translate(100%, -50%);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-open {
    display: none;
  }
}
.side-open-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open-wrap .icon {
  color: #661B19;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-open.left {
  left: 0;
  right: auto;
  border-radius: 0 100rem 100rem 0;
  background-color: #F1CF69;
}
@media screen and (min-width: 1600px) {
  .side-open.left {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .side-open.left {
    display: flex;
  }
}
.side-open.left.close {
  opacity: 0;
  transform: translate(-100%, -50%);
  visibility: visible;
}
.side-open.left .icon {
  transform: rotate(180deg);
  color: #F1CF69;
}
.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #F1CF69;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

.user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .user {
    display: none;
  }
}
.user:hover .user-name {
  color: #661B19;
}
.user:hover .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.user-ava {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
}
.user-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-name {
  font-size: 1.4rem;
  color: #BCBCBC;
  margin-left: 4px;
  transition: 0.3s ease-in-out;
}
.user-menu {
  position: absolute;
  top: 150%;
  background-color: #F8F8F8;
  min-width: 150px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.user-menu .link {
  display: block;
  cursor: pointer;
  padding: 6px 15px;
  white-space: nowrap;
  text-transform: capitalize;
  color: #F1CF69;
  transition: 0.1s ease-in-out;
  font-weight: 500;
}
.user-menu .link:hover {
  color: white;
  background-color: #661B19;
}

.mxh-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: -8px;
}
.mxh-link {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 8px;
}
.mxh-link:hover {
  transform: translateY(-5px);
}
.mxh-link .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmini {
  position: fixed;
  top: 136px;
  right: 0;
  height: 50%;
  min-width: 280px;
  max-width: 280px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.16);
  background-color: white;
  transition: 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
@media screen and (max-width: 1200px) {
  .cmini {
    top: 60px;
  }
}
.cmini.sticky {
  top: 60px;
}
@media screen and (max-width: 1200px) {
  .cmini.sticky {
    top: 56px;
  }
}
.cmini.sticky::before {
  width: 12px;
  height: 12px;
  top: -6px;
}
@media screen and (max-width: 1200px) {
  .cmini.sticky::before {
    width: 18px;
    height: 18px;
    top: -9px;
    right: 15px;
  }
}
.cmini::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: white;
  top: -12px;
  right: 40px;
  transition: 0.6s ease-in-out;
  transition-delay: 0.5s;
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .cmini::before {
    width: 18px;
    height: 18px;
    top: -9px;
    right: 15px;
  }
}
.cmini::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cmini {
    top: 72px;
  }
}
.cmini-wrap {
  padding: 16px;
  height: calc(100% - 60px);
  overflow-y: auto;
  position: relative;
}
.cmini-item {
  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: flex-start;
  -webkit-justify-content: flex-start;
  cursor: pointer;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cmini-item:not(:last-child) {
  margin-bottom: 16px;
}
.cmini-item:hover .cart-name {
  color: #661B19;
}
.cmini-item:hover .cmini-img {
  border: 1px solid #661B19;
}
.cmini-img {
  width: 100px;
  height: 100px;
  background: #F8F8F8;
  flex-shrink: 0;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.cmini-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmini-delete {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  border-radius: 100rem;
  background-color: #D0CBCD;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}
.cmini-delete:hover {
  transform: rotate(360deg);
}
.cmini-delete .icon {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
}
.cmini-content {
  margin-left: 16px;
}
.cmini-content .cart-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cmini-color {
  width: 16px;
  height: 16px;
  margin-top: 14px;
}
.cmini-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: 16px;
}

.count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #F0F0F0;
  border-radius: 0.4rem;
  width: 29.2181069959%;
  height: 4.2rem;
}

.smallist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  margin-bottom: -2.4rem;
}
@media screen and (max-width: 800px) {
  .smallist {
    margin: 0 -0.8rem;
    margin-bottom: -1.6rem;
  }
}

.smallitem {
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 800px) {
  .smallitem {
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
}

.it-4 {
  width: 25%;
}

.it-3 {
  width: 33.3333333333% !important;
}
@media screen and (max-width: 1000px) {
  .it-3 {
    width: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  .it-3 {
    width: 100% !important;
  }
}

.it-2 {
  width: 50%;
}

.it-1 {
  width: 100%;
}

.ss-head {
  width: 50%;
  margin-bottom: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .ss-head {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.ss-head .ss-sub {
  color: #F1CF69;
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: 700;
  width: fit-content;
}
.ss-head .ss-sub .windl {
  position: absolute;
  right: calc(100% + 0.8rem);
  top: 0.8rem;
  width: 2.4rem;
}
.ss-head .ss-sub .windl-line {
  background-color: #F1CF69;
  position: absolute;
}
.ss-head .ss-sub .windl-line:nth-child(1) {
  height: 0.1rem;
  width: 2.4rem;
  top: 0;
  right: 0;
}
.ss-head .ss-sub .windl-line:nth-child(2) {
  height: 0.2rem;
  width: 1.8rem;
  top: 0.3rem;
  right: 0;
}
.ss-head .ss-sub .windl-line:nth-child(3) {
  height: 0.1rem;
  width: 1.1rem;
  top: 0.7rem;
  right: 0;
}
.ss-head .ss-sub .windr {
  position: absolute;
  left: calc(100% + 0.8rem);
  top: 0.8rem;
  width: 2.4rem;
}
.ss-head .ss-sub .windr-line {
  background-color: #F1CF69;
  position: absolute;
}
.ss-head .ss-sub .windr-line:nth-child(1) {
  height: 0.1rem;
  width: 2.4rem;
  top: 0;
  left: 0;
}
.ss-head .ss-sub .windr-line:nth-child(2) {
  height: 0.2rem;
  width: 1.8rem;
  top: 0.3rem;
  left: 0;
}
.ss-head .ss-sub .windr-line:nth-child(3) {
  height: 0.1rem;
  width: 1.1rem;
  top: 0.7rem;
  left: 0;
}
.ss-head.customize {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.ss-head.customize .windl {
  top: 0.6rem;
}
.ss-head.customize .windl-line:nth-child(1) {
  width: 2.4rem;
  height: 0.1rem;
  top: 0;
}
.ss-head.customize .windl-line:nth-child(2) {
  width: 1.2rem;
  height: 0.1rem;
  top: 0.3rem;
}
.ss-head.customize .windl-line:nth-child(3) {
  width: 0.6rem;
  height: 0.1rem;
  top: 0.6rem;
}
.ss-head.customize .windr {
  top: 0.6rem;
}
.ss-head.customize .windr-line:nth-child(1) {
  width: 2.4rem;
  height: 0.1rem;
  top: 0;
}
.ss-head.customize .windr-line:nth-child(2) {
  width: 1.2rem;
  height: 0.1rem;
  top: 0.3rem;
}
.ss-head.customize .windr-line:nth-child(3) {
  width: 0.6rem;
  height: 0.1rem;
  top: 0.6rem;
}
.ss-head .ss-tt {
  color: #212223;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .ss-head .ss-tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .ss-head .ss-tt {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 500px) {
  .ss-head .ss-tt {
    text-align: center;
  }
}
.ss-head .ss-desc {
  color: #525252;
}

.tabBtn {
  cursor: pointer;
}

.tabPanel {
  display: none;
}
.tabPanel.open {
  animation: fadeIn 1s linear;
  display: block;
}

.swiper-ctrl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 13rem);
  pointer-events: none;
  user-select: none;
}
@media screen and (min-width: 801px) {
  .swiper-ctrl {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .swiper-ctrl {
    position: static;
    transform: none;
    width: fit-content;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.swiper-ctrl-pagi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: fit-content;
  margin: 0 2rem;
  margin-top: -0.4rem;
  pointer-events: visible;
}
@media screen and (min-width: 1200px) {
  .swiper-ctrl-pagi {
    display: none;
  }
}
.swiper-ctrl-pagi span {
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  display: block;
  position: relative;
  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 transparent;
  background-color: transparent;
  transition: 0.4s ease-in-out;
}
.swiper-ctrl-pagi span.swiper-pagination-bullet-active {
  border: 1px solid #661B19;
}
.swiper-ctrl-pagi span::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-color: #661B19;
  border-radius: 100rem;
}
.swiper-ctrl-prev, .swiper-ctrl-next {
  pointer-events: visible;
  cursor: pointer;
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.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;
  background-color: #F1CF69;
}
.swiper-ctrl-prev img, .swiper-ctrl-next img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(25deg) brightness(105%) contrast(101%);
}
.swiper-ctrl-prev i, .swiper-ctrl-next i {
  color: #F1CF69;
  font-size: 3rem;
}
@media only screen and (max-width: 1200px) {
  .swiper-ctrl-prev i, .swiper-ctrl-next i {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .swiper-ctrl-prev i, .swiper-ctrl-next i {
    font-size: 2.4rem;
  }
}
.swiper-ctrl-prev.swiper-button-disabled, .swiper-ctrl-next.swiper-button-disabled {
  background-color: #ffffff;
}
.swiper-ctrl-prev.swiper-button-disabled img, .swiper-ctrl-next.swiper-button-disabled img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(6%) saturate(23%) hue-rotate(10deg) brightness(99%) contrast(78%);
}
@media screen and (max-width: 1400px) {
  .swiper-ctrl-prev i, .swiper-ctrl-next i {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 1200px) {
  .swiper-ctrl-prev i, .swiper-ctrl-next i {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 800px) {
  .swiper-ctrl-prev i, .swiper-ctrl-next i {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-ctrl-prev, .swiper-ctrl-next {
    display: none;
  }
}
.swiper-ctrl-next {
  margin-left: auto;
}

.mona-content h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 1rem 0;
}
.mona-content p {
  margin: 1rem 0;
  color: #212223;
  word-break: break-word;
}
.mona-content p strong {
  font-weight: 700;
}
.mona-content .img {
  width: 100%;
  margin: 1rem 0;
}
.mona-content .img:first-child {
  margin-top: 0;
}
.mona-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
.mona-content ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.mona-content ul li:last-child {
  margin-bottom: 0;
}
.mona-content ul li::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100rem;
  background-color: #525252;
  left: 0.5rem;
  top: 0.9rem;
  position: absolute;
}
.mona-content .quote {
  padding: 0rem 3.3rem;
  position: relative;
  margin: 3rem 0;
}
.mona-content .quote::after {
  content: "";
  width: 0.7rem;
  height: 100%;
  background-color: #661B19;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mona-content .quote-txt {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 1200px) {
  .mona-content .quote-txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content .quote-txt {
    font-size: 1.7rem;
  }
}
.mona-content .img-block .img {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .mona-content .img-block .img {
    width: 100%;
  }
}
.mona-content .img-block .img-inner {
  position: relative;
  padding-top: 64.3229166667%;
}
.mona-content .img-block .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mona-content .img-block .info {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .mona-content .img-block .info {
    width: 100%;
  }
}
.mona-content .img-block .info-txt {
  margin: 0;
}
.mona-content .img-block .info-by {
  font-weight: 700;
  font-style: italic;
  color: #212223;
  width: 100%;
  text-align: right;
  display: block;
}
.mona-content .wp-block-image {
  position: relative;
}
@media (hover: hover) {
  .mona-content .wp-block-image:hover::after {
    background-color: #661B19;
  }
}
.mona-content .wp-block-image::after {
  content: "";
  background-color: #F1CF69;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 100rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  cursor: pointer;
  pointer-events: none;
}
.mona-content .wp-block-image::before {
  content: url("../assets/images/play.png");
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  margin-top: 0.2rem;
  margin-left: 0.1rem;
  pointer-events: none;
}
.mona-content .wp-block-image img {
  width: 100%;
  border-radius: 1.2rem !important;
}
.mona-content blockquote {
  margin: 0 !important;
  padding: 0rem 3.3rem !important;
  position: relative;
  margin: 3rem 0 !important;
  border: none !important;
}
.mona-content blockquote::after {
  content: "";
  width: 0.7rem;
  height: 100%;
  background-color: #661B19;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mona-content blockquote p {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 1200px) {
  .mona-content blockquote p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content blockquote p {
    font-size: 1.7rem;
  }
}

.topbar {
  background-color: #6EC8B0;
  height: 4.8rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .topbar {
    height: auto;
    background-color: transparent;
  }
}
.topbar-wr {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .topbar-wr {
    flex-direction: column;
  }
}
.topbar-it {
  padding: 1.2rem 0;
  margin: 0 2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #212223;
  opacity: 0.5;
  transition: 0.4s ease-in-out;
}
.topbar-it:hover {
  opacity: 1;
}
.topbar-it.active {
  opacity: 1;
}

.item-lazy {
  visibility: hidden;
}

.img-animated::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  transition: 1s ease-in-out;
}
.img-animated::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  transition: 1s ease-in-out;
  z-index: 2;
}
.img-animated.is-inview::after, .img-animated.is-inview::before {
  height: 0;
}

.sideproduct {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.4rem;
  padding-left: 0;
  background-color: #F97650;
  border-radius: 0 2.4rem 2.4rem 0;
  z-index: 50;
  min-width: 24rem;
}
.sideproduct-head {
  padding: 1.2rem 1.6rem;
  background-color: #F1CF69;
  border-radius: 0 2.4rem 2.4rem 0;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
.sideproduct-wr {
  padding-bottom: 2rem;
}
.sideproduct-wr.active {
  padding-bottom: 0;
}
.sideproduct-item {
  border-radius: 0 2.4rem 2.4rem 0;
  margin: 0.4rem 0;
  width: 90%;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
}
.sideproduct-item.menu-item {
  margin-left: 0;
}
.sideproduct-item a {
  padding: 1.2rem 2.2rem;
  display: block;
  color: #212223;
  transition: 0.1s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .sideproduct-item:hover {
    background-color: #E6E6E6;
  }
  .sideproduct-item:hover a {
    color: #212223;
    font-weight: 600;
  }
}
.sideproduct-item.active {
  background-color: #E6E6E6;
}
.sideproduct-item.active a {
  color: #212223;
  font-weight: 600;
}
.sideproduct-item.current a {
  color: #F1CF69;
}
.sideproduct-item.current-menu-item {
  background-color: #E6E6E6;
}
.sideproduct-item.current-menu-item a {
  color: #212223;
  font-weight: 600;
}

.collapse-head .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.8rem;
}
.collapse-head .icon i {
  transform: rotate(180deg);
  transition: 0.4s ease-in-out;
}
.collapse-head .icon.active i {
  transform: rotate(0deg);
}
.collapse-content {
  display: block;
  overflow: hidden;
  overflow-y: auto;
}
.collapse-content.active {
  display: none;
}
.collapse-content.active .sideproduct-list {
  padding-bottom: 0;
}

.cuslist-tt {
  color: #661B19;
  font-weight: 500;
  margin-bottom: 1.2rem;
  display: block;
}
.cuslist-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
}
.cuslist-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100rem;
  background-color: #F1CF69;
  border: 0.2rem solid #ffffff;
  box-shadow: 0px 0px 0px 2px #661B19;
}

.checklist-item {
  padding: 0.8rem 3.2rem;
  margin-bottom: 1rem;
}
.checklist-item input[type=checkbox] {
  display: none;
}
.checklist-item:first-child {
  margin-top: 1rem;
}
.checklist-item:last-child {
  margin-bottom: 0;
}
.checklist-box {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #212223;
  position: relative;
  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-right: 1.2rem;
}
.checklist-box::after {
  content: "";
  background-image: url("../assets/images/check.png");
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(75%) sepia(92%) saturate(1756%) hue-rotate(137deg) brightness(82%) contrast(94%);
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.checklist-txt {
  font-weight: 500;
}
.checklist .recheck-input:checked ~ .checklist-box {
  border: 0.1rem solid #F1CF69;
}
.checklist .recheck-input:checked ~ .checklist-box::after {
  opacity: 1;
}
.checklist .recheck-input:checked ~ .checklist-txt {
  color: #F1CF69;
}

.filter-line {
  margin: 1rem 0;
  height: 0.1rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: block;
}
.filter-head {
  padding: 1.2rem 1.6rem;
  background-color: #EBEBEB;
  border-radius: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.filter-srch {
  padding: 1.2rem 1.6rem;
  background-color: #EBEBEB;
  border-radius: 1.2rem;
  position: relative;
}
.filter-srch input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding-right: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.filter-srch input::placeholder {
  color: #212223;
}
.filter-srch button {
  background-color: transparent;
  position: absolute;
  right: 1.2rem;
  top: calc(50% + 0.3rem);
  transform: translateY(-50%);
  cursor: pointer;
}

article strong {
  font-weight: 600;
}
article p {
  margin: 1.2rem 0;
  color: #000000;
}
article h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  article h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  article h3 {
    font-size: 1.7rem;
  }
}
article .img {
  margin: 1.2rem 0;
}
article .img img {
  display: block;
  border-radius: 24px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  article .img img {
    border-radius: 1rem;
  }
}
article em {
  font-style: italic;
  display: block;
  margin-top: 0.8rem;
}
article .quote {
  margin: 0 !important;
  margin-bottom: 4rem !important;
  border-radius: 2.4rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #14BDCB;
  padding: 4.2rem 3.8rem 1.6rem !important;
  border-left: none !important;
}
@media screen and (max-width: 1200px) {
  article .quote {
    padding: 1.6rem !important;
    border-radius: 1rem;
  }
}
article .quote p {
  margin: 0 !important;
}
article .quote .sign {
  width: fit-content;
  margin-top: 1.6rem;
  margin-left: auto;
}
article .quote .sign .by {
  font-weight: 500;
}
article ul {
  margin: 1.2rem 0;
  padding-left: 0 !important;
}
article ul li {
  position: relative;
  padding-left: 2rem;
}
article ul li::before {
  content: "•";
  position: absolute;
  color: currentColor;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5rem;
}
article .table {
  width: 100%;
  overflow-x: auto;
}
article .table::-webkit-scrollbar {
  height: 0.2rem;
}
article .table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 70rem;
}
article .table table tr th {
  padding: 0.8rem 0;
  font-weight: 500;
}
article .table table tr th:first-child {
  text-align: left;
}
article .table table tr th:nth-child(n+2) {
  text-align: right;
}
article .table table tr td {
  padding: 0.8rem 0;
}
article .table table tr td:first-child {
  text-align: left;
}
article .table table tr td:nth-child(n+2) {
  text-align: right;
}

#lg-download {
  display: none;
}

#lg-actual-size {
  display: none;
}

.wp-block-table::-webkit-scrollbar {
  height: 0.2rem;
}
.wp-block-table table {
  min-width: 70rem;
}

.mona-cus-title {
  width: 100% !important;
}

.inputURL {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}

.home-banner {
  height: 48.2638888889vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .home-banner {
    height: initial;
  }
}
.home-banner-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-banner-swiper .swiper {
  height: 100%;
}
.home-banner-swiper .swiper-slide.swiper-slide-thumb-active .home-banner-bg img {
  animation: ZoomIn 3s ease-in-out;
}
.home-banner-bg {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-banner-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.88), rgba(30, 30, 30, 0.88));
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.home-banner-content {
  --w-container: calc(100vw - (100vw - 120rem)/2);
  --w-slider: calc(954 / 1464 * 100%);
  --w-content: calc(100% - var(--w-slider));
  --w-item: calc(690 / 954 * 100%);
  width: var(--w-container);
  margin-left: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .home-banner-content {
    width: 100%;
    position: unset;
    transform: none;
    padding: 7rem 0;
    padding-top: 10rem;
  }
}
.home-banner-ctrl {
  width: 10.5rem;
  height: 42rem;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .home-banner-ctrl {
    left: -5%;
  }
}
@media screen and (max-width: 1450px) {
  .home-banner-ctrl {
    left: 50%;
    top: auto;
    bottom: -5rem;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 1200px) {
  .home-banner-ctrl {
    bottom: 2rem;
  }
}
.home-banner-ctrl .arrow-up, .home-banner-ctrl .arrow-down {
  transition: 0.4s;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
@media (hover: hover) {
  .home-banner-ctrl .arrow-up:hover, .home-banner-ctrl .arrow-down:hover {
    background-color: rgba(217, 217, 217, 0.3);
  }
}
.home-banner-ctrl .arrow-up.swiper-button-disabled, .home-banner-ctrl .arrow-down.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.home-banner-ctrl .arrow-up {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1450px) {
  .home-banner-ctrl .arrow-up {
    position: absolute;
    left: -4rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .home-banner-ctrl .arrow-down {
    position: absolute;
    right: -4rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.home-banner-ctrl .pagi {
  height: 100%;
  position: relative;
  flex: 1;
}
.home-banner-ctrl .pagi::after {
  content: url("../assets/images/linecir.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
  z-index: -1;
}
@media screen and (max-width: 1450px) {
  .home-banner-ctrl .pagi::after {
    display: none;
  }
}
.home-banner-ctrl .pagi-list {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1450px) {
  .home-banner-ctrl .pagi-list {
    flex-direction: row;
  }
}
.home-banner-ctrl .pagi-list .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 100rem;
  transition: 0.4s;
  position: absolute;
  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;
}
.home-banner-ctrl .pagi-list .swiper-pagination-bullet::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: rgba(217, 217, 217, 0.3);
  transition: 0.5s;
  transform-origin: center;
  border-radius: 100rem;
  position: absolute;
}
@media screen and (max-width: 1450px) {
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet {
    position: static;
    margin: 0 1rem;
  }
}
.home-banner-ctrl .pagi-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F1CF69;
}
.home-banner-ctrl .pagi-list .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (min-width: 1451px) {
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-5:nth-child(1) {
    top: 1rem;
    left: 1.5rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-5:nth-child(2) {
    top: 10rem;
    right: 1rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-5:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
    right: -0.7rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-5:nth-child(4) {
    bottom: 10rem;
    right: 1rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-5:nth-child(5) {
    bottom: 1rem;
    left: 1.4rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-4:nth-child(1) {
    top: 7rem;
    left: 4.1rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-4:nth-child(2) {
    top: 15rem;
    right: -0.2rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-4:nth-child(3) {
    bottom: 15rem;
    right: -0.2rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-4:nth-child(4) {
    bottom: 7rem;
    left: 4rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-3:nth-child(1) {
    top: 10rem;
    right: 1rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-3:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    right: -0.7rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-3:nth-child(3) {
    bottom: 10rem;
    right: 1rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-2:nth-child(1) {
    top: 15rem;
    right: -0.2rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-2:nth-child(2) {
    bottom: 15rem;
    right: -0.2rem;
  }
  .home-banner-ctrl .pagi-list .swiper-pagination-bullet.number-1:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    right: -0.7rem;
  }
}
.home-banner-ctn {
  width: var(--w-content);
  flex-shrink: 0;
  padding-right: 10%;
}
@media screen and (max-width: 1600px) {
  .home-banner-ctn {
    padding-right: 7rem;
  }
}
.home-banner-ctn .new-swiper-tt {
  padding: 0;
  margin-bottom: 0;
}
.home-banner-ctn .new-swiper-tt .new-swiper-ttinner {
  padding-top: 0;
}
.home-banner-ctn .new-swiper-tt .tt {
  margin: 0;
}
.home-banner-ctn .new-swiper-tt .txt-ani-item {
  font-size: 3rem;
}
@media only screen and (max-width: 1200px) {
  .home-banner-ctn .new-swiper-tt .txt-ani-item {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-ctn .new-swiper-tt .txt-ani-item {
    font-size: 2.4rem;
  }
}
.home-banner-ctn .new-swiper-tt.big .txt-ani-item {
  font-size: 9rem;
  font-family: "SVN-Egregio Script", sans-serif;
  color: #F1CF69;
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .home-banner-ctn .new-swiper-tt.big .txt-ani-item {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-ctn .new-swiper-tt.big .txt-ani-item {
    font-size: 4.5rem;
  }
}
.home-banner-ctn .btnbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .home-banner-ctn .btnbox {
    justify-content: center;
  }
}
.home-banner-ctn .btnbox .play-vid {
  padding: 1.6rem;
  margin-left: 1.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .home-banner-ctn .btnbox .play-vid:hover img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(36%) saturate(648%) hue-rotate(345deg) brightness(97%) contrast(94%);
  }
  .home-banner-ctn .btnbox .play-vid:hover .txt {
    color: #F1CF69;
  }
}
.home-banner-ctn .btnbox .play-vid img {
  margin-right: 0.4rem;
}
.home-banner-ctn .btnbox .play-vid .txt {
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .home-banner-ctn .btnbox .play-vid .txt {
    font-size: 1.2rem;
  }
}
.home-banner-ctn .btn, .home-banner-ctn .btn-second {
  padding: 1.4rem 1.6rem;
}
.home-banner-ctn .btn .txt, .home-banner-ctn .btn-second .txt {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.1rem;
}
@media screen and (max-width: 500px) {
  .home-banner-ctn .btn .txt, .home-banner-ctn .btn-second .txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-banner-ctn {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
  }
}
.home-banner-sw {
  width: var(--w-slider);
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .home-banner-sw {
    width: 100%;
    margin-left: 0;
  }
}
.home-banner-sw .swiper-slide {
  width: var(--w-item);
}
@media screen and (max-width: 400px) {
  .home-banner-sw {
    padding: 0 1.5rem;
  }
}
.home-banner-item {
  position: relative;
  padding-top: 64.347826087%;
  overflow: hidden;
  border-radius: 1.2rem 0 1.2rem 0;
}
.home-banner-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about {
  padding: 11rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .home-about {
    padding: 4rem 0;
    padding-bottom: 11rem;
  }
}
.home-about-wrapper {
  position: relative;
}
.home-about-decor {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(0);
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 1200px) {
  .home-about-decor {
    width: 15%;
  }
}
@media screen and (max-width: 600px) {
  .home-about-decor {
    width: 20%;
  }
}
.home-about-decor.is-inview {
  transform: translateY(-50%);
  opacity: 1;
}
.home-about-decor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-about .new-swiper-tt {
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .home-about-wr {
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .home-about-content .desc {
    padding: 2rem 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.home-about-quote {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .home-about-quote {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .home-about-quote {
    align-items: unset;
  }
}
.home-about-quote img {
  width: 6rem;
  height: 6rem;
  margin-right: 4rem;
}
@media screen and (max-width: 700px) {
  .home-about-quote img {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .home-about-quote img {
    width: 2rem;
    height: 2rem;
  }
}
.home-about-quote .desc {
  width: 75%;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  color: #661B19;
}
@media only screen and (max-width: 1200px) {
  .home-about-quote .desc {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-about-quote .desc {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 500px) {
  .home-about-quote .desc {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .home-about-left {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.home-about-left .inner {
  width: 83.3333333333%;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 950px) {
  .home-about-left .inner {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .home-about-right {
    width: 100%;
  }
}
.home-about-right .inner .btnbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1.2rem 0;
}
.home-about-right .inner .btnbox .line {
  width: 0%;
  height: 0.1rem;
  background-color: #DEDCDC;
  margin-right: 2.4rem;
  transition: 3s;
}
.home-about-right .inner .btnbox .line.is-inview {
  width: 100%;
}
.home-about-right .inner .btnbox .btn, .home-about-right .inner .btnbox .btn-second {
  margin-left: auto;
  padding: 1.4rem 2.4rem;
  min-width: 20rem;
}
.home-about-right .inner .btnbox .btn .txt, .home-about-right .inner .btnbox .btn-second .txt {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.2rem;
}
.home-about-circle {
  width: 48.6rem;
  height: 48.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;
  transition: 1s;
  transform-origin: center;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .home-about-circle {
    width: 40rem;
    height: 40rem;
  }
}
@media screen and (max-width: 950px) {
  .home-about-circle {
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .home-about-circle {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 330px) {
  .home-about-circle {
    width: 25rem;
    height: 25rem;
  }
}
.home-about-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  position: absolute;
  background-color: #F1CF69;
  z-index: -1;
  transform: translate(2.7rem, 2.7rem);
}
@media screen and (max-width: 400px) {
  .home-about-circle::after {
    transform: translate(1rem, 1rem);
  }
}
.home-about-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 100rem;
}
.home-about-cloud {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 180%;
  transform: translate(-30%, 13%);
}
@media screen and (max-width: 1200px) {
  .home-about-cloud {
    width: 150%;
    transform: translate(-20%, 30%);
  }
}
@media screen and (max-width: 1050px) {
  .home-about-cloud {
    transform: translate(-20%, 40%);
  }
}
@media screen and (max-width: 950px) {
  .home-about-cloud {
    top: -20%;
    transform: translate(0%, 0%);
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .home-about-cloud {
    width: 120%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 650px) {
  .home-about-cloud {
    top: 0%;
  }
}
@media screen and (max-width: 500px) {
  .home-about-cloud {
    top: 20%;
  }
}
@media screen and (max-width: 400px) {
  .home-about-cloud {
    width: 150%;
    top: 30%;
  }
}
.home-about-cloud img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home-about-brand {
  padding: 4.5rem 7rem;
  background-color: #212223;
  border-radius: 1.2rem 0 1.2rem 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .home-about-brand {
    padding: 4.5rem 2rem;
  }
}
.home-about-brand-item {
  width: 35%;
}
.home-about-brand-item:nth-child(3) {
  width: 45%;
}
.home-about-brand-item .brandnumber {
  font-weight: 700;
  font-size: 4rem;
  color: #F1CF69;
}
@media only screen and (max-width: 1200px) {
  .home-about-brand-item .brandnumber {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-about-brand-item .brandnumber {
    font-size: 2.7rem;
  }
}
.home-about-brand-item .branddesc {
  font-weight: 600;
  color: #ffffff;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .home-about-brand-item .branddesc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-about-brand-item .branddesc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .home-about-brand-item .branddesc {
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .home-about-brand-item {
    width: 40% !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-about-brand-item:nth-child(2) {
    width: 1%;
  }
}
.home-about-brand .line {
  width: 20%;
  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;
}
.home-about-brand .line-inner {
  height: 5.6rem;
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.home-about-brand .txtCircle {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  transform: translate(50%, 50%);
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .home-about-brand .txtCircle {
    right: unset;
    left: 3rem;
  }
}
@media screen and (max-width: 950px) {
  .home-about-brand .txtCircle {
    left: 50%;
  }
}
.home-about-brand .txtCircle-item {
  color: #661B19;
  font-size: 2.2rem;
  text-transform: uppercase;
  position: absolute;
  font-weight: 600;
  animation: Spinner 5s linear infinite;
}
@media only screen and (max-width: 1200px) {
  .home-about-brand .txtCircle-item {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-about-brand .txtCircle-item {
    font-size: 1.9rem;
  }
}
.home-about-brand .txtCircle-item span {
  top: -100px;
  display: inline-block;
  position: absolute;
  transform-origin: 0 100px;
}
.home-sector .btn, .home-sector .btn-second {
  margin: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  .home-sector .btn, .home-sector .btn-second {
    margin-top: 2rem;
  }
}
.home-sector .btn .txt, .home-sector .btn-second .txt {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.2rem;
}
.home-product {
  overflow: hidden;
}
.home-product .new-swiper-tt {
  padding: 0;
}
.home-product .new-swiper-tt .new-swiper-ttinner {
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .home-product .side-fixed {
    width: fit-content;
    margin-left: auto;
  }
}
.home-product .side-open {
  position: absolute;
  background-color: rgba(241, 207, 105, 0.3);
  border-radius: 0;
  width: 5rem;
  height: 5rem;
}
.home-product .side-open-wrap {
  background-color: transparent;
}
.home-product .side-open i {
  font-size: 2rem;
  color: #661B19;
}
.home-product-wr {
  padding: 11rem 0;
}
@media screen and (max-width: 1200px) {
  .home-product-wr {
    padding: 4rem 0;
  }
}
.home-product-tab {
  width: fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .home-product-tab {
    flex-direction: column;
    align-items: unset;
    width: 100%;
  }
}
.home-product-tab.is-inview .home-product-tab-item {
  animation: fadeIn 1s ease-in-out forwards;
}
.home-product-tab.is-inview .home-product-tab-item:nth-child(1) {
  animation-delay: 0.1s;
}
.home-product-tab.is-inview .home-product-tab-item:nth-child(2) {
  animation-delay: 0.2s;
}
.home-product-tab.is-inview .home-product-tab-item:nth-child(3) {
  animation-delay: 0.3s;
}
.home-product-tab.is-inview .home-product-tab-item:nth-child(4) {
  animation-delay: 0.4s;
}
.home-product-tab.is-inview .home-product-tab-item:nth-child(5) {
  animation-delay: 0.5s;
}
.home-product-tab-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-right: 0.1rem solid rgb(222, 220, 220);
  cursor: pointer;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .home-product-tab-item {
    padding: 0;
    border: none;
  }
  .home-product-tab-item + .home-product-tab-item {
    margin-top: 2rem;
  }
}
.home-product-tab-item:first-child {
  padding-left: 0;
}
.home-product-tab-item:last-child {
  padding-right: 0;
  border: none;
}
@media (hover: hover) {
  .home-product-tab-item:hover .txt {
    color: #A27A2C;
  }
  .home-product-tab-item:hover img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(97%) saturate(318%) hue-rotate(1deg) brightness(88%) contrast(90%);
  }
}
.home-product-tab-item.active .txt {
  color: #A27A2C;
}
.home-product-tab-item.active img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(97%) saturate(318%) hue-rotate(1deg) brightness(88%) contrast(90%);
}
.home-product-tab-item img {
  margin-right: 0.6rem;
}
.home-product-tab-item .txt {
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.4s;
}
.home-product-list {
  margin: 0 -0.5rem;
  margin-bottom: -1rem;
}
.home-product-item {
  width: 40%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .home-product-item {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .home-product-item {
    --w-item: calc(100%/3);
    width: calc(var(--w-item) + var(--w-item));
  }
}
@media screen and (max-width: 550px) {
  .home-product-item {
    width: 100%;
  }
}
.home-product-item .tag {
  padding: 1.5rem 1.2rem;
  background-color: #F30000;
  border-radius: 1.2rem 0 1.2rem 0;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .home-product-item .tag {
    padding: 0.5rem 1.2rem;
  }
}
.home-product-item .tag .txt {
  color: #ffffff;
  font-weight: 600;
}
.home-product-item .swiper {
  border-radius: 1.2rem 0 1.2rem 0;
  height: 100%;
}
.home-product-item .swiper-slide.swiper-slide-active .content-tt {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.home-product-item .swiper-slide.swiper-slide-active .content-link {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.8s;
}
.home-product-item .swiper-slide.swiper-slide-active .content::after {
  transform: translate(-20%, -12%) scale(1);
}
.home-product-item-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.home-product-item-inner .bg {
  position: relative;
  padding-top: 65.8227848101%;
  overflow: hidden;
  height: 100%;
}
.home-product-item-inner .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-product-item-inner .content {
  position: absolute;
  width: 60%;
  max-width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 2rem;
  padding-bottom: 0;
}
.home-product-item-inner .content::after {
  content: "";
  width: 140%;
  height: 50rem;
  border-radius: 100rem;
  background: #D19D00;
  position: absolute;
  border: 0.1rem dashed #ffffff;
  box-shadow: 0rem 0rem 0rem 1.4rem #D19D00;
  left: 0;
  top: 0;
  transform: translate(-20%, -12%) scale(0);
  z-index: -1;
  opacity: 0.7;
  transition: 1s;
}
.home-product-item-inner .content-tt {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  transform: translateX(2rem);
  opacity: 0;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .home-product-item-inner .content-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-product-item-inner .content-tt {
    font-size: 1.5rem;
  }
}
.home-product-item-inner .content-link {
  padding: 0.5rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  transform: translateX(2rem);
  opacity: 0;
  transition: 0.5s;
}
.home-product-item-inner .content-link span {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1rem;
}
.home-product-ctrl .button-prev,
.home-product-ctrl .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
}
.home-product-ctrl .button-prev.swiper-button-disabled,
.home-product-ctrl .button-next.swiper-button-disabled {
  opacity: 0.5;
}
.home-product-ctrl .button-prev {
  left: 1rem;
}
.home-product-ctrl .button-next {
  right: 1rem;
}
.home-product-button {
  margin-top: 5rem;
}
.home-product-button .btn, .home-product-button .btn-second {
  margin: auto;
  padding: 1.5rem 2.4rem;
}
.home-product-button .btn .txt, .home-product-button .btn-second .txt {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.2rem;
}
.home-product .product-item {
  width: 20%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .home-product .product-item {
    width: 25%;
  }
}
@media screen and (max-width: 650px) {
  .home-product .product-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 550px) {
  .home-product .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .home-product .product-item {
    width: 100%;
  }
}
.home-new {
  position: relative;
  overflow: hidden;
}
.home-new-decor {
  position: absolute;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-new-decor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-video {
  height: 40.5092592593vw;
  position: relative;
  min-height: 40rem;
}
.home-video.is-inview::after {
  height: 100%;
}
.home-video.is-inview .content::after {
  width: 100%;
}
.home-video.is-inview .content .tt p {
  transform: translateX(0);
  opacity: 1;
}
.home-video.is-inview .playbutton {
  transform: translate(-50%, -50%) scale(1);
}
.home-video::after {
  content: "";
  height: 0%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 36.86%, rgba(0, 0, 0, 0) 63.93%);
  position: absolute;
  top: 0;
  transition: 1s;
  z-index: 0;
}
.home-video .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-video .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-video .play {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 100rem;
  background-color: #F1CF69;
  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: 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.home-video .play::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  border: 0.1rem solid #ffffff;
  animation: grows 2s ease-in-out infinite;
  position: absolute;
}
.home-video .play::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  border: 0.1rem solid #ffffff;
  animation: grows2 2s ease-in-out infinite;
  position: absolute;
}
@media (hover: hover) {
  .home-video .play:hover {
    background-color: #661B19;
  }
}
.home-video .play img {
  margin-left: 0.2rem;
}
.home-video .content {
  position: absolute;
  top: 4.4rem;
  padding: 1.8rem 3.2rem;
  z-index: 2;
  width: 43.6921296296%;
}
@media screen and (max-width: 800px) {
  .home-video .content {
    width: 100%;
    position: relative;
    height: fit-content;
  }
}
.home-video .content::after {
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: linear-gradient(88.02deg, #FFFFFF 7.53%, rgba(255, 255, 255, 0) 93.57%);
  transition: 1s ease-in-out;
  position: absolute;
  transition-delay: 0.5s;
}
.home-video .content .tt {
  position: relative;
  z-index: 2;
}
.home-video .content .tt p {
  color: #661B19;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateX(2rem);
  transition: 0.4s;
  transition-delay: 1s;
  display: block;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .home-video .content .tt p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-video .content .tt p {
    font-size: 1.7rem;
  }
}
.home-video .playbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 1s;
  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: 2;
}
@media screen and (max-width: 800px) {
  .home-video .playbutton {
    bottom: 2rem;
    top: unset;
  }
}

.forte {
  position: relative;
  padding: 6.2rem 0;
  overflow: hidden;
  background-color: #212223;
}
@media screen and (max-width: 1200px) {
  .forte {
    padding: 3rem 0;
  }
}
.forte-decorl {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 15%;
}
.forte-decorl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forte-decorr {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  width: 15%;
}
.forte-decorr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forte-title {
  vertical-align: middle;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .forte-title {
    justify-content: center;
  }
}
.forte-title .txt-ani-item {
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .forte-title .txt-ani-item {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .forte-title .txt-ani-item {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 800px) {
  .forte-title .txt-ani-item {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .forte-item .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.forte-item .item-image {
  margin-bottom: 1rem;
}
.forte-item .item-image img {
  width: 4rem;
  height: 4rem;
}
.forte-item .item-tt {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .forte-item .item-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .forte-item .item-tt {
    font-size: 1.5rem;
  }
}
.forte-item .item-desc {
  color: #ffffff;
}
@media screen and (max-width: 700px) {
  .forte-item .item-desc {
    text-align: center;
  }
}
.forte-col {
  width: 25%;
}
@media screen and (max-width: 1100px) {
  .forte-col {
    width: 33.3333333333%;
  }
  .forte-col:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .forte-col {
    width: 50%;
  }
  .forte-col:last-child {
    width: 50%;
    margin: auto;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .forte-col {
    width: 100%;
    margin-bottom: 2rem;
  }
  .forte-col:last-child {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.contact {
  overflow: hidden;
}
.contact .new-swiper-tt {
  padding: 0;
}
.contact-wr {
  padding: 11rem 0 15.6rem 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact-wr {
    padding: 4rem 0;
  }
}
.contact-decor {
  position: absolute;
  transform: translateX(-60%) translateY(10rem);
  width: 65%;
  pointer-events: none;
}
.contact-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-left .inner {
  padding-right: 7rem;
}
@media screen and (max-width: 1200px) {
  .contact-left .inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .contact-left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .contact-right {
    width: 100%;
  }
}
.contact-map .inner {
  padding-top: 64.347826087%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem 0 1.2rem 0;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.contact-map .inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-address-tt {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212223;
}
.contact-address-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.contact-address-item img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  top: 0.2rem;
}
@media (hover: hover) {
  .contact-address-item a:hover {
    color: #661B19;
  }
}
.contact-address-item .txt {
  color: #212223;
  transition: 0.3s;
}
.contact-address-item + .contact-address-item {
  margin-top: 0.8rem;
}
.contact-question {
  position: relative;
}
.contact-question-wr {
  padding-bottom: 7.4rem;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact-question-wr {
    padding-bottom: 4rem;
  }
}
.contact-question-inner {
  background: rgba(245, 245, 245, 0.6);
  padding: 6rem 0 6rem 0;
}
@media screen and (max-width: 1200px) {
  .contact-question-inner {
    padding: 2rem 0;
  }
}
.contact-question-decor {
  pointer-events: none;
  width: 50%;
  position: absolute;
  right: 0;
  transform: translateX(100%);
  transition: 1s;
  opacity: 0;
}
.contact-question-decor.is-inview {
  transform: translateX(45%);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .contact-question-decor.is-inview {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1200px) {
  .contact-question-decor {
    width: 20%;
    bottom: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 800px) {
  .contact-question-decor {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .contact-question-decor {
    display: none;
  }
}
.contact-question-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-question-decorbig {
  pointer-events: none;
  position: absolute;
  width: 70%;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  transition: 1s;
}
.contact-question-decorbig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-form {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form-ip {
  width: 50%;
}
@media screen and (max-width: 320px) {
  .contact-form-ip {
    width: 100%;
  }
}
.contact-form-ip .inner {
  position: relative;
}
.contact-form-ip .inner::after {
  content: "";
  width: 0%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #661B19;
  height: 0.1rem;
  transition: 1s;
}
.contact-form-ip .inner .contact-number {
  position: absolute;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  right: 0;
  color: #BBBBBB;
}
.contact-form-ip .inner.is-inview::after {
  width: 100%;
}
.contact-form-ip input {
  width: 100%;
  padding: 1rem 0;
  color: #212223;
  border: none;
  background-color: transparent;
}
.contact-form-ip input::placeholder {
  color: #6A6A6A;
}
.contact-form-ip textarea {
  width: 100%;
  padding: 1rem 0;
  color: #212223;
  border: none;
  background-color: transparent;
  min-height: 14.4rem;
}
.contact-form-ip textarea::placeholder {
  color: #6A6A6A;
}
.contact-form-ip:last-child {
  width: 100%;
}
.contact-btn {
  width: 75%;
  margin: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  .contact-btn {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-btn .inner {
    margin: auto;
  }
}
.contact-btn .inner .btn, .contact-btn .inner .btn-second {
  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;
}
.contact-btn .inner .btn img, .contact-btn .inner .btn-second img {
  margin-right: 0.8rem;
}
.contact-btn .inner .btn .txt, .contact-btn .inner .btn-second .txt {
  margin-top: 0.2rem;
}

.about {
  overflow: hidden;
}
.about-est {
  padding: 11rem 0 9.3rem 0;
}
@media screen and (max-width: 1200px) {
  .about-est {
    padding: 4rem 0;
    padding-bottom: 6rem;
  }
}
.about-est-decor {
  position: absolute;
  width: 40%;
  bottom: -50%;
  pointer-events: none;
}
.about-est-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 800px) {
  .about-est-wr {
    align-items: center;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 600px) {
  .about-est-left {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .about-est-right {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.about-est-time {
  padding-right: 16.6666666667%;
}
@media screen and (max-width: 1200px) {
  .about-est-time {
    padding-right: 0;
  }
}
.about-est .timeline-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.about-est .timeline-item.is-inview .img {
  transform: scale(1);
}
.about-est .timeline-item.is-inview .info-year {
  animation: fadeRight 1s ease-in-out forwards;
}
.about-est .timeline-item.is-inview .info-desc {
  animation: fadeRight 1s ease-in-out forwards;
  animation-delay: 0.2s;
}
.about-est .timeline-item.is-inview .info::after {
  height: 100%;
}
.about-est .timeline-item:first-child .img {
  background-color: #468FF0;
}
.about-est .timeline-item:nth-child(2) .img {
  background-color: #6EC8B0;
  transition-delay: 0.3s;
}
.about-est .timeline-item:nth-child(3) .img {
  background-color: #F97650;
  transition-delay: 0.5s;
}
.about-est .timeline-item:nth-child(3) .img::after {
  display: none;
}
.about-est .timeline-item .img {
  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: 6.6rem;
  height: 6.6rem;
  border-radius: 100rem;
  flex-shrink: 0;
  position: relative;
  transition: 0.5s;
  transform-origin: center;
  transform: scale(0);
  z-index: 2;
}
.about-est .timeline-item .img img {
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 800px) {
  .about-est .timeline-item .img {
    width: 4rem;
    height: 4rem;
  }
  .about-est .timeline-item .img img {
    width: 2rem;
    height: 2rem;
  }
}
.about-est .timeline-item:last-child .info {
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .about-est .timeline-item:last-child .info {
    padding-bottom: 0;
  }
}
.about-est .timeline-item:last-child .info::after {
  display: none;
}
.about-est .timeline-item .info {
  padding-left: 3.6rem;
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 800px) {
  .about-est .timeline-item .info {
    padding-bottom: 4rem;
  }
}
.about-est .timeline-item .info::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 0.1rem;
  top: 3.3rem;
  left: -3.4rem;
  border-left: 0.1rem dashed rgba(48, 48, 48, 0.4);
  transition: 0.5s;
  transition-delay: 0.5s;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .about-est .timeline-item .info::after {
    left: -2rem;
  }
}
@media screen and (max-width: 800px) {
  .about-est .timeline-item .info {
    padding-left: 1.6rem;
  }
}
.about-est .timeline-item .info-year {
  font-size: 3.2rem;
  font-weight: 700;
  color: #212223;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .about-est .timeline-item .info-year {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-est .timeline-item .info-year {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  .about-est .timeline-item .info-year {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .about-est .timeline-item .info-year {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 800px) {
  .about-est .timeline-item .info-year {
    font-size: 1.7rem;
  }
}
.about-est .timeline-item .info-desc {
  opacity: 0;
}
.about-est-img {
  animation: DownUp 3s ease-in-out infinite;
}
@media screen and (max-width: 1200px) {
  .about-est-img {
    margin-right: 2.7rem;
  }
}
@media screen and (max-width: 800px) {
  .about-est-img {
    margin-right: 1.5rem;
  }
}
.about-est-img.is-inview .inner {
  filter: drop-shadow(2.7rem 2.7rem 0rem #F1CF69);
}
@media screen and (max-width: 800px) {
  .about-est-img.is-inview .inner {
    filter: drop-shadow(1.5rem 1.5rem 0rem #F1CF69);
  }
}
.about-est-img .inner {
  padding-top: 100%;
  position: relative;
  filter: drop-shadow(0px 0px 0px #F1CF69);
  transition: 0.5s;
}
.about-est-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 1.2rem 0 1.2rem;
}
.about-business {
  padding-bottom: 10rem;
}
.about-business-content {
  width: calc(100vw - (100vw - 122rem) / 2);
  max-width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .about-business-content {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .about-business {
    padding-bottom: 4rem;
  }
}
.about-business-img {
  width: 58.1967213115%;
}
.about-business-img .inner {
  padding-top: 75%;
  min-height: 55rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .about-business-img .inner {
    min-height: unset;
    padding-top: 50%;
  }
}
@media screen and (max-width: 900px) {
  .about-business-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.about-business-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 1.2rem 1.2rem 0;
}
@media screen and (max-width: 900px) {
  .about-business-img img {
    border-radius: 1.2rem;
  }
}
.about-business-nd {
  flex: 1;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  .about-business-nd {
    width: 100%;
  }
}
.about-business-nd .new-swiper-tt {
  padding: 0;
  margin-bottom: 0;
}
.about-business-nd .new-swiper-tt .tt {
  margin-bottom: 0;
}
.about-business-nd .btn, .about-business-nd .btn-second {
  padding: 1.5rem 1rem;
  margin-top: 4rem;
}
.about-business-nd .btn .txt, .about-business-nd .btn-second .txt {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.1rem;
}
.about-business-nd .question {
  margin-top: 7.2rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about-business-nd .question {
    margin-top: 4rem;
  }
}
.about-business-nd .question-decor {
  position: absolute;
  width: 15.5rem;
  height: 14.2rem;
  top: -5rem;
  right: -5rem;
  z-index: 2;
}
.about-business-nd .question-decor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-business-nd .question-inner {
  position: absolute;
  border-radius: 0 1.2rem 0 1.2rem;
  right: -1.4rem;
  width: 78rem;
  padding: 4.5rem;
  background-color: #F5F5F5;
}
@media screen and (max-width: 900px) {
  .about-business-nd .question-inner {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-business-nd .question-inner {
    padding: 2rem;
  }
}
.about-sure-list ul li {
  color: #ffffff;
  position: relative;
  padding-left: 2.6rem;
}
.about-sure-list ul li::after {
  content: url("../assets/images/staryel.png");
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.about-sure-list ul li + li {
  margin-top: 1.8rem;
}
.about-tnsm {
  position: relative;
  z-index: 5;
}
.about-tnsm.is-inview .about-tnsm-decorfl {
  transform: translate(-50%, -50%) scale(1);
}
.about-tnsm-wr {
  padding: 8rem 9rem;
  background-color: #F1CF69;
  border-radius: 0 2.4rem 0 2.4rem;
  position: relative;
  transform: translateY(50%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .about-tnsm-wr {
    padding: 4rem;
  }
}
@media screen and (max-width: 700px) {
  .about-tnsm-wr {
    transform: translateY(0);
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .about-tnsm-wr {
    padding-top: 7rem;
  }
}
.about-tnsm-decorfl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: 0.5s;
  width: 14.7rem;
  height: 14.7rem;
}
.about-tnsm-decorfl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-tnsm-decorgoc {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-tnsm-item {
  width: 46%;
}
.about-tnsm-item .tt {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212223;
}
@media only screen and (max-width: 1200px) {
  .about-tnsm-item .tt {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-tnsm-item .tt {
    font-size: 2.6rem;
  }
}
.about-tnsm-item .new-swiper-tt {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .about-tnsm-item .new-swiper-tt .new-swiper-ttinner {
    padding: 0;
  }
}
.about-tnsm-item .desc {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  color: #661B19;
}
@media only screen and (max-width: 1200px) {
  .about-tnsm-item .desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-tnsm-item .desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .about-tnsm-item .desc {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .about-tnsm-item {
    width: 100%;
  }
  .about-tnsm-item:first-child {
    margin-bottom: 2rem;
  }
}
.about-tnsm .line {
  width: 8%;
  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;
}
.about-tnsm .line::after {
  content: "";
  width: 0.1rem;
  height: 10rem;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  .about-tnsm .line {
    display: none;
  }
}
.about-tnsm .bg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: calc(100vw - (100vw - 120rem) / 2);
  max-width: 100%;
  margin-left: auto;
  position: relative;
}
.about-tnsm .bg-wrapper {
  position: relative;
}
.about-tnsm .bg-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #212223;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about-tnsm .bg-left {
  flex: 1;
  background-color: #212223;
  padding: 20rem 0 12rem 0;
}
@media screen and (max-width: 1200px) {
  .about-tnsm .bg-left {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .about-tnsm .bg-left {
    width: 100%;
    flex: none;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .about-tnsm .bg-left {
    padding: 4rem 1.5rem;
  }
}
.about-tnsm .bg-left .new-swiper-tt {
  padding: 0;
  margin-bottom: 0;
}
.about-tnsm .bg-left .new-swiper-tt .tt {
  margin-bottom: 0;
}
.about-tnsm .bg-img {
  width: 43.4027777778%;
}
@media screen and (max-width: 900px) {
  .about-tnsm .bg-img {
    width: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    pointer-events: none;
  }
}
.about-tnsm .bg-img-inner {
  position: relative;
  height: 100%;
}
.about-tnsm .bg-img-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(79.46deg, #212223 14.68%, rgba(33, 34, 35, 0) 101.99%);
  left: 0;
  bottom: 0;
}
.about-tnsm .bg-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-core {
  padding: 11rem 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about-core {
    padding: 4rem 0;
  }
}
.about-core-decor {
  position: absolute;
  width: 20%;
  right: 0;
  top: 0;
  transform: translate(30%, -30%);
  pointer-events: none;
}
.about-core-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-core-decor2 {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: -15%;
  transform: translateX(-50%);
  pointer-events: none;
}
.about-core-decor2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-core-wrapper {
  position: relative;
}
@media screen and (max-width: 800px) {
  .about-core-wr {
    --gutter-x: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .about-core-wr {
    --gutter-x: 0.8rem;
  }
}
.about-core-item {
  padding-top: 3.7rem;
}
@media screen and (max-width: 600px) {
  .about-core-item {
    width: 50%;
  }
  .about-core-item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .about-core-item {
    width: 100%;
  }
}
.about-core-item .inner {
  position: relative;
  border-radius: 1.2rem;
  border: 0.1rem solid #D9D9D9;
  background-color: #ffffff;
  padding: 7.2rem 5.2rem 4.4rem 5.2rem;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .about-core-item .inner {
    padding: 3rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 1000px) {
  .about-core-item .inner {
    padding: 2rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .about-core-item .inner {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .about-core-item .inner {
    padding: 1rem;
    padding-top: 4rem;
  }
}
@media (hover: hover) {
  .about-core-item:hover {
    border-color: #661B19;
  }
  .about-core-item:hover .icon {
    background-color: #661B19;
  }
  .about-core-item:hover .icon img {
    filter: brightness(0) invert(1);
  }
}
.about-core-item .icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 0 1.2rem 0 1.2rem;
  border: 0.2rem solid #661B19;
  background-color: #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;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .about-core-item .icon {
    width: 5rem;
    height: 5rem;
  }
}
.about-core-item .content {
  text-align: center;
}
.about-core-item .content-tt {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212223;
}
@media screen and (max-width: 400px) {
  .about-core-item .content-tt {
    font-size: 1.3rem;
  }
}

.new {
  padding: 11rem 0;
}
@media screen and (max-width: 1200px) {
  .new {
    padding: 4rem 0;
  }
}
.new.nopd {
  padding: 0;
  padding-bottom: 5.4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .new.nopd {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.new.nopd::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #F6F6F6;
  height: 80%;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .new.nopd::after {
    height: 90%;
  }
}
.new-item {
  width: 25%;
}
@media screen and (max-width: 800px) {
  .new-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .new-item {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .new-item {
    width: 100%;
  }
}
.new-item-inner {
  overflow: hidden;
  border-radius: 1.2rem 0 1.2rem 0;
  transition: 0.3s;
  background-color: #F8F8F8;
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .new-item-inner:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  }
  .new-item-inner:hover .img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .new-item-inner:hover .info-tt {
    color: #661B19;
  }
}
.new-item-inner .img {
  position: relative;
}
.new-item-inner .img-inner {
  padding-top: 67.0212765957%;
  position: relative;
  display: block;
  overflow: hidden;
}
.new-item-inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.new-item-inner .img-date {
  padding: 1rem;
  background-color: #27292B;
  width: fit-content;
  position: absolute;
  padding-right: 2rem;
  top: 0;
  right: 0;
  z-index: 3;
  border-radius: 0 0 0 1.2rem;
}
.new-item-inner .img-date p {
  color: #ffffff;
  font-weight: 700;
}
.new-item-inner .info {
  padding: 2.3rem;
}
@media screen and (max-width: 500px) {
  .new-item-inner .info {
    padding: 1rem;
  }
}
.new-item-inner .info-tt {
  font-weight: 700;
  color: #212223;
  margin-bottom: 0.8rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new-item-inner .info-desc {
  color: #6A6A6A;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.new-item-inner .info-link {
  color: #A27A2C;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .new-item-inner .info-link:hover .txt::after {
    transform: rotate(45deg);
  }
}
.new-item-inner .info-link .txt {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.new-item-inner .info-link .txt::after {
  content: url("../assets/images/arrowitem.png");
  margin-top: 0.2rem;
  margin-left: 0.3rem;
  transition: 0.3s;
}
.new-pagi {
  margin-top: 7rem;
}
@media screen and (max-width: 1200px) {
  .new-pagi {
    margin-top: 4rem;
  }
}
.new-detail {
  margin-bottom: 3rem;
}
.new-detail-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
}
.new-detail-img .img {
  width: 50%;
}
.new-detail-img .img-inner {
  position: relative;
}
.new-detail-img .img-inner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.6rem;
}
.new-quote {
  padding: 3.8rem 2.3rem;
  background-color: #661B19;
  border-radius: 1.2rem 0 1.2rem 0;
  overflow: hidden;
}
.new-quote-desc {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .new-quote-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .new-quote-desc {
    font-size: 1.5rem;
  }
}
.new-form {
  padding: 6.8rem 5.3rem;
  background-color: #f5ebcc;
  margin-top: 2rem;
  border-radius: 1.2rem 0 1.2rem 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;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .new-form {
    width: 50%;
    margin: auto;
    margin-top: 2rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .new-form {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .new-form {
    width: 100%;
  }
}
.new-form-tt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #661B19;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .new-form-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .new-form-tt {
    font-size: 1.5rem;
  }
}
.new-form-img {
  width: 100%;
  margin-bottom: 5rem;
}
.new-form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-form-ip {
  margin-bottom: 4.5rem;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.new-form-ip.is-inview::after {
  width: 100%;
}
.new-form-ip::after {
  content: "";
  height: 0.1rem;
  width: 0%;
  bottom: 0;
  position: absolute;
  background-color: #661B19;
  transition: 0.4s ease-in-out;
}
.new-form-ip input {
  padding: 0.5rem;
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: center;
}
.new-form-ip input::placeholder {
  color: #212223;
}
.new-form .btn, .new-form .btn-second {
  width: 50%;
  background-color: #212223;
}
.new-form .wpcf7 form.invalid .wpcf7-response-output {
  color: red;
  padding: 0 2rem;
  text-align: center;
  left: 0;
}
.new .block-share {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.new .block-share-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: auto;
  border-top: 0.1rem solid #DFE4E8;
  border-bottom: 0.1rem solid #DFE4E8;
}
.new .block-share-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.new .block-share-link a {
  color: #676767;
}
.new .block-share-link + .block-share-link {
  position: relative;
  margin-left: 2.4rem;
}
.new .block-share-link + .block-share-link::after {
  content: "";
  position: absolute;
  left: -1.2rem;
  width: 0.1rem;
  height: 1.8rem;
  background-color: #DFE4E8;
}
.new .block-share-link img {
  margin-right: 0.3rem;
}
.new .block-share-link .getlink-note {
  position: absolute;
  transform: translateY(100%) translateX(-50%);
  text-align: center;
  left: 50%;
  padding: 0.5rem;
  background-color: #661B19;
  color: #ffffff;
  border-radius: 0.4rem;
  display: none;
  white-space: nowrap;
  width: fit-content;
}
.new-swiper {
  padding: 11rem 0;
}
@media screen and (max-width: 1200px) {
  .new-swiper {
    padding: 4rem 0;
  }
}
.new-swiper .container {
  max-width: 128rem;
}
.new-swiper .swiper {
  padding: 0 2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .new-swiper .swiper {
    padding: 0;
  }
}
.new-swiper .swiper-slide .new-item {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .new-swiper .swiper-slide .new-item-inner:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  }
}
.new-swiper-tt {
  padding: 0 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .new-swiper-tt {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .new-swiper-tt {
    margin-bottom: 1rem;
  }
  .new-swiper-tt span {
    text-align: center;
  }
}
.new-swiper-ttinner {
  padding: 1.4rem 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.new-swiper-ttinner .tt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #212223;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .new-swiper-ttinner .tt {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .new-swiper-ttinner .tt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 800px) {
  .new-swiper-ttinner .tt {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .new-swiper-ttinner .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .new-swiper-ttinner .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 800px) {
  .new-swiper-ttinner .tt {
    font-size: 1.6rem;
  }
}
.new-swiper-ctrl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-right: 2.2rem;
}
@media screen and (max-width: 800px) {
  .new-swiper-ctrl {
    margin-right: 0;
    display: none;
  }
}
.new-swiper-ctrl-prev, .new-swiper-ctrl-next {
  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;
  transition: 0.3s;
  cursor: pointer;
}
.new-swiper-ctrl-prev i, .new-swiper-ctrl-next i {
  font-size: 2rem;
  color: #661B19;
}
.new-swiper-ctrl-prev.swiper-button-disabled, .new-swiper-ctrl-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: unset;
}
.new-swiper-ctrl-next {
  margin-left: 1.2rem;
  position: relative;
}
.new-swiper-ctrl-next::after {
  content: "";
  height: 2.5rem;
  width: 0.1rem;
  background-color: #DEDCDC;
  position: absolute;
  left: -0.6rem;
}
.new-swiper-btn {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .new-swiper-btn {
    margin: auto;
  }
  .new-swiper-btn .btn, .new-swiper-btn .btn-second {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .new-swiper-btnRes {
    display: none;
  }
}
.new-swiper-btnRes .btn, .new-swiper-btnRes .btn-second {
  margin: auto;
}
.new-swiper-line {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .new-swiper-line {
    margin-bottom: 2rem;
  }
}
.new-swiper-line.is-inview::after {
  width: 6.4rem;
}
.new-swiper-line.is-inview::before {
  width: 100%;
}
.new-swiper-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #F1CF69;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .new-swiper-line::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.new-swiper-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  width: 0;
  height: 0.1rem;
  border-radius: 100rem;
  background-color: #DEDCDC;
  transition: 1.5s ease-in-out;
}
@media screen and (max-width: 800px) {
  .new-swiper-line::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.new-swiper-tt.cus-center {
  padding: 0;
}
.new-swiper-tt.cus-center .new-swiper-line.cus-white::before {
  background-color: rgba(222, 220, 220, 0.3);
}
.new-swiper-tt.cus-center .new-swiper-line::after, .new-swiper-tt.cus-center .new-swiper-line::before {
  left: 50%;
  transform: translateX(-50%);
}
.new-swiper-tt.cus-center .new-swiper-ttinner {
  justify-content: center;
}
.new-swiper-tt.cus-center .new-swiper-desc {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-top: 2.4rem;
  display: block;
  color: #ffffff;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .new-swiper-tt.cus-center .new-swiper-desc {
    margin-top: 0;
    width: 90%;
  }
}
.new-swiper-tt.cus-center .new-swiper-desc.is-inview {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.product {
  padding: 11rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .product {
    padding: 4rem 0;
  }
}
.product.nopd {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .product.nopd {
    padding: 0;
  }
}
.product-dm + .product-dm {
  margin-top: 2.7rem;
}
.product-dm-head {
  padding: 1.8rem 0;
  background-color: #F1CF69;
  border-radius: 1.2rem 1.2rem 0 0;
}
.product-dm-head > .tt {
  text-align: center;
  text-transform: uppercase;
  color: #212223;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .product-dm-head > .tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-dm-head > .tt {
    font-size: 1.5rem;
  }
}
.product-dm-content {
  padding: 2.7rem 3.8rem;
  background-color: #F7F7F7;
  border-radius: 0 0 1.2rem 1.2rem;
}
@media screen and (max-width: 1200px) {
  .product-dm-content {
    padding: 1rem;
  }
}
.product-dm-item + .product-dm-item {
  margin-top: 2.5rem;
}
.product-dm-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.product-dm-item a img {
  margin-right: 0.3rem;
}
.product-dm-item a span {
  color: #6A6A6A;
  text-transform: uppercase;
}
@media (hover: hover) {
  .product-dm-item:hover a img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(90%) saturate(325%) hue-rotate(1deg) brightness(98%) contrast(94%);
  }
  .product-dm-item:hover a span {
    color: #A27A2C;
  }
}
.product-dm-item.active a img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(90%) saturate(325%) hue-rotate(1deg) brightness(98%) contrast(94%);
}
.product-dm-item.active a span {
  color: #A27A2C;
  font-weight: 700;
}
.product-dm-check-item {
  padding: 1.2rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.product-dm-check-item input[type=checkbox] {
  display: none;
}
.product-dm-check-item .square {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  margin-right: 0.9rem;
  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: 0.2rem;
  border: 0.1rem solid #636060;
  overflow: hidden;
  margin-top: -0.1rem;
}
.product-dm-check-item .square::after {
  content: url("../assets/images/check.svg");
  position: absolute;
  opacity: 0;
  top: -0.4rem;
}
.product-dm-check-item .recheck-input:checked ~ .square {
  border-color: #A27A2C;
}
.product-dm-check-item .recheck-input:checked ~ .square::after {
  opacity: 1;
}
.product-dm-check-item .recheck-input:checked ~ .txt {
  color: #A27A2C;
  font-weight: 700;
}
.product-dm-check-item .txt {
  color: #6A6A6A;
  text-transform: uppercase;
}
.product-dm-block {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #D9D9D9;
}
.product-dm-block.red .square::after {
  content: url("../assets/images/checkred.svg");
  position: absolute;
  opacity: 0;
  top: -0.4rem;
}
.product-dm-block.red .recheck-input:checked ~ .square {
  border-color: #F30000;
}
.product-dm-block.red .recheck-input:checked ~ .square::after {
  opacity: 1;
}
.product-dm-block.red .recheck-input:checked ~ .txt {
  color: #F30000;
  font-weight: 700;
}
.product-dm-block > .tt {
  font-weight: 700;
  color: #000000;
}
.product-dm-block + .product-dm-block {
  padding-top: 2.4rem;
}
.product-dm-block:nth-last-child(2) {
  border-bottom: 0;
}
.product-dm-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-dm-btn .btn, .product-dm-btn .btn-second {
  padding: 1rem 2.2rem;
}
.product-dm-btn .btn .txt, .product-dm-btn .btn-second .txt {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.1rem;
}
.product-dm-btn .link {
  padding: 1rem 2.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.1rem;
  color: #661B19;
  transition: 0.3s;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.product-dm-btn .link:hover {
  color: #F30000;
}
.product-block-wr {
  position: relative;
}
.product-decor {
  position: absolute;
  transform: translate(-20%, -55%);
  z-index: -1;
}
.product-swiper {
  position: relative;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 800px) {
  .product-swiper {
    margin-bottom: 1.6rem;
  }
}
.product-swiper .swipermain {
  overflow: hidden;
  border-radius: 1.2rem;
}
.product-swiper .swipermain .swiper-slide .content .tt .txt-ani-item p .letter.run {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate(2rem, 0) !important;
}
.product-swiper .swipermain .swiper-slide.swiper-slide-active .content .tt .txt-ani-item p .letter.run {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
}
.product-swiper .swipermain .swiper-slide.swiper-slide-active .content .desc {
  animation: fadeRight 1.5s ease-in-out forwards;
}
.product-swiper .swipermain .swiper-slide.swiper-slide-active .product-swiper-item-bg::after {
  width: 100%;
}
.product-swiper-thumb {
  width: 20rem;
}
.product-swiper-thumb .swiper-slide.swiper-slide-thumb-active .thumb-item {
  background-color: #F1CF69;
}
.product-swiper-thumb .thumb-item {
  width: 4.6rem;
  height: 0.2rem;
  border-radius: 100rem;
  background-color: #D9D9D9;
  transition: 0.3s;
  cursor: pointer;
}
.product-swiper-item {
  padding: 6.5rem 5.5rem;
  padding-bottom: 12rem;
  position: relative;
  height: initial;
  overflow: hidden;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .product-swiper-item {
    padding: 2rem;
    padding-bottom: 6rem;
  }
}
.product-swiper-item .content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.product-swiper-item .content .tt {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 1200px) {
  .product-swiper-item .content .tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-swiper-item .content .tt {
    font-size: 1.5rem;
  }
}
.product-swiper-item .content .desc {
  width: 60%;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .product-swiper-item .content .desc {
    width: 100%;
  }
}
.product-swiper-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-swiper-item-bg::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(97.53deg, #661B19 7.19%, rgba(102, 27, 25, 0) 78.7%);
  transition: 1s ease-in-out;
}
.product-swiper-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-swiper-frac {
  color: #ffffff;
}
.product-swiper-frac span {
  color: #ffffff;
}
.product-swiper-frac span.swiper-pagination-current {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .product-swiper-frac span.swiper-pagination-current {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-swiper-frac span.swiper-pagination-current {
    font-size: 1.7rem;
  }
}
.product-swiper-ctrl {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 5.5rem;
  bottom: 6.5rem;
}
@media screen and (max-width: 1200px) {
  .product-swiper-ctrl {
    left: 2rem;
    bottom: 2rem;
  }
}
.product-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .product-item {
    width: 100%;
  }
}
.product-item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem 0 1.2rem 0;
  height: 100%;
  background-color: #F5F5F5;
}
@media (hover: hover) {
  .product-item-inner:hover::after {
    height: 50%;
  }
  .product-item-inner:hover::before {
    height: 50%;
  }
  .product-item-inner:hover .img .btn, .product-item-inner:hover .img .btn-second {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition-delay: 0.5s;
  }
}
.product-item-inner::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  height: 0%;
  transition: 0.5s;
}
.product-item-inner::before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  transition: 0.5s;
  z-index: 2;
}
.product-item-inner .img {
  position: relative;
}
.product-item-inner .img .btn, .product-item-inner .img .btn-second {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  z-index: 4;
  opacity: 0;
}
.product-item-inner .img-inner {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  display: block;
}
.product-item-inner .img-inner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item-inner .img-inner .tag {
  padding: 0.55rem 1rem;
  border-radius: 1.2rem 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.product-item-inner .img-inner .tag.red {
  background-color: #F30000;
}
.product-item-inner .img-inner .tag.yellow {
  background-color: #C16000;
}
.product-item-inner .img-inner .tag.gray {
  background-color: #909090;
}
.product-item-inner .info {
  padding: 1.8rem;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1200px) {
  .product-item-inner .info {
    padding: 1rem;
  }
}
.product-item-inner .info-tt {
  font-weight: 700;
  color: #212223;
  text-transform: uppercase;
}
.product-detail {
  padding: 6.3rem 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1200px) {
  .product-detail {
    padding: 4rem 0;
  }
}
.product-detail-wr {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .product-detail-left {
    width: 50%;
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .product-detail-left {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .product-detail-mid {
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
  .product-detail-mid-wr {
    width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 780px) {
  .product-detail-mid-wr {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 600px) {
  .product-detail-mid-wr {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .product-detail-right {
    width: 50%;
    order: 3;
  }
}
@media screen and (max-width: 500px) {
  .product-detail-right {
    width: 100%;
  }
}
.product-detail-tt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.product-detail-tt .tt {
  font-weight: 700;
  color: #212223;
  text-transform: uppercase;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.product-detail .line {
  width: 100%;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.15);
  margin-left: 1.8rem;
}
.product-detail-desc {
  margin-bottom: 3.2rem;
}
.product-detail-commit {
  padding: 1.2rem;
  border: 0.1rem dashed #661B19;
  border-radius: 1.2rem;
  margin-bottom: 2.8rem;
}
.product-detail-commit-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.product-detail-commit-item + .product-detail-commit-item {
  margin-top: 1.2rem;
}
.product-detail-commit-item img {
  margin-right: 0.6rem;
  display: block;
}
.product-detail-commit-item span {
  font-weight: 700;
  color: #661B19;
}
.product-detail-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: 1.8rem;
}
.product-detail-social-item {
  width: 1.6rem;
  height: 1.6rem;
}
.product-detail-social-item + .product-detail-social-item {
  margin-left: 0.8rem;
}
.product-detail-main-item {
  width: 100%;
  cursor: pointer;
}
.product-detail-main-item .inner {
  padding-top: 100%;
  position: relative;
}
.product-detail-main-item .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-main .swiper-button-next, .product-detail-main .swiper-button-prev {
  display: none;
}
.product-detail-thumb {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .product-detail-thumb {
    margin-top: 1.6rem;
  }
}
.product-detail-thumb .swiper-slide {
  opacity: 0.4;
}
.product-detail-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product-detail-thumb .swiper-slide.swiper-slide-thumb-active .product-detail-thumb-item .inner {
  border: 0.1rem solid #661B19;
}
.product-detail-thumb-item {
  width: 100%;
  cursor: pointer;
}
.product-detail-thumb-item .inner {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 0.6rem 0 0.6rem;
  border: 0.1rem solid transparent;
}
.product-detail-thumb-item .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-name {
  color: #661B19;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 1200px) {
  .product-detail-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-detail-name {
    font-size: 1.5rem;
  }
}
.product-detail-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.product-detail-list li {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
}
.product-detail-list li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100rem;
  background-color: #6A6A6A;
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
}
.product-detail-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 1.7rem;
}
@media screen and (max-width: 820px) {
  .product-detail-block {
    flex-wrap: wrap;
  }
}
.product-detail-btn {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.product-detail-btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .product-detail-btn {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .product-detail-btn {
    margin-right: 0;
    width: 100%;
  }
  .product-detail-btn:last-child {
    margin-top: 1rem;
  }
}
.product-detail-btn.lazada .inner {
  background-color: #06089F;
}
@media (hover: hover) {
  .product-detail-btn.lazada .inner:hover {
    border-color: #06089F;
    background-color: transparent;
  }
  .product-detail-btn.lazada .inner:hover .txt {
    color: #06089F;
  }
}
.product-detail-btn.lazada .inner .icon {
  border-color: #06089F;
}
.product-detail-btn .inner {
  padding: 1.4rem 2rem;
  background-color: #F8482F;
  position: relative;
  margin-left: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-radius: 0 0 1.2rem 0;
  transition: 0.5s;
  border: 0.3rem solid transparent;
}
@media (hover: hover) {
  .product-detail-btn .inner:hover {
    border-radius: 1.2rem;
    background-color: transparent;
    border-color: #F8482F;
  }
  .product-detail-btn .inner:hover .icon {
    transform: translate();
  }
  .product-detail-btn .inner:hover .txt {
    color: #F8482F;
  }
}
.product-detail-btn .inner .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  border: 0.3rem solid #F8482F;
  background-color: #FFFFFF;
  position: absolute;
  left: -1.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;
  transition: 0.3s;
}
.product-detail-btn .inner .txt {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 1.2rem;
}
.product-video {
  padding: 11rem 0;
}
@media screen and (max-width: 1200px) {
  .product-video {
    padding: 4rem 0;
  }
}
.product-video-tt {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #212223;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}
@media only screen and (max-width: 1200px) {
  .product-video-tt {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-video-tt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 800px) {
  .product-video-tt {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .product-video-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .product-video-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 800px) {
  .product-video-tt {
    font-size: 1.6rem;
  }
}
.product-video-img {
  padding-top: 46.0767946578%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.product-video-img.is-inview::after, .product-video-img.is-inview::before {
  height: 50%;
}
.product-video-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  transition: 1s;
}
.product-video-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  z-index: 2;
  transition: 1s;
}
.product-video-img .inner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-video-img .play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #F1CF69;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .product-video-img .play {
    width: 4rem;
    height: 4rem;
  }
  .product-video-img .play > img {
    width: 1rem;
  }
}
.product-video-img .play::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 0.1rem solid #ffffff;
  animation: grows 2s ease-in-out infinite;
}
.product-video-img .play::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 0.1rem solid #ffffff;
  animation: grows2 2s ease-in-out infinite;
}
@media (hover: hover) {
  .product-video-img .play:hover {
    background-color: #661B19;
  }
}
.product-video-img .play > img {
  margin-left: 0.4rem;
}
.product-swipers {
  padding-bottom: 11rem;
}
@media screen and (max-width: 1200px) {
  .product-swipers {
    padding-bottom: 4rem;
  }
}
.product-swipers .product-item {
  width: 100%;
  padding: 0;
}
.product-swipers .new-swiper-tt {
  padding: 0;
}
@media screen and (max-width: 500px) {
  .product-swipers .new-swiper-ttinner {
    padding: 0;
  }
}
.product-top {
  padding-bottom: 11rem;
}
@media screen and (max-width: 1200px) {
  .product-top {
    padding-bottom: 4rem;
  }
}
.product-top .new-swiper-tt {
  padding: 0;
}
@media screen and (max-width: 500px) {
  .product-top .new-swiper-ttinner {
    padding: 0;
  }
}
.product-top .product-item {
  width: 20%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 900px) {
  .product-top .product-item {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .product-top .product-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .product-top .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .product-top .product-item {
    width: 100%;
  }
}

.sector-wr {
  padding: 11rem 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sector-wr {
    padding: 4rem 0;
  }
}
.sector-wr.nopd {
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .sector-wr.nopd {
    padding-top: 0;
  }
}
.sector-decor {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
.sector-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sector-item {
  width: 100%;
}
.sector-item .inner {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 1.2rem 0 1.2rem 0;
}
@media (hover: hover) {
  .sector-item .inner:hover .content {
    max-height: 60rem;
    transition: 1.4s;
    padding: 1.6rem;
  }
  .sector-item .inner:hover .content-desc {
    opacity: 1;
    transform: translateY(0);
    transition: 1s;
    transition-delay: 0s;
  }
}
.sector-item .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sector-item .inner .content {
  position: absolute;
  width: 100%;
  padding: 1.6rem;
  bottom: 3rem;
  overflow: hidden;
  max-height: 7.5rem;
  transition: 1s;
  background: rgba(97, 18, 16, 0.88);
}
.sector-item .inner .content::after {
  content: "";
  background: rgba(97, 18, 16, 0.88);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  .sector-item .inner .content {
    height: 100%;
    max-height: unset;
    bottom: 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;
    flex-direction: column;
    background-color: transparent;
  }
}
.sector-item .inner .content-tt {
  text-align: center;
  margin-bottom: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.sector-item .inner .content-tt a {
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sector-item .inner .content-desc {
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 1201px) {
  .sector-item .inner .content-desc {
    opacity: 0;
    transform: translateY(2rem);
  }
}
.sector-item .inner .content-link {
  text-align: center;
  margin: auto;
  width: fit-content;
  color: #F1CF69;
  position: relative;
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .sector-item .inner .content-link {
    margin: 0;
    margin-top: 1.2rem;
  }
}
.sector-item .inner .content-link::after {
  content: url("../assets/images/arrowlink.svg");
  transition: 0.4s;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  margin-left: 0.5rem;
}
@media (hover: hover) {
  .sector-item .inner .content-link:hover::after {
    transform: rotate(45deg);
  }
}
.sector-swiper {
  position: relative;
}
.sector-swiper .swiper-ctrl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .sector-swiper .swiper-ctrl {
    position: static;
    transform: none;
    width: fit-content;
    margin: auto;
    margin-top: 2rem;
  }
}
.sector-swiper .swiper-ctrl-prev, .sector-swiper .swiper-ctrl-next {
  background-color: transparent;
  width: 2.4rem;
  height: 2.4rem;
}
.sector-swiper .swiper-ctrl-prev::after, .sector-swiper .swiper-ctrl-next::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #661B19;
  border-radius: 100rem;
  position: absolute;
  opacity: 0;
  transition: 0.4s;
}
@media (hover: hover) {
  .sector-swiper .swiper-ctrl-prev:hover::after, .sector-swiper .swiper-ctrl-next:hover::after {
    animation: grows 1s ease-in-out infinite;
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  .sector-swiper .swiper-ctrl-prev, .sector-swiper .swiper-ctrl-next {
    display: none;
  }
}
.sector-swiper .swiper-ctrl-prev img, .sector-swiper .swiper-ctrl-next img {
  filter: none;
}
.sector-swiper .swiper-ctrl-prev.swiper-button-disabled, .sector-swiper .swiper-ctrl-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: unset;
}
.sector-swiper .swiper-ctrl-prev.swiper-button-disabled::after, .sector-swiper .swiper-ctrl-next.swiper-button-disabled::after {
  display: none;
}
@media screen and (max-width: 1400px) {
  .sector-swiper .swiper-ctrl-pagi {
    display: flex;
  }
}
.sector-certificate {
  padding: 10.7rem 0 8.4rem 0;
  background-color: #212223;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sector-certificate {
    padding: 4rem 0;
  }
}
.sector-certificate-decor {
  position: absolute;
  pointer-events: none;
  width: 30%;
}
.sector-certificate-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sector-certificate-item {
  width: 100%;
}
.sector-certificate-item .inner {
  position: relative;
  display: block;
}
.sector-certificate-item .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.sector-certificate-item .inner::after {
  content: "";
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  transition: 0.4s;
}
@media (hover: hover) {
  .sector-certificate-item .inner:hover::after {
    height: 100%;
  }
  .sector-certificate-item .inner:hover .inner-icon {
    opacity: 1;
  }
}
.sector-certificate-item .inner-icon {
  position: absolute;
  z-index: 3;
  transition: 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 4.8rem;
  height: 4.8rem;
  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;
  cursor: pointer;
}
@media (hover: hover) {
  .sector-certificate-item .inner-icon:hover {
    background-color: #661B19;
  }
}
.sector-certificate-item .inner-icon > img {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: -0.2rem;
  margin-top: 0.2rem;
}
.sector-certificate-swiper .swiper-ctrl {
  display: flex;
  width: fit-content;
  position: static;
  margin: auto;
  transform: none;
  margin-top: 4rem;
}
.sector-certificate-swiper .swiper-ctrl-prev, .sector-certificate-swiper .swiper-ctrl-next {
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  margin: 0 1.25rem;
}
@media screen and (max-width: 1200px) {
  .sector-certificate-swiper .swiper-ctrl-prev, .sector-certificate-swiper .swiper-ctrl-next {
    display: block;
  }
}
.sector-certificate-swiper .swiper-ctrl-prev img, .sector-certificate-swiper .swiper-ctrl-next img {
  filter: none;
}
.sector-certificate-swiper .swiper-ctrl-prev::after, .sector-certificate-swiper .swiper-ctrl-next::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #F1CF69;
  border-radius: 100rem;
  position: absolute;
  opacity: 0;
  transition: 0.4s;
}
@media (hover: hover) {
  .sector-certificate-swiper .swiper-ctrl-prev:hover::after, .sector-certificate-swiper .swiper-ctrl-next:hover::after {
    animation: grows 1s ease-in-out infinite;
    opacity: 1;
  }
}
.sector-certificate-swiper .swiper-ctrl-prev.swiper-button-disabled, .sector-certificate-swiper .swiper-ctrl-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: unset;
}
.sector-certificate-swiper .swiper-ctrl-prev.swiper-button-disabled::after, .sector-certificate-swiper .swiper-ctrl-next.swiper-button-disabled::after {
  display: none;
}
.sector-business {
  padding: 11rem 0;
  position: relative;
}
.sector-business-decor {
  pointer-events: none;
  position: absolute;
  width: 70%;
  transform: translateX(-23%);
}
.sector-business-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1200px) {
  .sector-business {
    padding: 4rem 0;
  }
}
.sector-left {
  padding-bottom: 9rem;
}
@media screen and (max-width: 1000px) {
  .sector-left {
    width: 40%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .sector-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.sector-left-inner {
  padding-right: 16.6666666667%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .sector-left-inner {
    padding-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .sector-right {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .sector-right {
    width: 100%;
  }
}
.sector-right-inner {
  height: 100%;
  min-height: 57.9rem;
}
@media screen and (max-width: 500px) {
  .sector-right-inner {
    min-height: 42rem;
  }
}
.sector-block .tt {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212223;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 1200px) {
  .sector-block .tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sector-block .tt {
    font-size: 1.5rem;
  }
}
.sector-flower {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sector-flower-block {
  position: relative;
  height: 100%;
  width: 50%;
}
.sector-flower::after {
  content: "";
  width: 0;
  height: 3.5rem;
  background-color: #661B19;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 1s;
}
.sector-flower.is-inview::after {
  width: 166.6666666667%;
}
@media screen and (max-width: 1200px) {
  .sector-flower.is-inview::after {
    width: 100%;
  }
}
.sector-flower.is-inview .flowerone {
  transform: scale(1);
}
.sector-flower.is-inview .flowertwo {
  transform: scale(1);
}
.sector-flower.is-inview .flowerthree {
  transform: scale(1);
}
.sector-flower .flowerone {
  position: absolute;
  width: 100%;
  height: 32rem;
  bottom: 3.5rem;
  z-index: 2;
  right: 0rem;
  transition: 1s;
  transition-delay: 0.5s;
  transform: scale(0);
  transform-origin: bottom right;
}
.sector-flower .flowerone-sq {
  width: 90%;
  height: 26.5rem;
  max-width: 26.5rem;
  display: block;
  border-radius: 0 10rem 0 10rem;
  border: 3.5rem solid #661B19;
  position: relative;
  margin-left: auto;
}
.sector-flower .flowerone-sq .img {
  width: 15.5rem;
  height: 15.5rem;
  border-radius: 100rem;
  overflow: hidden;
  position: absolute;
  bottom: -3.4rem;
  right: -3.4rem;
  z-index: -1;
}
.sector-flower .flowerone-sq .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sector-flower .flowerone::after {
  content: "";
  height: 6.8rem;
  width: 3.5rem;
  background-color: #661B19;
  position: absolute;
  right: 0;
  bottom: 0%;
  transition: 1s;
}
.sector-flower .flowertwo {
  position: absolute;
  width: calc(100% - 2rem);
  height: 40rem;
  bottom: 3.5rem;
  left: 2rem;
  transform: scale(0);
  transform-origin: left bottom;
  transition: 1s;
  transition-delay: 0.75s;
}
.sector-flower .flowertwo-sq {
  width: 80%;
  height: 22.8rem;
  max-width: 22.8rem;
  display: block;
  border-radius: 10rem 0 10rem 0;
  border: 2.5rem solid #A27A2C;
  position: relative;
  margin-right: auto;
}
.sector-flower .flowertwo-sq .img {
  width: 15.5rem;
  height: 15.5rem;
  border-radius: 100rem;
  overflow: hidden;
  position: absolute;
  bottom: -2.5rem;
  left: -2.5rem;
  z-index: -1;
}
.sector-flower .flowertwo-sq .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sector-flower .flowertwo::after {
  content: "";
  height: 19.6rem;
  width: 2.5rem;
  background-color: #A27A2C;
  position: absolute;
  left: 0;
  bottom: 0%;
}
.sector-flower .flowerthree {
  position: absolute;
  width: 100%;
  height: 40rem;
  bottom: 3.5rem;
  right: 0;
  bottom: 18rem;
  transform: scale(0);
  transform-origin: right bottom;
  transition: 1s;
  transition-delay: 1s;
}
.sector-flower .flowerthree-sq {
  width: 60%;
  height: 17.4rem;
  max-width: 17.4rem;
  display: block;
  border-radius: 0 7rem 0 7rem;
  border: 2rem solid #F1CF69;
  margin-left: auto;
  position: relative;
}
.sector-flower .flowerthree-sq .img {
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 100rem;
  overflow: hidden;
  position: absolute;
  bottom: -1.7rem;
  left: -1.7rem;
  z-index: -1;
}
.sector-flower .flowerthree-sq .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sector-flower .flowerthree::after {
  content: "";
  height: 30rem;
  width: 2rem;
  background-color: #F1CF69;
  position: absolute;
  right: 0;
  bottom: 0%;
}
@media screen and (max-width: 1200px) {
  .sector-flower .flowerone-sq {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .sector-flower .flowerone-sq {
    border: 2rem solid #661B19;
    height: 20rem;
    border-radius: 0 7rem 0 7rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) and (max-width: 360px) {
  .sector-flower .flowerone-sq {
    height: 17rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .sector-flower .flowerone-sq .img {
    width: 70%;
    height: auto;
    bottom: -2rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) and (max-width: 420px) {
  .sector-flower .flowerone-sq .img {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .sector-flower .flowerone {
    height: 22rem;
  }
  .sector-flower .flowerone::after {
    width: 2rem;
    height: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  .sector-flower .flowertwo-sq {
    width: 90%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) and (max-width: 600px) {
  .sector-flower .flowertwo-sq {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .sector-flower .flowertwo-sq {
    border: 2rem solid #A27A2C;
    height: 15rem;
    border-radius: 7rem 0 7rem 0;
  }
  .sector-flower .flowertwo-sq .img {
    width: 70%;
    height: auto;
    bottom: -2rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) and (max-width: 420px) {
  .sector-flower .flowertwo-sq .img {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .sector-flower .flowertwo {
    height: 30rem;
  }
  .sector-flower .flowertwo::after {
    width: 2rem;
    height: 20rem;
  }
}
@media screen and (max-width: 1200px) {
  .sector-flower .flowerthree-sq {
    width: 70%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .sector-flower .flowerthree-sq {
    border: 1.5rem solid #F1CF69;
    height: 10rem;
    border-radius: 0 5rem 0 5rem;
  }
  .sector-flower .flowerthree-sq .img {
    width: 70%;
    height: auto;
    bottom: -2rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) and (max-width: 420px) {
  .sector-flower .flowerthree-sq .img {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .sector-flower .flowerthree {
    bottom: 10rem;
    height: 32rem;
  }
  .sector-flower .flowerthree::after {
    width: 1.5rem;
    height: 26rem;
  }
}
.sector-detail {
  padding-bottom: 11rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .sector-detail {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .sector-detail-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .sector-detail-right {
    width: 100%;
  }
}
.sector-detail .tt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #212223;
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .sector-detail .tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sector-detail .tt {
    font-size: 1.5rem;
  }
}
.sector-detail-dm {
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
  background-color: #F5F5F5;
  padding: 4rem 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .sector-detail-dm {
    padding: 2rem 0;
  }
}
.sector-detail-dm::after {
  content: "";
  height: 1rem;
  width: 100%;
  background-color: #F1CF69;
  position: absolute;
  top: 0;
}
.sector-detail-dm-item {
  padding: 1.6rem 3.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .sector-detail-dm-item {
    padding: 1rem 2rem;
  }
}
.sector-detail-dm-item + .sector-detail-dm-item {
  margin-top: 1.2rem;
}
.sector-detail-dm-item.active {
  background: rgba(202, 202, 202, 0.5);
}
@media (hover: hover) {
  .sector-detail-dm-item:hover .desc {
    color: #661B19;
  }
  .sector-detail-dm-item:hover .img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.sector-detail-dm-item .img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.9rem;
}
.sector-detail-dm-item .img-inner {
  padding-top: 100%;
  position: relative;
  display: block;
}
.sector-detail-dm-item .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.sector-detail-dm-item .desc {
  text-transform: uppercase;
  color: #212223;
  transition: 0.3s;
}
.sector-detail-swiper {
  position: relative;
}
.sector-detail-swiper .swiper {
  border-radius: 1.2rem;
}
.sector-detail-item .inner {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.sector-detail-item .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sector-detail-ctrl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sector-detail-ctrl .btn-next,
.sector-detail-ctrl .btn-prev {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.sector-detail-ctrl .btn-next.swiper-button-disabled,
.sector-detail-ctrl .btn-prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.sector-detail-ctrl .btn-prev {
  left: 2rem;
}
.sector-detail-ctrl .btn-next {
  right: 2rem;
}
.sector .block-share {
  margin-top: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sector .block-share-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 0.1rem solid #DFE4E8;
  border-bottom: 0.1rem solid #DFE4E8;
}
.sector .block-share-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.sector .block-share-link a {
  color: #676767;
}
.sector .block-share-link + .block-share-link {
  position: relative;
  margin-left: 2.4rem;
}
.sector .block-share-link + .block-share-link::after {
  content: "";
  position: absolute;
  left: -1.2rem;
  width: 0.1rem;
  height: 1.8rem;
  background-color: #DFE4E8;
}
.sector .block-share-link img {
  margin-right: 0.3rem;
}
.sector .block-share-link .getlink-note {
  position: absolute;
  transform: translateY(100%) translateX(-50%);
  text-align: center;
  left: 50%;
  padding: 0.5rem;
  background-color: #661B19;
  color: #ffffff;
  border-radius: 0.4rem;
  display: none;
  white-space: nowrap;
  width: fit-content;
}

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