:root {
  --font-title: "Nunito Sans", sans-serif;
  --font-pri: "Montserrat", 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-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 9.6rem;
  --header-height-fixed: 8rem;
  --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);
  --box-shadow-2: 0 1rem 3rem 0 rgba(0, 0, 0, 0.05);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(27%) sepia(7%) saturate(5832%) hue-rotate(339deg) brightness(92%)
    contrast(85%);
  --filter-sec: brightness(0) saturate(100%) invert(77%) sepia(36%) saturate(5995%) hue-rotate(9deg) brightness(110%)
    contrast(96%);
  --filter-third: brightness(0) saturate(100%) invert(43%) sepia(81%) saturate(875%) hue-rotate(22deg) brightness(101%)
    contrast(101%);
  --container-full: 4.8rem;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --container-full: 1.6rem;
  }
}

.sdn-content > * {
  line-height: 140%;
  color: #1a1a1a;
}
.sdn-content b,
.sdn-content strong {
  font-weight: 700;
}
.sdn-content em,
.sdn-content i {
  font-style: italic;
}
.sdn-content h1,
.sdn-content h2,
.sdn-content h3,
.sdn-content h4,
.sdn-content h5,
.sdn-content h6 {
  color: #241c00;
  font-weight: 800;
  margin-bottom: 1.6rem;
  font-family: var(--font-title);
}
.sdn-content h1 {
  --f-sz: clamp(2.1rem, calc(1.6984rem + 0.5738vw), 2.8rem);
  font-size: var(--f-sz);
}
.sdn-content h2 {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
.sdn-content h3 {
  --f-sz: clamp(1.4rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
}
.sdn-content h4 {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
}
.sdn-content h5 {
  --f-sz: 1.4rem;
  font-size: var(--f-sz);
}
.sdn-content h6 {
  --f-sz: 1.2rem;
  font-size: var(--f-sz);
}
.sdn-content p {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 576px) {
  .sdn-content p {
    font-size: 1.2rem;
  }
}
.sdn-content ul,
.sdn-content ol {
  margin: 0 0 4rem 0;
  list-style-position: inside;
}
@media screen and (max-width: 1200px) {
  .sdn-content ul,
  .sdn-content ol {
    margin: 0 0 3.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sdn-content ul,
  .sdn-content ol {
    margin: 0 0 2.4rem 0;
  }
}
.sdn-content ul ul,
.sdn-content ul ol,
.sdn-content ol ul,
.sdn-content ol ol {
  margin-left: 1em;
}
.sdn-content ul {
  list-style-type: disc;
}
.sdn-content ol {
  list-style-type: decimal;
}
.sdn-content ul ul,
.sdn-content ol ul {
  list-style-type: circle;
}
.sdn-content ol ol,
.sdn-content ul ol {
  list-style-type: lower-latin;
}
.sdn-content img,
.sdn-content iframe {
  height: auto;
  margin: 4rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100% !important;
  border-radius: var(--radius);
}
@media screen and (max-width: 1200px) {
  .sdn-content img,
  .sdn-content iframe {
    margin: 2.4rem 0;
  }
}
.sdn-content blockquote {
  padding: 2.4rem;
  margin: 2.4rem 0;
  isolation: isolate;
  position: relative;
  border-radius: var(--radius-m);
  background: rgba(255, 129, 16, 0.05);
}
@media screen and (max-width: 576px) {
  .sdn-content blockquote {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.sdn-content blockquote::before {
  content: "";
  top: 0;
  z-index: -1;
  height: 65%;
  left: 2.4rem;
  width: 14.5%;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-quote.svg");
}
.sdn-content blockquote * {
  margin: 0;
  color: #1a1a1a;
}
.sdn-content blockquote * + * {
  margin-top: 1.6rem;
}
.sdn-content blockquote .author-txt {
  gap: 1.2rem;
  display: flex;
  color: #1a1a1a;
  align-items: center;
}
.sdn-content blockquote .author-txt::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  background-color: #1a1a1a;
}
.sdn-content .sdn-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.sdn-content .sdn-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sdn-content .sdn-table-wrap {
  overflow: auto;
}
.sdn-content .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
  color: #999999;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .sdn-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.sdn-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) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.sdn-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.sdn-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.sdn-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.sdn-content a {
  font-weight: 700;
  color: #f2b705;
  transition: all 0.5s ease;
}
.sdn-content a:hover {
  text-decoration: underline;
  color: #784123;
}
.sdn-content li {
  margin: 1.6rem 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .sdn-content li {
    margin: 1.2rem 0;
  }
}
.sdn-content figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.sdn-content figure img {
  margin: 0;
}
.sdn-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.sdn-content .img-full img {
  width: 100%;
}
.sdn-content .table-resp,
.sdn-content figure {
  margin: 2.4rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .table-resp,
  .sdn-content figure {
    width: 100%;
    overflow: auto hidden;
  }
}
@media screen and (max-width: 576px) {
  .sdn-content .table-resp table,
  .sdn-content figure table {
    min-width: 80rem;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.sdn-content table {
  width: 100%;
  overflow: hidden auto;
  border-radius: 1.6rem;
  height: auto !important;
  margin: 2.4rem auto !important;
  border-collapse: separate !important;
}
.sdn-content table thead tr th:first-child {
  border-top-left-radius: 2rem;
}
.sdn-content table thead tr th:last-child {
  border-top-right-radius: 2rem;
}
.sdn-content table thead tr th:not(:last-child) {
  border-right: 0.1rem solid white;
}
.sdn-content table tbody {
  background-color: #fff;
}
.sdn-content table tbody tr:first-child td:first-child {
  border-top-left-radius: 2rem;
}
.sdn-content table tbody tr:first-child td:last-child {
  border-top-right-radius: 2rem;
}
.sdn-content table tbody tr:first-child td:not(:last-child) {
  border-right: 0.1rem solid #f0f0f0;
}
.sdn-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 2rem;
}
.sdn-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 2rem;
}
.sdn-content table tbody tr:not(:first-child) td:not(:last-child) {
  border-right: 0.1rem solid #f0f0f0;
}
.sdn-content table td {
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
}
.sdn-content table th {
  font-weight: 600;
  text-align: left;
}
.sdn-content table th,
.sdn-content table td {
  padding: 1.2rem;
  font-size: 1.4rem;
  vertical-align: middle;
  border-bottom: 0.1rem solid #f0f0f0;
}
.sdn-content img.size-full {
  width: 100%;
}
.sdn-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .sdn-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.sdn-content img.alignright {
  margin-left: auto;
}
.sdn-content img.alignleft {
  margin-right: auto;
}
.sdn-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.sdn-content .gallery-columns img {
  margin: 0;
}
.sdn-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.sdn-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sdn-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.sdn-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}

.aside {
  left: 0;
  top: 4rem;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .aside {
    top: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .aside {
    top: 1.8rem;
  }
}
.aside-wrap {
  right: 0;
  top: 14rem;
  z-index: 99;
  position: sticky;
}
.aside-wrap.is-active {
  z-index: 102;
}
.aside-wrap.is-active .aside-btn {
  opacity: 0;
}
.aside-wrap.is-active .aside-inner {
  transform: unset;
}
.aside-btn {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  padding: 0.8rem;
  cursor: pointer;
  font-weight: 800;
  line-height: 133%;
  width: -moz-fit-content;
  width: fit-content;
  color: #f0f0f0;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #f2b705;
  font-family: var(--font-title);
}
@media screen and (max-width: 1200px) {
  .aside-btn {
    padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .aside-btn {
    padding: 0.6rem;
    font-size: 1.4rem;
  }
}
.aside-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 576px) {
  .aside-btn img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.aside-btn span {
  display: none;
}
.aside-inner {
  left: 0;
  top: -4rem;
  width: 100%;
  min-width: 46.4rem;
  position: absolute;
  transition: 0.4s ease-in-out;
  transform: translateX(-100%);
}
@media screen and (max-width: 1200px) {
  .aside-inner {
    min-width: 40rem;
  }
}
@media screen and (max-width: 576px) {
  .aside-inner {
    min-width: 30rem;
  }
}
.aside-close {
  top: 2.4rem;
  right: 2.4rem;
  flex-shrink: 0;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .aside-close {
    top: 1rem;
    right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .aside-close {
    top: 0.6rem;
    right: 0.6rem;
  }
}
.aside-close img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
}
.aside-block {
  padding: 4.8rem;
  border-radius: 2.4rem;
  background-color: white;
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 1200px) {
  .aside-block {
    padding: 3.2rem;
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .aside-block {
    padding: 3.2rem 1.6rem;
  }
}
.aside-overlay {
  inset: 0;
  opacity: 0;
  width: 100%;
  z-index: 100;
  height: 100dvh;
  position: fixed;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
}
.aside-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.aside-box {
  font-size: 1.4rem;
}

.swiper-navigation {
  z-index: 5;
  gap: 0.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.swiper-navigation > * {
  cursor: pointer;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #784123;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .swiper-navigation > *:hover, .swiper-navigation > *:focus-visible {
    background-color: #784123;
  }
  .swiper-navigation > *:hover img, .swiper-navigation > *:focus-visible img {
    filter: var(--filter-white);
  }
}
.swiper-navigation > * img {
  transition: 0.4s ease-in-out;
  filter: var(--filter-pri);
}
.swiper-navigation .prev img {
  transform: rotate(-180deg);
}

.swiper-pagination {
  max-width: 28rem;
  overflow: hidden;
  position: static !important;
  border-radius: var(--radius-max);
  background: #d9cdbb !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    max-width: 20rem;
  }
}
.swiper-pagination-progressbar-fill {
  background: #784123 !important;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-fraction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  position: absolute;
  right: 2.4rem;
  bottom: 4rem;
  z-index: 10;
}
.swiper-fraction .swiper-pagination {
  gap: 0.8rem;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-direction: column;
  background-color: transparent !important;
}
.swiper-fraction .swiper-pagination-bullet {
  transition: 0.4s ease-in-out;
  margin: 0 auto !important;
  background-color: white !important;
}
.swiper-fraction .swiper-pagination-bullet-active {
  background-color: white !important;
}
.swiper-fraction .swiper-line {
  height: 8rem;
  width: 0.2rem;
  background: white;
  border-radius: var(--radius);
}
.swiper-fraction .swiper-fraction_number {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 800;
  color: white;
  font-family: var(--font-title);
}
@media screen and (max-width: 1280px) {
  .swiper-fraction {
    left: 50%;
    right: auto;
    gap: 1.2rem;
    bottom: 2.4rem;
    flex-direction: row;
    align-items: center;
    transform: translateX(-50%);
  }
  .swiper-fraction .swiper-pagination {
    gap: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
  }
  .swiper-fraction .swiper-pagination-bullet {
    margin: auto 0 !important;
  }
  .swiper-fraction .swiper-line {
    width: 10rem;
    height: 0.2rem;
  }
}

.product {
  --wh: 7.2rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product:hover .img-hover, .product:focus-visible .img-hover {
    opacity: 1;
    visibility: visible;
  }
  .product:hover .triangle, .product:focus-visible .triangle {
    width: var(--wh);
    height: var(--wh);
  }
  .product:hover .triangle::before, .product:hover .triangle::after, .product:focus-visible .triangle::before, .product:focus-visible .triangle::after {
    width: var(--wh);
    height: var(--wh);
  }
  .product:hover .img-icon, .product:focus-visible .img-icon {
    opacity: 1;
  }
}
.product-img {
  position: relative;
}
.product-img .img {
  padding-top: 100%;
}
.product-img .img-hover {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.4s ease-in-out;
}
.product-img .img-icon {
  opacity: 0;
  right: 1.2rem;
  bottom: 1.2rem;
  position: absolute;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product-img .img-icon:hover, .product-img .img-icon:focus-visible {
    transform: translateX(0.5rem);
  }
}
.product-img .triangle {
  --bg-color: #f0f0f0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
  transition: 0.4s ease-in-out;
  border-radius: 1.2rem 0 0 0;
  background-color: var(--bg-color);
  filter: drop-shadow(0 -0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}
.product-img .triangle::before, .product-img .triangle::after {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
}
.product-img .triangle::before {
  background-color: #2a0f00;
}
.product-img .triangle::after {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.001) 50%, var(--bg-color) 50%);
}
.product-content .text-18 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product-content .text-18:hover, .product-content .text-18:focus-visible {
    color: #784123;
  }
}
.product-content ul {
  row-gap: calc(2 * var(--p-10));
  margin: 0 calc(-1 * var(--pi-10));
}
@media screen and (max-width: 576px) {
  .product-content ul {
    --p-10: 0.4rem;
  }
}
@media screen and (max-width: 576px) {
  .product-content ul .text-14 {
    font-size: 1.2rem;
  }
}
.product-content ul li {
  position: relative;
  padding: 0 var(--pi-10);
}
.product-content ul li:not(:last-child)::after {
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1.6rem;
  position: absolute;
  content: "";
  transform: translateY(-50%);
  background-color: #d9cdbb;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article:hover .img img, .article:focus-visible .img img {
    transform: scale(1.05);
  }
}
.article-img .img {
  padding-top: 66.6666666667%;
}

@media screen and (min-width: 1201px) {
  .samco {
    margin: 10rem 0rem 10rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 991px) {
  .samco {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .samco-bg {
    padding: 0;
    border-radius: 0;
  }
}
.samco-bg_bg {
  background: linear-gradient(106deg, #ffd557 5.99%, #f2b600 97.39%);
}
@media screen and (max-width: 1200px) {
  .samco-bg_bg {
    padding: 0;
    border-radius: 0;
  }
}
.samco-bg_bg:before {
  bottom: 0;
  width: 100%;
  height: 100%;
  left: -6.4rem;
  position: absolute;
  content: "";
  mix-blend-mode: overlay;
  border-radius: 0 4rem 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../../assets/images/gallery/file-decor1.png");
}
@media screen and (max-width: 1200px) {
  .samco-bg_bg:before {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .samco-bg_img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .samco-position {
    padding: 0;
  }
}
.samco-wrap {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .samco-wrap {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .samco-wrap {
    padding: 4rem 0;
  }
}
.samco-form {
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 576px) {
  .samco-form {
    padding: 2rem;
  }
}
.samco-form form .form-action {
  flex-wrap: wrap;
}
.samco-form form .form-action .btn {
  width: 100% !important;
  border-radius: 4rem !important;
  padding: 1.55rem 3.2rem !important;
}
.samco-form form .form-action.form-action-2col .btn {
  width: calc(50% - 0.5rem) !important;
}
@media screen and (max-width: 576px) {
  .samco-form form .form-action.form-action-2col .btn {
    width: 100% !important;
  }
}
.samco-item {
  max-width: 30rem;
}
.samco-logo {
  padding-top: 100%;
  position: relative;
}
.samco-logo img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.samco-content_action .btn {
  text-align: left;
  flex-wrap: nowrap;
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 1280px) {
  .samco-content_action .btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .samco-content_action .btn {
    width: calc(50% - 0.4rem);
  }
}
@media screen and (max-width: 576px) {
  .samco-content_action .btn {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .samco-content_action .btn .icon {
    display: none;
  }
}
.samco-content_action .btn > span:nth-child(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.related {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .related {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .related-heading .swiper-control {
    display: none;
  }
}
.related-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
.related-swiper .swiper-slide {
  padding: 0 var(--pi-16);
}
.related-swiper .swiper-slide:has(.article), .related-swiper .swiper-slide:has(.project) {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .related-swiper .swiper-slide:has(.article), .related-swiper .swiper-slide:has(.project) {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .related-swiper .swiper-slide:has(.article), .related-swiper .swiper-slide:has(.project) {
    width: 83.3333333333%;
  }
}
.related-swiper .swiper-slide:has(.product) {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .related-swiper .swiper-slide:has(.product) {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .related-swiper .swiper-slide:has(.product) {
    width: 50%;
  }
}
.related-swiper .swiper-pagination {
  margin: 4rem auto 0;
}

.blogdt {
  margin: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .blogdt {
    margin: 6rem 0rem;
  }
}
.blogdt-key {
  --p: 2.4rem;
  overflow: hidden;
  margin: 2.4rem 0;
  border-radius: 2rem;
  background-color: white;
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 576px) {
  .blogdt-key {
    --p: 1.6rem;
  }
}
.blogdt-key.is-active .blogdt-key_heading {
  background-color: #784123;
}
.blogdt-key.is-active .blogdt-key_title img {
  filter: var(--filter-white);
}
.blogdt-key.is-active .blogdt-key_title .title-24 {
  color: white;
}
.blogdt-key.is-active .blogdt-key_icon {
  transform: rotate(180deg);
}
.blogdt-key.is-active .blogdt-key_icon img {
  filter: var(--filter-white);
}
.blogdt-key_heading {
  padding: var(--p);
  overflow: hidden;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
}
.blogdt-key_title {
  gap: 1.2rem;
}
.blogdt-key_title .title-24 {
  margin: 0;
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  transition: 0.4s ease-in-out;
}
.blogdt-key_title img {
  margin: 0;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.blogdt-key_icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.blogdt-key_icon img {
  margin: 0;
  transition: 0.4s ease-in-out;
  width: 3.2rem;
  height: 3.2rem;
  filter: var(--filter-black);
}
.blogdt-key_content {
  padding: var(--p);
}
.blogdt-key_content * {
  margin: 0 !important;
}
.blogdt-key_content .text-14 {
  margin-bottom: 0;
}
@media screen and (min-width: 577px) {
  .blogdt-key_content .text-14 {
    padding-left: 2.4rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 576px) {
  .blogdt-key_content .text-14 {
    padding-left: 1.6rem;
  }
}
@media screen and (min-width: 577px) {
  .blogdt-key_content .text-14::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 0.4rem;
    position: absolute;
    content: "";
    border-radius: 4rem;
    background-color: #784123;
  }
}
.blogdt-inner .sdn-content ul {
  list-style: none;
}
.blogdt-inner .sdn-content ul li {
  margin: 0.8rem 0;
  font-size: 1.4rem;
  position: relative;
  padding-left: 2.4rem;
}
.blogdt-inner .sdn-content ul li::before {
  content: "";
  left: 0rem;
  top: 0.8rem;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: #784123;
  transform: rotate(45deg);
}
.blogdt-hot {
  margin: 4rem 0;
}
@media screen and (max-width: 576px) {
  .blogdt-hot {
    margin: 2.4rem 0;
  }
}
.blogdt-hot_img {
  width: 100%;
  max-width: 38.4rem;
}
.blogdt-hot_img .img {
  padding-top: 100%;
}
.blogdt-hot_img .img img {
  margin: 0;
  height: 100%;
}
.blogdt-hot_title {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #d9cdbb;
}
@media screen and (max-width: 576px) {
  .blogdt-hot_title {
    padding-bottom: 1.6rem;
  }
}
.blogdt-hot_title h2 {
  --f-sz: clamp(2.4rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: var(--f-sz);
  font-weight: 800;
  color: #784123;
  line-height: 120%;
  font-family: var(--font-title);
}
.blogdt-hot_title > * {
  margin: 0 !important;
}
.blogdt-hot_content {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .blogdt-hot_content {
    gap: 1.6rem;
  }
}
.blogdt-hot_content .btn {
  color: white;
  text-decoration: unset !important;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blogdt-hot_content .btn:hover, .blogdt-hot_content .btn:focus-visible {
    color: white;
  }
}
.blogdt-hot_content .btn img {
  margin: 0;
}
.blogdt-hot_content ul {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .blogdt-hot_content ul li {
    padding-left: 4rem !important;
  }
}
.blogdt-hot_content ul li:before {
  content: unset !important;
}
.blogdt-hot_content ul li p {
  margin: 0;
}
.blogdt-hot_content ul li img {
  top: 0;
  left: 0;
  margin: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 991px) {
  .blogdt-hot_content ul li img {
    top: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.blogdt-social {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.blogdt-social ul li a {
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #784123;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blogdt-social ul li a:hover, .blogdt-social ul li a:focus-visible {
    transform: translateY(-0.5rem);
  }
}
.blogdt-social ul li a img {
  width: 1.6rem;
  height: 1.6rem;
}
.blogdt-intro {
  padding: 4rem 0;
  border-top: 0.1rem solid #d9cdbb;
  border-bottom: 0.1rem solid #d9cdbb;
}
.blogdt-intro_img {
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 17.6rem;
  height: 17.6rem;
  background-color: white;
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 991px) {
  .blogdt-intro_img {
    width: 12rem;
    height: 12rem;
  }
}
.blogdt-intro_img img {
  width: 100%;
  max-width: 8.2rem;
}
@media screen and (max-width: 991px) {
  .blogdt-intro_img img {
    max-width: 6rem;
  }
}
.blogdt-product {
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .blogdt-product {
    margin: 2.4rem 0;
  }
}
.blogdt-product .swiper {
  margin: 0 calc(-1 * var(--pi-16));
}
.blogdt-product .swiper-slide {
  width: 25%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 991px) {
  .blogdt-product .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .blogdt-product .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .blogdt-product .swiper-slide {
    width: 83.3333333333%;
  }
}
.blogdt-product img {
  margin: 0;
  height: 100%;
}
.blogdt-product .view-link {
  color: #784123;
  text-decoration: none !important;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blogdt-product .view-link:hover, .blogdt-product .view-link:focus-visible {
    color: #f2b705;
  }
}
.blogdt-product .product-content .text-18 {
  margin: 0;
  --f-sz: clamp(1.4rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blogdt-product .product-content .text-18:hover > *, .blogdt-product .product-content .text-18:focus-visible > * {
    color: #784123;
  }
}
.blogdt-product .product-content .text-18 > * {
  color: #1a1a1a;
  text-decoration: none !important;
}
.blogdt-product .product-content ul {
  margin: 0 calc(-1 * var(--pi-10));
}
.blogdt-product .product-content ul li {
  margin: 0;
  padding: 0 var(--pi-10);
}
.blogdt-product .product-content ul li::before {
  content: unset;
}
.blogdt-product .product-content ul li p {
  margin: 0;
}
.blogdt-product .product-content ul li p > * {
  color: #1a1a1a;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blogdt-product .product-content ul li p > *:hover, .blogdt-product .product-content ul li p > *:focus-visible {
    color: #784123;
  }
}
.blogdt-content > .text-14 {
  font-weight: 400;
}

.p-blog-detail .breadcrumb {
  padding: 0;
}
.p-blog-detail .hero-flex {
  gap: 2.4rem;
  padding: calc(var(--header-height) + 16.4rem) 0 26.6rem;
}
@media screen and (max-width: 1200px) {
  .p-blog-detail .hero-flex {
    padding: calc(var(--header-height) + 10rem) 0 15rem;
  }
}
.p-blog-detail .hero-content {
  padding: 0;
}
.p-blog-detail .hero-content_title {
  text-transform: none;
}
.p-blog-detail .hero-content .date {
  margin: 0 calc(-1 * var(--pi-16));
}
.p-blog-detail .hero-content .date-item {
  position: relative;
  padding: 0 var(--pi-16);
}
.p-blog-detail .hero-content .date-item:not(:last-child)::before {
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1.6rem;
  position: absolute;
  content: "";
  transform: translateY(-50%);
  background-color: #f0f0f0;
}
/*# sourceMappingURL=blog-detail.css.map */
