* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-blue {
  color: #0060BA;
}

.color-red {
  color: #CC2D2D;
}

.bg-dark-blue {
  background-color: #00396e;
}

.bg-light-blue {
  background-color: #f1f8fe;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw200-extra-light {
  font-weight: 200 !important;
}

.fw300-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.show1180 {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show1180 {
    display: block !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide1180 {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "IBM Plex Sans Thai", serif;
  font-optical-sizing: auto;
  font-style: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #666;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

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

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

a path, button path, ::before, ::after {
  -webkit-transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -80px;
  }
}

.anchor-top0 {
  display: block;
  position: relative;
  top: 0;
  visibility: hidden;
}

strong {
  font-weight: 700;
}

/* Wrapper */
#wrapper {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 80px;
  }
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Main */
.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1180 {
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1180px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box .with-seperator {
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .with-seperator {
    padding-bottom: 20px;
  }
}
.txthead-box .with-seperator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 62px;
  height: 10px;
  background-image: url("/assets/images/commons/txthead-seperator.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.txthead-box .fz35 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz35 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz35 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.txthead-box .fz35 + .fz20 {
  margin-top: 15px;
}
.txthead-box .fz20 {
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz20 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz20 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.txthead-box .center {
  text-align: center;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}
header .header-top {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  header .header-top {
    height: 80px;
  }
}
header .header-top .col-left {
  width: 33.33%;
}
@media only screen and (max-width: 750px) {
  header .header-top .col-left {
    display: none;
  }
}
header .header-top .col-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-top .col-left ul li + li {
  margin-left: 10px;
}
header .header-top .col-left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-top .col-left ul li a img {
  width: 32px;
  height: auto;
}
header .header-top .col-left ul li a span {
  font-weight: 500;
  margin-left: 10px;
}
header .header-top .col-center {
  width: 33.34%;
}
@media only screen and (max-width: 750px) {
  header .header-top .col-center {
    width: auto;
  }
}
header .header-top .col-center a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
header .header-top .col-center a img {
  width: auto;
  height: 40px;
}
@media only screen and (max-width: 750px) {
  header .header-top .col-center a img {
    height: 32px;
  }
}
header .header-top .col-right {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  header .header-top .col-right {
    width: auto;
  }
}
header .header-top .col-right .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-top .col-right .sns ul li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  header .header-top .col-right .sns ul li + li {
    margin-left: 5px;
  }
}
header .header-top .col-right .sns ul li a {
  display: block;
}
header .header-top .col-right .sns ul li a img {
  width: 32px;
  height: auto;
}
@media only screen and (max-width: 750px) {
  header .header-top .col-right .sns ul li a img {
    width: 34px;
  }
}
header .header-top .col-right .sns p {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
header .header-btm {
  background: rgb(58, 160, 239);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(58, 160, 239)), color-stop(100%, rgb(5, 47, 165)));
  background: -webkit-gradient(linear, left top, right top, from(rgb(58, 160, 239)), to(rgb(5, 47, 165)));
  background: linear-gradient(to right, rgb(58, 160, 239) 0%, rgb(5, 47, 165) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3aa0ef", endColorstr="#052fa5", GradientType=1 );
}
@media only screen and (max-width: 750px) {
  header .header-btm {
    display: none;
  }
}
header .header-btm nav ul {
  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;
}
header .header-btm nav ul li {
  margin: 0 20px;
}
header .header-btm nav ul li a {
  height: 56px;
  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;
  font-weight: 400;
  color: #fff;
  position: relative;
}
header .header-btm nav ul li a:hover {
  opacity: 1;
}
header .header-btm nav ul li a:hover::after {
  width: 100%;
}
header .header-btm nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.btn-burger {
  display: none;
  width: 24px;
  height: 38px;
  margin-left: 16px;
  padding-top: 2px;
  background-color: #fff;
  border-radius: 0 5px 0 5px;
}
@media only screen and (max-width: 750px) {
  .btn-burger {
    display: block;
  }
}

.bar-icon {
  position: relative;
}
.bar-icon:hover {
  opacity: 1;
}
.bar-icon .bar1, .bar-icon .bar2, .bar-icon .bar3 {
  width: 23px;
  height: 2px;
  background-color: #0060BA;
  margin: 7px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.open .bar1 {
  background-color: #000;
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}
.open .bar2 {
  opacity: 0;
  background-color: #000;
}
.open .bar3 {
  background-color: #000;
  -webkit-transform: rotate(45deg) translate(-7px, -6px);
  transform: rotate(45deg) translate(-7px, -6px);
}

.menu-responsive {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  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-top: 116px;
  -webkit-transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive .content .menu ul li {
  margin: 15px 0;
}
.menu-responsive .content .menu ul li a {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #fff;
}

footer {
  padding: 15px 0;
  background-color: #00396e;
}
footer .footer .copyright p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
}

/* MV */
#mv .mv {
  width: 100%;
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-dots {
    bottom: -35px;
  }
}
#mv .mv .mv-dots li {
  margin: 0 5px;
}
#mv .mv .mv-dots li.slick-active button {
  background-color: #CC2D2D;
  border-color: #CC2D2D;
}
#mv .mv .mv-dots li button {
  display: block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 1px solid #aaa;
}
#mv .mv .mv-dots li button:hover {
  cursor: pointer;
}

/* About */
@media only screen and (max-width: 750px) {
  #about {
    padding-top: 80px;
  }
}
#about .about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #about .about .content {
    display: block;
  }
}
#about .about .content .col-left {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  #about .about .content .col-left {
    width: 100%;
  }
}
#about .about .content .col-left img {
  border-radius: 10px;
}
#about .about .content .col-right {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  #about .about .content .col-right {
    width: 100%;
    margin-top: 20px;
  }
}
#about .about .content .col-right p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .col-right p + p {
    margin-top: 10px;
  }
}
#about .about .content .col-right .star {
  margin-top: 20px;
}
#about .about .content .col-right .star img {
  width: 200px;
  height: auto;
}

/* Service */
#service .service .content .condition {
  margin-bottom: 1%;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #service .service .content .condition {
    margin-bottom: 5%;
    padding: 20px;
  }
}
#service .service .content .condition h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #service .service .content .condition h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 5px;
  }
}
#service .service .content .condition ol {
  list-style: decimal;
  margin-left: 20px;
}
#service .service .content .condition ol li {
  list-style: decimal;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#service .service .content .step 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;
}
@media only screen and (max-width: 750px) {
  #service .service .content .step ul {
    display: block;
  }
}
#service .service .content .step ul li {
  width: 31.33%;
  margin: 1%;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 30px 30px 30px;
}
@media only screen and (max-width: 750px) {
  #service .service .content .step ul li {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .content .step ul li + li {
    margin-top: 5%;
  }
}
#service .service .content .step ul li .icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #CC2D2D;
  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-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #service .service .content .step ul li .icon {
    width: 60px;
    height: 60px;
  }
}
#service .service .content .step ul li .icon img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 750px) {
  #service .service .content .step ul li .icon img {
    width: 30px;
    height: 30px;
  }
}
#service .service .content .step ul li h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #000;
}
@media only screen and (max-width: 1180px) {
  #service .service .content .step ul li h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .content .step ul li h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#service .service .content .check {
  margin-top: 50px;
}
#service .service .content .check ul li {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
#service .service .content .check ul li + li {
  margin-top: 2%;
}
#service .service .content .check ul li h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

/* Warranty */
#warranty .warranty .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
}
#warranty .warranty .content ul li {
  width: 23%;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content ul li {
    width: 47.5%;
  }
}
#warranty .warranty .content ul li .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content ul li .icon {
    width: 41px;
  }
}
#warranty .warranty .content ul li h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 15px 0 10px 0;
}
@media only screen and (max-width: 1180px) {
  #warranty .warranty .content ul li h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content ul li h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#warranty .warranty .content ul li p {
  line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content ul li p {
    line-height: 2rem;
  }
}
#warranty .warranty .content .condition {
  margin-top: 60px;
  padding: 40px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content .condition {
    margin-top: 40px;
    padding: 20px;
  }
}
#warranty .warranty .content .condition h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content .condition h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 5px;
  }
}
#warranty .warranty .content .condition ol {
  list-style: decimal;
  margin-left: 20px;
}
#warranty .warranty .content .condition ol li {
  list-style: decimal;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/* Documents */
#documents .documents .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -3%;
}
@media only screen and (max-width: 750px) {
  #documents .documents .content ul {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
}
#documents .documents .content ul li {
  position: relative;
  width: 30.33%;
  margin-left: 3%;
  margin-top: 3%;
  border: 1px solid #CC2D2D;
  border-radius: 10px;
  padding: 30px 20px;
}
@media only screen and (max-width: 750px) {
  #documents .documents .content ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #documents .documents .content ul li + li {
    margin-top: 7.5%;
  }
}
#documents .documents .content ul li .no {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #CC2D2D;
  color: #fff;
  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;
}
@media only screen and (max-width: 750px) {
  #documents .documents .content ul li .no {
    width: 30px;
    height: 30px;
  }
}
#documents .documents .content ul li .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#documents .documents .content ul li p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #documents .documents .content ul li p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #documents .documents .content ul li p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#documents .documents .remark {
  margin-top: 3%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  text-align: center;
}
#documents .documents .remark h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #CC2D2D;
}
@media only screen and (max-width: 1180px) {
  #documents .documents .remark h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #documents .documents .remark h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #documents .documents .remark p {
    line-height: 2rem;
  }
}

/* Customer */
#customer .customer .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1%;
  margin-top: -2%;
}
@media only screen and (max-width: 750px) {
  #customer .customer .content ul {
    margin-left: -2%;
    margin-top: -5%;
  }
}
#customer .customer .content ul li {
  width: 24%;
  margin-left: 1%;
  margin-top: 2%;
}
@media only screen and (max-width: 750px) {
  #customer .customer .content ul li {
    width: 48%;
    margin-left: 2%;
    margin-top: 5%;
  }
}
#customer .customer .content ul li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#customer .customer .content ul li h4 {
  color: #000;
  margin-top: 10px;
  font-weight: 700;
}
#customer .customer .content ul li p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-style: italic;
}

/* Contact */
#contact {
  background-image: url("/assets/images/top/contact-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 1180px) {
  #contact {
    background-attachment: scroll;
  }
}
#contact .contact .content .address {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .address {
    margin-bottom: 35px;
  }
}
#contact .contact .content .address p {
  color: #000;
  text-align: center;
}
#contact .contact .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content ul {
    display: block;
  }
}
#contact .contact .content ul li {
  margin: 0 10px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content ul li {
    display: table;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content ul li + li {
    margin-top: 10px;
  }
}
#contact .contact .content ul li a {
  display: block;
}
#contact .contact .content .carpark {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .carpark {
    margin-top: 35px;
  }
}