@charset "UTF-8";
/* ───────────────────────── Breakpoints ─────────────────────────
 * 프로젝트 전역 브레이크포인트 키 맵.
 *   sm  : 360px   (mobile-s)
 *   md  : 767px   (mobile ↔ tablet 경계)
 *   lg  : 1024px  (tablet-l)
 *   xl  : 1284px  (desktop-s)
 *   xxl : 1460px  (desktop-m)
 *   xxxl: 1600px  (desktop-l)
 * 값은 _variables.scss 의 단일 출처를 참조하므로 여기서 재정의하지 않습니다.
 * ───────────────────────────────────────────────────────────── */
/*
 * clearfix
 * @include clearfix;
*/
/*
* vw
* @include vw('font-size', 16px);
*/
/*
* textEllipsis 한 줄
* @include textEllipsis;
*/
/*
* textEllipsis 여러 줄
* @include textEllipsisClamp;
*/
/*
* textClip
* @include textClip;
*/
/*
* swiper
* @include swiper(center);
*/

.story-care-solution-faq {
  padding: 60px 20px 80px;
  max-width: 1380px;
  margin: 0 auto;
}
.story-care-solution-faq-section {
  text-align: center;
}
.story-care-solution-faq-section + .story-care-solution-faq-section {
  margin-top: 60px;
}
.story-care-solution-faq-header-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  word-break: keep-all;
}
.story-care-solution-faq-header-description {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
}
.story-care-solution-faq-header-description span {
  display: block;
}
.story-care-solution-faq-header-description span + span {
  margin-top: 20px;
}
.story-care-solution-faq-header-description strong {
  font-weight: 700;
}

.story-care-solution-faq-content-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  word-break: keep-all;
}
.story-care-solution-faq-content-table {
  overflow: hidden;
  margin: 20px auto 0;
  max-width: 900px;

  border: 1px solid #DDDDDD;
  border-radius: 12px;
}
.story-care-solution-faq-content-table table {
  width: 100%;
  border-collapse: collapse;
}
.story-care-solution-faq-content-table table th,
.story-care-solution-faq-content-table table td {
  padding: 10px;
  height: 60px;

  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #DDDDDD;
}
.story-care-solution-faq-content-table table th:first-child,
.story-care-solution-faq-content-table table td:first-child {
  border-width: 1px 1px 0 0;
}
.story-care-solution-faq-content-table table th:last-child,
.story-care-solution-faq-content-table table td:last-child {
  border-width: 1px 0 0 1px;
}
.story-care-solution-faq-content-table table thead th {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  word-break: keep-all;

  border-top: 0 !important;
  background-color: #E6E6E6;
}
.story-care-solution-faq-content-table table tbody th {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  word-break: keep-all;

  background-color: #F7F7F7;
}
.story-care-solution-faq-content-table table tbody td {
  font-size: 14px;
  line-height: 1.4;
  word-break: keep-all;
}

/* 260514 추가 E */
.story-care-solution-faq-video {
  position: relative;
  margin: 60px auto 0;
  max-width: 450px;
}
.story-care-solution-faq-video img {
  width: 100%;
}
.story-care-solution-faq-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.story-care-solution-faq-video iframe.is-playing {
  z-index: 5;
}
.story-care-solution-faq-video-btn {
  position: absolute;
  left: 50%;
  bottom: 23%;
  width: 62px;
  height: 62px;
  transform: translateX(-50%);
  background: rgba(19, 19, 19, 0.3);
  border-radius: 99em;
}
.story-care-solution-faq-video-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}
.story-care-solution-faq-video-btn.play svg {
  transform: translate(-40%, -50%);
}

.story-care-solution-faq-content-text {
  margin-top: 60px;
}
.story-care-solution-faq-content-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
}
.story-care-solution-faq-content-text p + p {
  margin-top: 20px;
}
.story-care-solution-faq-content-text p strong {
  font-weight: 700;
}

.story-care-solution-faq .button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.story-care-solution-faq .button-container .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 24px;
  min-height: 128px;
  border-radius: 12px;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
.story-care-solution-faq .button-container .button:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.story-care-solution-faq .button-container .button.link {
  background-color: #F4F4F4;
}
.story-care-solution-faq .button-container .button.link:after {
  width: 20px;
  height: 20px;
  background-image: url("../images/care-solution-faq/icons/ico-arrow-lr-black.svg");
}
.story-care-solution-faq .button-container .button.ai-chat {
  color: #fff;
  background: linear-gradient(92deg,#fc3632 1.73%,#9737ff 114.32%),#000
}
.story-care-solution-faq .button-container .button.ai-chat:after {
  width: 60px;
  height: 60px;
  background-image: url("../images/care-solution-faq/icons/ico-ai-chat-white.svg");
}
@media screen and (min-width: 768px) {
  .story-care-solution-faq {
    padding: 80px 20px 200px;
  }
  .story-care-solution-faq-section + .story-care-solution-faq-section {
    margin-top: 120px;
  }
  .story-care-solution-faq-header-title {
    font-size: 44px;
  }
  .story-care-solution-faq-header-description {
    margin-top: 28px;
    font-size: 18px;
  }
  .story-care-solution-faq-header-description span + span {
    margin-top: 30px;
  }
  
  .story-care-solution-faq-content-title {
    font-size: 32px;
  }

  .story-care-solution-faq-content-table {
    margin-top: 40px;
  }
  .story-care-solution-faq-content-table table thead th,
  .story-care-solution-faq-content-table table tbody th,
  .story-care-solution-faq-content-table table tbody td {
    font-size: 16px;
  }

  .story-care-solution-faq-video {
    margin-top: 98px;
  }
  .story-care-solution-faq-video-btn {
    width: 78px;
    height: 78px;
  }
  .story-care-solution-faq-video-btn svg {
    width: 44px;
  }
  
  .story-care-solution-faq-content-text {
    margin-top: 100px;
  }
  .story-care-solution-faq-content-text p {
    font-size: 20px;
  }
  .story-care-solution-faq-content-text p + p {
    margin-top: 60px;
  }
  
  .story-care-solution-faq .button-container {
    flex-direction: row;
    gap: 20px;
  }
  .story-care-solution-faq .button-container .button {
    justify-content: center;
  
    font-size: 20px;
  }
  .story-care-solution-faq .button-container .button.link {
    gap: 4px;
  }
  .story-care-solution-faq .button-container .button.ai-chat {
    gap: 10px;
  }
}