@charset "utf-8";

/* 테이블 열 너비 */
._fnctWrap .class-list-table-wrap col:nth-child(1),
._fnctWrap .class-list-table-wrap col:nth-child(7) {width: 15%;}
._fnctWrap .class-list-table-wrap col:nth-child(2) {width: auto;}
._fnctWrap .class-list-table-wrap col:nth-child(3),
._fnctWrap .class-list-table-wrap col:nth-child(4) {width: 8%;}
._fnctWrap .class-list-table-wrap col:nth-child(5) {width: 12%;}
._fnctWrap .class-list-table-wrap col:nth-child(6),
._fnctWrap .class-list-table-wrap col:nth-child(8) {width: 10%;}

/* 강의계획서 팝업 */
.imgPopup_lang_plan { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.75); justify-content:center; align-items:center; z-index:1000; }
.imgPopup_lang_plan .popup-inner { position:relative; max-width:90%; max-height:90%; text-align:center; }
.imgPopup_lang_plan .popupImg { max-width:100%; max-height:85vh; border-radius:8px; box-shadow:0 0 15px rgba(0,0,0,0.5); }
.imgPopup_lang_plan .btn-close { position:absolute; top:-40px; right:0; background:none; border:none; color:#fff; font-size:22px; cursor:pointer; }

@media (max-width:768px) {
  .imgPopup_lang_plan .popupImg { max-height:70vh; min-height: 55vh;}
  .imgPopup_lang_plan .btn-close { font-size:18px; top:-35px; }
  .table-scroll-x {overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-scroll-x table {min-width: 500px;}
  col:last-child {width: 90px !important;}
}
