.p-interviewIndex .l-pageWrapLeft .p-interviewTitle {
  margin-bottom: 10.9rem;
}
.p-interviewIndex .l-pageWrapLeft .c-blockCta::before {
  background-image: url("/assets/img/new/interview/index/deco-top.svg");
  width: 33.7rem;
  height: 5.1rem;
  top: -4.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-interviewIndex .p-spFv {
  padding-top: 4rem;
  padding-bottom: 11rem;
  margin-bottom: -3rem;
  position: relative;
}
.p-interviewIndex .p-spFv::after {
  display: block;
  content: "";
  background-image: url("/assets/img/new/interview/index/deco-top.svg");
  width: 33.7rem;
  height: 5.1rem;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-interviewIndex .p-story {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-story {
    border-radius: 3rem 3rem 0 0;
  }
}
.p-interviewIndex .p-storySlider {
  display: none;
  padding-bottom: 3.3rem;
}
.p-interviewIndex .p-storySlider.swiper-initialized {
  display: block;
}
.p-interviewIndex .p-storySliderItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  height: auto;
  background: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  -webkit-box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
  box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-storySliderItem {
    width: calc(100% - 10rem);
    padding: 3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storySliderItem {
    width: calc(100% - 9rem);
    padding: 0 0 2rem;
  }
}
.p-interviewIndex .p-storySliderItem-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storySliderItem-inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
.p-interviewIndex .p-storySliderItem-thumb {
  margin-bottom: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-storySliderItem-thumb {
    width: 33rem;
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storySliderItem-thumb {
    width: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.p-interviewIndex .p-storySliderItem-thumbVideo {
  cursor: pointer;
}
.p-interviewIndex .p-storySliderItem-thumbLabel {
  padding: 0 1.5rem 0.2rem;
  position: absolute;
  background-color: #1ca987;
  border-radius: 0 0 1.5rem 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 700;
}
.p-interviewIndex .p-storySliderItem-thumbPlay {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-interviewIndex .p-storySliderItem-thumbPlay img {
  width: 100%;
}
.p-interviewIndex .p-storySliderItem-thumb .m-imgFill {
  aspect-ratio: 3/2;
}
.p-interviewIndex .p-storySliderItem-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-storySliderItem-body {
    width: 30rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storySliderItem-body {
    width: 100%;
  }
}
.p-interviewIndex .p-storySliderItem-body .m-heading4 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-interviewIndex .p-storySliderItem-body .m-label {
  line-height: calc(150% - 0.2rem);
}
.p-interviewIndex .p-storySliderItem-body .m-bullet.--primary li {
  font-size: 1.4rem;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-interviewIndex .p-storySliderItem-body .m-bullet.--primary li:not(:first-of-type) {
  margin-top: 0.5rem;
}
.p-interviewIndex .p-storySliderItem-body .m-bullet.--primary li::before {
  top: 0.75rem;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-storySliderItem-splink {
    display: contents;
    pointer-events: none;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storySliderItem-splink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-storySliderItem-splink .m-btn {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storySliderItem-splink .m-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: auto auto 0;
  }
}
.p-interviewIndex .p-storySliderItem-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.5rem;
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storySliderItem-time {
    margin-bottom: 2rem;
  }
}
.p-interviewIndex .p-storySliderItem-time::before {
  display: inline-block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("/assets/img/new/interview/index/ic_time.svg") no-repeat center center/contain;
}
.p-interviewIndex .p-storySliderPrev, .p-interviewIndex .p-storySliderNext {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 1.65rem);
  z-index: 10;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storySliderPrev, .p-interviewIndex .p-storySliderNext {
    display: none;
  }
}
.p-interviewIndex .p-storySliderPrev::before, .p-interviewIndex .p-storySliderNext::before {
  display: block;
  content: "";
  width: 5rem;
  height: 5rem;
  background: url("/assets/img/new/interview/index/icon_arrow_slide.svg") no-repeat center center/contain;
}
.p-interviewIndex .p-storySliderPrev:hover, .p-interviewIndex .p-storySliderNext:hover {
  opacity: 0.6;
}
.p-interviewIndex .p-storySliderPrev {
  left: 2.8rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.p-interviewIndex .p-storySliderNext {
  right: 2.7rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-interviewIndex .p-storySliderPagination {
  bottom: 0;
  top: auto;
}
.p-interviewIndex .p-storySliderPagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(149, 190, 31, 0.8);
  margin: 0 0.35rem;
}
.p-interviewIndex .p-storySliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(149, 190, 31);
}
.p-interviewIndex .p-storyBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-interviewIndex .p-storyVideoModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}
.p-interviewIndex .p-storyVideoModal-content {
  position: relative;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-storyVideoModal-content {
    width: 80rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storyVideoModal-content {
    width: 33.5rem;
  }
}
.p-interviewIndex .p-storyVideoModal-video {
  position: relative;
  aspect-ratio: 16/9;
}
.p-interviewIndex .p-storyVideoModal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-interviewIndex .p-storyVideoModal-close {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  right: 0;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-storyVideoModal-close {
    top: -5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storyVideoModal-close {
    top: -4rem;
  }
}
.p-interviewIndex .p-storyVideoModal-close span {
  content: "";
  display: block;
  background: url("/assets/img/new/interview/index/ic_close.svg") no-repeat center center/contain;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-storyVideoModal-close span {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-storyVideoModal-close span {
    width: 3rem;
    height: 3rem;
  }
}
.p-interviewIndex .p-case {
  padding-top: 7rem;
  padding-bottom: 10.5rem;
  position: relative;
}
.p-interviewIndex .p-case::before {
  display: block;
  content: "";
  width: 14.9rem;
  height: 6.7rem;
  background: url("/assets/img/new/interview/index/deco_case.svg") no-repeat right top/contain;
  position: absolute;
  right: 0;
  top: 0;
}
.p-interviewIndex .p-caseScroll {
  padding-top: 7.5rem;
  width: 100%;
}
.p-interviewIndex .p-caseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-caseList:first-of-type {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-caseList:first-of-type {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-caseList:last-of-type {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-caseList:last-of-type {
    padding-right: 2rem;
  }
}
.p-interviewIndex .p-caseItem {
  width: 28rem;
  position: relative;
  -webkit-box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.14);
  box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.14);
}
.p-interviewIndex .p-caseItemIcon {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: -3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-interviewIndex .p-caseItemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem 2rem;
}
.p-interviewIndex .p-caseItemBody .m-textPrimary {
  margin-top: auto;
}
.p-interviewIndex .p-diagnosisTab {
  margin-top: -3rem;
  background-color: #1ca987;
  border-radius: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-diagnosisTab {
    padding: 2rem 4rem 4rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-diagnosisTab {
    padding: 2rem;
  }
}
.p-interviewIndex .p-diagnosisTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-diagnosisTabList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 1rem;
  }
}
.p-interviewIndex .p-diagnosisTabList-Item {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border: solid 0.1rem #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
  border-radius: 1000px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-diagnosisTabList-Item {
    width: 10rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-diagnosisTabList-Item {
    width: 11rem;
  }
}
.p-interviewIndex .p-diagnosisTabList-Item.is-active {
  background-color: #fff;
  color: #1ca987;
  -webkit-box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
  box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-diagnosisTabContent {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-diagnosisTabContent {
    padding: 3rem 2rem;
  }
}
.p-interviewIndex .p-diagnosisTabContent-Item {
  display: none;
}
.p-interviewIndex .p-diagnosisTabContent-Item.is-active {
  display: block;
}
.p-interviewIndex .p-diagnosisTabContent-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-interviewIndex .p-diagnosisTabContent-List a {
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1ca987;
  border: solid 0.1rem #1ca987;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
  border-radius: 1000px;
  text-align: center;
  padding: 0.5rem 2rem;
  -webkit-box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
  box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-diagnosisTabContent-List a {
    width: 15.2rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-diagnosisTabContent-List a {
    width: 15rem;
  }
}
.p-interviewIndex .p-diagnosisTabContent-Link {
  margin: 0 auto;
  width: 31rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1ca987;
  border: solid 0.1rem #1ca987;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
  border-radius: 1000px;
  text-align: center;
  padding: 0.5rem 2rem;
  -webkit-box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
  box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
}
.p-interviewIndex .p-company {
  padding-top: 9rem;
  padding-bottom: 6rem;
  margin-top: -3rem;
}
.p-interviewIndex .p-companyList {
  padding: 1.5rem;
}
.p-interviewIndex .p-companyScroll {
  width: 100%;
}
.p-interviewIndex .p-companyPostList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-companyPostList:first-of-type {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-companyPostList:first-of-type {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-companyPostList:last-of-type {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-companyPostList:last-of-type {
    padding-right: 2rem;
  }
}
.p-interviewIndex .p-companyPostItem {
  width: 32rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
  box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-companyPostItem {
    width: 32rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-companyPostItem {
    width: 28rem;
  }
}
.p-interviewIndex .p-companyPostItem .m-imgFill {
  aspect-ratio: 64/31;
}
.p-interviewIndex .p-companyPostItem-body {
  padding: 3rem 2rem 2rem;
}
.p-interviewIndex .p-companyPostItem-body .m-heading4 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-interviewIndex .p-companyPostItem-excerpt {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
}
.p-interviewIndex .p-companyPostItem-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.5rem;
}
.p-interviewIndex .p-companyPostItem-time::before {
  display: inline-block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("/assets/img/new/interview/index/ic_time.svg") no-repeat center center/contain;
}
.p-interviewIndex .p-companyBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-interviewIndex .p-comfortable {
  padding-bottom: 9rem;
  position: relative;
}
.p-interviewIndex .p-comfortable .m-imgFill {
  position: relative;
  z-index: 1;
}
.p-interviewIndex .p-comfortableContents {
  position: relative;
  z-index: 2;
}
.p-interviewIndex .p-comfortableBody {
  margin-top: -3rem;
  position: relative;
}
.p-interviewIndex .p-comfortableBody::before {
  display: block;
  content: "";
  width: 7.076rem;
  height: 6.747rem;
  background: url("/assets/img/new/interview/index/deco_comfortable.svg") no-repeat right top/contain;
  position: absolute;
  top: -0.535rem;
}
@media screen and (min-width: 720px) {
  .p-interviewIndex .p-comfortableBody::before {
    right: 2.12rem;
  }
}
@media screen and (max-width: 719px) {
  .p-interviewIndex .p-comfortableBody::before {
    right: 0.66rem;
  }
}
.p-interviewIndex .p-comfortableBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-interviewIndex .p-comfortable + .c-accentCta {
  margin-top: -3rem;
}
/*# sourceMappingURL=index.css.map */