*, ::before, ::after {
  margin: 0;
  padding: 0;
  -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;
}

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 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.color-white {
  color: #fff;
}

.color-cyan {
  color: #009ea8;
}

.color-red {
  color: #FF0700;
}

.color-gray {
  color: #231f20;
}

.color-black {
  color: #000;
}

.bg-silver {
  background: #A7A9AB;
  background: -webkit-gradient(linear, left bottom, right top, from(rgb(167, 169, 171)), color-stop(50%, rgb(255, 255, 255)), to(rgb(170, 171, 174)));
  background: linear-gradient(to top right, rgb(167, 169, 171) 0%, rgb(255, 255, 255) 50%, rgb(170, 171, 174) 100%);
}

.bg-gray-dark {
  background-color: #1c1819;
}

.bg-black {
  background-color: #000;
}

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

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

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

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

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

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

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

.fz14 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

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

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

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

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

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

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  color: #fff;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #231f20;
}

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

strong {
  font-weight: 700;
}

/* Link */
.transition, button, input, #warranty .warranty .content #warranty-list .table table tbody tr td, #review .review .content .review-gallery ul li a img, #product .product .content .row .flex .col-left .product-slick-thumb .slick-slide, header .header .col-left .logo img, header .header, header, .hover-underline::after, a .cover img, a::before, a::after, a {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.75;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

.hover-underline {
  position: relative;
  display: inline-block;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/* Content */
.page-inner #wrapper {
  padding-top: 100px;
}

main {
  position: relative;
}

.content-1280 {
  width: 94%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  .content-1280 {
    width: 90%;
  }
}

.content-1080 {
  width: 94%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  .content-1080 {
    width: 90%;
  }
}

.content-850 {
  width: 94%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  .content-850 {
    width: 90%;
  }
}

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

/* Txthead */
.txthead-box {
  display: table;
}
.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 30px;
  }
}
.txthead-box.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.txthead-box.seperator {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.seperator {
    padding-bottom: 35px;
  }
}
.txthead-box.seperator::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  width: 35px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/commons/txthead-seperator.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .txthead-box.seperator::after {
    width: 30px;
    height: 25px;
  }
}
.txthead-box .fz36 {
  font-size: 3.6rem;
  line-height: 4.6rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz36 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz36 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}

/* Btn */
.btn-box {
  display: table;
}
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 30px;
  }
}
.btn-box.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt40 {
    margin-top: 30px;
  }
}
.btn-box.center {
  margin-left: auto;
  margin-right: auto;
}

.btn.square {
  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;
  height: 55px;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  .btn.square {
    height: 50px;
  }
}
.btn.square .txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .btn.square .txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.btn.square.border-cyan {
  border: 2px solid #009ea8;
}
.btn.square.border-cyan:hover {
  opacity: 1;
  color: #fff;
  background-color: #009ea8;
}
.btn.square.border-orange {
  border: 2px solid #FFAB00;
}
.btn.square.border-orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #FFAB00;
}
.btn.square.border-green {
  border: 2px solid #00D00E;
}
.btn.square.border-green:hover {
  opacity: 1;
  color: #fff;
  background-color: #00D00E;
}
.btn.square.border-red {
  border: 2px solid #FF0700;
}
.btn.square.border-red:hover {
  opacity: 1;
  color: #fff;
  background-color: #FF0700;
}
.btn.square.green {
  color: #fff;
  background-color: #00D00E;
}
.btn.square.orange {
  color: #fff;
  background-color: #FFAB00;
}
.btn.square.orange .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(202deg) brightness(99%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(202deg) brightness(99%) contrast(105%);
}
.btn.with-icn {
  gap: 10px;
}
.btn.w-auto {
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  .btn.w-auto {
    padding: 0 30px;
  }
}
.btn.pad-lr-20 {
  padding: 0 20px;
}

.page-top header .header .col-right .menu ul li a.current::after {
  width: 100% !important;
}

.page-inner header {
  background-color: #009ea8;
}
.page-inner header .header .col-left .logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(202deg) brightness(99%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(202deg) brightness(99%) contrast(105%);
}
.page-inner header .header .col-right .menu ul li a::after {
  background-color: #fff;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
}
header.background {
  background-color: #009ea8;
}
header.background .header {
  height: 70px;
}
header.background .header .col-left .logo img {
  height: 45px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(202deg) brightness(99%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(202deg) brightness(99%) contrast(105%);
}
header.background .header .col-right .menu ul li a::after {
  background-color: #fff;
}
header .header {
  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;
  height: 100px;
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 70px;
  }
}
header .header .col-left .logo {
  display: table;
}
header .header .col-left .logo img {
  width: auto;
  height: 60px;
}
@media only screen and (max-width: 750px) {
  header .header .col-left .logo img {
    height: 45px;
  }
}
header .header .col-right {
  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;
  gap: 25px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .menu {
    display: none;
  }
}
header .header .col-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
header .header .col-right .menu ul li a {
  display: table;
  padding: 2px 0;
  position: relative;
  font-weight: 400;
}
header .header .col-right .menu ul li a:hover {
  opacity: 1;
}
header .header .col-right .menu ul li a:hover::after {
  width: 100%;
}
header .header .col-right .menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 2px;
  background-color: #009ea8;
  border-radius: 2px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .button {
    display: none;
  }
}
header .header .col-right .button a {
  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;
  gap: 8px;
  background-color: #FFAB00;
  color: #fff;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 6px;
}
header .header .col-right .button a .icn {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(97deg) brightness(105%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(97deg) brightness(105%) contrast(102%);
}
header .header .col-right .btn-burger {
  display: none;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  padding-top: 2px;
  padding-left: 8px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .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: #fff;
  margin: 7px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}
.open .bar2 {
  opacity: 0;
}
.open .bar3 {
  -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);
  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: 100px;
  -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);
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 80px;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive .content .menu ul li {
  margin: 30px 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;
}
.menu-responsive .content .button {
  margin-top: 35px;
}

.active-mn-01 .mn-01::after,
.active-mn-02 .mn-02::after,
.active-mn-03 .mn-03::after,
.active-mn-04 .mn-04::after,
.active-mn-05 .mn-05::after {
  width: 100% !important;
}

/* Footer */
footer .copyright {
  padding: 15px 5%;
  background-color: #009ea8;
}
@media only screen and (max-width: 750px) {
  footer .copyright {
    padding: 12px 5%;
  }
}
footer .copyright p {
  font-size: 1.4rem;
  text-align: center;
}

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

/* MV */
#mv {
  position: relative;
}
#mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Product */
#product {
  color: #000;
}
#product .product .content .row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex {
    display: block;
  }
}
#product .product .content .row .flex .col-left {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-left {
    width: 100%;
  }
}
#product .product .content .row .flex .col-left .product-slick {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
#product .product .content .row .flex .col-left .product-slick .slick-slide {
  margin: 0 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-left .product-slick .slick-slide {
    margin: 0 5px;
  }
}
#product .product .content .row .flex .col-left .product-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#product .product .content .row .flex .col-left .product-slick .slick-list {
  margin: 0 -10px;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-left .product-slick .slick-list {
    margin: 0 -5px;
  }
}
#product .product .content .row .flex .col-left .product-slick .item img {
  border-radius: 5px;
}
#product .product .content .row .flex .col-left .product-slick .dots-circle {
  margin-top: 20px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#product .product .content .row .flex .col-left .product-slick .dots-circle li.slick-active button {
  background-color: #009ea8;
}
#product .product .content .row .flex .col-left .product-slick .dots-circle li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #fff;
}
#product .product .content .row .flex .col-left .product-slick-thumb {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-left .product-slick-thumb {
    margin-top: 10px;
  }
}
#product .product .content .row .flex .col-left .product-slick-thumb .slick-slide {
  margin: 0 10px;
  border-radius: 5px;
  opacity: 0.5;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-left .product-slick-thumb .slick-slide {
    margin: 0 5px;
  }
}
#product .product .content .row .flex .col-left .product-slick-thumb .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#product .product .content .row .flex .col-left .product-slick-thumb .slick-slide.slick-current {
  opacity: 1;
}
#product .product .content .row .flex .col-left .product-slick-thumb .slick-slide:hover {
  opacity: 1;
  cursor: pointer;
}
#product .product .content .row .flex .col-left .product-slick-thumb .slick-list {
  margin: 0 -10px;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-left .product-slick-thumb .slick-list {
    margin: 0 -5px;
  }
}
#product .product .content .row .flex .col-left .product-slick-thumb .item img {
  border-radius: 5px;
}
#product .product .content .row .flex .col-right {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#product .product .content .row .flex .col-right .ttl {
  border-bottom: 3px solid #009ea8;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-right .ttl {
    margin-bottom: 20px;
  }
}
#product .product .content .row .flex .col-right .ttl h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  color: #009ea8;
}
@media only screen and (max-width: 1180px) {
  #product .product .content .row .flex .col-right .ttl h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#product .product .content .row .flex .col-right .ttl p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #231f20;
}
@media only screen and (max-width: 1180px) {
  #product .product .content .row .flex .col-right .ttl p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#product .product .content .row .flex .col-right .des h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1180px) {
  #product .product .content .row .flex .col-right .des h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 0;
  }
}
#product .product .content .row .flex .col-right .des p + p {
  margin-top: 10px;
}
#product .product .content .row .flex .col-right .des p + h4 {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-right .des p + h4 {
    margin-top: 15px;
  }
}
#product .product .content .row .flex .col-right .price {
  margin-top: 25px;
}
@media only screen and (max-width: 1180px) {
  #product .product .content .row .flex .col-right .price {
    margin-top: 20px;
  }
}
#product .product .content .row .flex .col-right .price p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #product .product .content .row .flex .col-right .price p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#product .product .content .row .flex .col-right .price p span {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  color: #FF0700;
}
@media only screen and (max-width: 1180px) {
  #product .product .content .row .flex .col-right .price p span {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .flex .col-right .price p span {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#product .product .content .row .thumb3 {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #product .product .content .row .thumb3 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .thumb3 {
    margin-top: 40px;
  }
}
#product .product .content .row .thumb3 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #product .product .content .row .thumb3 ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

/* Model */
#model .model .content .model-list .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list .row + .row {
    margin-top: 30px;
  }
}
#model .model .content .model-list .row.col7525 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 74% 2% 24%;
  grid-template-columns: 74% 24%;
  gap: 2%;
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list .row.col7525 {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list .row.col7525 > div + div {
    margin-top: 30px;
  }
}
#model .model .content .model-list .row.col5050 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 2% 49%;
  grid-template-columns: 49% 49%;
  gap: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list .row.col5050 {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list .row.col5050 > div + div {
    margin-top: 30px;
  }
}
#model .model .content .model-list h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 10px 15px;
  background-color: #009ea8;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 1180px) {
  #model .model .content .model-list h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list h3 {
    padding: 5px 10px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#model .model .content .model-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-row-gap: 40px;
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list ul {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#model .model .content .model-list ul.col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list ul.col3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#model .model .content .model-list ul.col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
#model .model .content .model-list ul.col1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list ul.col1 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#model .model .content .model-list ul li .cover {
  border-radius: 5px;
  overflow: hidden;
}
#model .model .content .model-list ul li .brief {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list ul li .brief {
    margin-top: 5px;
  }
}
#model .model .content .model-list ul li .brief h4 {
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #model .model .content .model-list ul li .brief h4 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#model .model .content .model-list ul + h3 {
  margin-top: 60px;
}

/* Review */
#review .review .content .review-gallery ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #review .review .content .review-gallery ul {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #review .review .content .review-gallery ul {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
#review .review .content .review-gallery ul li a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
#review .review .content .review-gallery ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #FFAB00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
#review .review .content .review-gallery ul li a:hover {
  opacity: 1;
}
#review .review .content .review-gallery ul li a:hover::before {
  opacity: 1;
}
#review .review .content .review-gallery ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#review .review .content .review-gallery ul li a img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Contact */
#contact .contact .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content {
    display: block;
  }
}
#contact .contact .content .col {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .col {
    width: 100%;
  }
}
#contact .contact .content .col:nth-child(2) {
  padding: 10px;
  border: 1px solid #444;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .col:nth-child(2) {
    margin-top: 30px;
  }
}
#contact .contact .content .col h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #009ea8;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .content .col h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#contact .contact .content .col ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-row-gap: 5px;
}
#contact .contact .content .col ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact .content .col ul li .icn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
#contact .contact .content .col ul li + li {
  margin-top: 5px;
}
#contact .contact .content .col ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .col .btn-box {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
#contact .contact .content .col .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  min-height: 300px;
  border-radius: 5px;
  overflow: hidden;
}
#contact .contact .content .col .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* warranty */
#warranty .warranty .content .form .form-row + .form-row {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content .form .form-row + .form-row {
    margin-top: 20px;
  }
}
#warranty .warranty .content .form .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content .form .form-row.flex {
    display: block;
  }
}
#warranty .warranty .content .form .form-row.flex .col.w50 {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content .form .form-row.flex .col.w50 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content .form .form-row.flex .col + .col {
    margin-top: 20px;
  }
}
#warranty .warranty .content .form .form-row .label .imp {
  color: #FF0700;
}
#warranty .warranty .content .form .form-row .field {
  margin-top: 5px;
}
#warranty .warranty .content .form .form-row .field.checklist {
  padding-top: 6px;
}
#warranty .warranty .content .form .form-row .field.checklist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-row-gap: 10px;
}
#warranty .warranty .content .form .form-row .field.checklist ul li input {
  margin-right: 8px;
}
#warranty .warranty .content .form .form-row .field.checklist ul li input:hover {
  cursor: pointer;
}
#warranty .warranty .content .form .form-row .field.checklist ul li:hover {
  cursor: pointer;
}
#warranty .warranty .content .form .form-button {
  margin-top: 60px;
  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;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #warranty .warranty .content .form .form-button {
    margin-top: 40px;
    gap: 10px;
  }
}
#warranty .warranty .content .form .form-button .btn {
  color: #fff;
}
#warranty .warranty .content .thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
}
#warranty .warranty .content .thanks p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
#warranty .warranty .content #warranty-list .table {
  overflow: auto;
}
#warranty .warranty .content #warranty-list .table table {
  min-width: 1180px;
  border-spacing: 1px;
  border-collapse: separate;
}
#warranty .warranty .content #warranty-list .table table tbody tr:hover td {
  background-color: #eee;
}
#warranty .warranty .content #warranty-list .table table tbody tr:first-child td {
  font-size: 1.6rem;
  padding: 15px 0;
  font-weight: 500;
  color: #fff;
  background-color: #FFAB00;
}
#warranty .warranty .content #warranty-list .table table tbody tr td {
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: center;
  color: #000;
  background-color: #fff;
}
#warranty .warranty .content #warranty-list .table table tbody tr td .manage 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;
  gap: 5px;
}
#warranty .warranty .content #warranty-list .table table tbody tr td .manage ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#warranty .warranty .content #warranty-list .table table tbody tr td .manage ul li::after {
  content: "|";
  color: #aaa;
}
#warranty .warranty .content #warranty-list .table table tbody tr td .manage ul li + li::after {
  display: none;
}
#warranty .warranty .content #warranty-list .table table tbody tr td .manage ul li a {
  display: block;
  color: #000;
}

.txtbox {
  display: block;
  width: 100%;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  outline: none;
  padding: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 6px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Radio */
.radio-btn {
  display: table;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn input.textbox {
  position: static;
  opacity: 1;
  cursor: auto;
  margin-top: -10px;
  width: 100%;
}

.checkmark {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.radio-btn:hover input ~ .checkmark {
  background-color: #fff;
}

.radio-btn input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #009ea8;
}

#loginModal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}
#loginModal .loginModal {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#loginModal .loginModal h3 {
  color: #000;
}
#loginModal .loginModal button {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  background: #009ea8;
  color: #fff;
  border: none;
  border-radius: 5px;
}
#loginModal .loginModal #loginError {
  color: red;
  margin-top: 10px;
  display: none;
}