@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900");
* {
  position: relative;
  font-family: "Noto Sans", "Noto Sans CJK TC", "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans TC", "Source Han Sans SC", "Source Han Sans CN", "Source Han Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 0.17rem;
  font-weight: 400;
  letter-spacing: 2.6px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *::-moz-selection {
    color: #fff;
    background: #3c4fa8; }
  *::selection {
    color: #fff;
    background: #3c4fa8; }
  *::-moz-selection {
    color: #fff;
    background: #3c4fa8; }

html, body {
  font-size: calc(16px * 100 / 16);
  width: 100%;
  margin: 0; }

#hover-mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: -9999; }
  #hover-mobile .hover-bg {
    display: inline-block;
    width: 100%;
    height: 100%; }

/* ----------------------------------- */
/* ------ Labels ------ */
/* ----------------------------------- */
a {
  display: inline-block;
  text-decoration: none !important;
  color: inherit; }
  a:hover {
    color: inherit; }

button:focus {
  outline: 0; }

img {
  width: 100%; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/* ----------------------------------- */
/* ------ Fonts ------ */
/* ----------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

h1.slogan, h1.title-banner, h2.title {
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.022rem;
  line-height: 2; }

h3.title-small {
  font-size: 0.19rem;
  letter-spacing: 0.016rem;
  line-height: 1.5; }

h3.title-small-inner {
  font-size: 0.17rem;
  letter-spacing: 0.016rem;
  line-height: 1.4; }

p {
  letter-spacing: 0.012rem;
  line-height: 1.88;
  text-align: justify; }

.p-btn {
  font-weight: 500;
  letter-spacing: 0.015rem; }

.p-footer {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.7; }

.btn-more {
  letter-spacing: 0.012rem;
  font-weight: 500; }

.color-blue {
  color: #3c4fa8 !important;
}

@media (max-width: 1200px) {
  h1.slogan, h2.title {
    font-size: 0.21rem;
    letter-spacing: 0.022rem; } }

@media (max-width: 575px), (max-width: 767px) and (orientation: landscape) {
  h1.slogan {
    font-size: 0.17rem;
    letter-spacing: 0.016rem; } }

/* ----------------------------------- */
/* ------ Adjustments ------ */
/* ----------------------------------- */
/* -- h2.title -- */
h2.title {
  display: inline-block;
  margin-bottom: 0.4rem; }
  h2.title:before, h2.title:after {
    content: '';
    display: block;
    position: absolute;
    width: 120%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff; }
  h2.title:before {
    right: calc(100% + 0.3rem); }
  h2.title:after {
    left: calc(100% + 0.3rem); }
  h2.title.left:after {
    display: none; }

/* -- btn-more -- */
.btn-more {
  display: inline-block;
  padding: 0 0.42rem 0.02rem;
  margin-top: 0.5rem;
  border: 1px solid transparent;
  background-color: #fff;
  color: #3c4fa8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn-more:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff; }

.btn-more.blue {
  background-color: #3c4fa8;
  color: #fff; }
  .btn-more.blue:hover {
    border: 1px solid #3c4fa8;
    background-color: transparent;
    color: #3c4fa8; }

/* -- deco-block -- */
.deco-block {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 10; }

.deco-block.header {
  width: 5.76rem;
  height: 3.3rem;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-60deg) translateX(50%);
  -ms-transform: skewX(-60deg) translateX(50%);
  transform: skewX(-60deg) translateX(50%);
  background-image: -webkit-linear-gradient(310deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(310deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(140deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 50%); }

.deco-block.products {
  width: 5.76rem;
  height: 2.6rem;
  left: 0;
  bottom: -1.4rem;
  -webkit-transform: skewX(60deg) translateX(-62%);
  -ms-transform: skewX(60deg) translateX(-62%);
  transform: skewX(60deg) translateX(-62%);
  background-image: -webkit-linear-gradient(230deg, rgba(31, 37, 64, 0.2), rgba(255, 255, 255, 0) 40%);
  background-image: -o-linear-gradient(230deg, rgba(31, 37, 64, 0.2), rgba(255, 255, 255, 0) 40%);
  background-image: linear-gradient(-140deg, rgba(31, 37, 64, 0.2), rgba(255, 255, 255, 0) 40%); }

.deco-block.footer {
  width: 4.8rem;
  height: 3rem;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-55deg) translateX(60%);
  -ms-transform: skewX(-55deg) translateX(60%);
  transform: skewX(-55deg) translateX(60%);
  background-image: -webkit-linear-gradient(310deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(310deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(140deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%); }

.deco-block.header.inner {
  width: 3.5rem;
  height: 2rem; }

@media (max-width: 575px), (max-width: 767px) and (orientation: landscape) {
  /* -- h2.title -- */
  h2.title {
    margin-bottom: 7vw; }
  .btn-more {
    margin-top: 8vw; }
  .deco-block.header, .deco-block.header.inner {
    width: 2.5rem;
    height: 1.5rem; }
  .deco-block.products {
    width: 3.5rem;
    height: 2rem;
    left: 0;
    bottom: -18vw;
    -webkit-transform: skewX(60deg) translateX(-50%);
    -ms-transform: skewX(60deg) translateX(-50%);
    transform: skewX(60deg) translateX(-50%);
    background-image: -webkit-linear-gradient(230deg, rgba(31, 37, 64, 0.2), rgba(255, 255, 255, 0) 50%);
    background-image: -o-linear-gradient(230deg, rgba(31, 37, 64, 0.2), rgba(255, 255, 255, 0) 50%);
    background-image: linear-gradient(-140deg, rgba(31, 37, 64, 0.2), rgba(255, 255, 255, 0) 50%); }
  .deco-block.footer {
    width: 3rem;
    height: 2rem;
    -webkit-transform: skewX(-55deg) translateX(55%);
    -ms-transform: skewX(-55deg) translateX(55%);
    transform: skewX(-55deg) translateX(55%);
    background-image: -webkit-linear-gradient(310deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 40%);
    background-image: -o-linear-gradient(310deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 40%);
    background-image: linear-gradient(140deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 40%); } }

/* ----------------------------------- */
/* ------ Div ------ */
/* ----------------------------------- */
main#main {
  overflow: hidden; }

/* -- nav#navbar -- */
html.index nav#navbar .logo-area .logo {
  display: block; }

html.index nav#navbar .logo-area .logo-white {
  display: none; }

nav#navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  padding: 0.3rem 4vw;
  z-index: 999; }
  nav#navbar .logo-area {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.6rem;
    z-index: 10; }
    nav#navbar .logo-area .logo {
      display: none; }
  nav#navbar ul.btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 48%;
    margin-left: auto; }
    nav#navbar ul.btn-area li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0.06rem; }
      nav#navbar ul.btn-area li:before {
        content: '';
        display: block;
        width: 2.8vw;
        height: 1px;
        margin: 0 2.5vw;
        background-color: #fff; }
      nav#navbar ul.btn-area li:first-child:before {
        display: none; }
    nav#navbar ul.btn-area a.p-btn {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      nav#navbar ul.btn-area a.p-btn:hover {
        letter-spacing: 0.04rem; }

/* -- header#header -- */
header#header {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  header#header:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url("../img/bg-matel.jpg");
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: -2px 0 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -2px 0 8px 0 rgba(0, 0, 0, 0.5);
    z-index: -1; }
  header#header .banner-word {
    position: absolute;
    width: 55vw;
    min-width: 8rem;
    left: 3.5vw;
    bottom: -1.4rem;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)); }
  header#header .slider-area {
    position: absolute;
    width: 20vw;
    min-width: 3rem;
    right: 50%;
    top: 45%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5)); }
  header#header .slogan-area {
    position: absolute;
    max-width: 30%;
    right: 8vw;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* -- section.section_about -- */
section.section_about .col-md-6 {
  padding: 0; }

section.section_about .col-md-6.intro {
  background-image: url("../img/bg-matel02.jpg");
  background-size: cover;
  background-position: center center; }

section.section_about .text-area {
  padding: 0.9rem 7.5vw 1rem; }

section.section_about .img-mask {
  width: 100%;
  height: 100%;
  background-image: url("../img/index-about.jpg");
  background-size: cover;
  background-position: center center; }

/* -- section.section_products -- */
section.section_products {
  padding: 1.2rem 4vw 0; }
  section.section_products .container {
    max-width: 1450px; }
  section.section_products .swiper-container {
    padding: 0.4rem 5vw 8px; }
  section.section_products a.swiper-slide {
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(60, 79, 168, 0.25);
    box-shadow: 0 0 8px 0 rgba(60, 79, 168, 0.25);
    text-align: center; }
    section.section_products a.swiper-slide:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  section.section_products img {
    width: 100%;
    padding-bottom: 0.3rem;
    margin-top: -0.25rem;
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  section.section_products h3.title-small {
    padding: 0.08rem;
    margin-bottom: 0.12rem;
    background-color: #3c4fa8; }

/* -- section.section_equipment_contact -- */
section.section_equipment_contact {
  padding-top: 1.4rem; }
  section.section_equipment_contact .col-md-6 {
    height: 3.6rem;
    padding: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    background-position: center center;
    -webkit-transition: opacity 2s, -webkit-transform 0.5s;
    transition: opacity 2s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 2s;
    transition: transform 0.5s, opacity 2s;
    transition: transform 0.5s, opacity 2s, -webkit-transform 0.5s; }
    section.section_equipment_contact .col-md-6:hover {
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      z-index: 10; }
      section.section_equipment_contact .col-md-6:hover:before {
        background-color: rgba(60, 79, 168, 0.15); }
    section.section_equipment_contact .col-md-6:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(60, 79, 168, 0.3);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  section.section_equipment_contact .col-md-6.equipment {
    background-image: url("../img/index-equipment.jpg"); }
  section.section_equipment_contact .col-md-6.contact {
    background-image: url("../img/index-contact.jpg"); }
  section.section_equipment_contact h2.title {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }

/* -- footer#footer -- */
footer#footer {
  padding: 0.6rem 8vw;
  background-image: url("../img/bg-matel.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.5);
  z-index: 10; }
  footer#footer .col-md-6.info {
    padding: 0.2rem 3vw 0.2rem 0;
    border-right: 1px solid #fff; }
  footer#footer .col-md-6.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.2rem 0 0.2rem 3vw; }
  footer#footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.12rem; }
    footer#footer ul:last-child {
      margin: 0; }
    footer#footer ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    footer#footer ul p.p-footer.head {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    footer#footer ul .link-line {
      margin-top: 0.1rem;
      cursor: pointer; }
      footer#footer ul .link-line path.font {
        fill: #3c4fa8; }
      footer#footer ul .link-line:hover path.font {
        fill: #ffffff; }
      footer#footer ul .link-line:hover path.bg {
        fill: #00B800; }
      footer#footer ul .link-line svg {
        width: 0.32rem;
        height: 0.32rem; }
        footer#footer ul .link-line svg path {
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
  footer#footer ul.phone li:last-child {
    margin-left: 1.5vw; }
  footer#footer .logo-area {
    width: 2.8rem; }

/* ----------------------------------- */
/* ------ Inner ------ */
/* ----------------------------------- */
/* -- header#header_inner -- */
header#header_inner {
  height: 50vh;
  background-image: url("../img/banner/banner-inner.jpg");
  background-size: cover;
  background-position: center center; }
  header#header_inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 30%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url("../img/bg-matel-inner.jpg");
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: -2px 0 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -2px 0 8px 0 rgba(0, 0, 0, 0.5);
    z-index: -1; }
  header#header_inner h1.title-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0.8rem; }
    header#header_inner h1.title-banner:after {
      content: '';
      display: block;
      width: 10vw;
      height: 1px;
      margin-left: 0.3rem;
      background-color: #fff; }

/* -- secrion.section_about_inner -- */
section.section_about_inner {
  padding-top: 0.8rem; }
  section.section_about_inner * {
    color: #2c2c2c; }
  section.section_about_inner .col-md-5 {
    padding: 0; }
  section.section_about_inner .col-md-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1rem 6vw 0.6rem 12vw; }
  section.section_about_inner .col-md-12 {
    padding: 0; }
  section.section_about_inner .text-area.first {
    max-width: 7.2rem; }
  section.section_about_inner .text-area.second {
    padding: 0.8rem 12vw 1.4rem; }
  section.section_about_inner .img-mask {
    width: 100%;
    height: 100%;
    background-image: url("../img/about/about01.jpg");
    background-size: cover;
    background-position: center top; }
  section.section_about_inner .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; }

section.section_about_inner.slide {
  padding: 0; }

/* -- section.section_equipment_inner -- */
section.section_equipment_inner {
  padding: 1.4rem 6vw; }
  section.section_equipment_inner .container {
    max-width: 1500px; }
  section.section_equipment_inner .col-xl-4.col-sm-6 {
    padding: 0;
    -webkit-transition: z-index 0.5s 0.1s, opacity 2s;
    -o-transition: z-index 0.5s 0.1s, opacity 2s;
    transition: z-index 0.5s 0.1s, opacity 2s; }
    section.section_equipment_inner .col-xl-4.col-sm-6:hover {
      z-index: 10;
      -webkit-transition: z-index 0.5s -1s, opacity 2s;
      -o-transition: z-index 0.5s -1s, opacity 2s;
      transition: z-index 0.5s -1s, opacity 2s; }
  section.section_equipment_inner .card-wrapper {
    display: block;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 20px transparent;
    box-shadow: 0 0 20px transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    section.section_equipment_inner .card-wrapper:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
      section.section_equipment_inner .card-wrapper:hover .img-mask:before {
        background-color: rgba(60, 79, 168, 0); }
  section.section_equipment_inner .video-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 66.8%; }
    section.section_equipment_inner .video-wrapper .yt-video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
  section.section_equipment_inner .img-mask:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 79, 168, 0.15);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
    z-index: 10; }
  section.section_equipment_inner h3.title-small-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.72rem;
    padding: 0.1rem 0.5rem 0.14rem;
    background-color: #3c4fa8;
    text-align: center; }

/* -- section.section_products_inner -- */
section.section_products_inner {
  padding: 1.4rem 6vw; }
  section.section_products_inner * {
    color: #2c2c2c; }
  section.section_products_inner .container {
    max-width: 1500px; }
  section.section_products_inner .col-md-12.pd0 {
    padding: 0; }
  section.section_products_inner ul#btn-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.6rem; }
    section.section_products_inner ul#btn-products li {
      margin-right: 0.1rem;
      margin-bottom: 0.1rem; }
      section.section_products_inner ul#btn-products li:last-child {
        margin-right: 0; }
    section.section_products_inner ul#btn-products a {
      display: block;
      padding: 0.02rem 0.2rem;
      border: 1px solid #3c4fa8;
      background-color: #fff;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      section.section_products_inner ul#btn-products a:hover, section.section_products_inner ul#btn-products a.active {
        background-color: #3c4fa8;
        color: #fff; }
  section.section_products_inner .grid-item {
    position: absolute;
    margin-top: 0.3rem; }
  section.section_products_inner .card-wrapper {
    margin-bottom: 30px;
    display: block;
    border-radius: 0.03rem;
    -webkit-box-shadow: 0 0 8px 0 rgba(60, 79, 168, 0.15);
    box-shadow: 0 0 8px 0 rgba(60, 79, 168, 0.15);
    background-color: #fff;
    cursor: pointer; }
    section.section_products_inner .card-wrapper img {
      width: 80%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      /* -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2)); */
      /* filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2)); */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    section.section_products_inner .card-wrapper:hover img {
      -webkit-transform: translateX(-50%) scale(1.1);
      -ms-transform: translateX(-50%) scale(1.1);
      transform: translateX(-50%) scale(1.1); }
  section.section_products_inner h3.title-small-inner {
    background-color: #3c4fa8;
    color: #fff;
    text-align: center; }
  section.section_products_inner ul.spec-area {
    padding: 0.1rem 0.2rem; }
    section.section_products_inner ul.spec-area li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    section.section_products_inner ul.spec-area p.head {
      font-weight: 500; }
    section.section_products_inner ul.spec-area h1{
      font-size: 0.17rem;
      font-weight: 400;
      color: #2c2c2c;
      letter-spacing: 0.012rem;
      line-height: 1.88;
      text-align: justify;
    }

/* -- section.section_contact_inner -- */
section.section_contact_inner {
  padding: 1.4rem 8vw 0; }
  section.section_contact_inner * {
    color: #2c2c2c; }
  section.section_contact_inner .container {
    max-width: 1200px; }
  section.section_contact_inner h2.title {
    color: #3c4fa8; }
  section.section_contact_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.section_contact_inner ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 3vw; }
      section.section_contact_inner ul li:last-child {
        margin-right: 0; }
    section.section_contact_inner ul p.head {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    section.section_contact_inner ul .link-line {
      margin-top: 0.3rem;
      cursor: pointer; }
      section.section_contact_inner ul .link-line path.font {
        fill: #fff; }
      section.section_contact_inner ul .link-line path.bg {
        fill: #2c2c2c; }
      section.section_contact_inner ul .link-line:hover path.font {
        fill: #ffffff; }
      section.section_contact_inner ul .link-line:hover path.bg {
        fill: #00B800; }
      section.section_contact_inner ul .link-line svg {
        width: 0.3rem;
        height: 0.3rem; }
        section.section_contact_inner ul .link-line svg path {
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }

section.section_contact_inner.map-area {
  margin-bottom: 1.4rem; }

@media (max-width: 1366px) {
  /* ----------------------------------- */
  /* ------ Div ------ */
  /* ----------------------------------- */
  /* -- nav#navbar -- */
  nav#navbar ul.btn-area li:before {
    margin: 0 1.5vw; }
  /* -- header#header -- */
  header#header .slogan-area {
    right: 6vw; } }

@media (max-width: 1200px) {
  html, body {
    font-size: calc(15px * 100 / 16); }
  /* ----------------------------------- */
  /* ------ Div ------ */
  /* ----------------------------------- */
  /* -- header#header -- */
  header#header .slider-area {
    top: 47%; }
  header#header .slogan-area {
    max-width: 31%;
    right: 4vw;
    top: 47%; }
  /* ----------------------------------- */
  /* ------ Inner ------ */
  /* ----------------------------------- */
  /* -- section.section_equipment_inner -- */
  section.section_equipment_inner, section.section_products_inner {
    padding: 1.2rem 6vw; }
  /* -- section.section_contact_inner -- */
  section.section_contact_inner {
    padding: 1rem 8vw 0; }
  section.section_contact_inner.map-area {
    margin-bottom: 1rem; } }

@media (max-width: 1024px) {
  html, body {
    font-size: calc(14px * 100 / 16); } }

@media (max-width: 991px), (max-width: 1024px) and (orientation: portrait) {
  /* ----------------------------------- */
  /* ------ Div ------ */
  /* ----------------------------------- */
  /* -- nav#navbar -- */
  nav#navbar {
    padding: 0.3rem 6vw; }
    nav#navbar .logo-area {
      width: 3.4rem; }
    nav#navbar ul.btn-area {
      display: none; }
  /* -- header#header -- */
  header#header .banner-word {
    width: 65vw;
    min-width: 6.5rem;
    bottom: -0.8rem; }
  header#header .slider-area {
    width: 32vw;
    left: 10vw;
    right: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  header#header .slogan-area {
    max-width: 38%; } }

@media (max-width: 767px) {
  /* ----------------------------------- */
  /* ------ Div ------ */
  /* ----------------------------------- */
  /* -- section.section_about -- */
  section.section_about .img-mask {
    height: 0;
    padding-bottom: 50%; }
  /* -- footer#footer -- */
  footer#footer {
    padding: 0.6rem 10vw; }
    footer#footer .col-md-6.info {
      padding: 0.2rem 15px 0.2rem 4vw;
      border-left: 1px solid #fff;
      border-right: none; }
    footer#footer .col-md-6.logo {
      display: block;
      padding: 0.5rem 10px 0.2rem; }
    footer#footer ul {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 0; }
      footer#footer ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2vw; }
    footer#footer ul.phone li:last-child {
      margin-left: 0; }
    footer#footer .logo-area {
      margin-bottom: 0.2rem; }
  /* ----------------------------------- */
  /* ------ Inner ------ */
  /* ----------------------------------- */
  /* -- header#header_inner -- */
  header#header_inner {
    height: 40vh; }
    header#header_inner:after {
      width: 35%; }
  /* -- secrion.section_about_inner -- */
  section.section_about_inner {
    padding-top: 0.8rem; }
    section.section_about_inner .col-md-7 {
      padding: 0 8vw; }
    section.section_about_inner .text-area.first {
      max-width: inherit;
      padding-bottom: 0.8rem; }
    section.section_about_inner .text-area.second {
      padding: 0.8rem 8vw; }
    section.section_about_inner .img-mask {
      height: 0;
      padding-bottom: 35%;
      background-position: center 40%; } }

@media (max-width: 575px) and (orientation: portrait) {
  /* ----------------------------------- */
  /* ------ Div ------ */
  /* ----------------------------------- */
  /* -- nav#navbar -- */
  html.index nav#navbar {
    background-color: rgba(255, 255, 255, 0.95); }
  nav#navbar {
    padding: 0.18rem 6vw; }
    nav#navbar .logo-area {
      width: 2.6rem; }
  /* -- header#header -- */
  header#header {
    height: 90vh; }
    header#header:after {
      width: 72%; }
    header#header .banner-word {
      width: 80vw;
      min-width: inherit;
      bottom: -0.2rem; }
    header#header .slider-area {
      width: 40vw;
      min-width: inherit;
      left: -4vw;
      right: auto;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    header#header .slogan-area {
      max-width: 58%;
      right: 2vw; }
  /* -- section.section_about -- */
  section.section_about .text-area {
    padding: 16vw 8vw 20vw; }
  section.section_about .img-mask {
    height: 0;
    padding-bottom: 70%; }
  /* -- section.section_products -- */
  section.section_products {
    padding: 12vw 4vw 0; }
    section.section_products .swiper-container {
      padding: 0.4rem 6vw 8px; }
  /* -- footer#footer -- */
  footer#footer ul .link-line svg {
    width: 0.30rem;
    height: 0.30rem; }
  /* -- section.section_equipment_contact -- */
  section.section_equipment_contact {
    padding-top: 18vw; }
    section.section_equipment_contact .col-md-6 {
      height: 0;
      padding-bottom: 60%; }
  /* ----------------------------------- */
  /* ------ Inner ------ */
  /* ----------------------------------- */
  /* -- header#header_inner -- */
  header#header_inner {
    height: 50vh; }
    header#header_inner:after {
      width: 40%; }
    header#header_inner h1.title-banner {
      bottom: 0.5rem; }
      header#header_inner h1.title-banner:after {
        width: 15vw; }
  /* -- secrion.section_about_inner -- */
  section.section_about_inner {
    padding-top: 16vw; }
    section.section_about_inner .text-area.first {
      padding-bottom: 16vw; }
    section.section_about_inner .text-area.second {
      padding: 16vw 8vw; }
    section.section_about_inner .img-mask {
      padding-bottom: 50%; }
  /* -- section.section_equipment_inner -- */
  section.section_equipment_inner, section.section_products_inner {
    padding: 16vw 6vw; }
  /* -- section.section_products_inner -- */
  section.section_products_inner ul#btn-products {
    margin-bottom: 7vw; }
  section.section_products_inner .grid-item {
    margin-top: 0.25rem; }
  /* -- section.section_contact_inner -- */
  section.section_contact_inner {
    padding: 14vw 4vw 0; }
    section.section_contact_inner * {
      word-break: break-all; }
    section.section_contact_inner ul li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 0.15rem; }
      section.section_contact_inner ul li p, section.section_contact_inner ul li a {
        line-height: 1.6; }
    section.section_contact_inner ul .link-line {
      margin-top: 4vw; }
  section.section_contact_inner.map-area {
    margin-bottom: 16vw; } }

@media (max-width: 767px) and (orientation: landscape) {
  /* ----------------------------------- */
  /* ------ Div ------ */
  /* ----------------------------------- */
  /* -- nav#navbar -- */
  nav#navbar {
    padding: 0.18rem 6vw; }
    nav#navbar .logo-area {
      width: 2.6rem; }
  /* -- header#header -- */
  header#header {
    height: 100vh; }
    header#header:after {
      width: 55%; }
    header#header .banner-word {
      width: 45vw;
      min-width: inherit;
      bottom: -0.6rem; }
    header#header .slider-area {
      width: 25vw;
      min-width: inherit;
      left: 20%;
      right: auto;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    header#header .slogan-area {
      max-width: 40%;
      right: 8vw; }
  /* ----------------------------------- */
  /* ------ Inner ------ */
  /* ----------------------------------- */
  /* -- header#header_inner -- */
  header#header_inner {
    height: 70vh; }
    header#header_inner h1.title-banner {
      bottom: 0.5rem; } }
