@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800");
* {
  position: relative;
  font-family: "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", "Noto Sans SC", "微軟正黑體", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.26rem;
  -webkit-font-smoothing: antialiased;
  color: #202020;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *::-moz-selection {
    color: #fff;
    background: #202020; }
  *::selection {
    color: #fff;
    background: #202020; }
  *::-moz-selection {
    color: #fff;
    background: #202020; }

html, body {
  font-size: calc(16px * 10 / 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 {
  text-decoration: none !important;
  color: inherit;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  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: 400; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

h1.slogan {
  font-size: 4.4rem;
  font-weight: 400;
  letter-spacing: 0.77rem;
  line-height: 1.55; }

h1.sub-slogan {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.35rem; }

h1.title-banner {
  font-family: "Nanum Gothic", "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", "Noto Sans SC", "微軟正黑體", sans-serif;
  font-size: 4.6rem;
  font-weight: 800;
  letter-spacing: 0.54rem;
  color: #298fd3; }

h1.title-banner-zh {
  font-size: 2.2rem;
  letter-spacing: 0.38rem; }

h1.title-small {
  font-size: 1.8rem;
  letter-spacing: 0.36rem; }

h1.title-small-inner {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  color: #298fd3; }

h2.title {
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: 0.4rem; }

h2.sub-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.28rem; }

h2.title.inner {
  font-size: 2.8rem; }

h2.sub-title.inner {
  font-size: 1.5rem; }

p {
  line-height: 1.8;
  text-align: justify; }

.p-btn {
  letter-spacing: 0.32rem; }

.p-footer {
  font-size: 1.5rem;
  letter-spacing: 0.26rem;
  line-height: 2.2; }

.btn-more {
  line-height: 1.5; }

@media (max-width: 1200px) {
  h1.slogan {
    font-size: 3.8rem;
    letter-spacing: 0.7rem; }
  p {
    line-height: 1.9; } }

@media (max-width: 991px) {
  h1.slogan {
    font-size: 3.6rem;
    letter-spacing: 0.7rem; } }

@media (max-width: 575px), (max-width: 767px) and (orientation: landscape) {
  h1.slogan {
    font-size: 2.3rem;
    letter-spacing: 0.4rem; }
  h1.sub-slogan {
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    line-height: 1.8; }
  h1.title-banner {
    font-size: 3.4rem;
    letter-spacing: 0.32rem; }
  h1.title-banner-zh {
    font-size: 1.8rem;
    letter-spacing: 0.3rem; }
  h1.title-small-inner {
    font-size: 1.9rem;
    letter-spacing: 0.18rem; }
  h2.title {
    font-size: 3rem;
    letter-spacing: 0.3rem; }
  h2.sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.28rem; }
  h2.title.inner {
    font-size: 2.6rem;
    letter-spacing: 0.2rem; }
  h2.sub-title.inner {
    font-size: 1.5rem; } }

/* ------ Adjustment ------ */
.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 7rem; }
  .title-wrapper * {
    color: #298fd3; }
  .title-wrapper h2.title:after {
    content: '';
    display: block;
    position: absolute;
    width: 96px;
    height: 1px;
    left: calc(100% - 30px);
    top: 70%;
    -webkit-transform: translateY(-50%) rotate(-35deg);
    -ms-transform: translateY(-50%) rotate(-35deg);
    transform: translateY(-50%) rotate(-35deg);
    background-color: #c5c5c5; }
  .title-wrapper h2.sub-title {
    margin-left: 3rem;
    margin-bottom: -0.7rem; }

.btn-more {
  display: inline-block;
  padding: 0.1rem 3rem 0.1rem 3.7rem;
  border: 1px solid #202020;
  background-color: #202020;
  color: #fff; }
  .btn-more:hover {
    background-color: transparent;
    color: #202020; }

.link-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  cursor: pointer; }
  .link-line path.font {
    fill: #fff; }
  .link-line:hover path.font {
    fill: #ffffff; }
  .link-line:hover path.bg {
    fill: #00B800; }
  .link-line svg {
    width: 2.2rem;
    height: 2.2rem; }
    .link-line svg path {
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.deco {
  position: absolute;
  width: 10vw;
  max-width: 160px;
  z-index: 100; }

.deco.deco-about {
  left: 0;
  top: 32rem; }

.deco.deco-contact {
  right: 0;
  top: 10rem; }

.color-blue {
  color: #298fd3; }

.bold {
  font-weight: 500; }

/* ------ Div ------ */
/* -- nav#navbar -- */
nav#navbar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 2.8rem 6vw 1.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.8);
  box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.8);
  z-index: 9999; }
  nav#navbar .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1540px;
    margin: 0 auto; }
  nav#navbar a.logo-area {
    max-width: 340px; }
  nav#navbar ul.btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
    nav#navbar ul.btn-area > li {
      margin-left: 2vw; }
    nav#navbar ul.btn-area > li:first-child {
      margin-left: 0; }
    nav#navbar ul.btn-area a:hover, nav#navbar ul.btn-area a.active {
      color: #298fd3; }

/* -- header#header -- */
header#header .swiper-container {
  background-image: url("../img/banner/banner-index.jpg");
  background-size: cover;
  background-position: center center; }

header#header .swiper-slide {
  height: 100vh; }

header#header .slogan-area {
  position: absolute;
  left: 11.5vw;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  header#header .slogan-area h1.sub-slogan {
    margin-top: 6rem; }

header#header .product-area {
  position: absolute;
  width: 31vw;
  min-width: 450px;
  right: 11.5vw;
  bottom: 30px;
  -webkit-filter: drop-shadow(0 2px 20px rgba(70, 70, 70, 0.9));
  filter: drop-shadow(0 2px 20px rgba(70, 70, 70, 0.9)); }

header#header .deco-wrapper {
  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;
  position: absolute;
  width: 100%;
  height: 38px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  header#header .deco-wrapper img {
    height: 100%; }
  header#header .deco-wrapper img.line02 {
    width: 77px; }
  header#header .deco-wrapper img.line03 {
    width: 90%; }

/* -- section.index -- */
section.index {
  padding: 16rem 6vw 0; }
  section.index .container {
    max-width: 1540px; }

/* -- section#section_about -- */
section#section_about {
  padding-top: 14rem; }
  section#section_about .row.content {
    background-color: #f5f5f5; }
  section#section_about .col-xl-8 {
    padding: 5vw 7vw 5vw 9vw; }
  section#section_about .text-area {
    max-width: 660px; }
  section#section_about a.btn-more {
    margin-top: 5rem; }
  section#section_about .img-mask {
    height: 100%;
    left: -3vw;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-image: url("../img/index-about.jpg");
    background-size: cover;
    background-position: 20% center; }

/* -- section#section_products -- */
section#section_products .row, section#section_products_inner .row {
  padding: 0 2vw; }

section#section_products a:hover .img-mask img, section#section_products_inner a:hover .img-mask img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07); }

section#section_products .img-mask, section#section_products_inner .img-mask {
  -webkit-filter: drop-shadow(0 0 10px rgba(32, 32, 32, 0.6));
  filter: drop-shadow(0 0 10px rgba(32, 32, 32, 0.6)); }
  section#section_products .img-mask img, section#section_products_inner .img-mask img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

section#section_products h1.title-small, section#section_products_inner h1.title-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.6rem; }
  section#section_products h1.title-small:before, section#section_products_inner h1.title-small:before {
    content: '';
    display: block;
    height: 1px;
    width: 15%;
    margin-right: 2rem;
    background-color: #202020; }

/* -- section#section_contact -- */
section#section_contact *:not(.btn-more) {
  text-align: center;
  line-height: 2; }

section#section_contact .row.content {
  background-color: #f5f5f5; }
  section#section_contact .row.content .col-md-12 {
    padding: 4vw 6vw; }

section#section_contact .info {
  margin: 3rem 0 6rem; }
  section#section_contact .info p.head {
    margin-right: 2rem; }
  section#section_contact .info a:first-child {
    margin-right: 1rem; }

section#section_contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* -- footer#footer -- */
footer#footer {
  padding: 0 8vw;
  margin-top: 14rem;
  -webkit-box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.8);
  box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.8); }
  footer#footer .container {
    max-width: 1540px; }
  footer#footer .row {
    padding: 0 1vw; }
  footer#footer .row.info {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  footer#footer .row:last-child {
    border-top: 1px solid #202020; }
  footer#footer .col-xl-2.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  footer#footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3rem; }
  footer#footer ul li:last-child {
    margin-right: 0; }
  footer#footer p.p-footer.head {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  footer#footer .logo-area {
    display: block;
    max-width: 35px; }

/* ------ Inner ------ */
/* ---- Adjustments ---- */
.video-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .video-wrapper iframe.video {
    position: absolute;
    width: 100%;
    height: 100%; }

/* ---- Div ---- */
/* -- header#header_inner -- */
header#header_inner .img-mask {
  height: 42vh;
  background-image: url("../img/banner/banner-inner.jpg");
  background-size: cover;
  background-position: center center; }

header#header_inner .title-area {
  position: absolute;
  right: 10vw;
  bottom: -3rem;
  text-align: right; }
  header#header_inner .title-area h1.title-banner {
    margin-top: 1.8rem; }

/* -- section.inner -- */
section.inner {
  padding: 12rem 6vw 0; }
  section.inner .container {
    max-width: 1540px; }

.col-md-12.title {
  padding-top: 12rem; }

/* -- section#section_about_inner -- */
section#section_about_inner01 .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

section#section_about_inner01 .col-sm-5, section#section_about_inner01 .col-sm-7 {
  padding: 0; }

section#section_about_inner01 .col-sm-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 -5rem -4rem; }

section#section_about_inner01 .img-mask {
  height: 100%;
  min-height: 470px;
  background-image: url("../img/about/about01.jpg");
  background-size: cover;
  background-position: 20% center; }

section#section_about_inner01 .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10rem 6vw;
  background-color: #f5f5f5; }

section#section_about_inner01 p {
  max-width: 630px; }

section#section_about_inner02 h1.title-small-inner {
  text-align: center; }

section#section_about_inner03 .img-mask {
  height: 14vw;
  background-image: url("../img/about/about02.jpg");
  background-size: cover;
  background-position: 40% 40%; }

section#section_about_inner04 .text-area {
  max-width: 1240px;
  padding: 0 4rem;
  margin: 0 auto; }

/* -- #section_products_btn -- */
#section_products_btn {
  z-index: 20; }
  #section_products_btn ul {
    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; }
    #section_products_btn ul li {
      margin-right: 1vw;
      display: inline-block;
      padding: 0.2rem 2rem;
      border: 1px solid #202020;
      background-color: #fff;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    #section_products_btn ul li:hover, #section_products_btn ul li.active {
      background-color: #202020; }
      #section_products_btn ul li:hover a, #section_products_btn ul li.active a {
        color: #fff; }
    #section_products_btn ul li:last-child {
      margin-right: 0; }
  #section_products_btn ul.uk-active {
    width: 100% !important;
    left: 0;
    padding: 2rem 4vw;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s; }

/* -- section#section_product_inner -- */
section#section_product_inner .container {
  max-width: 1200px; }

section#section_product_inner .col-sm-6.adj {
  text-align: center; }
  section#section_product_inner .col-sm-6.adj img {
    max-width: 400px; }
  section#section_product_inner .col-sm-6.adj p {
    text-align: center; }

section#section_product_inner .col-lg-4.col-sm-6 {
  padding: 0 1rem 2rem; }
  section#section_product_inner .col-lg-4.col-sm-6 p {
    text-align: center; }

section#section_product_inner h1.title-small-inner {
  margin-left: -1rem;
  margin-bottom: 4rem; }

section#section_product_inner .sec-title {
  margin-bottom: 2rem;
  font-weight: 500; }

section#section_product_inner .text-area {
  margin-bottom: 4rem; }

section#section_product_inner .text-area:last-child {
  margin-bottom: 0; }

section#section_product_inner ul.list-style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }
  section#section_product_inner ul.list-style li p.item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500; }

/* -- section#section_download_inner -- */
section#section_download_inner .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

section#section_download_inner a {
  display: block;
  background-color: #f5f5f5; }

section#section_download_inner h1.title-small {
  padding: 1.5rem 1rem;
  text-align: center; }

/* -- section#section_video_inner -- */
section#section_video_inner .container {
  max-width: 1400px; }

section#section_video_inner .col-lg-4.col-sm-6 {
  margin-bottom: 4rem; }

section#section_video_inner p {
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #f5f5f5; }

/* -- section#section_contact_inner -- */
section#section_contact_inner .container {
  max-width: 1200px; }

section#section_contact_inner .col-md-12.adj {
  margin-top: 6rem; }

section#section_contact_inner .col-md-12.pd {
  padding: 0 3vw; }

section#section_contact_inner .col-md-12.title {
  padding-left: 2vw !important;
  padding-right: 2vw !important; }

section#section_contact_inner .col-md-6.adj {
  padding: 3rem 15px; }

section#section_contact_inner h1.title-small-inner {
  margin-bottom: 3rem;
  color: #202020; }

section#section_contact_inner ul.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section#section_contact_inner ul.info * {
    line-height: 2; }
  section#section_contact_inner ul.info li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 3rem; }
  section#section_contact_inner ul.info li:last-child {
    margin-right: 0; }
  section#section_contact_inner ul.info p.head {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

@media (min-width: 1200px) {
  footer#footer .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  footer#footer .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; } }

@media (min-width: 1366px) {
  footer#footer .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  footer#footer .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (max-width: 1200px) {
  html, body {
    font-size: calc(15px * 10 / 16); }
  /* ------ Div ------ */
  /* -- nav#navbar -- */
  nav#navbar {
    padding: 2.6rem 4vw 1.6rem; }
    nav#navbar a.logo-area {
      max-width: 300px; }
  /* -- header#header -- */
  header#header .slogan-area {
    left: 8vw;
    top: 50%; }
  header#header .product-area {
    right: 6vw;
    min-width: 380px; }
  header#header .deco-wrapper {
    top: 53.5%; }
  /* -- section.index -- */
  section.index {
    padding: 13rem 6vw 0; }
  /* -- section#section_about -- */
  section#section_about {
    padding-top: 11rem; }
    section#section_about .col-xl-8 {
      padding: 5.5vw 7vw 5.5vw 9vw; }
  /* -- section#section_contact -- */
  section#section_contact .row.content .col-md-12 {
    padding: 6vw 6vw; }
  /* -- footer#footer -- */
  footer#footer {
    padding: 0 4vw;
    margin-top: 11rem; }
    footer#footer .col-xl-2.logo {
      display: block;
      margin-bottom: 3rem; }
  /* ------ Inner ------ */
  /* -- section#section_about_inner -- */
  section#section_about_inner01 .text-area {
    padding: 8rem 6vw; }
  section#section_about_inner03 .img-mask {
    height: 18vw; }
  /* -- section.inner -- */
  section.inner {
    padding: 9rem 6vw 0; }
  .col-md-12.title {
    padding-top: 9rem; } }

@media (max-width: 1024px) {
  html, body {
    font-size: calc(14px * 10 / 16); } }

@media (max-width: 991px) {
  /* ------ Adjustments ------ */
  .deco {
    width: 12vw;
    max-width: inherit; }
  /* ------ Div ------ */
  /* -- nav#navbar -- */
  nav#navbar {
    padding: 0; }
    nav#navbar .btn-wrapper {
      padding: 2.6rem 5vw 1.6rem; }
    nav#navbar a.logo-area {
      max-width: 280px; }
    nav#navbar ul.btn-area {
      display: none; }
  /* -- header#header -- */
  header#header .slogan-area {
    left: 6vw;
    top: 44%; }
  header#header .product-area {
    right: 4vw;
    min-width: 380px; }
  header#header .deco-wrapper {
    top: 46%; }
    header#header .deco-wrapper img.line03 {
      width: 70%; }
  /* -- section.index -- */
  section.index {
    padding: 14rem 6vw 0; }
  /* -- section#section_about -- */
  section#section_about {
    padding-top: 12rem; }
    section#section_about .col-xl-8 {
      padding: 7vw 8vw 7vw 9vw; }
  /* -- section#section_contact -- */
  section#section_contact .row.content .col-md-12 {
    padding: 8vw 6vw; }
  /* -- footer#footer -- */
  footer#footer {
    margin-top: 12rem; }
    footer#footer .row.info {
      padding-top: 6rem;
      padding-bottom: 6rem; }
    footer#footer .col-xl-4 {
      margin-bottom: 3rem; }
    footer#footer .col-xl-2.logo {
      display: block; }
    footer#footer ul li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* ------ Inner ------ */
  /* -- header#header_inner -- */
  header#header_inner {
    margin-bottom: 2rem; }
    header#header_inner .img-mask {
      height: 30vh; }
  /* -- section.inner -- */
  section.inner {
    padding: 10rem 6vw 0; }
  .col-md-12.title {
    padding-top: 10rem; }
  /* -- section#section_about_inner -- */
  section#section_about_inner01 .text-area {
    padding: 7rem 6vw; }
  section#section_about_inner03 .img-mask {
    height: 20vw; }
  section#section_about_inner04 .text-area {
    padding: 0 2rem; }
  /* -- section#section_product_inner -- */
  section#section_product_inner .col-lg-4.col-sm-6 {
    padding: 0 1rem 3rem; }
  /* -- section#section_download_inner -- */
  section#section_download_inner .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  section#section_download_inner .col-lg-3.col-sm-6 {
    margin-bottom: 4rem; }
  section#section_download_inner .col-lg-3.col-sm-6:last-child {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  /* ------ Adjustments ------ */
  .deco {
    width: 12vw;
    max-width: inherit; }
  .deco.deco-about {
    top: 76rem; }
  /* -- section#section_about -- */
  section#section_about .img-mask {
    height: 45vw;
    left: 0;
    margin-top: 6vw;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  /* -- footer#footer -- */
  footer#footer {
    padding: 0 6vw; }
    footer#footer .row {
      padding: 0 3vw; }
  /* -- #section_products_btn -- */
  #section_products_btn ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #section_products_btn ul li {
      padding: 0 1rem;
      margin: 0 0.4rem 1rem !important; }
  #section_products_btn ul.uk-active {
    padding: 1.5rem 4vw 0.5rem; }
  /* -- section#section_contact_inner -- */
  section#section_contact_inner .col-md-6.adj {
    padding: 0 25px; } }

@media (max-width: 575px) and (orientation: portrait) {
  * {
    font-size: 1.7rem; }
  /* ------ Adjustment ------ */
  .title-wrapper {
    margin-bottom: 6rem; }
  .deco {
    width: 14vw;
    max-width: inherit; }
  .deco.deco-about {
    top: 52rem; }
  .deco.deco-contact {
    top: 4rem; }
  /* ------ Div ------ */
  /* -- nav#navbar -- */
  nav#navbar .btn-wrapper {
    padding: 2rem 6vw 1.2rem; }
  nav#navbar a.logo-area {
    max-width: 220px; }
  nav#navbar ul.btn-area {
    display: none; }
  /* -- header#header -- */
  header#header .swiper-slide {
    height: 86vh; }
  header#header .slogan-area {
    max-width: 250px;
    left: 8vw;
    top: 46%;
    margin-right: 8vw; }
  header#header .product-area {
    width: 45vw;
    min-width: inherit;
    right: 6vw;
    bottom: 8vw; }
  header#header .deco-wrapper {
    height: 28px;
    top: 48%; }
    header#header .deco-wrapper img.line02 {
      width: 50px; }
    header#header .deco-wrapper img.line03 {
      width: 45%; }
  /* -- section.index -- */
  section.index {
    padding: 8rem 6vw 0; }
  /* -- section#section_about -- */
  section#section_about {
    padding-top: 8rem; }
    section#section_about .col-xl-8 {
      padding: 12vw 10vw 16vw 10vw; }
    section#section_about .img-mask {
      height: 45vw;
      left: 0;
      margin-top: 8vw;
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
  /* -- section#section_products -- */
  section#section_products .row, section#section_products_inner .row {
    padding: 0 4vw; }
  /* -- section#section_contact -- */
  section#section_contact .row.content .col-md-12 {
    padding: 14vw 10vw; }
  section#section_contact ul {
    display: block;
    margin-bottom: 2rem; }
  section#section_contact a {
    display: block; }
  /* -- footer#footer -- */
  footer#footer {
    padding: 0 3vw;
    margin-top: 8rem; }
  /* ------ Inner ------ */
  /* -- header#header_inner -- */
  header#header_inner .img-mask {
    height: 35vh; }
  header#header_inner .title-area {
    bottom: -2.2rem; }
  /* -- section.inner -- */
  section.inner {
    padding: 6rem 6vw 0; }
  .col-md-12.title {
    padding-top: 6rem; }
  /* -- section#section_about_inner -- */
  section#section_about_inner01 .col-sm-7 {
    margin: 0; }
  section#section_about_inner01 .img-mask {
    height: 50vw;
    min-height: inherit; }
  section#section_about_inner01 .text-area {
    padding: 12vw 8vw; }
  section#section_about_inner02 {
    margin-top: -2rem; }
  section#section_about_inner03 .col-md-12 {
    padding: 0; }
  section#section_about_inner03 .img-mask {
    height: 40vw; }
  section#section_about_inner04 .col-md-12 {
    padding: 0 6vw; }
  section#section_about_inner04 .text-area {
    padding: 0; }
    section#section_about_inner04 .text-area p {
      text-align: left; }
  /* -- section#section_product_inner -- */
  section#section_product_inner {
    padding: 6rem 4vw 0; }
    section#section_product_inner .col-sm-6.adj {
      margin-bottom: 1rem; }
    section#section_product_inner .col-sm-6.adj:last-child {
      margin-bottom: 0; }
  /* -- #section_products_btn -- */
  #section_products_btn {
    padding: 0 2vw; }
  /* -- section#section_video_inner -- */
  section#section_video_inner {
    padding: 6rem 2vw 0; }
  /* -- section#section_contact_inner -- */
  section#section_contact_inner .col-md-12.adj {
    margin-top: 5rem; }
  section#section_contact_inner .col-md-12.pd {
    padding: 0 1vw; }
  section#section_contact_inner .col-md-12.title {
    padding-left: 1vw !important;
    padding-right: 1vw !important; }
  section#section_contact_inner ul.info li {
    margin-right: 0;
    margin-bottom: 2vw; }
  section#section_contact_inner ul.info li:last-child {
    margin-bottom: 0; } }

@media (max-width: 767px) and (orientation: landscape) {
  /* ------ Div ------ */
  /* -- nav#navbar -- */
  nav#navbar .navbar-wrapper {
    padding: 2rem 4vw 1.2rem; }
  nav#navbar a.logo-area {
    max-width: 220px; }
  nav#navbar ul.btn-area {
    display: none; }
  /* -- header#header -- */
  header#header .swiper-slide {
    height: 100vh; }
  header#header .slogan-area {
    max-width: 360px;
    left: 8vw;
    top: 52%;
    margin-right: 8vw; }
  header#header .product-area {
    width: 22vw;
    min-width: inherit;
    right: 4vw;
    bottom: 30px; }
  header#header .deco-wrapper {
    height: 28px;
    top: 54%; }
    header#header .deco-wrapper img.line02 {
      width: 50px; }
    header#header .deco-wrapper img.line03 {
      width: 80%; } }
