@charset "UTF-8";
/* mixin */
/* is-hover */
/* media-query */
/* font-size */
html {
  font-size: 10px;
}

@media (max-width: 1279px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
/* show-pc, show-mo */
.show-mo {
  display: none !important;
}

@media (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
  .show-mo {
    display: block !important;
  }
}
/* main-color */
.main-color {
  color: #a59377;
}

.non-pdf {
  padding: 198px 0 0;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  font-weight: 400;
  line-height: 1.38;
}
.non-pdf h1, .non-pdf h2, .non-pdf h3, .non-pdf h4, .non-pdf h5, .non-pdf h6 {
  font-size: 4.2rem;
  line-height: 1.2;
}
.non-pdf img {
  max-width: 100%;
}
.non-pdf .caption {
  font-weight: 200;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.non-pdf .section-heading {
  text-align: center;
  padding: 0 0 5.5rem 0;
}
.non-pdf .section-heading .title {
  font-weight: 400;
  padding: 3rem 0 0;
  letter-spacing: -0.05em;
  overflow: hidden;
}
.non-pdf .section-heading .title b, .non-pdf .section-heading .title strong {
  font-weight: 800;
}
.non-pdf .section-heading .title .ani-text {
  transition: all 1s cubic-bezier(0.77, 0, 0.18, 1);
  transform: translateY(100%);
  opacity: 0;
  display: inline-block;
}
.non-pdf .section-heading .caption {
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.77, 0, 0.18, 1);
}
.non-pdf .section-heading .desc {
  padding: 2.7rem 0 0;
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.77, 0, 0.18, 1);
}
.non-pdf .section-heading .desc mark {
  background-color: transparent;
  font-weight: 700;
  color: #a59377;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.non-pdf .section-heading.animate .title .ani-text {
  transform: translateY(0%);
  opacity: 1;
}
.non-pdf .section-heading.animate .caption {
  opacity: 1;
}
.non-pdf .section-heading.animate .desc {
  opacity: 1;
}
@media (max-width: 1679px) {
  .non-pdf {
    padding: 65px 0 0;
  }
}
@media (max-width: 1279px) {
  .non-pdf {
    padding: 60px 0 0;
  }
}
@media (max-width: 1023px) {
  .non-pdf {
    padding: 118px 0 0;
  }
}
@media (max-width: 767px) {
  .non-pdf {
    line-height: 1.45;
    padding: 110px 0 0;
    text-wrap: balance;
    font-size: 13.5px;
  }
  .non-pdf .caption {
    font-size: 9px;
  }
  .non-pdf section:not(:where(.non-pdf-youtube, .non-pdf-banner, .non-pdf-equipment, .non-pdf-promotion)) {
    padding: 50px 0 60px;
  }
  .non-pdf section:not(:where(.non-pdf-youtube, .non-pdf-banner, .non-pdf-equipment, .non-pdf-promotion)) .section-heading .title {
    padding: 2rem 0 0;
    font-size: 30px;
  }
  .non-pdf section:not(:where(.non-pdf-youtube, .non-pdf-banner, .non-pdf-equipment, .non-pdf-promotion)) .section-heading .desc {
    padding: 2.2rem 20px 0;
  }
  .non-pdf section:not(:where(.non-pdf-youtube, .non-pdf-banner, .non-pdf-equipment, .non-pdf-promotion)) .section-heading .desc br {
    display: none;
  }
}

/* 서브 배너 */
.non-pdf-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100dvh - 198px);
}
.non-pdf-banner .inner-box {
  height: 100%;
  max-width: 1082px;
  margin: 0 auto;
  position: relative;
}
.non-pdf-banner .inner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 20px;
  transform: translateY(-50%);
}
.non-pdf-banner .inner-box .banner-text h2 {
  letter-spacing: -0.05em;
  line-height: 1;
}
.non-pdf-banner .inner-box .banner-text h2 .ani-text {
  overflow: hidden;
  display: inline-block;
}
.non-pdf-banner .inner-box .banner-text h2 .ani-text .ani-inner {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  filter: blur(3px);
  transition: all 1s cubic-bezier(0.77, 0, 0.18, 1) 0.5s;
}
.non-pdf-banner .inner-box .banner-text p {
  padding: 3rem 0 2.7rem;
  transition: opacity 1.25s cubic-bezier(0.77, 0, 0.18, 1) 0.5s;
  opacity: 0;
}
.non-pdf-banner .inner-box .banner-text .caption {
  transition: opacity 1.25s cubic-bezier(0.77, 0, 0.18, 1) 0.5s;
  opacity: 0;
}
.non-pdf-banner .inner-box .banner-text.right {
  left: unset;
  right: 0;
}
.non-pdf-banner .inner-box .banner-text.animate h2 .ani-text .ani-inner {
  opacity: 1;
  transform: translateY(0%);
  filter: blur(0px);
}
.non-pdf-banner .inner-box .banner-text.animate p {
  opacity: 1;
}
.non-pdf-banner .inner-box .banner-text.animate .caption {
  opacity: 1;
}
@media (max-width: 1000px) {
  .non-pdf-banner .inner-box .banner-text {
    padding: 0 20px;
  }
  .non-pdf-banner .inner-box .banner-text h2 {
    font-size: 30px;
  }
  .non-pdf-banner .inner-box .banner-text p {
    max-width: 250px;
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  .non-pdf-banner .inner-box .banner-text p br {
    display: none;
  }
}
@media (max-width: 1679px) {
  .non-pdf-banner {
    height: 70rem;
  }
}
@media (max-width: 1000px) {
  .non-pdf-banner {
    height: 55rem;
  }
  .non-pdf-banner.c01 {
    background-position: 60% 50%;
  }
  .non-pdf-banner.c03 {
    background-position: 45% 50%;
  }
  .non-pdf-banner.c03 .banner-text {
    text-align: right;
  }
  .non-pdf-banner.d02 {
    background-position: 68.5% 50%;
  }
  .non-pdf-banner.f01 {
    background-position: 60% 50%;
  }
}

/* 인트로 */
.non-pdf-intro {
  padding: 11.9rem 0 12.9rem;
}
.non-pdf-intro .inner-box {
  max-width: 988px;
  padding: 0 20px;
  margin: 0 auto;
}
.non-pdf-intro .inner-box .img-box {
  border-radius: 2rem;
  overflow: hidden;
}
.non-pdf-intro .inner-box .img-box img {
  clip-path: inset(50% 0 50% 0);
  transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  border-radius: 2rem;
}
.non-pdf-intro .inner-box .img-box .watermark {
  padding: 1.8rem 1.9rem 0;
  transition: all 1s;
  opacity: 0;
  filter: blur(5px);
  font-family: "NanumMyeongjo";
  font-weight: 400;
  color: #acaba9;
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 1.45;
}
.non-pdf-intro .inner-box .img-box .watermark.animate {
  opacity: 1;
  filter: blur(0px);
}
.non-pdf-intro .inner-box .img-box.animate img {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .non-pdf-intro .inner-box .img-box .watermark {
    font-size: 15px;
    padding: 1.3rem 1.4rem 0;
  }
}

/* ~이란? */
.non-pdf-about {
  padding: 12rem 0 13.5rem;
  background-color: #fffcf7;
  position: relative;
}
.non-pdf-about::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #a59377;
  width: 0%;
  transition: width 1s cubic-bezier(0.77, 0, 0.18, 1);
}
.non-pdf-about.no-top-line::before {
  content: none;
}
.non-pdf-about.animate::before {
  width: 62.5%;
}
.non-pdf-about .inner-box {
  max-width: 1028px;
  padding: 0 20px;
  margin: 0 auto;
}
.non-pdf-about .inner-box .compare-box {
  display: flex;
  gap: 1.8rem;
}
.non-pdf-about .inner-box .compare-box .img-box {
  position: relative;
}
.non-pdf-about .inner-box .compare-box .img-box:nth-of-type(2) img {
  filter: grayscale(0.75) sepia(0.15) brightness(0.75);
  transition: filter 1s 0.3s;
}
.non-pdf-about .inner-box .compare-box .img-box:nth-of-type(2) .desc-txt {
  transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.18, 1) 0.3s;
  clip-path: inset(0 100% 0 0);
}
.non-pdf-about .inner-box .compare-box .img-box:nth-of-type(2) .process-title {
  opacity: 0;
  transition: opacity 1s 0.3s;
}
.non-pdf-about .inner-box .compare-box .img-box .process-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 9%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  width: 14rem;
  padding: 0.5rem 0;
  text-align: center;
  border: 2px solid #000;
  border-radius: 2.3rem;
}
.non-pdf-about .inner-box .compare-box .img-box .desc-txt {
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 3.1rem 0;
  margin: 2.1rem 0 0;
}
.non-pdf-about .inner-box .compare-box .img-box .desc-txt .left {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 4.8rem;
  text-align: center;
  width: 14.3rem;
  height: 4.8rem;
  border-radius: 2.3rem;
  border: 2px solid;
}
.non-pdf-about .inner-box .compare-box .img-box .desc-txt .right {
  font-size: 2.4rem;
}
.non-pdf-about .inner-box .compare-box .img-box.animate:nth-of-type(2) img {
  filter: grayscale(0) sepia(0) brightness(1);
}
.non-pdf-about .inner-box .compare-box .img-box.animate:nth-of-type(2) .desc-txt {
  clip-path: inset(0 0 0 0);
}
.non-pdf-about .inner-box .compare-box .img-box.animate:nth-of-type(2) .process-title {
  opacity: 1;
}
.non-pdf-about .inner-box .info-list {
  margin: 7.8rem 0 0;
  display: flex;
}
.non-pdf-about .inner-box .info-list li {
  flex: 1;
  text-align: center;
  position: relative;
}
.non-pdf-about .inner-box .info-list li .icon-box {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.non-pdf-about .inner-box .info-list li h3 {
  padding: 1.5rem 0 1rem;
  font-weight: 700;
  font-size: 2.7rem;
  color: #a59377;
}
.non-pdf-about .inner-box .info-list li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 110%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a59377;
  right: 0;
}
@media (max-width: 767px) {
  .non-pdf-about .inner-box .compare-box {
    margin: 0 -10px;
    gap: 5px;
  }
  .non-pdf-about .inner-box .compare-box .img-box .process-title {
    font-size: 3.7vw;
    padding: 0.15rem 0;
    width: 50%;
    top: 7%;
  }
  .non-pdf-about .inner-box .compare-box .img-box .desc-txt {
    width: 90%;
    margin: 2rem auto 0;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 0;
  }
  .non-pdf-about .inner-box .compare-box .img-box .desc-txt .left {
    font-size: 2rem;
    height: 3.6rem;
    width: 13rem;
    display: block;
    line-height: 3.6rem;
    text-align: center;
  }
  .non-pdf-about .inner-box .compare-box .img-box .desc-txt .right {
    font-size: 2rem;
  }
  .non-pdf-about .inner-box .info-list {
    margin: 5.5rem -20px 0;
  }
  .non-pdf-about .inner-box .info-list li .icon-box {
    height: 35px;
  }
  .non-pdf-about .inner-box .info-list li .icon-box img {
    transform: scale(0.5);
  }
  .non-pdf-about .inner-box .info-list li h3 {
    font-size: 17.5px;
  }
  .non-pdf-about .inner-box .info-list li p {
    font-size: 13px;
    line-height: 1.2;
  }
  .non-pdf-about .inner-box .info-list li:not(:last-child)::before {
    height: 100%;
  }
}

/* 배경 */
.non-pdf-background {
  padding: 11.9rem 0 12.9rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.non-pdf-background .inner-box {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1300px;
}
.non-pdf-background .inner-box ul {
  margin: 5.8rem 0 0;
  display: flex;
  justify-content: center;
  gap: 2.3rem;
}
.non-pdf-background .inner-box ul.animate li {
  opacity: 1;
}
.non-pdf-background .inner-box ul li {
  opacity: 0;
  transition: opacity 1s;
  flex: 1;
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 5.5rem 0 3.2rem;
}
.non-pdf-background .inner-box ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.non-pdf-background .inner-box ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.non-pdf-background .inner-box ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.non-pdf-background .inner-box ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.non-pdf-background .inner-box ul li .number {
  position: absolute;
  top: -3.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.7rem;
  height: 6.7rem;
  border-radius: 50%;
  background-color: #a59377;
  color: #fff;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}
.non-pdf-background .inner-box ul li h3 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #a59377;
}
.non-pdf-background .inner-box ul li p {
  padding: 1.7rem 0 0;
}
@media (max-width: 1279px) {
  .non-pdf-background .inner-box ul {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .non-pdf-background .inner-box ul {
    margin: 1.5rem 0 0 !important;
    flex-direction: column;
    gap: 4rem !important;
  }
  .non-pdf-background .inner-box ul li {
    padding: 5rem 0 3rem !important;
  }
  .non-pdf-background .inner-box ul li .number {
    width: 5.5rem;
    height: 5.5rem;
    top: -2.2rem;
  }
}

/* 체크리스트 */
.non-pdf-checklist {
  padding: 11.9rem 0 12.9rem;
}
.non-pdf-checklist .inner-box {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.non-pdf-checklist .inner-box .box-wrap {
  padding: 1rem 0 0;
  display: flex;
  align-items: center;
  gap: 4.9%;
}
.non-pdf-checklist .inner-box .box-wrap .check-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.non-pdf-checklist .inner-box .box-wrap .check-list li {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: all 0.65s;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.non-pdf-checklist .inner-box .box-wrap .check-list li img {
  width: 28px;
}
.non-pdf-checklist .inner-box .box-wrap .check-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.non-pdf-checklist .inner-box .box-wrap .check-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.non-pdf-checklist .inner-box .box-wrap .check-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.non-pdf-checklist .inner-box .box-wrap .check-list li:nth-child(4) {
  transition-delay: 0.4s;
}
.non-pdf-checklist .inner-box .box-wrap .check-list li:nth-child(5) {
  transition-delay: 0.5s;
}
.non-pdf-checklist .inner-box .box-wrap .check-list li:nth-child(6) {
  transition-delay: 0.6s;
}
.non-pdf-checklist .inner-box .box-wrap .check-list.animate li {
  opacity: 1;
  transform: translateY(0rem);
}
@media (max-width: 1279px) {
  .non-pdf-checklist .inner-box .box-wrap {
    gap: 3%;
  }
  .non-pdf-checklist .inner-box .box-wrap .img-box {
    width: 55%;
  }
  .non-pdf-checklist .inner-box .box-wrap .check-list {
    width: 45%;
  }
  .non-pdf-checklist .inner-box .box-wrap .check-list li img {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .non-pdf-checklist .inner-box .box-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .non-pdf-checklist .inner-box .box-wrap .img-box {
    width: 100%;
  }
  .non-pdf-checklist .inner-box .box-wrap .check-list {
    width: calc(100% - 5px);
    padding: 0 0 0 5px;
  }
  .non-pdf-checklist .inner-box .box-wrap .check-list li {
    gap: 6px;
  }
  .non-pdf-checklist .inner-box .box-wrap .check-list li img {
    width: 20px;
  }
}

/* 프로모션 */
.non-pdf-promotion {
  padding: 18rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.non-pdf-promotion.reverse .inner-box {
  max-width: 1204px;
  display: flex;
  justify-content: flex-end;
}
.non-pdf-promotion.reverse .inner-box .promotion-text {
  transform: translateY(20%);
}
@media (max-width: 767px) {
  .non-pdf-promotion.reverse .inner-box .promotion-text {
    transform: translateY(0);
    filter: blur(0);
  }
}
@media (max-width: 1279px) {
  .non-pdf-promotion.reverse .inner-box {
    justify-content: flex-start;
  }
}
@media (max-width: 1279px) {
  .non-pdf-promotion.c01 {
    background-position: 70% 50%;
  }
  .non-pdf-promotion.c03 {
    background-position: 34% 50%;
  }
  .non-pdf-promotion.c03 .inner-box {
    justify-content: flex-end;
  }
  .non-pdf-promotion.c03 .inner-box .promotion-text {
    text-align: right;
  }
  .non-pdf-promotion.c03 .inner-box .promotion-text .line {
    margin: 2.5rem 0 2.7rem auto;
  }
  .non-pdf-promotion.d02 {
    background-position: 65% 50%;
  }
}
@media (max-width: 767px) {
  .non-pdf-promotion {
    padding: 10rem 0;
  }
}
.non-pdf-promotion .inner-box {
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
.non-pdf-promotion .inner-box .promotion-text {
  padding: 0 20px;
  opacity: 0;
  filter: blur(1rem);
  transform: translateY(20%);
  transition: all 1s ease;
}
.non-pdf-promotion .inner-box .promotion-text.animate {
  opacity: 1;
  transform: translateY(0%);
  filter: blur(0rem);
}
.non-pdf-promotion .inner-box .promotion-text h2 {
  font-weight: 700;
  font-size: 3.5rem;
  padding: 3.7rem 0 0;
  letter-spacing: -0.05em;
}
.non-pdf-promotion .inner-box .promotion-text .line {
  background-color: #000;
  height: 1px;
  width: 8.7rem;
  margin: 3.2rem 0 4.2rem;
}
@media (max-width: 767px) {
  .non-pdf-promotion .inner-box .promotion-text {
    filter: blur(0);
  }
  .non-pdf-promotion .inner-box .promotion-text h2 {
    padding: 2.7rem 0 0;
  }
  .non-pdf-promotion .inner-box .promotion-text .line {
    margin: 2.5rem 0 2.7rem;
  }
}
/* 장비 */
.non-pdf-equipment {
  max-width: 1920px;
  margin: -1rem auto 0;
}
.non-pdf-equipment .inner-box {
  max-width: 1511px;
  padding: 0 0 0 50px;
  margin: 9.5rem 0 0 auto;
  display: flex;
  gap: 4%;
}
.non-pdf-equipment .inner-box .desc-wrap {
  width: 32.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1.5rem 0 0 0;
}
.non-pdf-equipment .inner-box .desc-wrap.animate .merit-list li::before {
  opacity: 1;
}
.non-pdf-equipment .inner-box .desc-wrap.animate .merit-list li::after {
  transform: scaleX(1);
}
.non-pdf-equipment .inner-box .desc-wrap.animate .merit-list li p {
  opacity: 1;
}
.non-pdf-equipment .inner-box .desc-wrap h3 {
  font-weight: 600;
  font-size: 3.5rem;
  padding: 0 0 3.5rem 3rem;
  text-align: center;
  margin: 0 auto;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li {
  padding: 3.2rem 4rem 3.2rem 5rem;
  position: relative;
  background-color: #fffcf7;
  border-radius: 1rem;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li:nth-child(2)::before {
  transition: opacity 0.5s 0.9s;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li:nth-child(2)::after {
  transition: transform 1s 0.1s;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li:nth-child(2) p {
  transition-delay: 0.9s;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li:nth-child(3)::before {
  transition: opacity 0.5s 1s;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li:nth-child(3)::after {
  transition: transform 1s 0.2s;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li:nth-child(3) p {
  transition-delay: 1s;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li .number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.5rem;
  width: 6.7rem;
  height: 6.7rem;
  border-radius: 50%;
  background-color: #a59377;
  color: #fff;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li p {
  opacity: 0;
  transition: opacity 1s 0.8s;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #a59377;
  top: 50%;
  transform: translateY(-50%);
  right: 4.5%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s 0.8s;
}
.non-pdf-equipment .inner-box .desc-wrap .merit-list li::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 35%;
  background-color: #a59377;
  top: 50%;
  transform: translateY(-50%);
  right: -30%;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 1s;
}
.non-pdf-equipment .inner-box .equip-box {
  position: relative;
  height: 52.6rem;
  width: 67.5%;
  background-image: url("/img/c03_equipment_bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 26.3rem;
  border-bottom-left-radius: 26.3rem;
}
.non-pdf-equipment .inner-box .equip-box img {
  position: absolute;
  bottom: 0;
  left: 27.5%;
  width: 44.2rem;
}
@media (max-width: 1000px) {
  .non-pdf-equipment .inner-box {
    flex-direction: column-reverse;
    padding: 0 0 0 0px;
    margin: 9.5rem auto 0;
  }
  .non-pdf-equipment .inner-box .desc-wrap {
    padding: 6rem 0 0 0px;
    width: calc(100% - 40px);
    margin: 0 auto;
    align-items: center;
  }
  .non-pdf-equipment .inner-box .desc-wrap h3 {
    padding: 0 0 3rem 0;
  }
  .non-pdf-equipment .inner-box .desc-wrap .merit-list {
    padding: 0 0 0 20px;
  }
  .non-pdf-equipment .inner-box .desc-wrap .merit-list li {
    padding: 2.7rem 4rem 2.7rem 4.5rem;
    text-wrap: initial;
  }
  .non-pdf-equipment .inner-box .desc-wrap .merit-list li .number {
    width: 5.5rem;
    height: 5.5rem;
    left: -2.7rem;
  }
  .non-pdf-equipment .inner-box .desc-wrap .merit-list li p {
    opacity: 1;
  }
  .non-pdf-equipment .inner-box .desc-wrap .merit-list li::before {
    content: none;
  }
  .non-pdf-equipment .inner-box .desc-wrap .merit-list li::after {
    content: none;
  }
  .non-pdf-equipment .inner-box .equip-box {
    height: 59vw;
    max-height: 400px;
    margin: 0 0 0 auto;
    width: calc(100% - 20px);
  }
  .non-pdf-equipment .inner-box .equip-box img {
    width: 50vw;
    left: 32%;
    max-width: 340px;
  }
}

/* 유튜브 */
.non-pdf-youtube {
  position: relative;
  padding: 11.8rem 0;
}
.non-pdf-youtube::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fffcf7;
  z-index: -1;
}
.non-pdf-youtube .inner-box {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.7%;
}
.non-pdf-youtube .inner-box.animate .video-wrap .thumbnail iframe {
  clip-path: inset(0 0 0 0);
}
.non-pdf-youtube .inner-box.animate .video-wrap .video-list {
  opacity: 1;
}
.non-pdf-youtube .inner-box .video-title h2 {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.non-pdf-youtube .inner-box .video-title h2 .ani-text {
  overflow: hidden;
  display: inline-block;
}
.non-pdf-youtube .inner-box .video-title h2 .ani-text .ani-inner {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s cubic-bezier(0.77, 0, 0.18, 1);
}
.non-pdf-youtube .inner-box .video-title p {
  text-wrap: initial;
  font-weight: 300;
  letter-spacing: -0.075em;
  padding: 3rem 0 9.5rem;
  transition: opacity 1.25s cubic-bezier(0.77, 0, 0.18, 1);
  opacity: 0;
}
.non-pdf-youtube .inner-box .video-title a {
  width: 23.6rem;
  line-height: 1;
  display: block;
  padding: 3.1rem 0;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 4rem;
  color: #000;
  transition: border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  transition: opacity 1.25s cubic-bezier(0.77, 0, 0.18, 1);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .non-pdf-youtube .inner-box .video-title a:hover {
    border-color: #faaf3d;
    color: #faaf3d;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(250, 175, 61, 0.25), 0 4px 10px rgba(0, 0, 0, 0.08);
  }
}
.non-pdf-youtube .inner-box .video-title.animate h2 .ani-text .ani-inner {
  opacity: 1;
  transform: translateY(0%);
}
.non-pdf-youtube .inner-box .video-title.animate p {
  opacity: 1;
}
.non-pdf-youtube .inner-box .video-title.animate a {
  opacity: 1;
}
.non-pdf-youtube .inner-box .video-wrap {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}
.non-pdf-youtube .inner-box .video-wrap .thumbnail iframe {
  aspect-ratio: 16/9;
  width: 66.8rem;
  clip-path: inset(50% 0 50% 0);
  transition: clip-path 1s 0.3s;
}
.non-pdf-youtube .inner-box .video-wrap .video-list {
  opacity: 0;
  transition: opacity 1s 0.3s;
  overflow-y: auto;
  max-height: 55.5rem;
  padding: 0 2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.non-pdf-youtube .inner-box .video-wrap .video-list li button img {
  width: 31.1rem;
}
.non-pdf-youtube .inner-box .video-wrap .video-list::-webkit-scrollbar {
  width: 0.9rem;
  background-color: #fff;
  border-radius: 3rem;
}
.non-pdf-youtube .inner-box .video-wrap .video-list::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
  border-radius: 3rem;
}
@media (max-width: 1279px) {
  .non-pdf-youtube .inner-box .video-title p {
    padding: 3rem 0 7.5rem;
  }
  .non-pdf-youtube .inner-box .video-wrap {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .non-pdf-youtube .inner-box .video-wrap .video-list {
    padding: 0 0 2rem 0;
    flex-direction: row;
    max-width: 66.8rem;
    max-height: unset;
    overflow-y: unset;
    overflow-y: auto;
  }
  .non-pdf-youtube .inner-box .video-wrap .video-list li {
    flex-shrink: 0;
  }
  .non-pdf-youtube .inner-box .video-wrap .video-list li button img {
    width: 25rem;
  }
  .non-pdf-youtube .inner-box .video-wrap .video-list::-webkit-scrollbar {
    height: 0.8rem;
  }
}
@media (max-width: 1000px) {
  .non-pdf-youtube {
    padding: 55px 0;
  }
  .non-pdf-youtube.no-padding-top {
    padding: 10px 0 60px;
  }
  .non-pdf-youtube::after {
    right: unset;
    width: 100%;
    height: 50%;
    top: unset;
    bottom: 0;
  }
  .non-pdf-youtube .inner-box {
    flex-direction: column;
    gap: 5rem;
  }
  .non-pdf-youtube .inner-box .video-title {
    width: 100%;
    max-width: 700px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .non-pdf-youtube .inner-box .video-title > div {
    width: 50%;
  }
  .non-pdf-youtube .inner-box .video-title > div p {
    padding: 3rem 0 0;
  }
  .non-pdf-youtube .inner-box .video-title > div p br {
    display: none;
  }
  .non-pdf-youtube .inner-box .video-title a {
    width: 50%;
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  .non-pdf-youtube .inner-box .video-title {
    gap: 4vw;
  }
  .non-pdf-youtube .inner-box .video-title h2 {
    font-size: 30px;
  }
  .non-pdf-youtube .inner-box .video-title p {
    padding: 2rem 0 0;
  }
  .non-pdf-youtube .inner-box .video-title a {
    padding: 2.1rem 0;
    white-space: nowrap;
    line-height: 1;
    width: 21rem;
  }
}
@media (max-width: 1000px) {
  .non-pdf-youtube .inner-box .video-wrap {
    width: 100%;
    max-width: 700px;
  }
  .non-pdf-youtube .inner-box .video-wrap .thumbnail {
    width: 100%;
  }
  .non-pdf-youtube .inner-box .video-wrap .thumbnail iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .non-pdf-youtube .inner-box .video-wrap .video-list {
    max-width: unset;
  }
  .non-pdf-youtube .inner-box .video-wrap .video-list li button img {
    width: 50vw;
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  .non-pdf-youtube .inner-box .video-wrap {
    gap: 5px;
  }
  .non-pdf-youtube .inner-box .video-wrap .video-list {
    gap: 1rem;
  }
  .non-pdf-youtube .inner-box .video-wrap .video-list::-webkit-scrollbar {
    height: 0.5rem;
  }
}/*# sourceMappingURL=non_pdf.css.map */