@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900|Noto+Serif+TC:300,400,500&display=swap');
* {
  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: 1.7rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #666666;
  -webkit-box-sizing: border-box;
    -webkit-box-sizing--moz-box-sizing: border-box;
      -webkit-box-sizing--moz-box-sizing-box-sizing: border-box; }
  *::-moz-selection {
    color: #fff;
    background: #666666; }
  *::selection {
    color: #fff;
    background: #666666; }
  *::-moz-selection {
    color: #fff;
    background: #666666; }

html, body {
  font-size: calc(16px * 10 / 16);
  width: 100%;
  margin: 0;
  background-color: #f5f5f5; }

#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; }
  a:hover {
    color: inherit; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.dot li *:before {
  content: '・';
  display: block; }

ul.dot.dot-title li *:before {
  content: '◎';
  display: block;
  margin-right: 4px; }

/* ------ Fonts ------ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1.slogan {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 13px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 6px #464646; }

.slogan-span {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 13px;
  line-height: 1.5;
  color: #fff;
  font-family: serif !important;  }

h1.sub-slogan {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2.2px;
  color: #fff;
  text-shadow: 0 0 4px rgba(70, 70, 70, 0.8); }

h1.sub-slogan.small {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 0 4px rgba(70, 70, 70, 0.8); }

h1.title-small {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px; }

h1.title {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 3.5px;
  color: #50d36a; }

p, th, td {
  font-size: 1.7rem;
  letter-spacing: 2px;
  line-height: 1.75;
  text-align: justify;
  text-justify: auto; }

p.products {
  font-size: 1.6rem;
  line-height: normal; }

p.about {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.7;
  color: #fff; }

p.contact {
  font-size: 1.8rem;
  line-height: 1.56; }

.p-footer {
  font-family: "Noto Serif", "Noto Serif CJK TC", "Noto Serif CJK SC", "Noto Serif CJK", "Source Han Serif TC", "Source Han Serif SC", "Source Han Serif CN", "Source Han Serif", "Noto Serif TC", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1.8px; }

.p-copyright, a.web-design {
  font-size: 1.4rem;
  letter-spacing: 2.4px;
  color: #9b9b9b; }

a.p-btn {
  font-family: "Noto Serif", "Noto Serif CJK TC", "Noto Serif CJK SC", "Noto Serif CJK", "Source Han Serif TC", "Source Han Serif SC", "Source Han Serif CN", "Source Han Serif", "Noto Serif TC", serif;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff; }

.btn-more {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 1.2;
  color: #fff; }

.big-tag {
  font-size: 7rem;
  font-weight: 500;
  letter-spacing: 6px;
  line-height: 1.1;
  color: #50d36a; }

@media (max-width: 1366px) {
  h1.slogan {
    font-size: 4.2rem; } }

@media (max-width: 1200px) {
  .big-tag {
    font-size: 6rem; } }

@media (max-width: 991px) {
  .big-tag {
    font-size: 5rem;
    letter-spacing: 4px; } }

@media (max-width: 575px) {
  h1.slogan {
    font-size: 3.2rem;
    letter-spacing: 5px;
    line-height: 1.5; }
  h1.sub-slogan {
    font-size: 1.8rem;
    letter-spacing: 2px; }
  h1.sub-slogan.small {
    font-size: 1.7rem;
    letter-spacing: 2px; }
  h1.title-small {
    font-size: 1.8rem; }
  h1.title {
    font-size: 2.4rem;
    letter-spacing: 1.8px;
    line-height: 1.4; }
  p.contact {
    font-size: 1.7rem; }
  .p-copyright, a.web-design {
    letter-spacing: 2px; }
  .btn-more {
    font-size: 1.9rem;
    letter-spacing: 1.2px; }
  .big-tag {
    font-size: 3rem; } }

/* ------ Adjustment ------ */
img {
  width: 100%; }

h1.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

h1.title:after, h1.title.type02:before {
  content: '';
  display: block;
  width: 14vw;
  height: 3px;
  margin-left: 30px;
  background-image: -webkit-linear-gradient(260deg, #fdffad, #50d36a);
  background-image: -o-linear-gradient(260deg, #fdffad, #50d36a);
  background-image: linear-gradient(190deg, #fdffad, #50d36a); }

h1.title.type02:before {
  margin-left: 0;
  margin-right: 30px;
  background-image: -webkit-linear-gradient(260deg, #50d36a, #fdffad);
  background-image: -o-linear-gradient(260deg, #50d36a, #fdffad);
  background-image: linear-gradient(190deg, #50d36a, #fdffad); }

a.p-btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

a.p-btn:hover, a.p-btn.active {
  letter-spacing: 6px; }

.btn-more {
  padding: 0 30px 0 30px;
  background-image: -webkit-gradient(linear, right top, left top, from(#B5ED92), to(#50d36a));
  background-image: -webkit-linear-gradient(right, #B5ED92 0%, #50d36a 100%);
  background-image: -o-linear-gradient(right, #B5ED92 0%, #50d36a 100%);
  background-image: linear-gradient(to left, #B5ED92 0%, #50d36a 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn-more:hover {
    letter-spacing: 5px;
    color: #fff; }
  .btn-more:after {
    content: '▸';
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    font-size: 1.6rem;
    color: #b0d99a; }

.btn-more.color-white {
  background-image: none;
  background-color: #fff;
  color: #666666; }
  .btn-more.color-white:after {
    color: #fff; }

.big-tag {
  position: absolute;
  width: 160px;
  pointer-events: none;
}

.big-tag.products {
  right: 0;
  bottom: -50px; }

.big-tag.about {
  left: 1.5vw;
  bottom: 80px; }

.big-tag.contact {
  left: 6vw;
  bottom: 0; }

.deco {
  position: absolute;
  pointer-events: none; }

.deco.wave01 {
  right: 0;
  top: -230px; }

.deco.wave02 {
  right: 0;
  top: -110px; }

.deco.wave03 {
  left: 0;
  top: -160px; }

.deco.wave04 {
  left: 0;
  bottom: 0; }

.deco.deco-bg.contact {
  width: 58%;
  left: 5vw;
  bottom: 150px;
  opacity: 0.04; }

/* ------ Div ------ */
html#index .concept-area {
  display: none; }

/* ---- nav#navbar ---- */
nav#navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 110px;
  padding: 0 5vw;
  z-index: 20; }
  nav#navbar .logo-area {
    display: block;
    height: 50%; }
    nav#navbar .logo-area img {
      width: auto;
      height: 100%; }
    nav#navbar .logo-area img.logo02 {
      display: none; }
  nav#navbar .btn-area {
    margin-left: auto;
    margin-top: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    nav#navbar .btn-area ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    nav#navbar .btn-area li {
      margin-left: 3.5vw; }
    nav#navbar .btn-area li:first-child {
      margin-left: 0; }
  nav#navbar .concept-area {
    position: absolute;
    left: 38%;
    top: 60px; }
    nav#navbar .concept-area h2 {
      font-size: 2.2rem;
      letter-spacing: 2.6px;
      color: #fff;
      text-shadow: 0 0 8px #666666;
      padding-top: 0.2vw; }

/* ---- header#header ---- */
header#header {
  overflow: hidden; }
  header#header .swiper-container {
    background-size: cover;
    background-position: center;
    background-image: url("../img/banner/banner-index.jpg"); }
    header#header .swiper-container .deco {
      position: absolute;
      width: 100%;
      height: 25vw;
      min-height: 400px;
      right: 0;
      bottom: 0;
      background-image: url("../img/banner/wind.svg");
      background-size: cover;
      background-position: right bottom;
      background-repeat: no-repeat;
      z-index: 10; }
    header#header .swiper-container .swiper-slide {
      height: 100vh; }
    header#header .swiper-container .slogan-area {
      position: absolute;
      left: 0;
      top: 34%;
      padding: 0 20vw 0 12vw; }
      header#header .swiper-container .slogan-area h1.sub-slogan:not(.small) {
        padding: 1.5vw 0 0.5vw 0; }
  header#header .swiper-container02 {
    position: absolute;
    width: 27vw;
    min-width: 420px;
    right: 10vw;
    bottom: 50px;
    -webkit-filter: drop-shadow(0 2px 12px #666666);
    filter: drop-shadow(0 2px 12px #666666);
    z-index: 10;
    pointer-events: none; }
    header#header .swiper-container02 * {
      pointer-events: none; }

/* ---- section#section_products ---- */
section#section_products {
  padding: 4.7vw 3.5vw 0 0; }
  section#section_products .col-md-12 {
    padding: 0 0 3vw 6vw; }
  section#section_products .col-xl-4.col-md-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 50px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.2);
    box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.2);
    background-color: #ffffff; }
    section#section_products .col-xl-4.col-md-6:hover .img-overflow {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  section#section_products a.subsidy {
    font-size: 2rem;
    display: inline-block;
    margin-top: 1vw;
    color: #f70707; }
  section#section_products a.link {
    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; }
  section#section_products .img-overflow {
    max-width: 200px;
    min-width: 35px;
    -webkit-filter: drop-shadow(0 2px 4px #666666);
    filter: drop-shadow(0 2px 4px #666666);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  section#section_products .text-area {
    max-width: 280px;
    margin-left: 30px;
    text-align: center; }
    section#section_products .text-area h1.title-small {
      padding: 0 0.5vw;
      text-align: left; }
      section#section_products .text-area h1.title-small:after {
        content: '';
        display: block;
        width: calc(100% + 8px);
        height: 2px;
        -webkit-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
        margin-top: 8px;
        background-image: -webkit-linear-gradient(176deg, #fdffad, #50d36a);
        background-image: -o-linear-gradient(176deg, #fdffad, #50d36a);
        background-image: linear-gradient(274deg, #fdffad, #50d36a); }
    section#section_products .text-area p {
      padding: 0 0.5vw;
      color: #9b9b9b; }
    section#section_products .text-area .btn-more {
      margin-top: 6px; }

@media (min-width: 1200px) {
  section#section_products .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1367px) {
  section#section_products .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

/* ---- section#section_about ---- */
section#section_about {
  padding: 6vw 0 0 5vw; }
  section#section_about .col-md-12:first-child {
    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;
    margin-bottom: 3vw; }
  section#section_about .col-md-12:nth-child(2) {
    padding: 75px 15vw 75px 15vw;
    background-image: url("../img/index-about-bg.jpg");
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.5);
    box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.5); }
  section#section_about .col-md-4, section#section_about .col-md-8 {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }
  section#section_about .col-md-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1vw 0 1vw 4vw; }
  section#section_about .text-area {
    max-width: 685px; }
    section#section_about .text-area p.about:nth-child(2) {
      padding: 1vw 0 2vw 0; }
  section#section_about .img-overflow {
    min-width: 250px; }

/* ---- section#section_contact ---- */
section#section_contact {
  padding: 6vw 8vw 11vw 8vw; }
  section#section_contact .container-fluid {
    max-width: 1400px; }
  section#section_contact .col-md-12:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5vw 0 5vw; }
    section#section_contact .col-md-12:nth-child(2) * {
      text-align: center; }
  section#section_contact .text-area {
    max-width: 740px;
    margin-top: 5vw; }
  section#section_contact 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;
    margin: 1.5vw 0 2.5vw; }
    section#section_contact ul li:first-child {
      margin-right: 1.5vw; }
    section#section_contact ul a.p-btn {
      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;
      color: #666666; }
      section#section_contact ul a.p-btn:hover {
        letter-spacing: 3.5px; }

/* ---- footer#footer ---- */
footer#footer {
  padding: 0 5.5vw 0 5.5vw;
  clear: both; }
  footer#footer .col-md-12 {
    text-align: center;
    padding: 1.5vw 0 1.5vw 0; }
    footer#footer .col-md-12:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: 0;
      -webkit-box-shadow: 0 -2px 8px 0 rgba(155, 155, 155, 0.4);
      box-shadow: 0 -2px 8px 0 rgba(155, 155, 155, 0.4);
      background-color: #50d36a; }
  footer#footer ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    footer#footer ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 1.5vw;
      margin-bottom: 0.5vw; }
    footer#footer ul li:last-child {
      margin-right: 0; }
    footer#footer ul p {
      margin: 0; }
  footer#footer #copyright {
    margin-top: 0.4vw; }
    footer#footer #copyright span.p-copyright {
      margin-right: 1vw; }

/* ---- Fonts ---- */
h1.item {
  display: inline-block;
  font-size: 1.7rem;
  letter-spacing: 2px;
  line-height: 2;
  color: #9b9b9b; }

h1.title-small-inner {
  font-size: 2.2rem;
  letter-spacing: 2.5px;
  line-height: 1.4;
  color: #50d36a; }

h2.title-banner {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 0 0 6px #464646; }

h2.title-banner-en {
  font-size: 15.4rem;
  font-weight: 900;
  letter-spacing: 22px;
  line-height: 0.8;
  color: #fff;
  text-align: right;
  opacity: 0.15; }

h2.sec-title, .sec-title {
  font-size: 1.9rem;
  letter-spacing: 2.2px;
  line-height: 1.7; }

.btn-products {
  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: 1.8rem;
  letter-spacing: 2px; }

span.color-green {
  color: #50d36a; }

/* ---- Adjustment ---- */
#go-top {
  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: 50px;
  height: 50px;
  right: 6.5vw;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.3);
  box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.3);
  background-color: #50d36a;
  cursor: pointer;
  z-index: 50;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  #go-top:hover {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px); }
  #go-top .p-btn {
    font-size: 1.7rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px; }

@media (max-width: 1200px) {
  #go-top {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9); }
    #go-top:hover {
      -webkit-transform: translateY(-12px) scale(0.9);
      -ms-transform: translateY(-12px) scale(0.9);
      transform: translateY(-12px) scale(0.9); }
    #go-top .p-btn {
      margin-bottom: 8px; } }

@media (max-width: 575px) {
  #go-top {
    -webkit-transform: translateY(-30%) scale(0.85);
    -ms-transform: translateY(-30%) scale(0.85);
    transform: translateY(-30%) scale(0.85); }
    #go-top:hover {
      -webkit-transform: translateY(-8px) scale(0.85);
      -ms-transform: translateY(-8px) scale(0.85);
      transform: translateY(-8px) scale(0.85); } }

.title-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.line {
  height: 100%;
  -webkit-clip-path: polygon(0 48%, 100% 48%, 100% 52%, 0 52%);
  clip-path: polygon(0 48%, 100% 48%, 100% 52%, 0 52%);
  margin-left: 1.5vw;
  background: #50d36a; }

.deco.wave-inner-banner {
  left: 0;
  bottom: -13vw;
  z-index: 100; }

.deco.wave-inner-about01 {
  left: 0;
  bottom: -12vw; }

.deco.deco-bg-inner {
  width: 65%;
  right: -6vw;
  bottom: 11vw;
  opacity: 0.04; }

/* ---- Div ---- */
/* -- header#header_inner -- */
header#header_inner .img-overflow {
  height: 40vh;
  background-image: url("../img/banner/banner-index.jpg");
  background-size: cover;
  background-position: center -240px;
  background-attachment: fixed; }

header#header_inner .title-area {
  position: absolute;
  right: 12vw;
  bottom: 0; }

header#header_inner h2.title-banner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* -- section#section_subsidy_inner -- */
section#section_subsidy_inner {
  padding-bottom: 6vw !important; }
  section#section_subsidy_inner * {
    text-align: justify;
    text-justify: auto; }
  section#section_subsidy_inner .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0 !important;
    margin-top: 1.5vw; }
  section#section_subsidy_inner .media.adj {
    margin-top: 0; }
  section#section_subsidy_inner table * {
    word-break: break-all;
    text-align: left; }
  section#section_subsidy_inner table th, section#section_subsidy_inner table td.center {
    text-align: center; }
  section#section_subsidy_inner table th {
    font-weight: 500; }

/* -- section#section_about_inner -- */
section#section_about_inner01, section#section_subsidy_inner {
  padding: 5.5vw 14vw 0 14vw; }
  section#section_about_inner01 h1.title, section#section_subsidy_inner h1.title {
    margin-bottom: 2.5vw; }
  section#section_about_inner01 h1.title-small, section#section_subsidy_inner h1.title-small {
    margin: 2.2vw 0 1.7vw; }
  section#section_about_inner01 ul, section#section_subsidy_inner ul {
    display: inline-block; }
    section#section_about_inner01 ul li, section#section_subsidy_inner ul li {
      display: inline-block;
      margin-right: 1.5vw; }
    section#section_about_inner01 ul h1.item, section#section_subsidy_inner ul h1.item {
      color: #757575; }
  section#section_about_inner01 p, section#section_subsidy_inner p {
    color: #757575; }

section#section_about_inner02 {
  padding: 5vw 14vw 0 14vw; }
  section#section_about_inner02 .col-md-12.adj {
    padding-top: 5vw; }
  section#section_about_inner02 h1.title {
    margin-bottom: 2.5vw; }
  section#section_about_inner02 .text-area:nth-child(2) h1.title-small {
    padding-top: 0; }
  section#section_about_inner02 .text-area h1.title-small {
    padding: 2.2vw 0 1.5vw 0; }
  section#section_about_inner02 ul:not(.timeline) {
    display: inline-block; }
    section#section_about_inner02 ul:not(.timeline) li {
      display: inline-block;
      margin-right: 1.5vw; }
  section#section_about_inner02 ul.timeline li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section#section_about_inner02 ul.timeline li p:first-child {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    section#section_about_inner02 ul.timeline li .adjustment {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section#section_about_inner02 p.adjustment {
    left: 150px; }
  section#section_about_inner02 .img-overflow {
    min-width: 410px;
    -webkit-filter: drop-shadow(0 2px 4px #666666);
    filter: drop-shadow(0 2px 4px #666666); }

section#section_about_inner03 {
  padding: 5vw 14vw 6vw 14vw; }
  section#section_about_inner03 .col-md-12:last-child {
    padding: 1vw 5vw; }
  section#section_about_inner03 h1.title {
    margin-bottom: 2.5vw; }
  section#section_about_inner03 h1.title-small {
    margin-bottom: 1.5vw;
    text-align: center; }
  section#section_about_inner03 table {
    position: static;
    width: 100%; }
    section#section_about_inner03 table * {
      position: static; }
    section#section_about_inner03 table tr.bold {
      border-top: 2px solid #9b9b9b; }
    section#section_about_inner03 table tr:last-child, section#section_about_inner03 table tr:nth-last-child(2) th {
      border-bottom: 2px solid #9b9b9b; }
    section#section_about_inner03 table th {
      padding: 8px 20px 8px 20px;
      text-align: center; }
    section#section_about_inner03 table td {
      padding: 8px 30px 8px 30px;
      border-left: 1px solid #9b9b9b;
      border-bottom: 1px solid #9b9b9b;
      word-break: break-all; }
  section#section_about_inner03 .img-overflow {
    position: absolute;
    width: 14vw;
    right: -8vw;
    bottom: 0;
    -webkit-filter: drop-shadow(0 2px 4px #666666);
    filter: drop-shadow(0 2px 4px #666666); }

/* -- nav#btn-products -- */
nav#btn-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 25vw;
  padding: 5.5vw 3.5vw 0 4vw;
  float: left; }
  nav#btn-products .wrapper {
    width: 100%;
    max-width: 250px; }
  nav#btn-products .btn-area {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.2);
    box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.2);
    z-index: 50; }
  nav#btn-products h1.title-small {
    padding: 10px 2vw;
    background-color: #50d36a;
    color: #fff;
    text-align: center; }
  nav#btn-products ul {
    padding: 20px 2vw 30px 2vw; }
    nav#btn-products ul a.btn-products {
      display: block;
      padding: 10px 1vw;
      border-bottom: 1px solid #9b9b9b;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    nav#btn-products ul a.btn-products:hover, nav#btn-products ul a.btn-products.active {
      color: #50d36a;
      border-bottom: 1px solid #50d36a; }

/* -- section#section_products_inner -- */
section#section_products_inner {
  width: calc(100% - 25vw);
  padding: 5.5vw 12vw 0 0;
  margin-bottom: 7vw;
  float: right; }
  section#section_products_inner .left {
    padding-right: 1.5vw; }
  section#section_products_inner .right {
    padding-left: 1.5vw; }
  section#section_products_inner .first {
    margin-top: 0 !important; }
  section#section_products_inner ul.btn-data-area {
    margin-bottom: 3vw; }
  section#section_products_inner h1.title {
    margin-bottom: 2.5vw; }
  section#section_products_inner .title-products {
    margin-top: 3vw; }
  section#section_products_inner h2.sec-title, section#section_products_inner p {
    margin-top: 1.5vw; }
  section#section_products_inner p {
    text-align: left; }
  section#section_products_inner p.sub {
    margin-top: 0.5vw; }
  section#section_products_inner .sec, section#section_products_inner .sec p {
    font-weight: 300; }
  section#section_products_inner .sec {
    padding-left: 1.5vw; }
  section#section_products_inner .sec.inner {
    margin: 0;
    margin-top: 0.5vw; }
  section#section_products_inner img, section#section_products_inner .text-area {
    margin-top: 2.5vw; }
  section#section_products_inner img.adj {
    margin-top: 0.5vw; }
  section#section_products_inner img.text {
    width: 60%; }
  section#section_products_inner img.sec {
    width: 50%; }
  section#section_products_inner ul {
    display: inline-block; }
    section#section_products_inner ul li {
      margin-right: 1vw; }
      section#section_products_inner ul li p {
        margin: 0; }
    section#section_products_inner ul li:last-child {
      margin-right: 0; }
  section#section_products_inner ul:not(.dot) li {
    display: inline-block; }
  section#section_products_inner ul.dot li * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/* ---- section#section_service_inner ---- */
section#section_service_inner {
  padding: 5.5vw 14vw 6vw 14vw; }
  section#section_service_inner .col-md-12:last-child {
    padding: 4vw 5vw;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.2);
    box-shadow: 0 2px 20px 0 rgba(155, 155, 155, 0.2); }
  section#section_service_inner h1.title {
    margin-bottom: 2.5vw; }
  section#section_service_inner tr {
    border-bottom: 1px solid #9b9b9b; }
    section#section_service_inner tr td {
      padding: 8px 10px;
      vertical-align: top; }

/* ---- section#section_contact_inner ---- */
section#section_contact_inner {
  padding: 5.5vw 10vw 6vw 10vw; }
  section#section_contact_inner .container-fluid {
    max-width: 1300px; }
  section#section_contact_inner .col-md-12:first-child {
    padding: 0 2vw; }
  section#section_contact_inner .col-md-12.adj {
    padding: 4vw 2vw 0 2vw;
    margin-top: 3vw;
    border-top: 1px solid #50d36a; }
  section#section_contact_inner a.hotline, section#section_contact_inner a.hotline i {
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: 2px;
    color: #50d36a;
    margin: 1vw 0 2.5vw 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    section#section_contact_inner a.hotline:hover, section#section_contact_inner a.hotline i:hover {
      letter-spacing: 3px; }
  section#section_contact_inner a.hotline i {
    margin: 0; }
  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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 50px; }
    section#section_contact_inner ul li:last-child {
      margin-right: 0; }
  section#section_contact_inner p.sub {
    margin-top: 1vw; }
  section#section_contact_inner #map iframe {
    width: 100%;
    height: 12vw;
    margin-top: 4vw; }

@media (max-width: 1366px) {
  /* ------ Adjustment ------ */
  .big-tag {
    width: 154px; }
  /* ---- header#header ---- */
  header#header .swiper-container .slogan-area {
    top: 32%; }
  header#header .swiper-container02 {
    min-width: 320px; }
  /* ---- section#section_contact ---- */
  section#section_contact {
    padding: 6vw 8vw 15vw 8vw; }
  /* ------ Inner ------ */
  /* -- header#header_inner -- */
  header#header_inner .img-overflow {
    background-size: 160% auto;
    background-position: center 50%;
    background-attachment: scroll; } }

@media (max-width: 1200px) {
  html, body {
    font-size: calc(15px * 10 / 16); }
  /* ------ Adjustment ------ */
  .big-tag {
    width: 128px; }
  .deco.wave01 {
    right: 0;
    top: -150px; }
  .deco.wave02 {
    right: 0;
    top: -80px; }
  .deco.wave03 {
    left: 0;
    top: -120px; }
  .deco.wave04 {
    left: -200px; }
  .deco.deco-bg {
    bottom: 200px; }
  /* ---- header#header ---- */
  header#header .swiper-container .deco {
    min-height: 300px; }
  header#header .swiper-container .slogan-area {
    padding: 0 20vw 0 10vw; }
  header#header .swiper-container02 {
    min-width: 300px; }
  /* ---- section#section_products ---- */
  section#section_products {
    padding: 6vw 3.5vw 0 0; }
  /* ---- section#section_contact ---- */
  section#section_contact {
    padding: 7vw 8vw 18vw 8vw; }
    section#section_contact .text-area {
      margin-top: 6vw; }
  /* ------ Inner ------ */
  /* ---- Adjustment ---- */
  .deco.deco-bg-inner {
    width: 65%;
    bottom: 16vw; }
  /* ---- Div ---- */
  /* -- section#section_subsidy_inner -- */
  section#section_subsidy_inner {
    padding-bottom: 6vw !important; }
  /* -- section#section_about_inner -- */
  section#section_about_inner01, section#section_subsidy_inner {
    padding: 6.5vw 10vw 0 10vw; }
  section#section_about_inner02 {
    padding: 6vw 10vw 0 10vw; }
    section#section_about_inner02 .col-md-12.adj {
      padding-top: 6vw; }
    section#section_about_inner02 .img-overflow {
      min-width: 380px; }
  section#section_about_inner03 {
    padding: 6vw 10vw 6vw 10vw; }
    section#section_about_inner03 .img-overflow {
      width: 17vw;
      right: -6vw;
      bottom: 15px; }
  /* -- section#section_products_inner -- */
  section#section_products_inner {
    padding: 5.5vw 9vw 0 0; }
  /* ---- section#section_service_inner ---- */
  section#section_service_inner {
    padding: 5.5vw 10vw 6vw 10vw; } }

@media (max-width: 1024px) {
  html, body {
    font-size: calc(14px * 10 / 16); }
  /* ---- nav#navbar ---- */
  nav#navbar {
    height: 100px; }
  /* ---- footer#footer ---- */
  footer#footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer#footer ul li {
      margin-right: 2vw; } }

@media (max-width: 991px) {
  /* ------ Adjustment ------ */
  .big-tag {
    width: 100px; }
  /* ---- nav#navbar ---- */
  nav#navbar {
    height: 100px; }
    nav#navbar .btn-area {
      display: none;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0;
      -o-transition: 0;
      transition: 0; }
  /* ---- header#header ---- */
  header#header .swiper-container .deco {
    min-height: 30vh;
    bottom: 4vh; }
  header#header .swiper-container .slogan-area {
    max-width: 740px;
    top: 35%;
    padding: 0 20vw 0 12vw; }
  header#header .swiper-container02 {
    width: 30vh;
    min-width: inherit;
    height: 30vh;
    bottom: 8vh; }
    header#header .swiper-container02 .products-area {
      width: auto !important;
      height: 100%; }
    header#header .swiper-container02 img {
      width: auto;
      height: 100%; }
  /* ---- section#section_products ---- */
  section#section_products {
    padding: 8vw 3.5vw 0 0; }
  /* ---- section#section_about ---- */
  section#section_about {
    padding: 9vw 0 0 7vw; }
    section#section_about .col-md-12:nth-child(2) {
      padding: 60px 12vw 60px 12vw; }
  /* ---- section#section_contact ---- */
  section#section_contact {
    padding: 9vw 8vw 22vw 8vw; }
    section#section_contact .text-area {
      margin-top: 7vw; }
  /* ---- footer#footer ---- */
  footer#footer .col-md-12 {
    padding: 2vw 0 2vw 0; }
  /* ------ Inner ------ */
  /* ---- Btn Data ---- */
  .btn-data {
    margin-bottom: 1.5vw; }
    .btn-data .btn-products {
      padding: 0.4vw 2vw; }
  /* ---- Adjustment ---- */
  .deco.deco-bg-inner {
    width: 65%;
    right: -4vw;
    bottom: 22vw; }
  /* ---- Div ---- */
  /* -- header#header_inner -- */
  header#header_inner .img-overflow {
    height: 35vh; }
  /* -- section#section_subsidy_inner -- */
  section#section_subsidy_inner {
    padding-bottom: 8vw !important; }
  /* -- section#section_about_inner -- */
  section#section_about_inner01, section#section_subsidy_inner {
    padding: 8.5vw 8vw 0 8vw; }
  section#section_about_inner02 {
    padding: 8vw 8vw 0 8vw; }
    section#section_about_inner02 .col-md-12.adj {
      padding-top: 8vw; }
    section#section_about_inner02 .img-overflow {
      min-width: 300px;
      margin-top: 4vw; }
  section#section_about_inner03 {
    padding: 8vw 8vw 8vw 8vw; }
    section#section_about_inner03 .col-md-12:last-child {
      padding: 4vw 5vw; }
    section#section_about_inner03 .img-overflow {
      width: 20vw;
      right: -4vw; }
    section#section_about_inner03 table th {
      padding: 8px 20px 8px 20px;
      text-align: center; }
    section#section_about_inner03 table td {
      padding: 8px 20px 8px 20px; }
  /* -- nav#btn-products -- */
  nav#btn-products {
    width: 100%;
    padding: 8vw 6vw 0 6vw;
    float: none; }
    nav#btn-products .wrapper {
      max-width: inherit; }
    nav#btn-products ul {
      display: inline-block;
      padding: 2vw 6vw 4vw 6vw; }
      nav#btn-products ul li {
        display: inline-block;
        margin-right: 2vw; }
      nav#btn-products ul li:last-child {
        margin: 0; }
      nav#btn-products ul a.btn-products {
        padding: 5px 1vw; }
  /* -- section#section_products_inner -- */
  section#section_products_inner {
    width: 100%;
    padding: 7vw 6vw 0 6vw;
    margin-bottom: 10vw;
    float: none; }
    section#section_products_inner ul.btn-data-area {
      margin-bottom: 6vw; }
    section#section_products_inner h1.title {
      margin-bottom: 4vw; }
    section#section_products_inner .title-products {
      margin-top: 4.5vw; }
    section#section_products_inner h2.sec-title, section#section_products_inner p {
      margin-top: 2vw; }
    section#section_products_inner p.sub {
      margin-top: 1vw; }
    section#section_products_inner img, section#section_products_inner .text-area {
      margin-top: 4.5vw; }
    section#section_products_inner img.sec {
      width: 40%; }
    section#section_products_inner ul li {
      margin-right: 1.5vw; }
  /* ---- section#section_service_inner ---- */
  section#section_service_inner {
    padding: 8vw; }
    section#section_service_inner .col-md-12:last-child {
      padding: 5vw 5vw; }
  /* ---- section#section_contact_inner ---- */
  section#section_contact_inner {
    padding: 8vw; }
    section#section_contact_inner .col-md-12:first-child {
      padding: 0 4vw; }
    section#section_contact_inner .col-md-12.adj {
      padding: 6vw 4vw 0 4vw;
      margin-top: 4vw; }
    section#section_contact_inner #map iframe {
      height: 18vw;
      margin-top: 6vw; } }

@media (max-width: 575px) {
  /* ------ Adjustment ------ */
  h1.title:after, h1.title.type02:before {
    width: 16vw;
    height: 2px;
    margin-left: 15px; }
  h1.title.type02:before {
    margin-right: 15px; }
  .btn-more:hover {
    letter-spacing: 2px; }
  .big-tag {
    width: 62px; }
  .big-tag.products {
    bottom: -10px; }
  .big-tag.about {
    bottom: 120px; }
  .big-tag.contact {
    bottom: 10px; }
  .deco.wave01 {
    right: 0;
    top: -20px; }
  .deco.wave02 {
    right: 0;
    top: -20px; }
  .deco.wave03 {
    left: 0;
    top: 0; }
  .deco.wave04 {
    left: auto;
    right: 0;
    top: -50px;
    bottom: auto;
    transform: none !important ;
    -webkit-transform: none !important ;
    -moz-transform: none !important ;
    -ms-transform: none !important ;
    -o-transform: none !important ;
}
  .deco.deco-bg {
    width: 60%;
    bottom: 220px; }
  /* ---- nav#navbar ---- */
  nav#navbar {
    height: 70px; }
    nav#navbar .logo-area {
      height: 55%; }
    nav#navbar .concept-area {
      top: 35px; }
      nav#navbar .concept-area h2 {
        font-size: 1.6rem;
        letter-spacing: 2px;
        padding-top: 0.2vw; }
  /* ---- header#header ---- */
  header#header .swiper-container .swiper-slide {
    height: 85vh; }
  header#header .swiper-container .slogan-area {
    max-width: 740px;
    top: 30%; }
    header#header .swiper-container .slogan-area h1.sub-slogan:not(.small) {
      padding: 2vw 0 1vw 0; }
  header#header .swiper-container02 {
    width: 22vh;
    height: 22vh;
    right: 6vw;
    bottom: 8vh; }
  /* ---- section#section_products ---- */
  section#section_products {
    padding: 16vw 3.5vw 0 0; }
    section#section_products .col-md-12 {
      padding: 0 0 4vw 8vw; }
    section#section_products .col-xl-4.col-md-6 {
      padding: 6vw 8vw; }
    section#section_products .col-xl-4.col-md-6:last-child {
      padding: 14vw 50px; }
    section#section_products .img-overflow {
      width: 40%;
      max-width: inherit;
      min-width: 80px; }
  /* ---- section#section_about ---- */
  section#section_about {
    padding: 16vw 0 0 7vw; }
    section#section_about .col-md-12:first-child {
      margin-bottom: 4vw; }
    section#section_about .col-md-12:nth-child(2) {
      padding: 16vw; }
    section#section_about .col-md-8 {
      padding: 0; }
    section#section_about .text-area {
      margin-top: 5vw; }
      section#section_about .text-area p.about:nth-child(2) {
        padding: 2vw 0 6vw 0; }
    section#section_about .img-overflow {
      min-width: inherit; }
  /* ---- section#section_contact ---- */
  section#section_contact {
    padding: 16vw 7vw 36vw 7vw; }
    section#section_contact .col-md-12:nth-child(2) {
      padding: 0 8vw 0 8vw; }
    section#section_contact .text-area {
      margin-top: 10vw; }
    section#section_contact ul {
      margin: 6vw 0 10vw; }
      section#section_contact ul li {
        margin-bottom: 1vw; }
  /* ---- footer#footer ---- */
  footer#footer {
    padding: 0 6vw 0 6vw; }
    footer#footer .col-md-12 {
      padding: 8vw 7vw 8vw 7vw; }
    footer#footer ul {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      footer#footer ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1vw; }
      footer#footer ul p {
        margin: 0; }
    footer#footer #copyright {
      margin-top: 6vw;
      text-align: left; }
      footer#footer #copyright span.p-copyright {
        margin-right: 2vw; }
  /* ------ Inner ------ */
  /* ---- Btn Data ---- */
  .btn-data {
    margin-bottom: 2.5vw; }
  /* ---- Fonts ---- */
  h1.title-small-inner {
    font-size: 2rem;
    letter-spacing: 2.2px; }
  h2.title-banner-en {
    font-size: 10rem;
    letter-spacing: 8px; }
  h2.sec-title, .sec-title {
    font-size: 1.8rem;
    letter-spacing: 2px; }
  /* ---- Adjustment ---- */
  .deco.deco-bg-inner {
    width: 70%;
    right: -2vw;
    bottom: 28vw; }
  /* ---- Div ---- */
  /* -- header#header_inner -- */
  header#header_inner .title-area {
    right: 8vw; }
  /* -- section#section_subsidy_inner -- */
  section#section_subsidy_inner {
    padding-bottom: 12vw !important; }
    section#section_subsidy_inner .media {
      margin-top: 4vw; }
    section#section_subsidy_inner li.media {
      display: block; }
    section#section_subsidy_inner .media.adj {
      margin-top: 0; }
    section#section_subsidy_inner .sec-title {
      font-weight: 500; }
    section#section_subsidy_inner table * {
      word-break: break-all; }
  /* -- section#section_about_inner -- */
  section#section_about_inner01, section#section_subsidy_inner {
    padding: 12.5vw 6vw 0 6vw; }
    section#section_about_inner01 h1.title, section#section_subsidy_inner h1.title {
      margin-bottom: 6vw; }
    section#section_about_inner01 h1.title-small, section#section_subsidy_inner h1.title-small {
      margin: 6vw 0 5vw; }
  section#section_about_inner02 {
    padding: 12vw 6vw 0 6vw; }
    section#section_about_inner02 .col-md-12.adj {
      padding-top: 12vw; }
    section#section_about_inner02 h1.title {
      margin-bottom: 6vw; }
    section#section_about_inner02 .text-area h1.title-small {
      padding: 6vw 0 5vw 0; }
    section#section_about_inner02 .img-overflow {
      min-width: inherit;
      max-width: 55vw;
      margin-top: 6vw; }
  section#section_about_inner03 {
    padding: 12vw 6vw 12vw 6vw; }
    section#section_about_inner03 .col-md-12:last-child {
      padding: 3vw 5vw; }
    section#section_about_inner03 h1.title {
      margin-bottom: 6vw; }
    section#section_about_inner03 h1.title-small {
      margin-bottom: 4vw; }
    section#section_about_inner03 .img-overflow {
      width: 30vw;
      right: -4vw;
      bottom: 0; }
  /* -- nav#btn-products -- */
  nav#btn-products {
    padding: 10vw 5vw 0 5vw; }
    nav#btn-products .wrapper {
      width: 100% !important; }
    nav#btn-products ul {
      display: inline-block;
      padding: 2vw 6vw 6vw 6vw; }
  /* -- section#section_products_inner -- */
  section#section_products_inner {
    padding: 10vw 4vw 0 4vw;
    margin-bottom: 15vw; }
    section#section_products_inner .left {
      padding-right: 15px; }
    section#section_products_inner .right {
      padding-left: 15px; }
    section#section_products_inner ul.btn-data-area {
      margin-bottom: 10vw; }
    section#section_products_inner h1.title {
      margin-bottom: 6vw; }
    section#section_products_inner .title-products {
      margin-top: 10vw; }
      section#section_products_inner .title-products .line {
        display: none; }
    section#section_products_inner h2.sec-title, section#section_products_inner p {
      margin-top: 4vw; }
    section#section_products_inner p.sub {
      margin-top: 2vw; }
    section#section_products_inner img, section#section_products_inner .text-area {
      margin-top: 6vw; }
  /* ---- section#section_service_inner ---- */
  section#section_service_inner {
    padding: 10vw 7vw 12vw 7vw; }
    section#section_service_inner .col-md-12:last-child {
      padding: 5vw 5vw; }
    section#section_service_inner h1.title {
      margin-bottom: 6vw; }
  /* ---- section#section_contact_inner ---- */
  section#section_contact_inner {
    padding: 10vw 4vw 12vw 4vw; }
    section#section_contact_inner .col-md-12:first-child {
      padding: 0 8vw; }
    section#section_contact_inner .col-md-12.adj {
      padding: 10vw 8vw 0 8vw;
      margin-top: 8vw; }
    section#section_contact_inner a.hotline {
      margin: 3vw 0 6vw 0; }
    section#section_contact_inner p.sub {
      margin-top: 4vw; }
    section#section_contact_inner #map iframe {
      height: 32vw;
      margin-top: 10vw; } }

@media (max-width: 320px) {
  /* ---- nav#navbar ---- */
  nav#navbar {
    height: 62px; }
  /* ---- header#header ---- */
  header#header .swiper-container .slogan-area {
    padding: 0 16vw 0 12vw; } }
