@charset "utf-8";

.boxInfo2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 2%;
    row-gap: 20px;
    padding: 30px;
    border: 1px solid #EEE;
    flex-flow: row wrap;
}

.boxInfo2 li:nth-child(odd){
    display: flex;
    align-items: center;
    flex: 0 0 32%;
}

.boxInfo2 li:nth-child(even){
    display: flex;
    align-items: center;
    flex: 0 0 64%;
}

.boxInfo2 .itemB{
    font-size: 16px;
    color: #888;
    font-family: 'Dream Medium';}

.boxInfo2 .itemB span{font-size: 16px;
    color: #000;
    font-family: 'Dream Bold';
}


@media only screen and (max-width: 1024px) {
    .boxInfo2 li {
        flex-basis: 100%!important;
    }



/* 교과로드맵 2024*/

.mt10 {
  margin-top: 10px;
}

.btnS24 {
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  display: inline-block;
}

.btnGreen {
  background: #090;
  color: #fff !important;
}

.btnPurple {
  background: #93f;
  color: #fff !important;
}

.btnRed {
  background: #f00;
  color: #fff !important;
}

.btnBlue {
  color: #fff !important;
  background-color: #00f;
}

.btnOrange {
  color: #fff !important;
  background-color: #f19607;
}

.round24 {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
}

.round24::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: blue;
}
/* 교과로드맵 2024*/
