@charset "UTF-8";
/* 후기 영상 */
.review-video {
  overflow: hidden;
  background-color: #EDE3FF;
}
.review-video .max-width {
  padding: 0 4.6rem;
}
.review-video .saf-main-sub-text {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.review-video .saf-main-sub-title {
  margin-bottom: 3rem;
  text-align: center;
}
.review-video .main-section5-con li {
  margin-bottom: 1rem;
  width: 100%;
}
.review-video .main-section5-con li:last-child {
  margin-bottom: 0;
}
.review-video .main-section5-con figure > img, .review-video .main-section5-con iframe {
  position: relative;
  border: none;
  z-index: 1;
  width: 100%;
}
.review-video .main-section5-con .main-section5-slider {
  margin: 0 0 2rem;
  aspect-ratio: 896/504;
}
.review-video .main-section5-con .main-section5-slider .slick-list {
  height: 100%;
}
.review-video .main-section5-con .main-section5-slider .slick-track {
  height: 100%;
}
.review-video .main-section5-con .main-section5-slider .video-wrap figure:after {
  content: url("/image/main/main-section5-icon01.png");
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -23px 0 0 -23px;
}
.review-video .main-section5-con .main-section5-slider iframe {
  height: 100%;
}
.review-video .main-section5-con .main-section5-slider-nav {
  margin: -3px -9.15px;
}
.review-video .main-section5-con .main-section5-slider-nav .slick-slide {
  margin: 3px 9.15px;
  cursor: pointer;
  position: relative;
  aspect-ratio: 288/162;
  height: auto;
}
.review-video .main-section5-con .main-section5-slider-nav .slick-slide figure {
  position: relative;
  height: 100%;
}
.review-video .main-section5-con .main-section5-slider-nav .slick-slide.slick-current figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #5A09FB;
  top: -3px;
  left: -3px;
  z-index: 1;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}

/* 후기 게시판 바로가기 */
.go-to-review {
  background-image: url("/images/lfair/main/tw-real-review-section.png");
  padding: 2.6rem 0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.go-to-review .textBox {
  color: #fff;
  text-align: left;
}
.go-to-review .textBox h2 {
  font-size: var(--font-size32);
  line-height: 41.6px;
  letter-spacing: -0.064px;
  text-align: left;
  margin-bottom: 0 !important;
}
.go-to-review .textBox h2 em {
  color: #F6E700;
}
.go-to-review .textBox a {
  background-color: #0738FE;
  border-radius: 4px;
  font-size: var(--font-size18);
  font-weight: 700;
  letter-spacing: -0.018px;
  height: 2rem;
  display: inline-block;
  padding: 0 1.2rem;
  line-height: 2;
  margin-top: 1.25rem;
}

/* 텍스트 리뷰 */
.review-text {
  background: #ffe9cf;
}
.review-text .main-section7-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
}
.review-text .main-section7-col + .main-section7-col {
  margin-top: 1rem;
}
.review-text .main-section7-col .imgBox {
  width: 7.35rem;
  height: 7.35rem;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.review-text .main-section7-col .textBox {
  position: relative;
  width: calc(100% - 7.35rem);
  text-align: left;
  font-size: var(--font-size20);
  line-height: 32px;
  letter-spacing: -0.6px;
  padding-left: 2rem;
  word-break: break-all;
}
.review-text .main-section7-col .textBox span {
  color: #E72626;
}
.review-text .main-section7-col .textBox .name {
  font-size: var(--font-size18);
  color: #191919;
  margin-top: 1rem;
}

/* FAQ */
.faq {
  padding-bottom: 0;
}
.faq .saf-main-width {
  max-width: 1248px;
  margin: 0 auto;
  text-align: center;
}
.faq .articleTitle {
  text-align: left;
}
.faq .articleTitle h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.faq .articleTitle p {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #666;
  padding-top: 8px;
}
.faq .listFaq {
  margin-top: 2rem;
}
.faq .listFaq li {
  margin-bottom: 0.6rem;
  border-radius: 12px;
  border: 1px solid #E4E8F1;
  background-color: #F5F5F7;
}
.faq .listFaq li:last-child {
  margin-bottom: 0;
}
.faq .listFaq li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  text-align: left;
}
.faq .listFaq li.open .question::after {
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
.faq .listFaq .text {
  width: calc(100% - 1.3rem - 0.8rem);
}
.faq .listFaq .tag {
  display: block;
  min-width: 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 9999999px;
  background-color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3rem;
  color: #fff;
}
.faq .listFaq .question {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 2rem;
  padding-right: calc(2rem + 30px);
  cursor: pointer;
}
.faq .listFaq .question::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 30px;
  height: 30px;
  background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/animation-study-abroad/iconArrowDown.svg") no-repeat center;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.faq .listFaq .question .text {
  font-size: 20px;
  color: #000;
}
.faq .listFaq .question .text strong {
  font-weight: 600;
}
.faq .listFaq .answerWrap {
  display: none;
}
.faq .listFaq .answer {
  padding: 0.4rem 2rem 1.2rem;
}
.faq .listFaq .answer .tag {
  background-color: #006BC8;
}
.faq .listFaq .answer .text {
  font-size: 20px;
  color: #666;
}
.faq .listFaq .answer .text > div {
  margin-top: 0.8rem;
}
.faq .listFaq .answer .text > div p:last-child {
  margin-bottom: 0;
}
.faq .listFaq .answer .text p {
  margin-bottom: 0.2rem;
}
.faq .listFaq .answer .text p strong {
  color: #333;
}

/* 오시는 길 */
.location .main-section8-con {
  position: relative;
  margin-top: 3rem;
}
.location .main-section8-con .main-section8-con-textBox {
  padding-right: 58%;
  text-align: left;
  font-size: var(--font-size18);
  letter-spacing: -0.018px;
  line-height: 27px;
}
.location .main-section8-con .main-section8-con-textBox h3 {
  font-size: var(--font-size32);
  margin-bottom: 0.5rem;
}
.location .main-section8-con .main-section8-con-textBox dl dt {
  font-size: var(--font-size20);
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.location .main-section8-con .main-section8-con-textBox dl dd a {
  color: #2288FF;
  text-decoration: underline;
}
.location .main-section8-con .main-section8-con-textBox dl dd .null {
  display: inline-block;
  width: 4rem;
}
.location .main-section8-con .main-section8-con-textBox dl + dl {
  margin-top: 1.2rem;
}
.location .main-section8-con .main-section8-con-textBox .main-section8-con-button {
  background-color: #E72626;
  color: #fff;
  border-radius: 4px;
  font-size: var(--font-size14);
  line-height: 21px;
  letter-spacing: -0.014px;
  height: 1.35rem;
  display: inline-block;
  padding: 0 0.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 0.55rem;
  margin-bottom: 2rem;
}
.location .main-section8-con .main-section8-con-textBox .main-section8-con-map {
  aspect-ratio: 620/331;
  width: 58%;
  max-width: 31rem;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1280px) {
  .saf-main-width {
    padding: 0px 16px;
  }
}
@media screen and (max-width: 768px) {
  /* 후기 영상 */
  .review-video .max-width {
    padding: 0 20px;
  }
  .review-video .saf-main-sub-title {
    margin-bottom: 30px;
  }
  .review-video .main-section5-con .main-section5-slider {
    margin-bottom: 24px;
  }
  .review-video .main-section5-con .main-section5-slider-nav {
    margin: 0 -5px;
  }
  .review-video .main-section5-con .main-section5-slider-nav .slick-slide {
    margin: 2px 5px;
  }
  .review-video .main-section5-con .main-section5-slider-nav .slick-slide.slick-current figure::after {
    top: -2px;
    left: -2px;
    border-width: 2px;
  }
  /* 후기 게시판 바로가기 */
  .go-to-review {
    padding: 26px 0 27px !important;
    background-image: url("/images/lfair/main/tw-real-review-section-mo.png") !important;
  }
  .go-to-review .textBox h2 {
    font-size: var(--font-size18);
    line-height: 28px;
    letter-spacing: -0.036px;
  }
  .go-to-review .textBox a {
    font-size: var(--font-size16);
    height: 2.84rem;
    border-radius: 4px;
    letter-spacing: -0.016px;
    line-height: 2.4;
    padding: 0 0.85rem;
    margin-top: 16px;
  }
  /* 텍스트 리뷰 */
  .review-text .main-section7-col {
    padding: 20px;
    display: block;
    border-radius: 10px;
  }
  .review-text .main-section7-col + .main-section7-col {
    margin-top: 10px;
  }
  .review-text .main-section7-col .imgBox {
    width: 6.46rem;
    height: 6.46rem;
    margin: 0 auto 20px;
  }
  .review-text .main-section7-col .textBox {
    width: 100%;
    font-size: var(--font-size16);
    line-height: 26px;
    letter-spacing: -0.32px;
    padding: 0;
    word-break: break-all;
  }
  .review-text .main-section7-col .textBox .name {
    margin-top: 16px;
    font-size: var(--font-size14);
    line-height: 16px;
    letter-spacing: -0.56px;
  }
  /* FAQ */
  .faq .listFaq {
    margin-top: 24px;
  }
  .faq .listFaq li {
    margin-bottom: 12px;
  }
  .faq .listFaq li .box {
    gap: 12px;
  }
  .faq .listFaq .tag {
    font-size: 17px;
    min-width: 1.85rem;
    width: 1.85rem;
    height: 1.85rem;
    margin: 0;
    line-height: 1.85rem;
  }
  .faq .listFaq .text {
    width: calc(100% - 1.85rem - 12px);
  }
  .faq .listFaq .question {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 16px;
    padding-right: 40px;
  }
  .faq .listFaq .question .text {
    font-size: 17px;
  }
  .faq .listFaq .question::after {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  .faq .listFaq .answer {
    padding: 8px 16px 16px;
  }
  .faq .listFaq .answer .text {
    font-size: 16px;
    word-break: break-all;
  }
  .faq .articleTitle h2 {
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.48px;
  }
  .faq .articleTitle p {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.48px;
    padding-top: 4px;
    word-break: break-all;
  }
  /* 오시는 길 */
  .location .main-section8-con {
    margin-top: 30px;
  }
  .location .main-section8-con .main-section8-con-textBox {
    padding: 0;
    text-align: center;
    font-size: var(--font-size15);
    line-height: 22.5px;
    letter-spacing: -0.015px;
  }
  .location .main-section8-con .main-section8-con-textBox h3 {
    font-size: var(--font-size24);
    line-height: 28.6px;
    letter-spacing: -0.048px;
    margin-bottom: 9px;
  }
  .location .main-section8-con .main-section8-con-textBox dl dt {
    font-size: var(--font-size18);
    line-height: 21px;
    letter-spacing: -0.018px;
    margin-bottom: 12px;
  }
  .location .main-section8-con .main-section8-con-textBox dl + dl {
    margin-top: 40px;
  }
  .location .main-section8-con .main-section8-con-textBox .main-section8-con-button {
    font-size: var(--font-size14);
    letter-spacing: -0.014px;
    height: 2.07rem;
    border-radius: 4px;
    line-height: 2;
    padding: 0 0.65rem;
    margin: 12px 0 30px;
  }
  .location .main-section8-con .main-section8-con-textBox .main-section8-con-map {
    width: 100%;
    max-width: 100%;
    position: static;
    aspect-ratio: 320/171;
    border-radius: 10px;
    margin-bottom: 16px;
  }
}