@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

.color-white {
  color: #fff;
}

.color-gray {
  color: #3D3C38;
}

.color-black {
  color: #000;
}

.color-red {
  color: #CC0000;
}

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

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-600-semi-bold {
  font-weight: 600 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

.show-sp {
  display: none;
}
@media only screen and (max-width: 850px) {
  .show-sp {
    display: block;
  }
}

@media only screen and (max-width: 850px) {
  .hide-sp {
    display: none;
  }
}

.fz50vw {
  font-size: clamp(4rem, 3.125vw, 5rem);
  line-height: normal;
}

.fz40vw {
  font-size: clamp(3.4rem, 2.5vw, 4rem);
  line-height: normal;
}

.fz36vw {
  font-size: clamp(3rem, 2.25vw, 3.6rem);
  line-height: normal;
}

.fz35vw {
  font-size: clamp(3rem, 2.1875vw, 3.5rem);
  line-height: normal;
}

.fz34vw {
  font-size: clamp(3rem, 2.125vw, 3.4rem);
  line-height: normal;
}

.fz30vw {
  font-size: clamp(2.6rem, 1.875vw, 3rem);
  line-height: normal;
}

.fz26vw {
  font-size: clamp(2.4rem, 1.625vw, 2.6rem);
  line-height: normal;
}

.fz25vw {
  font-size: clamp(2.2rem, 1.5625vw, 2.5rem);
  line-height: normal;
}

.fz24vw {
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  line-height: normal;
}

.fz20vw {
  font-size: clamp(1.8rem, 1.25vw, 2rem);
  line-height: normal;
}

.fz18vw {
  font-size: clamp(1.6rem, 1.125vw, 1.8rem);
  line-height: normal;
}

.fz16vw {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: normal;
}

.fz14vw, #about .timeline .content .timeline-slick .item .des > div p {
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
  line-height: normal;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: "Noto Sans Thai", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #3D3C38;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
body::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
body.hidden::after {
  opacity: 1;
  visibility: visible;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

strong {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.transition, #dealer-inner .dealer-inner .box-flex .col-left .map-img, #about .timeline .content .timeline-slick .slick-arrow, .article-list ul li a .cover.video::after, .article-cat ul li a .icon img, #products .products .content .flex .col-right .button ul li a .text, #products .products .content .flex .col-right .button ul li a .icon img, #products .products .content .flex .col-right .button ul li a::before, #products .products .content .flex .col-left .img, #why .why .why-slick .slick-arrow, .menu-responsive, .dropdown-content.news a .icon img, .dropdown-content.products .flex .col-left ul li a .icon img, .dropdown-content.products .flex .col-left ul li a::after, .btn-page ul li a img, .hover-icon-arrow-top-right .icon img, .btn.icon-arrow-top-right .icon img, .fadeInDown, .fadeInUp, a .cover img, a, body, body::after {
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0.6, 0, 1);
  transition: all 0.7s cubic-bezier(0.3, 0.6, 0, 1);
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

a {
  color: #3D3C38;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a .cover {
  overflow: hidden;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  color: #CC0000;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}
@media only screen and (max-width: 1180px) {
  .fadeInUp {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
}

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
@media only screen and (max-width: 1180px) {
  .fadeInDown {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Content */
.content-1800 {
  width: 93.75%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.content-1600 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1536px) {
  .content-1600 {
    width: 85%;
  }
}
@media only screen and (max-width: 850px) {
  .content-1600 {
    width: 90%;
  }
}

.content-1366 {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1536px) {
  .content-1366 {
    width: 73%;
  }
}
@media only screen and (max-width: 850px) {
  .content-1366 {
    width: 90%;
  }
}

.pad120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pad120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  .pad100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1180px) {
  .pt120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pt120 {
    padding-top: 60px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  .pt80 {
    padding-top: 60px;
  }
}

.pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pb120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pb120 {
    padding-bottom: 60px;
  }
}

.pb80 {
  padding-bottom: 80px;
}

/* Font-Size */
.fz40 {
  font-size: 4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1440px) {
  .fz40 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 1180px) {
  .fz40 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .fz40 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}

.fz35 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 1440px) {
  .fz35 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 1180px) {
  .fz35 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .fz35 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.fz34 {
  font-size: 3.4rem;
  line-height: 4.4rem;
}

.fz30 {
  font-size: 3rem;
  line-height: 4rem;
}

.fz25 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.fz20 {
  font-size: 2rem;
  line-height: 3rem;
}

.fz18 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

/* Txthead */
.txthead-box.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1440px) {
  .txthead-box.mb80 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb80 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb80 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box .center {
  text-align: center;
}

/* Button */
.link-hover:hover {
  opacity: 1;
  color: #CC0000;
}

.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1440px) {
  .btn-box.mt60 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 40px;
  }
}
.btn-box.mt30 {
  margin-top: 30px;
}
.btn-box.abs-top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  .btn-box.abs-top-right {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.btn-box.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-box.flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.red {
  color: #CC0000;
}
.btn.square-radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  height: 42px;
  border-radius: 35px;
}
.btn.square-radius.border-red {
  color: #CC0000;
  border: 1px solid #CC0000;
}
.btn.square-radius.border-red:hover {
  opacity: 1;
  color: #fff;
  background-color: #CC0000;
}
.btn.square-radius.border-red:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(108deg) brightness(97%) contrast(107%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(108deg) brightness(97%) contrast(107%);
}
.btn.square-radius.border-red-text-gray {
  border: 1px solid #CC0000;
}
.btn.square-radius.border-red-text-gray:hover {
  opacity: 1;
  color: #fff;
  background-color: #CC0000;
}
.btn.square-radius.border-red-text-gray:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(108deg) brightness(97%) contrast(107%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(108deg) brightness(97%) contrast(107%);
}
.btn.square-radius.w-auto {
  padding: 0 40px;
}
.btn.icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.icon-left .icon {
  margin-right: 10px;
}
.btn.icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.icon-right .icon {
  margin-left: 10px;
}
.btn.icon-arrow-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.btn.icon-arrow-top-right:hover .icon img {
  -webkit-animation: moveAndReset 0.7s ease-in-out forwards;
          animation: moveAndReset 0.7s ease-in-out forwards;
}
.btn.icon-arrow-top-right .icon {
  position: relative;
  margin-left: 10px;
}
@-webkit-keyframes moveAndReset {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px); /* ขยับไปมุมขวาบน */
    opacity: 0; /* ค่อย ๆ จางหาย */
  }
  51% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px); /* ย้ายไปมุมซ้ายล่าง */
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes moveAndReset {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px); /* ขยับไปมุมขวาบน */
    opacity: 0; /* ค่อย ๆ จางหาย */
  }
  51% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px); /* ย้ายไปมุมซ้ายล่าง */
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.hover-icon-arrow-top-right:hover .icon img {
  -webkit-animation: moveAndReset 0.7s ease-in-out forwards;
          animation: moveAndReset 0.7s ease-in-out forwards;
}
.hover-icon-arrow-top-right .icon {
  position: relative;
  margin-left: 10px;
}
.btn-page {
  margin-top: 60px;
}
.btn-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-page ul li {
  margin: 0 8px;
}
@media only screen and (max-width: 750px) {
  .btn-page ul li {
    margin: 0 4px;
  }
}
.btn-page ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-page ul li.icon.prev:hover img {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.btn-page ul li.icon.next:hover img {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.btn-page ul li.no a {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #C2C2C2;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #C2C2C2;
}
.btn-page ul li.no a:hover {
  opacity: 1;
  border-color: #CC0000;
  color: #CC0000;
}
.btn-page ul li.no a.current {
  border-color: #CC0000;
  color: #fff;
  background-color: #CC0000;
}

/* ETC */
.page-inner #wrapper {
  padding-top: 120px;
}
@media only screen and (max-width: 1280px) {
  .page-inner #wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .page-inner #wrapper {
    padding-top: 90px;
  }
}

.bg-fixed {
  background-image: url("../images/commons/bg-fix-top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .bg-fixed {
    padding-top: 10%;
  }
}

.bg-fixed-inner {
  background-image: url("../images/commons/bg-fix-inner.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: 100%;
  overflow-x: hidden;
}

.hover-filter-red, .active-article-cat-01 .article-cat-01 .icon img,
.active-article-cat-02 .article-cat-02 .icon img,
.active-article-cat-03 .article-cat-03 .icon img, .article-cat ul li a.current .icon img, .article-cat ul li a:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(86%) saturate(7289%) hue-rotate(2deg) brightness(91%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(9%) sepia(86%) saturate(7289%) hue-rotate(2deg) brightness(91%) contrast(110%);
}

.box-share {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1180px) {
  .box-share {
    margin-top: 60px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .box-share {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 425px) {
  .box-share {
    display: none;
  }
}
.box-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-share ul li {
  margin-left: 15px;
}
.box-share ul li a {
  display: block;
}

img.radius50-shadow {
  border-radius: 50px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.34);
}
@media only screen and (max-width: 750px) {
  img.radius50-shadow {
    border-radius: 25px;
  }
}
img.radius30-shadow {
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.23);
}
@media only screen and (max-width: 750px) {
  img.radius30-shadow {
    border-radius: 15px;
  }
}

.dragable-alert {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/commons/icon-swipe.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}
.dragable-alert.radius50 {
  border-radius: 50px;
}
@media only screen and (max-width: 750px) {
  .dragable-alert.radius50 {
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1180px) {
  .dragable-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* Breadcrumb */
#breadcrumb {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1536px) {
  #breadcrumb {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #breadcrumb {
    margin-bottom: 20px;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  padding-right: 13px;
  margin-right: 10px;
}
#breadcrumb .breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: #CC0000;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #404040;
}
#breadcrumb .breadcrumb ul li a {
  display: table;
  color: #9C9C9C;
}
@media only screen and (max-width: 1536px) {
  #breadcrumb .breadcrumb ul li {
    font-size: 14px;
  }
}

/* Form */
.textbox {
  display: block;
  width: 100%;
  padding: 7px 20px;
  font-family: "Noto Sans Thai", serif;
  font-size: 16px;
  line-height: 26px;
  color: #3D3C38;
  border: 1px solid #B8B8B8;
  border-radius: 35px;
  background-color: #fff;
  -webkit-appearance: none; /* สำหรับ Safari และ Chrome */
  -moz-appearance: none; /* สำหรับ Firefox */
  appearance: none;
  outline: none;
  background-image: url("../images/commons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 16px;
}

selec.textbox {
  font-family: "Noto Sans Thai", serif;
  font-size: 16px;
  line-height: 26px;
  color: #3D3C38;
  outline: none;
}
selec.textbox::-ms-expand {
  display: none;
}

/* Page 404 */
#page404 .page404 .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
}
#page404 .page404 .box-flex .text h1 {
  font-size: 8rem;
  line-height: 8rem;
  font-weight: 700;
  text-align: center;
  color: #CC0000;
}
#page404 .page404 .box-flex .text p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  color: #000;
}

.btn-mute {
  position: absolute;
  bottom: 9px;
  left: 0;
  z-index: 9;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #CC0000;
}
.btn-mute a {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.btn-mute a:before {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  content: "\f6a9";
  font-weight: 900;
}

.btn-mute.unmute a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f028" !important;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding: 25px 30px 0 30px;
}
@media only screen and (max-width: 750px) {
  header {
    padding: 5% 5% 0 5%;
  }
}
header .header {
  background-color: #fff;
  border-radius: 34px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.19);
}
header .header .header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
}
@media only screen and (max-width: 1536px) {
  header .header .header-flex {
    height: 55px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header .header-flex {
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-flex {
    height: 48px;
  }
}
header .header .header-flex .col-left .logo {
  display: table;
}
@media only screen and (max-width: 750px) {
  header .header .header-flex .col-left .logo {
    width: 100px;
  }
}
header .header .header-flex .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header .header-flex .col-right .menu {
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  header .header .header-flex .col-right .menu {
    display: none;
  }
}
header .header .header-flex .col-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header .header-flex .col-right .menu ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header .header-flex .col-right .menu ul li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 1440px) {
  header .header .header-flex .col-right .menu ul li + li {
    margin-left: 5px;
  }
}
header .header .header-flex .col-right .menu ul li.dropdown-btn:hover > a {
  color: #CC0000;
}
header .header .header-flex .col-right .menu ul li.dropdown-btn:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}
header .header .header-flex .col-right .menu ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-weight: 500;
  height: 34px;
  border-radius: 17px;
}
@media only screen and (max-width: 1536px) {
  header .header .header-flex .col-right .menu ul li > a {
    padding: 0 10px;
    height: 25px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 1440px) {
  header .header .header-flex .col-right .menu ul li > a {
    padding: 0 8px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 1280px) {
  header .header .header-flex .col-right .menu ul li > a {
    padding: 0 10px;
    font-size: 1.1rem;
  }
}
header .header .header-flex .col-right .menu ul li > a:hover {
  opacity: 1;
  color: #CC0000;
}
header .header .header-flex .col-right .lang {
  margin-left: 25px;
}
@media only screen and (max-width: 1280px) {
  header .header .header-flex .col-right .lang {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .header-flex .col-right .lang {
    margin-left: 0;
    margin-right: 25px;
  }
}
header .header .header-flex .col-right .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .header .header-flex .col-right .lang ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin: auto;
  width: 1px;
  height: 24px;
  background-color: #C2C2C2;
}
@media only screen and (max-width: 1180px) {
  header .header .header-flex .col-right .lang ul::after {
    height: 18px;
  }
}
header .header .header-flex .col-right .lang ul li {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 1440px) {
  header .header .header-flex .col-right .lang ul li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
header .header .header-flex .col-right .lang ul li + li {
  margin-left: 25px;
}
header .header .header-flex .col-right .lang ul li a {
  display: block;
}
header .header .header-flex .col-right .lang ul li a.current {
  color: #CC0000;
  pointer-events: none;
}
header .header .header-flex .col-right .social {
  margin-left: 35px;
}
@media only screen and (max-width: 1280px) {
  header .header .header-flex .col-right .social {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .header-flex .col-right .social {
    display: none;
  }
}
header .header .header-flex .col-right .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .header-flex .col-right .social ul li + li {
  margin-left: 15px;
}
header .header .header-flex .col-right .btn-burger {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 1180px) {
  header .header .header-flex .col-right .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .header-flex .col-right .btn-burger .bar-icon {
  position: relative;
}
header .header .header-flex .col-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .header-flex .col-right .btn-burger .bar-icon .bar1, header .header .header-flex .col-right .btn-burger .bar-icon .bar2, header .header .header-flex .col-right .btn-burger .bar-icon .bar3 {
  width: 18px;
  height: 2px;
  background-color: #707070;
  margin: 5px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .header-flex .col-right .btn-burger .bar-icon.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 4px);
  transform: rotate(-45deg) translate(-6px, 4px);
}
header .header .header-flex .col-right .btn-burger .bar-icon.open .bar2 {
  opacity: 0;
}
header .header .header-flex .col-right .btn-burger .bar-icon.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -4px);
  transform: rotate(45deg) translate(-6px, -4px);
}

.dropdown-content {
  position: absolute;
  left: -26px;
  top: 69px;
  z-index: 1;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0.6, 0, 1);
  transition: all 0.2s cubic-bezier(0.3, 0.6, 0, 1);
}
@media only screen and (max-width: 1440px) {
  .dropdown-content {
    left: -35px;
    top: 69px;
  }
}
@media only screen and (max-width: 1280px) {
  .dropdown-content {
    left: -40px;
  }
}
.dropdown-content.products {
  position: fixed;
  width: 950px;
  top: 94px;
  left: 0;
  right: 0;
  z-index: 16;
  margin-left: auto;
  margin-right: auto;
  padding: 0 65px;
}
.dropdown-content.products.show {
  opacity: 1;
  visibility: visible;
}
.dropdown-content.products .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown-content.products .flex .col-left {
  min-width: 240px;
  padding: 50px 0;
  border-right: 1px solid #D9D9D9;
}
.dropdown-content.products .flex .col-left ul li + li {
  margin-top: 40px;
}
.dropdown-content.products .flex .col-left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.dropdown-content.products .flex .col-left ul li a:hover {
  opacity: 1;
}
.dropdown-content.products .flex .col-left ul li a::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 5px;
  height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #CC0000;
  opacity: 0;
  visibility: hidden;
}
.dropdown-content.products .flex .col-left ul li a .icon {
  width: 42px;
}
@media only screen and (max-width: 1180px) {
  .dropdown-content.products .flex .col-left ul li a .icon {
    width: 37px;
  }
}
.dropdown-content.products .flex .col-left ul li a .icon img {
  margin-left: auto;
  margin-right: auto;
}
.dropdown-content.products .flex .col-left ul li a .text {
  padding-left: 15px;
}
.dropdown-content.products .flex .col-left ul li a.current::after {
  opacity: 1;
  visibility: visible;
}
.dropdown-content.products .flex .col-left ul li a.current::before {
  opacity: 1;
  visibility: visible;
}
.dropdown-content.products .flex .col-left ul li a.current .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(82%) saturate(6377%) hue-rotate(6deg) brightness(99%) contrast(117%);
          filter: brightness(0) saturate(100%) invert(10%) sepia(82%) saturate(6377%) hue-rotate(6deg) brightness(99%) contrast(117%);
}
.dropdown-content.products .flex .col-left ul li a.current .text {
  color: #CC0000;
}
.dropdown-content.products .flex .col-right {
  width: 100%;
  padding: 60px 0 30px 50px;
}
.dropdown-content.products .flex .col-right .products-list {
  display: none;
}
.dropdown-content.products .flex .col-right .products-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
.dropdown-content.products .flex .col-right .products-list ul li {
  width: 33.33%;
  margin-top: 20px;
}
.dropdown-content.products .flex .col-right .products-list ul li a {
  display: block;
}
.dropdown-content.products .flex .col-right .products-list ul li a:hover .btn-box .btn .icon img {
  -webkit-animation: moveAndReset 0.7s ease-in-out forwards;
          animation: moveAndReset 0.7s ease-in-out forwards;
}
.dropdown-content.products .flex .col-right .products-list ul li a .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dropdown-content.products .flex .col-right .products-list.active {
  display: block;
}
.dropdown-content.news {
  width: 310px;
}
.dropdown-content.news a {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-content.news a + a {
  margin-top: 20px;
}
.dropdown-content.news a:hover {
  opacity: 1;
  color: #CC0000;
}
.dropdown-content.news a:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(85%) saturate(5743%) hue-rotate(10deg) brightness(85%) contrast(123%);
          filter: brightness(0) saturate(100%) invert(12%) sepia(85%) saturate(5743%) hue-rotate(10deg) brightness(85%) contrast(123%);
}
.dropdown-content.news a .icon {
  margin-right: 12px;
  width: 25px;
}
.dropdown-content.news a .icon img {
  margin-left: auto;
  margin-right: auto;
}
.dropdown-content.news a .text {
  font-weight: 500;
  white-space: nowrap;
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06,
.active-mn-07 .mn-07 {
  color: #fff;
  background-color: #CC0000;
}
@media only screen and (max-width: 1180px) {
  .active-mn-01 .mn-01,
  .active-mn-02 .mn-02,
  .active-mn-03 .mn-03,
  .active-mn-04 .mn-04,
  .active-mn-05 .mn-05,
  .active-mn-06 .mn-06,
  .active-mn-07 .mn-07 {
    color: #CC0000 !important;
    background-color: transparent !important;
  }
}
.active-mn-01 .mn-01:hover,
.active-mn-02 .mn-02:hover,
.active-mn-03 .mn-03:hover,
.active-mn-04 .mn-04:hover,
.active-mn-05 .mn-05:hover,
.active-mn-06 .mn-06:hover,
.active-mn-07 .mn-07:hover {
  color: #fff !important;
  background-color: #CC0000 !important;
}
@media only screen and (max-width: 1180px) {
  .active-mn-01 .mn-01:hover,
  .active-mn-02 .mn-02:hover,
  .active-mn-03 .mn-03:hover,
  .active-mn-04 .mn-04:hover,
  .active-mn-05 .mn-05:hover,
  .active-mn-06 .mn-06:hover,
  .active-mn-07 .mn-07:hover {
    color: #CC0000 !important;
    background-color: transparent !important;
  }
}

.active-mn-03 .dropdown-btn:hover > a {
  color: #fff !important;
}

.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  padding: 25px 30px 30px 30px;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding: 5%;
  }
}
.menu-responsive.active {
  top: 0px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.menu-responsive .content {
  padding-top: 68px;
  background-color: #fff;
  border-radius: 34px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content {
    padding-top: 48px;
  }
}
.menu-responsive .content .box {
  padding: 25px;
}
.menu-responsive .content .box .menu ul li + li {
  margin-top: 10px;
  padding-top: 11px;
  border-top: 1px solid #E2E2E2;
}
.menu-responsive .content .box .menu ul li a {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
}
.menu-responsive .content .box .social {
  margin-top: 20px;
}
.menu-responsive .content .box .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-responsive .content .box .social ul li + li {
  margin-left: 15px;
}

/* Footer */
footer .footer-top {
  padding: 80px 0;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 1180px) {
  footer .footer-top {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-top {
    padding: 40px 0;
  }
}
footer .footer-top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-top .flex .info {
  max-width: 560px;
}
@media only screen and (max-width: 850px) {
  footer .footer-top .flex .info {
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-top .flex .info .logo {
    width: 140px;
  }
}
footer .footer-top .flex .info h2 {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  footer .footer-top .flex .info h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer-top .flex .info h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}
footer .footer-top .flex .info .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-top .flex .info .table .tr .td {
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding-top: 3px;
}
@media only screen and (max-width: 1440px) {
  footer .footer-top .flex .info .table .tr .td {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer-top .flex .info .table .tr .td {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
footer .footer-top .flex .info .table .tr .td.icon {
  margin-right: 13px;
  padding-top: 4px;
  width: 22px;
  min-width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-top .flex .info .table .tr + .tr {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  footer .footer-top .flex .info .table .tr + .tr {
    margin-top: 10px;
  }
}
footer .footer-top .flex .sitemap {
  width: 100%;
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  footer .footer-top .flex .sitemap {
    display: none;
  }
}
footer .footer-top .flex .sitemap .col > ul > li + li {
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  footer .footer-top .flex .sitemap .col > ul > li + li {
    margin-top: 40px;
  }
}
footer .footer-top .flex .sitemap .col > ul > li > a {
  display: table;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1536px) {
  footer .footer-top .flex .sitemap .col > ul > li > a {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  footer .footer-top .flex .sitemap .col > ul > li > a {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
footer .footer-top .flex .sitemap .col > ul > li > a:hover {
  opacity: 1;
  color: #CC0000;
}
footer .footer-top .flex .sitemap .col > ul > li ul {
  margin-top: 10px;
}
footer .footer-top .flex .sitemap .col > ul > li ul li a {
  display: table;
}
@media only screen and (max-width: 1440px) {
  footer .footer-top .flex .sitemap .col > ul > li ul li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
footer .footer-top .flex .sitemap .col > ul > li ul li a:hover {
  opacity: 1;
  color: #CC0000;
}
footer .footer-top .flex .sitemap .col > ul > li ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  footer .footer-top .flex .sitemap .col > ul > li ul li + li {
    margin-top: 5px;
  }
}
footer .footer-top .flex .sitemap .col .follow {
  margin-top: 50px;
}
footer .footer-top .flex .sitemap .col .follow p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) {
  footer .footer-top .flex .sitemap .col .follow p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
}
footer .footer-top .flex .sitemap .col .follow ol {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-top .flex .sitemap .col .follow ol li {
  margin-right: 15px;
}
footer .footer-btm {
  color: #fff;
  background-color: #CC0000;
}
footer .footer-btm .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
}
@media only screen and (max-width: 1180px) {
  footer .footer-btm .flex {
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-btm .flex {
    display: block;
    height: auto;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-btm .flex .copyright {
    margin-top: 5px;
  }
}
footer .footer-btm .flex .copyright p {
  color: #EEABAB;
}
@media only screen and (max-width: 750px) {
  footer .footer-btm .flex .copyright p {
    text-align: center;
  }
}
footer .footer-btm .flex .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  footer .footer-btm .flex .menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-btm .flex .menu ul li {
  position: relative;
}
footer .footer-btm .flex .menu ul li + li {
  margin-left: 15px;
  padding-left: 16px;
}
footer .footer-btm .flex .menu ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 28px;
  background-color: #fff;
  opacity: 0.4;
}
@media only screen and (max-width: 750px) {
  footer .footer-btm .flex .menu ul li + li::before {
    height: 18px;
  }
}
footer .footer-btm .flex .menu ul li a {
  display: table;
  color: #EEABAB;
}
footer .footer-btm .flex .menu ul li a:hover {
  opacity: 1;
  color: #fff;
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-scroll {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  z-index: 8;
  width: 34px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: scrollIndicator 1.5s ease-in-out infinite;
          animation: scrollIndicator 1.5s ease-in-out infinite;
}
@-webkit-keyframes scrollIndicator {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.5;
  }
}
@keyframes scrollIndicator {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-scroll {
    width: 17px;
    bottom: 25px;
  }
}
#mv .mv .mv-video img, #mv .mv .mv-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-video img, #mv .mv .mv-video video {
    height: auto;
    min-height: 300px;
  }
}

/* Why */
#why .why {
  position: relative;
  width: 93.75%;
  max-width: 1800px;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #why .why {
    width: 90%;
    border-radius: 25px;
  }
}
#why .why .why-slick {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1440px) {
  #why .why .why-slick {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (max-width: 1180px) {
  #why .why .why-slick {
    padding-left: 0;
    padding-right: 0;
  }
}
#why .why .why-slick .slick-slide {
  margin: 0 25px;
}
@media only screen and (max-width: 1440px) {
  #why .why .why-slick .slick-slide {
    margin: 0 15px;
  }
}
#why .why .why-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#why .why .why-slick .slick-list {
  margin: 0 -25px;
}
@media only screen and (max-width: 1440px) {
  #why .why .why-slick .slick-list {
    margin: 0 -15px;
  }
}
#why .why .why-slick .item {
  position: relative;
}
#why .why .why-slick .item .why-text {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
  #why .why .why-slick .item .why-text {
    bottom: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text {
    position: static;
    margin-top: 20px;
    color: #3D3C38;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text .txthead-box {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text .txthead-box h2 {
    text-align: left;
    font-weight: 500;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text .txthead-box h2 span {
    color: #CC0000;
  }
}
#why .why .why-slick .item .why-text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text .flex {
    display: block;
  }
}
#why .why .why-slick .item .why-text .flex .col {
  width: 33.33%;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text .flex .col {
    width: 100%;
    padding-top: 0;
    display: block;
  }
}
#why .why .why-slick .item .why-text .flex .col + .col {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text .flex .col + .col {
    border-left: 0;
    border-top: 1px solid #C2C2C2;
    margin-top: 17px;
    padding-top: 18px;
  }
}
#why .why .why-slick .item .why-text .flex .col h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #why .why .why-slick .item .why-text .flex .col h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text .flex .col h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#why .why .why-slick .item .why-text .flex .col h3 span {
  display: block;
  font-size: 3.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1440px) {
  #why .why .why-slick .item .why-text .flex .col h3 span {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text .flex .col h3 span {
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #CC0000;
    width: 40px;
    min-width: 40px;
  }
}
#why .why .why-slick .item .why-text .flex .col p {
  color: #E5E5E5;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #why .why .why-slick .item .why-text .flex .col p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
@media only screen and (max-width: 1180px) {
  #why .why .why-slick .item .why-text .flex .col p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-text .flex .col p {
    margin-top: -5px;
    padding-left: 40px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #3D3C38;
    text-align: left;
  }
}
#why .why .why-slick .item .why-img {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-img {
    border-radius: 25px;
  }
}
#why .why .why-slick .item .why-img.with-shadow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.72)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-img.with-shadow::before {
    display: none;
  }
}
#why .why .why-slick .item .why-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #why .why .why-slick .item .why-img img {
    height: auto;
  }
}
#why .why .why-slick .slick-arrow {
  display: block;
  width: 46px;
  height: 46px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1180px) {
  #why .why .why-slick .slick-arrow {
    width: 27px;
    height: 27px;
  }
}
#why .why .why-slick .slick-arrow:hover {
  cursor: pointer;
}
#why .why .why-slick .slick-arrow.slick-prev {
  left: 5px;
  background-image: url("../images/commons/slide-arrow-prev.svg");
}
#why .why .why-slick .slick-arrow.slick-prev:hover {
  background-image: url("../images/commons/slide-arrow-prev-hover.svg");
}
@media only screen and (max-width: 1180px) {
  #why .why .why-slick .slick-arrow.slick-prev {
    opacity: 0.6;
  }
}
#why .why .why-slick .slick-arrow.slick-next {
  right: 5px;
  background-image: url("../images/commons/slide-arrow-next.svg");
}
#why .why .why-slick .slick-arrow.slick-next:hover {
  background-image: url("../images/commons/slide-arrow-next-hover.svg");
}
@media only screen and (max-width: 1180px) {
  #why .why .why-slick .slick-arrow.slick-next {
    opacity: 0.6;
  }
}

/* Products */
#products .products {
  position: relative;
}
#products .products .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #products .products .content .flex {
    display: block;
  }
}
#products .products .content .flex .col-left {
  width: 65.75%;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  #products .products .content .flex .col-left {
    width: 60.75%;
  }
}
@media only screen and (max-width: 850px) {
  #products .products .content .flex .col-left {
    width: 100%;
  }
}
#products .products .content .flex .col-left .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.33);
}
@media only screen and (max-width: 750px) {
  #products .products .content .flex .col-left .img {
    border-radius: 25px;
  }
}
#products .products .content .flex .col-left .img.active {
  opacity: 1;
}
#products .products .content .flex .col-left .img.products-img-01 {
  position: static !important;
}
#products .products .content .flex .col-right {
  width: 30%;
  padding-left: 60px;
  position: relative;
  border-left: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1440px) {
  #products .products .content .flex .col-right {
    width: 35%;
  }
}
@media only screen and (max-width: 850px) {
  #products .products .content .flex .col-right {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .content .flex .col-right {
    margin-top: 25px;
    padding-left: 25px;
  }
}
#products .products .content .flex .col-right .button {
  margin-top: 80px;
}
@media only screen and (max-width: 1440px) {
  #products .products .content .flex .col-right .button {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1180px) {
  #products .products .content .flex .col-right .button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .content .flex .col-right .button {
    margin-top: 30px;
  }
}
#products .products .content .flex .col-right .button ul li {
  position: relative;
}
#products .products .content .flex .col-right .button ul li + li {
  margin-top: 70px;
}
@media only screen and (max-width: 1440px) {
  #products .products .content .flex .col-right .button ul li + li {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1180px) {
  #products .products .content .flex .col-right .button ul li + li {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .content .flex .col-right .button ul li + li {
    margin-top: 20px;
  }
}
#products .products .content .flex .col-right .button ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#products .products .content .flex .col-right .button ul li a:hover {
  opacity: 1;
}
#products .products .content .flex .col-right .button ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
#products .products .content .flex .col-right .button ul li a:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(82%) saturate(6377%) hue-rotate(6deg) brightness(99%) contrast(117%);
          filter: brightness(0) saturate(100%) invert(10%) sepia(82%) saturate(6377%) hue-rotate(6deg) brightness(99%) contrast(117%);
}
#products .products .content .flex .col-right .button ul li a:hover .text {
  color: #CC0000;
}
#products .products .content .flex .col-right .button ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -63px;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  width: 5px;
  height: 47px;
  background-color: #CC0000;
  opacity: 0;
  visibility: hidden;
}
#products .products .content .flex .col-right .button ul li a.current::before {
  opacity: 1;
  visibility: visible;
}
#products .products .content .flex .col-right .button ul li a.current .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(82%) saturate(6377%) hue-rotate(6deg) brightness(99%) contrast(117%);
          filter: brightness(0) saturate(100%) invert(10%) sepia(82%) saturate(6377%) hue-rotate(6deg) brightness(99%) contrast(117%);
}
#products .products .content .flex .col-right .button ul li a.current .text {
  color: #CC0000;
}
#products .products .content .flex .col-right .button ul li a .icon {
  width: 47px;
}
@media only screen and (max-width: 1180px) {
  #products .products .content .flex .col-right .button ul li a .icon {
    width: 37px;
  }
}
#products .products .content .flex .col-right .button ul li a .icon img {
  margin-left: auto;
  margin-right: auto;
}
#products .products .content .flex .col-right .button ul li a .text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  padding-left: 15px;
}
@media only screen and (max-width: 1440px) {
  #products .products .content .flex .col-right .button ul li a .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

/* Article */
#article .article {
  position: relative;
}
#article .article .content .article-cat {
  margin-bottom: 40px;
  padding-bottom: 41px;
  border-bottom: 1px solid #E2E2E2;
}
@media only screen and (max-width: 850px) {
  #article .article .content .article-cat {
    padding-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
#article .article .btn-box {
  top: -10px;
}

.article-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  .article-cat ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  .article-cat ul {
    display: block;
  }
}
.article-cat ul li {
  margin-right: 20px;
  padding-right: 21px;
  border-right: 1px solid #C2C2C2;
}
@media only screen and (max-width: 750px) {
  .article-cat ul li {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
.article-cat ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 750px) {
  .article-cat ul li + li {
    margin-top: 10px;
    padding-top: 11px;
    border-top: 1px solid #C2C2C2;
  }
}
.article-cat ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .article-cat ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.article-cat ul li a:hover {
  opacity: 1;
  color: #CC0000;
}
.article-cat ul li a .icon {
  margin-right: 10px;
}
.article-cat ul li a .text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) {
  .article-cat ul li a .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.article-cat ul li a.current {
  color: #CC0000;
}
.active-article-cat-01 .article-cat-01,
.active-article-cat-02 .article-cat-02,
.active-article-cat-03 .article-cat-03 {
  color: #CC0000;
}
.article-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25%;
  margin-top: -50px;
}
@media only screen and (max-width: 850px) {
  .article-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .article-list ul {
    margin-top: -40px;
  }
}
.article-list ul.col2 {
  margin-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-list ul.col2 li {
  width: 49.3125%;
  margin-left: 0;
}
@media only screen and (max-width: 850px) {
  .article-list ul.col2 li {
    width: 48%;
  }
}
.article-list ul li {
  width: 23.75%;
  margin-left: 1.25%;
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  .article-list ul li {
    width: 48%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .article-list ul li {
    margin-top: 40px;
  }
}
.article-list ul li a:hover {
  opacity: 1;
}
.article-list ul li a:hover .cover.video::after {
  background-color: rgba(0, 0, 0, 0);
}
.article-list ul li a:hover .btn-box .btn .icon img {
  -webkit-animation: moveAndReset 0.7s ease-in-out forwards;
          animation: moveAndReset 0.7s ease-in-out forwards;
}
.article-list ul li a .cover {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.34);
  border-radius: 20px;
}
@media only screen and (max-width: 750px) {
  .article-list ul li a .cover {
    border-radius: 10px;
  }
}
.article-list ul li a .cover img {
  width: 100%;
  height: auto;
}
.article-list ul li a .cover.video {
  position: relative;
  display: block;
  padding: 32.432% 0;
}
.article-list ul li a .cover.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/commons/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13.157%;
  background-color: rgba(0, 0, 0, 0.34);
}
@media only screen and (max-width: 750px) {
  .article-list ul li a .cover.video::after {
    background-size: 20%;
  }
}
.article-list ul li a .cover.video img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-list ul li a .brief {
  margin-top: 15px;
}
.article-list ul li a .brief .date {
  margin-bottom: 5px;
}
.article-list ul li a .brief .topic {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-list ul li a .btn-box {
  margin-top: 20px;
}
@media only screen and (max-width: 850px) {
  .article-list ul li a .btn-box {
    margin-top: 10px;
  }
}

.date {
  font-size: 1.3rem;
  line-height: 2rem;
}
@media only screen and (max-width: 1440px) {
  .date {
    font-size: 1.2rem;
  }
}

/* Dealer */
#dealer {
  background-image: url("../images/top/dealer-bg.png");
  background-repeat: no-repeat;
  background-position: top 80px center;
  background-size: 1920px;
}
#dealer .dealer {
  position: relative;
}
#dealer .dealer .dealer-text-top {
  position: absolute;
  top: 25%;
  right: 10%;
  z-index: 8;
  max-width: 400px;
}
@media only screen and (max-width: 1600px) {
  #dealer .dealer .dealer-text-top {
    right: 5%;
  }
}
@media only screen and (max-width: 1180px) {
  #dealer .dealer .dealer-text-top {
    top: 15%;
  }
}
@media only screen and (max-width: 850px) {
  #dealer .dealer .dealer-text-top {
    position: static;
  }
}
@media only screen and (max-width: 750px) {
  #dealer .dealer .dealer-text-top .btn-box {
    margin-top: 30px;
  }
}
#dealer .dealer .dealer-text-btm {
  position: absolute;
  bottom: 12.5%;
  left: 5%;
  z-index: 8;
}
@media only screen and (max-width: 1180px) {
  #dealer .dealer .dealer-text-btm {
    bottom: 7.5%;
  }
}
@media only screen and (max-width: 850px) {
  #dealer .dealer .dealer-text-btm {
    position: static;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 750px) {
  #dealer .dealer .dealer-text-btm {
    margin-top: 20px;
  }
}
#dealer .dealer .dealer-text-btm p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #dealer .dealer .dealer-text-btm p {
    margin-top: 10px;
  }
}
#dealer .dealer .dealer-text-btm p span {
  display: inline-block;
  width: 69px;
  font-size: 6.6rem;
  font-weight: 600;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  #dealer .dealer .dealer-text-btm p span {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1180px) {
  #dealer .dealer .dealer-text-btm p span {
    width: 60px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #dealer .dealer .dealer-text-btm p span {
    font-size: 4rem;
    width: 46px;
  }
}
#dealer .dealer .dealer-map {
  position: relative;
  padding-top: 70px;
  width: 83.6875%;
}
@media only screen and (max-width: 850px) {
  #dealer .dealer .dealer-map {
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
  }
}
#dealer .dealer .dealer-map .pin {
  position: absolute;
  z-index: 1;
}

/* About */
#about .intro .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  #about .intro .content {
    display: block;
    margin-top: 30px;
  }
}
#about .intro .content .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
  text-align: right;
  width: 45%;
  margin-right: 25px;
}
@media only screen and (max-width: 1180px) {
  #about .intro .content .col {
    width: 50%;
    margin-right: 0;
    padding-right: 15px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 850px) {
  #about .intro .content .col {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}
#about .intro .content .col:nth-child(2) {
  margin-left: 25px;
  margin-right: 0;
  width: 39.375%;
  text-align: left;
  padding-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1180px) {
  #about .intro .content .col:nth-child(2) {
    margin-left: 0;
    width: 50%;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #about .intro .content .col:nth-child(2) {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
  }
}
#about .intro .content .col:nth-child(2) .text {
  width: 71.096%;
  padding-left: 25px;
  padding-right: 0;
}
@media only screen and (max-width: 1180px) {
  #about .intro .content .col:nth-child(2) .text {
    width: 53.096%;
  }
}
#about .intro .content .col:nth-child(2) .img {
  width: 61.904%;
}
@media only screen and (max-width: 1180px) {
  #about .intro .content .col:nth-child(2) .img {
    width: 46.904%;
  }
}
#about .intro .content .col .text {
  width: 59.167%;
  padding-right: 25px;
}
#about .intro .content .col .text h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  color: #CC0000;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1180px) {
  #about .intro .content .col .text h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .intro .content .col .text h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0;
  }
}
#about .intro .content .col .text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 1180px) {
  #about .intro .content .col .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#about .intro .content .col .img {
  width: 40.833%;
}
#about .intro .content .col .img img {
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 750px) {
  #about .intro .content .col .img img {
    border-radius: 15px;
  }
}
#about .timeline {
  color: #fff;
  background-image: url("../images/about/timeline-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#about .timeline .content .timeline-slick {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1440px) {
  #about .timeline .content .timeline-slick {
    padding-left: 75px;
    padding-right: 75px;
  }
}
#about .timeline .content .timeline-slick .slick-list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#about .timeline .content .timeline-slick .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#about .timeline .content .timeline-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#about .timeline .content .timeline-slick .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  border-left: 2px solid #CC0000;
}
@media only screen and (max-width: 1180px) {
  #about .timeline .content .timeline-slick .item .topic h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
#about .timeline .content .timeline-slick .item .des {
  margin-top: 30px;
  width: 80%;
}
@media only screen and (max-width: 1180px) {
  #about .timeline .content .timeline-slick .item .des {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about .timeline .content .timeline-slick .item .des {
    width: 100%;
  }
}
#about .timeline .content .timeline-slick .item .des > div p {
  color: #E5E5E5;
}
#about .timeline .content .timeline-slick .item .des > div p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  #about .timeline .content .timeline-slick .item .des > div p + p {
    margin-top: 10px;
  }
}
#about .timeline .content .timeline-slick .slick-arrow {
  display: block;
  width: 46px;
  height: 46px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8;
  margin-top: auto;
  margin-bottom: auto;
}
#about .timeline .content .timeline-slick .slick-arrow:hover {
  cursor: pointer;
}
#about .timeline .content .timeline-slick .slick-arrow.slick-prev {
  left: 5px;
  background-image: url("../images/commons/slide-arrow-white-prev.svg");
}
#about .timeline .content .timeline-slick .slick-arrow.slick-prev:hover {
  background-image: url("../images/commons/slide-arrow-prev-hover.svg");
}
#about .timeline .content .timeline-slick .slick-arrow.slick-next {
  right: 5px;
  background-image: url("../images/commons/slide-arrow-white-next.svg");
}
#about .timeline .content .timeline-slick .slick-arrow.slick-next:hover {
  background-image: url("../images/commons/slide-arrow-next-hover.svg");
}
#about .core .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #about .core .content .row {
    display: block;
  }
}
#about .core .content .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#about .core .content .row:nth-child(even) .text {
  text-align: right;
  padding-right: 0;
  padding-left: 80px;
}
@media only screen and (max-width: 1180px) {
  #about .core .content .row:nth-child(even) .text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #about .core .content .row:nth-child(even) .text {
    text-align: left;
    padding-left: 0;
  }
}
#about .core .content .row + .row {
  margin-top: 50px;
}
#about .core .content .row .img {
  width: 48.975%;
}
@media only screen and (max-width: 1180px) {
  #about .core .content .row .img {
    width: 47.5%;
  }
}
@media only screen and (max-width: 750px) {
  #about .core .content .row .img {
    width: 100%;
  }
}
#about .core .content .row .img img {
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 750px) {
  #about .core .content .row .img img {
    border-radius: 15px;
  }
}
#about .core .content .row .text {
  width: 48.975%;
  padding-right: 80px;
}
@media only screen and (max-width: 1180px) {
  #about .core .content .row .text {
    width: 47.5%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #about .core .content .row .text {
    width: 100%;
    margin-top: 25px;
  }
}
#about .core .content .row .text h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #about .core .content .row .text h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#about .core .content .row .text h3 span {
  display: block;
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: #CC0000;
}
@media only screen and (max-width: 1180px) {
  #about .core .content .row .text h3 span {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
#about .map .content h3 {
  text-align: center;
  margin-bottom: 30px;
}
#about .map .content h3 span {
  display: block;
  line-height: 3.5rem;
}
#about .map .content .img {
  position: relative;
}
#about .map .content .img .pin {
  position: absolute;
  top: 0;
  z-index: 1;
}

/* Products */
#products .products .row-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #products .products .row-main {
    display: block;
  }
}
#products .products .row-main .col-left {
  width: 51.0625%;
}
@media only screen and (max-width: 850px) {
  #products .products .row-main .col-left {
    width: 100%;
  }
}
#products .products .row-main .col-right {
  width: 43.75%;
}
@media only screen and (max-width: 850px) {
  #products .products .row-main .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#products .products .row-main .col-right .txthead-box .icon {
  margin-bottom: 12px;
}
#products .products .row-main .col-right .txthead-box .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(98%) saturate(6235%) hue-rotate(1deg) brightness(88%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(9%) sepia(98%) saturate(6235%) hue-rotate(1deg) brightness(88%) contrast(110%);
}
#products .products .row-main .col-right .list {
  margin-top: 40px;
}
@media only screen and (max-width: 850px) {
  #products .products .row-main .col-right .list {
    margin-top: 30px;
  }
}
#products .products .row-main .col-right .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -80px;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #products .products .row-main .col-right .list ul {
    display: block;
    margin-left: 0;
  }
}
#products .products .row-main .col-right .list ul li {
  margin-left: 80px;
}
@media only screen and (max-width: 850px) {
  #products .products .row-main .col-right .list ul li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  #products .products .row-main .col-right .list ul li + li {
    margin-top: 20px;
  }
}
#products .products .row-main .col-right .list ul li a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#products .products .row-main .col-right .list ul li a img {
  width: 100%;
}
#products .products .row-main .col-right .list ul li a:hover {
  opacity: 1;
}
#products .products .row-main .col-right .list ul li a:hover .cover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#products .products .row-main .col-right .list ul li a:hover .btn-box .btn .icon img {
  -webkit-animation: moveAndReset 0.7s ease-in-out forwards;
          animation: moveAndReset 0.7s ease-in-out forwards;
}
@media only screen and (max-width: 850px) {
  #products .products .row-main .col-right .list ul li a .cover {
    max-width: 100%;
  }
}
#products .products .row-main .col-right .list ul li a .btn-box {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#products .products .row-main .col-right .list ul li a .btn-box .btn .text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1280px) {
  #products .products .row-main .col-right .list ul li a .btn-box .btn .text {
    font-size: 1.6rem;
  }
}
#products .products .row-main .col-right .list ul li a .btn-box .btn .icon {
  min-width: 12px;
}
#products .products .row-video {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #products .products .row-video {
    border-radius: 25px;
  }
}
#products .products .row-video .video {
  margin-bottom: -10px;
}
#products .products .row-video video {
  width: 100%;
  height: auto;
}
#products .products .row-video .video-scroll {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  z-index: 8;
  width: 34px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: scrollIndicator 1.5s ease-in-out infinite;
          animation: scrollIndicator 1.5s ease-in-out infinite;
}
@keyframes scrollIndicator {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1180px) {
  #products .products .row-video .video-scroll {
    width: 17px;
    bottom: 25px;
  }
}
#products .products .row-img {
  margin-top: 60px;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #products .products .row-img {
    margin-top: 40px;
  }
}
#products .products .row-detail {
  margin-top: 40px;
}
@media only screen and (max-width: 850px) {
  #products .products .row-detail {
    margin-top: 20px;
  }
}
#products .products .row-detail .title h1 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  #products .products .row-detail .title h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .title h1 {
    margin-bottom: 20px;
  }
}
#products .products .row-detail .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1536px) {
  #products .products .row-detail .features {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .features {
    display: block;
  }
}
#products .products .row-detail .features img {
  width: 49.5%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .features img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .features img + img {
    margin-top: 2.5%;
  }
}
#products .products .row-detail .item + .item {
  margin-top: 100px;
}
@media only screen and (max-width: 1536px) {
  #products .products .row-detail .item + .item {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item + .item {
    margin-top: 60px;
  }
}
#products .products .row-detail .item h2 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 700;
  color: #CC0000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1536px) {
  #products .products .row-detail .item h2 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 1280px) {
  #products .products .row-detail .item h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
#products .products .row-detail .item h2 span {
  display: table;
  font-size: 3rem;
  line-height: 4rem;
  color: #3D3C38;
  font-weight: 500;
}
@media only screen and (max-width: 1536px) {
  #products .products .row-detail .item h2 span {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  #products .products .row-detail .item h2 span {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item h2 span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#products .products .row-detail .item h2 span br {
  display: none;
}
#products .products .row-detail .item .spec {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1536px) {
  #products .products .row-detail .item .spec {
    margin-bottom: 10px;
  }
}
#products .products .row-detail .item .spec .spec-ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#products .products .row-detail .item .spec .spec-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .spec .spec-flex {
    display: block;
  }
}
#products .products .row-detail .item .spec .spec-flex .col {
  margin-right: 50px;
  margin-bottom: 20px;
}
#products .products .row-detail .item .spec .spec-flex .col .large-red {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #CC0000;
}
#products .products .row-detail .item .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 1%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .video {
    margin-bottom: 25px;
  }
}
#products .products .row-detail .item .video video {
  width: 100%;
  height: auto;
}
#products .products .row-detail .item .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.827%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .item-flex {
    display: block;
    margin-left: 0;
  }
}
#products .products .row-detail .item .item-flex .col {
  width: 32.503%;
  margin-left: 0.827%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .item-flex .col {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .item-flex .col + .col {
    margin-top: 30px;
  }
}
#products .products .row-detail .item .item-flex .col .img {
  border-radius: 25px;
  overflow: hidden;
}
#products .products .row-detail .item .item-flex .col .brief {
  margin-top: 15px;
  padding-right: 50px;
}
#products .products .row-detail .item .item-flex .col .brief h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1280px) {
  #products .products .row-detail .item .item-flex .col .brief h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .item-flex .col .brief h3 {
    line-height: 2.2rem !important;
  }
}
#products .products .row-detail .item .item-flex .col .brief p {
  line-height: 1.8rem !important;
}
#products .products .row-detail .item .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .app {
    display: block;
  }
}
#products .products .row-detail .item .app .img {
  width: 55.929%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .app .img {
    width: 100%;
  }
}
#products .products .row-detail .item .app .text {
  width: 40%;
  padding-top: 10px;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .app .text {
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
  }
}
#products .products .row-detail .item .app .text .row + .row {
  margin-top: 30px;
  padding-top: 31px;
  border-top: 1px solid #C2C2C2;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .app .text .row + .row {
    margin-top: 20px;
    padding-top: 21px;
  }
}
#products .products .row-detail .item .app .text .row h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
  margin-bottom: 5px;
}
#products .products .row-detail .item .app .text .row h3 .no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #CC0000;
}
#products .products .row-detail .item .app .text .row ul {
  margin-left: 38px;
}
#products .products .row-detail .item .app .text .row ul li {
  position: relative;
  padding-left: 10px;
}
#products .products .row-detail .item .app .text .row ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #CC0000;
}
#products .products .row-detail .item .structure .img {
  border-radius: 25px;
  overflow: hidden;
}
#products .products .row-detail .item .structure .flex {
  margin-top: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .structure .flex {
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#products .products .row-detail .item .structure .flex .col {
  width: 24%;
  margin-left: 1%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .structure .flex .col {
    width: 48%;
    margin-left: 0;
    margin-top: 20px;
  }
}
#products .products .row-detail .item .structure .flex .col .img {
  border-radius: 25px;
  overflow: hidden;
}
#products .products .row-detail .item .structure .flex .col .brief {
  margin-top: 15px;
  padding-right: 50px;
}
#products .products .row-detail .item .structure .flex .col .brief h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
#products .products .row-detail .item .remote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .remote {
    display: block;
  }
}
#products .products .row-detail .item .remote .text {
  width: 48%;
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .remote .text {
    width: 100%;
    max-width: 100%;
  }
}
#products .products .row-detail .item .remote .text .col {
  width: 45%;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .remote .text .col {
    width: 48%;
  }
}
#products .products .row-detail .item .remote .text .col .icon {
  margin-bottom: 5px;
}
#products .products .row-detail .item .remote .text .col .icon img {
  width: auto;
  height: 47px;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .remote .text .col p {
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .remote .text .col p br {
    display: none;
  }
}
#products .products .row-detail .item .remote .img {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .remote .img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
#products .products .row-detail .item .mist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .mist {
    display: block;
  }
}
#products .products .row-detail .item .mist .text {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .mist .text {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .mist .text h2 {
    margin-bottom: 15px !important;
  }
}
#products .products .row-detail .item .mist .img {
  width: 40.99%;
}
@media only screen and (max-width: 750px) {
  #products .products .row-detail .item .mist .img {
    margin-top: 40px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* News */
#news .news .article-cat {
  margin-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  #news .news .article-cat {
    margin-top: 30px;
  }
}
#news .news .article-cat ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 850px) {
  #news .news .article-cat ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#news .news .news-detail .button {
  margin-top: 40px;
  background-blend-mode: 45px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-detail .button {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .button {
    margin-top: 25px;
  }
}
#news .news .news-detail .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#news .news .news-detail .button ul li {
  width: 100%;
  max-width: 150px;
  margin: 0 15px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-detail .button ul li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .button ul li {
    margin: 0 5px;
  }
}
#news .news .news-detail .cover img {
  margin-left: auto;
  margin-right: auto;
}
#news .news .news-detail .description {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-detail .description {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description {
    margin-top: 30px;
  }
}
#news .news .news-detail .description h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #CC0000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-detail .description h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #news .news .news-detail .description h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#news .news .news-detail .description p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-detail .description p + p {
    margin-top: 15px;
  }
}
#news .news .news-detail .description .box-link {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description .box-link {
    margin-top: 30px;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    border-radius: 15px;
  }
}
#news .news .news-detail .description .box-link .topic {
  font-weight: 500;
  margin-bottom: 10px;
  color: #CC0000;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description .box-link .topic {
    margin-bottom: 5px;
  }
}
#news .news .news-detail .description .box-link ul {
  list-style: none;
  margin-left: 0;
}
#news .news .news-detail .description .box-link ul li {
  position: relative;
  padding-left: 13px;
  list-style: none;
}
#news .news .news-detail .description .box-link ul li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description .box-link ul li + li {
    margin-top: 0;
  }
}
#news .news .news-detail .description .box-link ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #CC0000;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description .box-link ul li::before {
    top: 10px;
  }
}
#news .news .news-detail .description .box-link ul li a {
  display: table;
}
#news .news .news-detail .description .box-link + * {
  margin-top: 40px;
}
#news .news .news-detail .description h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #CC0000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #news .news .news-detail .description h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #news .news .news-detail .description h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 10px;
  }
}
#news .news .news-detail .description .img {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description .img {
    margin-top: 30px;
  }
}
#news .news .news-detail .description .img img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description .img img {
    border-radius: 15px;
  }
}
#news .news .news-detail .description .img + h2, #news .news .news-detail .description .img + p {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description .img + h2, #news .news .news-detail .description .img + p {
    margin-top: 30px;
  }
}
#news .news .news-detail .description .iframe {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 0;
  padding-bottom: 42%;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .description .iframe {
    padding-bottom: 52.25%;
    border-radius: 15px;
  }
}
#news .news .news-detail .description .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news .news .news-detail .description .iframe + * {
  margin-top: 50px;
}
#news .news .news-detail .description strong, #news .news .news-detail .description b {
  font-weight: 700 !important;
}
#news .news .news-detail .description i {
  font-style: italic !important;
}
#news .news .news-detail .description u {
  text-decoration: underline !important;
}
#news .news .news-detail .description s {
  text-decoration: line-through !important;
}
#news .news .news-detail .description ul {
  margin-left: 20px;
  list-style: disc !important;
}
#news .news .news-detail .description ol {
  margin-left: 20px;
  list-style: decimal !important;
}

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

/* Dealer */
#dealer-inner {
  background-image: url("../images/dealer/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px;
}
#dealer-inner .dealer-inner .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #dealer-inner .dealer-inner .box-flex {
    display: block;
  }
}
#dealer-inner .dealer-inner .box-flex .col-left {
  width: 62.3125%;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #dealer-inner .dealer-inner .box-flex .col-left {
    width: 100%;
  }
}
#dealer-inner .dealer-inner .box-flex .col-left .map-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#dealer-inner .dealer-inner .box-flex .col-left .map-img.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 850px) {
  #dealer-inner .dealer-inner .box-flex .col-left .map-img.active {
    position: static;
  }
}
#dealer-inner .dealer-inner .box-flex .col-right {
  width: 37.6875%;
}
@media only screen and (max-width: 850px) {
  #dealer-inner .dealer-inner .box-flex .col-right {
    width: 100%;
  }
}
#dealer-inner .dealer-inner .box-flex .col-right .filter {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #dealer-inner .dealer-inner .box-flex .col-right .filter {
    margin-top: 20px;
  }
}
#dealer-inner .dealer-inner .box-flex .col-right .filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#dealer-inner .dealer-inner .box-flex .col-right .filter ul li {
  width: 48%;
}
@media only screen and (max-width: 850px) {
  #dealer-inner .dealer-inner .box-flex .col-right .filter ul li {
    width: 48.5%;
  }
}
#dealer-inner .dealer-inner .box-flex .col-right .result {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #dealer-inner .dealer-inner .box-flex .col-right .result {
    margin-top: 25px;
  }
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content {
  position: relative;
  z-index: 1;
  max-height: 530px;
  overflow-y: scroll;
  overflow-x: hidden;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #CC0000 #F0F0F0;
  position: relative;
  padding-right: 60px;
}
@media only screen and (max-width: 1440px) {
  #dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content {
    max-height: 250px;
  }
}
@media only screen and (max-width: 850px) {
  #dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content {
    max-height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content {
    padding-right: 0;
  }
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content::-webkit-scrollbar {
  width: 16px;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  border-radius: 8px;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content::-webkit-scrollbar-thumb {
  background-color: #CC0000;
  border-radius: 8px;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content::-webkit-scrollbar-thumb:hover {
  background-color: #CC0000;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row + .row {
  margin-top: 30px;
  padding-top: 31px;
  border-top: 1px solid #D6D6D6;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #CC0000;
  margin-bottom: 10px;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .table .tr + .tr {
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  #dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .table .tr + .tr {
    margin-top: 0;
  }
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .table .tr .td {
  padding-left: 8px;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .table .tr .td.icon {
  padding-left: 0;
  padding-top: 4px;
  width: 16px;
  min-width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .table .tr .td a {
  display: table;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .table .tr .td a:hover {
  color: #CC0000;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .btn-box {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .btn-box {
    margin-top: 15px;
  }
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .sns {
  margin-top: 20px;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#dealer-inner .dealer-inner .box-flex .col-right .result .scrollable-content .row .sns ul li {
  margin-right: 15px;
}

/* Contact */
#contact .contact .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #contact .contact .box-flex {
    display: block;
  }
}
#contact .contact .box-flex .col-left {
  width: 39%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .box-flex .col-left {
    width: 100%;
  }
}
#contact .contact .box-flex .col-left .address {
  margin-top: 30px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .box-flex .col-left .address {
    margin-top: 20px;
  }
}
#contact .contact .box-flex .col-left .address h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  #contact .contact .box-flex .col-left .address h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1180px) {
  #contact .contact .box-flex .col-left .address h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#contact .contact .box-flex .col-left .address .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contact .contact .box-flex .col-left .address .table .tr .td {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-top: 3px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .box-flex .col-left .address .table .tr .td {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#contact .contact .box-flex .col-left .address .table .tr .td.icon {
  margin-right: 13px;
  padding-top: 4px;
  width: 22px;
  min-width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .box-flex .col-left .address .table .tr .td.icon {
    margin-right: 10px;
  }
}
#contact .contact .box-flex .col-left .address .table .tr + .tr {
  margin-top: 10px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .box-flex .col-left .address .table .tr + .tr {
    margin-top: 5px;
  }
}
#contact .contact .box-flex .col-left .social {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .box-flex .col-left .social {
    margin-top: 30px;
  }
}
#contact .contact .box-flex .col-left .social h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  #contact .contact .box-flex .col-left .social h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#contact .contact .box-flex .col-left .social ol {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact .box-flex .col-left .social ol li {
  margin-right: 15px;
}
#contact .contact .box-flex .col-left .social ol li a {
  display: block;
}
#contact .contact .box-flex .col-right {
  width: 54.625%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .box-flex .col-right {
    width: 100%;
    margin-top: 40px;
  }
}

/* Policy */
#policy .policy .content h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 5px;
}
#policy .policy .content p + p {
  margin-top: 20px;
}
#policy .policy .content p + h2 {
  margin-top: 30px;
}
#policy .policy .content ul {
  margin-top: 5px;
  margin-left: 20px;
}
#policy .policy .content ul li {
  list-style: disc;
}
#policy .policy .content ul + h2 {
  margin-top: 30px;
}
#policy .policy .content-policy h2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#policy .policy .content-policy > ol {
  margin-left: 20px;
  list-style: decimal;
  ounter-reset: main-counter;
}
#policy .policy .content-policy > ol > li {
  counter-increment: main-counter;
  margin-bottom: 30px;
}
#policy .policy .content-policy > ol > li::marker {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  content: counter(main-counter) ". ";
}
#policy .policy .content-policy > ol > li > ol {
  list-style: none;
  counter-reset: sub-counter;
  margin-left: 2px;
  margin-top: 10px;
}
#policy .policy .content-policy > ol > li > ol > li {
  counter-increment: sub-counter;
  position: relative;
  padding-left: 45px;
  margin-bottom: 5px;
}
#policy .policy .content-policy > ol > li > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 35px;
  text-align: right;
  display: inline-block;
  content: counter(main-counter) "." counter(sub-counter) " ";
}
#policy .policy .content-policy > ol > li > ul {
  list-style: disc;
  margin-left: 15px;
}
#policy .policy .content-policy .table {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #policy .policy .content-policy .table {
    overflow-x: auto;
  }
}
#policy .policy .content-policy .table table {
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #dee2e6;
}
@media only screen and (max-width: 750px) {
  #policy .policy .content-policy .table table {
    overflow: scroll !important;
  }
}
#policy .policy .content-policy .table table tr td {
  padding: 10px 15px;
  background-color: #fff;
}
#policy .policy .content-policy .table table tr td.topic {
  background-color: #efefef;
}
#policy .policy .content-policy .table table tr td.subtopic {
  background-color: #f9f9f9;
}
#policy .policy .content-policy .table table tr td ul {
  margin-left: 20px;
  list-style: disc;
}
#policy .policy .content-policy p + ul {
  margin-top: 10px;
}