﻿@charset "UTF-8";
/**********************************
***************************/
/******* fn *******/
/**********************************
***************************/
/******* animation *******/
@keyframes grow {
  to {
    height: 100%;
  }
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
}

.page-insight {
  background: #fff;
  padding-top: 4rem;
}

.view-buttons {
  display: flex;
  font-size: 0;
}
@media (max-width: 1023px) {
  .view-buttons {
    display: none;
  }
}

.view-button {
  width: clamp(2.8rem, 2.3958333333vw, 4.6rem);
  height: clamp(2.2rem, 1.875vw, 3.6rem);
  border: 0.1rem solid #eee;
  background: #fff;
  transition: background 0.3s;
}
.view-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #888;
  mask-size: 52.1739130435%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  transition: background 0.3s;
}
.view-button.is-active {
  background-color: #000;
  border-color: #000;
}
.view-button.is-active::before {
  background-color: #fff;
}
.view-button--grid {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.view-button--grid::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_layout_grid.svg");
}
.view-button--list {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.view-button--list::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_layout_list.svg");
}

.custom-selectbox {
  position: relative;
}
.custom-selectbox__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  width: 100%;
  padding: 1rem;
  background: #fff;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  text-align: left;
  cursor: pointer;
}
.custom-selectbox__selected::after {
  content: "";
  flex-shrink: 0;
  width: clamp(1.6rem, 1.0416666667vw, 2rem);
  height: clamp(1.6rem, 1.0416666667vw, 2rem);
  background-color: #111;
  mask-size: 100%;
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_down.svg");
  transition: transform 0.4s;
}
.custom-selectbox__selected-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-selectbox.is-active .custom-selectbox__selected::after {
  transform: rotate(-180deg);
}
.custom-selectbox.is-active .custom-selectbox__box {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.custom-selectbox.is-active .custom-selectbox__box-inner {
  padding: clamp(1rem, 0.8333333333vw, 1.6rem) clamp(1.3rem, 1.0416666667vw, 2rem);
  grid-template-rows: 1fr;
  border-width: 0.1rem;
}
.custom-selectbox.is-active .custom-selectbox__list {
  visibility: visible;
}
.custom-selectbox__box {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
  z-index: 10;
}
.custom-selectbox__box-inner {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.12);
  transition: grid-template-rows 0.24s ease;
  background-color: #fff;
  border: 0rem solid #eee;
  border-radius: 0.8rem;
}
.custom-selectbox__title {
  margin-bottom: clamp(1rem, 0.8333333333vw, 1.6rem);
  padding-bottom: clamp(1rem, 0.8333333333vw, 1.6rem);
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  color: #666;
  border-bottom: 0.1rem solid #EFEFEF;
}
.custom-selectbox__list {
  visibility: hidden;
  min-height: 0;
  background: #fff;
  overflow: hidden;
}
.custom-selectbox__option {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.625vw, 1.2rem);
  width: 100%;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  cursor: pointer;
  transition: color 0.4s;
}
.custom-selectbox__option + .custom-selectbox__option {
  margin-top: clamp(1rem, 0.8333333333vw, 1.6rem);
}
@media (hover: hover) and (pointer: fine) {
  .custom-selectbox__option:hover {
    color: #2189FF;
  }
}
.custom-selectbox button.custom-selectbox__option.is-selected {
  color: #2189FF;
  font-weight: 500;
}
.custom-selectbox__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.custom-selectbox__checkbox:checked + .custom-selectbox__label::before {
  background-color: #000;
}
.custom-selectbox__label {
  display: flex;
  gap: clamp(0.8rem, 0.625vw, 1.2rem);
}
.custom-selectbox__label::before {
  content: "";
  background: #fff url("https://image.samsungsds.com/module_src/images/common/icon_check.svg") no-repeat 50% 50%/66.6666666667%;
  margin-top: 0.3rem;
  width: clamp(1.5rem, 0.9375vw, 1.8rem);
  height: clamp(1.5rem, 0.9375vw, 1.8rem);
  border: 0.1rem solid #ddd;
  border-radius: 0.3rem;
  transition: background 0.4s ease;
}
.custom-selectbox__text {
  flex: 1;
  min-width: 0;
}
.custom-selectbox__input {
  display: none;
}
.custom-selectbox__footer {
  display: none;
}
@media (max-width: 1023px) {
  .custom-selectbox .custom-selectbox__box {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transform: translateX(0);
  }
  .custom-selectbox .custom-selectbox__box-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
  }
  .custom-selectbox .custom-selectbox__list {
    overflow: visible;
  }
  .custom-selectbox .custom-selectbox__title {
    margin-bottom: 0;
    padding: 0 2.7rem 2.4rem;
    border: 0;
    font-size: 1.8rem;
    color: #000;
    font-weight: 700;
  }
  .custom-selectbox .custom-selectbox__options {
    padding: 0 2.7rem;
    max-height: 40vh;
    overflow-y: auto;
  }
  .custom-selectbox .custom-selectbox__option + .custom-selectbox__option {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 0.1rem solid #eee;
  }
  .custom-selectbox .custom-selectbox__option:last-child {
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid #eee;
  }
  .custom-selectbox .custom-selectbox__footer {
    display: block;
    margin-top: 1.5rem;
    padding: 1.8rem 2.7rem;
    text-align: center;
    box-shadow: 0.4rem 0px 1.2rem rgba(0, 0, 0, 0.2);
  }
  .custom-selectbox .custom-selectbox__footer button {
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 0.8rem;
    line-height: 6rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .custom-selectbox.is-active .custom-selectbox__box-inner {
    padding: 2.8rem 0 0 !important;
  }
}

.search-form {
  display: flex;
}
.search-form input {
  border: 0;
}
.search-form input:focus {
  border: 0;
}
.search-form.is-focus input {
  outline: 0 !important;
}
.search-form.is-focus .search-form__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.search-form.is-focus .search-form__recommend {
  visibility: visible;
}
.search-form__inner {
  position: absolute;
  right: 0;
  width: clamp(18.6rem, 13.5416666667vw, 26rem);
  transition: width 0.3s;
}
.search-form__box {
  display: flex;
  background-color: #fff;
  height: 4rem;
  align-items: center;
  gap: clamp(0.4rem, 0.4166666667vw, 0.8rem);
}
.search-form__input {
  flex: 1;
  color: #000;
  opacity: 1;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}
.search-form__input::placeholder {
  color: #888;
}
.search-form__button {
  flex-shrink: 0;
  width: 2rem;
  height: 100%;
  background: url("https://image.samsungsds.com/module_src/images/common/icon_search_02.svg") no-repeat 50% 50%/100%;
}
.search-form__button--clear {
  display: none;
  width: 2.4rem;
  background-image: url("https://image.samsungsds.com/module_src/images/common/input_clear.png");
}
.search-form__recommend {
  position: absolute;
  top: calc(100% + 0.8rem);
  padding: clamp(2.4rem, 1.6666666667vw, 3.2rem);
  border: 1px solid #e5e5e5;
  border-radius: clamp(0.8rem, 0.5208333333vw, 1rem);
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  visibility: hidden;
  z-index: 100;
}
.search-form__recommend-title {
  display: block;
  padding-bottom: clamp(2rem, 1.25vw, 2.4rem);
  border-bottom: 1px solid #e5e5e5;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-weight: 700;
  color: #111;
}
.search-form__keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 0.8333333333vw, 1.6rem) clamp(1.2rem, 0.8333333333vw, 1.6rem);
  padding-top: clamp(2rem, 1.6666666667vw, 3.2rem);
}
.search-form__keyword-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(6.8rem, 4.375vw, 8.4rem);
  height: clamp(4.2rem, 2.3958333333vw, 4.6rem);
  padding: 0 clamp(2rem, 1.25vw, 2.4rem);
  border: 0;
  border-radius: 999px;
  background: #f7f9ff;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  font-weight: 500;
  color: #1683ff;
  cursor: pointer;
}
.search-form__suggest {
  position: absolute;
  top: 100%;
  left: 0;
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  border: 0.1rem solid transparent;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease, visibility 0.3s, opacity 0.3s ease, border-color 0.3s ease;
  z-index: 110;
}
.search-form__suggest-inner {
  min-height: 0;
  max-height: min(42rem, 100vh - 20rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.search-form__suggest-section {
  padding: clamp(1.6rem, 1.25vw, 2.4rem) clamp(2rem, 1.6666666667vw, 3.2rem);
}
.search-form__suggest-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.search-form__suggest-item {
  width: 100%;
}
.search-form__suggest-button {
  display: block;
  width: 100%;
  padding: clamp(0.9rem, 0.625vw, 1.2rem) 0;
  color: #555;
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
  line-height: 1.5;
  text-align: left;
  transition: color 0.2s ease;
}
.search-form__suggest-button mark {
  background-color: transparent;
  color: #1677ff;
  font-weight: 700;
}
.search-form__suggest-button:hover, .search-form__suggest-button:focus-visible, .search-form__suggest-button.is-active {
  color: #1677ff;
}
.search-form__suggest-button:focus-visible {
  outline: 0.2rem solid #1677ff;
  outline-offset: 0.2rem;
}
.search-form__suggest-empty {
  padding: clamp(3.2rem, 2.5vw, 4.8rem) 0;
  color: #777;
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
  line-height: 1.5;
  text-align: center;
}
.search-form__suggest-bottom {
  display: flex;
  justify-content: flex-end;
  padding: clamp(1.2rem, 0.8333333333vw, 1.6rem) clamp(2rem, 1.6666666667vw, 3.2rem);
  border-top: 0.1rem solid #ddd;
}
.search-form__suggest-close {
  color: #111;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  line-height: 1.5;
}
.search-form__suggest-close:hover {
  text-decoration: underline;
}
.search-form__suggest-close:focus-visible {
  outline: 0.2rem solid #1677ff;
  outline-offset: 0.4rem;
}
.search-form.is-focus.is-suggest-open .search-form__button--clear {
  display: block;
}
.search-form.is-focus.is-suggest-open .search-form__suggest {
  grid-template-rows: 1fr;
  border-color: #ccc;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1023px) {
  .search-form {
    width: 100% !important;
  }
  .search-form__inner {
    position: static;
    width: 100%;
  }
  .search-form__box {
    position: relative;
  }
  .search-form__box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.8rem;
    margin: auto;
    width: 2.4rem;
    height: 2.4rem;
    background-color: #969BA8;
    mask-size: 100%;
    mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_search_02.svg");
  }
  .search-form .search-form__input {
    padding: 0 1.8rem 0 5.4rem;
    height: 5rem;
    background-color: #F6F7FB;
    border: 0.1rem solid #eee;
    border-radius: 0.8rem;
  }
  .search-form__button--search {
    display: none;
    width: 2.3rem;
    background-image: url("https://image.samsungsds.com/module_src/images/common/icon_back.svg");
  }
  .search-form.is-focus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    align-items: flex-start;
  }
  .search-form.is-focus .search-form__inner {
    position: static;
    padding: 3rem 1.6rem 0;
  }
  .search-form.is-focus .search-form__box {
    gap: 1.6rem;
    flex-direction: row-reverse;
  }
  .search-form.is-focus .search-form__box::before {
    display: none;
  }
  .search-form.is-focus .search-form__input {
    padding-right: 4.5rem;
    padding-left: 1.8rem;
    border-radius: 100vh;
  }
  .search-form.is-focus .search-form__button--search {
    display: block;
  }
  .search-form.is-focus .search-form__button--clear {
    position: absolute;
    right: 1.6rem;
    z-index: 10;
  }
  .search-form.is-focus .search-form__recommend-title {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .search-form.is-focus .search-form__recommend {
    position: static;
    margin-top: 4.4rem;
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  .search-form.is-focus .search-form__keyword-button {
    background-color: rgba(36, 85, 197, 0.04);
    color: #333;
  }
  .search-form.is-focus.is-suggest-open .search-form__suggest {
    top: 7.6rem;
    left: auto;
    right: 3.4rem;
    width: calc(100% - 10.7rem);
  }
}

.device-pc .search-form.is-focus.is-suggest-open .search-form__recommend {
  opacity: 0;
  visibility: hidden;
}

.device-mo .search-form__suggest {
  display: none;
}

.insight-report {
  padding: clamp(4.8rem, 3.75vw, 7.2rem) 0 clamp(12rem, 9.375vw, 18rem);
}
.insight-report__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.insight-report__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2.4rem, 2.0833333333vw, 4rem);
  margin-bottom: clamp(3.6rem, 2.5vw, 4.8rem);
}
.insight-report__title {
  font-size: clamp(2rem, 1.1458333333vw, 2.2rem);
  font-weight: 700;
}
.insight-report__description {
  margin-top: clamp(1rem, 0.625vw, 1.2rem);
  font-size: clamp(1.3rem, 0.7291666667vw, 1.4rem);
  color: #777;
}
.insight-report__sns-list {
  display: flex;
  gap: clamp(0.8rem, 0.625vw, 1.2rem);
}
@media (max-width: 767px) {
  .insight-report__sns-list {
    display: none;
  }
}
.insight-report__sns-link {
  display: block;
  width: clamp(2.4rem, 1.6666666667vw, 3.2rem);
  height: clamp(2.4rem, 1.6666666667vw, 3.2rem);
  border-radius: 50%;
  background-color: #6B7684;
}
.insight-report__sns-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask-size: 62.5%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  background-color: #F1F1F2;
}
.insight-report__sns-link--linkedin::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_linkedin_02.svg");
}
.insight-report__sns-link--facebook::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_facebook_02.svg");
}
.insight-report__sns-link--twitter::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_twitter_02.svg");
}
.insight-report__sns-link--instagram::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_instagram_02.svg");
}
.insight-report__sns-link--youtube::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_youtube_02.svg");
}
.insight-report__sns-link--naver::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_naver_02.svg");
}
.insight-report__toolbar {
  position: relative;
  padding-bottom: clamp(2.4rem, 2.0833333333vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2.4rem, 2.0833333333vw, 4rem);
  border-bottom: 0.1rem solid #eee;
}
@media (max-width: 1023px) {
  .insight-report__toolbar {
    flex-direction: column;
    align-items: flex-end;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .insight-report__toolbar {
    align-items: flex-start;
  }
}
.insight-report__subscribe-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  padding: 0 clamp(1.4rem, 1.40625vw, 2.7rem);
  border-radius: 0.4rem;
  background: #000;
  font-size: clamp(1.3rem, 0.7291666667vw, 1.4rem);
  font-weight: 600;
  line-height: 3.4285714286;
  color: #fff;
}
.insight-report__subscribe-link::before {
  content: "";
  width: clamp(1.6rem, 1.09375vw, 2.1rem);
  height: clamp(1.6rem, 1.09375vw, 2.1rem);
  background-color: #fff;
  mask-size: 100%;
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_mail.svg");
}
@media (max-width: 767px) {
  .insight-report__subscribe-link {
    display: none;
  }
}
.insight-report__filter {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 1.0416666667vw, 2rem);
}
.insight-report__filter .bar {
  display: block;
  height: clamp(1.2rem, 0.8333333333vw, 1.6rem);
  width: 0.1rem;
  background-color: #ddd;
}
.insight-report__filter .custom-selectbox {
  width: clamp(13rem, 9.6875vw, 18.6rem);
}
@media (max-width: 1023px) {
  .insight-report__filter {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
  }
  .insight-report__filter .bar {
    display: none;
  }
  .insight-report__filter .custom-selectbox {
    width: auto;
    min-width: 7.8rem;
  }
  .insight-report__filter .custom-selectbox:last-child {
    margin-left: auto;
  }
  .insight-report__filter .custom-selectbox__selected {
    border: 0.1rem solid #eee;
    border-radius: 0.8rem;
    overflow: hidden;
  }
}
.insight-report__selectbox-group {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.0416666667vw, 2rem);
}
@media (max-width: 1023px) {
  .insight-report__selectbox-group {
    width: 100%;
  }
}
.insight-report__search {
  align-items: center;
  height: 4rem;
  width: clamp(18.6rem, 13.5416666667vw, 26rem);
}
.insight-report__selected-area {
  margin-top: clamp(2rem, 2.0833333333vw, 4rem);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.insight-report__selected-area.has-items {
  margin-bottom: clamp(2rem, 2.0833333333vw, 4rem);
}
.insight-report__selected-area.has-items .reset-button {
  display: flex;
}
.insight-report__selected-area .reset-button {
  margin-left: auto;
  display: none;
  align-items: center;
  gap: clamp(0.6rem, 0.5208333333vw, 1rem);
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  font-weight: 500;
  color: #2189FF;
  flex-shrink: 0;
}
.insight-report__selected-area .reset-button::after {
  content: "";
  width: clamp(1.6rem, 1.09375vw, 2.1rem);
  height: clamp(1.6rem, 1.09375vw, 2.1rem);
  background-color: #2189FF;
  mask-size: 100%;
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_reset.svg");
}
.insight-report__selected-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.8rem, 0.625vw, 1.2rem);
}
.insight-report__selected-list .selected-area__item {
  padding: 0 clamp(1.3rem, 0.8333333333vw, 1.6rem) 0 clamp(1.3rem, 1.0416666667vw, 2rem);
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  color: #666;
  font-size: clamp(1.3rem, 0.7291666667vw, 1.4rem);
  background-color: #F5F5F5;
  line-height: 2.8571428571;
  border-radius: 100vh;
}
.insight-report__selected-list .selected-area__delete {
  width: clamp(1.6rem, 1.25vw, 2.4rem);
  height: clamp(1.6rem, 1.25vw, 2.4rem);
  mask-size: 1rem;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_remove.svg");
  background-color: #ccc;
}
.insight-report__top {
  margin-bottom: clamp(2.4rem, 2.0833333333vw, 4rem);
  display: grid;
  grid-template-columns: 1fr clamp(34rem, 22.7083333333vw, 43.6rem);
  gap: clamp(1.5rem, 1.3541666667vw, 2.6rem);
}
.insight-report__top > * {
  padding: clamp(1.5rem, 1.0416666667vw, 2rem);
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
}
@media (max-width: 1023px) {
  .insight-report__top {
    margin-bottom: 6.8rem;
    grid-template-columns: 1fr;
    gap: 4.4rem;
  }
  .insight-report__top > * {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.insight-report__top-title {
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
  font-weight: 700;
  color: #6A7ADB;
}
.insight-report__featured {
  display: flex;
  flex-direction: column;
}
.insight-report__featured .insight-report__top-title {
  padding-bottom: clamp(1rem, 0.8333333333vw, 1.6rem);
}
.insight-report__featured .insight-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: clamp(1.6rem, 1.0416666667vw, 2rem);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .insight-report__featured .insight-card {
    overflow: visible;
  }
  .insight-report__featured .insight-card .insight-card__link {
    display: block;
  }
}
.insight-report__featured .insight-card__badge {
  padding: 0 clamp(1.8rem, 1.40625vw, 2.7rem);
  min-width: 12rem;
  font-size: clamp(1.2rem, 0.9375vw, 1.8rem);
  line-height: 3.3333333333;
  border-bottom-right-radius: clamp(4rem, 3.125vw, 6rem);
}
@media (max-width: 1023px) {
  .insight-report__featured .insight-card__badge {
    padding: 0 1.5rem;
    min-width: 8rem;
    line-height: 2.75;
  }
}
.insight-report__featured .insight-card__thumbnail {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
}
@media (max-width: 1023px) {
  .insight-report__featured .insight-card__thumbnail {
    position: relative;
    aspect-ratio: 328/184;
    border-radius: 1.2rem;
  }
}
.insight-report__featured .insight-card__content {
  position: absolute;
  padding: clamp(2rem, 1.6666666667vw, 3.2rem);
  display: flex;
  flex-direction: column;
  height: 45%;
  left: clamp(1.6rem, 1.25vw, 2.4rem);
  right: clamp(1.6rem, 1.25vw, 2.4rem);
  bottom: clamp(1.6rem, 1.25vw, 2.4rem);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border-radius: clamp(0.8rem, 0.625vw, 1.2rem);
  z-index: 3;
}
@media (max-width: 1023px) {
  .insight-report__featured .insight-card__content {
    position: relative;
    margin: -3.2rem 0 0;
    padding: 2.8rem 2rem;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
  }
}
.insight-report__featured .insight-card__meta {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 3.2rem);
}
.insight-report__featured .insight-card__title {
  font-size: clamp(2.4rem, 1.4583333333vw, 2.8rem);
  font-weight: 700;
  -webkit-line-clamp: 1;
}
.insight-report__featured .insight-card__title-link {
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .insight-report__featured .insight-card__title-link:hover {
    color: #2189FF;
  }
}
.insight-report__featured .insight-card__more {
  margin-top: auto;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  opacity: 0;
  transform: translateY(0.6rem);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.4s;
}
.insight-report__featured .insight-card__description {
  margin-top: clamp(1.6rem, 1.6666666667vw, 3.2rem);
  font-size: clamp(1.6rem, 0.9895833333vw, 1.9rem);
  line-height: 1.4736842105;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1023px) {
  .insight-report__featured .insight-card__description {
    color: #333;
    letter-spacing: -0.02em;
  }
}
.insight-report__recommend {
  padding-bottom: clamp(2.4rem, 2.9166666667vw, 5.6rem);
}
.insight-report__recommend .insight-report__top-title {
  padding-bottom: clamp(2rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1023px) {
  .insight-report__recommend {
    padding: 0;
    border-top: 0;
  }
}
.insight-report__recommend-item + .insight-report__recommend-item {
  margin-top: clamp(1.6rem, 1.4583333333vw, 2.8rem);
  padding-top: clamp(1.6rem, 1.4583333333vw, 2.8rem);
  border-top: 1px solid #eee;
}
.insight-report__recommend-link {
  display: grid;
  grid-template-columns: clamp(2.5rem, 2.0833333333vw, 4rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 0.8333333333vw, 1.6rem);
}
@media (hover: hover) and (pointer: fine) {
  .insight-report__recommend-link:hover .insight-report__recommend-text {
    color: #2189ff;
  }
}
.insight-report__recommend-num {
  font-family: "samsung";
  font-size: clamp(2rem, 1.4583333333vw, 2.8rem);
  font-weight: 700;
  text-align: center;
}
.insight-report__recommend-text {
  display: -webkit-box;
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
  font-weight: 700;
  line-height: 1.75;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.4s;
}
.insight-report__content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 1.6666666667vw, 3.2rem);
}
.insight-report__sort {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 2.0833333333vw, 4rem);
}
.insight-report__sort-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  letter-spacing: -0.02em;
  color: #888;
}
.insight-report__sort-button::before {
  content: "";
  width: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  height: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  border-radius: 50%;
  background-color: #888;
}
.insight-report__sort-button.is-active {
  color: #000;
}
.insight-report__sort-button.is-active::before {
  background-color: #1778EA;
}
@media (max-width: 767px) {
  .insight-report__sort-button.is-active::before {
    display: none;
  }
}

.insight__meta-item {
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  font-size: clamp(1.2rem, 0.8333333333vw, 1.6rem);
  letter-spacing: -0.02em;
}
.insight__meta-item::before {
  content: "";
  margin-top: 0.2rem;
  width: clamp(1.6rem, 1.0416666667vw, 2rem);
  height: clamp(1.6rem, 1.0416666667vw, 2rem);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  background-color: #000;
}
.insight__meta-item--date::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_calendar.svg");
}
.insight__meta-item--time::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_time.svg");
}

.device-mo .insight-card__link {
  display: block;
}

.insight-report-detail {
  /**
      기존 상세 에디터 부분
  **/
  /**
      // end:기존 상세 에디터 부분
  **/
  /* aside */
  /* Series */
  /* Related */
}
.insight-report-detail .post {
  padding: 0;
}
.insight-report-detail .post .txt_wrap {
  padding-top: 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .insight-report-detail .post .txt_wrap {
    font-size: 1.4rem;
  }
}
.insight-report-detail .post .faq_box {
  border: solid 1px #cccccc;
  border-radius: 15px;
  padding: 26px;
  -webkit-box-shadow: 0px 2px #f2f2f2;
  box-shadow: 0px 2px #f2f2f2;
  margin: 30px 0;
}
.insight-report-detail .post .faq_box .faq_list {
  counter-reset: faq-counter;
}
.insight-report-detail .post .faq_box .faq_list > li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.insight-report-detail .post .faq_box .faq_list > li:first-child {
  padding-top: 0;
}
.insight-report-detail .post .faq_box .faq_list > li:last-child {
  border: none;
  padding-bottom: 0;
}
.insight-report-detail .post .faq_box .q_text {
  display: flex;
  gap: 5px;
  font-size: 16px;
}
.insight-report-detail .post .faq_box .q_text::before {
  counter-increment: faq-counter;
  content: "Q " counter(faq-counter) ". ";
  word-spacing: -3px;
  min-width: fit-content;
}
.insight-report-detail .post .faq_box .a_text {
  position: relative;
  font-size: inherit !important;
  font-weight: normal;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.insight-report-detail .post .faq_box .a_text::before {
  content: "A.";
  font-weight: bold;
  position: absolute;
  left: 0;
}
.insight-report-detail .post .faq_box p,
.insight-report-detail .post .faq_box .bullet_list {
  margin: 0;
}
.insight-report-detail .post .ai_credits {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .insight-report-detail .post .faq_box .faq_list > li {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
.insight-report-detail__side-nav {
  flex-shrink: 0;
  position: sticky;
  padding-top: clamp(3rem, 2.6041666667vw, 5rem);
  top: clamp(5.6rem, 3.6458333333vw, 7rem);
  max-width: 12rem;
  z-index: 100;
}
@media (max-width: 1023px) {
  .insight-report-detail__side-nav {
    display: none;
  }
}
.insight-report-detail__side-title {
  padding-left: 1.4rem;
  display: block;
  margin-bottom: 1rem;
  font-size: ren(12);
  font-weight: 700;
}
.insight-report-detail__side-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.7291666667vw, 1.4rem);
}
.insight-report-detail__side-item {
  position: relative;
  padding-left: 1.4rem;
}
.insight-report-detail__side-item.is-active::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0;
  width: 0.6rem;
  height: 1px;
  background-color: #000;
}
.insight-report-detail__side-item.is-active .insight-report-detail__side-link {
  color: #000;
}
.insight-report-detail__side-link {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  word-break: keep-all;
  transition: color 0.2s ease;
  letter-spacing: -0.02em;
}
.insight-report-detail .section__inner {
  min-width: 0;
  max-width: 135rem;
}
.insight-report-detail__hero {
  position: relative;
  padding: clamp(9rem, 7.5vw, 14.4rem) 0 clamp(3.3rem, 3.75vw, 7.2rem);
  color: #fff;
}
.insight-report-detail__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.insight-report-detail__hero-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.insight-report-detail__hero .section__inner {
  position: relative;
  max-width: 123rem;
}
.insight-report-detail__hero-content {
  position: relative;
  z-index: 1;
}
.insight-report-detail__category {
  margin-bottom: clamp(1.6rem, 1.25vw, 2.4rem);
  font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
  font-weight: 700;
}
.insight-report-detail__title {
  font-size: clamp(2.8rem, 2.0833333333vw, 4rem);
  line-height: 1.55;
  font-weight: 700;
}
.insight-report-detail__author {
  margin-top: clamp(1.6rem, 1.25vw, 2.4rem);
  font-size: clamp(1.6rem, 1.1458333333vw, 2.2rem);
  font-weight: 700;
}
.insight-report-detail__body {
  position: relative;
  padding: 0 0 clamp(8rem, 7.8125vw, 15rem);
  display: flex;
  align-items: flex-start;
  background: #fff;
  overflow-x: clip;
}
@media (max-width: 1023px) {
  .insight-report-detail__body {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .insight-report-detail__body {
    padding-bottom: 4.4rem;
  }
}
.insight-report-detail__layout {
  padding-top: clamp(4.4rem, 2.5vw, 4.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34.6rem;
  column-gap: clamp(3rem, 6.7708333333vw, 13rem);
  align-items: stretch;
}
@media (max-width: 1023px) {
  .insight-report-detail__layout {
    grid-template-columns: minmax(0, 1fr) 24rem;
  }
}
@media (max-width: 767px) {
  .insight-report-detail__layout {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .insight-report-detail__layout > * {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-width: 0;
  }
}
.insight-report-detail__article {
  grid-column: 1/2;
  grid-row: 1;
}
.insight-report-detail__article > * + * {
  margin-top: clamp(3rem, 2.5vw, 4.8rem);
}
.insight-report-detail__aside-wrap {
  grid-column: 2/3;
  grid-row: 1;
  align-self: start;
  height: 100%;
}
.insight-report-detail__aside {
  position: sticky;
  top: clamp(5.6rem, 3.6458333333vw, 7rem);
}
@media (max-width: 767px) {
  .insight-report-detail__aside {
    position: static;
  }
}
.insight-report-detail__related {
  grid-column: 1/-1;
  grid-row: 2;
}
.insight-report-detail__related-swiper {
  position: relative;
  overflow: visible;
}
.insight-report-detail__related-swiper .swiper-slide {
  opacity: 0.23;
}
.insight-report-detail__related-swiper .swiper-slide.is-visible {
  opacity: 1;
}
@media (max-width: 1023px) {
  .insight-report-detail__related-swiper {
    overflow: hidden;
  }
}
.insight-report-detail__util {
  padding: clamp(1.4rem, 0.8333333333vw, 1.6rem) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #ddd;
}
@media (max-width: 767px) {
  .insight-report-detail__util {
    padding: 1.6rem 0;
  }
}
.insight-report-detail__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 1.25vw, 2.4rem);
  color: #666;
}
.insight-report-detail .insight__meta-item::before {
  background-color: #333;
}
.insight-report-detail__share {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.8333333333vw, 1.6rem);
}
.insight-report-detail__share-button {
  width: clamp(3rem, 2.2916666667vw, 4.4rem);
  height: clamp(3rem, 2.2916666667vw, 4.4rem);
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}
.insight-report-detail__share-button--share {
  background-image: url("https://image.samsungsds.com/module_src/images/common/icon_share.svg");
}
.insight-report-detail__share-button--print {
  background-image: url("https://image.samsungsds.com/module_src/images/common/icon_print.svg");
}
@media (max-width: 767px) {
  .insight-report-detail__share-button--print {
    display: none;
  }
}
.insight-report-detail__content {
  max-width: 100%;
}
.insight-report-detail__lead {
  margin-bottom: clamp(2.8rem, 2.0833333333vw, 4rem);
  font-size: clamp(2rem, 1.4583333333vw, 2.8rem);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #122949;
}
.insight-report-detail__section-title {
  margin-bottom: clamp(1.4rem, 1.0416666667vw, 2rem);
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: 700;
  font-family: "samsung";
}
.insight-report-detail__aside {
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.8333333333vw, 1.6rem);
}
.insight-report-detail__aside-box {
  padding: clamp(1.6rem, 1.25vw, 2.4rem);
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0px rme(2) 0.8rem 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .insight-report-detail__aside-box {
    border: 0;
    padding: 0;
  }
  .insight-report-detail__aside-box + .insight-report-detail__aside-box {
    padding-top: 4.4rem;
    margin-top: 4.4rem;
    border-top: 0.2rem solid #eee;
    border-radius: 0;
  }
}
.insight-report-detail__aside-title {
  margin-bottom: clamp(1.4rem, 1.0416666667vw, 2rem);
  font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  .insight-report-detail__aside-title {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.2rem solid #eee;
  }
}
.insight-report-detail__solution-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.4rem, 1.0416666667vw, 2rem);
}
.insight-report-detail__solution-link {
  position: relative;
  display: inline-block;
  font-family: "samsung";
  font-size: clamp(1.3rem, 0.8333333333vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #2189ff;
}
.insight-report-detail__solution-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0.1rem;
  background-color: #2189ff;
  transition: opacity 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .insight-report-detail__solution-link:hover::before {
    opacity: 0;
  }
}
@media (min-width: calc(767px + 1px)) {
  .insight-report-detail__event-list {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.0416666667vw, 2rem);
  }
}
.insight-report-detail__event-swiper {
  overflow: hidden;
}
.insight-report-detail__event-swiper .swiper-control {
  padding-top: 3.2rem;
  margin-top: 3.6rem;
  border-top: 0.2rem solid #eee;
  display: none;
}
@media (max-width: 767px) {
  .insight-report-detail__event-swiper .swiper-control {
    display: flex;
    justify-content: center;
  }
}
.insight-report-detail__event-swiper.swiper-initialized .insight-report-detail__event-list {
  flex-direction: row;
  gap: 0;
}
.insight-report-detail__event-link {
  display: grid;
  grid-template-columns: clamp(8rem, 5.3645833333vw, 10.3rem) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .insight-report-detail__event-link {
    grid-template-columns: 10.7rem minmax(0, 1fr);
    gap: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .insight-report-detail__event-link:hover .insight-report-detail__event-title {
    color: #2189ff;
  }
}
.insight-report-detail__event-image {
  overflow: hidden;
  border-radius: 0.8rem;
  aspect-ratio: 103/58;
  background: #f2f2f2;
}
.insight-report-detail__event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insight-report-detail__event-title {
  display: -webkit-box;
  overflow: hidden;
  color: #122949;
  font-family: "samsung";
  font-size: clamp(1.3rem, 0.7291666667vw, 1.4rem);
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
}
.insight-report-detail__series {
  padding: clamp(2.4rem, 1.6666666667vw, 3.2rem) clamp(1.4rem, 1.25vw, 2.4rem);
  border-radius: 1.6rem;
  background: #F5F5F5;
}
.insight-report-detail__series .insight__meta-item {
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
}
.insight-report-detail__series-head {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.8rem, 0.625vw, 1.2rem);
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .insight-report-detail__series-head {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.insight-report-detail__series-badge {
  position: relative;
  padding-left: clamp(1rem, 0.6770833333vw, 1.3rem);
  margin-right: clamp(1rem, 0.9375vw, 1.8rem);
  color: #fff;
  background-color: #3566D8;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
  line-height: clamp(2.4rem, 1.875vw, 3.6rem);
}
.insight-report-detail__series-badge::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: clamp(1.2rem, 0.9375vw, 1.8rem);
  height: 100%;
  background-color: #3566D8;
  mask-size: 100%;
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_badge_tail.svg");
}
.insight-report-detail__series-title {
  font-size: clamp(1.7rem, 1.0416666667vw, 2rem);
  font-weight: 700;
}
.insight-report-detail__series-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 1.25vw, 2.4rem);
}
@media (max-width: 767px) {
  .insight-report-detail__series-list {
    gap: 3rem;
  }
}
.insight-report-detail__series-item {
  border-top: 1px solid #000;
}
.insight-report-detail__series-link {
  display: flex;
  gap: clamp(1.4rem, 1.0416666667vw, 2rem);
  align-items: center;
}
@media (max-width: 767px) {
  .insight-report-detail__series-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (hover: hover) and (pointer: fine) {
  .insight-report-detail__series-link:hover .insight-report-detail__series-subject {
    color: #2189ff;
  }
}
.insight-report-detail__series-image {
  flex-shrink: 0;
  aspect-ratio: 310/174;
  width: clamp(16rem, 16.1458333333vw, 31rem);
  background: #e9e9e9;
  border-bottom-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  overflow: hidden;
}
.insight-report-detail__series-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .insight-report-detail__series-image {
    width: 100%;
  }
}
.insight-report-detail__series-info {
  min-width: 0;
}
.insight-report-detail__series-subject {
  display: block;
  margin-top: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: color 0.4s;
}
.insight-report-detail__series-desc {
  display: -webkit-box;
  margin-top: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  color: #333;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: -0.02em;
}
.insight-report-detail__writer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.3rem, 1.0416666667vw, 2rem);
}
@media (max-width: 1200px) {
  .insight-report-detail__writer-list {
    grid-template-columns: 1fr;
  }
}
.insight-report-detail__writer-card {
  padding: clamp(1.6rem, 1.25vw, 2.4rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.8333333333vw, 1.6rem);
  border: 0.1rem solid #ddd;
  border-radius: clamp(1.4rem, 1.0416666667vw, 2rem);
  background: #fff;
}
.insight-report-detail__writer-head {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 1.875vw, 3.6rem);
}
.insight-report-detail__writer-image {
  overflow: hidden;
  flex-shrink: 0;
  width: clamp(5rem, 4.5833333333vw, 8.8rem);
  height: clamp(5rem, 4.5833333333vw, 8.8rem);
  border-radius: 12px;
  background: #ddd;
}
.insight-report-detail__writer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .insight-report-detail__writer-image {
    border-radius: 50%;
  }
}
.insight-report-detail__writer-profile {
  transition: color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .insight-report-detail__writer-profile:hover {
    color: #2189ff;
  }
}
.insight-report-detail__writer-name {
  display: block;
  font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
  font-weight: 500;
}
.insight-report-detail__writer-role {
  display: block;
  margin-top: 0.8rem;
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
  font-family: "samsung";
  font-weight: 500;
}
.insight-report-detail__writer-desc {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(1.3rem, 0.7291666667vw, 1.4rem);
  font-family: "samsung";
  line-height: 1.5714285714;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.insight-report-detail__writer-sns {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.insight-report-detail__writer-sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.4rem, 1.6666666667vw, 3.2rem);
  height: clamp(2.4rem, 1.6666666667vw, 3.2rem);
  border-radius: 0.6rem;
  border: 0.1rem solid #ddd;
}
.insight-report-detail__writer-sns-link::before {
  content: "";
  width: 100%;
  height: 100%;
  mask-size: clamp(1.4rem, 0.9375vw, 1.8rem);
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #808080;
}
.insight-report-detail__writer-sns-link--linkedin::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_linkedin_02.svg");
}
.insight-report-detail__writer-sns-link--mail::before {
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_mail.svg");
}
.insight-report-detail__writer-more {
  padding: 0 clamp(1rem, 0.8333333333vw, 1.6rem);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  line-height: clamp(2.4rem, 1.6666666667vw, 3.2rem);
  background-color: #F5F5F5;
  border-radius: 0.6rem;
  border: 0.1rem solid #ddd;
  color: #1778EA;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.insight-report-detail__writer-more::after {
  content: "";
  width: clamp(0.9rem, 0.5729166667vw, 1.1rem);
  height: clamp(0.9rem, 0.5729166667vw, 1.1rem);
  mask-image: url("https://image.samsungsds.com/module_src/images/common/icon_right.svg");
  mask-size: 100%;
  flex-shrink: 0;
  background-color: #1778EA;
}
.insight-report-detail__related {
  padding: clamp(3rem, 2.5vw, 4.8rem) 1.6rem;
  margin: 0 -1.6rem;
  background: #fff;
}
.insight-report-detail__related .swiper-control {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .insight-report-detail__related {
    margin-top: 4.4rem;
    background-color: #3B3F46;
    color: #fff;
  }
  .insight-report-detail__related .insight-report-detail__section-title {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    color: #fff;
    border-bottom: 0.2rem solid #fff;
  }
  .insight-report-detail__related .insight__meta-item {
    color: #fff;
  }
  .insight-report-detail__related .insight__meta-item::before {
    background-color: #fff;
  }
  .insight-report-detail__related .swiper-control {
    --bg: #fff;
  }
}
@media (max-width: 767px) {
  .insight-report-detail__related {
    margin-bottom: 4.4rem;
  }
}
.insight-report-detail__related-more {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  width: auto;
  margin-left: auto;
  padding: 0 clamp(1.6rem, 2.5vw, 4.8rem);
  background-color: #2189ff;
  text-align: center;
  font-size: clamp(1.4rem, 0.8854166667vw, 1.7rem);
  font-weight: 500;
  line-height: 3.0588235294;
  color: #fff !important;
  border-radius: 0.8rem;
  opacity: 0;
  transform: translateY(0.6rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.insight-report-detail__related-more::after {
  content: "";
  width: clamp(1.6rem, 1.0416666667vw, 2rem);
  height: clamp(1.6rem, 1.0416666667vw, 2rem);
  mask-image: url(https://image.samsungsds.com/module_src/images/common/icon_link_02.svg);
  mask-size: 100%;
  background-color: #fff;
  transition: 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .insight-report-detail__related-more:hover::after {
    transform: translateX(1.5rem);
  }
}
@media (max-width: 1023px) {
  .insight-report-detail__related-more {
    display: none;
  }
}
.insight-report-detail__more {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.4166666667vw, 0.8rem);
  width: auto;
  margin-left: auto;
  padding: 0 clamp(1.6rem, 2.5vw, 4.8rem);
  background-color: #2189ff;
  text-align: center;
  font-size: clamp(1.4rem, 0.8854166667vw, 1.7rem);
  font-weight: 500;
  line-height: 3.0588235294;
  color: #fff;
  border-radius: 0.8rem;
  transition: background 0.4s;
}
.insight-report-detail__more::after {
  content: "";
  width: clamp(1.6rem, 1.0416666667vw, 2rem);
  height: clamp(1.6rem, 1.0416666667vw, 2rem);
  mask-image: url(https://image.samsungsds.com/module_src/images/common/icon_link_02.svg);
  mask-size: 100%;
  background-color: #fff;
  transition: 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .insight-report-detail__more:hover::after {
    transform: translateX(1.5rem);
  }
}
.insight-report-detail__related-link {
  position: absolute;
  inset: 0;
  display: none;
  z-index: 10;
}
@media (max-width: 1023px) {
  .insight-report-detail__related-link {
    display: block;
  }
}
.insight-report-detail__related-list {
  align-items: stretch;
}
.insight-report-detail__related-item {
  height: auto;
}
.insight-report-detail__related-item:focus-within .insight-report-detail__related-info {
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 0;
}
.insight-report-detail__related-item:focus-within .insight-report-detail__related-desc,
.insight-report-detail__related-item:focus-within .insight-report-detail__related-more {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .insight-report-detail__related-item:hover .insight-report-detail__related-info {
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
  }
  .insight-report-detail__related-item:hover .insight-report-detail__related-desc,
  .insight-report-detail__related-item:hover .insight-report-detail__related-more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
  }
}
.insight-report-detail__related-inner {
  position: relative;
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1023px) {
  .insight-report-detail__related-inner {
    display: grid;
    grid-template-columns: 11.6rem minmax(0, 1fr);
    grid-template-areas: "image title" "image meta" "desc desc";
    column-gap: 1.6rem;
    row-gap: 0.4rem;
    border-radius: 0;
    overflow: visible;
  }
}
.insight-report-detail__related-image {
  inset: 0;
  aspect-ratio: 422/488;
}
.insight-report-detail__related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .insight-report-detail__related-image {
    grid-area: image;
    position: relative;
    aspect-ratio: 116/82;
    border-radius: 0.8rem;
    overflow: hidden;
  }
}
.insight-report-detail__related-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: clamp(6rem, 5.8333333333vw, 11.2rem);
  line-height: clamp(2.3rem, 2.3958333333vw, 4.6rem);
  padding: 0 1.4rem;
  border-bottom-right-radius: 4rem;
  background: #7870e1;
  color: #fff;
  font-size: clamp(1.2rem, 0.8333333333vw, 1.6rem);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  .insight-report-detail__related-badge {
    min-width: auto;
    padding: 0 1rem;
    border-radius: 0.8rem 0 0.8rem 0;
    font-size: 1rem;
    line-height: 2.3rem;
  }
}
.insight-report-detail__related-info {
  position: absolute;
  padding: clamp(1.6rem, 1.25vw, 2.4rem) clamp(1.4rem, 1.0416666667vw, 2rem);
  right: 1.4rem;
  bottom: 1.4rem;
  left: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 44.262295082%;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  transition: height 0.48s cubic-bezier(0.4, 0, 0.2, 1), left 0.42s cubic-bezier(0.4, 0, 0.2, 1), right 0.42s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.42s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
@media (max-width: 1023px) {
  .insight-report-detail__related-info {
    position: static;
    display: contents;
    min-height: auto;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }
}
@media (max-width: 1023px) {
  .insight-report-detail__meta {
    grid-area: meta;
    align-self: start;
  }
}
.insight-report-detail__related-title {
  flex-shrink: 0;
  margin-top: clamp(1rem, 1.0416666667vw, 2rem);
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(1.8rem, 1.4583333333vw, 2.8rem);
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: -0.02em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .insight-report-detail__related-title {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1023px) {
    .insight-report-detail__related-title {
    grid-area: title;
    align-self: end;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.insight-report-detail__related-desc {
  padding-top: clamp(0.8rem, 0.8333333333vw, 1.6rem);
  opacity: 0;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);  
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-break: break-all;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .insight-report-detail__related-desc {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1023px) {
    .insight-report-detail__related-desc {
    grid-area: desc;
    color: inherit;
    opacity: 1;
  }
}
.insight-report-detail .swiper-control {
  margin-top: 2.4rem;
}
.insight-report-detail .is-swiper-lock .swiper-control {
  padding-top: 0;
}
.insight-report-detail .is-swiper-lock .swiper-control * {
  display: none;
}
.insight-report-detail .contact-banner {
  margin-top: 0 !important;
}

.device-mo .insight-report-detail__related-link {
  display: block;
}

.post .insight-editor {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
  /* FAQ */
}
.post .insight-editor * {
  color: inherit;
  font-size: inherit;
}
@media (max-width: 767px) {
  .post .insight-editor {
    font-size: 1.4rem;
  }
}
.post .insight-editor .text {
  margin: 0;
}
.post .insight-editor .text + .text {
  margin-top: clamp(1.8rem, 1.4583333333vw, 2.8rem);
}
.post .insight-editor .strong {
  font-weight: 800;
}
.post .insight-editor .em {
  font-style: italic;
}
.post .insight-editor .link {
  color: #006cff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.post .insight-editor .title {
  margin: clamp(3rem, 2.5vw, 4.8rem) 0;
  padding-top: clamp(3rem, 2.5vw, 4.8rem);
  border-top: 0.1rem solid #eee;
  color: #000;
  font-size: clamp(1.9rem, 1.25vw, 2.4rem);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.post .insight-editor .sub-title {
  margin-top: clamp(3.2rem, 2.2916666667vw, 4.4rem);
  color: #111;
  font-size: clamp(1.7rem, 1.0416666667vw, 2rem);
  line-height: 1.5;
  font-weight: 800;
}
.post .insight-editor .list {
  margin-top: clamp(1.6rem, 1.25vw, 2.4rem);
  padding-left: 1.4em;
}
.post .insight-editor .list--bullet {
  list-style: disc;
}
.post .insight-editor .list--number {
  list-style: decimal;
}
.post .insight-editor .item {
  margin-top: 0.8rem;
}
.post .insight-editor .item:first-child {
  margin-top: 0;
}
.post .insight-editor .quote {
  margin-top: clamp(2.8rem, 2.0833333333vw, 4rem);
  padding: clamp(2rem, 1.4583333333vw, 2.8rem);
  border-left: 0.4rem solid #111;
  background: #f6f7f9;
  color: #333;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  line-height: 1.75;
  font-weight: 600;
}
.post .insight-editor .image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: clamp(2.8rem, 2.0833333333vw, 4rem);
  border-radius: clamp(1.2rem, 0.8333333333vw, 1.6rem);
}
.post .insight-editor .figure {
  margin-top: clamp(2.8rem, 2.0833333333vw, 4rem);
}
.post .insight-editor .figure .image {
  margin-top: 0;
}
.post .insight-editor .caption {
  margin-top: 1rem;
  color: #777;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
.post .insight-editor .table {
  width: 100%;
  margin-top: clamp(2.8rem, 2.0833333333vw, 4rem);
  border-top: 0.1rem solid #111;
  border-collapse: collapse;
  table-layout: fixed;
}
.post .insight-editor .th,
.post .insight-editor .td {
  padding: clamp(1.4rem, 1.0416666667vw, 2rem);
  border-bottom: 0.1rem solid #e5e5e5;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  word-break: keep-all;
}
.post .insight-editor .th {
  background: #f6f7f9;
  color: #111;
  font-weight: 800;
}
.post .insight-editor .hr {
  margin: clamp(4.8rem, 3.75vw, 7.2rem) 0;
  border: 0;
  border-top: 0.1rem solid #e5e5e5;
}
.post .insight-editor .code {
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  background: #f1f2f4;
  color: #111;
  font-size: 0.92em;
}
.post .insight-editor .pre {
  overflow-x: auto;
  margin-top: clamp(2.4rem, 1.6666666667vw, 3.2rem);
  padding: clamp(2rem, 1.25vw, 2.4rem);
  border-radius: 1.2rem;
  background: #111;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.65;
}
.post .insight-editor .pre .code {
  padding: 0;
  background: transparent;
  color: inherit;
}
.post .insight-editor__summary {
  margin-bottom: clamp(3.6rem, 2.5vw, 4.8rem);
  padding: clamp(2.4rem, 2.0833333333vw, 4rem);
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .post .insight-editor__summary {
    padding: 0;
    background-color: #fff;
  }
}
.post .insight-editor__summary-title {
  display: inline-block;
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "samsung";
  color: #000;
  border-bottom: 0.2rem solid;
}
@media (max-width: 767px) {
  .post .insight-editor__summary-title {
    line-height: 1;
  }
}
.post .insight-editor__summary-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 1.25vw, 2.4rem);
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: summary;
}
@media (max-width: 767px) {
  .post .insight-editor__summary-list {
    gap: 0;
  }
}
.post .insight-editor__summary-item {
  position: relative;
  margin-top: 0;
  display: flex;
  gap: clamp(1rem, 0.8333333333vw, 1.6rem);
  color: #333;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  font-weight: 500;
  counter-increment: summary;
}
.post .insight-editor__summary-item::before {
  content: counter(summary);
  color: #000;
  font-family: "samsung";
  font-weight: 700;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .post .insight-editor__summary-item + li {
    padding-top: 2.8rem;
    margin-top: 2.8rem;
    border-top: 0.2rem solid #eee;
  }
}
.post .insight-editor .insight-report-detail__faq-item + .insight-report-detail__faq-item {
  margin-top: clamp(1.6rem, 1.25vw, 2.4rem);
  padding-top: clamp(1.6rem, 1.25vw, 2.4rem);
  border-top: 0.1rem solid #ddd;
}
.post .insight-editor .insight-report-detail__faq h3 {
  margin-top: clamp(3rem, 2.5vw, 4.8rem);
  margin-bottom: clamp(1.6rem, 1.0416666667vw, 2rem);
}
.post .insight-editor .insight-report-detail__faq-list {
  padding: clamp(1.6rem, 1.25vw, 2.4rem);
  display: flex;
  flex-direction: column;
  border: 0.15rem solid #333;
  border-radius: clamp(1rem, 0.8333333333vw, 1.6rem);
}
.post .insight-editor .insight-report-detail__faq-question {
  position: relative;
  margin: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: clamp(1rem, 0.8333333333vw, 1.6rem);
  border: 0;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
  font-weight: 700;
  text-align: left;
}
.post .insight-editor .insight-report-detail__faq-answer .insight-report-detail__faq-label {
  color: #1778EA;
}
.post .insight-editor .insight-report-detail__faq-answer-inner {
  margin-top: clamp(1rem, 0.8333333333vw, 1.6rem);
  min-height: 0;
  display: flex;
  gap: clamp(1rem, 0.8333333333vw, 1.6rem);
  color: #333;
  line-height: 1.75;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}
.post .insight-editor .insight-report-detail__faq-label {
  flex-shrink: 0;
  width: auto;
  font-weight: 700;
  font-family: "samsung";
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
}
.post .insight-editor .insight-report-detail__faq-question-text {
  width: auto;
  text-align: left;
}
.post .insight-editor .insight-report-detail__faq-answer-text {
  margin-top: 0;
}
