#history05 {
  width: 100%;
}
#history05 .history_sec_wrap {
  width: 100%;
  min-width: 1310px;
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto;
}
#history05 .history_sec:last-child {
  position: relative;
}
#history05 .history_sec:last-child .history_box {
  padding-bottom: 0;
}
#history05 .history_sec:last-child .history_box::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: var(--gray-400, #ddd);
  position: absolute;
  bottom: 0;
  left: 30px;
}
#history05 .history_box {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  padding-bottom: 80px;
  position: relative;
}
#history05 .history_box::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 56px);
  background: var(--gray-400, #ddd);
  position: absolute;
  left: 61.25px;
  top: 56px;
}
#history05 .year_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 125px;
  flex-shrink: 0;
}
#history05 .year_wrap h4 {
  color: var(--color-primary_dark, #1a3050);
  text-align: center;
  font-family: Paperlogy;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.44px;
}
#history05 .year_wrap img {
  width: fit-content;
}
#history05 .list_wrapper {
  width: 100%;
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
}
#history05 .list_wrap {
  flex: 1 0 0;
  display: flex;
  padding-left: 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
#history05 .list_wrap .li_box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
#history05 .list_wrap .month {
  width: 45px;
  color: var(--gray-700, #333);
  font-family: Pretendard;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 136.364%;
  letter-spacing: -0.66px;
}
#history05 .list_wrap .dot {
  display: inline-block;
  width: 45px;
  height: 25px;
  background: url("../img/dot.png") 10px center no-repeat;
}
#history05 .list_wrap .des {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
#history05 .list_wrap .des p {
  color: var(--gray-800, #111);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#history05 .img_wrap {
  width: 420px;
  position: relative;
}
#history05 .img_wrap .img_box {
  border-radius: 30px;
  height: 280px;
  overflow: hidden;
}
#history05 .img_wrap .img_box img {
  object-fit: contain;
  height: 100%;
}
#history05 .img_wrap .banner_controller_count {
  display: flex;
  height: 36px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 244px;
  right: 0;
  border-radius: 20px 0 0 0;
  background: var(--gray-100, #fff);
  color: var(--gray-800, #111);
  font-family: Pretendard;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
#history05 .img_wrap .banner_controller_count .counter_point {
  font-weight: 700;
}
#history05 .img_wrap .slide_tit {
  margin-top: 30px;
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Paperlogy;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#history05 .img_wrap .history_slides_btns {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 255px;
  left: calc(50% - 44px);
}
#history05 .img_wrap .slides_btn {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: var(--gray-100, #fff);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
#history05 .img_wrap .slides_btn img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

@media (max-width: 1280px) {
  #history05 .list_wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
  }
  #history05 .history_sec_wrap {
    min-width: 1000px;
    max-width: 1280px;
  }
}
@media (max-width: 1023px) {
  #history05 .history_sec_wrap {
    min-width: inherit;
    max-width: inherit;
    padding: 0 20px;
  }
  #history05 .history_box {
    gap: 30px;
  }
  #history05 .list_wrap .month {
    width: 30px;
  }
  #history05 .list_wrap .dot {
    width: 30px;
    height: 16px;
  }
  #history05 .list_wrap .li_box {
    gap: 20px;
  }
}
@media (max-width: 726px) {
  #history05 .history_sec:last-child .history_box::after {
    content: none;
  }
  #history05 .history_box {
    flex-direction: column;
  }
  #history05 .history_box::before {
    content: none;
  }
  #history05 .year_wrap {
    align-items: flex-start;
  }
  #history05 .year_wrap h4 {
    text-align: left;
  }
  #history05 .year_wrap img {
    display: none;
  }
  #history05 .list_wrapper {
    align-items: center;
  }
}