@charset "UTF-8";
/* -start- 장비소개 */
/* line 2, app/assets/stylesheets/introduction.scss */
.wrap-main-introduction-equipment {
  background-image: url("/img/introduction/equipment/img_main_equipment.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 800px;
}

/* line 3, app/assets/stylesheets/introduction.scss */
.wrap-main-introduction-equipment .text-desc {
  padding-top: 14.75rem;
}

/* line 4, app/assets/stylesheets/introduction.scss */
.wrap-main-introduction-equipment .text-desc h1 {
  font-family: 'Noto Serif KR';
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.24;
  letter-spacing: -0.156rem;
  color: #333;
  margin: 0;
}

/* line 5, app/assets/stylesheets/introduction.scss */
.wrap-main-introduction-equipment .text-desc hr {
  width: 4.375rem;
  height: 1px;
  border-width: 0;
  background-color: #626262;
  margin: 2.5rem 0;
}

/* line 6, app/assets/stylesheets/introduction.scss */
.wrap-main-introduction-equipment .text-desc h2 {
  font-family: 'Spoqa Han Sans Neo';
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.022rem;
  color: #626262;
  padding-bottom: 5px;
}

/* line 7, app/assets/stylesheets/introduction.scss */
.wrap-main-introduction-equipment .text-desc p {
  font-family: 'Spoqa Han Sans Neo';
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: -0.022rem;
  color: #626262;
}

/* line 8, app/assets/stylesheets/introduction.scss */
.wrap-main-introduction-equipment .arrow-more {
  border: 1px solid #fff;
  border-radius: 1.875rem;
  margin: 10rem auto 0;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
}

/* line 9, app/assets/stylesheets/introduction.scss */
.wrap-main-introduction-equipment .arrow-more .material-icons {
  padding-top: 4px;
  color: #fff;
}

/* line 11, app/assets/stylesheets/introduction.scss */
.wrap-device {
  padding: 9.375rem 0 6.25rem;
  text-align: center;
}

/* line 12, app/assets/stylesheets/introduction.scss */
.wrap-device .wrap-title h1 {
  font-family: 'Noto Serif KR';
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  color: #333;
  margin: 0;
  padding-bottom: 1.062rem;
}

/* line 13, app/assets/stylesheets/introduction.scss */
.wrap-device .wrap-title h6 {
  font-family: 'Spoqa Han Sans Neo';
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.022rem;
  color: #707070;
  padding-bottom: 6.25rem;
}

/* line 14, app/assets/stylesheets/introduction.scss */
.wrap-device .wrapping-device {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

/* line 15, app/assets/stylesheets/introduction.scss */
.wrap-device .wrapping-device li {
  padding-bottom: 5rem;
}

/* line 16, app/assets/stylesheets/introduction.scss */
.wrap-device .wrapping-device .d-btn-device {
  width: 100%;
  max-width: 23.75rem;
  display: block;
}

/* -end- 장비소개 */
/* -start- 장비소개 팝업용 */
/* line 20, app/assets/stylesheets/introduction.scss */
.device-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 1020px;
  height: auto;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  display: none;
}

/* line 21, app/assets/stylesheets/introduction.scss */
.device-popup .d-img-device {
  width: 100%;
  max-width: 1020px;
  position: relative;
  display: none;
}

/* line 22, app/assets/stylesheets/introduction.scss */
.device-popup .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 12;
}

/* line 23, app/assets/stylesheets/introduction.scss */
.device-popup .btn-close span {
  font-size: 3rem;
  color: #333;
  opacity: 0.5;
  cursor: pointer;
}

/* -end- 장비소개 팝업용 */
@media (max-width: 600px) {
  /* line 27, app/assets/stylesheets/introduction.scss */
  .desktop {
    display: none;
  }
  /* line 28, app/assets/stylesheets/introduction.scss */
  .mobile {
    display: block;
  }
  /* -start- 장비소개 */
  /* line 31, app/assets/stylesheets/introduction.scss */
  .wrap-main-introduction-equipment {
    background-image: url("/img/introduction/equipment/m_img_main_equipment.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 550px;
  }
  /* line 32, app/assets/stylesheets/introduction.scss */
  .wrap-main-introduction-equipment .text-desc {
    padding-top: 5.312rem;
    margin-left: 0;
    text-align: center;
  }
  /* line 33, app/assets/stylesheets/introduction.scss */
  .wrap-main-introduction-equipment .text-desc h1 {
    font-size: 1.562rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.156rem;
    color: #333;
  }
  /* line 34, app/assets/stylesheets/introduction.scss */
  .wrap-main-introduction-equipment .text-desc p {
    font-size: 0.812rem;
    line-height: 1.54;
    letter-spacing: -0.065rem;
    color: #626262;
  }
  /* line 35, app/assets/stylesheets/introduction.scss */
  .wrap-main-introduction-equipment .text-desc hr {
    width: 5rem;
    height: 1px;
    border-width: 0;
    background-color: #626262;
    opacity: 0.5;
    margin: 1.25rem auto;
  }
  /* line 36, app/assets/stylesheets/introduction.scss */
  .wrap-main-introduction-equipment .arrow-more {
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 15.625rem auto 0;
    width: 23px;
    height: 23px;
    text-align: center;
  }
  /* line 37, app/assets/stylesheets/introduction.scss */
  .wrap-main-introduction-equipment .arrow-more .material-icons {
    padding-top: 1px;
    color: #fff;
  }
  /* line 39, app/assets/stylesheets/introduction.scss */
  .wrap-device {
    padding: 6.25rem 0 4.687rem;
    text-align: center;
  }
  /* line 40, app/assets/stylesheets/introduction.scss */
  .wrap-device .wrap-title h1 {
    font-size: 1.562rem;
    line-height: 1.4;
    letter-spacing: -0.156rem;
    padding-bottom: 0.312rem;
  }
  /* line 41, app/assets/stylesheets/introduction.scss */
  .wrap-device .wrap-title h6 {
    font-size: 0.812rem;
    font-weight: normal;
    letter-spacing: -0.065rem;
    color: #626262;
    padding-bottom: 3.125rem;
  }
  /* line 43, app/assets/stylesheets/introduction.scss */
  .wrap-device .wrapping-device {
    width: 88.88%;
    margin: 0 auto;
  }
  /* line 44, app/assets/stylesheets/introduction.scss */
  .wrap-device .wrapping-device li {
    padding-bottom: 1.875rem;
    width: 49%;
  }
  /* line 45, app/assets/stylesheets/introduction.scss */
  .wrap-device .wrapping-device .m-btn-device {
    width: 100%;
    max-width: 19.375rem;
  }
  /* -end- 장비소개 */
  /* -start- 장비소개 팝업용 */
  /* line 49, app/assets/stylesheets/introduction.scss */
  .device-popup {
    width: 88.88%;
  }
  /* line 50, app/assets/stylesheets/introduction.scss */
  .device-popup .m-img-device {
    width: 100%;
    max-width: 100%;
  }
  /* line 51, app/assets/stylesheets/introduction.scss */
  .device-popup .btn-close {
    right: 20px;
    top: 20px;
    z-index: 12;
  }
  /* line 52, app/assets/stylesheets/introduction.scss */
  .device-popup .btn-close span {
    font-size: 2rem;
  }
  /* -end- 장비소개 팝업용 */
}

/*# sourceMappingURL=introduction.css-a0b8d23f6198571b74e6ab8077ccfc66dcdbca486159fd1b751936c57784fee8.map */
