﻿@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 99999;
  transition: 0.6s;
}
#load.active {
  opacity: 0;
  pointer-events: none;
}
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%;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
body {
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
body.no_scrolling {
  overflow-x: hidden;
  overflow-y: hidden;
}
a {
  text-decoration: none !important;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.pre.pre_wrapper {
  max-width: 1366px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.pre .group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.pre .group .p_10 {
  width: 10%;
}
.pre .group .p_15 {
  width: 15%;
}
.pre .group .p_20 {
  width: 20%;
}
.pre .group .p_25 {
  width: 25%;
}
.pre .group .p_30 {
  width: 30%;
}
.pre .group .p_33 {
  width: 33.333333%;
}
.pre .group .p_35 {
  width: 35%;
}
.pre .group .p_40 {
  width: 40%;
}
.pre .group .p_45 {
  width: 45%;
}
.pre .group .p_50 {
  width: 50%;
}
.pre .group .p_55 {
  width: 55%;
}
.pre .group .p_60 {
  width: 60%;
}
.pre .group .p_65 {
  width: 65%;
}
.pre .group .p_66 {
  width: 66.666666%;
}
.pre .group .p_70 {
  width: 70%;
}
.pre .group .p_75 {
  width: 75%;
}
.pre .group .p_80 {
  width: 80%;
}
.pre .group .p_85 {
  width: 85%;
}
.pre .group .p_95 {
  width: 95%;
}
.pre .group .p_100 {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .pre .group .p_xl_10 {
    width: 10%;
  }
  .pre .group .p_xl_15 {
    width: 15%;
  }
  .pre .group .p_xl_20 {
    width: 20%;
  }
  .pre .group .p_xl_25 {
    width: 25%;
  }
  .pre .group .p_xl_30 {
    width: 30%;
  }
  .pre .group .p_xl_35 {
    width: 35%;
  }
  .pre .group .p_xl_40 {
    width: 40%;
  }
  .pre .group .p_xl_45 {
    width: 45%;
  }
  .pre .group .p_xl_50 {
    width: 50%;
  }
  .pre .group .p_xl_55 {
    width: 55%;
  }
  .pre .group .p_xl_60 {
    width: 60%;
  }
  .pre .group .p_xl_65 {
    width: 65%;
  }
  .pre .group .p_xl_70 {
    width: 70%;
  }
  .pre .group .p_xl_75 {
    width: 75%;
  }
  .pre .group .p_xl_80 {
    width: 80%;
  }
  .pre .group .p_xl_85 {
    width: 85%;
  }
  .pre .group .p_xl_95 {
    width: 95%;
  }
  .pre .group .p_xl_100 {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .pre .group .p_l_10 {
    width: 10%;
  }
  .pre .group .p_l_15 {
    width: 15%;
  }
  .pre .group .p_l_20 {
    width: 20%;
  }
  .pre .group .p_l_25 {
    width: 25%;
  }
  .pre .group .p_l_30 {
    width: 30%;
  }
  .pre .group .p_l_35 {
    width: 35%;
  }
  .pre .group .p_l_40 {
    width: 40%;
  }
  .pre .group .p_l_45 {
    width: 45%;
  }
  .pre .group .p_l_50 {
    width: 50%;
  }
  .pre .group .p_l_55 {
    width: 55%;
  }
  .pre .group .p_l_60 {
    width: 60%;
  }
  .pre .group .p_l_65 {
    width: 65%;
  }
  .pre .group .p_l_70 {
    width: 70%;
  }
  .pre .group .p_l_75 {
    width: 75%;
  }
  .pre .group .p_l_80 {
    width: 80%;
  }
  .pre .group .p_l_85 {
    width: 85%;
  }
  .pre .group .p_l_95 {
    width: 95%;
  }
  .pre .group .p_l_100 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pre .group .p_m_10 {
    width: 10%;
  }
  .pre .group .p_m_15 {
    width: 15%;
  }
  .pre .group .p_m_20 {
    width: 20%;
  }
  .pre .group .p_m_25 {
    width: 25%;
  }
  .pre .group .p_m_30 {
    width: 30%;
  }
  .pre .group .p_m_35 {
    width: 35%;
  }
  .pre .group .p_m_40 {
    width: 40%;
  }
  .pre .group .p_m_45 {
    width: 45%;
  }
  .pre .group .p_m_50 {
    width: 50%;
  }
  .pre .group .p_m_55 {
    width: 55%;
  }
  .pre .group .p_m_60 {
    width: 60%;
  }
  .pre .group .p_m_65 {
    width: 65%;
  }
  .pre .group .p_m_70 {
    width: 70%;
  }
  .pre .group .p_m_75 {
    width: 75%;
  }
  .pre .group .p_m_80 {
    width: 80%;
  }
  .pre .group .p_m_85 {
    width: 85%;
  }
  .pre .group .p_m_95 {
    width: 95%;
  }
  .pre .group .p_m_100 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .pre .group .p_s_10 {
    width: 10%;
  }
  .pre .group .p_s_15 {
    width: 15%;
  }
  .pre .group .p_s_20 {
    width: 20%;
  }
  .pre .group .p_s_25 {
    width: 25%;
  }
  .pre .group .p_s_30 {
    width: 30%;
  }
  .pre .group .p_s_35 {
    width: 35%;
  }
  .pre .group .p_s_40 {
    width: 40%;
  }
  .pre .group .p_s_45 {
    width: 45%;
  }
  .pre .group .p_s_50 {
    width: 50%;
  }
  .pre .group .p_s_55 {
    width: 55%;
  }
  .pre .group .p_s_60 {
    width: 60%;
  }
  .pre .group .p_s_65 {
    width: 65%;
  }
  .pre .group .p_s_70 {
    width: 70%;
  }
  .pre .group .p_s_75 {
    width: 75%;
  }
  .pre .group .p_s_80 {
    width: 80%;
  }
  .pre .group .p_s_85 {
    width: 85%;
  }
  .pre .group .p_s_95 {
    width: 95%;
  }
  .pre .group .p_s_100 {
    width: 100%;
  }
}
@media only screen and (max-width: 415px) {
  .pre .group .p_xs_10 {
    width: 10%;
  }
  .pre .group .p_xs_15 {
    width: 15%;
  }
  .pre .group .p_xs_20 {
    width: 20%;
  }
  .pre .group .p_xs_25 {
    width: 25%;
  }
  .pre .group .p_xs_30 {
    width: 30%;
  }
  .pre .group .p_xs_35 {
    width: 35%;
  }
  .pre .group .p_xs_40 {
    width: 40%;
  }
  .pre .group .p_xs_45 {
    width: 45%;
  }
  .pre .group .p_xs_50 {
    width: 50%;
  }
  .pre .group .p_xs_55 {
    width: 55%;
  }
  .pre .group .p_xs_60 {
    width: 60%;
  }
  .pre .group .p_xs_65 {
    width: 65%;
  }
  .pre .group .p_xs_70 {
    width: 70%;
  }
  .pre .group .p_xs_75 {
    width: 75%;
  }
  .pre .group .p_xs_80 {
    width: 80%;
  }
  .pre .group .p_xs_85 {
    width: 85%;
  }
  .pre .group .p_xs_95 {
    width: 95%;
  }
  .pre .group .p_xs_100 {
    width: 100%;
  }
}
.pa_5 {
  padding: 5px;
}
.pa_10 {
  padding: 10px;
}
.pa_15 {
  padding: 15px;
}
.pa_20 {
  padding: 20px;
}
.pa_25 {
  padding: 25px;
}
.pa_30 {
  padding: 30px;
}
.pa_35 {
  padding: 35px;
}
.pa_40 {
  padding: 40px;
}
.pa_45 {
  padding: 45px;
}
.pa_50 {
  padding: 50px;
}
@media only screen and (min-width: 1200px) {
  .pa_xl_5 {
    padding: 5px;
  }
  .pa_xl_10 {
    padding: 10px;
  }
  .pa_xl_15 {
    padding: 15px;
  }
  .pa_xl_20 {
    padding: 20px;
  }
  .pa_xl_25 {
    padding: 25px;
  }
  .pa_xl_30 {
    padding: 30px;
  }
  .pa_xl_35 {
    padding: 35px;
  }
  .pa_xl_40 {
    padding: 40px;
  }
  .pa_xl_45 {
    padding: 45px;
  }
  .pa_xl_50 {
    padding: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .pa_l_5 {
    padding: 5px;
  }
  .pa_l_10 {
    padding: 10px;
  }
  .pa_l_15 {
    padding: 15px;
  }
  .pa_l_20 {
    padding: 20px;
  }
  .pa_l_25 {
    padding: 25px;
  }
  .pa_l_30 {
    padding: 30px;
  }
  .pa_l_35 {
    padding: 35px;
  }
  .pa_l_40 {
    padding: 40px;
  }
  .pa_l_45 {
    padding: 45px;
  }
  .pa_l_50 {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .pa_m_5 {
    padding: 5px;
  }
  .pa_m_10 {
    padding: 10px;
  }
  .pa_m_15 {
    padding: 15px;
  }
  .pa_m_20 {
    padding: 20px;
  }
  .pa_m_25 {
    padding: 25px;
  }
  .pa_m_30 {
    padding: 30px;
  }
  .pa_m_35 {
    padding: 35px;
  }
  .pa_m_40 {
    padding: 40px;
  }
  .pa_m_45 {
    padding: 45px;
  }
  .pa_m_50 {
    padding: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pa_s_5 {
    padding: 5px;
  }
  .pa_s_10 {
    padding: 10px;
  }
  .pa_s_15 {
    padding: 15px;
  }
  .pa_s_20 {
    padding: 20px;
  }
  .pa_s_25 {
    padding: 25px;
  }
  .pa_s_30 {
    padding: 30px;
  }
  .pa_s_35 {
    padding: 35px;
  }
  .pa_s_40 {
    padding: 40px;
  }
  .pa_s_45 {
    padding: 45px;
  }
  .pa_s_50 {
    padding: 50px;
  }
}
.pa_x_5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pa_x_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pa_x_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pa_x_20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pa_x_25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pa_x_30 {
  padding-left: 30px;
  padding-right: 25px;
}
.pa_x_35 {
  padding-left: 35px;
  padding-right: 35px;
}
.pa_x_40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pa_x_45 {
  padding-left: 45px;
  padding-right: 45px;
}
.pa_x_50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) {
  .pa_x_xl_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pa_x_xl_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pa_x_xl_15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pa_x_xl_20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pa_x_xl_25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pa_x_xl_30 {
    padding-left: 30px;
    padding-right: 25px;
  }
  .pa_x_xl_35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pa_x_xl_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pa_x_xl_45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pa_x_xl_50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .pa_x_l_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pa_x_l_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pa_x_l_15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pa_x_l_20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pa_x_l_25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pa_x_l_30 {
    padding-left: 30px;
    padding-right: 25px;
  }
  .pa_x_l_35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pa_x_l_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pa_x_l_45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pa_x_l_50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .pa_x_m_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pa_x_m_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pa_x_m_15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pa_x_m_20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pa_x_m_25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pa_x_m_30 {
    padding-left: 30px;
    padding-right: 25px;
  }
  .pa_x_m_35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pa_x_m_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pa_x_m_45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pa_x_m_50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pa_x_s_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pa_x_s_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pa_x_s_15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pa_x_s_20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pa_x_s_25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pa_x_s_30 {
    padding-left: 30px;
    padding-right: 25px;
  }
  .pa_x_s_35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pa_x_s_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pa_x_s_45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pa_x_s_50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.pa_y_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pa_y_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pa_y_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pa_y_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pa_y_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pa_y_30 {
  padding-top: 30px;
  padding-bottom: 25px;
}
.pa_y_35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pa_y_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pa_y_45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.pa_y_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .pa_y_xl_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pa_y_xl_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pa_y_xl_15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pa_y_xl_20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pa_y_xl_25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pa_y_xl_30 {
    padding-left: 30px;
    padding-right: 25px;
  }
  .pa_y_xl_35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pa_y_xl_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pa_y_xl_45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pa_y_xl_50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .pa_y_l_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pa_y_l_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pa_y_l_15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pa_y_l_20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pa_y_l_25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pa_y_l_30 {
    padding-left: 30px;
    padding-right: 25px;
  }
  .pa_y_l_35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pa_y_l_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pa_y_l_45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pa_y_l_50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .pa_y_m_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pa_y_m_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pa_y_m_15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pa_y_m_20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pa_y_m_25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pa_y_m_30 {
    padding-left: 30px;
    padding-right: 25px;
  }
  .pa_y_m_35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pa_y_m_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pa_y_m_45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pa_y_m_50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pa_y_s_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pa_y_s_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pa_y_s_15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pa_y_s_20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pa_y_s_25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pa_y_s_30 {
    padding-left: 30px;
    padding-right: 25px;
  }
  .pa_y_s_35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pa_y_s_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pa_y_s_45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pa_y_s_50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ma_5 {
  margin: 5px;
}
.ma_10 {
  margin: 10px;
}
.ma_15 {
  margin: 15px;
}
.ma_20 {
  margin: 20px;
}
.ma_25 {
  margin: 25px;
}
.ma_30 {
  margin: 30px;
}
.ma_35 {
  margin: 35px;
}
.ma_40 {
  margin: 40px;
}
.ma_45 {
  margin: 45px;
}
.ma_50 {
  margin: 50px;
}
.ma_x_a {
  margin-left: auto;
  margin-right: auto;
}
.ma_x_5 {
  margin-left: 5px;
  margin-right: 5px;
}
.ma_x_10 {
  margin-left: 10px;
  margin-right: 10px;
}
.ma_x_15 {
  margin-left: 15px;
  margin-right: 15px;
}
.ma_x_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.ma_x_25 {
  margin-left: 25px;
  margin-right: 25px;
}
.ma_x_30 {
  margin-left: 30px;
  margin-right: 25px;
}
.ma_x_35 {
  margin-left: 35px;
  margin-right: 35px;
}
.ma_x_40 {
  margin-left: 40px;
  margin-right: 40px;
}
.ma_x_45 {
  margin-left: 45px;
  margin-right: 45px;
}
.ma_x_50 {
  margin-left: 50px;
  margin-right: 50px;
}
.ma_y_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ma_y_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ma_y_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ma_y_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ma_y_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ma_y_30 {
  margin-top: 30px;
  margin-bottom: 25px;
}
.ma_y_35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.ma_y_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ma_y_45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.ma_y_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ma_t_5 {
  margin-top: 5px;
}
.ma_t_10 {
  margin-top: 10px;
}
.ma_t_15 {
  margin-top: 15px;
}
.ma_t_20 {
  margin-top: 20px;
}
.ma_t_25 {
  margin-top: 25px;
}
.ma_t_30 {
  margin-top: 25px;
}
.ma_t_35 {
  margin-top: 35px;
}
.ma_t_40 {
  margin-top: 40px;
}
.ma_t_45 {
  margin-top: 45px;
}
.ma_t_50 {
  margin-top: 50px;
}
.ma_b_5 {
  margin-bottom: 5px;
}
.ma_b_10 {
  margin-bottom: 10px;
}
.ma_b_15 {
  margin-bottom: 15px;
}
.ma_b_20 {
  margin-bottom: 20px;
}
.ma_b_25 {
  margin-bottom: 25px;
}
.ma_b_30 {
  margin-bottom: 25px;
}
.ma_b_35 {
  margin-bottom: 35px;
}
.ma_b_40 {
  margin-bottom: 40px;
}
.ma_b_45 {
  margin-bottom: 45px;
}
.ma_b_50 {
  margin-bottom: 50px;
}
.jc_c {
  justify-content: center;
}
.jc_sa {
  justify-content: space-around;
}
.jc_sb {
  justify-content: space-between;
}
.jc_se {
  justify-content: space-evenly;
}
.ai_c {
  align-items: center;
}
.ai_t {
  align-items: flex-start;
}
.ai_b {
  align-items: flex-end;
}
.ai_s {
  align-items: stretch;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.d_b {
  display: block;
}
.d_f {
  display: flex;
}
.d_ib {
  display: inline-block;
}
.d_i {
  display: inline;
}
header {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  padding-left: 4vw;
  padding-right: 4vw;
  backdrop-filter: blur(7px);
}
@media only screen and (max-width: 1199px) {
  header {
    padding-left: 2vw;
    padding-right: 2vw;
    height: 65px;
  }
}
header .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper #logo {
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(200px + 10vw);
  min-width: calc(200px + 10vw);
}
header .wrapper #logo h1 {
  display: none;
}
header .wrapper #logo #logo_pic {
  max-width: calc(70px + 5vw);
  max-height: 64px;
}
@media only screen and (max-width: 520px) {
  header .wrapper #logo #logo_pic {
    max-width: calc(50px + 5vw);
  }
}
header .wrapper #logo #logo_text {
  margin-left: 2vw;
  width: calc(100% - 70px - 5vw);
  max-height: 15px;
}
@media only screen and (headermax-width: 520px) {
  header .wrapper #logo #logo_text {
    width: calc(100% - 50px - 5vw);
  }
}
header ::-webkit-scrollbar {
  display: none;
}
#menu {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(100% - 250px - 10vw);
  min-width: 50px;
  justify-content: space-between;
}
#menu .pc_nav {
  height: 100%;
  display: flex;
}
#menu .pc_nav .list_nav:first-child {
  padding-left: 10vw;
}

@media only screen and (max-width: 1150px) {
#menu .pc_nav .list_nav:first-child {
  padding-left: 5vw;
}
}
@media only screen and (max-width: 1440px) {
  #menu .pc_nav .list_nav:first {
    padding-left: 5vw;
  }
  #menu .pc_nav .mega-menu {
    position: fixed;
    left: 0;
    top: 85px;
  }
  #menu .pc_nav .mega-menu::before {
    content: "";
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6980392157);
    z-index: -7;
    position: absolute;
    box-shadow: 0 10px 10px rgba(221, 221, 221, 0.5215686275);
    backdrop-filter: blur(6px);
  }
  #menu .pc_nav .wrap_category {
    width: 100vw;
    max-width: 1440px;
  }
  #menu .pc_nav .wrap_category .list_category {
    width: 300px;
    max-width: 300px;
    padding-left: 50px;
  }
  #menu .pc_nav .mega-submenu {
    width: calc(100vw - 300px);
    left: 300px;
  }
  #menu .pc_nav .mega-submenu li {
    min-width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  #menu .pc_nav .mega-menu {
    top: 65px;
  }
}
@media only screen and (max-width: 992px) {
  #menu .pc_nav {
    display: none;
  }
}
#menu .pc_nav .wrap_category {
  min-height: 550px;
  max-height: 70vh;
  height: 100%;
}
#menu .pc_nav .list_category:hover .mega-submenu {
  opacity: 1;
  display: flex;
  align-items: flex-start;
}
#menu .pc_nav .mega-submenu::after {
  position: absolute;
  width: 100%;
  height: 2rem;
  content: "";
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%);
}
#menu .list_nav {
  display: inline-flex;
  height: 100%;
  align-items: center;
  position: relative;
}
#menu .list_nav::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin-left: 35px;
  margin-right: 35px;
  position: relative;
  top: 2.5px;
}

@media only screen and (max-width: 1500px) {
#menu .list_nav::before {
  margin-left: 15px;
  margin-right: 15px;
}
}

#menu .list_nav:nth-child(1)::before {
  display: none;
}
#menu .list_nav > a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
#menu .list_nav > a:hover {
  color: #d5000f;
}
#menu .search_icon span {
  margin-right: 30px;
  position: relative;
}
#menu .search_icon span::after {
  content: "";
  background-image: url(../images/icon/search.svg);
  background-repeat: no-repeat;
  width: 22.5px;
  height: 22.5px;
  position: absolute;
  right: -30px;
  top: -1px;
}
#menu .pc_nav .has_submenu:hover .dropdown-menu {
  display: flex;
}
#menu .pc_nav .has_submenu:hover .list_category a:hover,
#menu .pc_nav .has_submenu:hover .mega-submenu a:hover {
  color: #d5000f;
}
#menu button {
  height: 47.5px;
  width: 47.5px;
  margin-left: auto;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}
@media only screen and (min-width: 993px) {
  #menu button {
    display: none;
  }
}
#menu button .icon {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: 0.6s;
}
#menu button.active .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#menu button.active .icon:nth-child(1) {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
#menu button.active .icon:nth-child(2) {
  opacity: 0;
}
#menu button.active .icon:nth-child(3) {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dropdown-menu,
.wrap_subCategory {
  position: absolute;
  top: 100%;
  transform-origin: top center;
  transition: 0.3s;
  transform: translateY(-10%);
  opacity: 0;
  display: none;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0 0 5px #000;
  z-index: 9;
}
.has_submenu:hover .dropdown-menu,
.dropdown-menu.active {
  transform: translateY(0);
  opacity: 1;
  display: block;
}
.m_nav {
  right: 0;
  width: 320px;
  top: calc(100% + 25px);
}
@media (max-width: 992px) {
  .m_nav {
    position: fixed;
    width: 100%;
    height: calc(100vh - 65px);
    top: 65px;
    transform: translateY(0%);
    overflow-y: scroll;
    overflow-y: auto;
  }
}
.m_nav li {
  width: 100%;
}
.m_nav li a {
  display: block;
  text-align: center;
  line-height: 3;
  color: #262626;
  font-weight: 900;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .m_nav li a {
    font-size: 24px;
  }
}
.m_nav li a:hover {
  color: #fff;
  background-color: #d5000f;
}
.m_nav .has_submenu.active > .dropdown-menu,
.m_nav .has_submenu.active > .wrap_category {
  display: block;
  top: 0;
  right: 0%;
  opacity: 1;
  width: 100vw;
  min-width: 100%;
  height: calc(100vh - 60px);
  transform: translate(0, 0);
}
.m_nav .has_submenu.active ul {
  z-index: 20;
}
.m_nav .dropdown-menu {
  top: 0;
  right: -100%;
}
.m_nav .dropdown-menu .submenu_title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #d5000f;
  padding: 1rem 1rem 1rem 3rem;
  background: #ddd;
}
.m_nav .dropdown-menu .submenu_title::before {
  content: "";
  background: url("/images/icon/return_btn_icon.svg");
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 6px;
  top: 50%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.m_nav .dropdown-menu .submenu_title.back_btn {
  position: relative;
  line-height: 1;
  margin-bottom: 1rem;
}
.m_nav .dropdown-menu .submenu_title.back_btn:hover {
  color: #fff;
  background: #d5000f;
}
.m_nav .dropdown-menu .wrap_category,
.m_nav .dropdown-menu .list_category,
.m_nav .dropdown-menu .wrap_subCategory {
  width: 100%;
}
.m_nav .dropdown-menu .wrap_category a,
.m_nav .dropdown-menu .list_category a,
.m_nav .dropdown-menu .wrap_subCategory a {
  padding-left: 3rem;
  text-align: left;
}
.m_nav .wrap_subCategory {
  top: 0;
  transform: translateY(0%);
  right: 0;
  height: 100%;
  width: 100%;
  display: none;
  opacity: 0;
}
.m_nav .list_category.active .wrap_subCategory {
  opacity: 1;
  display: block;
  height: auto;
}
.mega-menu .has_submenu > a,
.m_nav .has_submenu > a {
  position: relative;
}
.mega-menu .has_submenu > a::before,
.m_nav .has_submenu > a::before {
  transition: 0.6s;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 3.5%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
}
@media only screen and (max-width: 1024px) {
  .pc-menu {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .m-menu {
    display: none;
  }
}
.mega-menu {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  display: none;
  left: 2rem;
  padding: 0;
  box-shadow: none;
}
.mega-menu .wrap_category {
  position: relative;
  min-width: calc(120px + 8vw);
  padding: 0.75rem 0;
  background: #fff;
  z-index: 9;
}
.mega-menu .list_category a,
.mega-menu .mega-submenu a {
  color: #262626;
  padding: 0.75rem 1rem;
  display: block;
  position: relative;
}
.mega-menu .list_category {
  width: 100%;
  max-width: calc(120px + 8vw);
  font-size: 1.125rem;
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .mega-menu {
    display: none;
  }
}
.mega-menu .mega-submenu {
  opacity: 0;
  display: none;
  position: absolute;
  left: calc(120px + 8vw);
  font-size: 1rem;
  top: -1px;
  height: calc(100% + 2px);
  min-width: calc(400px + 27vw);
  background: #fff;
  padding-top: 1rem;
  padding-right: 10px;
  border: 1px solid #ddd;
}
@media (max-width: 1500px) {
  .mega-menu .mega-submenu {
    min-width: calc(400px + 21vw);
  }
}
.mega-menu .mega-submenu ul {
  width: 100%;
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: scroll;
  max-height: 100%;
}
.mega-menu .mega-submenu li {
  width: 50%;
  min-width: 150px;
}
.mega-menu .mega-submenu a {
  font-weight: 500;
}
.list_category.has_submenu > a {
  padding-right: 2rem;
}
.product-image {
  width: 240px;
  min-width: 240px;
}
.product-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .menu {
    display: none;
    flex-direction: column;
  }
  #menu-toggle {
    display: block;
  }
}
footer {
  background-color: #d5000f;
}
footer .wrapper {
  padding: 30px 30px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  footer .wrapper {
    padding: 50px 0 0 0;
  }
}
footer .wrapper #f_link {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  footer .wrapper #f_link {
    width: 100%;
  }
}
footer .wrapper #f_form {
  width: 40%;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  footer .wrapper #f_form {
    width: 100%;
  }
}
footer .wrapper #f_form h3 {
  font-size: 45px;
  margin-bottom: 15px;
}
footer .wrapper #f_form p {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.5;
}
footer .wrapper #f_form label {
  display: block;
  width: 100%;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  footer .wrapper #f_form label {
    font-size: 18px;
  }
}
footer .wrapper #f_form input {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  footer .wrapper #f_form input {
    height: 40px;
    font-size: 16px;
  }
}
footer .wrapper #f_form input::placeholder {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  footer .wrapper #f_form input::placeholder {
    font-size: 16px;
  }
}
footer .wrapper #f_form #verification_code img {
  max-height: 40px;
}
@media only screen and (max-width: 768px) {
  footer .wrapper #f_form #verification_code {
    text-align: right;
    margin-left: 15px;
    margin-bottom: 0;
  }
  footer .wrapper #f_form #verification_code img {
    max-height: 40px;
  }
}
footer .wrapper #f_form button {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  footer .wrapper #f_form button {
    margin-top: 30px;
  }
}
footer .wrapper #f_form button:hover {
  color: #d5000f;
  background-color: #fff;
}
footer .wrapper #f_bottom {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
footer .wrapper #f_bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .wrapper #f_bottom ul li {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  footer .wrapper #f_bottom ul li {
    margin-left: 25px;
  }
}
footer .wrapper #f_bottom ul li:nth-child(1) {
  margin-left: 0;
}
footer .wrapper #f_bottom ul li a img {
  transition: 0.3s;
  max-width: 35px;
  max-height: 35px;
  width: 100%;
  height: 100%;
}
footer .wrapper #f_bottom ul li a:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
footer .wrapper #f_bottom p {
  color: #fff;
  line-height: 90px;
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  footer .wrapper #f_bottom p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  footer .wrapper #f_bottom p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  footer .wrapper #f_bottom p {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
footer .item {
  margin: 0 15px 30px 15px;
}
@media only screen and (max-width: 768px) {
  footer .item {
    margin: 0 0 30px 0;
  }
}
footer .item h3 {
  color: #fff;
  padding-bottom: 7.5px;
  border-bottom: 1px #fff solid;
  margin-bottom: 7.5px;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 1366px) {
  footer .item h3 {
    font-size: 20px;
  }
}
footer .item h3.no_line {
  border: none !important;
}
footer .item a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  transition: 0.3s;
}
@media only screen and (max-width: 1366px) {
  footer .item a {
    font-size: 16px;
  }
}
footer .item a:hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
footer .item a.contact_list {
  display: flex;
  margin-bottom: 8px;
  align-items: flex-start;
}
footer .icon_contact {
  width: 18px;
  margin-right: 4px;
  margin-top: 5px;
}
*,
a,
button,
table {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Black", sans-serif;
}
a,
button {
  cursor: pointer;
}
body {
  background-color: #fff;
}
body .oyh {
  overflow-y: hidden !important;
}
button {
  cursor: pointer;
}
main {
  overflow: hidden;
}
main.page::before {
  content: "";
  display: block;
  width: 100%;
  height: 85px;
  background-color: #000;
}
@media only screen and (max-width: 1199px) {
  main.page::before {
    height: 65px;
  }
}
main #bookmark {
  width: 100%;
  background: linear-gradient(to right, #a0a0a0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a0a0a0", endColorstr="#ffffff", GradientType=1);
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  main #bookmark {
    padding-left: 15px;
    padding-right: 15px;
  }
}
main #bookmark ul {
  white-space: nowrap;
}
@media only screen and (max-width: 400px) {
  main #bookmark ul {
    transform: scale(0.8);
    transform-origin: left;
  }
}
main #bookmark ul li {
  display: inline-block;
}
main #bookmark ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  main #bookmark ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  main #bookmark ul li a {
    font-size: 12px;
  }
}
main #bookmark ul li::after {
  content: url(../images/icon/bookmark_arrow.png);
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  main #bookmark ul li::after {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  main #bookmark ul li::after {
    top: 2px;
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}
main #bookmark ul li:last-child::after {
  display: none;
}
main #return_btn {
  display: block;
  top: 25%;
  position: absolute;
  width: 175px;
  height: 175px;
  background-color: #ccc;
  transition: 0.6s;
}
@media only screen and (max-width: 1680px) {
  main #return_btn {
    top: 140px;
    width: 115px;
    height: 115px;
  }
}
@media only screen and (max-width: 1365px) {
  main #return_btn {
    top: 125px;
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  main #return_btn {
    top: 105px;
  }
}
main #return_btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  main #return_btn .icon {
    width: 40%;
  }
}
main #return_btn .icon img {
  width: 100%;
}
main #return_btn .icon .text {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 900;
}
@media only screen and (max-width: 1199px) {
  main #return_btn .icon .text {
    margin-top: 5px;
    font-size: 12px;
  }
}
main #return_btn:hover {
  box-shadow: 0 0 10px #000;
  background-color: #d5000f;
}
main #return_btn:hover .icon img {
  filter: drop-shadow(2px 4px 6px black);
}
main #return_btn:hover .icon .text {
  text-shadow: 0 0 5px #000;
}
main #recommend {
  cursor: pointer;
  position: absolute;
  width: 100%;
  max-width: 250px;
  z-index: 3;
  top: 127px;
  right: 15px;
  display: flex;
  align-items: center;
  opacity: 0.75;
}
main #recommend:hover {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  main #recommend {
    top: unset;
    bottom: 15px;
    max-width: 75px;
    position: fixed;
    width: 75px;
    height: 75px;
    border: 3px solid #d5000f;
    background-color: #fff;
    border-radius: 999px;
  }
}
main #recommend h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  main #recommend h5 {
    display: none;
  }
}
main #recommend img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50px;
}
@media only screen and (max-width: 1199px) {
  main #recommend img {
    max-width: 65%;
    max-height: 65%;
    margin: 17.5%;
  }
}
main #recommend_win {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  cursor: default;
  background-color: #ececec;
  position: fixed;
  z-index: 4;
  width: calc(100% - 30px);
  max-width: 1480px;
  max-height: 70vh;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}
main #recommend_win h4 {
  color: gray;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}
main #recommend_win img {
  max-width: 768px;
}
main #recommend_win .off {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
main #recommend_win .off::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
}
main #recommend_win .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
  left: 0;
  top: 50%;
}
main #recommend_win.active {
  pointer-events: auto;
  opacity: 1;
}
.slick-track {
  transition-delay: 3s;
  transition: fade 2000ms ease-out;
}
.slick-list {
  width: 100%;
}
img {
  max-width: 100%;
}
#win_mask {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
#win_mask.active {
  opacity: 1;
  pointer-events: auto;
}
#page_num {
  text-align: center;
}
#page_num ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_num ul li a svg,
#page_num ul li a img {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.3s;
}
#page_num ul li a span {
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  color: #808285;
  transition: 0.3s;
  font-size: 24px;
}
#page_num ul li a:hover svg {
  fill: #d5000f;
}
#page_num ul li a:hover span {
  color: #d5000f;
  font-weight: 900;
}
.title {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.title h2 {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 900;
}
@media only screen and (max-width: 1365px) {
  .title h2 {
    font-size: 24px;
  }
}
.title h3 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 900;
}
@media only screen and (max-width: 1365px) {
  .title h3 {
    font-size: 18px;
  }
}
.title p {
  color: #727171;
  padding-top: 30px;
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 1365px) {
  .title p {
    font-size: 16px;
  }
}
#home #banner,
#home #banner2 {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #home #banner,
  #home #banner2 {
    margin-top: 65px;
  }
}
#home #banner #banner_content .item,
#home #banner2 #banner_content .item {
  position: relative;
  width: 100%;
  height: 65vh;
}
@media only screen and (max-width: 768px) {
  #home #banner #banner_content .item,
  #home #banner2 #banner_content .item {
    height: 100vw;
  }
}
#home #banner #banner_content .item a,
#home #banner2 #banner_content .item a {
  display: block;
  height: 100%;
}
#home #banner #banner_content .item img,
#home #banner2 #banner_content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home #banner #banner_content .slick-arrow,
#home #banner2 #banner_content .slick-arrow {
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  z-index: 1;
  transition: 0.3s;
}
#home #banner #banner_content .slick-arrow::before,
#home #banner2 #banner_content .slick-arrow::before {
  display: none;
}
#home #banner #banner_content .slick-arrow.slick-prev,
#home #banner2 #banner_content .slick-arrow.slick-prev {
  left: 15px;
  background-image: url(../images/icon/prev.png);
}
#home #banner #banner_content .slick-arrow.slick-next,
#home #banner2 #banner_content .slick-arrow.slick-next {
  right: 15px;
  background-image: url(../images/icon/next.png);
}
#home #banner #banner_content .slick-arrow:hover,
#home #banner2 #banner_content .slick-arrow:hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#home #banner #banner_content .banner_img,
#home #banner2 #banner_content .banner_img {
  display: none;
}
@media only screen and (min-width: 768px) {
  #home #banner #banner_content .banner_img,
  #home #banner2 #banner_content .banner_img {
    display: block;
  }
}
#home #banner #banner_content .m_banner_img,
#home #banner2 #banner_content .m_banner_img {
  display: none;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #home #banner #banner_content .m_banner_img,
  #home #banner2 #banner_content .m_banner_img {
    display: block;
    aspect-ratio: 1/1;
  }
}
#home #tools {
  background-color: #9b9292;
}
#home #tools .item {
  height: 35vh;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #home #tools .item {
    height: 33.3333333333vh;
  }
}
@media only screen and (max-width: 600px) {
  #home #tools .item {
    height: 30vh;
  }
}
#home #tools .item .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
#home #tools .item .pic_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  max-width: 80%;
  max-height: 80%;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #home #tools .item .pic_content {
    left: 80%;
  }
}
#home #tools .item .text {
  transition: 0.3s;
  position: absolute;
  min-width: 66%;
  max-width: 70%;
  height: 100px;
  background-color: rgba(171, 171, 171, 0.7);
  top: 56%;
  transform: translateY(-10%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 1280px) {
  #home #tools .item .text {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 992px) {
  #home #tools .item .text {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  #home #tools .item .text {
    max-width: 433px;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 70px;
    width: 80%;
  }
}
#home #tools .item .text p {
  text-align: center;
  color: #fff;
  font-size: calc(1.25rem + 0.5vw);
  font-weight: bold;
  max-width: 312px;
  min-width: 60%;
  padding-left: 5px;
}
@media only screen and (max-width: 992px) {
  #home #tools .item .text p {
    font-size: calc(1rem + 0.4vw);
  }
}
#home #tools .item .text p span {
  display: block;
  margin-top: 15px;
  font-size: calc(1rem + 0.4vw);
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  #home #tools .item .text p span {
    margin-top: 1vh;
    font-size: 12px;
  }
}
#home #tools .item .text a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(171, 171, 171, 0.5);
  text-align: center;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 1366px) {
  #home #tools .item .text a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 769px) {
  #home #tools .item .text a {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) {
  #home #tools .item:nth-child(2) .text {
    transform: translate(-50%, -10%);
    left: 50%;
  }
  #home #tools .item:nth-child(3) .text {
    right: 0%;
    left: auto;
  }
}
#home #tools .item:hover .bg {
  opacity: 0.2;
}
#home #tools .item:hover .pic_content {
  opacity: 1;
}
#home #tools .item:hover .text a:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#home #industry .title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #home #industry .title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#home #industry .title h2 {
  font-size: 62px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #home #industry .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #home #industry .title h2 {
    font-size: 24px;
  }
}
#home #industry .title h2 span {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  font-size: 48px;
}
@media only screen and (max-width: 1024px) {
  #home #industry .title h2 span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #home #industry .title h2 span {
    font-size: 18px;
  }
}
#home #industry .content {
  width: calc(100% + 15px);
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding-left: 50px;
  padding-right: 50px;
}
#home #industry .content .item {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#home #industry .content .item .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
#home #industry .content .item .pic img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#home #industry .content .item .text {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
#home #industry .content .item .text h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #home #industry .content .item .text h3 {
    font-size: 16px;
  }
}
#home #industry .content .slick-arrow {
  z-index: 1;
  width: 45px;
  height: 25px;
  top: calc(50% - 22.5px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
#home #industry .content .slick-arrow:before {
  display: none;
}
#home #industry .content .slick-arrow.slick-prev {
  left: 7.5px;
  background-image: url(../images/icon/prev2.png);
}
#home #industry .content .slick-arrow.slick-prev:hover {
  background-image: url(../images/icon/prev2_h.png);
}
#home #industry .content .slick-arrow.slick-next {
  right: 7.5px;
  background-image: url(../images/icon/next2.png);
}
#home #industry .content .slick-arrow.slick-next:hover {
  background-image: url(../images/icon/next2_h.png);
}
#home #message {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  #home #message {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#home #message .item {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #home #message .item {
    margin-top: 30px;
  }
}
#home #message .item .pic {
  height: 0;
  padding-bottom: 75vh;
  position: relative;
  overflow: hidden;
}
#home #message .item .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#home #message .item .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 595px;
  max-height: 365px;
  background-color: rgba(51, 51, 51, 0.6);
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  #home #message .item .text {
    max-width: calc(100% - 100px);
    max-height: 220px;
    padding: 30px 0;
  }
}
#home #message .item .text .title {
  width: 100%;
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #home #message .item .text .title {
    font-size: 24px;
  }
}
#home #message .item .text a {
  display: block;
  width: 100%;
  width: 265px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  background-color: #000;
  transition: 0.3s;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #home #message .item .text a {
    font-size: 18px;
    margin-top: 15px;
    width: 150px;
    height: 60px;
    line-height: 60px;
  }
}
#home #message .item .text a:hover {
  background-color: #d5000f;
}
#home #video {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
#home #video #video_content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#home #video #video_content video {
  width: 100%;
  height: 100%;
}
#home #media .title {
  background-color: #d5000f;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#home #media .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #home #media .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #home #media .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #home #media .title h2 {
    font-size: 24px;
  }
}
#home #media .content .item {
  cursor: pointer;
}
#home #media .content .item .pic {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  height: 0;
  padding-bottom: 63.25%;
  position: relative;
  overflow: hidden;
}
#home #media .content .item .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
#home #media .content .item .pic .pic_hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  background-color: rgba(213, 0, 15, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s;
  transform: translateY(100%);
}
#home #media .content .item .pic .pic_hover i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 768px) {
  #home #media .content .item .pic .pic_hover i {
    background-size: 15px;
    width: 35px;
    height: 35px;
  }
}
#home #media .content .item .pic .pic_hover i.fb {
  background-image: url(../images/icon/fb.svg);
}
#home #media .content .item .pic .pic_hover span {
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
}
@media only screen and (max-width: 768px) {
  #home #media .content .item .pic .pic_hover span {
    font-size: 12px;
  }
}
#home #media .content .item .text {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#home #media .content .item .text p {
  font-size: 26px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #home #media .content .item .text p {
    font-size: 18px;
  }
}
#home #media .content .item:hover .pic img {
  transform: scale(1.05);
}
#home #media .content .item:hover .pic .pic_hover {
  transform: translateY(0);
}
#home #media .content .slick-arrow {
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transform: translateY(-100%);
}
#home #media .content .slick-arrow::before {
  display: none;
}
#home #media .content .slick-arrow.slick-prev {
  background-image: url(../images/icon/al.svg);
  left: 50px;
}
#home #media .content .slick-arrow.slick-next {
  background-image: url(../images/icon/ar.svg);
  right: 50px;
}
#home #media .content .slick-arrow.slick-disabled {
  display: none !important;
}
#home #socialize .title {
  background-color: #d5000f;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#home #socialize .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #home #socialize .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #home #socialize .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #home #socialize .title h2 {
    font-size: 24px;
  }
}
#home #service_hubs .title {
  background-color: #d5000f;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#home #service_hubs .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #home #service_hubs .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #home #service_hubs .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #home #service_hubs .title h2 {
    font-size: 24px;
  }
}
#home #service_hubs .content {
  cursor: pointer;
  position: relative;
}
#home #service_hubs .content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.6s;
}
#home #service_hubs .content:hover::before {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
#home #service_hubs .content #map {
  display: block;
  margin: 10vh auto;
}
#home #service_hubs .content h3 {
  font-size: 72px;
  position: absolute;
  bottom: 30px;
  left: 10%;
}
@media only screen and (max-width: 1199px) {
  #home #service_hubs .content h3 {
    font-size: 48px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #home #service_hubs .content h3 {
    font-size: 32px;
  }
}
#home #service_hubs .content h3 span {
  margin-top: 5px;
  display: block;
  font-size: 42px;
}
@media only screen and (max-width: 1199px) {
  #home #service_hubs .content h3 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #home #service_hubs .content h3 span {
    font-size: 16px;
  }
}
#home #social .title {
  background-color: #d5000f;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#home #social .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #home #social .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #home #social .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #home #social .title h2 {
    font-size: 24px;
  }
}
#home #social .content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #home #social .content a img {
    max-width: 50px;
    max-height: 50px;
  }
}
#home #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#home #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#home #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #home #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #home #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #home #power .title h2 {
    font-size: 24px;
  }
}
.media_win {
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  max-height: 880px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.media_win.active {
  opacity: 1;
  pointer-events: auto;
}
.media_win .slick-list {
  height: 100%;
}
.media_win .slick-list .slick-track {
  height: 100%;
}
.media_win .slick-arrow {
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.media_win .slick-arrow::before {
  display: none;
}
.media_win .slick-arrow.slick-prev {
  background-image: url(../images/icon/al.svg);
  left: -50px;
}
.media_win .slick-arrow.slick-next {
  background-image: url(../images/icon/ar.svg);
  right: -50px;
}
.media_win .slick-arrow.slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 1199px) {
  .media_win {
    max-width: 880px;
  }
}
@media only screen and (max-width: 1024px) {
  .media_win {
    max-width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .media_win {
    margin: 50px 30px;
    width: calc(100% - 60px);
    height: calc(100% - 100px);
  }
}
.media_win .item {
  height: 100%;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .media_win .item {
    flex-wrap: wrap;
  }
}
.media_win .item .pic {
  width: 47.5%;
}
@media only screen and (max-width: 768px) {
  .media_win .item .pic {
    width: 100%;
    height: 225px;
  }
}
.media_win .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media_win .item .text {
  width: 52.5%;
}
@media only screen and (max-width: 768px) {
  .media_win .item .text {
    width: 100%;
    height: calc(100% - 225px);
  }
}
.media_win .item .text .text_header {
  height: 80px;
  width: 100%;
  background-color: #dedede;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.media_win .item .text .text_header .link {
  width: 115px;
}
.media_win .item .text .text_header .link img {
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.media_win .item .text .text_header .text_title {
  width: calc(100% - 115px - 115px);
  font-size: 18px;
}
.media_win .item .text .text_header .date {
  width: 115px;
  font-size: 18px;
  font-weight: bold;
}
.media_win .item .text .text_content {
  width: 100%;
  height: calc(100% - 80px - 50px);
  overflow-y: auto;
  padding: 50px 30px;
}
.media_win .item .text .text_content p {
  font-size: 24px;
  line-height: 1.3;
}
.media_win .item .text .text_footer {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  background-color: #d5000f;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#contact {
  margin-top: 85px;
}
@media only screen and (max-width: 1199px) {
  #contact {
    margin-top: 65px;
  }
}
#contact .contact_item {
  margin-top: 1rem;
  text-align: center;
  list-style: none;
}
#contact .contact_item li {
  margin-bottom: 10px;
  color: #727171;
}
#contact .contact_item a {
  color: #d5000f;
}
#contact .pre.pre_wrapper {
  max-width: 1024px;
}
#contact .pre .group .p_100 {
  box-sizing: border-box;
}
#contact .pre .group .p_100.title {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media only screen and (max-width: 1365px) {
  #contact .pre .group .p_100.title {
    margin-top: 90px;
  }
}
#contact .pre .group .p_100.content {
  margin-bottom: 85px;
}
#contact .pre .group .p_100.content .item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  #contact .pre .group .p_100.content .item {
    padding-left: 0;
    padding-right: 0;
  }
}
#contact .pre .group .p_100.content .item label {
  display: block;
  width: 100%;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #contact .pre .group .p_100.content .item label {
    font-size: 16px;
  }
}
#contact .pre .group .p_100.content .item input,
#contact .pre .group .p_100.content .item textarea {
  width: 100%;
  height: 75px;
  border: none;
  background-color: #c9caca;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #contact .pre .group .p_100.content .item input,
  #contact .pre .group .p_100.content .item textarea {
    font-size: 16px;
    height: 45px;
  }
}
#contact .pre .group .p_100.content .item input.necessary.red-border,
#contact .pre .group .p_100.content .item textarea.necessary.red-border {
  border: 2px solid red;
}
#contact .pre .group .p_100.content .item textarea {
  padding: 15px;
  resize: none;
  height: 300px;
}
#contact .pre .group .p_100.content .item #verification_code {
  margin-left: -15px;
  margin-right: -15px;
}
#contact .pre .group .p_100.content .item #verification_code img {
  width: 100%;
}
#contact .pre .group .p_100.content .item button,
#contact .pre .group .p_100.content .item .btn {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #727171;
  color: #727171;
  font-size: 24px;
  transition: 0.3s;
  text-align: center;
  line-height: 75px;
}
#contact .pre .group .p_100.content .item button:hover,
#contact .pre .group .p_100.content .item .btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #d5000f;
}
#contact #power .group .p_100 {
  max-width: 100%;
}
#contact #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#contact #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#contact #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#contact #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #contact #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #contact #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #contact #power .title h2 {
    font-size: 24px;
  }
}
#contact .win {
  width: calc(100% - 30px);
  max-width: 1024px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 100px 15px;
  background-color: rgba(213, 0, 15, 0.8);
  color: #fff;
  text-align: center;
  font-size: 20px;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
}
#contact .win.active {
  opacity: 1;
  pointer-events: auto;
}
#contact .win .off {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  transition: 0.3s;
}
#contact .win .off::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
}
#contact .win .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 0;
  top: 50%;
}
.d-flex {
  display: flex !important;
}
#about {
  margin-top: 85px;
}
@media only screen and (max-width: 1199px) {
  #about {
    margin-top: 65px;
  }
}
#about h2 {
  margin-top: 115px;
  color: #d5000f;
  font-size: 42px;
  margin-bottom: 30px;
}
#about h3 {
  color: #808285;
  font-size: 28px;
  margin-bottom: 30px;
}
#about p {
  font-size: 20px;
  color: #3e3a39;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  #about p br {
    display: none;
  }
}
#about h5 {
  color: #d5000f;
  font-size: 40px;
  margin-bottom: 15px;
}
#about img {
  max-width: 100%;
  display: block;
}
#about #power .group .p_100 {
  max-width: 100%;
}
#about #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#about #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#about #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#about #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #about #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #about #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #about #power .title h2 {
    font-size: 24px;
  }
}
#product .slick-slide {
  height: auto;
}
#product #product_top {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  border-bottom: 45px solid #e1e1e1;
  padding-top: 60px;
}
#product #product_top .title {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  padding: 0;
}
#product #product_top .title h1 {
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #product #product_top .title h1 {
    font-size: 30px;
  }
}
#product #product_top .title p {
  margin-top: 15px;
  font-size: 24px;
  display: block;
  font-weight: bold;
  margin-right: 0.5rem;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #product #product_top .title p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #product #product_top .title p {
    font-size: 16px;
  }
}
#product #product_top .title .link_contactUs {
  padding: 0 1rem 0.2rem;
  margin-left: 1rem;
  background: #a2000b;
  color: #fff;
  border-radius: 2rem;
  font-size: 16px;
}
#product #product_top .product_img {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 530px;
}
@media only screen and (min-width: 768) {
  #product #product_top .product_img {
    padding: 0 90px 0 30px;
  }
}
#product #product_top #main_pic {
  position: relative;
}
#product #product_top #main_pic img {
  display: block;
  margin-left: auto;
  transition: 0.6s;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 1200px) {
  #product #product_top #main_pic img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1199px) {
  #product #product_top #main_pic img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1199px) {
  #product #product_top #main_pic {
    padding-bottom: 1rem;
  }
}
#product #product_top #thumbnail {
  padding: 10px 0;
}
#product #product_top #thumbnail .item {
  cursor: pointer;
}
#product #product_top #thumbnail .item img:not(.icon_ytb) {
  max-width: 96%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
#product #product_top #thumbnail .slick-slide img {
  border: 1px solid #222;
  opacity: 0.4;
}
#product #product_top #thumbnail .slick-slide:hover img,
#product #product_top #thumbnail .slick-slide.slick-current img {
  opacity: 1;
}
#product #product_top #thumbnail .slick-slide.slick-current img {
  border: 1px solid #d5000f;
}
#product #product_top #thumbnail .slick-current img {
  opacity: 1;
  border: 1px solid #d5000f;
}
#product #product_top .slick-arrow {
  top: 63%;
}
#product #product_top .slick-arrow.slick-prev {
  left: -50px;
}
#product #product_top .slick-arrow.slick-next {
  right: -50px;
}
#product #product_top .slick-dots li {
  margin: 0 3px;
}
#product #product_top .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  border-radius: 1rem;
  background: #6e6e6e;
}
#product #product_top .slick-dots li.slick-active button:before {
  background: #d5000f;
}
#product #product_top .ytb_thumbnail {
  position: relative;
}
#product #product_top .icon_ytb {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 25%;
}
#product .product_dec {
  margin: 0 auto;
}
#product #specifications,
#product #related {
  background-color: #d5000f;
}
@media only screen and (max-width: 1199px) {
  #product #specifications,
  #product #related {
    background-color: #fff;
  }
}
#product #specifications .pre.pre_wrapper,
#product #related .pre.pre_wrapper {
  max-width: 1920px;
  padding-left: 0px;
  padding-right: 0px;
}
#product #specifications .title,
#product #related .title {
  line-height: 1.5;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#product #specifications .title h3,
#product #related .title h3 {
  font-size: 36px;
}
@media only screen and (max-width: 1365px) {
  #product #specifications .title,
  #product #related .title {
    font-size: 24px;
  }
}
#product #specifications .sheet,
#product #related .sheet {
  background-color: #fff;
}
#product #specifications .sheet .sheet_content,
#product #related .sheet .sheet_content {
  border: 2px solid #000;
  border-top: none;
}
#product #specifications .sheet .sheet_content:nth-child(1),
#product #related .sheet .sheet_content:nth-child(1) {
  border-top: 2px solid #000;
}
#product #specifications .sheet .sheet_content .item,
#product #related .sheet .sheet_content .item {
  display: flex;
  align-items: center;
  border-left: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  #product #specifications .sheet .sheet_content .item,
  #product #related .sheet .sheet_content .item {
    border-left: none;
    border-top: 2px solid #000;
  }
}
#product #specifications .sheet .sheet_content .item:nth-child(1),
#product #related .sheet .sheet_content .item:nth-child(1) {
  border: none;
}
#product #specifications .sheet .sheet_content .item .icon,
#product #related .sheet .sheet_content .item .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product #specifications .sheet .sheet_content .item .icon img,
#product #related .sheet .sheet_content .item .icon img {
  max-width: 85px;
  max-height: 85px;
}
@media only screen and (max-width: 1365px) {
  #product #specifications .sheet .sheet_content .item .icon img,
  #product #related .sheet .sheet_content .item .icon img {
    max-width: 45px;
    max-height: 45px;
  }
}
#product #specifications .sheet .sheet_content .item .text,
#product #related .sheet .sheet_content .item .text {
  line-height: 1.5;
}
#product #specifications .sheet .sheet_content .item .text p,
#product #related .sheet .sheet_content .item .text p {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1365px) {
  #product #specifications .sheet .sheet_content .item .text p,
  #product #related .sheet .sheet_content .item .text p {
    font-size: 18px;
  }
}
#product #specifications .sheet .sheet_content .item .text span,
#product #related .sheet .sheet_content .item .text span {
  display: block;
  font-size: 20px;
}
@media only screen and (max-width: 1365px) {
  #product #specifications .sheet .sheet_content .item .text span,
  #product #related .sheet .sheet_content .item .text span {
    font-size: 16px;
  }
}
#product #specifications #related_product,
#product #related #related_product {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  #product #specifications #related_product,
  #product #related #related_product {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #product #specifications #related_product,
  #product #related #related_product {
    padding-top: 15px;
  }
}
#product #specifications #related_product .item,
#product #related #related_product .item {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 200px;
  cursor: pointer;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  #product #specifications #related_product .item,
  #product #related #related_product .item {
    height: auto;
    margin-bottom: 15px;
  }
}
#product #specifications #related_product .item img,
#product #related #related_product .item img {
  max-width: 100%;
  max-height: calc(100% - 15px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#product #specifications #related_product .item a,
#product #related #related_product .item a {
  color: #000;
}
#product #specifications #related_product .item a h4,
#product #related #related_product .item a h4 {
  margin-top: 15px;
  line-height: 1.5;
}
/**/
#product #specifications #related_product.m,
#product #related #related_product_m {
  display: none;
}
#product #specifications #related_product.pc,
#product #related #related_product.pc {
  display: block;
}
@media only screen and (max-width: 1199px) {
  #product #specifications #related_product.m,
  #product #related #related_product.m {
    display: block;
  }
  #product #specifications #related_product.pc,
#product #related #related_product.pc{
  display: none;
}
}
/**/
#product .specifications_content {
  padding: 1.5rem 15px;
}
#product .slick-arrow {
  height: 80px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
#product .slick-arrow::before {
  display: none;
}
#product .slick-arrow.slick-prev {
  left: -20px;
  background-image: url(../images/product/thumbnail_prev.png);
}
#product .slick-arrow.slick-next {
  right: -20px;
  background-image: url(../images/product/thumbnail_next.png);
}
#product .slick-arrow.slick-disabled {
  display: none !important;
}
#product #df {
  background-color: #000;
}
#product #df .pre.pre_wrapper {
  max-width: 1920px;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 1366px) {
  #product #df .pre.pre_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#product #df #features {
  background-color: #ededed;
}
#product #df #features h3 {
  font-size: 38px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #product #df #features h3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#product #download .wrap_title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}
#product #download .group {
  padding-top: 30px;
  padding-bottom: 30px;
}
#product #download .item {
  margin: 1rem 0;
}
#product #download .item .download_title {
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s;
  color: #222;
  margin-top: 0.5rem;
  text-transform:uppercase;
}
@media only screen and (max-width: 600px) {
  #product #download .item .download_title {
    font-size: 15px;
  }
}
#product #download .item .img img {
  display: block;
  max-height: 77.5px;
  max-width: 77.5px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #product #download .item .img img {
    max-height: 50px;
    max-width: 50px;
  }
}
#product #download .item:hover .download_title {
  transform: skewX(-20deg);
  color: #d5000f;
}
#product #features_content {
  padding: 1rem 0;
  margin-bottom: calc(1.5rem + 1vw);
  min-height: 33vh;
}
#product #features_content .item {
  display: none;
  align-items: flex-start;
  padding: 0 0 1rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
#product #features_content .item span {
  width: calc(100% - 35px);
}
#product #features_content .item::before {
  content: "";
  background: #bebcbc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
  display: block;
  margin-right: 10px;
  min-width: 8px;
  margin-top: 11px;
}
@media only screen and (max-width: 1366px) {
  #product #features_content .item {
    font-size: 16px;
    padding-bottom: calc(0.5rem + 0.75vw);
  }
}
#product #features_content .pre {
  position: relative;
}
#product .btn_readMore {
  display: none;
  position: absolute;
  width: 100%;
  padding: 2rem 1rem 0.75rem;
  bottom: -10px;
  left: 0;
  background: none;
  border: 0;
  font-size: 0.9rem;
  text-align: center;
  color: #9f0610;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(0deg, #faeaea, rgba(255, 255, 255, 0.76));
}
#product .btn_readMore:hover {
  color: #ef3946;
  background: linear-gradient(
    0deg,
    rgba(250, 234, 234, 0.5607843137),
    rgba(255, 255, 255, 0.76)
  );
}
#product .btn_readMore.show_less {
  bottom: -45px;
  display: none !important;
}
#product .btn_readMore.show {
  display: block;
}
#product #video {
  margin-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  #product #video {
    margin-bottom: 65px;
  }
}
#product #video #video_content .item .videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
}
#product #video #video_content .item .videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product #video #video_content .item .videobox .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product #video #video_content .item .videobox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product #video .slick-dots {
  bottom: -65px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#product #video .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid #949494;
}
#product #video .slick-dots li button::before {
  display: none !important;
}
#product #video .slick-dots li.slick-active button {
  background-color: #949494;
}
#product #marketing {
  background-color: #d5000f;
  padding-bottom: 55px;
}
#product #marketing .title {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  line-height: 140px;
}
@media only screen and (max-width: 1199px) {
  #product #marketing .title {
    font-size: 32px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #product #marketing .title {
    font-size: 24px;
    line-height: 65px;
  }
  #product #marketing .title h3 {
    margin-bottom: 0;
  }
}
#product #marketing #marketing_content {
  background-color: #fff;
}
#product #marketing #marketing_content .content {
  background-color: #fff;
}
#product #marketing #marketing_content .content .item {
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
}
#product #marketing #marketing_content .content .item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-height: 125px;
}
#product #marketing #marketing_content .content .item h4 {
  font-size: 26px;
  font-weight: bold;
  transition: 0.3s;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #product #marketing #marketing_content .content .item h4 {
    font-size: 18px;
  }
}
#product #marketing #marketing_content .content .item:hover h4 {
  transform: skewX(-20deg);
  color: #d5000f;
}
#product #power .title {
  font-size: 56px;
  font-weight: bold;
  color: #d5000f;
  background-color: #fff;
  line-height: 140px;
}
@media only screen and (max-width: 1199px) {
  #product #power .title {
    font-size: 32px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #product #power .title {
    font-size: 24px;
    line-height: 65px;
  }
}
.full_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
#off_product_list_menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  #off_product_list_menu {
    z-index: 10000;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    display: none;
  }
  #off_product_list_menu.active {
    display: block;
  }
  #off_product_list_menu::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(45deg);
  }
  #off_product_list_menu::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(-45deg);
  }
}
#product_list #product_list_menu {
  background-color: #e2e2e2;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #product_list #product_list_menu {
    overflow-x: auto;
  }
}
#product_list #product_list_menu #product_list_menu_wapper {
  min-width: 768px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #product_list #product_list_menu #product_list_menu_wapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#product_list #product_list_menu #product_list_menu_wapper .label {
  font-size: 18px;
  font-weight: 900;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #product_list #product_list_menu #product_list_menu_wapper .label {
    font-size: 12px;
  }
}
#product_list #product_list_menu #product_list_menu_wapper .item {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 7.5%;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #product_list #product_list_menu #product_list_menu_wapper .item {
    font-size: 12px;
  }
}
#product_list #product_list_menu #product_list_menu_wapper .item .arrow {
  margin-left: 5px;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-color: #000;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #product_list #product_list_menu #product_list_menu_wapper .item .arrow {
    width: 20px;
    height: 15px;
  }
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .arrow::before {
  transition: 0.6s;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 768px) {
  #product_list
    #product_list_menu
    #product_list_menu_wapper
    .item
    .arrow::before {
    border-width: 0 5px 7.5px 5px;
  }
}
#product_list #product_list_menu #product_list_menu_wapper .item .item_content {
  pointer-events: none;
  transition: 0.3s;
  transform: translateY(-10%);
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1480px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 100%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content::before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content
  a {
  transition: 0.6s;
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content
  a:hover {
  transform: scale(1.05);
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content
  a.active
  .pic {
  background-color: #d5000f;
}
@media only screen and (max-width: 768px) {
  #product_list
    #product_list_menu
    #product_list_menu_wapper
    .item
    .item_content {
    align-items: baseline;
    box-sizing: border-box;
    z-index: 9999;
    padding-top: 75px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    overflow-y: auto;
  }
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content
  a {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content
  a
  .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid aqua;
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content
  a
  .pic
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content
  a
  h5 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #product_list
    #product_list_menu
    #product_list_menu_wapper
    .item
    .item_content
    a {
    margin-bottom: 10px;
    width: 48% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content.x3
  a {
  width: 15%;
  margin-left: 9.1666665%;
  margin-right: 9.1666665%;
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content.x6
  a {
  width: 15%;
  margin-left: 0.833333%;
  margin-right: 0.833333%;
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item
  .item_content.x8
  a {
  width: 10%;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item.active
  .item_content {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #product_list
    #product_list_menu
    #product_list_menu_wapper
    .item.active
    .item_content {
    align-content: flex-start;
  }
}
#product_list
  #product_list_menu
  #product_list_menu_wapper
  .item.active
  .arrow::before {
  transform: translate(-50%, -50%) rotate(180deg);
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d5000f rgba(0, 0, 0, 0);
}
#product_list #product_list_banner {
  width: 100%;
  height: 40vh;
  position: relative;
}
#product_list #product_list_banner .text {
  max-width: 1024px;
  width: calc(100% - 30px);
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#product_list #product_list_banner .text h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  #product_list #product_list_banner .text h2 {
    font-size: 24px;
  }
}
#product_list #product_list_banner .text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  #product_list #product_list_banner .text p {
    font-size: 12px;
  }
}
#product_list #product_list_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product_list #list .item {
  background-color: #e2e2e2;
  box-sizing: border-box;
  position: relative;
  margin: 5%;
  overflow: hidden;
}
#product_list #list .item .label {
  padding: 5px 15px;
  color: #fff;
  background-color: #d5000f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 18px;
  font-weight: 900;
}
#product_list #list .item .lightning {
  position: absolute;
  max-width: 45%;
  top: 0;
  right: 15px;
}
#product_list #list .item .pic {
  width: calc(100% - 30px);
  margin-top: 35px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #product_list #list .item .pic {
    margin-top: 15px;
    margin-bottom: 45px;
  }
}
#product_list #list .item .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 120%;
  max-width: 120%;
  transform: translate(-50%, -50%);
}
#product_list #list .item .text {
  position: relative;
  z-index: 2;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#product_list #list .item .text h3 {
  padding: 0 1rem;
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 900;
}
#product_list #list .item .text p {
  font-size: 14px;
  font-weight: 900;
  color: #000;
}
#product_list #power .group .p_100 {
  max-width: 100%;
}
#product_list #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#product_list #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#product_list #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#product_list #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #product_list #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #product_list #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #product_list #power .title h2 {
    font-size: 24px;
  }
}
#downloads .title {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media only screen and (max-width: 1365px) {
  #downloads .title {
    margin-top: 90px;
  }
}
#downloads #downloads_menu {
  max-width: 1280px;
  margin: auto;
}
#downloads #downloads_menu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
#downloads #downloads_menu ul .slick-arrow {
  height: 80px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
#downloads #downloads_menu ul .slick-arrow:before {
  display: none;
}
#downloads #downloads_menu ul .slick-arrow.slick-prev {
  background-image: url(../images/product/thumbnail_prev.png);
}
#downloads #downloads_menu ul .slick-arrow.slick-next {
  background-image: url(../images/product/thumbnail_next.png);
}
@media only screen and (max-width: 767px) {
  #downloads #downloads_menu ul {
    margin-bottom: 30px;
  }
}
#downloads #downloads_menu ul li {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  text-align: center;
}
#downloads #downloads_menu ul li + li::before {
  content: "";
  width: 3px;
  height: 50px;
  background-color: #d5000f;
  position: absolute;
  left: -31.5px;
  bottom: 0;
}
#downloads #downloads_menu ul li a {
  display: inline-block;
  width: 145px;
  height: 145px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 30px;
}
#downloads #downloads_menu ul li a svg,
#downloads #downloads_menu ul li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.6s;
  max-width: 100px;
  max-height: 100%;
}
#downloads #downloads_menu ul li a span {
  width: 100%;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: 900;
}
#downloads #downloads_menu ul li a .before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#downloads #downloads_menu ul li a .after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#downloads #downloads_menu ul li a:hover .before,
#downloads #downloads_menu ul li a.active .before {
  opacity: 0;
}
#downloads #downloads_menu ul li a:hover .after,
#downloads #downloads_menu ul li a.active .after {
  opacity: 1;
}
#downloads #downloads_menu ul li a:hover span,
#downloads #downloads_menu ul li a.active span {
  color: #d5000f;
}
#downloads #input {
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #downloads #input {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#downloads #input input {
  width: 100%;
  height: 60px;
  background-color: #e1e1e1;
  box-sizing: border-box;
  border: none;
  padding-left: 15px;
  padding-right: 60px;
  outline: none;
}
#downloads #input input::placeholder {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1.5px;
}
#downloads #input input:focus,
#downloads #input input:focus-visible,
#downloads #input input:focus-within {
  border: 3px solid #d5000f;
  outline: none;
}
#downloads #input button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 45px;
  height: 45px;
  padding: 0;
}
#downloads #input button img {
  width: 100%;
}
#downloads .line {
  border-top: 30px solid #e1e1e1;
}
#downloads #downloads_list {
  padding-top: 50px;
  margin-bottom: 50px;
}
#downloads #downloads_list .group .item {
  display: block;
  margin: 15px;
  width: calc(100% - 30px);
  text-align: center;
  position: relative;
}
#downloads #downloads_list .group .item img {
  width: 100%;
}
#downloads #downloads_list .group .item .item_downloads {
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#downloads #downloads_list .group .item .item_downloads .downloads_name {
  color: #fff;
  font-size: 18px;
  margin-left: 5px;
}
#downloads #downloads_list .group .item .item_downloads a {
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 5px 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#downloads #downloads_list .group .item .item_downloads a svg {
  fill: #fff;
  width: 7.5px;
  margin-right: 5px;
}
#downloads #downloads_list .group .item .item_downloads a:hover {
  background-color: #fff;
  color: #000;
}
#downloads #downloads_list .group .item .item_downloads a:hover svg {
  fill: #000;
}
#downloads #downloads_horizontal_list {
  padding-top: 50px;
  margin-bottom: 50px;
}
#downloads #downloads_horizontal_list .group .item {
  background-color: #686868;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
#downloads #downloads_horizontal_list .group .item .icon {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
}
#downloads #downloads_horizontal_list .group .item p {
  width: calc(100% - 50px - 150px);
  color: #fff;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
#downloads #downloads_horizontal_list .group .item a {
  width: 150px;
}
#downloads #downloads_horizontal_list .group .item a img {
  width: 100%;
}
#downloads #downloads_horizontal_list .group .item:nth-child(1) {
  margin-top: 0;
}
#downloads #downloads_horizontal_list .group .item:nth-child(odd) {
  background-color: #949494;
}
#downloads #power .group .p_100 {
  max-width: 100%;
}
#downloads #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#downloads #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#downloads #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#downloads #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #downloads #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #downloads #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #downloads #power .title h2 {
    font-size: 24px;
  }
}
#qc_equlpment .title {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media only screen and (max-width: 1365px) {
  #qc_equlpment .title {
    margin-top: 90px;
  }
}
#qc_equlpment #qc_equlpment_pic .slick {
  display: flex;
}
#qc_equlpment #qc_equlpment_pic .slick .slick-list {
  overflow: unset;
}
#qc_equlpment #qc_equlpment_pic .slick .item {
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.65);
  filter: opacity(0.5);
}
#qc_equlpment #qc_equlpment_pic .slick .item img {
  transition: 0.6s;
  transform-origin: center;
}
#qc_equlpment #qc_equlpment_pic .slick .item.slick-active {
  opacity: 1;
  pointer-events: auto;
}
#qc_equlpment #qc_equlpment_pic .slick .item.slick-center {
  position: relative;
  z-index: 1;
  transform: scale(1);
  filter: opacity(1);
}
#qc_equlpment #qc_equlpment_pic .slick .slick-arrow {
  width: 25px;
  height: 60px;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
}
#qc_equlpment #qc_equlpment_pic .slick .slick-arrow:before {
  display: none;
}
#qc_equlpment #qc_equlpment_pic .slick .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/product/thumbnail_prev.png);
}
#qc_equlpment #qc_equlpment_pic .slick .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/product/thumbnail_next.png);
}
#qc_equlpment #qc_equlpment_pic .slick.no_slick .item {
  transition: 0.6s;
  opacity: 1;
  pointer-events: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#qc_equlpment #qc_equlpment_pic .slick.no_slick .item img {
  transform: scale(1);
}
#qc_equlpment #qc_equlpment_pic .slick.no_slick .item:nth-child(3) {
  position: relative;
  z-index: 1;
  transform: scale(1.5);
  filter: unset;
}
#qc_equlpment #qc_equlpment_content {
  margin-top: 50px;
  border-top: 45px solid #e1e1e1;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  #qc_equlpment #qc_equlpment_content {
    border-top: none;
  }
}
#qc_equlpment #qc_equlpment_content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#qc_equlpment #qc_equlpment_content h3 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #d5000f;
}
#qc_equlpment #qc_equlpment_content h5 {
  font-size: 24px;
  margin-bottom: 30px;
}
#qc_equlpment #qc_equlpment_content p {
  font-size: 16px;
  line-height: 1.5;
}
#qc_equlpment #qc_equlpment_content .slick-dots {
  margin-top: 50px;
  position: static;
}
#qc_equlpment #power .group .p_100 {
  max-width: 100%;
}
#qc_equlpment #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#qc_equlpment #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#qc_equlpment #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#qc_equlpment #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #qc_equlpment #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #qc_equlpment #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #qc_equlpment #power .title h2 {
    font-size: 24px;
  }
}
#activity .pre_wrapper {
  max-width: 1024px;
}
#activity .title {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media only screen and (max-width: 1365px) {
  #activity .title {
    margin-top: 90px;
  }
}
#activity #activity_list {
  margin-bottom: 50px;
}
#activity #activity_list .item {
  margin-bottom: 30px;
  background-color: #c4c5c5;
}
#activity #activity_list .item:last-child {
  margin-bottom: 0;
}
#activity #activity_list .item .pic {
  order: 1;
}
#activity #activity_list .item .text {
  order: 2;
  padding: 30px;
  color: #fff;
}
#activity #activity_list .item .text h3 {
  line-height: 1.15;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 30px;
}
#activity #activity_list .item .text p {
  font-weight: 900;
  font-size: 14px;
}
#activity #activity_list .item:nth-child(odd) .pic {
  order: 2;
}
#activity #activity_list .item:nth-child(odd) .text {
  order: 1;
}
@media only screen and (max-width: 768px) {
  #activity #activity_list .item .pic {
    order: 1;
  }
  #activity #activity_list .item .pic img {
    width: 100%;
  }
  #activity #activity_list .item .text {
    order: 2;
    padding: 15px;
  }
  #activity #activity_list .item .text h3 {
    font-size: 18px;
  }
  #activity #activity_list .item .text p {
    font-size: 12px;
  }
  #activity #activity_list .item:nth-child(odd) .pic {
    order: 1;
  }
  #activity #activity_list .item:nth-child(odd) .text {
    order: 2;
  }
}
#activity #power .group .p_100 {
  max-width: 100%;
}
#activity #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#activity #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#activity #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#activity #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #activity #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #activity #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #activity #power .title h2 {
    font-size: 24px;
  }
}
#onsite .title {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media only screen and (max-width: 1365px) {
  #onsite .title {
    margin-top: 90px;
  }
}
#onsite .line {
  border-top: 30px solid #e1e1e1;
}
#onsite #onsite_list {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  #onsite #onsite_list {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
#onsite #onsite_list .group .item {
  display: block;
  margin: 15px;
  width: calc(100% - 30px);
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #onsite #onsite_list .group .item {
    margin-bottom: 15px;
  }
}
#onsite #onsite_list .group .item h3 {
  font-size: 32px;
  color: #d5000f;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #onsite #onsite_list .group .item h3 {
    font-size: 18px;
  }
}
#onsite #onsite_list .group .item p {
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #onsite #onsite_list .group .item p {
    font-size: 14px;
  }
}
#onsite #power .group .p_100 {
  max-width: 100%;
}
#onsite #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#onsite #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#onsite #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#onsite #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #onsite #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #onsite #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #onsite #power .title h2 {
    font-size: 24px;
  }
}
#service #map_group {
  padding-bottom: 50px;
}
#service #map_group .title {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media only screen and (max-width: 1365px) {
  #service #map_group .title {
    margin-top: 90px;
  }
}
#service #map_group #map {
  height: 60vh;
  width: 100%;
}
#service #map_group #map_filter {
  box-sizing: border-box;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  #service #map_group #map_filter {
    padding-left: 0;
  }
}
#service #map_group #map_filter .filter_item {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#service #map_group #map_filter .filter_item input {
  box-sizing: border-box;
  border: 3px solid #d5000f;
  width: 100%;
  height: 50px;
  padding: 0px 5px;
  color: #d5000f;
  font-size: 18px;
  font-weight: 900;
}
@media only screen and (max-width: 1364px) {
  #service #map_group #map_filter .filter_item input {
    font-size: 12px;
  }
}
#service #map_group #map_filter .filter_item input::placeholder {
  color: #d5000f;
}
#service #map_group #map_filter .filter_item.select {
  position: relative;
}
#service #map_group #map_filter .filter_item.select::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #d5000e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#service #map_group #map_filter .filter_item.select ul {
  opacity: 0;
  top: 105%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: #d5000f;
  border: 3px solid #d5000f;
  transition: 0.3s;
}
#service #map_group #map_filter .filter_item.select ul li {
  color: #fff;
  padding: 0 15px;
  line-height: 50px;
  transition: 0.3s;
  cursor: pointer;
}
#service #map_group #map_filter .filter_item.select ul li:hover {
  background-color: #fff;
  color: #d5000f;
}
#service #map_group #map_filter .filter_item.select:hover ul {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
#service #map_group #map_filter .filter_item.input {
  position: relative;
}
#service #map_group #map_filter .filter_item.input button {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.6s;
  border: 3px solid #d5000f;
  width: 100%;
  height: 50px;
  padding: 0px 5px;
  color: #d5000f;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service #map_group #map_filter .filter_item.input button img {
  width: auto;
  height: 45%;
  margin-right: 15px;
}
#service #nation {
  padding-top: 50px;
  padding-bottom: 30px;
}
#service #nation .item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #service #nation .item {
    text-align: center;
  }
}
#service #nation .item h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 900;
  color: #d5000e;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #service #nation .item h3 {
    justify-content: center;
  }
}
#service #nation .item h3 img {
  width: 45px;
  margin-right: 15px;
}
#service #nation .item a {
  margin-left: 60px;
  color: #808285;
  font-size: 16px;
  font-weight: 600;
  display: block;
  box-sizing: border-box;
  line-height: 1.5;
}
#service .line {
  width: 100%;
  height: 50px;
  background-color: #e1e1e1;
}
#service #questions {
  padding-top: 50px;
  padding-bottom: 50px;
}
#service #questions h5 {
  font-size: 42px;
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #service #questions h5 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
#service #questions h5 span {
  position: relative;
}
#service #questions h5 span .icon {
  position: absolute;
  width: 50px;
  bottom: calc(100% - 20px);
  left: calc(100% + 10px);
}
@media only screen and (max-width: 767px) {
  #service #questions h5 span .icon {
    width: 35px;
  }
}
#service #questions .item {
  background-color: #808285;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 50px;
}
#service #questions .item:last-child {
  margin-bottom: 0;
}
#service #questions .item .text {
  width: calc(100% - 100px);
}
#service #questions .item .text h6 {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #service #questions .item .text h6 {
    font-size: 16px;
  }
}
#service #questions .item .text a {
  margin-top: 30px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  width: 125px;
  line-height: 35px;
  font-size: 14px;
  transition: 0.6s;
}
@media only screen and (max-width: 767px) {
  #service #questions .item .text a {
    font-size: 12px;
  }
}
#service #questions .item .text a:hover {
  background-color: #fff;
  color: #808285;
}
#service #questions .item .pic {
  width: 100px;
  text-align: center;
}
#service #questions .item .pic img {
  width: 125px;
}
#service #questions .item:nth-child(odd) .text {
  order: 2;
}
#service #questions .item:nth-child(odd) .pic {
  order: 1;
}
#service #power .group .p_100 {
  max-width: 100%;
}
#service #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#service #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#service #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#service #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #service #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #service #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #service #power .title h2 {
    font-size: 24px;
  }
}
#search_page .title {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media only screen and (max-width: 1365px) {
  #search_page .title {
    margin-top: 90px;
  }
}
#search_page .filter_item {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 100px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  #search_page .filter_item {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
#search_page .filter_item input {
  transition: 0.6s;
  box-sizing: border-box;
  border: 3px solid #e1e1e1;
  width: 100%;
  height: 50px;
  padding: 0 5px;
  color: #727171;
  font-size: 16px;
  background-color: #e1e1e1;
  font-weight: 900;
}
@media only screen and (max-width: 1364px) {
  #search_page .filter_item input {
    font-size: 12px;
  }
}
#search_page .filter_item input::placeholder {
  color: #d5000f;
}
#search_page .filter_item.select {
  position: relative;
}
#search_page .filter_item.select::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 7.5px 0 7.5px;
  border-color: #727171 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#search_page .filter_item.select ul {
  opacity: 0;
  top: 105%;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 30px);
  z-index: 5;
  background-color: #d5000f;
  border: 3px solid #d5000f;
  transition: 0.3s;
}
#search_page .filter_item.select ul li {
  color: #fff;
  padding: 0 15px;
  line-height: 50px;
  transition: 0.3s;
  cursor: pointer;
}
#search_page .filter_item.select ul li:hover,
#search_page .filter_item.select ul li.active {
  background-color: #fff;
  color: #d5000f;
}
@media only screen and (min-width: 1024px) {
  #search_page .filter_item.select:hover input {
    border: 3px solid #d5000f;
    color: #d5000f;
    background-color: #fff;
  }
  #search_page .filter_item.select:hover ul {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  #search_page .filter_item.select:hover::before {
    border-color: #d5000f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 1023px) {
  #search_page .filter_item.select.active input {
    border: 3px solid #d5000f;
    color: #d5000f;
    background-color: #fff;
  }
  #search_page .filter_item.select.active ul {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  #search_page .filter_item.select.active::before {
    border-color: #d5000f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
}
#search_page .filter_item.input {
  position: relative;
}
#search_page .filter_item.input button {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.6s;
}
#search_page .filter_item.input button img {
  width: 75%;
}
#search_page #input {
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #search_page #input {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#search_page #input input {
  width: 100%;
  height: 60px;
  background-color: #e1e1e1;
  box-sizing: border-box;
  border: none;
  padding-left: 15px;
  padding-right: 60px;
}
#search_page #input input::placeholder {
  color: #727171;
  font-size: 24px;
  letter-spacing: 1.5px;
}
#search_page #input button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 45px;
  height: 45px;
  padding: 0;
}
#search_page #input button img {
  width: 100%;
}
#search_page .line {
  border-top: 30px solid #e1e1e1;
}
#search_page #list .item {
  background-color: #e2e2e2;
  box-sizing: border-box;
  position: relative;
  margin: 5%;
  overflow: hidden;
}
#search_page #list .item .label {
  padding: 5px 15px;
  color: #fff;
  background-color: #d5000f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 18px;
  font-weight: 900;
}
#search_page #list .item .lightning {
  position: absolute;
  max-width: 45%;
  top: 0;
  right: 15px;
}
#search_page #list .item .pic {
  width: calc(100% - 30px);
  margin-top: 35px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  z-index: 1;
}
#search_page #list .item .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 120%;
  max-width: 120%;
  transform: translate(-50%, -50%);
}
#search_page #list .item .text {
  position: relative;
  z-index: 2;
}
#search_page #list .item .text h3 {
  font-size: 22px;
  height: 60px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#search_page #list .item .text p {
  font-size: 14px;
  font-weight: 900;
  color: #000;
}
#search_page #power .group .p_100 {
  max-width: 100%;
}
#search_page #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#search_page #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#search_page #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#search_page #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #search_page #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #search_page #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #search_page #power .title h2 {
    font-size: 24px;
  }
}
#service_page .title {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media only screen and (max-width: 1365px) {
  #service_page .title {
    margin-top: 90px;
  }
}
#service_page .item {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #service_page .item {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#service_page .item h5 {
  font-size: 32px;
  color: #d5000f;
  font-weight: 900;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #service_page .item h5 {
    font-size: 18px;
  }
}
#service_page .item img {
  max-width: 75px;
}
#service_page #power .group .p_100 {
  max-width: 100%;
}
#service_page #power .group .p_100.title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#service_page #power .title {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #d5000f;
}
#service_page #power .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background-color: #d5000f;
}
#service_page #power .title h2 {
  font-size: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #service_page #power .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #service_page #power .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #service_page #power .title h2 {
    font-size: 24px;
  }
}
.an {
  transition: 0.6s;
}
.anw {
  transition: 0.6s;
}
.fi {
  transform: scale(0.7);
  opacity: 0;
}
.fi.an_go {
  transform: scale(1);
  opacity: 1;
}
.fd {
  transform: translateY(-30%);
  opacity: 0;
}
.fd.an_go {
  transform: translateY(0);
  opacity: 1;
}
.fu {
  transform: translateY(30%);
  opacity: 0;
}
.fu.an_go {
  transform: translateY(0);
  opacity: 1;
}
.fl {
  transform: translateX(30%);
  opacity: 0;
}
.fl.an_go {
  transform: translateX(0);
  opacity: 1;
}
.fr {
  transform: translateX(-30%);
  opacity: 0;
}
.fr.an_go {
  transform: translateX(0);
  opacity: 1;
}
.d05 {
  transition-delay: 0.5s;
}
.d1 {
  transition-delay: 1s;
}
.d15 {
  transition-delay: 1.5s;
}
.d2 {
  transition-delay: 2s;
}
.d25 {
  transition-delay: 2.5s;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation_ring {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(359deg);
  }
}
@keyframes reverse_rotation {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(-359deg);
  }
}
