@charset "utf-8";

@import url("common.css");
@import url("layout.css");

.board_list tbody tr th {
  line-height: 15px;
  height: 60px;
  color: #000;
  font-weight: 600;
  background-color: #f9f9f9;
}
.tal {
  text-align: left !important;
}
.board_list.lecture tbody tr td {
	padding: 16px;
	height: auto;
}
.board_list.lecture tbody tr td:nth-child(2) {
	text-align: left;
}
.lecture_list {
}
.lecture_table th {
  width: 200px;
}
.modalPopup {
  position: fixed;
  top: 50px;
  bottom: 50px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1000px;
  z-index: 1000;
  overflow: auto;
  display: none;
}
.modalPopup .popupHeader {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 60px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
}
.modalPopup .popupHeader h1 {
  font-size: 20px;
  font-weight: 700;
}
.modalPopup .popupBody {
  padding: 24px;
}
.videoWrap .videoBox {
  background-color: #f8f8f8;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.videoWrap .videoBox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrap .comment {
  margin-top: 8px;
  color: #f00;
}
.videoWrap .videoStatus {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
}
.videoWrap .statusBox p {
  font-size: 14px;
  text-align: right;
}
.videoWrap .statusBox .statusbar {
  width: 200px;
  height: 8px;
  border-radius: 4px;
  background-color: #d9d9d9;
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}
.videoWrap .statusBox .statusbar span {
  display: block;
  height: 100%;
  background-color: #332c71;
}
.modalPopup .popupFooter {
  position: sticky;
  bottom: 0;
  z-index: 1;
  height: 52px;
  background-color: #fff;
  padding: 24px;
  display: flex;
  justify-content: center;
}
.modalPopup .popupFooter .btnForm_block {
  margin-top: 0;
  height: 100%;
}
.modalPopup .popupFooter .btnForm_block a {
  height: 100%;
  width: 180px;
  min-width: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalPopup .board_list th,
.modalPopup .board_list td {
  padding: 16px;
  height: auto;
}
.modalPopup .board_list col:nth-child(1) {
  width: 120px;
}
.modalPopup .board_list td:nth-child(2) {
  text-align: left;
}
.modalPopup .board_list col:nth-child(3),
.modalPopup .board_list col:nth-child(4) {
  width: 130px;
}
@media all and (max-width: 768px) {
  .lecture_table th {
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  .modalPopup {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    transform: translateX(0);
  }
  .modalPopup .popupHeader {
    padding: 0 10px;
  }
  .modalPopup .popupHeader h1 {
    font-size: 18px;
  }
  .modalPopup .popupBody {
    padding: 10px;
    font-size: 12px;
  }
  .videoWrap .videoStatus {
    position: relative;
    justify-content: flex-end;
  }
  .videoWrap .videoStatus .playTime {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
  }
  .videoWrap .statusBox {
    width: 100%;
  }
  .videoWrap .statusBox .statusbar {
    width: 100%;
  }
  .modalPopup .board_list col:first-child,
  .modalPopup .board_list col:nth-child(3),
  .modalPopup .board_list td:first-child,
  .modalPopup .board_list td:nth-child(3) {
    display: none;
  }
  .modalPopup .board_list col:nth-child(3),
  .modalPopup .board_list col:nth-child(4) {
    width: 90px;
  }
}
#educationDetail {
  position: absolute !important;
  width: 1px; 
  height: 1px; 
  padding: 0; 
  margin: -1px; 
  overflow: hidden; 
  clip: rect(0, 0, 0, 0); /* 또는 clip-path 사용 가능 */
  white-space: nowrap; /* 텍스트 줄바꿈 방지 */
  border: 0;
}

