@charset "UTF-8";
.btn-arrow {
  background: url(../../img/ico_arrow-right.svg) no-repeat right 10px center;
}

.mainSlideVideo {
  height: 370px;
  overflow: hidden;
  border-radius: 20px 20px 40px 40px;
}
.mainSlideVideo .swiper-slide {
  position: relative;
}
.mainSlideVideo .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(87%, rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgb(0, 0, 0) 87%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 또는 */
  will-change: transform;
}
.mainSlideVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.mainSlideVideo .txt {
  position: absolute;
  z-index: 10;
  margin-top: 20px;
  bottom: 10%;
  left: 25px;
  transform: translateZ(0); /* 또는 */
  will-change: transform;
  -webkit-transform: translateZ(0);
}
.mainSlideVideo .txt > * {
  color: #fff;
  text-align: left;
}
.mainSlideVideo .txt__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 12px;
}
.mainSlideVideo .txt__desc {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}
.mainSlideVideo .txt__link {
  display: inline-block;
  padding: 8px 34px 8px 17px;
  background-color: black;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
}

.qnaList {
  width: calc(100% - 40px);
  margin: 50px auto 90px;
  padding: 37px 20px 43px;
  background-color: #AED5ED;
  border-radius: 20px 20px 0px 20px;
  position: relative;
}
.qnaList__subTitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;
}
.qnaList__title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 33px;
  line-height: 1.3;
}
.qnaList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.qnaList__list li {
  width: calc(50% - 5px);
  background-color: #fff;
  border-radius: 20px;
  height: 204px;
}
.qnaList__list li:hover {
  background-color: #E0E0E0;
}
.qnaList__list li .qnaList__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.qnaList__list li .qnaList__bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.qnaList__list li .qnaList__labelImg {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.qnaList__list li .qnaList__itemText {
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  color: white;
  font-weight: 600;
  padding-right: 17px;
  border-radius: 12px;
  font-size: 16px;
  white-space: nowrap;
}
.qnaList__list li .qnaList__itemText.btn-arrow {
  background-position: right center;
  background-size: 13px 19px;
}
.qnaList__bottom-btn {
  position: absolute;
  top: 100%;
  right: 0;
  width: 167px;
  height: 50px;
  text-align: center;
  padding-top: 9px;
  font-size: 14px;
  z-index: 2;
}
.qnaList__bottom-btn span {
  padding: 1px 15px 0 20px;
  font-weight: 600;
}
.qnaList__bottom-btn span.btn-arrow {
  background-position: right center;
  background-image: url(../../img/ico_arrow-right--black.svg);
  background-size: 11px 17px;
}
.qnaList__bottom-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../img/botom-btn-bg.svg);
  background-position: 0 0;
  width: 167px;
  height: 50px;
  z-index: -1;
}

.couponBanner {
  display: block;
  max-width: 480px;
  padding: 20px;
}
.couponBanner__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  max-width: 480px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  font-size: 14px;
  padding: 0 26px;
}
.footer__logo {
  width: 115px;
}
.footer * {
  color: #929292;
}

.couponBanner {
  /* 0908 */
  max-width: 950px;
}

.coachInterview {
  width: calc(100% - 40px);
  margin: 50px auto 90px;
  padding: 37px 20px 43px;
  background-color: #ffffff;
  border-radius: 20px 20px 0px 20px;
  position: relative;
}
.coachInterview__subTitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;
}
.coachInterview__title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 33px;
  line-height: 1.3;
}
.coachInterview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.coachInterview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  gap: 18px;
}
.coachInterview__img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coachInterview__info {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.coachInterview__info-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #0a0a0a;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.coachInterview__info-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.footer {
  max-width: 950px;
}

.footer p {
  line-height: 1.5;
}

.footer ul {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.473);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.footer ul li a {
  display: block;
  text-decoration: underline;
}/*# sourceMappingURL=main.css.map */