.company-history-page {
  margin-top: 30px;
}
.company-history-page .company-header-wrap {
  margin-bottom: 30px;
  padding-bottom: 17px;
  position: relative;
}
.company-history-page .company-header-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 3px;
  background: #000;
}
.company-history-page .company-header-wrap .company-title {
  color: #222;
  font-family: Pretendard;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
  text-align: left;
  margin-bottom: 0;
}
.company-history-page .main-content-wrap .content-left {
  padding-right: 60px;
}
.company-history-page .main-content-wrap .content-left .history-timeline .history-year-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.company-history-page .main-content-wrap .content-left .history-timeline .history-year-row:first-of-type .events-col {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.company-history-page .main-content-wrap .content-left .history-timeline .history-year-row .year-col {
  margin-right: 30px;
  width: 160px;
  height: 40px;
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 600;
  color: #111;
  font-family: Pretendard;
  line-height: 40px;
  font-style: normal;
}
.company-history-page .main-content-wrap .content-left .history-timeline .history-year-row .events-col {
  flex: 1;
  border-top: 2px solid #666;
  padding-top: 20px;
  margin-top: 20px;
}
.company-history-page .main-content-wrap .content-left .history-timeline .history-year-row .events-col .event-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 14px;
  color: #444;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.5;
}
.company-history-page .main-content-wrap .content-left .history-timeline .history-year-row .events-col .event-item .month {
  font-weight: 400;
  min-width: 145px;
  display: inline-block;
  color: #606060;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  margin-right: 15px;
}
.company-history-page .main-content-wrap .content-left .history-timeline .history-year-row .events-col .event-item .desc {
  color: #111;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.54px;
}
.company-history-page .main-content-wrap .content-left .history-timeline .history-year-row .events-col .event-item:last-child {
  margin-bottom: 0;
}
.company-history-page .main-content-wrap .content-left .company-history-bottom-banner {
  margin-top: 40px;
  width: 100%;
}
.company-history-page .main-content-wrap .content-left .company-history-bottom-banner img {
  max-width: 100%;
  height: 187px;
  display: block;
}

@media (max-width: 768px) {
  .company-history-page .main-content-wrap .content-left {
    padding-right: 0;
  }
  .company-history-page .main-content-wrap .content-left .history-timeline .history-year-row {
    flex-direction: column;
  }
  .company-history-page .main-content-wrap .content-left .history-timeline .history-year-row .year-col {
    margin-bottom: 10px;
  }
  .company-history-page .main-content-wrap .content-left .history-timeline .history-year-row .events-col {
    padding-left: 0;
  }
}

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