@charset "UTF-8";
/* 공통사항 */
/* line 6, app/assets/stylesheets/lifting.scss */
.text-chapter {
  text-align: center;
}

/* line 7, app/assets/stylesheets/lifting.scss */
.text-chapter em {
  font-family: 'SeoulNamsanM';
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.025rem;
  color: #626262;
  padding-bottom: 0.375rem;
  text-transform: uppercase;
}

/* line 8, app/assets/stylesheets/lifting.scss */
.text-chapter h1 {
  font-family: 'Noto Serif KR';
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.1rem;
  color: #333;
  margin: 0;
  padding-bottom: 1.25rem;
}

/* line 9, app/assets/stylesheets/lifting.scss */
.text-chapter p {
  font-family: 'SeoulNamsanM';
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.025rem;
  color: #626262;
  padding-bottom: 5rem;
}

/* -end- 공통사항 */
/* sect1 */
/* line 13, app/assets/stylesheets/lifting.scss */
.wrap-main-lifting .img-main {
  position: relative;
  width: 100%;
  max-width: 1920px;
}

/* line 14, app/assets/stylesheets/lifting.scss */
.wrap-main-lifting .img-main .d-img-main {
  width: 100%;
  display: block;
}

/* line 15, app/assets/stylesheets/lifting.scss */
.wrap-main-lifting .text-desc {
  position: absolute;
  top: 15.75rem;
  left: 0;
  right: 0;
  z-index: 10;
}

/* line 16, app/assets/stylesheets/lifting.scss */
.wrap-main-lifting .text-desc p {
  font-family: 'SeoulNamsanM';
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.025rem;
  color: #040404;
  opacity: 0.8;
}

/* line 17, app/assets/stylesheets/lifting.scss */
.wrap-main-lifting .text-desc h1 {
  font-family: 'Noto Serif KR';
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.35;
  color: #040404;
  padding: 0.625rem 0 2.75rem;
  margin: 0;
}

/* sect2 */
/* line 19, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter01 {
  padding: 9.375rem 0 0;
}

/* line 20, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter01 .img-lifting01 {
  width: 100%;
  max-width: 1095px;
  display: block;
  margin: 0 auto;
  padding-top: 2rem;
}

/* sect3 */
/* line 22, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter02 {
  padding: 9.375rem 0 9.375rem;
  background-color: #ededed;
  margin: 12.5rem 0 0;
}

/* line 23, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter02 .img-lifting02 {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
}

/* sect4 */
/* line 25, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter03 {
  padding: 7.5rem 0 0;
}

/* line 26, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter03 .img-lifting03 {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding-top: 5rem;
}

/* line 28, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter03 .wrap-lifting-slide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter03 .wrap-lifting-slide .lifting-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 30, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter03 .wrap-lifting-slide .lifting-title-wrapper .lifting-title-list {
  font-family: 'SeoulNamsanM';
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.037rem;
  color: #626262;
  padding-bottom: 0.625rem;
  border-bottom: 5px solid #ccc;
  width: 100%;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter03 .wrap-lifting-slide .lifting-title-wrapper .lifting-title-list.active {
  color: #36471a;
  border-bottom: 5px solid #404040;
}

/* line 32, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter03 .wrap-lifting-slide .lifting-title-wrapper .lifting-title-list .on-icon {
  display: none;
  vertical-align: middle;
  padding-right: 0.5rem;
  font-weight: bold;
}

/* line 33, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter03 .wrap-lifting-slide .lifting-title-wrapper .lifting-title-list.active .on-icon {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter03 .wrap-lifting-slide .d-slide-lifting {
  width: 100%;
  display: block;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/lifting.scss */
#d-lifting-chapter-slides {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

/* sect4 */
/* line 37, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter04 {
  padding: 9.375rem 0 9.375rem;
  background-color: #C9C9C9;
  margin: 8.5rem 0 0;
}

/* line 38, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter04 .img-lifting04 {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding-top: 5rem;
}

/* sect5 */
/* line 40, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter05 {
  padding: 7.5rem 0 0;
}

/* line 41, app/assets/stylesheets/lifting.scss */
.wrap-lifting-chapter05 .img-lifting05 {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding-top: 2rem;
}

/* -end- desktop */
@media (max-width: 600px) {
  /* sect1 */
  /* line 48, app/assets/stylesheets/lifting.scss */
  .wrap-main-lifting .img-main {
    max-width: 100%;
  }
  /* line 49, app/assets/stylesheets/lifting.scss */
  .wrap-main-lifting .img-main .m-img-main {
    width: 100%;
    display: block;
  }
  /* line 50, app/assets/stylesheets/lifting.scss */
  .wrap-main-lifting .text-desc {
    top: 7.468rem;
    left: 5.55%;
  }
  /* line 51, app/assets/stylesheets/lifting.scss */
  .wrap-main-lifting .text-desc p {
    font-size: 0.812rem;
    line-height: 1.5;
    letter-spacing: -0.01rem;
  }
  /* line 52, app/assets/stylesheets/lifting.scss */
  .wrap-main-lifting .text-desc h1 {
    font-size: 1.562rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.156rem;
    padding: 0.625rem 0 1.875rem;
  }
  /* line 54, app/assets/stylesheets/lifting.scss */
  .text-chapter em {
    font-size: 0.812rem;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 0.016rem;
    color: #626262;
    padding-bottom: 0.312rem;
  }
  /* line 55, app/assets/stylesheets/lifting.scss */
  .text-chapter h1 {
    font-size: 1.562rem;
    line-height: 1.4;
    letter-spacing: normal;
    padding-bottom: 0.625rem;
  }
  /* line 56, app/assets/stylesheets/lifting.scss */
  .text-chapter p {
    font-size: 0.812rem;
    line-height: 1.54;
    letter-spacing: -0.032rem;
    padding-bottom: 3.125rem;
  }
  /* sect2 */
  /* line 58, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter01 {
    padding: 6.25rem 0 0;
    margin: 0 auto;
  }
  /* line 59, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter01 .mobile {
    text-align: center;
  }
  /* line 60, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter01 .m-img-lifting01 {
    width: 88.88%;
  }
  /* sect3 */
  /* line 62, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter02 {
    padding: 5rem 0 5rem;
    margin: 5rem 0 0;
  }
  /* line 63, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter02 .mobile {
    text-align: center;
  }
  /* line 64, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter02 .m-img-lifting02 {
    width: 88.88%;
    margin: 0 auto;
  }
  /* sect4 */
  /* line 66, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter03 {
    padding: 6.25rem 0 0;
    margin: 0 auto;
  }
  /* line 67, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter03 .mobile .text-chapter {
    text-align: left;
    padding-left: 1.625rem;
    padding-bottom: 3rem;
  }
  /* line 68, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter03 .m-img-lifting03 {
    width: 88.88%;
    margin: 0 auto;
    padding-left: 1.625rem;
  }
  /* sect5 */
  /* line 70, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter04 {
    padding: 5rem 0 5rem;
    margin: 5rem 0 0;
  }
  /* line 71, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter04 .mobile {
    text-align: center;
  }
  /* line 72, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter04 .m-img-lifting04 {
    width: 60%;
    margin: 0 auto;
    padding-top: 3rem;
  }
  /* sect6 */
  /* line 74, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter05 {
    padding: 5rem 0 0;
  }
  /* line 75, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter05 .mobile {
    text-align: center;
  }
  /* line 76, app/assets/stylesheets/lifting.scss */
  .wrap-lifting-chapter05 .m-img-lifting05 {
    width: 88.88%;
    margin: 0 auto;
    padding-top: 3rem;
  }
  /* -end- mobile */
}

/*# sourceMappingURL=lifting.css-2cc84ca4f982ecb17f68f29215551cfe69befc1f20a90fa27286d17a89a27a9b.map */
