.company-page {
  margin-top: 30px;
}
.company-page .company-header-wrap {
  margin-bottom: 30px;
  padding-bottom: 17px;
  position: relative;
}
.company-page .company-header-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 3px;
  background: #000;
}
.company-page .company-header-wrap .company-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;
}
.company-page .main-content-wrap .content-left {
  padding-right: 60px;
}
.company-page .main-content-wrap .content-left .section-block {
  margin-bottom: 40px;
}
.company-page .main-content-wrap .content-left .intro-section {
  position: relative;
}
.company-page .main-content-wrap .content-left .intro-section .intro-img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.company-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;
}
.company-page .main-content-wrap .content-left .intro-section .intro-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.company-page .main-content-wrap .content-left .company-text-section .company-intro-row .intro-text-block {
  margin-bottom: 16px;
}
.company-page .main-content-wrap .content-left .company-text-section .company-intro-row .intro-text-block .brand-title {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.company-page .main-content-wrap .content-left .company-text-section .company-intro-row .intro-text-block .brand-desc {
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.company-page .main-content-wrap .content-left .company-text-section .company-intro-row .intro-text-col p {
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 16px;
}
.company-page .main-content-wrap .content-left .company-text-section .company-intro-row .intro-text-col p.last {
  margin-bottom: 0;
}
.company-page .main-content-wrap .content-left .company-text-section .company-intro-row .intro-text-left {
  border-right: 1px solid #DDDDDD;
  padding-right: 30px;
}
.company-page .main-content-wrap .content-left .company-text-section .company-intro-row .intro-text-right {
  padding-left: 30px;
}

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

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