@charset "UTF-8";
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* SCROLLBAR */
/* ----------Extend---------- */
/*background*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap"); /* ----------RESET---------- */
* {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  width: 100%;
  min-width: 320px;
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  overflow-x: hidden;
}

ul, li {
  list-style: none;
  font-size: inherit;
}

img:not([width]) {
  display: block;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

input,
textarea,
keygen,
select,
a,
a:active,
a:hover,
a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=search],
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
input[type=submit],
input[type=reset] {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font: inherit;
}

table {
  border-collapse: collapse;
}

/* ----------TEXT----------- */
html {
  font-size: 16px;
  color: #222222;
}

body {
  font-family: "Rubik", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background-color: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
a, p, b, small {
  font: inherit;
  color: inherit;
  font-weight: 300;
  line-height: normal;
  line-height: 1.5;
}

/* 84 */
h1, .h1 {
  font-size: 84px;
  line-height: 1.2;
}

/* 54 */
h2, .h2 {
  font-size: 54px;
}

/* 40 */
h3, .h3 {
  font-size: 40px;
}

/* 30 */
h4, .h4 {
  font-size: 30px;
}

/* 26 */
h5, .h5 {
  font-size: 26px;
}

/* 20 */
h6, .h6 {
  font-size: 20px;
}

/* 18 */
.p-18 {
  font-size: 18px;
}

/* 16 */
p, .p {
  font-size: 16px;
}

a {
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
}

/* 14 */
small, .small {
  font-size: 14px;
}

b, strong {
  font-weight: bolder;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls6 {
  letter-spacing: 6px;
}

.ls7 {
  letter-spacing: 7px;
}

.ls8 {
  letter-spacing: 8px;
}

.ls9 {
  letter-spacing: 9px;
}

.ls10 {
  letter-spacing: 10px;
}

.txt-white {
  color: #ffffff;
}

.txt-lightgrey {
  color: #A8A8A8;
}

.txt-grey {
  color: #7B7B7B;
}

.txt-normal {
  color: #4d4d4d;
}

.txt-darkgrey {
  color: #222222;
}

.txt-black {
  color: #000000;
}

.txt-prime {
  color: #6DAD19;
}

.txt-light_prime {
  color: #86EB00;
}

.txt-thin {
  font-weight: 100;
}

.txt-light {
  font-weight: 200;
}

.txt-regular {
  font-weight: 300;
}

.txt-medium {
  font-weight: 400;
}

.txt-bold {
  font-weight: 500;
}

.txt-highbold {
  font-weight: 600;
}

.txt-blackbold {
  font-weight: 700;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-style-i {
  font-style: italic;
}

.txt-link {
  text-decoration: underline;
}

.txt-line-through {
  text-decoration: line-through;
}

.txt-underline {
  text-decoration: underline;
}

.txt-uppercase {
  text-transform: uppercase;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1440px) {
  h2, .h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1366px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  h1, .h1 {
    font-size: 68px;
  }
  h2, .h2 {
    font-size: 38px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 28px;
  }
  h5, .h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 58px;
  }
  h2, .h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  p, .p {
    font-size: 14px;
  }
  .p-18 {
    font-size: 16px;
  }
  small, .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 25px;
  }
}
/* ----------BLOCK---------- */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.w800,
.w900,
.w1000,
.w1200,
.w1300,
.w1400 {
  width: 80%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
}

.w900 {
  max-width: 900px;
}

.w1000 {
  max-width: 1000px;
}

.w1200 {
  max-width: 1200px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1400px;
}

.col100,
.col90,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col05 {
  display: inline-block;
  vertical-align: top;
}

.col100 {
  width: 100%;
}

.col90 {
  width: 90%;
}

.col80 {
  width: 80%;
}

.col75 {
  width: 75%;
}

.col70 {
  width: 70%;
}

.col66 {
  width: 66.6666%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col50:nth-child(odd) {
  margin-left: 0px;
}

.col40 {
  width: 40%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col25 {
  width: 25%;
}

.col20 {
  width: 20%;
}

.col15 {
  width: 15%;
}

.col05 {
  width: 5%;
}

.ib-middle {
  display: inline-block;
  vertical-align: middle;
}

.ib-top {
  display: inline-block;
  vertical-align: top;
}

.main_padding {
  padding: 5vw 0;
}

.main_padding-b {
  padding-bottom: 5vw;
}

.main_padding-t {
  padding-top: 5vw;
}

.main_margin {
  margin: 5vw 0;
}

.main_margin-b {
  margin-bottom: 5vw;
}

.main_margin-t {
  margin-top: 5vw;
}

.header-top {
  position: relative;
}

.header-top::before {
  content: "";
  display: block;
  height: 78px;
  position: relative;
}

.m1023-off {
  display: block;
}

.m1023-on {
  display: none;
}

.m768-off {
  display: block;
}

.m768-on {
  display: none;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1023px) {
  .m1023-off {
    display: none;
  }
  .m1023-on {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .w800,
  .w900,
  .w1000,
  .w1200,
  .w1300,
  .w1400 {
    width: 90%;
  }
  .m768-off {
    display: none;
  }
  .m768-on {
    display: block;
  }
  .main_padding {
    padding: 50px 0;
  }
  .main_padding-b {
    padding-bottom: 50px;
  }
  .main_padding-t {
    padding-top: 50px;
  }
  .main_margin {
    margin: 50px 0;
  }
  .main_margin-b {
    margin-bottom: 50px;
  }
  .main_margin-t {
    margin-top: 50px;
  }
}
/* ----------FORM----------- */
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
  width: 100%;
  padding: 7px 7px;
  display: inline-block;
  border: 1px;
  letter-spacing: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  padding-right: 7px;
  background-size: 10px;
  background: url("../img/icon/icon_down.svg") no-repeat calc(100% - 10px) center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text].readonly,
input[type=email].readonly,
input[type=password].readonly,
textarea.readonly,
select.readonly {
  border: none;
  background-color: #E8E8E8;
}

label.select {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

label.select:before {
  content: "";
  display: block;
  width: 50px;
  height: 27px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  margin: auto 0;
  pointer-events: none;
}

label.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #003979 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  pointer-events: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

/*radio&checkbox樣式覆蓋*/
input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 7px 0px;
  margin-right: 10px;
  cursor: pointer;
  letter-spacing: 0;
}

input[type=radio]:not(old) + label > span,
input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #222;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

input[type=checkbox]:not(old) + label > span {
  border-radius: 0;
}

input[type=radio]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}

/* ----------ANIMATION------ */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes repeatOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes repeatOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.repeat-opacity {
  -webkit-animation: repeatOpacity 3s linear infinite;
          animation: repeatOpacity 3s linear infinite;
}

.btn {
  min-width: 120px;
  padding: 7px 15px;
  border-radius: 100px;
  color: #6DAD19;
  border: 1px solid #6DAD19;
  background-color: rgba(109, 173, 25, 0.1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  color: #fff;
  background-color: rgba(109, 173, 25, 0.7);
}
.btn-light {
  color: #86EB00;
  border: 1px solid #86EB00;
  background-color: rgba(134, 235, 0, 0.1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn-light:hover {
  color: #fff;
  background-color: rgba(134, 235, 0, 0.7);
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .pagination_prev,
.pagination .pagination_next,
.pagination .pagination_item {
  margin: 0 5px;
}
.pagination .pagination_prev a, .pagination .pagination_prev button,
.pagination .pagination_next a,
.pagination .pagination_next button,
.pagination .pagination_item a,
.pagination .pagination_item button {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pagination .pagination_prev,
.pagination .pagination_next {
  color: #6DAD19;
}
.pagination .pagination_item.active a, .pagination .pagination_item.active button {
  color: #fff;
  background-color: #6DAD19;
}
.pagination .pagination_item:hover {
  color: #6DAD19;
}
.pagination.dark .pagination_item {
  color: #fff;
}
.pagination.dark .pagination_item a, .pagination.dark .pagination_item button {
  border: 1px solid rgba(109, 173, 25, 0);
}
.pagination.dark .pagination_item.active a, .pagination.dark .pagination_item.active button {
  color: #6DAD19;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #6dad19;
}
.pagination.dark .pagination_item:hover {
  color: #6DAD19;
}

#page_outer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  #page_outer {
    display: block;
  }
}

#page_inner {
  width: calc(100% - 85px);
}
@media screen and (max-width: 1280px) {
  #page_inner {
    width: calc(100% - 75px);
  }
}
@media screen and (max-width: 1023px) {
  #page_inner {
    width: 100%;
    margin-top: 60px;
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2000;
}
#loading.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#loading .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #6DAD19;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fixed_contact {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 8;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.fixed_contact:hover {
  background-color: rgb(234, 246, 242);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .fixed_contact {
    bottom: 30px;
    right: 20px;
  }
}

header {
  width: 85px;
  height: 100vh;
  background-color: #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .header_inner {
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #272727;
}
header .header_inner .logo {
  width: 100%;
}
header .header_inner .logo img {
  width: 100%;
  display: block;
}
header .header_inner .logo img.logo-pc {
  display: block;
}
header .header_inner .logo img.logo-m {
  display: none;
}
header .header_inner .hamburger {
  width: 30px;
  margin: 30px auto 0;
}
header .header_inner .hamburger div {
  height: 3px;
  background-color: #6DAD19;
  margin-right: 0;
  margin-left: auto;
}
header .header_inner .hamburger div:nth-child(1) {
  width: 100%;
}
header .header_inner .hamburger div:nth-child(2) {
  width: 80%;
  margin-top: 9px;
  margin-bottom: 9px;
}
header .header_inner .hamburger div:nth-child(3) {
  width: 100%;
}
header .langs {
  width: 100%;
  padding: 20px 10px;
  background-color: #191919;
}
header .langs a {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  position: relative;
}
header .langs a:nth-child(1)::after {
  content: "";
  width: 22px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .langs a.active {
  color: #6DAD19;
}
header .header_nav {
  min-width: 300px;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: auto;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
header .header_nav .main_nav {
  margin: 10px 0;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
header .header_nav .main_nav.active, header .header_nav .main_nav:hover {
  color: #6DAD19;
}
header .header_nav .main_nav img {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}
header .header_nav .sub_nav {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
header .header_nav .sub_nav.active {
  display: block;
}
header .header_nav .sub_nav a {
  margin: 5px;
  display: block;
  color: #868686;
}
@media screen and (min-width: 1024px) {
  header:hover .header_nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1280px) {
  header {
    width: 75px;
  }
  header .header_inner {
    padding: 15px;
  }
  header .langs {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  header {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  header .header_inner {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  header .header_inner .logo {
    width: auto;
  }
  header .header_inner .logo img {
    height: 40px;
  }
  header .header_inner .logo img.logo-pc {
    display: none;
  }
  header .header_inner .logo img.logo-m {
    display: block;
  }
  header .header_inner .hamburger {
    margin: 0;
  }
  header .langs {
    width: auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .langs a:nth-child(1)::after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .header_nav {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 60px);
    padding: 10px 20px;
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  header .header_nav.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

footer {
  background-color: #191919;
}
footer #footer_main .inner {
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer #footer_main .inner .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer #footer_main .inner .info .logo {
  width: 150px;
  margin-bottom: 10px;
}
footer #footer_main .inner .info .logo img {
  width: 100%;
}
footer #footer_main .inner .info p {
  margin: 10px 0;
}
footer #footer_main .inner .nav_outer .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #footer_main .inner .nav_outer .nav .col {
  margin-left: 40px;
}
footer #footer_main .inner .nav_outer .nav .col:nth-child(1) {
  margin-left: 0;
}
footer #footer_main .inner .nav_outer .nav .col a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_main .inner .nav_outer .nav .col a:hover {
  color: #6DAD19;
}
footer #footer_main .inner .nav_outer .nav .col .main_link {
  margin-bottom: 10px;
  display: block;
  color: #fff;
}
footer #footer_main .inner .nav_outer .nav .col .main_link p {
  font-weight: 500;
}
footer #footer_main .inner .nav_outer .nav .col .sub_link {
  margin-bottom: 5px;
  display: block;
  color: rgba(255, 255, 255, 0.65);
}
footer #footer_main .inner .nav_outer .socials {
  margin-top: 40px;
  text-align: right;
}
footer #footer_main .inner .nav_outer .socials .lang {
  display: inline-block;
  vertical-align: middle;
}
footer #footer_main .inner .nav_outer .socials .lang a {
  padding: 0 10px;
  color: #fff;
}
footer #footer_main .inner .nav_outer .socials .lang a:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.65);
}
footer #footer_main .inner .nav_outer .socials .lang a.active {
  color: #6DAD19;
}
footer #footer_main .inner .nav_outer .socials .lang a p {
  line-height: 1;
}
footer #footer_main .inner .nav_outer .socials .social {
  width: 40px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
footer #footer_main .inner .nav_outer .socials .social img {
  display: block;
}
footer #footer_copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer #footer_copyright .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(255, 255, 255, 0.65);
}
footer #footer_copyright .inner a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_copyright .inner a:hover {
  color: #6DAD19;
}
@media screen and (max-width: 1023px) {
  footer #footer_main .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_main .inner .info {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
  footer #footer_main .inner .nav_outer {
    width: 100%;
  }
  footer #footer_main .inner .nav_outer .nav {
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer #footer_main .inner .nav_outer .socials {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  footer #footer_main .inner .nav_outer .nav {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_main .inner .nav_outer .nav .col {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
  }
  footer #footer_main .inner .nav_outer .socials {
    margin-top: 10px;
  }
  footer #footer_copyright .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_copyright .inner > * {
    width: 100%;
    text-align: center;
  }
  footer #footer_copyright .inner > a {
    margin-bottom: 10px;
  }
}

#kv {
  background-color: #222;
  background-position: top;
  background-repeat: repeat-x;
}
#kv .inner {
  width: 100%;
  max-width: 2000px;
  margin: auto;
  display: block;
  position: relative;
}
#kv .inner .kv_pic {
  width: 50%;
  max-width: 850px;
}
#kv .inner .text {
  width: 40%;
  max-width: 650px;
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#kv .inner .text h2 {
  position: relative;
}
#kv .inner .text h2.finish::after {
  display: none;
}
#kv .inner .text h2::after {
  content: "_";
  display: inline;
  position: relative;
}
#kv .inner .text .kv_info {
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#kv .inner .text .kv_info.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#kv .inner .text .start {
  display: block;
  margin-top: calc(140px + 5%);
  margin-right: 0;
  margin-left: auto;
  padding-right: 20px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.5s 0.3s;
  -o-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
}
#kv .inner .text .start.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#kv .inner .text .start p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#kv .inner .text .start::after {
  content: "";
  width: 7px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0.6);
      -ms-transform: scaleY(0.6);
          transform: scaleY(0.6);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: start_scale 2s infinite both;
          animation: start_scale 2s infinite both;
}
#kv .inner .text .start::before {
  content: "";
  width: 7px;
  height: 100px;
  background-color: #6DAD19;
  position: absolute;
  right: 0;
  bottom: 0;
}
#kv .inner .text .start:hover::after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: start_scale2 0.5s 1 both;
          animation: start_scale2 0.5s 1 both;
}
#kv .inner .text .start:hover p {
  color: #86EB00;
}
@-webkit-keyframes start_scale {
  0% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  60% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
  100% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
@keyframes start_scale {
  0% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  60% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
  100% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
@-webkit-keyframes start_scale2 {
  0% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes start_scale2 {
  0% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@media screen and (max-width: 1280px) {
  #kv .inner .kv_pic {
    width: 45%;
  }
  #kv .inner .text {
    width: 45%;
    left: 50%;
  }
  #kv .inner .text .start {
    margin-top: calc(70px + 5%);
  }
  #kv .inner .text .start::after {
    width: 5px;
    height: 60px;
  }
  #kv .inner .text .start::before {
    width: 5px;
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  #kv .inner .kv_pic {
    width: 90%;
  }
  #kv .inner .text {
    width: 90%;
    max-width: none;
    margin: auto;
    padding: 20px 0 50px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  #kv .inner .kv_pic {
    width: 80%;
  }
  #kv .inner .text .kv_info {
    margin-top: 30px;
  }
  #kv .inner .text .start {
    margin-top: calc(50px + 5%);
  }
}

#features {
  padding-top: 20px;
  background-color: #222;
}
#features .inner h2 {
  margin-bottom: 10px;
}
#features .inner .main_box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#features .inner .main_box .features_itembox_outer {
  width: 60%;
}
#features .inner .main_box .button_outer {
  width: 40%;
  margin-top: -1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#features .inner .main_box .button_outer button {
  width: 44%;
  margin: 3%;
  background-color: #2F2F2F;
  border: 1px solid #86EB00;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(109, 173, 25, 0.5);
          box-shadow: 0 0 10px rgba(109, 173, 25, 0.5);
  color: #fff;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#features .inner .main_box .button_outer button.active {
  background-color: #86EB00;
}
#features .inner .main_box .button_outer button.active .button_in .button_info .num {
  color: #fff;
}
#features .inner .main_box .button_outer button .button_in {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
#features .inner .main_box .button_outer button .button_in .button_info {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#features .inner .main_box .button_outer button .button_in .button_info > img {
  width: 50%;
  margin-bottom: 5px;
  display: inline;
}
#features .inner .main_box .button_outer button .button_in .button_info .num {
  margin-top: 5px;
  color: #86EB00;
}
#features .inner .main_box .features_itembox {
  margin-right: 50px;
}
#features .inner .main_box .features_itembox-m {
  display: none;
}
#features .inner .main_box .features_itembox .features_item {
  text-align: left;
  padding-left: 55px;
}
#features .inner .main_box .features_itembox .features_item > img {
  width: 90px;
}
#features .inner .main_box .features_itembox .features_item > h4 {
  margin-bottom: 20px;
  margin-left: -55px;
}
#features .inner .main_box .features_itembox .features_item > h4 span {
  width: 40px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
}
#features .inner .main_box .features_itembox .features_item > h4 .title {
  width: calc(100% - 68px);
}
@media screen and (max-width: 1200px) {
  #features .inner .main_box .features_itembox_outer {
    width: 55%;
  }
  #features .inner .main_box .button_outer {
    width: 45%;
  }
}
@media screen and (max-width: 1023px) {
  #features .inner .main_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #features .inner .main_box .features_itembox_outer {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  #features .inner .main_box .button_outer {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 106%;
    max-width: 450px;
    margin-bottom: 20px;
    margin-right: -3%;
    margin-left: -3%;
  }
  #features .inner .main_box .features_itembox {
    margin-right: 0;
  }
  #features .inner .main_box .features_itembox .features_item {
    padding-left: 0;
  }
  #features .inner .main_box .features_itembox .features_item > h4 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #features .inner .main_box .features_itembox .features_item > h4 {
    margin-bottom: 10px;
  }
  #features .inner .main_box .features_itembox .features_item > img {
    width: 60px;
  }
}
@media screen and (max-width: 600px) {
  #features .inner .main_box .button_outer {
    display: none;
  }
  #features .inner .main_box .button_outer button {
    width: 100%;
    margin: 3% 0;
  }
  #features .inner .main_box .button_outer button .button_in {
    padding-bottom: 150px;
  }
  #features .inner .main_box .button_outer button .button_in .button_info > img {
    width: 60px;
  }
  #features .inner .main_box .features_itembox {
    display: none;
  }
  #features .inner .main_box .features_itembox-m {
    display: block;
  }
  #features .inner .main_box .features_itembox .features_item {
    margin-bottom: 20px;
  }
  #features .inner .main_box .features_itembox .features_item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

#product {
  background-color: #222;
}
#product .inner {
  width: 90%;
  max-width: calc(1400px + 10vw);
  margin-right: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#product .inner .info {
  width: calc(100% - 51vw);
  padding-right: 130px;
  background-color: #222;
}
#product .inner .info .product_itembox_outer {
  position: relative;
  z-index: 1;
}
#product .inner .info .product_itembox_outer .swiper-button-set {
  position: absolute;
  top: 0;
  right: 0;
}
#product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-next,
#product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-prev {
  width: 50px;
  margin: 0;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 155px;
}
#product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-next::after,
#product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-prev::after {
  display: none;
}
#product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-next img,
#product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-prev img {
  width: 100%;
  display: block;
}
#product .inner .info .product_itembox_outer > .btn {
  margin-top: 20px;
}
#product .inner .info .product_itembox {
  margin-top: 30px;
}
#product .inner .info .product_itembox .product_item .num {
  margin-right: 20px;
  opacity: 0.5;
}
#product .inner .info .product_itembox .product_item .text {
  margin: 10px 0;
}
#product .inner .info .product_itembox .product_item > a:not(.btn) {
  margin: 10px 0;
  text-decoration: underline;
}
#product .inner .info .product_itembox .product_item .picset {
  margin: 10px 0;
  max-height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .inner .info .product_itembox .product_item .picset img {
  max-width: 50%;
  max-height: 150px;
  margin-right: 5px;
}
#product .inner .pic_area {
  width: 51vw;
  min-height: calc(90vh - 30px);
  background-color: #EFEFEF;
  position: relative;
  overflow: hidden;
}
#product .inner .pic_area.animated .pic_block, #product .inner .pic_area.stage1 .pic_block {
  -webkit-transform: translate(-50%, -15%) scale(1);
      -ms-transform: translate(-50%, -15%) scale(1);
          transform: translate(-50%, -15%) scale(1);
}
#product .inner .pic_area.animated .pic_block .zoomin.zoomin01, #product .inner .pic_area.stage1 .pic_block .zoomin.zoomin01 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#product .inner .pic_area.stage5 .pic_block {
  -webkit-transform: translate(-50%, -65%) scale(1);
      -ms-transform: translate(-50%, -65%) scale(1);
          transform: translate(-50%, -65%) scale(1);
}
#product .inner .pic_area.stage5 .pic_block .zoomin.zoomin02 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#product .inner .pic_area.stage3 .pic_block {
  -webkit-transform: translate(-70%, -15%) scale(1);
      -ms-transform: translate(-70%, -15%) scale(1);
          transform: translate(-70%, -15%) scale(1);
}
#product .inner .pic_area.stage3 .pic_block .zoomin.zoomin03 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#product .inner .pic_area.stage4 .pic_block {
  -webkit-transform: translate(-30%, -10%) scale(1);
      -ms-transform: translate(-30%, -10%) scale(1);
          transform: translate(-30%, -10%) scale(1);
}
#product .inner .pic_area.stage4 .pic_block .zoomin.zoomin04 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#product .inner .pic_area.stage2 .pic_block {
  -webkit-transform: translate(-15%, -46%) scale(1);
      -ms-transform: translate(-15%, -46%) scale(1);
          transform: translate(-15%, -46%) scale(1);
}
#product .inner .pic_area.stage2 .pic_block .zoomin.zoomin05 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#product .inner .pic_area.stage6 .pic_block {
  -webkit-transform: translate(-50%, -30%) scale(1);
      -ms-transform: translate(-50%, -30%) scale(1);
          transform: translate(-50%, -30%) scale(1);
}
#product .inner .pic_area.stage6 .pic_block .zoomin.zoomin06 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#product .inner .pic_area .pic_block {
  width: 180%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -20%) scale(0.8);
      -ms-transform: translate(-70%, -20%) scale(0.8);
          transform: translate(-70%, -20%) scale(0.8);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#product .inner .pic_area .pic_block .zoomin.zoomin01 {
  width: 20%;
  position: absolute;
  bottom: 78%;
  left: 33%;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
#product .inner .pic_area .pic_block .zoomin.zoomin02 {
  width: 20%;
  position: absolute;
  bottom: 6%;
  left: 46%;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
#product .inner .pic_area .pic_block .zoomin.zoomin03 {
  width: 20%;
  position: absolute;
  bottom: 77%;
  left: 68%;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
#product .inner .pic_area .pic_block .zoomin.zoomin04 {
  width: 20%;
  position: absolute;
  bottom: 87%;
  left: 12%;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
#product .inner .pic_area .pic_block .zoomin.zoomin05 {
  width: 20%;
  position: absolute;
  bottom: 36%;
  left: 1%;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
#product .inner .pic_area .pic_block .zoomin.zoomin06 {
  width: 20%;
  position: absolute;
  bottom: 55%;
  left: 32%;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
@media screen and (min-width: 2000px) {
  #product .inner {
    max-width: none;
  }
}
@media screen and (max-width: 1280px) {
  #product .inner .info {
    width: calc(100% - 45vw);
  }
  #product .inner .pic_area {
    width: 45vw;
  }
}
@media screen and (max-width: 1023px) {
  #product .inner {
    width: 100%;
    max-width: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product .inner .info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
  #product .inner .info .product_itembox_outer .swiper-button-set {
    top: 0;
    bottom: auto;
  }
  #product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-next,
  #product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-prev {
    left: 0;
    top: 0;
    -webkit-transform: translateY(calc(-5vw - 50%));
        -ms-transform: translateY(calc(-5vw - 50%));
            transform: translateY(calc(-5vw - 50%));
  }
  #product .inner .pic_area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100vw;
    min-height: auto;
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 768px) {
  #product .inner .info {
    padding-left: 5%;
    padding-right: 5%;
  }
  #product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-next,
  #product .inner .info .product_itembox_outer .swiper-button-set .swiper-button-prev {
    width: 40px;
    -webkit-transform: translateY(calc(-50px - 50%));
        -ms-transform: translateY(calc(-50px - 50%));
            transform: translateY(calc(-50px - 50%));
  }
  #product .inner .info .product_itembox .product_item .text {
    margin: 10px 0;
  }
  #product .inner .info .product_itembox .product_item > a:not(.btn) {
    margin: 10px 0;
  }
  #product .inner .info .product_itembox .product_item .picset {
    margin: 10px 0;
  }
}

#news {
  overflow: hidden;
}
#news .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#news .inner .pic_itembox_outer {
  width: 50%;
  padding-right: 3%;
  -webkit-transition: 0.5s ease-out !important;
  -o-transition: 0.5s ease-out !important;
  transition: 0.5s ease-out !important;
}
#news .inner .pic_itembox .pic_item {
  width: 100%;
  padding-bottom: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#news .inner .news_itembox_outer {
  width: 50%;
  padding-left: 3%;
  position: relative;
}
#news .inner .news_itembox_outer .swiper-button-set {
  margin-top: 30px;
  margin-right: 10px;
  text-align: right;
}
#news .inner .news_itembox_outer .swiper-button-set .swiper-button-next,
#news .inner .news_itembox_outer .swiper-button-set .swiper-button-prev {
  width: 50px;
  margin: 0;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 0;
  top: 0;
}
#news .inner .news_itembox_outer .swiper-button-set .swiper-button-next::after,
#news .inner .news_itembox_outer .swiper-button-set .swiper-button-prev::after {
  display: none;
}
#news .inner .news_itembox_outer .swiper-button-set .swiper-button-next img,
#news .inner .news_itembox_outer .swiper-button-set .swiper-button-prev img {
  width: 100%;
  display: block;
}
#news .inner .news_itembox_outer > .btn {
  margin-top: 20px;
}
#news .inner .news_itembox {
  width: 150%;
  margin-top: 40px;
  padding-right: 100px;
}
#news .inner .news_itembox .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
  pointer-events: none;
}
#news .inner .news_itembox .news_item > * {
  margin: 10px 0;
}
#news .inner .news_itembox .news_item > h5 {
  height: 78px;
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .inner .news_itembox .news_item > p.p-18 {
  height: 81px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .inner .news_itembox .news_item > a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  #news {
    padding-top: 50px;
  }
  #news .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news .inner .pic_itembox_outer {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  #news .inner .news_itembox_outer {
    width: 100%;
    padding-left: 0;
  }
  #news .inner .news_itembox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #news .inner .news_itembox_outer .swiper-button-set {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #news .inner .news_itembox_outer .swiper-button-set .swiper-button-next,
  #news .inner .news_itembox_outer .swiper-button-set .swiper-button-prev {
    width: 40px;
  }
  #news .inner .news_itembox .news_item > * {
    margin: 5px 0;
  }
  #news .inner .news_itembox .news_item > h5 {
    height: 60px;
    margin-bottom: 10px;
  }
  #news .inner .news_itembox .news_item > p.p-18 {
    height: 72px;
  }
  #news .inner .news_itembox .news_item > a {
    margin-top: 10px;
  }
}

#partners {
  background-color: #222;
  background-position: bottom;
  background-repeat: repeat-x;
  position: relative;
}
#partners::before {
  content: "";
  width: 51vw;
  height: 6.5vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
#partners .swiper_outer {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
#partners .swiper_outer .partners_itembox {
  position: relative;
}
#partners .swiper_outer .partners_itembox .logo_item {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#partners .swiper_outer .partners_itembox .logo_item img {
  max-width: 90%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  #partners::before {
    width: 45vw;
    height: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  #partners {
    padding-top: 90px;
  }
  #partners::before {
    width: 65%;
    height: 50px;
  }
  #partners .swiper_outer {
    margin-top: 30px;
  }
}

#products_list_top {
  background-color: #222;
  position: relative;
  overflow: hidden;
}
#products_list_top .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#products_list_top .inner {
  padding-top: 30px;
  position: relative;
}
#products_list_top .inner h2 {
  position: absolute;
  top: -30px;
  left: 0;
}
#products_list_top .inner .pic_bg {
  width: 90%;
  max-width: 1260px;
  position: relative;
  margin: auto;
}
#products_list_top .inner .pic_bg .main_pic {
  width: 100%;
  display: block;
}
#products_list_top .inner .pic_bg .main_cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#products_list_top .inner .options_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#products_list_top .inner .options_box .option.active .circle.white {
  display: none;
}
#products_list_top .inner .options_box .option.active .circle.plus {
  opacity: 1;
}
#products_list_top .inner .options_box .option.active .img {
  opacity: 1;
}
#products_list_top .inner .options_box .option .name h6 {
  font-size: 1vw;
}
#products_list_top .inner .options_box .option .circle {
  width: 2vw;
  max-width: 38px;
  height: 2vw;
  max-height: 38px;
  border-radius: 2vw;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#products_list_top .inner .options_box .option .circle.white {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: bub 2s infinite both;
          animation: bub 2s infinite both;
}
#products_list_top .inner .options_box .option .circle.white:hover ~ .img {
  opacity: 1;
}
#products_list_top .inner .options_box .option .circle.white:hover ~ .plus {
  opacity: 1;
}
#products_list_top .inner .options_box .option .circle.plus {
  background-color: #6DAD19;
  -webkit-transform: translate(-50%, -50%) scale(1.4) !important;
      -ms-transform: translate(-50%, -50%) scale(1.4) !important;
          transform: translate(-50%, -50%) scale(1.4) !important;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
#products_list_top .inner .options_box .option .circle.plus::before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#products_list_top .inner .options_box .option .circle.plus::after {
  content: "";
  width: 2px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#products_list_top .inner .options_box .option .img {
  width: 7vw;
  max-width: 120px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#products_list_top .inner .options_box .option[data-type="1"] .name {
  top: 6.5%;
  right: 9%;
  position: absolute;
}
#products_list_top .inner .options_box .option[data-type="1"] .circle {
  top: 26.9%;
  right: 43.4%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#products_list_top .inner .options_box .option[data-type="1"] .img {
  top: 8%;
  right: -2%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#products_list_top .inner .options_box .option[data-type="2"] .name {
  top: 58.5%;
  right: 89%;
  position: absolute;
}
#products_list_top .inner .options_box .option[data-type="2"] .circle {
  top: 60.3%;
  right: 68.65%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#products_list_top .inner .options_box .option[data-type="2"] .img {
  top: 59%;
  right: 94.3%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#products_list_top .inner .options_box .option[data-type="3"] .name {
  top: 20.2%;
  left: 82.1%;
  position: absolute;
}
#products_list_top .inner .options_box .option[data-type="3"] .circle {
  top: 14.7%;
  right: 27.4%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#products_list_top .inner .options_box .option[data-type="3"] .img {
  top: 22%;
  left: 89%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#products_list_top .inner .options_box .option[data-type="4"] .name {
  top: 29%;
  right: 70.5%;
  position: absolute;
}
#products_list_top .inner .options_box .option[data-type="4"] .circle {
  top: 31.1%;
  right: 56.4%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#products_list_top .inner .options_box .option[data-type="4"] .img {
  top: 31%;
  right: 76%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#products_list_top .inner .options_box .option[data-type="5"] .name {
  top: 84.2%;
  left: 59%;
  position: absolute;
}
#products_list_top .inner .options_box .option[data-type="5"] .circle {
  top: 68%;
  right: 48.3%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#products_list_top .inner .options_box .option[data-type="5"] .img {
  top: 85%;
  left: 67.5%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#products_list_top .inner .options_box .option[data-type="6"] .name {
  top: 46.5%;
  left: 91%;
  position: absolute;
}
#products_list_top .inner .options_box .option[data-type="6"] .circle {
  top: 48.2%;
  right: 40.7%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#products_list_top .inner .options_box .option[data-type="6"] .img {
  top: 47%;
  left: 98.5%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@-webkit-keyframes bub {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, 0.3);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    background-color: rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@keyframes bub {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, 0.3);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    background-color: rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 1023px) {
  #products_list_top .inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #products_list_top .inner .pic_bg {
    width: 140%;
    -webkit-transform: translateX(-17%);
        -ms-transform: translateX(-17%);
            transform: translateX(-17%);
  }
  #products_list_top .inner .pic_bg .main_cover {
    display: none;
  }
  #products_list_top .inner .options_box .option .name {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  #products_list_top .inner .options_box .option .name h6 {
    font-size: 4vw;
  }
  #products_list_top .inner .options_box .option .circle {
    width: 5vw;
    max-width: none;
    height: 5vw;
    max-height: none;
    border-radius: 5vw;
  }
  #products_list_top .inner .options_box .option .circle::before {
    content: "";
    width: 1vw;
    height: 1vw;
    border-radius: 1vw;
    background-color: #6DAD19;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #products_list_top .inner .options_box .option .img,
  #products_list_top .inner .options_box .option .circle.plus {
    display: none;
  }
  #products_list_top .inner .options_box .option[data-type="1"] .name {
    top: 15.5%;
    right: 48%;
    position: absolute;
  }
  #products_list_top .inner .options_box .option[data-type="2"] .name {
    top: 71.5%;
    right: 73%;
    position: absolute;
  }
  #products_list_top .inner .options_box .option[data-type="3"] .name {
    top: 3.2%;
    left: 61.1%;
    position: absolute;
  }
  #products_list_top .inner .options_box .option[data-type="4"] .name {
    top: 30.5%;
    right: 70%;
    position: absolute;
  }
  #products_list_top .inner .options_box .option[data-type="5"] .name {
    top: 78.5%;
    left: auto;
    right: 52.7%;
    position: absolute;
  }
  #products_list_top .inner .options_box .option[data-type="6"] .name {
    top: 48%;
    left: 66%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#products_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#products_list .menu_outer {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  padding-left: 3%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
#products_list .menu_outer .menu {
  width: 100%;
  max-width: 400px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#products_list .menu_outer .menu .menu_item {
  width: 100%;
  padding: 5px 20px 5px 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#products_list .menu_outer .menu .menu_item p {
  opacity: 0.5;
}
#products_list .menu_outer .menu .menu_item h5 {
  position: relative;
  text-align: left;
}
#products_list .menu_outer .menu .menu_item.active h5::before {
  content: "";
  width: 50px;
  border-bottom: 3px solid #6DAD19;
  position: absolute;
  left: -60px;
  top: 0.6em;
}
#products_list .menu_outer .menu .menu_item.active, #products_list .menu_outer .menu .menu_item:hover {
  color: #6DAD19;
  opacity: 1;
}
#products_list .menu_outer .menu .menu_item.active p, #products_list .menu_outer .menu .menu_item:hover p {
  opacity: 1;
}
#products_list .inner {
  width: 70%;
  margin: 0;
  padding-left: 3%;
  position: relative;
}
#products_list .inner > h4 {
  padding: 0 30px;
  margin-bottom: 20px;
  display: none;
}
#products_list .inner > p {
  padding: 0 30px;
}
#products_list .inner .itembox {
  margin-top: -30px;
  margin-right: -30px;
  margin-bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#products_list .inner .itembox .item {
  width: calc(33.3333% - 60px);
  margin: 30px;
}
#products_list .inner .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#products_list .inner .itembox .item .pic {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#products_list .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1280px) {
  #products_list .inner > h4 {
    padding: 0 20px;
  }
  #products_list .inner > p {
    padding: 0 20px;
  }
  #products_list .inner .itembox {
    margin-top: -20px;
    margin-right: -20px;
  }
  #products_list .inner .itembox .item {
    width: calc(33.3333% - 40px);
    margin: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #products_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #products_list .menu_outer {
    display: none;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 1px solid #e7e7e7;
  }
  #products_list .menu_outer .menu {
    max-width: none;
    padding: 20px 0;
    position: relative;
    top: 0;
  }
  #products_list .menu_outer .menu .menu_item {
    width: 100%;
    padding: 5px 20px 5px 50px;
  }
  #products_list .menu_outer .menu .menu_item.active h5::before {
    content: "";
    width: 70px;
    border-bottom: 2px solid #6DAD19;
    position: absolute;
    left: -80px;
    top: 0.6em;
  }
  #products_list .inner {
    width: 80%;
    margin: auto;
    padding-left: 0;
  }
  #products_list .inner > h4 {
    padding: 0;
    display: block;
  }
  #products_list .inner > p {
    padding: 0;
  }
  #products_list .inner .itembox {
    margin-left: -20px;
  }
  #products_list .inner .itembox .item {
    width: calc(33.3333% - 40px);
    margin: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #products_list .inner {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #products_list .inner .itembox {
    margin-right: -10px;
    margin-left: -10px;
  }
  #products_list .inner .itembox .item {
    width: calc(50% - 20px);
    margin: 10px;
    margin-bottom: 30px;
  }
}

#product_intro {
  position: relative;
}
#product_intro .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
#product_intro .inner .text {
  width: 60%;
  padding-right: 5%;
}
#product_intro .inner .text .top_area {
  margin: 5% 0;
}
#product_intro .inner .text .top_area > p {
  margin-top: 30px;
}
#product_intro .inner .text .list_area {
  margin-top: 8%;
}
#product_intro .inner .text .list_area ul {
  margin-top: 10px;
}
#product_intro .inner .text .list_area ul li {
  padding-top: 2px;
  list-style: disc inside;
}
#product_intro .inner .text .list_area ul li p {
  max-width: calc(100% - 30px);
  margin-top: -2px;
  display: inline-block;
  vertical-align: top;
}
#product_intro .inner .pic {
  width: 40%;
}
#product_intro .inner .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  #product_intro .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product_intro .inner .text {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
  #product_intro .inner .text .top_area {
    margin: 50px 0;
  }
  #product_intro .inner .text .list_area {
    margin-top: 50px;
  }
  #product_intro .inner .pic {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #product_intro .inner .text {
    margin-bottom: 30px;
  }
  #product_intro .inner .text .top_area {
    margin: 30px 0;
  }
  #product_intro .inner .text .list_area {
    margin-top: 30px;
  }
}

#product_article .inner .editor_area {
  margin-bottom: 30px;
}

#related_products {
  overflow: hidden;
  background-color: #EFEFEF;
}
#related_products .inner {
  position: relative;
}
#related_products .inner h2 {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
#related_products .inner .related_itembox {
  margin-left: 28%;
  margin-right: -28%;
}
#related_products .inner .related_itembox .related_item {
  width: 100%;
}
#related_products .inner .related_itembox .related_item .pic {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#related_products .inner .related_itembox .related_item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  #related_products .inner h2 {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #related_products .inner .related_itembox {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  #related_products .inner .related_itembox {
    margin: 0;
    margin-right: -30px;
  }
}

#news_list_top {
  overflow: hidden;
  position: relative;
}
#news_list_top::before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222222;
}
#news_list_top .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
#news_list_top .inner .pic_itembox_outer {
  width: 50%;
  padding-right: 3%;
  -webkit-transition: 0.5s ease-out !important;
  -o-transition: 0.5s ease-out !important;
  transition: 0.5s ease-out !important;
}
#news_list_top .inner .pic_itembox .pic_item {
  width: 100%;
  padding-bottom: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#news_list_top .inner .news_itembox_outer {
  width: 50%;
  padding-top: 60px;
  padding-left: 3%;
}
#news_list_top .inner .news_itembox_outer h2 {
  margin-top: 1%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#news_list_top .inner .news_itembox_outer .swiper-button-set {
  margin-top: 30px;
  margin-right: 10px;
  text-align: right;
}
#news_list_top .inner .news_itembox_outer .swiper-button-set .swiper-button-next,
#news_list_top .inner .news_itembox_outer .swiper-button-set .swiper-button-prev {
  width: 50px;
  margin: 0;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 0;
  top: 0;
}
#news_list_top .inner .news_itembox_outer .swiper-button-set .swiper-button-next::after,
#news_list_top .inner .news_itembox_outer .swiper-button-set .swiper-button-prev::after {
  display: none;
}
#news_list_top .inner .news_itembox_outer .swiper-button-set .swiper-button-next img,
#news_list_top .inner .news_itembox_outer .swiper-button-set .swiper-button-prev img {
  width: 100%;
  display: block;
}
#news_list_top .inner .news_itembox {
  width: 150%;
  margin-top: 40px;
  padding-right: 100px;
}
#news_list_top .inner .news_itembox .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
  pointer-events: none;
}
#news_list_top .inner .news_itembox .news_item > * {
  margin: 10px 0;
}
#news_list_top .inner .news_itembox .news_item > h5 {
  height: 78px;
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_list_top .inner .news_itembox .news_item > p.p-18 {
  height: 81px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news_list_top .inner .news_itembox .news_item > a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  #news_list_top {
    padding-top: 50px;
  }
  #news_list_top::before {
    content: "";
    width: 100%;
    height: 55vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222222;
  }
  #news_list_top .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_list_top .inner .pic_itembox_outer {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  #news_list_top .inner .news_itembox_outer {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }
  #news_list_top .inner .news_itembox_outer h2 {
    margin-top: 0;
    position: relative;
    text-align: left;
  }
  #news_list_top .inner .news_itembox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #news_list_top .inner .news_itembox_outer .swiper-button-set {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #news_list_top .inner .news_itembox_outer .swiper-button-set .swiper-button-next,
  #news_list_top .inner .news_itembox_outer .swiper-button-set .swiper-button-prev {
    width: 40px;
  }
  #news_list_top .inner .news_itembox .news_item > * {
    margin: 5px 0;
  }
  #news_list_top .inner .news_itembox .news_item > h5 {
    height: 60px;
    margin-bottom: 10px;
  }
  #news_list_top .inner .news_itembox .news_item > p.p-18 {
    height: 72px;
  }
  #news_list_top .inner .news_itembox .news_item > a {
    margin-top: 10px;
  }
}

#news_list {
  background-color: #222;
}
#news_list .inner {
  position: relative;
}
#news_list .inner .tagbox {
  margin-bottom: 30px;
}
#news_list .inner .tagbox .tag {
  margin: 7px 5px;
  padding: 7px 15px;
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(109, 173, 25, 0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#news_list .inner .tagbox .tag:hover, #news_list .inner .tagbox .tag.active {
  color: #6DAD19;
  border: 1px solid #6DAD19;
  background-color: rgba(109, 173, 25, 0.1);
}
#news_list .inner .itembox {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#news_list .inner .itembox .item {
  width: calc(33.3333% - 60px);
  margin: 30px;
}
#news_list .inner .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#news_list .inner .itembox .item .pic {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#news_list .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#news_list .inner .itembox .item .time {
  opacity: 0.5;
}
#news_list .inner .itembox .item h6 {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_list .inner .itembox .item .more {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  #news_list .inner .itembox {
    margin-left: -20px;
    margin-right: -20px;
  }
  #news_list .inner .itembox .item {
    width: calc(33.3333% - 40px);
    margin: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #news_list .inner .itembox .item {
    width: calc(33.3333% - 40px);
    margin: 20px;
    margin-bottom: 30px;
  }
  #news_list .inner .itembox .item h6 {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  #news_list .inner .itembox {
    margin-right: -10px;
    margin-left: -10px;
  }
  #news_list .inner .itembox .item {
    width: calc(50% - 20px);
    margin: 10px;
    margin-bottom: 30px;
  }
  #news_list .inner .itembox .item h6 {
    margin-bottom: 10px;
  }
}

#news_article_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #222;
  position: relative;
}
#news_article_intro .pic {
  width: 50%;
  overflow: hidden;
}
#news_article_intro .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#news_article_intro .inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#news_article_intro .inner .text {
  width: 50%;
  padding-right: 5%;
}
#news_article_intro .inner .text .breadcrumb {
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#news_article_intro .inner .text .breadcrumb span {
  color: #fff;
}
#news_article_intro .inner .text .main {
  min-height: 200px;
  margin: 15% 0;
}
@media screen and (max-width: 1366px) {
  #news_article_intro .inner .text .main {
    min-height: auto;
  }
}
@media screen and (max-width: 1280px) {
  #news_article_intro .inner .text .main {
    margin: 10% 0;
  }
}
@media screen and (max-width: 1023px) {
  #news_article_intro {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_article_intro .pic {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #news_article_intro .inner {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #news_article_intro .inner .text {
    width: 100%;
    padding-right: 0;
  }
}

#news_article .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#news_article .inner article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5%;
}
#news_article .inner article .editor_area {
  margin-bottom: 30px;
}
#news_article .inner .related_articles {
  width: 20%;
  min-width: 200px;
}
#news_article .inner .related_articles > h6 {
  margin-bottom: 20px;
}
#news_article .inner .related_articles .item {
  width: 100%;
  margin-bottom: 30px;
}
#news_article .inner .related_articles .item:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#news_article .inner .related_articles .item .pic {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
#news_article .inner .related_articles .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#news_article .inner .related_articles .item .time {
  opacity: 0.5;
}
#news_article .inner .related_articles .item .article_title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  #news_article .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_article .inner article {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  #news_article .inner .related_articles {
    width: 100%;
    margin-top: 50px;
  }
  #news_article .inner .related_articles .itembox {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #news_article .inner .related_articles .itembox .item {
    width: calc(33% - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  #news_article .inner .related_articles .itembox {
    margin: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_article .inner .related_articles .itembox .item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

#contact {
  min-height: 100vh;
  background-color: #222;
  position: relative;
}
#contact .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contact .map_area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contact .map_area .tw {
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 16%;
}
#contact .map_area .text {
  position: absolute;
  right: 10%;
  top: 20%;
}
#contact .map_area .text h4 {
  margin-bottom: 20px;
  position: relative;
}
#contact .map_area .text h4 .cricle {
  width: 16px;
  height: 16px;
  border-radius: 30px;
  background-color: #6DAD19;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-45px, -54%);
      -ms-transform: translate(-45px, -54%);
          transform: translate(-45px, -54%);
}
#contact .map_area .text h4 .cricle::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 30px;
  border: 1px solid #6DAD19;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scale_cricle infinite 2s;
          animation: scale_cricle infinite 2s;
}
@-webkit-keyframes scale_cricle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_cricle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
#contact .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
#contact .inner .form_area {
  width: 50%;
}
#contact .inner .form_area h6 {
  max-width: 420px;
  margin-top: 40px;
}
#contact .inner .form_area .formbox {
  max-width: 500px;
  margin: 30px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contact .inner .form_area .formbox .col {
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #C8CECF;
}
#contact .inner .form_area .formbox .col.col50 {
  width: calc(50% - 20px);
}
#contact .inner .form_area .formbox .col.col100 {
  width: 100%;
}
#contact .inner .form_area .formbox .col input,
#contact .inner .form_area .formbox .col textarea,
#contact .inner .form_area .formbox .col select {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #222;
  color: #fff;
}
#contact .inner .form_area .formbox .col textarea {
  width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 1023px) {
  #contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #contact .map_area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 50px;
    position: relative;
  }
  #contact .map_area .tw {
    display: none;
  }
  #contact .map_area .text {
    width: 80%;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
  }
  #contact .map_area .text h4 {
    display: none;
  }
  #contact .inner {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #contact .inner .form_area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contact .map_area .text {
    width: 90%;
  }
  #contact .inner .form_area h6 {
    margin-top: 20px;
  }
}

#privacy_policy {
  position: relative;
}
#privacy_policy .inner {
  padding: 0 20px;
  position: relative;
}
#privacy_policy .inner .top {
  padding-bottom: 40px;
}
#privacy_policy .inner .top h2 {
  margin-bottom: 40px;
}
#privacy_policy .inner .list {
  padding-top: 20px;
}
#privacy_policy .inner .list li {
  margin: 20px 0 30px;
  padding-left: 20px;
}
#privacy_policy .inner .list li h5 {
  margin-bottom: 10px;
  position: relative;
}
#privacy_policy .inner .list li h5::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: -18px;
  margin-bottom: 4px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #6DAD19;
}/*# sourceMappingURL=main.css.map */