.market-page {
  margin-top: 30px;
}
.market-page .market-header-wrap {
  margin-bottom: 30px;
  padding-bottom: 17px;
  position: relative;
}
.market-page .market-header-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 3px;
  background: #000;
}
.market-page .market-header-wrap .market-title {
  color: #222;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
  text-align: left;
  margin-bottom: 0;
}
.market-page .main-content-wrap .content-left {
  padding-right: 60px;
}
.market-page .main-content-wrap .content-left .section-block {
  margin-bottom: 40px;
}
.market-page .main-content-wrap .content-left .intro-section {
  position: relative;
}
.market-page .main-content-wrap .content-left .intro-section .intro-img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.market-page .main-content-wrap .content-left .intro-section .intro-img-wrap .intro-title {
  position: absolute;
  bottom: 17px;
  right: 49px;
  font-size: 64px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0;
  font-family: Pretendard;
  letter-spacing: -0.5px;
  z-index: 10;
  line-height: 72px;
  font-style: normal;
}
.market-page .main-content-wrap .content-left .intro-section .intro-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}



@media (max-width: 991px) {
  .market-page .main-content-wrap .content-left {
    padding-right: 0;
  }
  .market-page .main-content-wrap .content-left .market-text-section .market-intro-row .intro-text-left {
    border-right: none;
    padding-right: 12px;
    margin-bottom: 20px;
  }
  .market-page .main-content-wrap .content-left .market-text-section .market-intro-row .intro-text-right {
    padding-left: 12px;
  }
}

/*# sourceMappingURL=market_page.css.map */
