@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.history-container > section {
  padding: 150px 0;
}
@media screen and (max-width: 991.98px) {
  .history-container > section {
    padding: 60px 0;
  }
}
.history-container .inner-content-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .history-container .inner-content-wrapper {
    padding-bottom: 170px;
  }
}
.history-container .subtop-wrap {
  background-image: url("../imgs/subtop_about.png");
}
@media screen and (max-width: 767.98px) {
  .history-container .subtop-wrap {
    background-image: url("../imgs/subtop_about_m.png");
  }
}
.history-container .history-list-wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 120px;
}
@media screen and (max-width: 1919.98px) {
  .history-container .history-list-wrap {
    column-gap: 6.2532569046vw;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap {
    display: block;
  }
}
.history-container .history-list-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
.history-container .history-list-wrap:nth-child(odd) .img-wrap {
  text-align: right;
}
.history-container .history-list-wrap.wrap1 {
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap1 .img-wrap {
    right: -19px;
    bottom: 0;
  }
}
.history-container .history-list-wrap.wrap1 .list:nth-child(1) {
  padding-top: 0;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap1 .bar {
    position: absolute;
    top: 59%;
    left: 0;
    transform: translateY(-50%);
  }
}
.history-container .history-list-wrap.wrap2 {
  margin-top: 100px;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap2 {
    margin-top: 50px;
    padding: 50px 0;
    border-top: 1px solid #edf0e9;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap2 .img-wrap {
    bottom: auto;
    top: 0;
    left: -19px;
    right: auto;
  }
  .history-container .history-list-wrap.wrap2 .img-wrap img {
    margin-left: 0;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap2 .img-wrap .bar {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap2 .year,
  .history-container .history-list-wrap.wrap2 .cont {
    text-align: right;
  }
}
.history-container .history-list-wrap.wrap3 {
  margin-top: 100px;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap3 .list2021 {
    text-align: right;
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap3 .list2021 .img-wrap {
    bottom: auto;
    top: -60px;
    right: auto;
    left: -19px;
  }
  .history-container .history-list-wrap.wrap3 .list2021 .img-wrap img {
    margin-left: 0;
  }
  .history-container .history-list-wrap.wrap3 .list2021 .img-wrap .bar {
    position: absolute;
    right: 0;
    bottom: 75px;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap3 .list2022 {
    padding-top: 50px;
    border-top: 1px solid #edf0e9;
  }
}
.history-container .history-list-wrap.wrap4 {
  margin-top: 100px;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap4 {
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap4 .list2023 {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 50px !important;
  }
  .history-container .history-list-wrap.wrap4 .list2023 .img-wrap {
    top: -60px;
  }
  .history-container .history-list-wrap.wrap4 .list2023 .img-wrap img {
    width: 200px;
  }
  .history-container .history-list-wrap.wrap4 .list2023 .img-wrap .bar {
    position: absolute;
    top: 65px;
    width: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap.wrap4 .list2024 {
    padding-top: 50px;
    border-top: 1px solid #edf0e9;
  }
  .history-container .history-list-wrap.wrap4 .list2024 .year,
  .history-container .history-list-wrap.wrap4 .list2024 .cont {
    text-align: right;
  }
  .history-container .history-list-wrap.wrap4 .list2024 .img-wrap {
    top: 0;
    height: 100%;
  }
  .history-container .history-list-wrap.wrap4 .list2024 .img-wrap .img1 {
    position: absolute;
    top: 70px;
    width: 188px;
  }
  .history-container .history-list-wrap.wrap4 .list2024 .img-wrap .img2 {
    position: absolute;
    bottom: -80px;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap .img-wrap {
    position: absolute;
    width: calc(100% + 19px);
  }
}
.history-container .history-list-wrap .img-wrap img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap .img-wrap img {
    width: 124px;
    margin-left: auto;
    margin-right: 0;
  }
}
.history-container .history-list-wrap .img-wrap img + img {
  margin-top: 75px;
}
.history-container .history-list-wrap .img-wrap .bar {
  margin: 109px auto 0;
  width: 1px;
  height: 204px;
  background-color: #000;
}
@media screen and (max-width: 1919.98px) {
  .history-container .history-list-wrap .img-wrap .bar {
    height: 10.6305367379vw;
  }
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap .img-wrap .bar {
    margin: 0;
    height: 1px;
    width: 175px;
    background-color: #edf0e9;
  }
}
.history-container .history-list-wrap .list {
  position: relative;
}
.history-container .history-list-wrap .list:not(:last-child) {
  padding-bottom: 70px;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap .list:not(:last-child) {
    padding-bottom: 100px;
  }
}
.history-container .history-list-wrap .year {
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 900;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap .year {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.history-container .history-list-wrap .cont {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap .cont {
    font-size: 14px;
  }
}
.history-container .history-list-wrap .cont li {
  margin-bottom: 13px;
}
@media screen and (max-width: 991.98px) {
  .history-container .history-list-wrap .cont li {
    margin-bottom: 9px;
  }
}
.history-container .history-list-wrap .cont li.point {
  font-weight: 700;
  color: #3e7c4b;
}