.history_AA {
  overflow: hidden;
  position: relative;
  padding-top: 0rem;
  padding-bottom: 10rem; width: 100%; float: left
}

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.history_AA .col-group {

  width: 100%;display: grid;grid-template-columns:1.2fr 2fr ;
}


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.history_AA .col-group {

  width: 100%; display: flex;grid-gap: 10PX; flex-direction: column;
}


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/





.history_AA .col-group .left{ padding-top: 0px

}
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.history_AA .col-group .right { padding-top: 20px

}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.history_AA .col-group .right { padding-top: 20px; padding-left: 20PX

}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.history_AA .col-group .history-list li {
  position: relative;
  padding-left: clamp(20px, 3.359vw, 43px);
  padding-bottom:clamp(20px, 4.688vw, 60px);
  border-left: 1px solid var(--line-color1);
  transition: border-color 0.3s;
}

.history_AA .col-group .history-list li::before {
  content: url("../icons/ico_gray_circle.svg");
  position: absolute;
  left: -1.4rem;
  top: 0;
}

.history_AA .col-group .history-list li.active {
  position: relative;
  border-color: var(--primary);
}

.history_AA .col-group .history-list li.active::before {
  content: url("../icons/ico_red_circle.svg");
  position: absolute; 
}

.history_AA .col-group .history-list li.active+li::before {
  content: url("../icons/ico_red_circle.svg");
  position: absolute;
}

.history_AA .col-group .history-list li .year {
  position: absolute;
  left: -13rem;
  top: 0;
  max-width: 10rem;
  text-align: right;
  font-weight: var(--fw-bold); font-size:clamp(18px, 2.813vw, 40px)!important; color: #000; font-family: "Roboto", sans-serif!important;
}

.history_AA .inner-list {
display: flex;flex-direction: column;

}

.history_AA .inner-list+.inner-list {
  margin-top: 4.2rem;
}

.history_AA .inner-list dt {
  text-align: left;
  font-weight: var(--fw-bold);  font-size:clamp(20px, 2.813vw, 26px)!important;margin-bottom:clamp(5px, 0.781vw, 10px)
}

.history_AA .inner-list dd {
  margin: 0;
  color: #333;  font-size: var(--tx-sm-size); margin-bottom: clamp(10px, 2.344vw, 30px)
}



.history_AA .inner-list dd ul.dot{ width: 100%; float:left; 
}

.history_AA .inner-list dd ul.dot>li{ width: 100%; float:left;  position: relative; padding: 0px 0px 0px 10px;  font-size: var(--tx-sm-size); margin-bottom: 10px; border-left: none
}

.history_AA .inner-list dd ul.dot>li:before{content: "·";    font-family: unicons-line; position: absolute; left: 0px; top: 0px;
}






/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.tabset {width: 100%; float:left ; padding-left: clamp(0px, 3.906vw, 50px) }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {.tabset {width: 100%; float:left ; padding-left:0px }
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.tabset {width: 100%; float:left ; padding-left:0px }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.tabset .stx{width: 100%;  float:left ; color: #666; font-size: clamp(12px, 1.172vw, 15px); font-family: "Roboto", sans-serif!important;}
.tabset a{width: 100%;  float:left ; color: #000 ; font-family: "Roboto", sans-serif!important; font-size:clamp(26px, 3.125vw, 40px)}
.tabset a.active{width: 100%;  float:left ;  }



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
    .history_head { padding:clamp(10px, 3.125vw, 40px) clamp(20px, 6.250vw, 80px); border-radius:20px; background-color: #f7f7f7; display: grid;grid-template-columns: 300px auto ; margin-bottom:clamp(30px, 7.813vw, 100px);    }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
    .history_head { padding:15px; border-radius:6px; background-color: #f7f7f7; display: grid;grid-template-columns: 100% ; margin-bottom:20px;    }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	

    .history-title {
      font-size: clamp(16px, 1.875vw, 24px);
      font-weight: bold; line-height: 130%
    }

    .history-title em {
     font-size:clamp(20px, 3.906vw, 50px);
      font-weight: bold; line-height: 130%; width: 100%; float: left; font-family: "Roboto", sans-serif!important;
    }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	

    .history-title {
       font-size:clamp(20px, 3.906vw, 50px);
      font-weight: bold; line-height: 130%; margin-bottom: 20PX; display: NONE
    }

    .history-title em {
     font-size:clamp(20px, 3.906vw, 50px);
      font-weight: bold; line-height: 130%; width: auto;  font-family: "Roboto", sans-serif!important; margin-left: 10PX
    }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {    .tab-menu {
      display: flex;
      justify-content: center;
      position: relative; padding-top: 20px
    }
	    .tab-menu:before { position: absolute; left: 0px; bottom:10px; 
      border-bottom: 1px solid #ccc;content: "";  width: 100%; float: left; height: 1px
    }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {    .tab-menu {
    display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10PX;    position: relative; 
    }
	    .tab-menu:before {display: none
    }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	    .tab-menu a {
      padding: 0px clamp(16px, 2.344vw, 30px) 0px!important;
      font-size: 18px;
      font-weight: bold;
      color: #999;
      text-decoration: none;
      position: relative; height: auto!important; font-family: "Roboto", sans-serif!important; 
    }

    .tab-menu a.active {
      color: #000;font-size: var(--tit-md-size);
    }



}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	    .tab-menu a {
     padding: 7px 10px;
      font-size: 18px;
      font-weight: bold;
      color: #999;
      text-decoration: none;
      position: relative; height: auto!important; font-family: "Roboto", sans-serif!important; text-align: center; background-color: #fff
    }

    .tab-menu a.active {
      color: #fff;padding: 7px 10px; text-align: center; background-color: var(--primary);; border-radius: 6px
    }



}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/






/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	    .tab-menu a.active::after {
      content: '';
      position: absolute;
      bottom:0px;
      left: 50%;
      transform: translateX(-50%);
      width: 20px;
      height:20px;
      border-radius: 50%;
      background:var(--primary);;
      border: 5px solid #fff;
      box-shadow: 0 0 0 1px var(--primary);
    }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	    .tab-menu a.active::after {
      content: '';
      position: absolute;
      bottom:-5px;
      left:0PX;
      width: 100%;
      height:1px;

      background:var(--primary);; display: none

    
    }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




.tabset a .char1 { color: #999;font-family: "Roboto", sans-serif!important; font-weight: 400  }
.tabset a .char2 {color: #999;font-family: "Roboto", sans-serif!important; font-weight: 400  }
.tabset a .char5{color: #999;font-family: "Roboto", sans-serif!important; font-weight: 400  }
.tabset a .char6 { color: #999;font-family: "Roboto", sans-serif!important; font-weight: 400  }
.tabset a .char7 {color: #999;font-family: "Roboto", sans-serif!important; font-weight: 400  }
