@charset "UTF-8";
/* KSH 변수 설정 */
:root {
  --primary_1: #3b60d1;
  --primary_1_gra: linear-gradient(270deg, #057afb 0%, #0099ff 100%);
  --primary_1_dark: #282828;
  --primary_1_dark02: #464646;
  --primary_1_dark03: #898989;
  --primary_line: #b8b8b8;
  --bg_blue_box: #f1f9ff;
  --bg_gray_box: #f2f3f5;
  --bg_white_box: #fff;
}

button {
  vertical-align: baseline;
}

.ra_shadow {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.051);
}

button.ellipsis, a.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}

.ra_ic_btn {
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
}

.ra_btn {
  border-radius: 20px;
}

.ra_btn.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}

.ra_btn.active {
  background: #ffdd1a !important;
  border: 1px solid #ffdd1a !important;
  color: #000 !important;
}

.ra_btn, .ra_ic_btn {
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
  font-weight: 400;
  cursor: pointer;
  outline: 0;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ra_btn:hover, .ra_btn:focus, .ra_ic_btn:hover, .ra_ic_btn:focus {
  text-decoration: none;
  border: 1px solid #6d7996;
}

.ra_btn:focus-visible, .ra_ic_btn:focus-visible {
  outline: 1px dotted #111 !important;
  outline-offset: 2px;
}

.ra_btn i, .ra_ic_btn i {
  margin-right: 5px;
}

.ra_btn.bttn-write, .ra_ic_btn.bttn-write {
  background: #3b60d1;
  border: 1px solid #3b60d1;
  color: #fff;
}

.ra_btn.bttn-write:hover, .ra_btn.bttn-write:focus, .ra_ic_btn.bttn-write:hover, .ra_ic_btn.bttn-write:focus {
  background-color: #1f42ad;
}

.ra_btn.bttn-gra, .ra_ic_btn.bttn-gra {
  background: var(--primary_1_gra);
  border: 1px solid #3b60d1;
  color: #fff;
}

.ra_btn.bttn-gra:hover, .ra_btn.bttn-gra:focus, .ra_ic_btn.bttn-gra:hover, .ra_ic_btn.bttn-gra:focus {
  background-color: #1f42ad;
}

.ra_btn.bttn-gray, .ra_ic_btn.bttn-gray {
  background: #41485b;
  border: 1px solid #32334f;
  color: #fff;
}

.ra_btn.bttn-gray:hover, .ra_btn.bttn-gray:focus, .ra_ic_btn.bttn-gray:hover, .ra_ic_btn.bttn-gray:focus {
  background-color: #242539;
  border: 1px solid #242539;
}

.ra_btn.bttn-gray02, .ra_ic_btn.bttn-gray02 {
  background: #717275;
  border: 1px solid #717275;
  color: #fff;
}

.ra_btn.bttn-gray02:hover, .ra_btn.bttn-gray02:focus, .ra_ic_btn.bttn-gray02:hover, .ra_ic_btn.bttn-gray02:focus {
  background-color: #555558;
  border: 1px solid #555558;
}

.ra_btn.bttn-gray03, .ra_ic_btn.bttn-gray03 {
  background: #9e9e9e;
  border: 1px solid #9e9e9e;
  color: #f4f4f4;
  cursor: default;
}

.ra_btn.bttn-gray04, .ra_ic_btn.bttn-gray04 {
  background: #DADADA;
  border: 1px solid #DADADA;
  color: #727272;
  cursor: default;
}

.ra_btn.bttn-gray04:hover, .ra_ic_btn.bttn-gray04:hover {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.ra_btn.bttn-blck, .ra_ic_btn.bttn-blck {
  background-color: #333;
  color: #fff;
}

.ra_btn.bttn-blck:hover, .ra_ic_btn.bttn-blck:hover {
  background-color: #292929;
}

.ra_btn.bttn-save, .ra_ic_btn.bttn-save {
  background: #424a58;
  border: 1px solid #424a58;
  color: #fff;
}

.ra_btn.bttn-save:hover, .ra_btn.bttn-save:focus, .ra_ic_btn.bttn-save:hover, .ra_ic_btn.bttn-save:focus {
  text-decoration: none;
  background: #121212;
  border: 1px solid gray;
}

.ra_btn.bttn-exel, .ra_ic_btn.bttn-exel {
  background: #fff;
  border: 1px solid #079e58;
  color: #07a45b;
}

.ra_btn.bttn-exel:hover, .ra_btn.bttn-exel:focus, .ra_ic_btn.bttn-exel:hover, .ra_ic_btn.bttn-exel:focus {
  background-color: #dcfff1;
}

.ra_btn.bttn-pdf, .ra_ic_btn.bttn-pdf {
  background: #fff3f3;
  border: 1px solid #AD0B00;
  color: #AD0B00;
}

.ra_btn.bttn-pdf:hover, .ra_btn.bttn-pdf:focus, .ra_ic_btn.bttn-pdf:hover, .ra_ic_btn.bttn-pdf:focus {
  background-color: #870900;
  color: #fff;
}

.ra_btn.bttn-delete, .ra_ic_btn.bttn-delete {
  background-color: white;
  border: 1px solid #de2353;
  color: #de2353;
}

.ra_btn.bttn-delete:hover, .ra_btn.bttn-delete:focus, .ra_ic_btn.bttn-delete:hover, .ra_ic_btn.bttn-delete:focus {
  text-decoration: none;
  border: 1px solid #de2353;
  box-shadow: 0 0 15px 0 rgba(222, 35, 83, 0.1);
}

.ra_btn.bttn-cancel, .ra_ic_btn.bttn-cancel {
  background-color: #fff;
  border: 1px solid #464646;
  color: #424a58;
}

.ra_btn.bttn-cancel:hover, .ra_btn.bttn-cancel:focus, .ra_ic_btn.bttn-cancel:hover, .ra_ic_btn.bttn-cancel:focus {
  text-decoration: none;
  border: 1px solid #b5b5b5;
  box-shadow: 0 0 15px 0 rgba(172, 172, 172, 0.1);
}

.ra_btn.bttn-border, .ra_ic_btn.bttn-border {
  background-color: #edf1ff;
  border: 1px solid #d4dbf5;
  color: #464646;
}

.ra_btn.bttn-border:hover, .ra_btn.bttn-border:focus, .ra_ic_btn.bttn-border:hover, .ra_ic_btn.bttn-border:focus {
  background-color: #d7ddf1;
  text-decoration: none;
  border: 1px solid #b5b5b5;
  box-shadow: 0 0 15px 0 rgba(172, 172, 172, 0.1);
}

.ra_btn.bttn-border-sha, .ra_ic_btn.bttn-border-sha {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  color: #424a58;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.ra_btn.bttn-border-sha:hover, .ra_btn.bttn-border-sha:focus, .ra_ic_btn.bttn-border-sha:hover, .ra_ic_btn.bttn-border-sha:focus {
  text-decoration: none;
  background-color: #6d6d6d;
  border: 1px solid #6d6d6d;
  box-shadow: 0 0 15px 0 rgba(172, 172, 172, 0.1);
  color: #fff;
}

.ra_btn.bttn-like, .ra_ic_btn.bttn-like {
  background-color: white;
  border: 1px solid #d9d9d9;
  color: #424a58;
}

.ra_btn.bttn-like i, .ra_ic_btn.bttn-like i {
  color: #f8833b;
}

.ra_btn.bttn-like:hover, .ra_btn.bttn-like:focus, .ra_ic_btn.bttn-like:hover, .ra_ic_btn.bttn-like:focus {
  text-decoration: none;
  border: 1px solid #de2353;
  box-shadow: 0 0 15px 0 rgba(222, 35, 83, 0.1);
}

.ra_btn.bttn-like.active, .ra_ic_btn.bttn-like.active {
  background-color: #e04a32;
  color: #fff;
  border: 1px solid #da3f27;
}

.ra_btn.bttn-like.active i, .ra_ic_btn.bttn-like.active i {
  color: #fff;
}

.ra_btn.bttn-lowstu, .ra_ic_btn.bttn-lowstu {
  background: #da8d29;
  border: 1px solid #da8d29;
  color: #fff;
}

.ra_btn.bttn-lowstu:hover, .ra_btn.bttn-lowstu:focus, .ra_ic_btn.bttn-lowstu:hover, .ra_ic_btn.bttn-lowstu:focus {
  background-color: #c57a18;
}

.ra_btn.bttn-highstu, .ra_ic_btn.bttn-highstu {
  background: #00876c;
  border: 1px solid #00876c;
  color: #fff;
}

.ra_btn.bttn-highstu:hover, .ra_btn.bttn-highstu:focus, .ra_ic_btn.bttn-highstu:hover, .ra_ic_btn.bttn-highstu:focus {
  background-color: #006e58;
}

.ra_btn .ic_listen_img, .ra_ic_btn .ic_listen_img {
  background: url("/images/senior/ico_all_listen.png") no-repeat center center;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 15px;
}

.ra_btn .ic_calendar_img, .ra_ic_btn .ic_calendar_img {
  background: url("/images/sub/ico_calendar_w.png") no-repeat center center;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 15px;
}

.ra_btn.bttn-trans, .ra_ic_btn.bttn-trans {
  background-color: transparent;
  border: 1px solid transparent;
  color: #393d49;
}

.ra_btn.bttn-trans i, .ra_ic_btn.bttn-trans i {
  color: #393d49;
}

.ra_btn.bttn-trans:hover, .ra_btn.bttn-trans:focus, .ra_ic_btn.bttn-trans:hover, .ra_ic_btn.bttn-trans:focus {
  text-decoration: none;
  border: 1px solid transparent;
  background: #f1f1f1;
}

.ra_btn.bttn-word, .ra_ic_btn.bttn-word {
  background-color: #4c5a81;
  color: #fff;
  border: 1px solid #4c5a81;
}

.ra_btn.bttn-word i, .ra_ic_btn.bttn-word i {
  color: #fff;
}

.ra_btn.bttn-word i.ic_word_img, .ra_ic_btn.bttn-word i.ic_word_img {
  background: url("/images/common/flashcard_card_ic.png") no-repeat center center;
  width: 21px;
  height: 18px;
  display: inline-block;
  background-size: 90%;
}

.ra_btn.bttn-word:hover, .ra_btn.bttn-word:focus, .ra_ic_btn.bttn-word:hover, .ra_ic_btn.bttn-word:focus {
  background-color: #3b4663;
}

.ra_btn.disable, .ra_ic_btn.disable {
  opacity: 0.8 !important;
  cursor: default;
  background: #dddfe5 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #adb0b5 !important;
}

.ra_btn.disable:hover, .ra_btn.disable:focus, .ra_ic_btn.disable:hover, .ra_ic_btn.disable:focus {
  background: #dddfe5 !important;
}

@media (min-width: 761px) {
  .ra_btn.m_width {
    min-width: 90px;
  }
  .ra_btn.btn_large {
    font-size: 16px;
    padding: 0 40px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    border-radius: 35px;
  }
  .ra_btn.btn_regular {
    font-size: 16px;
    padding: 0 20px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
  }
  .ra_btn.btn_sm {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
  }
  .ra_btn.btn_xs {
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
  }
  .ra_btn.btn_xs i {
    font-size: 13px;
  }
  .ra_btn.btn_xxs {
    font-size: 13px;
    padding: 0 10px;
    font-weight: 400;
    height: 24px;
    line-height: 1.6;
    border-radius: 20px;
  }
  .ra_ic_btn i {
    margin: auto 0;
    opacity: 1;
    text-align: center;
  }
  .ra_ic_btn.btn_regular {
    font-weight: 500;
    width: 40px;
    height: 40px;
  }
  .ra_ic_btn.btn_regular i {
    font-size: 20px;
  }
  .ra_ic_btn.btn_sm {
    width: 35px;
    height: 35px;
  }
  .ra_ic_btn.btn_sm i {
    font-size: 18px;
  }
  .ra_ic_btn.btn_xs {
    width: 25px;
    height: 25px;
  }
  .ra_ic_btn.btn_xs i {
    font-size: 12px;
  }
  .ra_ic_btn.btn_xxs {
    width: 24px;
    height: 24px;
  }
  .ra_ic_btn.btn_xxs i {
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .ra_btn.btn_large {
    font-size: 18px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
  }
  .ra_btn.btn_regular {
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    line-height: 2;
  }
  .ra_btn.btn_regular i {
    display: none;
    font-size: 16px;
  }
  .ra_btn.btn_sm {
    font-size: 14px;
    padding: .0 10px;
    height: 30px;
    line-height: 2;
  }
  .ra_btn.btn_xs {
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    line-height: 2;
  }
  .ra_btn.btn_xxs {
    font-size: 12px;
    padding: 0 10px;
    height: 24px;
    line-height: 2;
  }
  .ra_ic_btn i {
    vertical-align: middle;
    margin: 0;
    opacity: 1;
  }
  .ra_ic_btn.btn_regular {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .ra_ic_btn.btn_regular i {
    font-size: 18px;
  }
  .ra_ic_btn.btn_sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .ra_ic_btn.btn_sm i {
    font-size: 16px;
  }
  .ra_ic_btn.btn_xs {
    width: 28px;
    height: 28px;
  }
  .ra_ic_btn.btn_xs i {
    font-size: 12px;
  }
  .ra_ic_btn.btn_xxs {
    width: 24px;
    height: 24px;
  }
  .ra_ic_btn.btn_xxs i {
    font-size: 12px;
  }
}

input.basic_search_input, select.basic_search_select {
  width: max-content;
  border: 1px solid #ddd;
  color: #464646;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 8px 0 rgba(203, 203, 203, 0.2);
}

input.basic_search_input.ra_datepick, select.basic_search_select.ra_datepick {
  background: #fff url("/images/admin/ad_input_calendar.svg") no-repeat calc(100% - 10px) center;
  cursor: pointer;
  background-size: 18px;
}

input.basic_search_input::placeholder, select.basic_search_select::placeholder {
  color: #969696;
}

select.basic_search_select {
  background: #fff;
  background: #fff url("/images/ttFriendship/select_arr.svg") no-repeat calc(100% - 8px) center;
  appearance: none;
  background-size: 8px;
  padding-right: 22px !important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.basic_search_select::-ms-expand {
  display: none;
}

.ui-datepicker-trigger {
  display: none;
}

@media (min-width: 761px) {
  input.basic_search_input.input_regular, select.basic_search_select.input_regular, .ad_search_group.input_regular {
    font-size: 18px;
    padding: 5px 20px;
    height: 40px;
    line-height: 1;
    font-weight: 500;
  }
  input.basic_search_input.input_sm, select.basic_search_select.input_sm, .ad_search_group.input_sm {
    font-size: 16px;
    padding: 10px 15px;
    height: 35px;
    line-height: 1;
  }
  input.basic_search_input.input_xs, select.basic_search_select.input_xs, .ad_search_group.input_xs {
    font-size: 14px;
    padding: 4px 10px;
    height: 25px;
    line-height: 1;
  }
}

@media (max-width: 760px) {
  input.basic_search_input.input_regular, select.basic_search_select.input_regular, .ad_search_group.input_regular {
    font-size: 14px;
    padding: 8px 20px;
    height: 30px;
    line-height: 1;
  }
  input.basic_search_input.input_sm, select.basic_search_select.input_sm, .ad_search_group.input_sm {
    font-size: 14px;
    padding: 10px 15px;
    height: 30px;
    line-height: 1;
  }
  input.basic_search_input.input_xs, select.basic_search_select.input_xs, .ad_search_group.input_xs {
    font-size: 14px;
    padding: 4px 10px;
    height: 30px;
    line-height: 1;
  }
  input.basic_search_input.ra_datepick, select.basic_search_select.ra_datepick, .ad_search_group.ra_datepick {
    background-size: 15px;
  }
}

.basic_search_group {
  width: 100%;
  position: relative;
  margin: auto;
}

.basic_search_group .sort_right {
  text-align: right;
  float: right;
}

.basic_search_group .sort_center {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: auto;
  align-items: center;
}

.basic_search_group ul, .basic_search_group li {
  list-style: none;
}

.basic_search_group li {
  display: flex;
  align-items: center;
  gap: 0.5px;
}

.basic_search_group li label {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
}

.basic_search_group.aC {
  text-align: center;
}

@media (min-width: 761px) {
  .basic_search_group input[type="text"]::placeholder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .basic_search_group ul li {
    position: relative;
    float: left;
    padding-right: 10px;
  }
  .basic_search_group ul li:last-child {
    padding: 0;
  }
}

@media (max-width: 760px) {
  .basic_search_group {
    width: 100%;
  }
  .basic_search_group .sort_right {
    display: block;
    width: 100%;
  }
  .basic_search_group .sort_center {
    display: block;
    width: 100%;
  }
  .basic_search_group input[type="text"] {
    width: 100%;
  }
  .basic_search_group ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .basic_search_group ul input, .basic_search_group ul button {
    width: 100%;
  }
  .basic_search_group .ic_wave {
    display: block;
  }
}

.ad_search_group {
  width: 100%;
  position: relative;
  margin: auto;
  /* KSH 메뉴 관리일 경우 추가 */
}

.ad_search_group .sort_center {
  display: flex;
  justify-content: center;
}

.ad_search_group .sort_flex_col {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.ad_search_group .sort_flex_col p {
  width: 110px;
  text-align: left;
  flex-shrink: 1;
}

.ad_search_group .sort_flex_col li {
  justify-content: left;
  margin-left: 0;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  flex-shrink: 1;
}

.ad_search_group .sort_flex_col li .input_group_box {
  flex-shrink: 1;
  width: calc(100% - 100px);
}

.ad_search_group ul, .ad_search_group li {
  list-style: none;
}

.ad_search_group li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  flex: 1;
  font-size: 16px;
  justify-content: center;
}

.ad_search_group li:last-child {
  margin-left: 0;
}

.ad_search_group li:first-child {
  margin-left: 0;
}

.ad_search_group li label {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}

.ad_search_group li label.select_title {
  position: relative;
  padding: 0 10px;
}

.ad_search_group li label.select_title:after {
  content: '';
  position: absolute;
  background: #a5a5a5;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
}

.ad_search_group ul {
  width: 100%;
}

/* 
@media (min-width:761px) {
    .ad_search_group{
        input[type="text"]{
        &::placeholder{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
        }
        ul{
            li{position:relative;padding-right:10px; //float:left;
                &:last-child{padding:0;}
            }
        }
    }
}
    */
@media (max-width: 760px) {
  .ad_search_group {
    width: 100%;
  }
  .ad_search_group .sort_center {
    display: block;
    width: 100%;
  }
  .ad_search_group input[type="text"] {
    width: 100%;
  }
  .ad_search_group ul li {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    margin-left: 0;
  }
  .ad_search_group ul li label {
    min-width: 50px;
    text-align: left;
  }
  .ad_search_group ul input[type="text"], .ad_search_group ul input[type="button"], .ad_search_group ul button {
    width: 100%;
  }
}

/* KSH 240220 side 버튼 영역 */
.bottom_btn_side_wrap {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bottom_btn_side_wrap .bottom_btn_left {
  float: left;
  gap: 0.5px;
  display: flex;
  font-size: 15px;
  color: #464646;
}

.bottom_btn_side_wrap .bottom_btn_right {
  float: right;
  gap: 0.5px;
  display: flex;
  justify-content: right;
}

@media (min-width: 800px) and (max-width: 1000px) {
  .bottom_btn_side_wrap {
    display: block;
    margin: auto;
  }
  .bottom_btn_side_wrap .bottom_btn_left {
    width: 100%;
    margin: auto;
  }
  .bottom_btn_side_wrap .bottom_btn_right {
    width: 100%;
    margin-top: 10px;
  }
}

@media all and (max-width: 800px) {
  .bottom_btn_side_wrap {
    display: block;
    margin: auto;
  }
  .bottom_btn_side_wrap .bottom_btn_left {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .bottom_btn_side_wrap .bottom_btn_right {
    width: 100%;
    margin-top: 10px;
  }
}

/* KSH 240220 보정학습 - table 안에 들어가는 세부 항목 */
ul.table_in_correct {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

ul.table_in_correct li {
  float: none;
  padding: 4px 0;
  line-height: 30px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 1.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  gap: 5px;
}

ul.table_in_correct li:last-child {
  border-bottom: 0;
}

ul.table_in_correct_title {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1.5px dashed #cacaca;
}

ul.table_in_correct_title li {
  float: none;
  padding: 4px 0;
  line-height: 30px;
  font-size: 1.4px;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.table_in_correct_title li:last-child {
  border-bottom: 0;
}

ul.table_in_correct_title.border_none {
  border: 0;
  background: transparent;
}

@media (max-width: 700px) {
  /* KSH 240423 주석 해제 */
  ul.table_in_correct_title {
    display: flex;
    float: left;
    width: auto;
  }
  ul.table_in_correct {
    border-right: 0;
  }
  ul.table_in_correct li {
    justify-content: left !important;
    text-align: left;
  }
}

.padding_none {
  padding: 0 !important;
}

.bbs-list-correct {
  position: relative;
  width: 100%;
  margin: 5px 0;
  border-collapse: separate;
  margin-top: 20px;
  border-bottom: 0;
  overflow: hidden;
  border-collapse: collapse;
  background: #fff;
}

.bbs-list-correct.padding_none td {
  padding: 0;
}

.bbs-list-correct tr.active td {
  color: #282828;
}

.bbs-list-correct caption + tbody th {
  background-color: #fff;
}

.bbs-list-correct colgroup + tbody th {
  background-color: #fff;
}

.bbs-list-correct tr td a {
  color: #606677;
  font-weight: 700;
}

.bbs-list-correct thead
th {
  background: #f2f4f4;
  color: #464646;
  font-weight: 600;
}

.bbs-list-correct thead
th:first-child {
  border-radius: 10px 0 0 0;
}

.bbs-list-correct thead
th:last-child {
  border-radius: 0 10px 0 0;
}

.bbs-list-correct thead
th:first-child:before {
  display: none;
}

.bbs-list-correct thead
th:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background: #d1d1d1;
}

.bbs-list-correct td {
  border: 0.5px solid #bfbfbf;
}

.bbs-list-correct th {
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 15px 10px;
  background-color: #fff;
  color: #6d7996;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}

.bbs-list-correct th:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 14px;
}

.bbs-list-correct td {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  padding: 8px;
  color: #464646;
  vertical-align: middle;
  text-align: center;
}

.bbs-list-correct td a img {
  margin-left: 5px;
}

.bbs-list-correct td.aL {
  text-align: left;
}

.bbs-list-correct td.aR {
  text-align: right;
}

.bbs-list-correct thead tr:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 14px;
  background-color: #bfbfbf;
}

.bbs-list-correct .mobile_title {
  display: none;
}

.bbs-list-correct .mobile_title_s {
  display: none;
}

.bbs-list-correct .ic_answer {
  width: 30px;
  height: 30px;
  background: url("/images/tutor/quiz_correct.png") center center no-repeat #fff;
  background-size: 18px;
  display: block;
  margin: 2px auto;
}

.bbs-list-correct .ic_wrong {
  width: 30px;
  height: 30px;
  background: url("/images/tutor/quiz_wrong.png") center center no-repeat #fff;
  background-size: 18px;
  display: block;
  margin: 2px auto;
}

.bbs-list-correct .ic_triangle {
  width: 30px;
  height: 30px;
  background: url("/images/tutor/quiz_triangle.png") center center no-repeat #fff;
  background-size: 18px;
  display: block;
  margin: 2px auto;
}

@media (max-width: 700px) {
  .bbs-list-correct {
    /* KSH 데이터용 테이블일 컬럼 수 적을 경우 240422 추가 */
    /* KSH 240423 flex 추가 */
  }
  .bbs-list-correct.correct_display ul.table_in_correct_title {
    display: block;
  }
  .bbs-list-correct.correct_display tr {
    width: 100%;
    display: inline-table;
  }
  .bbs-list-correct.correct_display td {
    display: table-cell;
  }
  .bbs-list-correct.correct_display thead {
    display: block;
  }
  .bbs-list-correct.correct_display colgroup {
    display: block;
  }
  .bbs-list-correct.correct_display thead .display_n {
    display: block;
  }
  .bbs-list-correct.correct_display td.display_n {
    display: block;
  }
  .bbs-list-correct tr {
    overflow: hidden;
    clear: both;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #464646;
    align-items: center;
    margin-left: -1px;
    position: relative;
    margin: auto;
  }
  .bbs-list-correct caption + tbody tr:first-child td {
    border-top: none;
  }
  .bbs-list-correct th {
    background-color: #fff;
  }
  .bbs-list-correct td {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    padding: 5px;
  }
  .bbs-list-correct thead {
    display: none;
  }
  .bbs-list-correct colgroup {
    display: none;
  }
  .bbs-list-correct thead .display_n {
    display: none;
  }
  .bbs-list-correct td.display_n {
    display: none;
  }
  .bbs-list-correct td.mobile_width_20 {
    width: 20%;
  }
  .bbs-list-correct td.mobile_width_30 {
    width: 30%;
  }
  .bbs-list-correct td.mobile_width_40 {
    width: 40%;
  }
  .bbs-list-correct td.mobile_width_50 {
    width: 50%;
  }
  .bbs-list-correct td.mobile_width_100 {
    width: 100%;
    text-align: left;
  }
  .bbs-list-correct .mobile_title {
    position: relative;
    display: block;
    height: 30px;
    line-height: 2;
    text-align: center;
  }
  .bbs-list-correct .mobile_title:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 100%;
    left: -5%;
    z-index: -1;
  }
  .bbs-list-correct .mobile_title_s {
    display: inline-block;
    line-height: 2;
    min-width: 100px;
    float: left;
    font-weight: 600;
    padding-left: 10px;
    text-align: left;
    margin-right: 10px;
  }
}

@media (max-width: 620px) {
  .bbs-list-correct {
    min-width: 300px;
  }
}

.ra_label {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.ra_label.m_width {
  min-width: 90px;
}

.ra_label.label_regular {
  font-size: 16px !important;
  padding: 0 20px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}

.ra_label.label_sm {
  font-size: 16px !important;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
}

.ra_label.label_xs {
  font-size: 13px !important;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}

.ra_label.label_red {
  background-color: #ffe1dc;
  border: 1px solid #f0624c;
  color: #df2407;
}

.ra_label.label_gray {
  background: #f1f9ff;
  border: 1px solid #d5e6f2;
  color: #464646;
}

.ra_label.label_border {
  background: #fff;
  border: 1px solid #bfbfbf;
  color: #282828;
}

.ra_label.label_online {
  background-color: #83A863;
  color: #fff !important;
}

.ra_label.label_gray02 {
  background: #bfbfbf;
  border: 1px solid #bfbfbf;
  color: #282828;
}

.ra_label.label_teacher {
  background: #fff;
  color: #464646;
}

.ra_label.label_teacher02 {
  background: #f7ecff;
}

.ra_label.active, .ra_label:hover {
  background: #ffdd1a !important;
  border: 1px solid #ffca1a !important;
  color: #000 !important;
}

@media (max-width: 760px) {
  .ra_label.label_regular {
    padding: 0 10px;
    height: 30px;
    line-height: 2;
  }
  .ra_label.label_sm {
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    line-height: 1.8;
  }
  .ra_label.label_xs {
    font-size: 13px !important;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
  }
}

/* KSH 240220 센터형 버튼 영역 */
.ra_btn_center_wrap {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.ra_btn_center_wrap .ra_btn_left_in {
  gap: 0.5px;
  display: flex;
  justify-content: center;
}

.ra_btn_center_wrap .ra_btn_right_in {
  gap: 0.5px;
  display: flex;
  justify-content: center;
}

.ra_btn_center_wrap .ra_btn_center_in {
  gap: 0.5px;
  display: flex;
  align-items: center;
}

@media (max-width: 760px) {
  .ra_btn_center_wrap {
    display: grid;
    justify-content: center;
  }
  .ra_btn_center_wrap .ra_btn_left_in {
    align-items: center;
    display: flex;
  }
  .ra_btn_center_wrap .ra_btn_right_in {
    align-items: center;
    display: flex;
  }
}

.radio-input {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 13px;
  background-color: #fff;
  border: 2px solid #a9a9a9;
  color: #fff;
  outline: none;
  z-index: 0;
  appearance: none;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
}

.radio-input:checked {
  background-color: #fff;
  border: 2px solid #2985ea;
}

.radio-input:checked::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #2985ea;
  top: 4px;
  left: 4px;
}

.radio-input:disabled, .radio-input:disabled:hover {
  background-color: #cbd1d8;
  opacity: 0.6;
  pointer-events: none;
}

.radio-input:focus-visible {
  outline: 1px dotted #111;
}

.ra_file_in {
  width: 100%;
  text-align: left;
}

.ra_file_in label, .ra_file_in button {
  flex-shrink: 0;
}

.ra_file_in .ra_file_wrap {
  display: flex;
  gap: 0.5px;
  justify-content: left;
}

.ra_file_in .ra_file_wrap input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: none;
}

@media all and (max-width: 700px) {
  .ra_file_in {
    float: none;
    width: 100%;
  }
}

.ra_tap_top {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  border-bottom: 2px solid #272a51;
  /* KSH 대시보드일 경우 */
  /* &.ra_tap02 li {width:calc(100% / 2);}
    &.ra_tap03 li {width:calc(100% / 3);}
    &.ra_tap04 li {width:calc(100% / 4);}
    &.ra_tap05 li {width:calc(100% / 5);}
    &.ra_tap06 li {width:calc(100% / 6);} */
}

.ra_tap_top.dashboard {
  border-bottom: 0;
  display: flex;
  flex-direction: row !important;
}

.ra_tap_top.dashboard li {
  height: 30px;
  border-top: 0;
  border-left: 0;
  border-radius: 5px;
  background: transparent;
  margin-top: 0 !important;
}

.ra_tap_top.dashboard li a {
  font-size: 14px;
}

.ra_tap_top.dashboard li.on {
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(172, 172, 172, 0.6);
  margin-top: 0 !important;
}

.ra_tap_top.dashboard li.on:after {
  display: none !important;
}

.ra_tap_top.dashboard li.on a {
  font-size: 14px;
}

.ra_tap_top.dashboard li:last-child {
  border-right: 0;
  border-radius: 5px;
}

.ra_tap_top.dashboard li:last-child:after {
  display: none;
}

.ra_tap_top.dashboard li:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  background: #bec5d2;
  width: 1px;
  height: 90%;
}

.ra_tap_top li {
  position: relative;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
  padding: 0 18px;
  margin: 0;
  height: 45px;
  min-width: 100px;
  margin-left: -1px;
}

.ra_tap_top li:first-child {
  border-radius: 5px 0 0 0;
}

.ra_tap_top li:first-child a span {
  height: 100%;
  color: #464646;
}

.ra_tap_top li:first-child a:active {
  text-decoration: none;
}

.ra_tap_top li:last-child {
  border-radius: 0 5px 0 0;
}

.ra_tap_top li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #464646;
  letter-spacing: -0.04em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  line-height: 1.2;
}

.ra_tap_top li a:active {
  text-decoration: none;
}

.ra_tap_top li a[target="_blank"]:after {
  display: block;
  right: 25px;
  width: 17px;
  height: 17px;
}

.ra_tap_top li a:after {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 13px;
  height: 8px;
}

.ra_tap_top li.on {
  position: relative;
  z-index: 10;
  color: #fff !important;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
  background: #272a51;
  border: 0;
}

.ra_tap_top li.on:before {
  display: none;
}

.ra_tap_top li.on a {
  display: block;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
}

.ra_tap_top li.on a span {
  position: relative;
  color: #fff;
  word-wrap: break-word;
}

.ra_tap_top li.on a:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 13px;
  height: 8px;
}

.ra_tap_top li.on a:hover, .ra_tap_top li.on a:link, .ra_tap_top li.on a:active, .ra_tap_top li.on a:visited {
  text-decoration: none;
}

@media (min-width: 861px) {
  .ra_tap_top {
    position: relative;
  }
  .ra_tap_top li {
    float: left;
  }
}

@media (max-width: 860px) {
  .ra_tap_top {
    width: 100%;
  }
  .ra_tap_top li {
    float: left;
  }
  .ra_tap_top li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .ra_tap_top {
    border-bottom: none;
  }
  .ra_tap_top.dashboard li a {
    height: auto;
  }
  .ra_tap_top li {
    margin-left: 0;
  }
  .ra_tap_top li.on a span {
    font-size: 15px;
  }
  .ra_tap_top.tab2 li {
    width: calc(100% / 2);
  }
  .ra_tap_top.tab3 li {
    width: calc(100% / 2);
  }
  .ra_tap_top.tab6, .ra_tap_top.tab5, .ra_tap_top.tab4 {
    flex-wrap: wrap;
  }
  .ra_tap_top.tab6 li, .ra_tap_top.tab5 li, .ra_tap_top.tab4 li {
    width: calc(100% / 2);
    border: 1px solid #b8c3d6;
    margin: 0 -1px -1px 0;
    border-radius: 0 !important;
  }
  .ra_tap_top.tab6 li:first-child, .ra_tap_top.tab5 li:first-child, .ra_tap_top.tab4 li:first-child {
    border-radius: 0px;
  }
  .ra_tap_top.tab6 li:last-child, .ra_tap_top.tab5 li:last-child, .ra_tap_top.tab4 li:last-child {
    border-radius: 0px;
  }
  .ra_tap_top.tab6 li.on, .ra_tap_top.tab5 li.on, .ra_tap_top.tab4 li.on {
    border: 2px solid #6d7996;
  }
  .ra_tap_top.tab6 li + li:before, .ra_tap_top.tab5 li + li:before, .ra_tap_top.tab4 li + li:before {
    display: none;
  }
}

@media (max-width: 640px) {
  .ra_tap_top li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ra_tap_top li + li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 0.5px;
    height: 17px;
  }
  .ra_tap_top li a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    padding: 1px;
  }
  .ra_tap_top li a span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tabs_list > .tabs_cont {
    font-size: 14px;
  }
}

.box_search_v2 {
  clear: both;
  width: 100%;
  padding: 20px;
  margin-bottom: 2rem;
  text-align: center;
}

.box_search_v2.bg-white {
  background-color: #fff;
  border: 1px solid #efefef;
}

.box_search_v2.bg-skyblue {
  background-color: #f8f9fd;
}

.box_search_v2 .cont_search {
  position: relative;
  display: inline-block;
  text-align: center;
}

.box_search_v2 .cont_search ul, .box_search_v2 .cont_search li {
  list-style: none;
}

.box_search_v2 .cont_search ul {
  display: flex;
  gap: 0 .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.box_search_v2 .cont_search ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
}

.box_search_v2 .cont_search ul li.input {
  width: 80%;
}

.box_search_v2 .cont_search ul li.input input[type=text] {
  width: 100%;
}

.box_search_v2 .cont_search ul li.button input[type=button] {
  width: 100%;
}

.box_search_v2 .cont_search ul li .top_contents_wrap .tit .select_date .calendar_box {
  margin-left: 0;
}

.box_search_v2 .cont_search ul li .datepicker-group .input-type {
  height: auto;
  line-height: initial;
}

.box_search_v2 .cont_search ul.bottom li {
  margin-bottom: 0;
}

.box_search_v2 .cont_search ul.bottom li input[type="text"]::placeholder, .box_search_v2 .cont_search ul.bottom li input[type="text"]::-moz-placeholder, .box_search_v2 .cont_search ul.bottom li input[type="text"]::-moz-progress-bar {
  color: #333;
}

.box_search_v2 .cont_search select {
  display: inline-block;
  font-size: 1.5rem;
  padding: 1rem;
  border: 1px solid #bebebe;
}

.box_search_v2 .cont_search input[type="text"] {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #bebebe;
  padding: .7rem 1rem;
}

.box_search_v2 .cont_search input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px black;
  box-shadow: inset 0 0 0 1px black;
}

.box_search_v2 .cont_search input[type="text"]::placeholder, .box_search_v2 .cont_search input[type="text"]::-moz-placeholder, .box_search_v2 .cont_search input[type="text"]::-moz-progress-bar {
  color: #333;
}

.box_search_v2 .cont_search input[type="button"] {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  padding: .7rem 1.5rem;
}

.option-input {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 1.3rem;
  border-radius: 5px;
  background-color: #cbd1d8;
  border: none;
  color: #fff;
  outline: none;
  z-index: 0;
  appearance: none;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
}

.option-input:hover {
  background-color: #9faab7;
}

.option-input:checked {
  background-color: #0f623d;
}

.option-input:checked::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.3rem;
  text-align: center;
  background-image: url("/images/admin/ico_check_white.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 50% 50%;
}

.option-input:checked::after {
  content: '';
  display: block;
  position: relative;
  background-color: #d1d1d1;
}

.option-input:focus-visible {
  outline: 1px dotted #111;
}

.option-input.radio {
  position: relative;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.option-input.radio:disabled, .option-input.radio:disabled:hover {
  background-color: #cbd1d8;
  opacity: 0.6;
  pointer-events: none;
}

.radio-input {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 1.3rem;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #a9a9a9;
  color: #fff;
  outline: none;
  z-index: 0;
  appearance: none;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
}

.radio-input:checked {
  background-color: #fff;
  border: 2px solid #0f623d;
}

.radio-input:checked::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #0f623d;
  border-radius: 50px;
  top: 4px;
  left: 4px;
}

.radio-input:disabled, .radio-input:disabled:hover {
  background-color: #cbd1d8;
  opacity: 0.6;
  pointer-events: none;
}

.radio-input:focus-visible {
  outline: 1px dotted #111;
}

textarea.ra_textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #d2d1d1;
  height: 200px;
  resize: none;
  font-size: 16px;
  /* box-shadow: 0 0 8px 0 rgba(203, 203, 203, 0.2); */
}
