/*#region About*/
.about-section {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.about-section:first-of-type {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}
.about-section:nth-of-type(2) {
  background: linear-gradient(0deg, #e8eaf6, #fff, #fff);
}
.about-section:first-of-type .container {
  align-self: center;
}
.about-section .align-self-baseline {
  height: unset !important;
  min-height: 20vh !important;
}
.about-bg {
  width: 100%;
  height: 100%;
  background: left / cover url('/images/about/about_bg.jpg'), #00003380;
  background-blend-mode: multiply;
  position: fixed;
  display: flex;
}
.about-title, .about-subtitle, .about-description, .about-history *, .business-item {
  font-family: 'Pretendard', 'Merriweather Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.about-target, .title-target, .business-target {
  opacity: 0;
  transition: all 1s;
}
.about-target, .title-target {
  transform: translate(0, 10vh);
}
.about-target.visible, .title-target.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.business-target {
  height: 0px;
  width: 0px;
  height: 12.5vw;
  width: 12.5vw;
  max-height: 100px;
  max-width: 100px;
}
.business-target.visible {
  opacity: 1;
  height: 25vw;
  width: 25vw;
  max-height: 200px;
  max-width: 200px;
}
.about-title {
  height: 2em;
  font-size: 1.5em;
  font-weight: 500;
}
.about-subtitle {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.3;
}
.about-description {
  font-size: 2em;
  font-weight: 200;
  line-height: 1.5;
}
.business-item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.business-item-row:first-of-type {
  padding-bottom: 2em;
  justify-content: space-evenly;
}
.business-item-spacer {
  width: 12.5vw;
  max-width: 100px;
}
.business-item {
  text-align: center;
  align-content: center;
  border: 5px solid;
  border-color: #ddd #0d6efd #0d6efd #ddd;
  border-radius: 100px;
  box-shadow: 3px 6px 10px 0px #00000050, inset 2px 1px 20px 5px #00000020;
  font-size: 0.8em;
  font-weight: 500;
  background-color: #fff;
}
.about-partners-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.about-partners-wrap img {
  height: 20px;
  margin: 1em;
}
.about-history {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.history-year {
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  width: 150px;
  padding-bottom: 0.5em;
  color: #0d6efd;
}
.history-activities {
  flex: 1;
  padding-bottom: 2em;
}
.history-activity {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding-bottom: 2em;
}
.history-month {
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  width: 70px;
}
.history-description {
  flex: 1;
  font-size: 1.2em;
}
@media (min-width: 992px) {
  .about-title {
    font-size: 1.5em;
  }
  .about-subtitle {
    font-size: 3em;
  }
  .about-description {
    font-size: 2.2em;
  }
  .about-history {
    flex-direction: row;
    align-items: flex-start;
  }
  .business-item {
    border-width: 10px;
    font-size: 1.2em;
  }
  .about-partners-wrap img {
    height: 40px;
    margin: 1em 1em 2em 1em;
  }
}
/*#endregion*/
