@charset "UTF-8";
:root {
  --font-pri: "SVN-Outfit", sans-serif;
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-10: 0.8rem;
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(10%) sepia(22%) saturate(1515%) hue-rotate(177deg) brightness(92%) contrast(85%);
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
  --bg-pri: linear-gradient(145deg, #d92525 6.38%, #9c1b1b 93.71%);
}

.mona-content > * {
  line-height: 150%;
  color: #1e293b;
  text-align: justify;
}
.mona-content b,
.mona-content strong {
  font-weight: 700;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2.4rem;
}
.mona-content h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h1 {
    font-size: 2.1rem;
  }
}
.mona-content h2 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 1.9rem;
  }
}
.mona-content h3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.5rem;
  }
}
.mona-content h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .mona-content h4 {
    font-size: 1.4rem;
  }
}
.mona-content h5 {
  font-size: 1.4rem;
}
.mona-content h6 {
  font-size: 1.2rem;
}
.mona-content p {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  height: auto;
  margin: 4rem 0;
  user-select: none;
  border-radius: 1.6rem;
  max-width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .mona-content img,
  .mona-content iframe {
    margin: 2.4rem 0;
  }
}
.mona-content blockquote {
  background: #f9f9f9;
  border-left: 1rem solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  max-width: 100%;
  margin: 3.2rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .mona-content table {
    margin: 2.4rem 0;
  }
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .mona-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.mona-content .wp-caption-text {
  padding: 1rem 0;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
  font-style: italic;
  margin: 0 !important;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.mona-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.mona-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mona-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mona-content a {
  font-weight: 700;
  color: #1e293b;
  transition: all 0.5s ease;
}
.mona-content a:hover {
  text-decoration: underline;
  color: #dc2626;
}
.mona-content li {
  margin: 1em 0;
}
.mona-content figure {
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.mona-content figure img {
  margin: 0;
}
.mona-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.mona-content .img-full img {
  width: 100%;
}
.mona-content table {
  width: 100%;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
}
.mona-content table td {
  background-color: transparent;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.mona-content img.size-full {
  width: 100%;
}
.mona-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .mona-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.mona-content img.alignright {
  margin-left: auto;
}
.mona-content img.alignleft {
  margin-right: auto;
}
.mona-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.mona-content .gallery-columns img {
  margin: 0;
}
.mona-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.mona-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mona-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.mona-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}
.mona-content #ez-toc-container {
  width: 100%;
  border-radius: var(--radius-l);
}

.contact {
  margin: 8rem 0rem 8rem;
}
@media screen and (max-width: 992px) {
  .contact {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    margin: 4rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-wrap {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .contact-col {
    width: 100%;
  }
}
.contact-info {
  position: relative;
  color: white;
  background: var(--bg-pri);
  border-radius: var(--radius-xl);
}
.contact-info::before, .contact-info::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
  pointer-events: none;
  background-color: transparent;
  box-shadow: -1rem -1rem white;
  border-radius: var(--radius-circle);
}
.contact-info::before {
  top: 0rem;
  left: 8rem;
}
@media screen and (max-width: 576px) {
  .contact-info::before {
    left: 7.4rem;
  }
}
.contact-info::after {
  top: 8rem;
  left: 0rem;
}
@media screen and (max-width: 576px) {
  .contact-info::after {
    top: 7.4rem;
  }
}
.contact-info > .title-24 {
  text-align: center;
  padding: 2rem 3.2rem 0 11rem;
}
@media screen and (max-width: 576px) {
  .contact-info > .title-24 {
    font-size: 1.6rem;
    padding: 1.6rem 3.2rem 0 10rem;
  }
}
.contact-info .decor {
  width: fit-content;
  position: absolute;
  pointer-events: none;
  background-color: white;
  border-right: 1.6rem solid white;
  border-bottom: 1.6rem solid white;
  border-bottom-right-radius: var(--radius-xl);
}
@media screen and (max-width: 576px) {
  .contact-info .decor {
    border-right: 1rem solid white;
    border-bottom: 1rem solid white;
  }
}
.contact-info .decor-inner {
  width: 6.4rem;
  height: 6.4rem;
  background-color: #1e293b;
  border-radius: var(--radius-l);
}
.contact-info_list {
  padding: 2.4rem;
}
@media screen and (min-width: 577px) {
  .contact-info_item:last-child .contact-info_box {
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: space-between;
  }
}
.contact-info_item:last-child .contact-info_box .text-20 {
  width: 100%;
}
.contact-info_box .text-20 {
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
}
.contact-info_box .text-20::before {
  top: 1.1rem;
  left: 0.4rem;
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  background-color: #1e293b;
}
.contact-info_box .text-16 a {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .contact-info_box .text-16 a:hover, .contact-info_box .text-16 a:focus-visible {
    color: #1e293b;
  }
}
.contact-info_notice {
  padding: 0 3.2rem 2rem;
}
@media screen and (max-width: 576px) {
  .contact-info_notice {
    padding: 0 3.2rem 1.6rem;
  }
}

ul.page-numbers {
  gap: 1.6rem;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  ul.page-numbers {
    gap: 0.8rem;
  }
}
ul.page-numbers li {
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: var(--radius-m);
  border: 0.1rem solid #1e293b;
}
ul.page-numbers li:has(.current) {
  background-color: #1e293b;
}
ul.page-numbers li:has(.current) a,
ul.page-numbers li:has(.current) span {
  color: white;
}
@media screen and (min-width: 1201px) {
  ul.page-numbers li:not(:has(.disable)):hover {
    background-color: #1e293b;
  }
  ul.page-numbers li:not(:has(.disable)):hover a {
    color: white;
  }
  ul.page-numbers li:not(:has(.disable)):hover img {
    filter: brightness(0) invert(1);
  }
}
ul.page-numbers li .disable {
  pointer-events: none;
}
ul.page-numbers li .prev img {
  transform: rotate(90deg);
}
ul.page-numbers li .next img {
  transform: rotate(-90deg);
}
ul.page-numbers li img {
  object-fit: contain;
  width: 1.6rem;
  height: 1.6rem;
  filter: var(--filter-pri);
}
ul.page-numbers li a,
ul.page-numbers li span {
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #656565;
  line-height: 150%;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.product {
  margin: 8rem 0rem 8rem;
}
@media screen and (max-width: 992px) {
  .product {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .product {
    margin: 4rem 0rem;
  }
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-16));
  margin: 0 calc(-1 * var(--pi-16));
}
.product-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 991px) {
  .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .product-item {
    width: 100%;
  }
}
.product-box {
  overflow: hidden;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product-box:hover .img img, .product-box:focus-visible .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.product-img .img {
  border-radius: 3rem;
  padding-top: 61.4583333333%;
}
.product-content {
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  padding: 1.6rem;
  text-align: center;
  position: absolute;
}
.product-content .text-16 {
  line-height: 130%;
  transition: 0.4s ease-in-out;
  letter-spacing: -0.0281rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product-content .text-16:hover, .product-content .text-16:focus-visible {
    color: #dc2626;
  }
}

.why {
  margin: 8rem 0rem 8rem;
}
@media screen and (max-width: 992px) {
  .why {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .why {
    margin: 4rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  .why-col {
    width: 100%;
  }
}
.why-img .img {
  padding-top: 83.2167832168%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .why-img .img:hover img, .why-img .img:focus-visible img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.why-content .custom-logo-link {
  margin-right: auto;
  margin-left: auto;
  max-width: 35rem;
}

.prl {
  margin: 8rem 0rem 8rem;
}
@media screen and (max-width: 992px) {
  .prl {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .prl {
    margin: 4rem 0rem;
  }
}
.prl .product-box {
  gap: 1.2rem;
  height: 100%;
  display: flex;
  padding: 1.2rem;
  overflow: hidden;
  flex-direction: column;
  border-radius: var(--radius-l);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.prl .product-img {
  width: 100%;
  margin: 0 auto;
  max-width: 20rem;
}
.prl .product-img .img {
  border-radius: 1.8rem;
  padding-top: 105.2631578947%;
}
.prl .product-content {
  padding: 0;
  position: static;
}
.prl .btn-filter {
  gap: 0.8rem;
  margin-left: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-m);
  border: 0.1rem solid #1e293b;
}
@media screen and (min-width: 1201px) {
  .prl .btn-filter {
    display: none;
  }
}
.prl .btn-filter img {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.prl .btn-filter span {
  font-weight: 600;
  font-size: 1.6rem;
}
.prl .mona-ajax-result {
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.prl-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(4 * var(--pi-4));
  margin: 0 calc(-1 * var(--pi-4));
}
.prl-item {
  margin: 0;
  width: 33.3333333333%;
  padding: 0 var(--pi-4);
}
@media screen and (max-width: 991px) {
  .prl-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .prl-item {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .prl-col {
    width: 100%;
  }
}
.prl-main .title-28 {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .prl-filter {
    gap: 2.4rem;
  }
}
.prl-filter_search .title-28 {
  color: #dc2626;
}
.prl-filter_search form .form-label,
.prl-filter_search .form .form-label {
  gap: 1.2rem;
  align-items: center;
  transition: 0.4s ease-in-out;
  flex-direction: unset;
  padding: 1.2rem 1.6rem;
  background-color: #efefef;
  border-radius: var(--radius-l);
  border: 0.1rem solid transparent;
}
.prl-filter_search form .form-label:has(input:focus), .prl-filter_search form .form-label:has(input:not(:placeholder-shown)),
.prl-filter_search .form .form-label:has(input:focus),
.prl-filter_search .form .form-label:has(input:not(:placeholder-shown)) {
  border-color: #dc2626;
}
.prl-filter_search form input,
.prl-filter_search .form input {
  border: 0;
  padding: 0;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
.prl-filter_search form input::placeholder,
.prl-filter_search .form input::placeholder {
  font-size: 1.4rem;
  font-style: italic;
}
.prl-filter_search form button,
.prl-filter_search .form button {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}
.prl-filter_group {
  padding: 2rem;
  border-radius: 1.8rem;
  background-color: rgb(239, 239, 239);
}
@media screen and (max-width: 1200px) {
  .prl-filter_group {
    padding: 1.6rem;
  }
}
.prl-filter_block {
  position: relative;
}
.prl-filter_block:not(:last-child)::before {
  left: 0;
  width: 100%;
  bottom: -2rem;
  height: 0.1rem;
  position: absolute;
  content: "";
  background-color: #1e293b;
}
.prl-filter_title {
  gap: 1.2rem;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prl-filter_title.is-active img {
  transform: rotate(270deg);
}
.prl-filter_title img {
  transition: 0.4s ease-in-out;
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(90deg);
  filter: var(--filter-pri);
}
.prl-filter_title > .text-20 {
  font-weight: 700;
}
.prl-filter_list {
  padding-top: 2.4rem;
}
.prl-filter_check {
  gap: 1.6rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .prl-filter_check {
    gap: 1.2rem;
  }
}
.prl-filter_check:has(input:checked) .check {
  background-color: #1e293b;
}
.prl-filter_check .check {
  flex-shrink: 0;
  user-select: none;
  width: 2rem;
  height: 2rem;
  transition: 0.4s ease-in-out;
  border-radius: var(--radius-s);
  border: 0.1rem solid #1e293b;
}

@media screen and (min-width: 1201px) {
  .js-prl {
    top: 10rem;
    position: sticky;
  }
}
@media screen and (max-width: 1200px) {
  .js-prl {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .js-prl {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .js-prl {
    padding: 1.6rem;
  }
}
/*# sourceMappingURL=product.css.map */
