@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -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-green {
  color: #1FAA75;
}

.color-blue {
  color: #2C3B54;
}

.bg-gray-light {
  background-color: #FAFAFA;
}

.bg-green-light {
  background-color: #F1F9F6;
}

.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;
}

.fw800-extra {
  font-weight: 800 !important;
}

.fw900-black {
  font-weight: 900 !important;
}

.center {
  text-align: center;
}

.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: "Noto Sans Thai", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
body.hidden {
  overflow: hidden;
}

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.2s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a img {
  display: block;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.75, 0.3, 0.25, 1);
}

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

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

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

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

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

.link-unerline {
  text-decoration: underline;
}

#container {
  margin-top: -30px;
}
@media only screen and (max-width: 1180px) {
  #container {
    margin-top: 0;
  }
}

.tel-link {
  color: #000 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.txt-link {
  font-weight: 600;
  text-decoration: underline;
}

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

/* Main */
main {
  overflow: hidden;
}

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

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

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

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

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

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

.pad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.pad120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.bg-grey {
  background-color: #F7F7F7;
}

.bg-darkgrey {
  background-color: #F2F1F1;
}

.fw-light {
  font-weight: 300;
}

.t-center {
  text-align: center;
}

.dis-in-black {
  display: inline-block;
}

.txthead-box {
  text-align: center;
}
.txthead-box .fz56 {
  font-size: 5.6rem;
  line-height: 6.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz56 {
    font-size: 3.8rem;
    line-height: 3rem;
  }
}
.txthead-box .fz36 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz36 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.txthead-box .fz32 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz32 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz26 {
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 500;
}
.txthead-box .fz48 {
  font-size: 4.8rem;
  line-height: 5.2rem;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz48 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.txthead-box .fz14 {
  font-size: 1.4rem;
  line-height: 3rem;
}
.txthead-box .f-poppins {
  font-family: "Poppins", sans-serif;
}
.txthead-box .fw-b {
  font-weight: 700;
}
.txthead-box .c-orange {
  color: #FF9500;
}

/* Button */
.btn {
  padding: 10px 40px 10px 20px;
  background-color: #FFF;
  border-radius: 50px;
  border: 2px solid #26979F;
  width: 100%;
  font-weight: 500;
  max-width: 176px;
  text-align: center;
}
.btn p {
  color: #26979F !important;
}
.btn.w300 {
  max-width: 300px !important;
}
.btn.btn-download {
  position: relative;
}
.btn.btn-download:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/commons/ico-download.svg");
  background-size: 100%;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.btn.btn-contact {
  position: relative;
}
.btn.btn-contact:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/commons/ico-mail.svg");
  background-size: 100%;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.btn.btn-contact {
  background-color: #26979F;
}
.btn.btn-contact p {
  color: #FFF !important;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E7E7E7;
}
header .header .flex {
  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: 90px;
  padding: 0 20px;
}
@media only screen and (max-width: 1180px) {
  header .header .flex {
    padding: 0 5%;
    height: 70px;
  }
}
header .header .flex .btn-box-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .flex .btn-box-w .btn {
  width: 176px;
}
header .header .flex .btn-box-w .btn + .btn {
  margin-left: 4%;
}
@media only screen and (max-width: 1180px) {
  header .header .flex .btn-box-w .btn {
    width: 150px;
  }
}
header .header .flex .btn-ico-contact-sp {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .flex .btn-ico-contact-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-right: 20px;
  }
  header .header .flex .btn-ico-contact-sp img {
    width: 42px;
  }
}
header .header .flex .main-menu {
  gap: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 1350px) {
  header .header .flex .main-menu {
    gap: 10px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .flex .main-menu {
    display: none;
  }
}
header .header .flex .main-menu a {
  color: #666666 !important;
  font-size: 1.4rem;
  white-space: nowrap;
}
header .header .flex .main-menu a:hover {
  position: relative;
}
header .header .flex .main-menu a:hover::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #FF9500;
  left: 50%;
  top: -10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
header .header .flex .main-menu a:hover::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #FF9500;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
header .header .flex .col-left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  header .header .flex .col-left .logo img {
    width: 170px;
    height: auto;
  }
}
header .header .flex .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;
}
@media only screen and (max-width: 1350px) {
  header .header .flex .col-right a {
    font-size: 1vw !important;
    line-height: 1.2vw !important;
    padding: 12px 10px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .flex .col-right a {
    font-size: inherit !important;
    line-height: inherit !important;
    padding: inherit;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .flex .col-right .link {
    display: none;
  }
}
header .header .flex .col-right .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .flex .col-right .link ul li {
  margin-right: 10px;
}
header .header .flex .col-right .link ul li.btn-app {
  border: 1px solid #E7E7E7;
  padding: 5px 20px;
  border-radius: 30px;
}
@media only screen and (max-width: 1350px) {
  header .header .flex .col-right .link ul li.btn-app {
    margin-right: 10px !important;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header .flex .col-right .link ul li.btn-app {
    padding: 2px 10px;
  }
}
header .header .flex .col-right .link ul li.btn-play {
  border: 1px solid #E7E7E7;
  padding: 5px 20px;
  border-radius: 30px;
}
@media only screen and (max-width: 1350px) {
  header .header .flex .col-right .link ul li.btn-play {
    margin-right: 10px !important;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header .flex .col-right .link ul li.btn-play {
    padding: 2px 10px;
  }
}
header .header .flex .col-right .link ul li.btn-play p {
  margin-left: 28px;
}
@media only screen and (max-width: 1350px) {
  header .header .flex .col-right .link ul li.btn-play p {
    margin-left: 18px;
  }
}
header .header .flex .col-right .link ul li.btn-play a {
  padding-right: 0 !important;
  background-image: url("/assets/images/commons/icon_youtube.svg");
  background-size: 22px;
  background-position: left;
}
header .header .flex .col-right .link ul li a {
  display: block;
  font-weight: 500;
  padding-right: 13px;
  background-image: url("/assets/images/commons/header-link-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 5px;
}
header .header .flex .col-right .link ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1180px) {
  header .header .flex .col-right .button {
    display: none;
  }
}
header .header .flex .col-right .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .flex .col-right .button ul li {
  width: 200px;
}
@media only screen and (max-width: 1350px) {
  header .header .flex .col-right .button ul li {
    width: 175px;
  }
}
header .header .flex .col-right .button ul li + li {
  margin-left: 10px;
}
header .header .flex .col-right .button ul li.w100 {
  width: 270px;
}
header .header .flex .col-right .button ul li.w160 {
  width: 160px;
}
header .header .flex .col-right .button ul li.w180 {
  width: 180px;
}
header .header .flex .col-right .fz14 {
  font-size: 1.4rem !important;
}
header .header .flex .col-right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .flex .col-right .btn-burger {
    display: block;
  }
}
header .header .flex .col-right .btn-burger .bar-icon {
  position: relative;
  width: 28px;
  height: 36px;
  display: inline-block;
}
header .header .flex .col-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .flex .col-right .btn-burger .bar-icon .bar1, header .header .flex .col-right .btn-burger .bar-icon .bar2, header .header .flex .col-right .btn-burger .bar-icon .bar3 {
  width: 28px;
  height: 2px;
  background-color: #000;
  margin: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .flex .col-right .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}
header .header .flex .col-right .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .flex .col-right .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}
header .header nav {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
@media only screen and (max-width: 1180px) {
  header .header nav {
    display: none;
  }
}
header .header 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 nav ul li {
  border-left: 1px solid #E7E7E7;
}
header .header nav ul li:last-child {
  border-right: 1px solid #E7E7E7;
}
header .header nav ul li 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;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  height: 50px;
  font-weight: 500;
  background-image: url("/assets/images/commons/header-menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: center bottom 5px;
  background-size: 10px;
}
@media only screen and (max-width: 1280px) {
  header .header nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .header nav ul li a:hover {
  opacity: 1;
  color: #1FAA75;
}

.menu-responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding-top: 94px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 95px;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}
.menu-responsive .btn-box-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.menu-responsive .box {
  width: 100%;
  padding: 0 4%;
}
.menu-responsive .box nav ul li + li {
  border-top: 1px solid #e2e2e2;
}
.menu-responsive .box nav ul li.small a {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .box nav ul li.small a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.menu-responsive .box nav ul li a {
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("/assets/images/commons/header-link-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 12px !important;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .box nav ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-size: 26px;
  }
}
.menu-responsive .box nav ul li a.toggle-btn {
  background-image: url("/assets/images/commons/toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 26px;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .box nav ul li a.toggle-btn {
    background-size: 24px;
  }
}
.menu-responsive .box nav ul li a.toggle-btn.active {
  background-image: url("/assets/images/commons/toggle-open.svg");
}
.menu-responsive .box nav ul li .toggle-content {
  display: none;
  border-top: 1px solid #e2e2e2;
}
.menu-responsive .box nav ul li .toggle-content li a {
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .box nav ul li .toggle-content li a {
    padding-left: 24px;
  }
}
.menu-responsive .box .btn-box a + a {
  margin-top: 10px;
}
.menu-responsive .button {
  margin: auto;
  max-width: 350px;
  padding-top: 20px;
  padding-bottom: 60px;
}
.menu-responsive .button li + li {
  margin-top: 10px;
}

.btn-play-sp {
  border: 1px solid #E7E7E7;
  padding: 5px 20px;
  border-radius: 30px;
}
.btn-play-sp p {
  background-image: url("/assets/images/commons/icon_youtube.svg");
  background-size: 22px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-weight: 500;
}

.hide-menu-nav #wrapper {
  padding-top: 70px;
}
.hide-menu-nav #wrapper header {
  border-bottom: 1px solid #E7E7E7;
}
.hide-menu-nav #wrapper header .header nav {
  display: none;
}

/* Footer */
footer {
  background-color: #666;
  color: #FFF;
  padding: 60px 0;
  position: relative;
}
footer .menu-footer {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 60px 0 40px 0;
}
@media only screen and (max-width: 1180px) {
  footer .menu-footer {
    gap: 10px;
    max-width: 650px;
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  footer .menu-footer {
    display: none;
  }
}
footer .menu-footer a p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
footer .logo-center-footer {
  display: block;
  margin: auto;
  max-width: 260px;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  footer .logo-center-footer {
    margin-bottom: 40px;
  }
}
footer .btn-top {
  width: 97px;
  height: 65px;
  position: absolute;
  top: -29px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
footer .sns-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 10px 0;
}
@media only screen and (max-width: 1180px) {
  footer .sns-footer {
    margin-top: 40px;
  }
}
footer .copyright {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

/* MV */
#mv {
  background-image: url("../../assets/images/top/mv-woman.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv {
    height: 450px;
    background-position: top right 40%;
  }
}
#mv #bgVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  #mv #bgVideo {
    min-height: 50%;
  }
}
#mv .mv {
  position: relative;
  height: 100%;
}
#mv .scrolldown {
  position: absolute;
  top: 400px;
  right: 40px;
  -webkit-animation: fv_city_lead 3s ease-in-out 0s infinite forwards;
          animation: fv_city_lead 3s ease-in-out 0s infinite forwards;
}
@media only screen and (max-width: 750px) {
  #mv .scrolldown {
    right: 10px;
    top: 290px;
    width: 30px;
  }
}
#mv .box-l {
  position: absolute;
  top: 160px;
  left: 10%;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #mv .box-l {
    top: 12%;
    left: 20px;
  }
}
#mv .txt-h1 {
  font-size: 3.6rem;
  line-height: 4.5rem;
  font-weight: 500;
  margin-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  #mv .txt-h1 {
    font-size: 4vw;
    line-height: 3.6rem;
    margin-bottom: 140px;
  }
}
#mv .txt-h1 h1 {
  font-size: 12.8rem;
  line-height: 9rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #mv .txt-h1 h1 {
    font-size: 12vw;
    line-height: 6vw;
    margin-bottom: 5%;
  }
}
#mv .btn-box-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #mv .btn-box-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mv .btn-box-w a {
  max-width: 240px;
}
#mv .btn-box-w a + a {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  #mv .btn-box-w a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}

@-webkit-keyframes fv_city_lead {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fv_city_lead {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#intro-content {
  font-weight: 300;
  width: 95%;
  margin: auto;
}
#intro-content .logo-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
#intro-content .logo-intro li {
  max-width: 104px;
}
@media only screen and (max-width: 750px) {
  #intro-content .logo-intro li {
    width: 28%;
    max-width: inherit;
    margin-top: 20px;
  }
}
#intro-content .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 120px;
  margin: 30px 0 60px 0;
}
@media only screen and (max-width: 850px) {
  #intro-content .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 140px;
  }
}
@media only screen and (max-width: 850px) {
  #intro-content .point li {
    margin: auto;
  }
}
#intro-content .point .warranty {
  color: #004286;
  text-align: center;
  position: relative;
  display: inline-block;
}
#intro-content .point .warranty .fz14 {
  font-size: 1.4rem;
  font-weight: 700;
}
#intro-content .point .warranty .fz20 {
  font-size: 2rem;
  font-weight: 700;
}
#intro-content .point .warranty .fz41 {
  font-size: 4.1rem;
  font-weight: 700;
  margin-top: 5px;
}
#intro-content .point .warranty::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/top/leaf-l.png);
  width: 49px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: -50px;
}
#intro-content .point .warranty::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/top/leaf-r.png);
  width: 49px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: -50px;
}
@media only screen and (max-width: 750px) {
  #intro-content .t-center {
    text-align: left;
    padding: 0 10px;
    line-height: 2.4rem;
  }
}

#what-content {
  width: 98%;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #what-content .txthead-box {
    padding: 0 2%;
  }
  #what-content .txthead-box p {
    line-height: 2.3rem;
  }
}
#what-content .what-box {
  position: relative;
  padding-bottom: 180px;
}
@media only screen and (max-width: 750px) {
  #what-content .what-box {
    position: inherit;
    padding-bottom: 0;
  }
}
#what-content .what-box h3 {
  background-color: #FF9500;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 20px;
}
#what-content .txt-l {
  position: absolute;
  max-width: 392px;
  width: 40%;
  top: 34%;
  left: -30px;
  margin-right: 30px;
}
@media only screen and (max-width: 1280px) {
  #what-content .txt-l {
    width: 33%;
  }
}
@media only screen and (max-width: 750px) {
  #what-content .txt-l {
    position: inherit;
    width: 100%;
    max-width: initial;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #what-content .txt-l h3 {
    display: block;
  }
}
#what-content .txt-r {
  position: absolute;
  max-width: 392px;
  width: 40%;
  top: 34%;
  right: -30px;
}
@media only screen and (max-width: 1280px) {
  #what-content .txt-r {
    width: 33%;
  }
}
@media only screen and (max-width: 750px) {
  #what-content .txt-r {
    position: inherit;
    width: 100%;
    max-width: initial;
  }
}
@media only screen and (max-width: 750px) {
  #what-content .txt-r h3 {
    display: block;
  }
}
#what-content .txt-b {
  position: absolute;
  max-width: 580px;
  width: 100%;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
  #what-content .txt-b {
    position: relative;
    width: 100%;
    max-width: initial;
    bottom: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    margin-top: 30px;
  }
}
#what-content .txt-b h3 {
  text-align: center;
  display: table;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #what-content .txt-b h3 {
    text-align: left;
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #what-content .infor-img {
    margin-bottom: 30px;
  }
}

#video-content .video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0 2%;
}
@media only screen and (max-width: 850px) {
  #video-content .video-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4%;
  }
}
#video-content .video-list .videoWrapper {
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #video-content .video-list .videoWrapper {
    max-width: 650px;
  }
}
#video-content .video-list s .video {
  max-width: 450px;
  width: 100%;
  position: relative;
  z-index: 0;
}
#video-content .video-list s .video .vdo-img {
  border-radius: 10px;
}
#video-content .video-list s .video .ico-play {
  width: 35%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
  #video-content .video-list s .video .ico-play {
    width: 90px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 14.25%;
  padding-top: 25px;
  height: 0;
}
@media only screen and (max-width: 850px) {
  .videoWrapper {
    padding-bottom: 56.25%; /* 16:9 */
  }
}
.videoWrapper iframe {
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  #customer-content h2 {
    line-height: 4rem;
    margin-bottom: -30px;
    padding: 0 2%;
  }
}
#customer-content .number-company {
  font-family: "Poppins", sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  color: #FF9500;
}
@media only screen and (max-width: 750px) {
  #customer-content .number-company {
    font-size: 4.4rem;
  }
}
#customer-content .customer-list {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #customer-content .customer-list {
    margin-top: 20px;
  }
}
#customer-content .infinite-scroll {
  background: transparent;
  display: block;
  height: auto;
}
#customer-content .infinite-scroll .companyslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#customer-content .infinite-scroll .companyslide .logo-item .infiniteslide__box {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
  padding: 10px;
  text-align: center;
  margin: 12px;
  width: 270px;
  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) {
  #customer-content .infinite-scroll .companyslide .logo-item .infiniteslide__box {
    width: 170px;
    border-radius: 4px;
  }
}
#customer-content .infinite-scroll .companyslide .logo-item .infiniteslide__box .infiniteslide__img {
  height: 95px;
}
@media only screen and (max-width: 750px) {
  #customer-content .infinite-scroll .companyslide .logo-item .infiniteslide__box .infiniteslide__img {
    height: 65px;
  }
}
#customer-content .case_voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2%;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #customer-content .case_voice__list {
    gap: 1%;
  }
}
#customer-content .case_voice__list .case_voice__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 26px;
  margin-bottom: 10px;
  min-height: 27em;
  max-width: 400px;
}
@media only screen and (max-width: 750px) {
  #customer-content .case_voice__list .case_voice__item {
    max-width: 330px;
  }
}
#customer-content .case_voice__list .case_voice__item .voice_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
}
#customer-content .case_voice__list .case_voice__item .voice_head img {
  width: 69px;
}
@media only screen and (max-width: 750px) {
  #customer-content .case_voice__list .case_voice__item .voice_head img {
    width: 60px;
    margin-right: 10px;
  }
}
#customer-content .case_voice__list .case_voice__item .voice_head dd {
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  #customer-content .case_voice__list .case_voice__item .voice_head dd {
    font-size: 1.4rem;
  }
}
#customer-content .case_voice__list .case_voice__item .voice_head dd > strong {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #customer-content .case_voice__list .case_voice__item .voice_head dd > strong {
    font-size: 2rem;
  }
}
#customer-content .case_voice__list .case_voice__item .voice_head dd > span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  #customer-content .case_voice__list .case_voice__item .voice_head dd > span {
    font-size: 1.6rem;
  }
}
#customer-content .case_voice__list .case_voice__item .voice_item .voice_star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 12px 0 14px;
}
#customer-content .case_voice__list .case_voice__item .voice_item .voice_star .star {
  background: url(../../assets/images/top/ico-star.svg) no-repeat center/cover;
  display: block;
  width: 26px;
  height: 25px;
}
#customer-content .case_voice__list .case_voice__item .voice_item .voice_txt ul {
  margin-left: 20px;
}
#customer-content .case_voice__list .case_voice__item .voice_item .voice_txt ul li {
  list-style-type: disc;
  margin: 5px 0;
}
#customer-content .splide__arrow {
  background: none !important;
  top: inherit !important;
  bottom: -88px;
  width: 60px;
  opacity: 1 !important;
}
#customer-content .splide__arrow:hover {
  opacity: 0.7 !important;
}
@media only screen and (max-width: 750px) {
  #customer-content .splide__arrow {
    display: none;
  }
}
#customer-content .splide__arrow--prev {
  left: 50%;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
#customer-content .splide__arrow--next {
  right: 50%;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
#customer-content .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -100px !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  right: inherit;
}
@media only screen and (max-width: 750px) {
  #customer-content .splide__pagination {
    width: 100%;
    bottom: -80px !important;
  }
}
#customer-content .splide__pagination__page.is-active {
  background: #FFF !important;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
}
#customer-content .splide__progress__bar {
  height: 8px;
  background: #CCCCCC;
}
#customer-content .splide__pagination__page {
  width: 8px;
  margin: 15px;
  border-radius: 20px;
  height: 8px;
  opacity: 100;
}
#customer-content .splide__pagination__page.is-active {
  background: #CCCCCC;
}

.infinite-scroll {
  width: 100vw;
  height: 100px;
  margin: 0 calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.infiniteslide {
  display: none;
}

.infiniteslide__img {
  width: auto;
  height: 100px;
}

#problem-content .problem-list {
  max-width: 970px;
  width: 92%;
  margin: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #problem-content .problem-list {
    margin-top: 20px;
  }
}
#problem-content .problem-list li {
  width: 48.3%;
  background-color: #F7F7F7;
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  #problem-content .problem-list li {
    width: 100%;
  }
}
#problem-content .problem-list li h3 {
  border-radius: 8px 8px 0 0;
  color: #FFF;
  background-color: #FF9500;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 500;
}
#problem-content .problem-list li .txt-problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 16px;
  font-weight: 300;
}

#why-content .why-list {
  max-width: 970px;
  width: 92%;
  margin: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #why-content .why-list {
    margin-top: 30px;
  }
}
#why-content .why-list li {
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  font-weight: 300;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #why-content .why-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#why-content .why-list li .why-img {
  width: 160px;
  height: 130px;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  #why-content .why-list li .why-img {
    margin: auto;
  }
}
#why-content .why-list li h3 {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #why-content .why-list li h3 {
    margin-bottom: 10px;
  }
}
#why-content .why-list li h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0px;
  background-color: #FF9500;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 750px) {
  #flow-content .txthead-box .mt20 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #flow-content .flow-img {
    margin-top: 20px !important;
  }
}

#faq-content .faq-list {
  max-width: 970px;
  width: 92%;
  margin: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #faq-content .faq-list {
    margin-top: 20px;
  }
}
#faq-content .faq-list ul li {
  background-color: #FFF;
  border-radius: 10px;
}
#faq-content .faq-list ul li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #faq-content .faq-list ul li + li {
    margin-top: 20px;
  }
}
#faq-content .faq-list ul li .toggle-btn {
  border-radius: 10px 10px 0 0;
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
  padding-right: 40px;
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-weight: 600;
  background-image: url("../../assets/images/commons/ico-close.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 25px;
}
@media only screen and (max-width: 750px) {
  #faq-content .faq-list ul li .toggle-btn {
    font-size: 1.6rem;
    line-height: 2.3rem;
    background-size: 15px;
    padding-left: 50px;
    background-position: center right 10px;
  }
}
#faq-content .faq-list ul li .toggle-btn.active {
  background-image: url("../../assets/images/commons/ico-open.svg");
  background-color: #FF9500;
  color: #FFF;
}
#faq-content .faq-list ul li .toggle-btn.active::before {
  background-image: url("../../assets/images/commons/ico-faq-on.svg");
}
#faq-content .faq-list ul li .toggle-btn::before {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  content: "";
  background-image: url("../../assets/images/commons/ico-faq-off.svg");
  width: 45px;
  height: 45px;
}
@media only screen and (max-width: 750px) {
  #faq-content .faq-list ul li .toggle-btn::before {
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: 11px;
  }
}
#faq-content .faq-list ul li .toggle-content {
  display: none;
  position: relative;
  border: 1px solid #FF9500;
  font-weight: 300;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 750px) {
  #faq-content .faq-list ul li .toggle-content {
    padding-left: 40px;
  }
}
#faq-content .faq-list ul li .toggle-content .text {
  border-left: 1px solid #FF9500;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  #faq-content .faq-list ul li .toggle-content .text {
    margin-left: -20px;
  }
}
#faq-content .faq-list ul li .toggle-content .text p + p {
  margin-top: 12px;
}
#faq-content .faq-list ul li .toggle-content .text ul {
  margin: 20px 0;
  padding-left: 30px;
}
#faq-content .faq-list ul li .toggle-content .text ul li {
  list-style-type: disc;
  margin: 0 auto;
  margin-bottom: 7px;
}
#faq-content .faq-list ul li .toggle-content a {
  text-decoration: underline;
  color: #1FAA75;
}

#partners-content {
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  #partners-content {
    padding-bottom: 120px;
  }
}
#partners-content .partners-list {
  width: 98%;
  margin: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #partners-content .partners-list {
    margin-top: 20px;
  }
}
#partners-content .partners-list .partners-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2%;
  width: 100%;
}
#partners-content .partners-list .partners-slide li {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
#partners-content .partners-list .partners-logo {
  max-width: 340px;
  min-height: 311px;
  height: auto;
  padding: 24px;
  font-weight: 300;
}
#partners-content .partners-list .partners-logo h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
#partners-content .partners-list .partners-logo a {
  margin: 12px 0;
  text-decoration: underline;
  color: #FF9500;
}
#partners-content .partners-list .partners-logo a + p {
  margin-top: 12px;
}
#partners-content .partners-list .partners-logo p + p {
  margin-top: 12px;
}
#partners-content .partners-list .partners-logo small {
  font-size: 1.2rem;
}
#partners-content .splide__arrow {
  background: none !important;
  top: inherit !important;
  bottom: -100px;
  width: 60px;
  opacity: 1 !important;
}
#partners-content .splide__arrow:hover {
  opacity: 0.7 !important;
}
@media only screen and (max-width: 750px) {
  #partners-content .splide__arrow {
    display: none;
  }
}
#partners-content .splide__arrow--prev {
  left: 50%;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
#partners-content .splide__arrow--next {
  right: 50%;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
#partners-content .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -116px !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  right: inherit;
}
@media only screen and (max-width: 750px) {
  #partners-content .splide__pagination {
    width: 100%;
    bottom: -80px !important;
  }
}
#partners-content .splide__pagination__page.is-active {
  background: #FFF !important;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
}
#partners-content .splide__progress__bar {
  height: 8px;
  background: #CCCCCC;
}
#partners-content .splide__pagination__page {
  width: 8px;
  margin: 15px;
  border-radius: 20px;
  height: 8px;
  opacity: 100;
}
#partners-content .splide__pagination__page.is-active {
  background: #CCCCCC;
}

#service-content {
  font-weight: 300;
}
#service-content .txthead-box {
  padding: 0 2%;
}
@media only screen and (max-width: 750px) {
  #service-content .txthead-box p {
    text-align: left;
    padding: 0 10px;
  }
}
#service-content .service-list {
  max-width: 992px;
  width: 92%;
  margin: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 30px;
}
@media only screen and (max-width: 750px) {
  #service-content .service-list {
    gap: 20px;
    margin-top: 30px;
  }
}
#service-content .service-list li {
  padding: 24px 32px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  font-weight: 300;
  width: 48.3%;
}
@media only screen and (max-width: 1180px) {
  #service-content .service-list li {
    width: 100%;
    padding: 20px;
  }
}
#service-content .service-list li h3 {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 750px) {
  #service-content .service-list li h3 {
    font-size: 1.8rem;
  }
}
#service-content .service-list li h3::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0px;
  background-color: #FF9500;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bg-about {
  width: 98%;
  border-radius: 8px;
  margin: auto;
  background-color: #F7F7F7;
  margin-top: 1%;
  margin-bottom: 1%;
}

.banner-about {
  max-width: 1047px;
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px;
  gap: 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  .banner-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.banner-about .txt-title {
  font-size: 2.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .banner-about .txt-title {
    font-size: 2rem;
  }
}
.banner-about .txt-title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.banner-about .txt-address {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
}
.banner-about .txt-address h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}
.banner-about .txt-tel {
  font-size: 1.6rem;
  font-weight: 200;
  padding: 32px 16px;
  background-color: #F6F6F6;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  .banner-about .txt-tel {
    width: 100%;
    padding: 10px 20px;
  }
}
.banner-about .txt-tel .number {
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .banner-about .txt-tel .number a {
    display: table !important;
    margin-bottom: 6px;
  }
}

.banner-cta {
  background-image: url("../../assets/images/commons/bg-cta.jpg");
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 750px) {
  .banner-cta {
    padding: 60px 0;
  }
}
.banner-cta h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 3.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .banner-cta h2 {
    font-size: 3rem;
  }
}
.banner-cta .btn-box-w {
  background-color: #FFF;
  border-radius: 10px;
  padding: 48px;
  max-width: 712px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .banner-cta .btn-box-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner-cta .btn-box-w a p {
  text-align: center;
  font-size: 1.6rem !important;
}

/* Breadcrumb */
#breadcrumb {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#breadcrumb li {
  border: none;
}
@media only screen and (max-width: 750px) {
  #breadcrumb {
    padding: 0 10px;
  }
}
#breadcrumb .breadcrumb {
  padding: 10px 0;
}
#breadcrumb .breadcrumb ul {
  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;
}
#breadcrumb .breadcrumb ul li {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  position: relative;
  margin-right: 10px;
  padding-right: 18px;
}
@media only screen and (max-width: 750px) {
  #breadcrumb .breadcrumb ul li {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
#breadcrumb .breadcrumb ul li a {
  color: #888686;
}
#breadcrumb .breadcrumb ul li:last-child a {
  color: #000;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
  z-index: 8;
  width: 6px;
  height: 10px;
  background-image: url("../images/commons/breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 10px;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li a {
  display: block;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}

#scroll_nav {
  position: fixed;
  bottom: 20px;
  left: 50px;
  display: block;
  z-index: 99;
}

#scroll_nav img {
  width: 20px;
}

#scroll_nav .nav_up {
  display: none;
}

@media screen and (max-width: 750px) {
  #scroll_nav {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  #scroll_up {
    position: fixed;
    bottom: 60px;
    right: 60px;
    display: block;
    z-index: 8;
  }
  #scroll_up .nav_up {
    display: none;
  }
  #scroll_up .nav_up a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("/assets/images/commons/btn_b2t.svg") no-repeat center;
  }
}
@media screen and (max-width: 750px) {
  #scroll_up {
    display: block;
    z-index: 8;
    margin-left: 20px;
  }
  #scroll_up.nav_fix {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #scroll_up .nav_up {
    display: none;
  }
  #scroll_up .nav_up a {
    display: block;
    width: 45px;
    height: 45px;
    background: url("/assets/images/commons/btn_b2t.svg") no-repeat center;
    background-size: 100% !important;
  }
}