@charset "UTF-8";
.wrapper {
  overflow: visible;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: transparent;
  /* 1. 기본 테두리 및 윤곽선 제거 */
  border: none;
  outline: none;
  /* 2. 브라우저 렌더링 찌꺼기 방지 */
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

img.vidoBox {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img.mediaBox {
  display: block;
}

.hero {
  padding-bottom: 0;
}
.hero .post-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 22px 52px;
  gap: 10px;
  margin-top: 80px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  border-radius: 12px;
  background: #f74130;
}
.hero .post-button::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url(/T2/images/img_arrow.svg) no-repeat center;
}

.sec .secInner {
  position: relative;
  max-width: 794px;
  margin: 0 auto;
}
.sec .textBox {
  position: relative;
  z-index: 1;
  text-align: left;
}
.sec .textBox .tit {
  display: inline-block;
  margin-bottom: 15px;
  color: #f13d28;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec .textBox .info {
  margin-top: 16px;
  color: #6c6c6c;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec .textBox .text {
  color: #322828;
  font-family: Pretendard;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec .textBox .text span {
  color: #ee3b24;
}
.sec .textBox .subText {
  margin-top: 30px;
  color: #6c6c6c;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 146.154% */
}
.sec .post-button {
  display: flex;
  width: 172px;
  height: 46px;
  margin-top: 26px;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background: #f74130;
  gap: 6px;
}
.sec .post-button::after {
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  background: url(../images/img_postButton_arrow.png) no-repeat center;
  background-size: 100%;
}
.sec .post-button.is_mo {
  display: none;
}

.videoList {
  display: flex;
  width: 100%;
  gap: 30px;
  margin-top: 40px;
}
.videoList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 22px;
  width: 33.3333333333%;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 26px 0 rgba(229, 107, 95, 0.2);
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.videoList li video,
.videoList li .mediaBox {
  width: 300px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.videoList li p {
  color: #1f1919;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sec1 {
  background-color: #f1f1f1;
  padding: 264px 0;
}
.sec1 .vidoBox {
  position: absolute;
  right: 0;
  top: -14%;
  width: 400px;
}

.sec2 {
  background: #f74130;
  padding: 262px 0 216px 0;
}
.sec2 .textBox .text {
  color: #fff;
  font-size: 50px;
}
.sec2 .textBox .subText {
  color: #fff;
}
.sec2 .vidoBox {
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
  width: 400px;
}

.sec3 {
  padding: 140px 0;
}
.sec3 .textBox .subText {
  font-weight: 600;
  margin-top: 38px;
}
.sec3 .vidoBox {
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 400px;
  overflow: hidden;
}

.sec4 {
  padding: 100px 0;
  background: #f6f6f6;
}
.sec4 .sec4Slider {
  width: 100%;
  margin-top: 40px;
  overflow: visible;
}
.sec4 .videoList {
  margin-top: 0;
}
.sec4 .videoList li {
  flex: 1 1 0;
}
.sec4 .subText {
  margin-top: 38px;
}

.sec5 {
  padding: 100px 0;
  background: #f6f6f6;
}
.sec5 .subText {
  margin-bottom: 38px;
}
.sec5 .subText .subTextItem {
  display: block;
}
.sec5 .nJobSlider {
  position: absolute;
  right: 0;
  top: 54px;
  width: 280px;
  height: 250px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 0 23.639px 0 rgba(229, 107, 95, 0.2);
}
.sec5 .nJobSlider .swiper-pagination {
  display: none;
}
.sec5 .nJobSlider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding-bottom: 28px;
}
.sec5 .nJobSlider .swiper-slide video,
.sec5 .nJobSlider .swiper-slide .mediaBox {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec5 .nJobSlider .swiper-slide p {
  color: #1f1919;
  text-align: center;
  font-family: Pretendard;
  font-size: 21.242px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sec6 {
  padding: 136px 0;
  background: #f6f6f6;
}
.sec6 .videoList li {
  justify-content: center;
  padding: 18px 12px 22px;
}
.sec6 .videoList li img {
  height: 144px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec6 .videoList li p {
  margin-top: 12px;
  flex: 0 0 auto;
  color: #1f1919;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sec7 {
  position: relative;
  min-height: calc(340vh + 560px);
  padding: 137px 0 180px;
}
.sec7 .text {
  margin-bottom: 30px;
  text-align: center;
}
.sec7 .secInner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.sec7.is-before .secInner {
  position: absolute;
  top: 137px;
  left: 50%;
  transform: translateX(-50%);
}
.sec7.is-pinned .secInner {
  position: fixed;
  top: 137px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.sec7.is-after .secInner {
  position: absolute;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.sec7 .textBox {
  max-width: 420px;
}
.sec7 .scrollvideo {
  position: relative;
  grid-column: 2;
  grid-row: 1/span 2;
  justify-self: end;
  width: min(520px, 54vw);
  aspect-ratio: 1/1;
}
.sec7 .scrollvideo .mediaBox {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sec7 .scrollvideo .mediaBox.is-active {
  opacity: 1;
}
.sec7 .post-button {
  grid-column: 1;
}

.sec8 {
  padding: 136px 0 240px 0;
}
.sec8 .faq__content {
  margin-top: 42px;
}
.sec8 .faq__content .findBtn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 8px;
  background: #ff4b4b;
}
.sec8 .faq__content-item {
  display: none;
}
.sec8 .faq__content-item.active {
  display: block;
}
.sec8 .faq__question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 16px 36px 16px 0;
  text-align: left;
  color: #4d4d4d;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.sec8 .faq__question::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "";
  width: 18px;
  height: 10px;
  background: url("/faq/images/img_arrowUp.png") no-repeat center;
  background-size: 100% auto;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.sec8 .faq__question.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.sec8 .faq__question-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 12px;
  background: #f8f6f4;
}
.sec8 .faq__answer {
  height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  text-align: left;
  color: #5e5e5e;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  background: #fffbf6;
  transition: max-height 0.25s ease, opacity 0.25s ease;
}
.sec8 .faq__answer.is-open {
  height: auto;
  opacity: 1;
  padding: 30px;
  max-height: 100vh;
}
.sec8 .faq__answer .infoText {
  margin-top: 4px;
  color: #909090;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.sec9 {
  padding: 136px 0;
}
.sec9 .newsCont {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  gap: 18px;
}
.counsel-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.55);
}
.counsel-modal.is-open {
  display: flex;
}
.counsel-modal__panel {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 520px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.counsel-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 0;
  background: url("/faq/images/img_modalClose.png") no-repeat center/100%;
  cursor: pointer;
  font-size: 0;
}
.counsel-modal__state {
  display: none;
  padding: 66px 24px 26px;
  text-align: left;
}
.counsel-modal__state form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.counsel-modal__state.is-active {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.counsel-modal__title {
  margin-bottom: 38px;
  color: #222;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.614px;
}
.counsel-modal__title span {
  display: inline-block;
  margin-top: 10px;
  color: #888;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
.counsel-modal__label {
  margin-bottom: 10px;
  color: #222;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.399px;
}
.counsel-modal__input {
  width: 100%;
  height: 70px;
  padding: 0 12px;
  border: 1px solid #e8e8e8;
  color: #222;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  outline: none;
  border-radius: 16px;
  background: #f4f4f4;
}
.counsel-modal__input::-moz-placeholder {
  color: #c2c2c2;
}
.counsel-modal__input::placeholder {
  color: #c2c2c2;
}
.counsel-modal__input:focus {
  border-color: #ff4d4f;
  background: #fff;
}
.counsel-modal__error {
  margin: 10px 0 10px;
  color: #ff4d4f;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 500;
}
.counsel-modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.counsel-modal__image {
  width: 320px;
}
.counsel-modal__desc {
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.52px;
}
.counsel-modal__accent {
  color: #ff4b4b;
}
.counsel-modal__number {
  margin-top: 20px;
  color: #ff4b4b;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.56px;
}
.counsel-modal__button {
  margin-top: auto;
  width: 100%;
  padding: 22px 0;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 16px;
  background: #ff4b4b;
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup.is-open .popup-content {
  opacity: 1;
  transform: translateY(0);
}
.popup .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: min(400px, 100% - 32px);
  padding: 40px 38px 36px 38px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 24.316px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(16px);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.popup .popup-content .tit {
  display: inline-block;
  margin-bottom: 18px;
  color: #322828;
  text-align: center;
  font-family: Pretendard;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}
.popup .popup-content .tit span {
  color: #f13d28;
  font-weight: 700;
}
.popup .popup-content .desc {
  margin: 20px 0 10px 0;
  color: #322828;
  text-align: center;
  font-family: Pretendard;
  font-size: 25.186px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.782px;
}
.popup .popup-content .info {
  color: #9e9e9e;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.688px;
}
.popup .popup-content .banner-card {
  width: 100%;
  margin-top: 12px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  border-radius: 14px;
  background: #f13d28;
  justify-content: center;
}
.popup .popup-content .close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 30px;
  height: 30px;
  background: url("/T3/images/img_popClose.png") no-repeat center;
}

@media (max-width: 768px) {
  .hero .post-button {
    margin: 10px 0 0 0;
    gap: 6px;
    padding: 12px 14px;
    font-size: 20px;
    line-height: 20px;
    border-radius: 8px;
  }
  .hero .post-button::after {
    content: "";
    width: 6px;
    height: 11px;
    background-size: 100% auto;
  }
  .sec .secInner {
    padding: 0 16px;
  }
  .sec .textBox .tit {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .sec .textBox .info {
    margin-top: 16px;
    color: #6c6c6c;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .sec .textBox .text {
    font-size: 25px;
  }
  .sec .textBox .subText {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px; /* 146.154% */
  }
  .sec .post-button {
    display: flex;
    width: 100%;
    height: 60px;
    margin-top: 72px;
    border-radius: 10px;
  }
  .sec .post-button.is_pc {
    display: none;
  }
  .sec .post-button.is_mo {
    display: flex;
  }
  .videoList {
    gap: 0;
    margin-top: 40px;
  }
  .videoList li {
    padding-bottom: 20px;
    height: 220px;
  }
  .videoList li video {
    width: 280px;
    height: 120px;
  }
  .sec1 {
    padding: 100px 0;
    overflow: hidden;
  }
  .sec1 .vidoBox {
    position: absolute;
    max-width: 200px;
    right: 0;
  }
  .sec1 .textBox .subText {
    margin-top: 14px;
  }
  .sec2 {
    background: #f74130;
    padding: 40px 0;
  }
  .sec2 .textBox .text {
    padding-bottom: 72%;
    font-size: 25px;
  }
  .sec2 .vidoBox {
    position: absolute;
    left: 16px;
    top: 12%;
    width: calc(100% - 32px);
    transform: translateY(0);
    height: 73%;
  }
  .sec3 {
    padding: 60px 0;
    overflow: hidden;
  }
  .sec3 .textBox .subText {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px; /* 157.895% */
  }
  .sec3 .textBox .info {
    padding-bottom: 60%;
    margin-top: 10px;
    font-size: 16px;
  }
  .sec3 .vidoBox {
    position: absolute;
    left: 16px;
    top: 40%;
    transform: translateY(-50%);
    width: calc(100% - 16px);
    height: 60%;
  }
  .sec4 {
    position: relative;
    min-height: calc(220vh + 152px);
    padding: 30px 0;
    overflow: hidden;
  }
  .sec4 .secInner {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  .sec4.is-before .secInner {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
  }
  .sec4.is-pinned .secInner {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .sec4.is-after .secInner {
    position: absolute;
    bottom: 76px;
    left: 0;
    right: 0;
  }
  .sec4 .textBox {
    position: static;
  }
  .sec4 .textBox .post-button {
    position: absolute;
    left: 16px;
    bottom: 0;
    width: calc(100% - 32px);
  }
  .sec4 .sec4Slider {
    width: calc(100% + 32px);
    margin-left: -16px;
    overflow: visible;
  }
  .sec4 .videoList {
    gap: 0;
    margin-top: 0;
  }
  .sec4 .videoList li {
    position: relative;
    flex: 0 0 auto;
    width: 272px;
    height: 244px;
    padding: 24px 20px 28px;
    justify-content: center;
    border-radius: 24px;
    opacity: 0.58;
    pointer-events: auto;
    transform: translateY(14px) scale(0.96);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .sec4 .videoList li.swiper-slide-prev, .sec4 .videoList li.swiper-slide-next {
    opacity: 0.82;
    transform: translateY(8px) scale(0.98);
  }
  .sec4 .videoList li.swiper-slide-active, .sec4 .videoList li.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }
  .sec4 .videoList li p {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
  .sec4:not(.is-playback-ready) .videoList li.swiper-slide-prev,
  .sec4:not(.is-playback-ready) .videoList li.swiper-slide-next,
  .sec4:not(.is-playback-ready) .videoList li.swiper-slide-active {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  .sec4.is-mobile-swiper-mode {
    min-height: auto;
  }
  .sec4.is-mobile-swiper-mode .secInner {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
  }
  .sec4.is-mobile-swiper-mode .videoList video,
  .sec4.is-mobile-swiper-mode .videoList .mediaBox {
    pointer-events: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .sec5 {
    position: relative;
    min-height: calc(220vh + 160px);
    padding: 30px 0;
  }
  .sec5 .secInner {
    width: 100%;
    box-sizing: border-box;
  }
  .sec5.is-before .secInner {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }
  .sec5.is-pinned .secInner {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .sec5.is-after .secInner {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
  }
  .sec5 .textBox .text {
    padding-bottom: 356px;
  }
  .sec5 .textBox .subText {
    min-height: 90px;
    font-size: 17px;
    line-height: 30px; /* 176.471% */
  }
  .sec5 .textBox .subText .subTextItem {
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .sec5 .textBox .subText .subTextItem.is-visible {
    opacity: 1;
  }
  .sec5 .textBox .post-button {
    margin-top: 44px;
  }
  .sec5.is-mobile-swiper-mode {
    min-height: auto;
  }
  .sec5.is-mobile-swiper-mode .secInner {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
  }
  .sec5.is-mobile-swiper-mode .nJobSlider video,
  .sec5.is-mobile-swiper-mode .nJobSlider .mediaBox {
    pointer-events: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .sec5 .nJobSlider {
    position: absolute;
    left: 16px;
    top: 122px;
    width: calc(100% - 32px);
    height: 294px;
    border-radius: 34px;
    margin: 0;
    overflow: hidden;
  }
  .sec5 .nJobSlider .swiper-pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 14px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
  }
  .sec5 .nJobSlider .swiper-pagination .swiper-pagination-bullet {
    margin: 2px;
  }
  .sec5 .nJobSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
  .sec5 .nJobSlider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-bottom: 28px;
    opacity: 0.68;
    pointer-events: auto;
    transform: scale(0.98);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .sec5 .nJobSlider .swiper-slide.swiper-slide-active, .sec5 .nJobSlider .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  .sec5 .nJobSlider .swiper-slide video,
  .sec5 .nJobSlider .swiper-slide .mediaBox {
    width: 100%;
    height: 200px;
    margin-top: 34px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec5 .nJobSlider .swiper-slide p {
    font-size: 25px;
  }
  .sec6 {
    padding: 30px 0;
  }
  .sec6 .textBox .text {
    padding-bottom: 240px;
  }
  .sec6 .textBox .post-button {
    margin-top: 34px;
  }
  .sec6 .videoList {
    position: absolute;
    left: 16px;
    top: 130px;
    width: calc(100% - 48px);
    margin-top: 0;
    gap: 8px;
    z-index: 8;
  }
  .sec6 .videoList li {
    height: 130px;
    gap: 8px;
    padding: 14px 8px 16px;
  }
  .sec6 .videoList li img {
    height: 80px;
  }
  .sec6 .videoList li p {
    margin-top: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 95.823% */
  }
  .sec7 {
    width: 100%;
    min-height: calc(260vh + 160px);
    padding: 40px 0;
  }
  .sec7 .secInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
  }
  .sec7.is-before .secInner {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec7.is-pinned .secInner {
    position: fixed;
    top: 80px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }
  .sec7.is-after .secInner {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec7 .textBox {
    width: 100%;
    max-width: 420px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .sec7 .textBox .text {
    text-align: center;
    color: #322828;
    font-size: 32px;
    line-height: 40px; /* 125% */
  }
  .sec7 .scrollvideo {
    position: relative;
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0;
    transform: none;
  }
  .sec7 .scrollvideo .mediaBox {
    position: absolute;
    inset: 0;
    opacity: 0;
  }
  .sec7 .scrollvideo .mediaBox.is-active {
    opacity: 1;
  }
  .sec7 .post-button {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 700;
  }
  .sec9 {
    padding: 40px 0;
  }
  .sec9 .newsCont {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    gap: 18px;
  }
  .sec8 {
    padding: 40px 16px 120px;
  }
  .sec8 .faq__content {
    margin-top: 24px;
  }
  .sec8 .faq__content .findBtn {
    padding: 6px 12px;
    gap: 6px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 8px;
  }
  .sec8 .faq__content .findBtn svg {
    width: 6px;
  }
  .sec8 .faq__question {
    gap: 10px;
    padding: 16px 24px 16px 0;
    font-size: 16px;
  }
  .sec8 .faq__question::after {
    right: 2px;
    width: 10px;
    height: 6px;
    background-size: 10px auto;
  }
  .sec8 .faq__question-icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
    border-radius: 6px;
  }
  .sec8 .faq__answer {
    font-size: 14px;
    line-height: 24px;
  }
  .sec8 .faq__answer.is-open {
    padding: 14px;
  }
  .sec8 .faq__answer .infoText {
    margin-top: 10px;
    font-size: 10px;
    line-height: 14px;
  }
  .popup {
    align-items: flex-end;
    justify-content: stretch;
    padding: 0;
  }
  .popup .popup-content {
    width: 100%;
    max-width: 100%;
    padding: 50px 30px 30px 30px;
    border-radius: 24px 24px 0 0;
    background: #fff;
    box-shadow: 0 0 43.845px 0 rgba(0, 0, 0, 0.25);
  }
  .popup .popup-content .tit {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 38px;
  }
  .popup .popup-content img {
    max-width: 182px;
  }
  .popup .popup-content .desc {
    margin: 22px 0 6px 0;
    font-size: 22px;
    line-height: normal;
  }
  .popup .popup-content .info {
    font-size: 12px;
    line-height: 20px;
  }
  .popup .popup-content .banner-card {
    margin-top: 20px;
    padding: 11px 0;
    font-size: 26px;
    line-height: 38px;
  }
  .counsel-modal {
    align-items: flex-end;
    padding: 0;
  }
  .counsel-modal__panel {
    height: 380px;
    border-radius: 20px 20px 0 0;
  }
  .counsel-modal__close {
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
  }
  .counsel-modal__state {
    padding: 50px 16px 16px;
  }
  .counsel-modal__title {
    margin-bottom: 26px;
    font-size: 22px;
  }
  .counsel-modal__title span {
    font-size: 18px;
  }
  .counsel-modal__label {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .counsel-modal__input {
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 10px;
  }
  .counsel-modal__error {
    font-size: 10px;
  }
  .counsel-modal__inner {
    gap: 10px;
  }
  .counsel-modal__image {
    width: 240px;
  }
  .counsel-modal__desc {
    font-size: 18px;
  }
  .counsel-modal__number {
    margin-top: 10px;
    font-size: 20px;
  }
  .counsel-modal__button {
    padding: 16px 0;
    font-size: 18px;
    border-radius: 12px;
  }
}/*# sourceMappingURL=styles.css.map */