@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-best-insight {
  max-width: 1050px;
  margin: 0 auto 128px;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.story-best-insight .insight-header {
  padding: 0 20px;
}
.story-best-insight .insight-header .inner {
  padding: 60px 0 11px;
  border-bottom: 1px #000 solid;
}
.story-best-insight .insight-header .eyebrow {
  font-size: 11px;
  font-weight: 600;
  color: #FD312E;
}
.story-best-insight .insight-header .headline {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 700;
}
.story-best-insight .insight-header .date {
  margin-top: 11px;
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .story-best-insight {
    margin: 0 auto 297px;
  }
  .story-best-insight .insight-header {
    padding: 0;
  }
  .story-best-insight .insight-header .inner {
    padding: 68px 0 15px;
  }
  .story-best-insight .insight-header .eyebrow {
    font-size: 12px;
  }
  .story-best-insight .insight-header .headline {
    margin-top: 15px;
    font-size: 25px;
  }
  .story-best-insight .insight-header .date {
    margin-top: 12px;
    font-size: 15px;
  }
}

.story-best-insight .section {
  padding: 0 20px;
}
.story-best-insight .section.bg-gray {
  margin-top: 40px;
  background-color: #F4F4F4;
}
.story-best-insight .section .inner {
  padding: 40px 0;
  border-bottom: 4px #E6E7EB solid;
}
.story-best-insight .section:last-child .inner {
  border-bottom: none;
}

.story-best-insight .notes-box {
  position: relative;
  margin-top: 30px;
  padding: 16px 12px;
  border-radius: 7px;
  background-color: #F9F9F9;
  border: 1px #E6E7EB solid;
}
.story-best-insight .notes-box h4 {
  font-weight: 600;
  font-size: 12px;
  color: #8A8A8A;
}
.story-best-insight .notes-box .more-button {
  position: absolute;
  top: 18px;
  right: 12px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 12px;
  color: #8A8A8A;
}
.story-best-insight .notes-box .more-button:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: url("../img/best-insight/icon-arrow-dp.png") no-repeat center center;
  background-size: contain;
  content: "";
}
.story-best-insight .notes-box .more-button:after {
  content: "더보기";
}
.story-best-insight .notes-box .more-button.is-active:before {
  transform: translateY(-50%) rotate(180deg);
}
.story-best-insight .notes-box .more-button.is-active:after {
  content: "닫기";
}
.story-best-insight .notes-box .more-button.is-active + .notes-list {
  height: auto;
}
.story-best-insight .notes-list {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-in-out;
}
.story-best-insight .notes-list > ul {
  margin-top: 20px;
}
.story-best-insight .notes-list > ul > li {
  font-size: 12px;
  color: #8A8A8A;
}
.story-best-insight .notes-list > ul > li + li {
  margin-top: 12px;
}
.story-best-insight .notes-list .label {
  position: relative;
  padding-left: 12px;
}
.story-best-insight .notes-list .label:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 99em;
  background-color: #8A8A8A;
  content: "";
}
.story-best-insight .notes-list .value {
  margin-top: 7px;
}
.story-best-insight .notes-list .value ul li {
  position: relative;
  padding-left: 12px;
}
.story-best-insight .notes-list .value ul li:before {
  position: absolute;
  top: 7px;
  left: 1px;
  width: 2px;
  height: 2px;
  border-radius: 99em;
  background-color: #8A8A8A;
  content: "";
}
@media screen and (min-width: 768px) {
  .story-best-insight .section {
    padding: 0;
  }
  .story-best-insight .section.bg-gray {
    margin-top: 70px;
  }
  .story-best-insight .section .inner {
    padding: 70px 47px;
    border-bottom: 6px #E6E7EB solid;
  }

  .story-best-insight .notes-box {
    margin-top: 40px;
    padding: 20px;
  }
  .story-best-insight .notes-box h4 {
    font-size: 15px;
  }
  .story-best-insight .notes-box .more-button {
    top: 22px;
    right: 20px;
    font-size: 15px;
  }
  .story-best-insight .notes-list > ul > li {
    display: flex;
    font-size: 14px;
  }
  .story-best-insight .notes-list > ul > li + li {
    margin-top: 8px;
  }
  .story-best-insight .notes-list .label {
    width: 157px;
  }
  .story-best-insight .notes-list.label:before {
    top: 7px;
  }
  .story-best-insight .notes-list .value {
    flex: 1;
    margin-top: 0;
    margin-left: 8px;
  }
  .story-best-insight .notes-list .value {
    margin-top: 0;
  }
  .story-best-insight .notes-list .value ul li + li {
    margin-top: 4px;
  }
  .story-best-insight .notes-list .value ul li:before {
    top: 8px;
  }
}

.story-best-insight .care-solution-info ul li {
  padding: 24px 20px;
  background-color: #F1EDE7;
  border-radius: 20px;
}
.story-best-insight .care-solution-info ul li + li {
  margin-top: 18px;
}
.story-best-insight .care-solution-info ul li .title {
  font-weight: 700;
  font-size: 20px;
  color: #624A26;
}
.story-best-insight .care-solution-info ul li .description {
  position: relative;
  margin-top: 14px;
  padding-right: 80px;
  font-size: 15px;
}
.story-best-insight .care-solution-info ul li .description .notes {
  margin-top: 12px;
  color: #FD312E;
}
.story-best-insight .care-solution-info ul li .description:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.story-best-insight .care-solution-info ul li:nth-child(1) .description:after {
  background-image: url("../img/best-insight/icon-care-service-benefit01-01.png");
}
.story-best-insight .care-solution-info ul li:nth-child(2) .description:after {
  background-image: url("../img/best-insight/icon-care-service-benefit01-02.png");
}
.story-best-insight .care-solution-info ul li:nth-child(3) .description:after {
  background-image: url("../img/best-insight/icon-care-service-benefit01-03.png");
}
@media screen and (min-width: 768px) {
  .story-best-insight .care-solution-info ul {
    display: flex;
  }
  .story-best-insight .care-solution-info ul li {
    padding: 32px 24px;
    width: calc(100% / 3);
    border-radius: 24px;
  }
  .story-best-insight .care-solution-info ul li + li {
    margin-top: 0;
    margin-left: 15px;
  }
  .story-best-insight .care-solution-info ul li .title {
    font-size: 24px;
  }
  .story-best-insight .care-solution-info ul li .description {
    padding-right: 0;
    padding-bottom: 120px;
    font-size: 19px;
  }
  .story-best-insight .care-solution-info ul li .description .notes {
    margin-top: 0;
    padding-right: 80px;
    position: absolute;
    left: 0;
    bottom: 29px;
    font-size: 15px;
  }
  .story-best-insight .care-solution-info ul li .description:after {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}

.care-solution-keypoint h3 {
  position: relative;
  padding-left: 39px;
}
.care-solution-keypoint h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 34px;
  height: 48px;
  background: url("../img/best-insight/icon-pin.png") no-repeat center center;
  background-size: contain;
  content: "";
}
.care-solution-keypoint ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.care-solution-keypoint ul li {
  padding: 20px 24px;
  width: 100%;
  border: 1px #6F6F6F solid;
  border-radius: 7px;
}
.care-solution-keypoint ul li .label {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-size: 19px;
}
.care-solution-keypoint ul li .label:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 28px;
  background: url("../img/best-insight/icon-check.png") no-repeat center center;
  background-size: contain;
  content: "";
}
.care-solution-keypoint ul li .value {
  margin-top: 12px;
  font-size: 15px;
}
.care-solution-keypoint ul li .value .notes {
  margin-top: 12px;
  color: #FD312E;
}
@media screen and (min-width: 768px) {
  .care-solution-keypoint ul {
    gap: 15px;
  }
  .care-solution-keypoint ul li {
    width: calc(50% - 15px / 2);
  }
  .care-solution-keypoint ul li .value {
    font-size: 19px;
  }
  .care-solution-keypoint ul li .value .notes {
    font-size: 15px;
  }
}

.story-best-insight .headline {
  position: relative;
  font-weight: 900;
  font-size: 22px;
}
.story-best-insight .headline.vertical-bar {
  padding-left: 20px;
}
.story-best-insight .headline.vertical-bar:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 3px;
  height: calc(100% - 10px);
  background-color: #E9473B;
  content: "";
}
.story-best-insight .headline.vertical-bar + p {
  margin-top: 20px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .story-best-insight .headline {
    font-size: 34px;
  }
  .story-best-insight .headline.vertical-bar {
    padding-left: 23px;
  }
  .story-best-insight .headline.vertical-bar:before {
    top: 7px;
    width: 6px;
    height: calc(100% - 15px);
  }
  .story-best-insight .headline.vertical-bar + p {
    margin-top: 40px;
    padding-left: 23px;
    font-size: 19px;
  }
}

.story-best-insight .care-solution-index .headline {
  position: relative;
  padding-left: 27px;
}
.story-best-insight .care-solution-index .headline::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../img/best-insight/icon-pencil.png") no-repeat center center;
  background-size: contain;
  content: "";
}
.story-best-insight .care-solution-index ol {
  margin-top: 9px;
  counter-reset: number;
}
.story-best-insight .care-solution-index ol li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px #D4D6DE solid;
  font-weight: 600;
  font-size: 15px;
}
.story-best-insight .care-solution-index ol li:last-child {
  border-bottom: none;
}
.story-best-insight .care-solution-index ol li p {
  flex: 1;
}
.story-best-insight .care-solution-index ol li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: #D44100;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
}
@media screen and (min-width: 768px) {
  .story-best-insight .care-solution-index .headline {
    padding-left: 39px;
  }
  .story-best-insight .care-solution-index .headline::before {
    width: 34px;
    height: 34px;
  }
  .story-best-insight .care-solution-index ol {
    margin-top: 20px;
  }
  .story-best-insight .care-solution-index ol li {
    gap: 20px;
    font-size: 22px;
  }
  .story-best-insight .care-solution-index ol li:before {
    width: 42px;
    height: 36px;
    font-size: 20px;
  }
}

.story-best-insight .care-solution-benefit ol {
  margin-top: 30px;
  counter-reset: number;
}
.story-best-insight .care-solution-benefit ol li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 88px 20px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
.story-best-insight .care-solution-benefit ol li + li {
  margin-top: 18px;
}
.story-best-insight .care-solution-benefit ol li strong {
  display: block;
  font-weight: 700;
}
.story-best-insight .care-solution-benefit ol li:before {
  display: flex;
  padding: 4px 13px 3px;
  border-radius: 99em;
  font-weight: 900;
  font-size: 11px;
  color: #fff;
  counter-increment: number;
  content: "POINT " counter(number);
}
.story-best-insight .care-solution-benefit ol li:after {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.story-best-insight .care-solution-benefit ol li:nth-child(1) {
  background-color: #FBF2F1;
}
.story-best-insight .care-solution-benefit ol li:nth-child(1)::before {
  background-color: #B82619;
}
.story-best-insight .care-solution-benefit ol li:nth-child(1)::after {
  background-image: url("../img/best-insight/icon-care-service-benefit02-01.png");
}
.story-best-insight .care-solution-benefit ol li:nth-child(1) strong {
  color: #B82619;
}
.story-best-insight .care-solution-benefit ol li:nth-child(2) {
  background-color: #FAF2E8;
}
.story-best-insight .care-solution-benefit ol li:nth-child(2)::before {
  background-color: #C44D21;
}
.story-best-insight .care-solution-benefit ol li:nth-child(2)::after {
  background-image: url("../img/best-insight/icon-care-service-benefit02-02.png");
}
.story-best-insight .care-solution-benefit ol li:nth-child(2) strong {
  color: #C44D21;
}
.story-best-insight .care-solution-benefit ol li:nth-child(3) {
  background-color: #E8F4F6;
}
.story-best-insight .care-solution-benefit ol li:nth-child(3)::before {
  background-color: #38818D;
}
.story-best-insight .care-solution-benefit ol li:nth-child(3)::after {
  background-image: url("../img/best-insight/icon-care-service-benefit02-03.png");
}
.story-best-insight .care-solution-benefit ol li:nth-child(3) strong {
  color: #38818D;
}
@media screen and (min-width: 768px) {
  .story-best-insight .care-solution-benefit ol {
    display: flex;
    margin-top: 40px;
  }
  .story-best-insight .care-solution-benefit ol li {
    gap: 21px;
    padding: 123px 20px 40px;
    width: calc(100% / 3);
    font-size: 19px;
  }
  .story-best-insight .care-solution-benefit ol li + li {
    margin-top: 0;
    margin-left: 16px;
  }
  .story-best-insight .care-solution-benefit ol li strong {
    display: block;
    font-weight: 700;
  }
  .story-best-insight .care-solution-benefit ol li:after {
    top: 40px;
  }
}

.story-best-insight .care-solution-item .highlight {
  margin-top: 20px;
  padding-left: 20px;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #FD312E;
}
.story-best-insight .care-solution-item .care-solution-item-list {
  margin-top: 30px;
}
.story-best-insight .care-solution-item .care-solution-item-list li + li {
  margin-top: 32px;
}
.story-best-insight .care-solution-item .care-solution-item-list li .thumb img {
  width: 100%;
  border-radius: 20px;
}
.story-best-insight .care-solution-item .care-solution-item-list li .text-box {
  margin-top: 19px;
}
.story-best-insight .care-solution-item .care-solution-item-list li .text-box .title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.story-best-insight .care-solution-item .care-solution-item-list li .text-box .description {
  margin-top: 10px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .story-best-insight .care-solution-item .highlight {
    font-size: 24px !important;
  }
  .story-best-insight .care-solution-item .care-solution-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 110px;
  }
  .story-best-insight .care-solution-item .care-solution-item-list li {
    width: calc(50% - 110px / 2);
  }
  .story-best-insight .care-solution-item .care-solution-item-list li + li {
    margin-top: 0;
  }
  .story-best-insight .care-solution-item .care-solution-item-list li .thumb {
    width: 380px;
  }
  .story-best-insight .care-solution-item .care-solution-item-list li .text-box {
    flex: 1;
    margin-top: 40px;
  }
  .story-best-insight .care-solution-item .care-solution-item-list li .text-box .title {
    font-size: 24px;
  }
  .story-best-insight .care-solution-item .care-solution-item-list li .text-box .description {
    font-size: 19px;
    text-align: center;
  }
}

.story-best-insight .care-solution-plan .summary-box {
  position: relative;
  margin-left: 3px;
  padding: 26px 24px;
  background-color: #FEF8E8;
  border-radius: 5px 7px 7px 5px;
}
.story-best-insight .care-solution-plan .summary-box:before {
  position: absolute;
  top: 50%;
  left: -3px;
  z-index: -1;
  transform: translateY(-50%);
  width: 50%;
  height: calc(100% - 2px);
  background-color: #F2A93C;
  border-radius: 7px;
  content: "";
}
.story-best-insight .care-solution-plan .summary-box {
  margin-top: 30px;
}
.story-best-insight .care-solution-plan .summary-box h4 {
  font-weight: 900;
  font-size: 20px;
  color: #F09236;
}
.story-best-insight .care-solution-plan .summary-box ul {
  margin-top: 20px;
}
.story-best-insight .care-solution-plan .summary-box ul li + li {
  margin-top: 16px;
}
.story-best-insight .care-solution-plan .summary-box ul li .label {
  position: relative;
  padding-left: 27px;
  font-weight: 700;
  font-size: 19px;
}
.story-best-insight .care-solution-plan .summary-box ul li .label:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 19px;
  height: 28px;
  background: url("../img/best-insight/icon-check.png") no-repeat center center;
  background-size: contain;
  content: "";
}
.story-best-insight .care-solution-plan .summary-box ul li .value {
  margin-top: 8px;
  font-size: 15px;
}
.story-best-insight .care-solution-plan .summary-box ul li .value.arrow {
  position: relative;
  padding-left: 27px;
}
.story-best-insight .care-solution-plan .summary-box ul li .value.arrow:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
  background: url("../img/best-insight/icon-arrow-right.png") no-repeat center center;
  background-size: contain;
  content: "";
}
.story-best-insight .care-solution-plan .summary-box ul li .label strong,
.story-best-insight .care-solution-plan .summary-box ul li .value strong {
  font-weight: 600;
  color: #8A2818;
}
.story-best-insight .care-solution-plan .table-box {
  margin-top: 30px;
  border-top: 2px #000 solid;
}
.story-best-insight .care-solution-plan .table-box .text-small {
  font-size: 12px;
}
.story-best-insight .care-solution-plan .table-box table {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4;
}
.story-best-insight .care-solution-plan .table-box table th,
.story-best-insight .care-solution-plan .table-box table td {
  padding: 20px 12px;
  border: 1px #E2E2E2 solid;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
.story-best-insight .care-solution-plan .table-box table th:first-child {
  border-left: none;
}
.story-best-insight .care-solution-plan .table-box table th:last-child,
.story-best-insight .care-solution-plan .table-box table td:last-child {
  border-right: none;
}
.story-best-insight .care-solution-plan .table-box table thead th {
  font-weight: 700;
  background-color: #F4F4F4;
  border-bottom: none;
  border-top: none;
}
.story-best-insight .care-solution-plan .table-box table tbody th {
  font-weight: 700;
}
.story-best-insight .care-solution-plan .table-box table tr.highlight-line th,
.story-best-insight .care-solution-plan .table-box table tr.highlight-line td {
  background-color: #FEF8F7;
  color: #76392F;
}
@media screen and (min-width: 768px) {
  .story-best-insight .care-solution-plan .summary-box {
    margin-top: 40px;
  }
  .story-best-insight .care-solution-plan .summary-box h4 {
    font-size: 22px;
  }
  .story-best-insight .care-solution-plan .summary-box ul {
    margin-top: 12px;
  }
  .story-best-insight .care-solution-plan .summary-box ul li {
    display: flex;
  }
  .story-best-insight .care-solution-plan .summary-box ul li .label.fixed {
    width: 167px;
  }
  .story-best-insight .care-solution-plan .summary-box ul li .value {
    flex: 1;
    margin-top: 0;
    margin-left: 12px;
    font-size: 19px;
  }
  .story-best-insight .care-solution-plan .table-box {
    margin-top: 48px;
  }
  .story-best-insight .care-solution-plan .table-box .text-small {
    font-size: 19px;
  }
  .story-best-insight .care-solution-plan .table-box table th,
  .story-best-insight .care-solution-plan .table-box table td {
    padding: 15px 12px;
    font-size: 19px;
    text-align: left;
  }
}

.story-best-insight .service-period {
  margin-top: 40px;
}
.story-best-insight .service-period h4 {
  position: relative;
  padding-left: 41px;
  font-weight: 700;
  font-size: 22px;
}
.story-best-insight .service-period h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: url("../img/best-insight/icon-calendar.png") no-repeat center center;
  background-size: contain;
  content: "";
}
.story-best-insight .service-period .service-period-box {
  margin-top: 20px;
  border-radius: 10px;
}
.story-best-insight .service-period.tier01 .service-period-box {
  border: 1px #DDC8C3 solid;
  background-color: #FBF2F1;
}
.story-best-insight .service-period.tier02 .service-period-box {
  border: 1px #D9C9B5 solid;
  background-color: #FFF8F0;
}
.story-best-insight .service-period .service-period-box .service-period-item {
  padding: 20px;
}
.story-best-insight .service-period.tier01 .service-period-box .service-period-item + .service-period-item {
  border-top: 1px #D9C9B5 solid;
}
.story-best-insight .service-period.tier02 .service-period-box .service-period-item + .service-period-item {
  border-top: 1px #DDC8C3 solid;
}
.story-best-insight .service-period .service-period-box .service-period-item .label {
  font-weight: 700;
  font-size: 19px;
  text-align: center;
}
.story-best-insight .service-period .service-period-box .service-period-item .value {
  margin-top: 12px;
}
.story-best-insight .service-period .service-period-box .service-period-item .value ul li {
  position: relative;
  padding-left: 12px;
  font-weight: 500;
  font-size: 15px;
}
.story-best-insight .service-period .service-period-box .service-period-item .value ul li:before {
  position: absolute;
  top: 7px;
  left :0;
  width: 4px;
  height: 4px;
  border-radius: 99em;
  background-color: #000;
  content: "";
}
.story-best-insight .service-period .service-period-box .service-period-item .value ul li + li {
  margin-top: 4px;
}
.story-best-insight .service-period .service-period-box .service-period-item .value ul li strong {
  font-weight: 700;
}
.story-best-insight .service-period .service-period-box .service-period-item .value ul li .text-small {
  margin-top: 4px;
  font-size: 12px;
  color: #6F6F6F;
}
@media screen and (min-width: 768px) {
  .story-best-insight .service-period {
    margin-top: 56px;
  }
  .story-best-insight .service-period h4 {
    font-size: 27px;
  }
  .story-best-insight .service-period .service-period-box {
    margin-top: 20px;
    border-radius: 10px;
  }
  .story-best-insight .service-period .service-period-box .service-period-item {
    display: flex;
    align-items: center;
    padding: 30px 60px;
  }
  .story-best-insight .service-period .service-period-box .service-period-item .label {
    width: 40%;
    font-size: 22px;
    text-align: left;
  }
  .story-best-insight .service-period .service-period-box .service-period-item .value {
    display: flex;
    align-items: center;
    margin-top: 0;
    padding-left: 47px;
    width: 60%;
    min-height: 66px;
  }
  .story-best-insight .service-period.tier01 .service-period-box .service-period-item .value {
    border-left: 1px #D9C9B5 solid;
  }
  .story-best-insight .service-period.tier02 .service-period-box .service-period-item .value {
    border-left: 1px #DDC8C3 solid;
  }
  .story-best-insight .service-period .service-period-box .service-period-item .value ul li {
    font-size: 19px;
  }
  .story-best-insight .service-period .service-period-box .service-period-item .value ul li:before {
    top: 9px;
  }
  .story-best-insight .service-period .service-period-box .service-period-item .value ul li + li {
    margin-top: 11px;
  }
  .story-best-insight .service-period .service-period-box .service-period-item .value ul li .text-small {
    margin-top: 11px;
    font-size: 16px;
  }
}

.story-best-insight .button-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.story-best-insight .button-container .button {
  padding: 34px 20px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.story-best-insight .button-container .button a {
  display: block;
  padding: 8px 20px;
  margin-top: 24px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 99em;
}
.story-best-insight .button-container .button.link {
  color: #fff;
  background: linear-gradient(135deg,#E1634E 1.73%,#A6852D 114.32%),#000
}
.story-best-insight .button-container .button.link a {
  color: #8C2304;
}
.story-best-insight .button-container .button.ai-chat {
  color: #fff;
  background: linear-gradient(135deg,#F33335 1.73%,#9938D9 114.32%),#000
}
.story-best-insight .button-container .button.ai-chat a {
  color: #680F7C;
}
@media screen and (min-width: 768px) {
  .story-best-insight .button-container {
    flex-direction: row;
    gap: 15px;
  }
  .story-best-insight .button-container .button {
    padding: 38px 20px;
    width: 50%;
    font-size: 24px;
  }
  .story-best-insight .button-container .button a {
    width: 282px;
    padding: 16px 28px 15px;
    margin: 35px auto 0;
    font-size: 19px;
  }
}

.story-best-insight .care-solution-review .list {
  margin-top: 40px;
}
.story-best-insight .care-solution-review .list ul li {
  padding: 26px 20px;
  border-radius: 7px;
  background-color: #F1EDE7;
}
.story-best-insight .care-solution-review .list ul li + li {
  margin-top: 15px;
}
.story-best-insight .care-solution-review .list ul li .title {
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 12px;
}
.story-best-insight .care-solution-review .list ul li .title:after {
  display: block;
  margin-top: 10px;
  width: 75px;
  height: 16px;
  background: url("../img/best-insight/icon-star.png") no-repeat center center;
  background-size: contain;
  content: "";
}
.story-best-insight .care-solution-review .list ul li .text {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.6;
}
.story-best-insight .care-solution-review .list ul li .text strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story-best-insight .care-solution-review .list ul li {
    padding: 26px 32px;
  }
  .story-best-insight .care-solution-review .list ul li + li {
    margin-top: 25px;
  }
  .story-best-insight .care-solution-review .list ul li .title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 24px;
  }
  .story-best-insight .care-solution-review .list ul li .title:after {
    margin-top: 0;
    margin-left: 16px;
    width: 97px;
    height: 21px;
  }
  .story-best-insight .care-solution-review .list ul li .title:before {
    position: absolute;
    right: 64px;
    bottom: -12px;
    z-index: -1;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    background-color: #fff;
    transform: rotate(45deg);
    content: "";
  }
  .story-best-insight .care-solution-review .list ul li .text {
    margin-top: 36px;
    font-size: 19px;
  }
}

.story-best-insight .care-solution-qa .fc-red {
  color: #E9473B;
}
.story-best-insight .care-solution-qa .headline {
  text-align: center;
}
.story-best-insight .care-solution-qa .qa-list {
  margin-top: 36px;
}
.story-best-insight .care-solution-qa .qa-list > ul > li {
  padding: 28px 16px;
  border-radius: 12px;
  background-color: #fff;
}
.story-best-insight .care-solution-qa .qa-list > ul > li + li {
  margin-top: 14px;
}
.story-best-insight .care-solution-qa .qa-list .q {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
  font-size: 16px;
}
.story-best-insight .care-solution-qa .qa-list .q:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q. "
}
.story-best-insight .care-solution-qa .qa-list .a {
  position: relative;
  margin-top: 16px;
  padding-left: 24px;
  font-size: 15px;
}
.story-best-insight .care-solution-qa .qa-list .a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  content: "A. "
}
.story-best-insight .care-solution-qa .qa-list .a strong {
  font-weight: 700;
}
.story-best-insight .care-solution-qa .qa-list ol {
  counter-reset: number;
}
.story-best-insight .care-solution-qa .qa-list ol li {
  margin-top: 10px;
  padding-left: 13px;
  text-indent: -13px;
}
.story-best-insight .care-solution-qa .qa-list ol li:before {
  counter-increment: number;
  content: counter(number) ". " ;
}
@media screen and (min-width: 768px) {
  .story-best-insight .care-solution-qa .qa-list {
    margin-top: 43px;
  }
  .story-best-insight .care-solution-qa .qa-list > ul > li {
    padding: 48px 40px;
    border-radius: 7px;
  }
  .story-best-insight .care-solution-qa .qa-list > ul > li + li {
    margin-top: 12px;
  }
  .story-best-insight .care-solution-qa .qa-list .q {
    padding-left: 31px;
    font-size: 23px;
  }
  .story-best-insight .care-solution-qa .qa-list .a {
    margin-top: 15px;
    padding-left: 31px;
    font-size: 18px;
  }
  .story-best-insight .care-solution-qa .qa-list ol li {
    margin-top: 10px;
    padding-left: 16px;
    text-indent: -16px;
  }
  .story-best-insight .care-solution-qa .qa-list ol li:before {
    counter-increment: number;
    content: counter(number) ". " ;
  }
}