@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
section.sec02 {
  padding: 90px;
}

section.sec02 .wrap {
  text-align: center;
}

section.sec02 .wrap h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 24px;
}

section.sec03 {
  background-color: #F8F9FA;
  padding: 80px 0;
}

section.sec03 .wrap .history_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #B4BAC0;
}

section.sec03 .wrap .history_list > li h1 {
  font-size: 60px;
  font-weight: 700;
  width: 30%;
  color: #181B1E;
}

section.sec03 .wrap .history_list > li ul {
  list-style: disc;
}

section.sec03 .wrap .history_list > li:first-child h1 {
  position: relative;
}

section.sec03 .wrap .history_list > li:first-child h1::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  top: -40px;
  z-index: 1;
}

section.sec03 .wrap .history_list > li:first-child h1::after {
  content: '~ 2022';
  position: absolute;
  font-size: 60px;
  z-index: 2;
  color: #000;
  left: 40px;
  top: 0;
}

section.sec03 .wrap .history_list li:last-child {
  border: none;
}

@media screen and (max-width: 1023px) {
  section.sec03 .wrap .history_list > li:first-child h1 {
    font-size: 28px;
  }
  section.sec03 .wrap .history_list > li:first-child h1::after {
    content: '';
  }
  section.sec03 .wrap .history_list > li:first-child h1::before {
    background-color: transparent;
  }
  section.sec03 .wrap .history_list li h1 {
    font-size: 28px;
  }
  section.sec03 .wrap .history_list li ul li {
    text-align: left;
  }
  section.sec03 .wrap .history_list > li:first-child h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  section.sec02 {
    padding: 60px 0;
  }
  section.sec02 .wrap h2 {
    font-size: 28px;
  }
  section.sec03 {
    padding: 20px 0;
  }
  section.sec03 .wrap .history_list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sec03 .wrap .history_list > li h1 {
    font-size: 28px;
    width: 100%;
  }
  section.sec03 .wrap .history_list > li ul {
    width: 100%;
    padding-left: 25px;
  }
  section.sec03 .wrap .history_list > li ul li {
    text-align: left;
  }
  section.sec03 .wrap .history_list > li:first-child h1::before, section.sec03 .wrap .history_list > li:first-child h1::after {
    display: none;
  }
}
/*# sourceMappingURL=center_history.css.map */