@charset "utf-8";

#pop-exam {
  position: relative;
  padding: 30px 35px;
  background: #ececec;
  border-radius: 10px;
}
#pop-exam .exam_pop_top {
  margin-bottom: 30px;
}
#pop-exam .exam_pop_top .cd-popup-close::before,
#pop-exam .exam_pop_top .cd-popup-close::after {
    display:none
}
#pop-exam .exam_pop_top .cd-popup-close {
  position: inherit;
  vertical-align:middle;
}
#pop-exam .exam_pop_top > .pop_tit {
  margin-top: 8px;
  padding-left: 38px;
  height: 40px;
  background: url("https://cf.masterk1.com/static/images/icon/icon_write.png") no-repeat 0 50%;
  font-size: 26px;
  font-weight: 800;
  color: #222;
  letter-spacing: -.02px;
}
#pop-exam .exam_pop_top > .pop_tit img {
  display: none;
  margin-right: 10px;
  vertical-align: inherit;
}

#pop-exam .exam_pop_top .badge {
  margin-right: 10px;
  vertical-align:middle;
}
#pop-exam .exam_pop_top .item-cnt {
  display: inline-block;
  margin-right: 15px;
  padding-left: 30px;
  height: 25px;
  background: url("https://cf.masterk1.com/static/images/icon/icon_docu_exam.png") no-repeat 0 50%;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #485cc7;
  vertical-align:middle;
}
#pop-exam .exam_pop_top .exam-timer {
  display: inline-block;
  margin-right: 15px;
  padding-left: 30px;
  height: 25px;
  background: url("https://cf.masterk1.com/static/images/icon/icon_exam_timer.png") no-repeat 0 50%;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #485cc7;
  vertical-align:middle;
}
#pop-exam .exam_pop_top .exam-timer.finished {
  background: url("https://cf.masterk1.com/static/images/icon/icon_exam_timer_pink.png") no-repeat 0 50%;
  color: #ff3a96;
}
#pop-exam .exam_pop_top .exam-timer span {
  display: inline-block;
  padding-left: 4px;
  font-size: 15px;
  color: #333;
}
#pop-exam .exam_pop_con {
  overflow-x: hidden;
  min-height: 535px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 5px -1px #6f6f6f33;
}

.que_tit .attachment-files { clear: both; overflow: hidden; margin-top:20px; margin-bottom: 30px; padding: 0; background:transparent; border: 0; }

.que_tit .attachment-files li { position: relative; float: left; margin-bottom: 15px; padding: 20px 110px 0 30px; width: 550px; height: 66px; background: #f5f7ff; border: 1px solid #e9e9e9; border-radius: 7px; }

.canvas-box {
  border: 1px solid #bbb;
}
.canvas-box textarea {
  border: 0 !important;
  width:100%;
  height:250px;
  resize:none;
  outline:none;
  height:250px;
}

.exam_pop_con {
  overflow-x: hidden;
  min-height: 535px;
  background: #fff;
  box-shadow: 0 4px 5px -1px #6f6f6f33;
}
.pop_con {
  position: relative;
  margin: 40px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}
.pop_con .pop_con_top {
  padding: 35px 40px;
  background: #f8f9ff;
  border-radius: 10px 10px 0 0;
  ;
}
.pop_con .pop_con_top .que_num {
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: #6071cd;
  border-radius: 30px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  ;
}
.pop_con .pop_con_top .que_num span {
  display: inline-block;
  padding-top: 8px;
  font-size: 15px;
  color: #fff;
}
.pop_con .pop_con_top .que_tit {
  float: none;
  overflow: hidden;
  align-self: center;
  padding-top: 2px;
  ;
}
.pop_con .pop_con_top .que_tit > h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #111;
  ;
}
.pop_con .pop_con_top .que_tit > p {
  font-size: 14px;
  color: #6071cd;
}
.pop_con .pop_con_top .que_tit > span {
  display: inline-block;
  margin-top: 25px;
  font-size: 14px;
  color: #666;
  width: 90%;
}
.pop_con .pop_con_btm {
  padding: 40px 50px 40px 100px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.pop_con .pop_con_btm > p {
  margin-bottom: 30px;
  font-size: 17px;
  color: #555;
  letter-spacing: -1px;
}
.pop_con .pop_con_btm > p > span {
  font-size: 15px;
  color: #6071cd;
}
.pop_con .pop_con_btm > p > b {
  display: inline-block;
  margin: 0 10px;
  min-width: 100px;
  border-bottom: 1px solid #000;
}
.pop_con .pop_con_btm .audioplayer {
  margin-top: 0;
  margin-bottom: 40px;
  width: 100%;
  ;
}
.pop_con .pop_con_btm.answer .answer {
  display: block;
}
.pop_con .pop_con_btm.wrong .wrong {
  display: block;
}
.pop_con .pop_con_btm .que_con p {
  margin-left: 10px;
  padding: 3px 0;
  font-size: 15px;
  vertical-align: middle;
}
.pop_con .pop_con_btm .que_con textarea {
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  border: 1px solid #eaeaea;
  font-size: 14px;
  color: #999;
  resize: none;
  ;
}
.pop_con .pop_con_btm .que_con.list {
  padding-top: 10px;
}
.pop_con .pop_con_btm .que_con.list label {
  position: relative;
  display: block;
  margin-bottom: 15px;
  height: auto;
}
.pop_con .pop_con_btm .que_con.list_player {
  padding-top: 10px;
  display:flex;
  align-items: center;
}
.pop_con .pop_con_btm .que_con.list_player .audioplayer {
  max-width:500px;
  margin-bottom:0;
}

.pop_con .pop_con_btm .que_con {
  flex-wrap: wrap;
}
.pop_con .pop_con_btm .que_con .que_con01 label img {
  margin: 20px;
}
.pop_con .pop_con_btm .que_con .que_con01 {
  float: left;
  height: 200px;
}
.pop_con .pop_con_btm .que_con .write_in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  border: 1px solid #bbb;
}
.pop_con .pop_con_btm .que_con_btm {
  margin-top: 15px;
}
.pop_con .pop_con_btm .que_con_btm button {
  padding: 5px 0;
  width: 100px;
  border-radius: 5px;
  font-size: 16px;
  ;
}
.pop_con .pop_con_btm .que_con_btm button + button {
  margin-left: 5px;
}
.ex_box {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 15px 0;
  width: auto;
  background: #fff;
  border: 1px solid #bbb;
  text-align: center;
  ;
}
.ex_box > p {
  font-size: 14px;
  color: #333;
}
.ex_box > p strong {
  font-weight: 700;
  color: #ff3a96;
}
.ex_box > p span {
  font-weight: 700;
}
.ex_box.left {
  display: flex;
  justify-content: center;
  text-align: left;
}

.exam_pop_btm {
  position: relative;
  display: block;
  margin-top: 30px;
}

.exam_pop_btm::after {
  display: block;
  clear: both;
  content: "";
}

.exam_pop_btm a:first-child {
  float: left;
}
.exam_pop_btm a:last-child {
  float: right;
}
.exam_pop_btm > button {
  position: absolute;
  left: 42%;
  padding: 11px 30px;
  border-radius: 5px;
  box-shadow: 0 4px 5px -1px #f6f6f3;
  font-size: 16px;
}

.exam_pop_btm > .center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.exam_pop_btm > .center button {
  padding: 11px 30px;
  border-radius: 5px;
  box-shadow: 0 4px 5px -1px #f6f6f3;
  font-size: 16px;
}
.exam_pop_btm > a {
  display: inline-block;
  padding: 11px 30px;
  border-radius: 5px;
  box-shadow: 0 4px 5px -1px #f6f6f3;
  font-size: 16px;
}
.exam_pop_btm > a:last-child img {
  margin-left: 15px;
}
.exam_pop_btm > a:first-child img {
  margin-right: 15px;
}
.exam_result_box {
  position: fixed;
  bottom: 104px;
  left: 36px;
  display: none;
  margin: 0 auto;
  padding: 30px 0;
  width: 93%;
  border-radius: 10px;
  text-align: center;
  ;
}
.exam_result_box > img {
  margin-right: 15px;
  vertical-align: sub;
  ;
}
.exam_result_box > span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.exam_result_box > p {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}
.exam_result_box > p strong {
  margin-right: 10px;
}
.exam_result_box > .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.exam_result_box.answer {
  background: #485cc7;
  opacity: .5;
}
.exam_result_box.wrong {
  background: #f00;
  opacity: .5;
}

.correct-answercheck {
  position: absolute;
  z-index: 100;
  bottom: 127px;
  left: 25px;
  display: none;
  width: calc(100% - 50px);
  height: 160px;
  background: #ff7f7f;
  border-radius: 10px;
}
.correct-answercheck > p {
  padding: 50px 0 0 0;
  width: 100%;
  text-align: center;
}
.correct-answercheck dl {
  padding: 30px 0 0 0;
  width: 100%;
  text-align: center;
}
.correct-answercheck > p strong,
.correct-answercheck dl dt strong {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 0 0 60px;
  height: 50px;
  background: url("https://cf.masterk1.com/static/images/icon/icon_wrong.png") no-repeat 0 50%;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  ;
}
.correct-answercheck dl dd p {
  display: inline-block;
  padding: 0 0 0 30px;
  height: 30px;
  background: url("https://cf.masterk1.com/static/images/icon/icon_check_white.png") no-repeat 0 50%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  ;
}
.correct-answercheck.submission,
.correct-answercheck.right {
  position: absolute;
  z-index: 100;
  bottom: 127px;
  left: 25px;
  display: none;
  width: calc(100% - 50px);
  height: 160px;
  background: #a3ade3;
  border-radius: 10px;
}
.correct-answercheck.submission > p strong,
.correct-answercheck.right dl dt strong {
  background: url("https://cf.masterk1.com/static/images/icon/icon_right.png") no-repeat 0 50%;
}
.correct-answercheck dl dd p em {
  margin-right: 10px;
  font-weight: 700;
  color: #fff;
}
.correct-answercheck .btn-popclose {
  position: absolute;
  z-index: 60;
  top: 25px;
  right: 25px;
  width: 22px;
  height: 22px;
  border: 0;
  font-size: 0;
  text-indent: -99999px;
  ;
}
.correct-answercheck .btn-popclose::before,
.correct-answercheck .btn-popclose::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin: 0 0 0 -10px;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.correct-answercheck .btn-popclose::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.correct-answercheck .btn-popclose::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.exam-time-end {
  position: absolute;
  z-index: 101;
  top: 118px;
  left: 35px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 70px);
  height: calc(100% - 215px);
  background: rgba(0,0,0,.8);
  border-radius: 10px;
  text-align: center;
}
.exam-time-end.active {
  display: flex;
}
.exam-time-end p {
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 100;
  color: #fff;
  ;
}
.exam-time-end span {
  display: block;
  margin-top: -20px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  ;
}
.exam-time-end button {
  padding: 0 30px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.item-numberlist {
  position: relative;
  overflow: hidden;
  margin: 30px 40px 0 40px;
  padding: 0 30px;
  height: 40px;
  ;
}
.item-numberlist button {
  position: absolute;
  top: 10px;
  width: 13px;
  height: 21px;
  font-size: 0;
  text-indent: -99999px;
  ;
}
.item-numberlist button.slick-prev {
  left: 0;
  background: url("https://cf.masterk1.com/static/images/icon/icon_item_prev.png") no-repeat 0 0;
}
.item-numberlist button.slick-next {
  right: 0;
  background: url("https://cf.masterk1.com/static/images/icon/icon_item_next.png") no-repeat 0 0;
}
.item-numberlist .item {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  height: 40px;
  font-size: 0;
}
.item-numberlist .item.status a {
  background: #7acc00 url("https://cf.masterk1.com/static/images/icon/icon_check_white02.png") no-repeat 50%;
}
.item-numberlist .item.status a {
  background: #7acc00;
  font-weight: 700;
  color: #fff;
}
.item-numberlist .item.solved a {
  background: #fff url("https://cf.masterk1.com/static/images/icon/icon_check_green.png") no-repeat 50%;
  border: 1px solid #7acc00;
  font-size: 0;
}
.item-numberlist .item a {
  display: block;
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 50%;
  font-size: 16px;
  line-height: 40px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.exam-boardlist {
  margin-right: -10px;
  margin-left: -60px;
  width: auto;
}
.exam-boardlist.scrollbox {
  overflow-y: auto;
}
.exam-boardlist.scrollbox::-webkit-scrollbar {
  width: 6px;
}
.exam-boardlist.scrollbox::-webkit-scrollbar-track {
  background-color: transparent;
}
.exam-boardlist.scrollbox::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 3px;
}
.exam-boardlist.scrollbox::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.exam-boardlist table {
  width: 100%;
  table-layout: fixed;
}
.exam-boardlist table thead th {
  padding: 12px 0;
  background: #414e94;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  ;
}
.exam-boardlist table thead th.chk {
  padding-left: 17px;
}
.exam-boardlist table thead th input[type="checkbox"] + label:after {
  top: -10px;
  background: url("https://cf.masterk1.com/static/images/icon/checkbox_off_02.png") no-repeat 0 0;
}
.exam-boardlist table thead th input[type="checkbox"]:checked + label:after {
  background: url("https://cf.masterk1.com/static/images/icon/checkbox_on.png") top no-repeat;
}
.exam-boardlist table thead th:first-child {
  border-radius: 6px 0 0 6px;
}
.exam-boardlist table thead th:last-child {
  border-radius: 0 6px 6px 0;
}
.exam-boardlist table tbody th {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  font-weight: 700;
  color: #5167d6;
  ;
}
.exam-boardlist table tbody td {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  font-weight: 200;
  color: rgba(102,102,102,.8);
  text-align: center;
  ;
}
.exam-boardlist table tbody td:first-child {
  border-left: 1px solid #fff;
}
.exam-boardlist table tbody td:last-child {
  border-right: 1px solid #fff;
}
.exam-boardlist table tbody tr:nth-child(even) {
  background: #fbfbfb;
}
.exam-boardlist table tbody tr:nth-child(even) td:first-child {
  border-left: 1px solid #fbfbfb;
}
.exam-boardlist table tbody tr:nth-child(even) td:last-child {
  border-right: 1px solid #fbfbfb;
}
.exam-boardlist table tbody td input[type="checkbox"] + label:after {
  top: -10px;
}
.exam-boardlist table tbody td .checkbox-righttype input[type="checkbox"] + label:after {
  top: 9px;
}
.exam-boardlist table tbody td.time {
  color: #777;
}
.exam-boardlist table tbody td.text-left {
  padding: 15px;
}
.exam-boardlist table tbody td.text-left span {
  display: block;
  overflow: hidden;
  max-width: 95%;
  font-size: 14px;
  font-weight: 400;
  color: rgba(102,102,102,.8);
  text-overflow: ellipsis;
  white-space: nowrap;

  -o-text-overflow: ellipsis;
  ;
}
.exam-boardlist table tbody td a {
  display: block;
  overflow: hidden;
  max-width: 95%;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;

  -o-text-overflow: ellipsis;
  ;
}
.exam-boardlist table tbody td a.underline {
  display: block;
  overflow: hidden;
  max-width: 95%;
  font-size: 15px;
  font-weight: 400;
  color: rgba(102,102,102,.8);
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;

  -o-text-overflow: ellipsis;
  ;
}
.exam-boardlist table tbody td em.ty + a {
  max-width: 70%;
}
.exam-boardlist table tbody td.btn {
  padding: 8px 0;
}
.exam-boardlist table tbody td > strong {
  font-weight: 700;
}
.exam-boardlist table tbody td .btn-add-plus {
  display: block;
  margin: 0 auto;
}
.exam-boardlist table tbody td .txt-black {
  color: #333;
}
.exam-boardlist table tbody td .txt-pink {
  color: #ff3a96;
}
.exam-boardlist table tbody td .txt-blue {
  color: #5266d6;
}
.exam-boardlist table tbody td em.ty {
  margin-left: 10px;
}
.exam-boardlist table tbody td em.ty + a {
  display: inline-block !important;
  vertical-align: middle;
}
.exam-boardlist table tbody td button + button {
  margin-left: 6px;
}
.exam-boardlist table tbody td .profilebox {
  margin: 5px auto;
  width: 250px;
  ;
}
.exam-boardlist table tbody td .profilebox .profile-pic + p strong {
  font-size: 14px;
}
.exam-boardlist table tbody td.chk {
  padding-left: 15px;
}
.exam-boardlist table tbody .txt-info {
  text-align: left;
}
.exam-boardlist table tfoot th {
  padding: 15px 0 15px 30px;
  background: #f6f6fe;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  color: #5267d6;
  text-align: left;
  ;
}
.exam-boardlist table tfoot th.bd {
  border-left: 1px solid #eaeaea;
}
.exam-boardlist table tfoot td {
  padding: 15px 0;
  background: #f6f6fe;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  text-align: center;
  ;
}
.exam-boardlist table tfoot td strong {
  font-weight: 700;
  color: #333;
  ;
}


@media (max-width:850px) {
  #pop-exam {
    padding: 15px 20px;
    min-width: 320px;
    ;
  }
  #pop-exam .exam_pop_top {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 8px;
  }
  #pop-exam .exam_pop_top > .pop_tit {
    padding-left: 30px;
    height: 30px;
    background-size: 15px auto;
    font-size: 18px;
    line-height: 30px;
  }
  #pop-exam .exam_pop_top > div {
    float: right;
    margin-top: 15px;
  }

  #pop-exam .exam_pop_top .item-cnt {
    display: inline-block;
    margin-right: 30px;
    padding-left: 30px;
    height: 25px;
    background: url("https://cf.masterk1.com/static/images/icon/icon_docu_exam.png") no-repeat 0 50%;
    font-size: 16px;
    line-height: 25px;
  }
  #pop-exam .exam_pop_top .exam-timer {
    display: inline-block;
    margin-right: 30px;
    padding-left: 30px;
    height: 25px;
    background: url("https://cf.masterk1.com/static/images/icon/icon_exam_timer.png") no-repeat 0 50%;
    font-size: 16px;
    line-height: 25px;
  }
  .btn_none {
    width: 40px;
    height: 40px;
  }
  .btn_none img {
    width: 40px;
    height: 40px;
  }

  .exam_pop_btm::after {
    display: block;
    clear: both;
    content: "";
  }
  .exam_pop_btm {
    display: block;
    margin-top: 20px;
    text-align: right;
  }
  .exam_pop_btm > a {
    padding: 7px 20px;
    font-size: 14px;
  }

  .exam_pop_btm > .center button {
    padding: 7px 20px;
    font-size: 14px;
  }

  .exam_pop_btm > button {
    position: static;
    float: left;
    padding: 7px 20px;
    font-size: 14px;
  }

  .pop_con {
    margin: 20px;
  }
  .pop_con .pop_con_top {
    padding: 20px 15px;
  }
  .pop_con .pop_con_top .que_num {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    ;
  }
  .pop_con .pop_con_top .que_num span {
    padding-top: 4px;
    font-size: 14px;
  }
  .pop_con .pop_con_top .que_tit > h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .pop_con .pop_con_btm {
    overflow: hidden;
    padding: 20px 30px 30px 60px;
  }
  .pop_con .pop_con_btm .que_con p {
    padding: 0;
  }
  .pop_con .pop_con_btm .que_con.list label > img {
    width: 100%;
  }

  .que_con.space {
    display: block;
  }

  .exam-time-end {
    top: 116px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 197px);
  }
  .exam-time-end p {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .exam-time-end button {
    padding: 0 20px;
    height: 45px;
    font-size: 16px;
  }

  .correct-answercheck {
    bottom: 82px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .correct-answercheck.right {
    bottom: 82px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .correct-answercheck dl {
    padding-top: 20px;
  }
  .correct-answercheck dl dt strong {
    padding-left: 45px;
    background-size: 22px auto;
    font-size: 28px;
  }
  .correct-answercheck dl dd p {
    margin: 0 20px;
    padding-left: 16px;
    background-position: 0 3px;
    font-size: 14px;
    line-height: 22px;
    ;
  }

  .item-numberlist {
    margin-right: 20px;
    margin-left: 20px;
    height: 32px;
  }
  .item-numberlist button {
    top: 5px;
  }
  .item-numberlist .item {
    height: 32px;
  }
  .item-numberlist .item a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .audioplayer {
    margin-top: 15px !important;
    width: 100% !important;
    ;
  }
  .audioplayer .hdBox {
    display: none;
  }
  .audioplayer-playpause {
    width: 40px !important;
  }
  .audioplayer-time-current {
    margin-left: 10px !important;
  }

  .exam-boardlist {
    margin-right: -10px;
    margin-left: -40px;
    width: auto;
    ;
  }
  .exam-boardlist.scrollbox table {
    width: 130%;
  }

  .que_tit .attachment-files li { width: 100%;}

}

@media (max-width:768px) {
  .exam_pop_btm {
    padding-top: 44px;
  }
  .exam_pop_btm > .center {
    top: 0;
    white-space: nowrap;
  }
}

/* 240312 이러닝 개선 */
.btn_elearning_curriculum {position: absolute; top: 0; right: 0;}
.btn_elearning_curriculum .btn {padding: 8px 14px; background: #fff; border: 2px solid #5266d6; border-radius:5px; font-size: 15px; font-weight: 500; color: #5266d6;}
.btn_elearning_curriculum .btn img {display: inline-block; margin: -.2em 6px 0 0;}

.boardschbox .filters {display: flex; margin-bottom: 16px;}
.boardschbox .filters ul {display: flex; flex-wrap: wrap; gap: 7px;}
.boardschbox .filters ul li {}
.boardschbox .filters ul li input {position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); margin: -1px;padding: 0; width: 1px; height: 1px; border: 0;}
.boardschbox .filters ul li label {display: table-cell; vertical-align: middle; padding: 4px 10px; min-width: 73px; height: 42px; border-width: 1px; border-style: solid; border-radius: 50vh; text-align: center; font-size: 14px; cursor: pointer;}
.boardschbox .filters ul li input[type="checkbox"] + label:after {display: none}
.boardschbox .filters ul.level_items li label {background: #fff; border-color: #bbb;}
.boardschbox .filters ul.field_items li label {background: #f8f8f8; border-color: #e5e5e5;}
.boardschbox .filters ul li input:checked + label {color: #ff3a96; border-color: #ff3a96; font-weight: 700;}
.boardschbox .filters ul.level_items {width: 36.25%;}
.boardschbox .filters ul.field_items {flex: 1 1 auto; min-width: 0; width: 1%;}

/* 250228 이러닝 필수 필터 수정 */
.boardschbox .filters ul li.required input:checked + label {color: #00a1e9; border-color: #00a1e9;}
.boardschbox .filters ul.field_items.type-eps {justify-content: end;}

.mtlearning .optionbox {min-width: 122px;}

@media (max-width:1280px) {
  .btn_elearning_curriculum {right: 2.5%;}

  .boardschbox .filters {display: block;}
  .boardschbox .filters ul.level_items {width: 100%; margin-bottom: 7px;}
  .boardschbox .filters ul.field_items {width: 100%;}
  .boardschbox .filters ul.field_items.type-eps {justify-content: flex-start;}
}
@media (max-width:720px) {
  .btn_elearning_curriculum .btn {padding: 6px 8px; font-size: 14px;}
  .btn_elearning_curriculum .btn img {height: 19px;}
  .boardschbox .filters ul li label {min-width: 48px; height: 32px; font-size: 12px;}
}