@charset "UTF-8";
*, ::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;
}

.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-bold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

@media only screen and (max-width: 700px) {
  .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: "Mitr", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #000;
}
body.page-inner {
  background-image: url("../images/commons/bg-inner.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px;
  background-attachment: fixed;
}
body.page-inner main {
  overflow: hidden;
}

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

/* Link */
.transition, .product-list ul li a .button, #pro-recom .pro-recom .content .pro-recom-slick .item a .button, #pro-cat .pro-cat .content .grid a img, #pro-cat .pro-cat .content .pro-cat-slick .item a .hover, .menu-responsive .content .dropdown, .menu-responsive, button, a .cover img, a picture 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 {
  display: inline-table;
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.8;
}
a:hover .cover img, a:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a .cover, a picture {
  overflow: hidden;
}
.hover-underline {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.hover-underline:hover {
  background-size: 100% 1px;
}

.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

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

/* Content */
#wrapper {
  position: relative;
}
#wrapper #mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100%;
  background-color: #000;
}

main {
  position: relative;
}
@media only screen and (max-width: 700px) {
  main {
    padding-top: 30px;
  }
}

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

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

.content-1200 {
  width: 94%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  .content-1200 {
    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%;
  }
}

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

.pt0 {
  padding-top: 0 !important;
}

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

.pb80 {
  padding-bottom: 80px;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* Txthead */
.txthead-box {
  position: relative;
  z-index: 2;
  display: block;
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 700px) {
  .txthead-box.mb40 {
    margin-bottom: 25px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
  .txthead-box.mb30 {
    margin-bottom: 20px;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz40 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz40 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 700px) {
  .txthead-box .fz40 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.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: 850px) {
  .txthead-box .fz35 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 700px) {
  .txthead-box .fz35 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.txthead-box .center {
  text-align: center;
}

/* Btn */
.btn-box {
  display: table;
}
.btn-box.mt50 {
  margin-top: 50px;
}
.btn-box.center {
  margin-left: auto;
  margin-right: auto;
}

button:hover {
  opacity: 0.8;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.square-radius {
  height: 50px;
  border-radius: 25px;
  padding: 0 5px;
}
.btn.square-radius .txt {
  padding: 0 20px;
  font-weight: 400;
}
.btn.square-radius.with-icn {
  gap: 9px;
}
.btn.square-radius.with-icn .txt {
  padding: 0;
}
.btn.square-radius.white {
  color: #000;
  background-color: #fff;
}
.btn.square-radius.green {
  color: #fff;
  background-color: #00AA69;
}
.btn.square-radius.pad30 {
  padding-left: 30px;
  padding-right: 30px;
}
.btn.square-radius.minw-150 {
  min-width: 150px;
}
.btn.square-radius.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#breadcrumb {
  position: relative;
  z-index: 3;
  padding: 20px 0;
}
@media only screen and (max-width: 700px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#breadcrumb .breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#breadcrumb .breadcrumb ul li::after {
  content: "-";
  display: inline;
  color: #727272;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li a {
  display: table;
  color: #727272;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}

.btn-page {
  margin-top: 80px;
  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: 30px;
}
@media only screen and (max-width: 1180px) {
  .btn-page {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .btn-page {
    margin-top: 50px;
    gap: 20px;
  }
}
.btn-page > a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-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: 700px) {
  .btn-page > a {
    width: 40px;
    height: 40px;
  }
}
.btn-page > a:hover {
  opacity: 1;
  background-color: #00AA69;
}
.btn-page > a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(415%) hue-rotate(179deg) brightness(121%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(415%) hue-rotate(179deg) brightness(121%) contrast(100%);
}
.btn-page 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: 30px;
}
@media only screen and (max-width: 700px) {
  .btn-page ul {
    gap: 20px;
  }
}
.btn-page ul li {
  font-size: 1.8rem;
}
.btn-page ul li a.current {
  color: #00AA69;
}
.btn-page ul li a:hover {
  text-decoration: underline;
}

/* Animate */
.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(35px) scale(0.98);
  transform: translateY(35px) scale(0.98);
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transition: all 1.2s cubic-bezier(0.45, 0, 0.15, 1);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.15, 1);
  will-change: opacity, transform, filter;
}
@media only screen and (max-width: 1180px) {
  .fadeIn {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.fadeIn.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hover-glass {
  position: relative;
  overflow: hidden;
}

.hover-glass::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%; /* ซ่อนออกไปนอกจอ */
  width: 60%;
  height: 200%;
  z-index: 10;
  opacity: 0.8;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 45%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.15) 55%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transition: left 0.8s ease;
  transition: left 0.8s ease;
  pointer-events: none;
}

.hover-glass:hover::after {
  left: 150%;
}

.obj-inner-cen-l-full {
  position: absolute;
  top: 50%;
  left: -330px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 700px) {
  .obj-inner-cen-l-full {
    display: none;
  }
}

.obj-inner-top-r-full {
  position: absolute;
  top: -40px;
  right: -330px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 700px) {
  .obj-inner-top-r-full {
    display: none;
  }
}

.obj-inner-btm-r-full {
  position: absolute;
  bottom: -40px;
  right: -330px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 700px) {
  .obj-inner-btm-r-full {
    display: none;
  }
}

.obj-inner-btm-l-full {
  position: absolute;
  bottom: -40px;
  left: -330px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 700px) {
  .obj-inner-btm-l-full {
    display: none;
  }
}

.obj-inner-top-r {
  position: absolute;
  top: 10px;
  right: -650px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 700px) {
  .obj-inner-top-r {
    display: none;
  }
}

.obj-inner-btm-l {
  position: absolute;
  bottom: -570px;
  left: -360px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 700px) {
  .obj-inner-btm-l {
    display: none;
  }
}

.obj-inner-btm-r {
  position: absolute;
  bottom: 170px;
  right: -650px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 700px) {
  .obj-inner-btm-r {
    display: none;
  }
}

.icn-drag {
  display: none;
  margin-top: 20px;
  -webkit-animation: dragHint 3s ease-in-out infinite;
  animation: dragHint 3s ease-in-out infinite;
}
@media only screen and (max-width: 700px) {
  .icn-drag {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@-webkit-keyframes dragHint {
  0%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.25;
  }
  20% {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
    opacity: 1;
  }
}
@keyframes dragHint {
  0%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.25;
  }
  20% {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
    opacity: 1;
  }
}

.select-cat-sp {
  width: 100%;
  margin-bottom: 40px;
}

strong {
  font-weight: 600;
}

.cookie-btn {
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  width: 130px;
  display: inline-block;
  color: #fff;
  padding: 5px 0 9px 0;
  font-size: 18px;
  border: 2px solid #00AA69;
}

.cookie-btn a, .cookie-btn a:hover {
  color: #fff !important;
}

.cookie-btn:hover {
  background: #00AA69;
}

.alert-cookie {
  text-align: left;
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 20px 7% 20px 7%;
  -webkit-box-shadow: 4px 1px 10px #000;
          box-shadow: 4px 1px 10px #000;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cookiehead {
  display: block;
  margin: 0 0 5px 0;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}

.alert-cookie p {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #dedede;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
}

.alert-cookie p a {
  color: #00AA69;
  text-decoration: underline;
}

.alert-cookie p a:hover {
  color: #00AA69;
}

.btn-cookies {
  margin: 35px 0 0 20px;
  text-align: center;
  display: inline-block;
  color: #dedede;
}

.cookie-l {
  width: 88%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie-r {
  width: 11%;
  float: left;
  text-align: right;
}

.btn-cookies a {
  position: relative;
  letter-spacing: 1px;
  margin: 0 10px;
  display: inline-block;
  border: none;
  padding: 5px 20px;
  background-color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.btn-cookies a:hover {
  background: #666;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.btn-cookies a.accept {
  position: relative;
  letter-spacing: 1px;
  margin: 0 10px 15px 10px;
  display: inline-block;
  color: #fff;
  background: #c08f2c;
  border: 2px solid #c08f2c;
  padding: 10px 8px;
  vertical-align: middle;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.btn-cookies a.accept:hover {
  color: #fff;
  background: #c08f2c;
  border: 2px solid #c08f2c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.close {
  background: #ccc;
  width: 25px;
  height: 22px;
  color: #fff;
  float: right;
  display: block;
  border-radius: 100%;
  padding-top: 3px;
  text-align: center;
  font-size: 14px !important;
}

.close:hover {
  background: #c08f2c;
  color: #fff;
}

.cookies-btn-top {
  margin-top: 25px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .alert-cookie {
    padding: 15px;
  }
  .cookie-l {
    width: 100%;
    padding-bottom: 15px;
  }
}
/* Header */
header {
  position: relative;
  z-index: 15;
  width: 100%;
  background-color: #000;
  border-radius: 0 0 30px 30px;
}
@media only screen and (max-width: 1180px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
  }
}
header .header {
  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: 80px;
  position: relative;
}
header .header--l {
  position: absolute;
  left: 30px;
}
@media only screen and (max-width: 700px) {
  header .header--l {
    left: 5%;
  }
}
header .header--l a {
  display: table;
}
@media only screen and (max-width: 1180px) {
  header .header--c {
    display: none;
  }
}
header .header--c nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
header .header--c nav ul li {
  position: relative;
}
header .header--c nav ul li a {
  display: block;
  font-weight: 400;
}
header .header--c nav ul li a:hover {
  opacity: 1;
  color: #00AA69;
}
header .header--c nav ul li:hover > a {
  opacity: 1;
  color: #00AA69;
}
header .header--c nav ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header .header--c nav ul li .dropdown {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.75, 0.3, 0.25, 1);
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 20px;
}
header .header--c nav ul li .dropdown .box {
  padding: 20px;
  background-color: #202020;
  border-radius: 20px;
}
header .header--c nav ul li .dropdown .box a {
  display: block;
  font-weight: 300;
  white-space: nowrap;
}
header .header--c nav ul li .dropdown .box a + a {
  margin-top: 15px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
header .header--r {
  position: absolute;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 700px) {
  header .header--r {
    right: 5%;
  }
}
header .header--r > button {
  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;
  width: 40px;
  height: 40px;
  font-family: "Mitr", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #008552;
  background-color: #fff;
  border-radius: 10px;
}
header .header--r .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header--r .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header--r .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header--r .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header--r .btn-burger .bar-icon .bar1,
header .header--r .btn-burger .bar-icon .bar2,
header .header--r .btn-burger .bar-icon .bar3 {
  width: 44px;
  height: 5px;
  background-color: #fff;
  margin: 10px 0;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header--r .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-12px, 8px);
  transform: rotate(-45deg) translate(-12px, 8px);
}
header .header--r .btn-burger .open .bar2 {
  opacity: 0;
}
header .header--r .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-13px, -9px);
  transform: rotate(45deg) translate(-13px, -9px);
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05 {
  color: #00AA69 !important;
}

.menu-responsive {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url("../images/commons/obj-inner-btm-l.png");
  background-repeat: no-repeat;
  background-position: bottom -150px left 30px;
  background-size: 314px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .menu-responsive {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive .content {
  position: relative;
}
.menu-responsive .content nav {
  position: relative;
  z-index: 14;
}
.menu-responsive .content nav ul li {
  position: relative;
}
.menu-responsive .content nav ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}
.menu-responsive .content nav ul li > a {
  display: block;
  padding: 30px 0;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 300;
  background-image: url("../images/commons/icn-arrow-next-green.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 13px;
}
.menu-responsive .content nav ul li > a.back {
  padding-left: 30px;
  background-image: url("../images/commons/icn-arrow-prev-green.svg");
  background-position: center left;
}
.menu-responsive .content nav ul li .submn {
  display: none;
}
.menu-responsive .content nav ul li .dropdown-sub {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}
.menu-responsive .content nav ul li .dropdown-sub a {
  display: block;
  padding: 20px 0;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
.menu-responsive .content .dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 14;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}
.menu-responsive .content .dropdown.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}

/* Footer */
footer {
  border-radius: 50px 50px 0 0;
  padding-top: 60px;
  background-image: url("../images/commons/footer-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1180px) {
  footer {
    padding-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  footer {
    border-radius: 30px 30px;
  }
}
footer .footer .sitemap {
  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: 1180px) {
  footer .footer .sitemap {
    display: none;
  }
}
footer .footer .sitemap .col > a {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .footer .sitemap .col ul li {
  position: relative;
  padding-left: 15px;
}
footer .footer .sitemap .col ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .footer .sitemap .col ul li + li {
  margin-top: 10px;
}
footer .footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 160px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1180px) {
  footer .footer .bottom {
    margin-top: 0;
    border-top: 0;
    display: block;
  }
}
footer .footer .bottom .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1180px) {
  footer .footer .bottom .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .footer .bottom .copyright {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1180px) {
  footer .footer .bottom .copyright {
    margin-top: 20px;
    padding-top: 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .page-top main {
    padding-top: 0;
  }
}

/* MV */
#mv {
  padding: 30px 30px 0 30px;
}
@media only screen and (max-width: 700px) {
  #mv {
    padding: 5% 5% 0 5%;
  }
}
#mv .mv {
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  #mv .mv {
    border-radius: 20px;
  }
}
#mv .mv .mv-slick {
  position: relative;
}
#mv .mv .mv-slick .item img {
  width: 100%;
  height: auto;
}
#mv .mv .mv-slick .mv-dots {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
  width: 100%;
  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: 10px;
}
#mv .mv .mv-slick .mv-dots li.slick-active button {
  background-color: #00AA69;
}
#mv .mv .mv-slick .mv-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Headline */
#headline {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media only screen and (max-width: 700px) {
  #headline {
    margin-top: 30px;
  }
}
#headline .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#headline .headline h1 {
  display: block;
  width: 100%;
  font-size: 7rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #headline .headline h1 {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 1180px) {
  #headline .headline h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 700px) {
  #headline .headline h1 {
    font-size: 3.6rem;
  }
}
#headline .headline h1 .line {
  width: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  #headline .headline h1 .line {
    margin-bottom: -12px;
  }
}
#headline .headline h1 .line .bg {
  padding: 0 18px;
  background-color: #000;
}
#headline .headline h1 .line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: table;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #00AA69;
}
#headline .headline h1 .show-sp {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

/* Product Category */
.page-inner #pro-cat .pro-cat .obj-r {
  top: -20px;
}

#pro-cat {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 120px;
}
@media only screen and (max-width: 1440px) {
  #pro-cat {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 700px) {
  #pro-cat {
    padding-top: 50px;
  }
}
#pro-cat .pro-cat {
  position: relative;
}
#pro-cat .pro-cat .content {
  position: relative;
  z-index: 2;
}
#pro-cat .pro-cat .content .pro-cat-slick .slick-slide {
  margin: 0 6px;
}
#pro-cat .pro-cat .content .pro-cat-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pro-cat .pro-cat .content .pro-cat-slick .slick-list {
  overflow: visible;
  margin: 0 -6px;
}
#pro-cat .pro-cat .content .pro-cat-slick .item a {
  display: block;
  position: relative;
  background-color: #000;
  border-radius: 50px;
}
@media only screen and (max-width: 1180px) {
  #pro-cat .pro-cat .content .pro-cat-slick .item a {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #pro-cat .pro-cat .content .pro-cat-slick .item a {
    border-radius: 40px;
  }
}
#pro-cat .pro-cat .content .pro-cat-slick .item a::before {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  z-index: 2;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("../images/commons/btn-icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  #pro-cat .pro-cat .content .pro-cat-slick .item a::before {
    width: 40px;
  }
}
#pro-cat .pro-cat .content .pro-cat-slick .item a:hover {
  opacity: 1 !important;
}
#pro-cat .pro-cat .content .pro-cat-slick .item a:hover .hover {
  opacity: 1 !important;
}
#pro-cat .pro-cat .content .pro-cat-slick .item a .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
#pro-cat .pro-cat .content .grid {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
#pro-cat .pro-cat .content .grid a {
  display: block;
  position: relative;
  background-color: #000;
  border-radius: 50px;
}
#pro-cat .pro-cat .content .grid a::before {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  z-index: 2;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("../images/commons/btn-icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#pro-cat .pro-cat .content .grid a:hover {
  opacity: 1 !important;
}
#pro-cat .pro-cat .content .grid a:hover img:nth-child(2) {
  opacity: 1 !important;
}
#pro-cat .pro-cat .content .grid a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
#pro-cat .pro-cat .obj-r {
  position: absolute;
  top: -120px;
  right: -355px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 1180px) {
  #pro-cat .pro-cat .obj-r {
    right: -455px;
  }
}

/* Product Recommend */
#pro-recom {
  padding-top: 150px;
}
@media only screen and (max-width: 1440px) {
  #pro-recom {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 700px) {
  #pro-recom {
    overflow: hidden;
  }
}
#pro-recom .pro-recom {
  position: relative;
}
#pro-recom .pro-recom .content {
  position: relative;
  z-index: 2;
}
#pro-recom .pro-recom .content .pro-recom-slick {
  position: relative;
  padding: 0 100px;
}
@media only screen and (max-width: 700px) {
  #pro-recom .pro-recom .content .pro-recom-slick {
    padding: 0;
  }
}
#pro-recom .pro-recom .content .pro-recom-slick .slick-slide {
  margin: 0 20px;
}
@media only screen and (max-width: 1180px) {
  #pro-recom .pro-recom .content .pro-recom-slick .slick-slide {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 700px) {
  #pro-recom .pro-recom .content .pro-recom-slick .slick-slide {
    margin: 0 5px;
  }
}
#pro-recom .pro-recom .content .pro-recom-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pro-recom .pro-recom .content .pro-recom-slick .slick-list {
  margin: 0 -20px;
}
@media only screen and (max-width: 1180px) {
  #pro-recom .pro-recom .content .pro-recom-slick .slick-list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 700px) {
  #pro-recom .pro-recom .content .pro-recom-slick .slick-list {
    margin: 0 -5px;
    overflow: visible;
  }
}
#pro-recom .pro-recom .content .pro-recom-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
#pro-recom .pro-recom .content .pro-recom-slick .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../images/commons/btn-icn-slick-prev.svg");
}
#pro-recom .pro-recom .content .pro-recom-slick .slick-arrow.slick-next {
  right: 0;
  background-image: url("../images/commons/btn-icn-slick-next.svg");
}
#pro-recom .pro-recom .content .pro-recom-slick .item a {
  display: block;
}
#pro-recom .pro-recom .content .pro-recom-slick .item a:hover {
  opacity: 1;
}
#pro-recom .pro-recom .content .pro-recom-slick .item a:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#pro-recom .pro-recom .content .pro-recom-slick .item a:hover .button {
  color: #000;
  background-color: #fff;
}
#pro-recom .pro-recom .content .pro-recom-slick .item a picture {
  display: block;
  background-color: #232323;
  border-radius: 40px;
}
#pro-recom .pro-recom .content .pro-recom-slick .item a .button {
  margin-top: 10px;
  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: 80px;
  padding: 0 10px 0 25px;
  font-weight: 400;
  background-color: #232323;
  border-radius: 40px;
}
@media only screen and (max-width: 700px) {
  #pro-recom .pro-recom .content .pro-recom-slick .item a .button {
    height: 54px;
    padding: 0 10px 0 18px;
  }
}
@media only screen and (max-width: 700px) {
  #pro-recom .pro-recom .content .pro-recom-slick .item a .button .txt {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 700px) {
  #pro-recom .pro-recom .content .pro-recom-slick .item a .button .icn {
    width: 33px;
  }
}
#pro-recom .pro-recom .obj-l {
  position: absolute;
  bottom: -150px;
  left: -250px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 1180px) {
  #pro-recom .pro-recom .obj-l {
    left: -550px;
  }
}

/* Contact */
#contact {
  padding-top: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  #contact {
    padding-top: 80px;
  }
}
#contact .contact {
  position: relative;
  min-height: 746px;
}
@media only screen and (max-width: 700px) {
  #contact .contact {
    min-height: auto;
  }
}
#contact .contact .col-img {
  position: absolute;
  left: -175px;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .col-img {
    left: -350px;
  }
}
@media only screen and (max-width: 700px) {
  #contact .contact .col-img {
    position: relative;
    left: 0;
    margin-top: 30px;
  }
}
#contact .contact .col-text {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  padding-top: 70px;
}
@media only screen and (max-width: 700px) {
  #contact .contact .col-text {
    padding-top: 0;
  }
}
#contact .contact .col-text .logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 700px) {
  #contact .contact .col-text .logo {
    width: 200px;
  }
}
#contact .contact .col-text h2 {
  margin-top: 12px;
  margin-bottom: 55px;
  font-size: 4rem;
  line-height: 6rem;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .col-text h2 {
    font-size: 3.6rem;
    line-height: 5.6rem;
  }
}
@media only screen and (max-width: 700px) {
  #contact .contact .col-text h2 {
    font-size: 2.5rem;
    line-height: 3.9rem;
    margin-bottom: 30px;
  }
}
#contact .contact .col-text h2 span {
  display: block;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 500;
  color: #00AA69;
  text-transform: uppercase;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .col-text h2 span {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 700px) {
  #contact .contact .col-text h2 span {
    font-size: 2rem;
  }
}
#contact .contact .col-text ul {
  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: 700px) {
  #contact .contact .col-text ul {
    gap: 22px;
  }
}
#contact .contact .col-text ul li .icn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact .col-text ul li p {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  #contact .contact .col-text ul li p {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
#contact .contact .col-text ul li p span {
  display: block;
  font-size: 2.5rem;
  color: #00AA69;
}
@media only screen and (max-width: 700px) {
  #contact .contact .col-text ul li p span {
    font-size: 1.8rem;
  }
}
#contact .contact .col-text ul li p a {
  color: #00AA69;
}
#contact .contact .obj-l {
  position: absolute;
  bottom: -740px;
  left: -360px;
  z-index: 1;
  width: 943px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .obj-l {
    left: -560px;
  }
}
#contact .contact .obj-r {
  position: absolute;
  bottom: 287px;
  right: -716px;
  z-index: 1;
  width: 706px;
}

/* Blog */
#blog .blog {
  position: relative;
}
#blog .blog .obj-inner-top-r-full {
  top: 110px;
}
#blog .blog .obj-inner-btm-r-full {
  bottom: 1010px;
}
#blog .blog .content {
  position: relative;
  z-index: 2;
}
#blog .blog .content .row + .row {
  margin-top: 100px;
}
@media only screen and (max-width: 700px) {
  #blog .blog .content .row .txthead-box h2 {
    text-align: center;
  }
}
#blog .blog .content .row .blog-slick {
  position: relative;
}
#blog .blog .content .row .blog-slick .slick-slide {
  margin: 0 22px;
}
#blog .blog .content .row .blog-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#blog .blog .content .row .blog-slick .slick-list {
  margin: 0 -22px;
}
#blog .blog .content .row .blog-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
#blog .blog .content .row .blog-slick .slick-arrow.slick-prev {
  left: -100px;
  background-image: url("../images/commons/btn-icn-slick-prev.svg");
}
#blog .blog .content .row .blog-slick .slick-arrow.slick-next {
  right: -100px;
  background-image: url("../images/commons/btn-icn-slick-next.svg");
}
#blog .blog .content .row .blog-slick .item {
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  #blog .blog .content .row .blog-slick .item {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #blog .blog .content .row .blog-slick .item + .item {
    margin-top: 30px;
  }
}
#blog .blog .content .row .blog-slick .item a {
  display: block;
  position: relative;
}
#blog .blog .content .row .blog-slick .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 5px solid #00AA69;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
}
#blog .blog .content .row .blog-slick .item a:hover {
  opacity: 1;
}
#blog .blog .content .row .blog-slick .item a:hover::before {
  opacity: 1;
  visibility: visible;
}
#blog .blog .content .row .blog-slick .item a .cover img {
  width: 100%;
  height: auto;
}
#blog .blog .content .row .blog-slick .item a .brief {
  padding: 20px 87px 20px 20px;
  background-image: url("../images/commons/btn-icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 50px;
}
#blog .blog .content .row .blog-slick .item a .brief .topic {
  color: #000;
}
#blog .blog .content .row #pro-cat {
  padding-top: 0;
}
#blog .blog .content .doc-cat {
  margin-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  #blog .blog .content .doc-cat {
    margin-bottom: 40px;
  }
}
#blog .blog .content .doc-cat 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;
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  #blog .blog .content .doc-cat ul li {
    width: 100%;
  }
}
#blog .blog .content .doc-cat 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;
  height: 50px;
  min-width: 200px;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  border-radius: 25px;
  color: #000;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #blog .blog .content .doc-cat ul li a {
    min-width: auto;
  }
}
@media only screen and (max-width: 700px) {
  #blog .blog .content .doc-cat ul li a {
    width: 100%;
  }
}
#blog .blog .content .doc-cat ul li a.doc-cat-01:hover {
  color: #154396;
}
#blog .blog .content .doc-cat ul li a.doc-cat-02:hover {
  color: #F68B1F;
}
#blog .blog .content .doc-cat ul li a.doc-cat-03:hover {
  color: #A7A9AC;
}
#blog .blog .content .doc-cat ul li a.doc-cat-04:hover {
  color: #6FC7B6;
}
#blog .blog .content .doc-cat ul li a.doc-cat-05:hover {
  color: #FED09E;
}
#blog .blog .content .doc-cat ul li a:hover {
  opacity: 1;
}
#blog .blog .content .doc-cat ul li a.current {
  color: #fff;
  background-color: #00AA69;
}
#blog .blog .content .doc-cat ul li a.current:hover {
  opacity: 1;
}
#blog .blog .content .doc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 700px) {
  #blog .blog .content .doc-flex {
    display: block;
    padding-bottom: 80px;
  }
}
#blog .blog .content .doc-flex .col-l {
  width: 694px;
  min-width: 694px;
  margin-left: -144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 700px) {
  #blog .blog .content .doc-flex .col-l {
    display: none;
  }
}
#blog .blog .content .doc-flex .col-r {
  width: 100%;
  padding-top: 40px;
}
@media only screen and (max-width: 700px) {
  #blog .blog .content .doc-flex .col-r {
    padding-top: 0;
  }
}
#blog .blog .content .doc-flex .col-r .doc-list ul li + li {
  margin-top: 10px;
}
#blog .blog .content .doc-flex .col-r .doc-list ul li a {
  display: block;
  padding: 8px 40px 8px 20px;
  background-color: #1E1E1E;
  border-radius: 25px;
  font-weight: 300;
  background-image: url("../images/commons/icn-btn-download.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 20px;
}
#blog .blog .content .doc-flex .col-r .doc-list ul li a:hover {
  opacity: 1;
  background-color: #00AA69;
}
#blog .blog .related .related-row + .related-row {
  margin-top: 100px;
}
#blog .blog-row {
  position: relative;
}
#blog .blog-row.faq {
  background-color: rgba(46, 46, 46, 0.7);
  background-image: url("../images/blog/detail/blog-faq-bg-top.svg"), url("../images/blog/detail/blog-faq-bg-btm.svg");
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 443px;
}
@media only screen and (max-width: 700px) {
  #blog .blog-row.faq {
    background-size: 110px;
  }
}
#blog .blog-row .blog .blog-des {
  position: relative;
  z-index: 2;
}
#blog .blog-row .blog .blog-des .title {
  margin-bottom: 45px;
}
@media only screen and (max-width: 700px) {
  #blog .blog-row .blog .blog-des .title {
    margin-bottom: 30px;
  }
}
#blog .blog-row .blog .blog-des .title h1 {
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 700px) {
  #blog .blog-row .blog .blog-des .title h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
#blog .blog-row .blog .blog-des .title .date {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
}
#blog .blog-row .blog .blog-des .box {
  position: relative;
  padding: 40px 40px 50px 40px;
  background-color: rgba(29, 29, 29, 0.9);
  border-radius: 20px;
}
@media only screen and (max-width: 700px) {
  #blog .blog-row .blog .blog-des .box {
    padding: 0;
    background-color: transparent;
  }
}
#blog .blog-row .blog .blog-des .box .link {
  margin-top: 40px;
  padding: 25px 30px 30px 30px;
  border-radius: 20px;
  color: #000;
  background-color: #fff;
}
@media only screen and (max-width: 700px) {
  #blog .blog-row .blog .blog-des .box .link {
    padding: 10px 20px 20px 20px;
  }
}
#blog .blog-row .blog .blog-des .box .link .topic {
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  #blog .blog-row .blog .blog-des .box .link .topic {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 5px;
  }
}
#blog .blog-row .blog .blog-des .box .link a {
  position: relative;
  padding-left: 14px;
  display: table;
  color: #000;
}
#blog .blog-row .blog .blog-des .box .link a:hover {
  color: #00AA69;
  text-decoration: underline;
}
#blog .blog-row .blog .blog-des .box .link a::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#blog .blog-row .blog .blog-des .box .link a + a {
  margin-top: 5px;
}
@media only screen and (max-width: 700px) {
  #blog .blog-row .blog .blog-des .box .link a + a {
    margin-top: 0;
  }
}
#blog .blog-row .blog .blog-des .box strong {
  font-weight: 500;
}
#blog .blog-row .blog .blog-des .box * + h2 {
  margin-top: 50px;
}
#blog .blog-row .blog .blog-des .box * + h3 {
  margin-top: 30px;
}
#blog .blog-row .blog .blog-des .box * + p {
  margin-top: 20px;
}
#blog .blog-row .blog .blog-des .box * + ul {
  margin-top: 20px;
}
#blog .blog-row .blog .blog-des .box h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #00AA69;
  margin-bottom: 20px;
}
#blog .blog-row .blog .blog-des .box h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 20px;
}
#blog .blog-row .blog .blog-des .box ul {
  margin-left: 20px;
}
#blog .blog-row .blog .blog-des .box ul + * {
  margin-top: 30px;
}
#blog .blog-row .blog .blog-des .box ul li {
  list-style: disc;
}
#blog .blog-row .blog .blog-des .box .img {
  margin: 20px 0;
}
#blog .blog-row .blog .blog-des .box .img img {
  border-radius: 50px;
}
@media only screen and (max-width: 700px) {
  #blog .blog-row .blog .blog-des .box .img img {
    border-radius: 30px;
  }
}
#blog .blog-row .blog .blog-des .box .button {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
#blog .blog-row .blog .blog-des .box .tag-share {
  margin-top: 50px;
  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;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  grid-row-gap: 40px;
}
@media only screen and (max-width: 700px) {
  #blog .blog-row .blog .blog-des .box .tag-share {
    margin-top: 40px;
  }
}
#blog .blog-row .blog .blog-des .box .tag-share .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
#blog .blog-row .blog .blog-des .box .tag-share .tag p {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
}
#blog .blog-row .blog .blog-des .box .tag-share .tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
#blog .blog-row .blog .blog-des .box .tag-share .tag ul li {
  list-style: none;
}
#blog .blog-row .blog .blog-des .box .tag-share .tag 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: 0 17px;
  height: 40px;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background-color: #434343;
}
#blog .blog-row .blog .blog-des .box .tag-share .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  height: 40px;
  border-radius: 20px;
  background-color: #00AA69;
}
#blog .blog-row .blog .blog-des .box .tag-share .share p {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  padding: 0 15px;
}
#blog .blog-row .blog .blog-des .box .tag-share .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin: 0;
}
#blog .blog-row .blog .blog-des .box .tag-share .share ul li {
  list-style: none;
}
#blog .blog-row .blog .blog-des .box .tag-share .share ul li a {
  display: table;
}
#blog .blog-row .blog .faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 31px;
}
#blog .blog-row .blog .faq-list .list {
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#blog .blog-row .blog .faq-list .list + .list {
  margin-top: 30px;
}
#blog .blog-row .blog .faq-list .list h3 {
  font-weight: 500;
  color: #00AA69;
  margin-bottom: 10px;
}

.blog-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media only screen and (max-width: 1180px) {
  .blog-list ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .blog-list ul {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.blog-list ul li {
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .blog-list ul li {
    border-radius: 30px;
  }
}
.blog-list ul li a {
  display: block;
  position: relative;
}
.blog-list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 5px solid #00AA69;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
}
.blog-list ul li a:hover {
  opacity: 1;
}
.blog-list ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.blog-list ul li a .cover img {
  width: 100%;
  height: auto;
}
.blog-list ul li a .brief {
  padding: 20px 87px 20px 20px;
  background-image: url("../images/commons/btn-icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 50px;
}
.blog-list ul li a .brief .topic {
  color: #000;
}

.active-doc-cat-01 .doc-cat-01 {
  color: #fff !important;
  background-color: #154396 !important;
}

.active-doc-cat-02 .doc-cat-02 {
  color: #fff !important;
  background-color: #F68B1F !important;
}

.active-doc-cat-03 .doc-cat-03 {
  color: #fff !important;
  background-color: #A7A9AC !important;
}

.active-doc-cat-04 .doc-cat-04 {
  color: #fff !important;
  background-color: #6FC7B6 !important;
}

.active-doc-cat-05 .doc-cat-05 {
  color: #fff !important;
  background-color: #FED09E !important;
}

/* Product */
#product .product {
  position: relative;
}
#product .product .obj-l {
  position: absolute;
  bottom: -150px;
  left: -330px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 1180px) {
  #product .product .obj-l {
    left: -550px;
  }
}
@media only screen and (max-width: 700px) {
  #product .product .obj-l {
    display: none;
  }
}
#product .product .obj-r {
  position: absolute;
  top: -40px;
  right: -330px;
  z-index: 1;
  width: 570px;
}
@media only screen and (max-width: 700px) {
  #product .product .obj-r {
    display: none;
  }
}
#product .product .content {
  position: relative;
  z-index: 2;
}
#product .product .content .product-cat {
  margin-bottom: 40px;
}
#product .product .content .product-cat 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;
  gap: 10px;
}
#product .product .content .product-cat 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;
  height: 50px;
  min-width: 210px;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  border-radius: 25px;
  color: #000;
  background-color: #fff;
}
#product .product .content .product-cat ul li a:hover {
  opacity: 1;
  color: #00AA69;
}
#product .product .content .product-cat ul li a.current {
  color: #fff;
  background-color: #00AA69;
}
#product .product .content .product-cat ul li a.current:hover {
  opacity: 1;
}
#product .product .content .product-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: 700px) {
  #product .product .content .product-flex {
    display: block;
  }
}
#product .product .content .product-flex .col-left {
  width: 60%;
}
@media only screen and (max-width: 700px) {
  #product .product .content .product-flex .col-left {
    width: 100%;
  }
}
#product .product .content .product-flex .col-left .col-left-scroll {
  overflow-y: auto;
  position: relative;
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  #product .product .content .product-flex .col-left .col-left-scroll .gallery {
    display: none;
  }
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery img:first-child {
  -ms-grid-column: span 2;
  grid-column: span 2;
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery-sp {
  display: none;
}
@media only screen and (max-width: 700px) {
  #product .product .content .product-flex .col-left .col-left-scroll .gallery-sp {
    display: block;
  }
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery-sp .gallery-slick .slick-list {
  border-radius: 50px;
  overflow: hidden;
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery-sp .gallery-slick .gallery-dots {
  position: static;
  margin-top: 30px;
  z-index: 1;
  width: 100%;
  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: 10px;
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery-sp .gallery-slick .gallery-dots li.slick-active button {
  background-color: #00AA69;
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery-sp .gallery-slick .gallery-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery-sp .gallery-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#product .product .content .product-flex .col-left .col-left-scroll .gallery-sp .gallery-slick .item img {
  width: 100%;
  height: auto;
}
#product .product .content .product-flex .col-right {
  width: 36.67%;
  max-width: 440px;
  color: #BBB;
}
@media only screen and (max-width: 700px) {
  #product .product .content .product-flex .col-right {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
}
#product .product .content .product-flex .col-right h1 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #00AA69;
  padding-bottom: 26px;
  margin-bottom: 30px;
}
#product .product .content .product-flex .col-right h1 span {
  display: block;
  font-size: 2.5rem;
}
#product .product .content .product-flex .col-right .row + .row {
  margin-top: 25px;
}
#product .product .content .product-flex .col-right .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 3rem;
}
#product .product .content .product-flex .col-right .row.flex .col {
  width: 50%;
}
#product .product .content .product-flex .col-right .row .topic {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}
#product .product .content .product-flex .col-right .row .text p {
  font-weight: 300;
}
#product .product .content .product-flex .col-right .row .text ul {
  margin-left: 20px;
}
#product .product .content .product-flex .col-right .row .text ul li {
  list-style: disc;
}
#product .product .content .product-flex .col-right .row .text.price span {
  font-size: 4rem;
  line-height: 5rem;
  color: #00AA69;
  font-weight: 400;
}
#product .product .content .product-flex .col-right .row .interior {
  margin-top: 10px;
}
#product .product .content .product-flex .col-right .row .order-channel {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  #product .product .content .product-flex .col-right .row .order-channel {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
#product .product .content .product-flex .col-right .row .order-channel a {
  display: block;
}
#product .product .content .product-flex .col-right .row .order-channel a img {
  width: 100%;
  height: auto;
}
#product .product .content .product-flex .col-right .row .btn-box {
  margin-top: 15px;
}
#product .product .content .product-contact .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#product .product .content .product-contact .ttl h2 {
  display: block;
  width: 100%;
  font-size: clamp(4rem, 3.65vw, 7rem);
  font-weight: 400;
  text-align: center;
}
#product .product .content .product-contact .ttl h2 .line {
  width: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  #product .product .content .product-contact .ttl h2 .line {
    margin-bottom: -12px;
  }
}
#product .product .content .product-contact .ttl h2 .line .bg {
  padding: 0 18px;
  background-color: #000;
}
#product .product .content .product-contact .ttl h2 .line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: table;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #00AA69;
}
#product .product .content .product-contact .ttl h2 .show-sp {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
#product .product .content .product-contact h3 {
  display: table;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2rem, 2.6vw, 5rem);
  line-height: clamp(2rem, 2.6vw, 5rem);
  font-weight: 400;
  color: #00AA69;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#product .product .content .product-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
}
@media only screen and (max-width: 700px) {
  #product .product .content .product-contact ul {
    gap: 22px;
  }
}
#product .product .content .product-contact ul li .icn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#product .product .content .product-contact ul li p {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  #product .product .content .product-contact ul li p {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
#product .product .content .product-contact ul li p span {
  display: block;
  font-size: 2.5rem;
  color: #00AA69;
}
@media only screen and (max-width: 700px) {
  #product .product .content .product-contact ul li p span {
    font-size: 1.8rem;
  }
}
#product .product .content .product-contact ul li p a {
  color: #00AA69;
}
#product #pro-recom {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 700px) {
  #product #pro-recom {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.product-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1180px) {
  .product-list ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .product-list ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-row-gap: 20px;
  }
}
.product-list ul li a {
  display: block;
}
.product-list ul li a:hover {
  opacity: 1;
}
.product-list ul li a:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-list ul li a:hover .button {
  color: #000;
  background-color: #fff;
}
.product-list ul li a picture {
  display: block;
  background-color: #232323;
  border-radius: 40px;
}
.product-list ul li a .button {
  margin-top: 10px;
  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: 80px;
  padding: 0 10px 0 25px;
  font-weight: 400;
  background-color: #232323;
  border-radius: 40px;
}
@media only screen and (max-width: 700px) {
  .product-list ul li a .button {
    height: 54px;
    padding: 0 10px 0 18px;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .product-list ul li a .button .icn {
    width: 33px;
  }
}

.label-cate-pd {
  color: #fff !important;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 13px;
  border-radius: 25px;
  line-height: 15px;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 9;
}

.label-cate-clean {
  background: #154396 !important;
}

.label-cate-fix {
  background: #F68B1F !important;
}

.label-cate-home {
  background: #A7A9AC !important;
}

.label-cate-safety {
  background: #6FC7B6 !important;
}

.label-cate-pet {
  background: #FED09E !important;
}

@media only screen and (max-width: 420px) {
  .label-cate-pd {
    font-size: 8px;
    padding: 2px 10px;
    display: inline-block;
    top: 10px;
  }
}
.interior-grid-container {
  display: -ms-grid;
  display: grid;
  /* กำหนดสัดส่วนคอลัมน์ใหม่: อันแรกใหญ่ (เช่น 2 ส่วน) ที่เหลือเล็กกว่า (เช่น 1 ส่วน) */
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* กำหนดความสูงแถว: แถวแรกสูงกว่าแถวสองเพื่อให้เข้ากับสัดส่วนในรูป */
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto; /* หรือกำหนดเป็น px/em เช่น 250px 180px */
  gap: 10px; /* เพิ่มระยะห่างอีกนิดให้ดูโปร่ง */
}
.interior-grid-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.interior-grid-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.interior-grid-container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.interior-grid-container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.interior-grid-container > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.interior-grid-container > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.interior-grid-container > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.interior-grid-container > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

/* ตั้งค่าเริ่มต้นสำหรับรูปทั้งหมด (เช่น เส้นขอบ, ขนาดเต็มช่อง) */
.interior-grid-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/* --- กำหนดตำแหน่งและขนาดที่แตกต่าง --- */
/* รูปที่ 5 (คู่มือ): อยู่แถว 2, คอลัมน์ 2 */
.interior-grid-container img:nth-child(5) {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

/* รูปที่ 6, 7 (รูปสีเทา): อยู่แถว 2, คอลัมน์ 3 และ 4 ตามลำดับ */
.interior-grid-container img:nth-child(6) {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
}

.interior-grid-container img:nth-child(7) {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 4;
  grid-column: 4;
}

/* Support */
#support .support {
  position: relative;
}
#support .support .content {
  position: relative;
  z-index: 2;
}
#support .support .content .submn {
  margin-bottom: 40px;
}
@media only screen and (max-width: 700px) {
  #support .support .content .submn {
    margin-bottom: 30px;
  }
}
#support .support .content .submn 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;
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  #support .support .content .submn ul li {
    width: 100%;
  }
}
#support .support .content .submn 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;
  height: 50px;
  min-width: 210px;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  border-radius: 25px;
  color: #000;
  background-color: #fff;
}
#support .support .content .submn ul li a:hover {
  opacity: 1;
  color: #00AA69;
}
#support .support .content .submn ul li a.current {
  color: #fff;
  background-color: #00AA69;
}
#support .support .content .submn ul li a.current:hover {
  opacity: 1;
}
#support .support .content .faq {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
#support .support .content .faq .list {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
#support .support .content .faq .list .toggle-btn {
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  padding-left: 50px;
  color: #fff;
  background-image: url("../images/commons/toggle-open.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 31px;
  text-align: left;
}
#support .support .content .faq .list .toggle-btn.active {
  color: #00AA69;
  background-image: url("../images/commons/toggle-close.png");
}
#support .support .content .faq .list .toggle-content {
  display: none;
  margin-top: 10px;
  padding-left: 50px;
}

.active-submn-01 .submn-01,
.active-submn-02 .submn-02 {
  color: #fff !important;
  background-color: #00AA69 !important;
}

/* Help Center */
#help .help {
  position: relative;
}
#help .help .content {
  position: relative;
  z-index: 2;
}
#help .help .content > h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 10px;
}
#help .help .content > p {
  color: #BBBBBB;
}
#help .help .content > p strong {
  color: #fff;
}
#help .help .content .button {
  width: 100%;
  max-width: 790px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 700px) {
  #help .help .content .button {
    margin-top: 20px;
    gap: 10px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#help .help .content .button li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  gap: 10px;
  padding: 5px;
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  border: 2px solid #00AA69;
}
@media only screen and (max-width: 700px) {
  #help .help .content .button li a {
    height: 40px;
    border-radius: 20px;
  }
}
#help .help .content .button li a:hover {
  opacity: 1;
  color: #00AA69;
}
#help .help .content .button li a .icn {
  min-width: 40px;
}
@media only screen and (max-width: 700px) {
  #help .help .content .button li a .icn {
    width: 30px;
    min-width: 30px;
  }
}
#help .help .content .button li a .txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 700px) {
  #help .help .content .button li a .txt {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#help .help .content .box-form {
  margin-top: 50px;
  padding: 30px;
  border-radius: 20px;
  background-color: rgba(0, 52, 29, 0.8);
}
@media only screen and (max-width: 700px) {
  #help .help .content .box-form {
    margin-top: 40px;
  }
}
#help .help .content .box-form h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 20px;
}
#help .help .content .box-form .form .form-row + .form-row {
  margin-top: 20px;
}
#help .help .content .box-form .form .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 700px) {
  #help .help .content .box-form .form .form-row.flex {
    display: block;
  }
}
#help .help .content .box-form .form .form-row.flex .col.w50 {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  #help .help .content .box-form .form .form-row.flex .col.w50 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #help .help .content .box-form .form .form-row.flex .col + .col {
    margin-top: 20px;
  }
}
#help .help .content .box-form .form .form-row.agree .field {
  margin-top: 10px;
  font-size: 1.4rem;
}
#help .help .content .box-form .form .form-row .label {
  margin-bottom: 5px;
}
#help .help .content .box-form .form .form-row .field.check-list {
  padding-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 700px) {
  #help .help .content .box-form .form .form-row .field.check-list {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  #help .help .content .box-form .form .form-row .field.check-list label + label {
    margin-top: 10px;
  }
}
#help .help .content .box-form .form .form-row .remark {
  font-size: 1.4rem;
}
#help .help .content .box-form .form .form-button {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  #help .help .content .box-form .form .form-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#help .help .content .box-form .form .form-button .btn {
  font-size: 1.8rem;
}

.textbox {
  display: block;
  width: 100%;
  font-family: "Mitr", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 12px 20px;
  border-radius: 25px;
  color: #fff;
  background-color: #005A33;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  font-family: "Mitr", sans-serif;
  font-size: 16px;
  line-height: 26px;
  border: 0;
  resize: none;
  height: 160px;
}

button, input, textarea {
  font-family: "Mitr", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

select.textbox {
  background-image: url("../images/commons/icn-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 20px;
}
select.green {
  background-color: #00AA69;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5);
}

::-webkit-input-placeholder { /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder { /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.5);
}

:-ms-input-placeholder { /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.5);
}

::placeholder { /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.5);
}

/* Check Box */
.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: -1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 6px;
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #FFF;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #000;
}

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

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

.chkbox-btn .chkbox:after {
  top: 3px;
  left: 9px;
  width: 7px;
  height: 16px;
  border: solid #00AA69;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Radio */
.radio-btn {
  display: table;
  position: relative;
  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: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #000;
  height: 25px;
  width: 25px;
  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: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00AA69;
}

/* PDPA */
#pdpa .pdpa {
  position: relative;
}
#pdpa .pdpa .content {
  position: relative;
  z-index: 2;
}
#pdpa .pdpa .content .submn {
  margin-bottom: 40px;
}
@media only screen and (max-width: 700px) {
  #pdpa .pdpa .content .submn {
    margin-bottom: 30px;
  }
}
#pdpa .pdpa .content .submn 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;
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  #pdpa .pdpa .content .submn ul li {
    width: 100%;
  }
}
#pdpa .pdpa .content .submn 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;
  height: 50px;
  min-width: 300px;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  border-radius: 25px;
  color: #000;
  background-color: #fff;
}
@media only screen and (max-width: 700px) {
  #pdpa .pdpa .content .submn ul li a {
    min-width: 100%;
  }
}
#pdpa .pdpa .content .submn ul li a:hover {
  opacity: 1;
  color: #00AA69;
}
#pdpa .pdpa .content .submn ul li a.current {
  color: #fff;
  background-color: #00AA69;
}
#pdpa .pdpa .content .submn ul li a.current:hover {
  opacity: 1;
}
#pdpa .pdpa .content .des {
  color: #BEBEBE;
}
#pdpa .pdpa .content .des a {
  color: #BEBEBE;
}
#pdpa .pdpa .content .des * + h2 {
  margin-top: 40px;
}
#pdpa .pdpa .content .des *.table {
  margin-top: 20px;
}
#pdpa .pdpa .content .des h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
#pdpa .pdpa .content .des p + p, #pdpa .pdpa .content .des p + ol, #pdpa .pdpa .content .des p + ul {
  margin-top: 20px;
}
#pdpa .pdpa .content .des .table table {
  border-spacing: 1px;
  border-collapse: separate;
}
#pdpa .pdpa .content .des .table table tr td {
  padding: 8px 12px;
  background-color: rgba(29, 29, 29, 0.9);
}
#pdpa .pdpa .content .des ul {
  margin-left: 20px;
}
#pdpa .pdpa .content .des ul li {
  list-style: disc;
}
#pdpa .pdpa .content .des ul li ul {
  margin-left: 40px;
}
#pdpa .pdpa .content .des ol {
  margin-left: 20px;
}
#pdpa .pdpa .content .des ol.line-space li + li {
  margin-top: 20px;
}
#pdpa .pdpa .content .des ol li {
  list-style: decimal;
}
#pdpa .pdpa .content .des ol li ul {
  margin-top: 20px;
}
#pdpa .pdpa .content .des ol li ul li {
  list-style: disc;
}
#pdpa .pdpa .content .des ol li ul li + li {
  margin-top: 20px;
}
#pdpa .pdpa .content .des ol + p {
  margin-top: 20px;
}

.active-submn-01 .submn-01,
.active-submn-02 .submn-02,
.active-submn-03 .submn-03 {
  color: #fff !important;
  background-color: #00AA69 !important;
}

/* Contact */
.page-contact main {
  background-image: url("../images/contact/bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 86%;
  background-attachment: fixed;
}
@media only screen and (max-width: 700px) {
  .page-contact main {
    background-image: none;
  }
}

#contact-inner {
  padding-top: 50px;
}
@media only screen and (max-width: 700px) {
  #contact-inner {
    padding-top: 0;
  }
}
#contact-inner .contact-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 700px) {
  #contact-inner .contact-inner {
    width: 100%;
    display: block;
  }
}
#contact-inner .contact-inner .col-img {
  position: absolute;
  bottom: 0;
  left: -165px;
  width: 884px;
}
@media only screen and (max-width: 1180px) {
  #contact-inner .contact-inner .col-img {
    left: -50%;
  }
}
@media only screen and (max-width: 700px) {
  #contact-inner .contact-inner .col-img {
    position: static;
    left: 0;
    width: 100%;
  }
}
#contact-inner .contact-inner .col-img img {
  width: 100%;
  height: auto;
}
#contact-inner .contact-inner .col-text {
  width: 455px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 700px) {
  #contact-inner .contact-inner .col-text {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0;
  }
}
#contact-inner .contact-inner .col-text .row + .row {
  margin-top: 10px;
}
#contact-inner .contact-inner .col-text .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  grid-row-gap: 10px;
}
#contact-inner .contact-inner .col-text .row h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  color: #00AA69;
}
#contact-inner .contact-inner .col-text .row p {
  font-size: 2rem;
  line-height: 3rem;
}
#contact-inner .contact-inner .col-text .row .sns {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#contact-inner .contact-inner .col-text .gmap {
  margin-top: 30px;
  position: relative;
  padding-bottom: 300px;
  height: 0;
  overflow: hidden;
  border-radius: 50px;
}
@media only screen and (max-width: 700px) {
  #contact-inner .contact-inner .col-text .gmap {
    padding-bottom: 250px;
    border-radius: 30px;
  }
}
#contact-inner .contact-inner .col-text .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}