@charset "UTF-8";
:root {
  /* --red-color: #e73c3c;
  --red05-color: #ffeaea;
  --grey01-color: #ededed;
  --grey02-color: #d0d2e2; */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

table,
th,
td {
  border: 0;
  border-spacing: 0px;
  border-collapse: collapse;
}

input:focus {
  outline: none;
}

#eduContent {
  position: relative;
  display: block;
  width: 1200px;
  /* height: 700px; */
  margin: 0 auto;
  background: #ffffff;
  margin-top: 1rem;
}

#eduContent .inner {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: flex-end;
  min-height: 0; /* IE11 flexbox 안정화 */
}

button {
  border: 0;
}

.btn {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.btnPlus {
  width: 120px;
  height: 40px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e73c3c;
  color: #e73c3c;
  margin-bottom: 16px;
  font-weight: 600;
}

.tablePopup tbody tr td .btn {
  width: 50px;
  padding: 5px;
}

.btnEdit {
  background: #555555;
  color: #ffffff;
}

.btnDelete {
  background: #e73c3c;
  color: #ffffff;
}

.tablePopup {
  border: 0;
  width: 100%;
  margin-bottom: 16px;
}
.tablePopup:last-child {
  margin-bottom:0;
}

.tablePopup * {
  vertical-align: middle;
}

table thead,
table tbody tr {
  height: 50px;
  font-size: 14px;
  text-align: center;
}

table.tablePopup thead {
  background: #f3f3f5;
  border-top: 2px solid #e73c3c;
  border-bottom: 1px solid #ededed;
}

table tbody {
  background: #ffffff;
}

table thead tr th,
table tbody tr td {
  border: 0;
}



table tbody tr {
  border-bottom: 1px solid #ededed;
}

table tbody tr td {
  border-right: 1px solid #ededed;
}
table tbody tr td.bdrNone {
  border-right:0;
}
table tbody tr td:last-child {
  border-right: 0;
  position: relative;
}
table tbody tr td.borderRight {
  border-right: 1px solid #ededed;
}

.modalWrap {
  position: fixed;
  left: 0;
  top: 0;
  /*     display: none; */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.modalWrap td *,
.modalWrap div *,
.modalWrap span *,
.modalWrap p * {
  vertical-align: middle;
}

.modalCon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*     display: block; */
  width: 800px;
  height: 500px;
  background: #fff;
}

.modalHeader {
  background: #e73c3c;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  align-items: center;
  min-height: 0;
}

.modalHeader h3 {
  color: #ffffff;
  margin: 0;
  font-size: inherit;
}

.modalHeader h3:after {
  display: none;
  content: "";
}

.modalHeader .btnClose {
  position: relative;
  width: 30px;
  height: 30px;
  background: #e73c3c;
  border-radius: 50%;
  cursor: pointer;
}

.modalHeader .btnClose::before {
  content: "x";
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(0.7);
  font-size: 28px;
  color: #ffffff;
  font-weight: 100;
}

.modalBody {
  padding: 1rem;
  background: #fff;
}

.modalBody2 {
  height: 474px;
}

.modalScroll {
  max-height: 100%;
  overflow-y: auto;
}

.applyBody {
  height: 400px;
  overflow-y: auto;
}

.schBox {
  margin-bottom: 20px;
}
.schBox dt {
  margin-right: 10px;
}

.schBox dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.schBox dl input,
.eduBody .eduLeft div input,
.errorMt input,
.inputGp input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ededed;
  margin-right: 10px;
  padding: 10px;
}

.schBox .btnWrap {
  display: inline-block;
  text-align: right;
}
.schBox .btnWrap buttom {
  display: inline-block;
}

.schBox.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.btnSch {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #ffffff;
  background: url(/images/sp/monit/iconSearchWh.svg) no-repeat center center / 20px, #e73c3c;
}

.btnRoleSch {
  position: absolute; /* 절대 위치 지정 */
  right: 15px; /* 부모 요소의 오른쪽 끝으로 이동 */
}

.mdbtnEdit {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  color: #ffffff;
  background: url(/images/sp/monit/iconEdit.svg) no-repeat center center / 22px, #ededed;
  cursor: pointer;
}

.mdbtnPlus {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  color: #ffffff;
  background: #e73c3c;
  cursor: pointer;
  font-size: 24px;
}

.modalTable5 thead tr th,
.modalTable5 tbody tr td {
  width: 17%;
}

.modalTable6 thead tr th,
.modalTable6 tbody tr td {
  width: 16%;
}

.modalTable7 thead tr th,
.modalTable7 tbody tr td {
  width: 12.5%;
}

.modalTable8 thead tr th,
.modalTable8 tbody tr td {
  width: 12.5% !important;
}

/* 교육 관리 - 교육 관리자 */
.tabMenu {
  margin: 1rem 0;
}

.tabMenu ul {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.tabMenu ul li {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e73c3c;
  text-align: center;
}

.tabMenu ul li a {
  display: block;
  width: 100%;
  /* padding: 10px; */
  color: #e73c3c;
  line-height: 50px;
}

.tabMenu ul li.active {
  background: #e73c3c;
}

.tabMenu ul li.active a {
  color: #fff;
}

select {
  cursor:pointer;
}
.selectGrp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.selectGrp select,
.eduBody .eduLeft div select {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ededed;
  margin-right: 10px;
  padding: 10px;
}

.selectGrp_r {
  display: flex;
  justify-content: center;
}

.btnDiv {
  /*  display: flex;
  align-items: center;
  justify-content: end; */
  margin-top: 16px;
  text-align: right;
}

.btn-EduPlus {
  width: 85px;
  height: 40px;
  padding: 10px;
  background: #ffffff;
  color: #e73c3c;
  border: 1px solid #e73c3c;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}

.tbTitleDIv {
  margin-bottom: 16px;
}

.tbTitleDIv h3 {
  margin: 0;
  font-size: 20px;
  text-align: left;
}

.tbTitleDIv h3:after {
  display: none;
  content: none;
}

.mdWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1200px;
  height: 600px;
  background: #fff;
  z-index: 1;
}

.lgWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1400px;
  height: 550px;
  background: #fff;
  z-index: 1;
}

/* .mdWrap:before {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
} */

.modalBody h3:after {
  content: "";
  display: none;
}

.modalBody h3 {
  margin: 0;
  text-align: left;
  font-size: 18px;
}

.modalBody.eduBody {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  min-height: 0;
  height: 600px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.modalBody.eduBody .eduLeft {
  width: 75%;
  height: 100%;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}

.modalBody.eduBody .eduRight {
  width: 24%;
  /*     height: 545px; */
  /*     overflow-y: scroll; */
}
.modalBody.eduBody .eduRight h4 {
  font-size: 16px;
  background: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.modalBody.eduBody .eduLeft .eduLeftTop {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.modalBody.eduBody .eduLeft div p {
  display: flex;
  flex-direction: column;
  width: 20%;
}

.modalBody.eduBody .eduLeft div p.d-row {
  width: 40%;
}

.modalBody.eduBody .eduLeft div p label {
  margin-bottom: 6px;
}

.eduLeft .eduLeft-Tab {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-top: 0;
  min-height: 0;
}

.eduRight .selectTargetBox {
  display: flex;
  text-align: center;
  margin-top: 10px;
}

.eduRight .selectTargetBox li {
  width: 100%;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.2;
}
.eduRight .selectTargetBox li:first-child {
  border-right: 0;
}
.eduRight .selectTargetBox li.active {
  background: #e73c3c;
  border-color: #e73c3c;
}

.eduRight .selectTargetBox li a {
  display: block;
}

.eduRight .selectTargetBox li.active a {
  color: #fff;
}

.personSearch {
  position: relative;
  margin-bottom: 10px;
  background: #fff;
}
.personSearch input {
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
}
.personSearch button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: transparent;
  border-color: transparent;
  background: #999 url(/images/sp/iconSearchW.svg) no-repeat center;
  cursor: pointer;
}

.personList {
  position: absolute;
  left: 50%;
  top: 48px;
  z-index: 9;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-height: 270px;
  overflow-y: auto;
  width: calc(100% - 2rem);
  transform: translateX(-50%);
  background: #fff;
}
.personList li {
  cursor: pointer;
  padding: 5px;
}
.personList li:hover {
  background: #ebebeb;
}

.personAllList {
  max-height: 250px;
  overflow-y: auto;
}

/* 교육 목록 */
.edu-count {
  font-weight: bold;
}

.edu-count-number {
  font-weight: bold;
  color: #e73c3c;
}
.info-title {
  color: #222;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.user-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  width: 100%;
  background: #ffeaea;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 38px;
  margin-bottom: 20px;
  min-height: 208px;
}

.btn-container {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.btn-container-group {
  position: absolute;
  top: 10px;
  right: 10px;
}
.btn-container-group button {
  margin: 5px;
}
.btn-container-group div {
  margin: 5px;
  display: flex;
  justify-content: flex-end;
}

.div-line {
  width: 124px;
  height: 4px;
  background-color: #e73c3c;
  margin-top: 10px;
}

.btn-user-edu-count {
  display: inline-block;
  width: 164px;
  height: 120%;
  padding: 16px;
  margin: 0 9px;
  background: white;
  border-radius: 10px;
  border: 1px solid #e73c3c;
  font-size: 15px;
}

.tab_con {
  display: none;
}

.tab_con_active {
  display: block;
}

.newRegWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.newRegWrap input,
.newRegWrap select {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ededed;
  margin-right: 10px;
  padding: 10px;
}
.newRegWrap input[type="text"] {
  width: 38%;
}
.newRegWrap select {
  width: 10%;
}
.newRegWrap button {
  width: 5%;
  font-size: 1.5rem;
  background: #e73c3c;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.title-mt {
  margin-top: 20px;
}

.btPlus_edu {
  width: 120px;
  height: 40px;
  padding: 10px;
  background: #e73c3c;
  border: 1px solid #e73c3c;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: 600;
}

.btPlus_time {
  width: 120px;
  height: 40px;
  padding: 10px;
  background: #e73c3c;
  border: 1px solid #e73c3c;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
}

.btDelete_time {
  width: 120px;
  height: 40px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e73c3c;
  color: #e73c3c;
  font-weight: 600;
  margin-right: 20px;
  border-radius: 5px;
}

.btn_download {
  background: #fff;
  color: #e73c3c;
  border-bottom: 1px solid #e73c3c;
  cursor: pointer;
  border-radius: 0 !important;
}

.eduspan {
  padding: 2px 10px;
  border-radius: 5px;
  color: #000;
}

.edu_o {
  background: #d6efff;
}

.edu_x {
  background: #ffeaea;
}

.btnDownload {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  color: #ffffff;
  background: url(/images/sp/iconDownloadBk.svg) no-repeat center center / 24px, #ededed;
  cursor: pointer;
}

.btnTrash {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  color: #ffffff;
  background: url(/images/sp/monit/iconTrash.svg) no-repeat center center / 24px, #ffeaea;
  cursor: pointer;
}

.btnUpload {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  color: #ffffff;
  background: url(/images/sp/iconLink.svg) no-repeat center center / 24px, #d0d2e2;
  cursor: pointer;
}
.nonOCR {
  background: url(/images/sp/iconLink_ocrx.svg) no-repeat center center / 24px, #d0d2e2;
}
.chkTtWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.certSchTWrap .certBox {
  margin : 0px
}

.certSchTWrap .certSch {
  margin : 0px
}

.chkTtWrap h3:after {
  display: none;
  content: none;
}

.chkTtWrap h3 {
  margin: 0;
}

.chkTtWrap .chkTit {
  margin-right: 10px;
}

.titleWrap span {
  white-space: nowrap;
}

.chkTit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.mdTab,
.eduLeft-Tab {
  height: 50px;
  display: block;
}

.mdTab ul {
  width: 100%;
  height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.eduLeft-Tab ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.mdTab ul li,
.eduLeft-Tab ul li {
  width: 50%;
  border: 1px solid #e73c3c;
  text-align: center;
}

.mdTab ul li.active,
.eduLeft-Tab ul li.active {
  background: #e73c3c;
}

.mdTab ul li a,
.eduLeft-Tab ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #e73c3c;
  font-size: 15px;
}

.mdTab ul li.active a,
.eduLeft-Tab ul li.active a {
  color: #fff;
}

.mdTabList {
  position: relative;
  display: block;
  /*     height: 300px;
  height: 600px; */
  overflow-y: scroll;
}

.tab_con {
  position: relative;
  display: none;
  width: 100%;
  background: #fff;
  margin-top: 4px;
  height: 100%;
  max-height: 400px;
  overflow: auto;
}

.tab_con_active {
  display: block;
}

.mdTabList::-webkit-scrollbar {
  width: 10px; /* 스크롤바의 너비 */
}

.mdTabList::-webkit-scrollbar-thumb {
  height: 3%; /* 스크롤바의 길이 */
  background: #e73c3c; /* 스크롤바의 색상 */
  border-radius: 10px;
}

.mdTabList::-webkit-scrollbar-track {
  background: #ffeaea; /*스크롤바 뒷 배경 색상*/
}

.modalMd {
  /* height: 800px !important; */
  width: 1000px !important;
}

.errorMt {
  margin-top: 60px;
}

.btnSite,
.btnQr {
  width: 100%;
  height: 40px;
  background: #ededed;
  margin-top: 20px;
}

.btnQr {
  width: 75%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e73c3c;
  color: #e73c3c;
  margin-top: 20px;
}

.toggleBox input#btnYes:checked + label {
  color: #fff;
}

.toggleBox input#btnNo:checked + label {
  color: #fff;
}

.psWrap {
  width: 100%;
  padding: 0 16px;
}

.psBtnWrap {
  display: flex;
  justify-content: space-between;
}

.PlusSite {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 16px;
}

.PlusSite h3 {
  margin: 0;
}

.PlusSite h3:after {
  display: none;
  content: none;
}

.ps_num {
  width: 5%;
  text-align: center;
  background: #ccc;
  /*    height: 201px;*/
  line-height: 201px;
  font-size: 16px !important;
  text-align: center !important;
}

.ps_delete {
  background: #e73c3c;
  width: 10%;
  text-align: center;
  color: #fff;
  /*    height: 201px;*/
  line-height: 201px;
  font-size: 16px !important;
  cursor: pointer;
}

table.ps_table {
  border: 0 !important;
  width: 85%;
  min-height: 201px;
}

.ps_table tr th {
  background: #f3f3f5;
  border-bottom: 1px solid #ccc;
}

.ps_table tr td {
  border-bottom: 1px solid #ccc;
}

.ps_table tr:first-child th,
.ps_table tr:first-child td {
  border-top: 1px solid #ccc;
}
.ps_table tr:last-child th,
.ps_table tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.timeWrap {
  /* display:flex; */
  text-align: left;
  padding-left: 25px;
  margin: 5px 0px;
}

.timeWrap .keyWrap {
  display: flex;
  align-items: center;
}

.keyWrap {
  display: flex;
}

.keyWrap textarea {
  resize: none;
  flex: 1;
  padding: 5px;
  border: 1px solid #ededed;
  border-radius: 5px;
  width: 50%;
}

.keyWrap label {
  /*  display: inline-block;*/
  padding: 10px;
  color: #fff;
  vertical-align: middle;
  background-color: #999999;
  cursor: pointer;
  height: 40px;
  width: auto;
  /*  line-height: 20px;*/
}

.certKeyUp {
  border-radius: 5px;
}

.timeWrap select {
  width: 26.5%;
  margin-right: 0px !important;
}

.timeWrap input {
  width: 31%;
  margin-right: 0px !important;
}

.groupTimeWrap select {
  width: 20%;
}

.r_top {
  position: relative;
  height: 340px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0 1rem 1rem;
  margin-bottom: 10px;
}

.eduLeft-Tab::-webkit-scrollbar,
.r_top::-webkit-scrollbar,
.personList::-webkit-scrollbar,
.personAllList::-webkit-scrollbar {
  width: 5px; /* 스크롤바의 너비 */
}

.eduLeft-Tab::-webkit-scrollbar-thumb,
.r_topt::-webkit-scrollbar-thumb,
.personList::-webkit-scrollbar-thumb,
.personAllList::-webkit-scrollbar-thumb {
  height: 2px; /* 스크롤바의 길이 */
  background: #e73c3c; /* 스크롤바의 색상 */
  border-radius: 10px;
}

.eduLeft-Tab::-webkit-scrollbar-track,
.r_top::-webkit-scrollbar-track,
.personList::-webkit-scrollbar-track,
.personAllList::-webkit-scrollbar-track {
  background: #ffeaea; /*스크롤바 뒷 배경 색상*/
}

.TopSel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
}

.tsGrop {
  display: flex;
  flex-direction: column;
  width: 350px;
}

.tsGrop label {
  margin-bottom: 5px;
}

.tmGrop {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.tmGrop select {
  width: 50%;
}

.modalFt {
  /*  display: flex;
  align-items: center;
  justify-content: end; */
  height: 50px;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 1rem;
  height: auto;
  background: #fff;
  text-align: right;
}

.BotSel {
  display: flex;
  flex-direction: row;
}

.btn_x {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #ffffff;
  background: #e73c3c;
  cursor: pointer;
  font-size: 22px;
}

.eduUp {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #ffffff;
  background: #ccc;
  cursor: pointer;
}

.fileW {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}

.filebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.filebox .upload-name {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width: 78%;
  color: #999999;
}

.filebox label {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  vertical-align: middle;
  background-color: #999999;
  cursor: pointer;
  height: 40px;
  margin-left: 10px;
  width: auto;
  line-height: 20px;
}

.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.wd_43p {
  width: 43%;
  margin: 0px !important;
}

.wd_90p {
  width: 90%;
}
.chkPerson {
  margin-top: 10px;
}
.chkPerson label {
  cursor: pointer;
}
.chkPerson ul li ul {
  padding-left: 1.5rem;
}

.chkPerson ul li p button {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.claPlus {
  background-image: url(/images/sp/education/iconAdd.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  cursor: pointer;
}

.claMinus {
  background-image: url(/images/sp/education/iconRemove.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  cursor: pointer;
}

.chkPerson ul > li {
  width: 100%;
  margin-bottom: 5px;
}

.chkPerson .titWrap {
  display: flex;
  align-items: center;
}

.chkPerson .titWrap input {
  margin-right: 10px;
}

.chkPerson .titWrap p {
  display: flex;
  align-items: center;
}

/*
.chkPerson.chkAuto ul{
  display:flex;
  flex-wrap:wrap;
}
.chkPerson.chkAuto li {
  width:auto;
  min-width:50%;
  margin-bottom:10px;
  
}
.chkPerson.chkAuto label {
  cursor:pointer;
} 
*/

.r_top [type="checkbox"] {
  appearance: none; /* 기본(네이티브) 모양을 제거 */
  box-sizing: border-box;
  background-clip: content-box;
  padding: 0.25em;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid gray;
  cursor: pointer;
}

.r_top [type="checkbox"]:checked {
  border-color: #e73c3c;
  background-color: #e73c3c;
}

.allChk {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}

.allChk label {
  margin-right: 6px;
  font-weight: 500;
}

.table_udFile {
  width: 100%;
}

.table_udFile tr th {
  background: #f3f3f5;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  width: 10%;
  vertical-align: middle;
}

.table_udFile tr:first-child th,
.table_udFile tr:first-child td {
  border-top: 1px solid #ccc;
}

.table_udFile tr td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.r_bot h4 {
  margin-bottom: 10px;
}

.table_udFile .filebox label {
  height: 36px;
  margin: 0 auto;
  width: 80%;
  line-height: 14px;
}

.table_udFile .btn_dexcel {
  display: inline-block;
  padding: 10px 20px;
  color: #e73c3c;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e73c3c;
  cursor: pointer;
  height: 36px;
  width: 80%;
  line-height: 14px;
  border-radius: 5px;
  font-size: 12px;
}

.inputGp div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.inputGp div label {
  margin-bottom: 6px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  z-index: 10;
  display: none;
}
/*로딩스피너*/
.loading {
  position: fixed;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  z-index: 999999;
}

.deptListTabOver .loading {
  top: auto;
  left: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.3rem 0;
}

.pagination a:first-child {
  border-left: 1px solid #ccc;
}

.pagination .current a {
  background: #e73c3c;
  color: #fff;
}

.pagination a {
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  display: block;
  text-align: center;
  line-height: 30px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.flexEnd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flexEnd p {
  font-size: 20px;
}

/*버튼*/
button[class^="btn"] {
  cursor: pointer;
  border-radius: 5px;
}

button[class^="btn"].wd60 {
  min-width: 60px;
}

.btnGreen {
  min-width: 90px;
  padding: 0 10px;
  height: 35px;
  background: #33af77;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}

.btnRed {
  min-width: 90px;
  height: 35px;
  padding: 0 10px;
  background: #e73c3c;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
}

.btnRed2 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 130px;
}

.btnRed2:hover {
  box-shadow: 0 0 5px rgba(231, 60, 60, 0.5);
}

.btnRedLine {
  min-width: 80px;
  padding: 0 10px;
  height: 30px;
  color: #fff;
  background: #fa6161;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  transform: rotate(0.03deg);
}

.btnRedLine a {
  color: #fff;
}

.btnGray {
  min-width: 90px;
  padding: 0 10px;
  height: 35px;
  background: #888;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
}

.btnAdd {
  background: #555;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  line-height: 32px;
}

.btnRemove {
  background: #999;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  line-height: 32px;
}

.newInput {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ededed;
  padding: 10px;
}

.toggleBox {
  margin-top: 20px;
  width: 25%;
  position: relative;
  /*  padding:1rem;*/
  /*  padding-left:0.5rem;*/
  /*  background:#f8f8f8;*/
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggleBox input[type="radio"] + label {
  position: relative;
  width: 100px;
  height: 35px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  text-align: center;
  line-height: 35px;
  border-radius: 35px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s linear;
}

.toggleBox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 35px;
  background: #eaeaea;
  border-radius: 35px;
  z-index: 1;
}

.toggleBox input[type="radio"] {
  appearance: none;
  position: absolute;
  left: -9999px;
  width: 0;
  overflow: hidden;
}

.colorBlock.left {
  left: calc(50% - 100px);
  background: #e73c3c;
}

.colorBlock.right {
  left: 50%;
  background: #888;
}

.colorBlock {
  position: absolute;
  top: 50%;
  left: calc(50% - 100px);
  transform: translateY(-50%);
  width: 100px;
  height: 35px;
  background: #e73c3c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  border-radius: 35px;
  cursor: pointer;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: 0.3s;
}
.tableWrap {
  width: 100%;
}
.tableWrap .tableList {
  margin-bottom: 40px;
  height: auto;
  max-height: 400px;
}

.tableList {
  width: 100%;
  height: 700px;
  overflow-y: auto;
}

.tableList::-webkit-scrollbar {
  width: 5px; /* 스크롤바의 너비 */
}

.tableList::-webkit-scrollbar-thumb {
  height: 3%; /* 스크롤바의 길이 */
  background: #7a7a7a; /* 스크롤바의 색상 */
  border-radius: 5px;
}

.tableList::-webkit-scrollbar-track {
  background: #ddd; /*스크롤바 뒷 배경 색상*/
}

.tbTitleWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.tbTitleWrap .btnPlus {
  margin-bottom: 0;
}
.tbTitle {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  max-width: 80%;
}
.tbTitle:before {
  content: "";
  width: 3px;
  height: 16px;
  background: #e73c3c;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.tableList small,
.tableWrap small {
  font-size: 14px;
  color: #424242;
  margin-bottom: 8px;
  display: inline-block;
}
.iptWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.iptBox {
  display: flex;
  align-items: center;
}

/* tr 클릭방지 */
.dimLayer {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.1);
  /* filter: blur(0.5px); */
}
.dimLayer td {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.dimLayer td * {
  opacity: 0.8;
}
.dimLayer .clickableTd {
  opacity: 1;
  pointer-events: auto;
  background: #fff;
  cursor: pointer;
  border-color: #ededed;
}

.dimLayer .clickableTd * {
  opacity: 1;
}

.listBodyCon {
  height: 445px;
  overflow-y: auto;
}

.tarSearchCon input {
  border: 1px;
}

.tbSearchWrap {
  display: flex;
  justify-content: space-between;
}

.tbSearchWrap input {
  margin-right: 5px;
  height: 40px;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 0px 10px;
}

.certSch {
  margin-bottom: 16px;
}

.titleWrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 70%;
}

.certSchTWrap {
  justify-content: space-between;
}

.titleWrap left {
  display: flex;
  align-items: center;
}

.editorBox {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  font-family: sans-serif;
}

.fixedText {
  background-color: #f9f9f9;
  padding: 8px;
  border-bottom: 1px solid #ccc;
  white-space: pre-wrap;
}

.inputArea {
  border: none;
  padding: 8px;
  width: 100%;
  resize: vertical;
  font-size: 14px;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.5;
}

.inputArea:focus {
  outline: none;
}

/* 교육이수자관리 - 하위부서 아코디언 */
.btnTdTitle {
  /* padding: 0 1rem; */
  position: relative;
  background: none;
  cursor: pointer;
}

.table.tablePopup.modalTable {
  table-layout: fixed; /* colgroup width 적용 */
  width: 100%;
  border-collapse: collapse;
}


.btnTdTitle:hover *{
  text-decoration: underline;
}


.btnAccordion {
  width: 25px;
  height: 25px;
  font-size: 0;
  border-radius: 5px;
  color: #ffffff;
  background: #FDEAEA url(/images/sp/iconToggleTop.svg) no-repeat center center / cover;
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s;
}
.btnAccordion.on {
  background: #FDEAEA url(/images/sp/iconToggleTopOn.svg) no-repeat center center / cover;
  transform: rotate(0);
}

.btnTd {
  background: none;
  cursor: pointer;
  width: 100%; /* 버튼이 td 전체 영역 차지 */
  text-align: left;
  padding: 0;
}

.btnTd span {
  display: inline-block; /* width 적용 가능하게 */
  max-width: 100%;       /* td 영역 내에서만 */
  white-space: nowrap;   /* 한 줄로 유지 */
  overflow: hidden;      /* 넘치면 숨김 */
  text-overflow: ellipsis; /* ... 표시 */
  vertical-align: middle;
}

.btnAccordion.spinner {
  cursor:inherit;
  margin: 0 auto;
  background:none !important;
  border-radius: 50%;
  border: 3px solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-right-color: #e73c3c;
  transform: translateY(-50%) rotate(0deg);
  animation: spinnerSpin 1s infinite linear;
}

@keyframes spinnerSpin {
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.btnList {
  position:relative;
  margin: 0 auto;
  padding: 0.5rem;
}
.btnList.flex {
  display: flex;
}
.btnList.flex button {flex:1; margin:0  0.25rem;}
.btnList li {
  margin: 0.25rem 0;
}
.btnList button {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 160px;
  margin: 0 auto;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  transition: 0.2s;
}

.btnList .redBtn {background: #F26363; color:#fff;}

.btnDownload2 span {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  /* padding-top: 19px; */
  text-align: left;
  /* background: url(/images/sp/iconDownloadBk.svg) no-repeat top center / 18px, #ededed; */
  transition: 0.2s;
  text-align: center;
}
.btnDownload2:hover,
.btnDownload2:hover span {
  background-color: #ddd;
}
.redBtn:hover,
.redBtn:hover span {
  background-color: #EA3C3C;
}
.topItem {
  background:#FFF7F7;
}
.rowItem.is_open {
  display:table-row;
}
.rowItem {
  background: #cdd1d5;
  border-bottom:1px solid #b6b6b6;
}
.rowItem table {
  /* border: 2px solid #cdd1d5; */
  margin-bottom:0;
  /* border-top: 0; */
}

.rowItem.evnNon {
  pointer-events: none;
}

.rowItem .rowItemBox {
  padding: 1rem 2rem;
  border: 1px solid #cdd1d5;
  border-width: 1px 0;

}
.rowItem table.tablePopup thead {
  border: 0;
  background:#FDEAEA;
  display:none;
}
.rowItem table.tablePopup tbody {
  background:#fafafa;
}

.deptListTabOver {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.5); /* 반투명 회색 */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  z-index: 10;
  pointer-events: auto;
  overflow: hidden;
}

.loadText td {
  height: 52px;
}

.deptListTabOver.hidden {
  display: none; /* 평상시 숨김 */
}

@media (max-width: 767px) {
  #modalGroup .modalCon.grCont {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #modalGroup .modalCon.grCont {
    width: 80%;
  }
}

@media (min-width: 992px) and (max-width: 1198px) {
  #modalGroup .modalCon.grCont {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  #modalGroup .modalCon.grCont {
    width: 25%;
  }
}

.badge {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

/* 기간 마감 */
.badge.deadline {
    background-color: #F26363;
    color: #fff;
}

/* 이수 완료 */
.badge.completed {
    background-color: #4caf50;
    color: #fff;
}
 /* 손 모양 커서 */ 
.cursorPointer:hover{
    background-color: #f5f5f5;
    cursor: pointer;
}