.history_tit {
  font-size: clamp(50px, 10vw, 85px);
  line-height: 1.5;
  font-weight: 900;
  padding: 0 0 7px;
  margin: 0;
  text-align: center;
  color: #fcdeb0;
}

.h-tab {
  display:flex;
  flex-wrap:wrap;
  gap:0px;
  padding:0;
  margin:0;
}

.h-tab a {
  flex:1;
  padding:0;
  margin:0;
  display:block;
  text-align:center;
  border-bottom:3px solid #ccc;
  font-weight: 600;
  font-size: clamp(15px, 2.2vw, 20px);
  color:#999;
}
.h-tab a:hover {
  border-bottom: 3px solid var(--point-color);
  color: var(--point-color);
  transition-duration: 0.8s;
}
.h-tab .on {
  border-bottom: 3px solid var(--point-color);
  color: var(--point-color);
  font-weight: 600;
  position: relative;
  padding:0 0 25px;
}

.h-tab .on:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0);
  background: var(--point-color);
  border-radius: 100%;
  z-index: 1;
}
.h-tab .on:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 50%;
  bottom: -13px;
  transform: translate(-50%, 0);
  border: 2px solid var(--point-color);
  border-radius: 100%;
  background: #fff;
}

.his-tab {
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0px 0 0;
  gap:5px;
}

.his-tab a {
  flex: 1;
  text-align: center;
  display: block;
  background:var(--point-color3);
  margin: 0;
  color: #999;
  padding: 1rem 0;
  border-radius:3px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: clamp(15px, 2.2vw, 20px);
  text-decoration: none;
}

.his-tab a:hover {
  background: var(--point-color);
  color: #fff;
  transition-duration: 0.8s;
}

.his-tab .tabon {
  background: var(--point-color);
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media (max-width: 650px) {
  .his-tab {flex-wrap:wrap;}
  .his-tab a {
  flex: 0 0 cale((100% - 10px) / 3);}
}

.his-y-tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap:5px;
  justify-content: center;
  border-bottom:1px solid #ddd;
}

.his-y-tab a {
  width: calc(100% / 12 - (11 * 5px / 12));
  padding: 5px 0;
  margin:5px 0;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  color:#333;
}

.his-y-tab a:hover {
  background: var(--point-color3);
  transition-duration: 0.4s;
  border-radius:100px;
}

.his-y-tab .tabon {
  background: var(--point-color3);
}

.his-box {
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}

.his-box:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ddd;
  left: 349px;
  top: 75px;
}

.his-info {
  padding: 12px 0 0;
}

.his-year-section {
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  scroll-margin-top: 150px;
}
.his-year-section:last-of-type {
  margin-bottom: 15px;
}

.his-y {
  font-size: clamp(30px, 5vw, 55px);
  padding: 0 0 0 10px;
  margin: 0;
  float: left;
  width: 350px;
  font-weight: 700;
  line-height:1.2;
  letter-spacing:-1px;
}

.his-y span {
  font-size: clamp(15px, 3vw, 24px);
  color:#ccc; 
  padding-left:7px;
  letter-spacing:0px;
}

.his-events {
  float: left;
  width: calc(100% - 350px);
  margin: 0px 0 0 0;
  padding:0 0 0 100px;
}

.his-info-li {
  overflow: hidden;
  display: block;
  padding: 7px 12px 20px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #ccc;
  border-radius: 5px;
}

.his-m {
  display:block;
  padding:12px;
  margin:0;
  font-size:clamp(16px, 2.4vw, 22px);
  font-weight:600;
  color:var(--point-color);
  position: relative;
}
.his-m:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(255, 153, 0, 0.2);
  left: -116px;
  top: 15px;
  border-radius: 100%;
}
.his-m:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--point-color);
  left: -107px;
  top: 23px;
  border-radius: 100%;
}

.his-ym {
  width: 10%;
  float: left;
  display: block;
  font-weight: 600;
  padding: 0 0 0 5px;
  margin: 0;
  box-sizing: border-box;
}

.his-txt {
  width: 90%;
  float: right;
  margin: 0;
  padding: 0;
  display:block;
}

.his-txt-li {
  list-style: none;
  margin: 0;
  padding: 7px 0 0;
}

.his-txt-li li {
  padding: 0 0 5px 15px;
  position: relative;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}

.his-txt-li li:last-child {
  padding-bottom: 0;
}

.his-txt li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--point-color);
  left: 0;
  top: 8px;
  border-radius: 100px;
}

.his-tit {
  font-weight:600;
}

.aname {
  border:0px solid #ccc; 
  overflow:hidden; 
  position:relative; 
  padding:150px 0;
}

.lili {
  padding:0; 
  margin:0;
  display:block;
}
.lili p {
  position:relative;
  padding:0 0 0 17px;
}
.lili p::before {
  content:'-';
  position:absolute;
  width:10px;
  height:20px;
  left:0;
  top:-2px;
}

/* 태블릿 (1080px 이하) */
@media (max-width: 1080px) {
  .his-box:before {
    left: 269px;
    top: 75px;
  }
  .his-y {
	width: 270px;
  }
  .his-events {
	width: calc(100% - 370px);
    margin: 5px 0 0 60px;
  }
}

/* 태블릿 (949px 이하) */
@media (max-width: 949px) {
  .h-tab {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 20px;
  }
  .h-tab a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0 18px;
  }
  .h-tab .on {
    padding: 0 18px 25px;
  }

  .his-box:before {
    left: 16.5px;
    top: 75px;
  }

  .his-y {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
	padding:0 0 0 85px;
  }

  .his-y:before {
    left: 0;
    top: 11px;
  }
  .his-y:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--point-color);
    left: 10px;
    top: 20px;
    border-radius: 100%;
  }

  .his-events {
    float: none;
    width: 100%;
    margin: 0;
    padding:0 0 0 85px;
  }
  .his-ym {
    width: 15%;
    padding: 0;
  }
  .his-txt {
    width: 85%;
  }
}

/* 태블릿 (650px 이하) */
@media (max-width: 650px) {
  .his-y-tab {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 8px;
  }
  .his-y-tab a {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
    padding: 6px 14px;
  }

  .his-box:before {
    left: 13px;
    top: 65px;
  }

  .his-y {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
	padding:0 0 0 50px;
  }

  .his-y:before {
	width: 25px;
    height: 25px;
    left: 0;
    top: 5px;
  }
  .his-y:after {
    width: 10px;
    height: 10px;
    left: 8px;
    top: 13px;
  }

  .his-events {
    float: none;
    width: 100%;
    margin: 0;
    padding:0 0 0 50px;
  }
  .his-info-li {
    padding: 12px 12px 12px 0;
  }
  .his-txt li {
    padding: 0 0 5px 12px;
  }
  .his-txt li:before {
    top: 7px;
  }
}

/* 태블릿 (450px 이하) */
@media (max-width: 450px) {
  .h-tab a {
    padding: 0 14px;
  }
  .his-y-tab a {
    padding: 6px 10px;
  }

  .his-ym {
    width: 20%;
    padding: 0;
  }
  .his-txt {
    width: 80%;
  }
}