@charset "utf-8";
/* ----------- 학과소개 > 교육환경 > 실습실 ----------- */
.lab-wr .img-slide-wr {width:1000px;}
@media all and (max-width:1000px) {
	.lab-wr .img-slide-wr {width:100%;}
	
/* ----------- 공지사항 > 공공조달관리사 ----------- */
.ync-1-wr .tbl-type01 tr.bgc-yellow td,
.ync-2-wr .tbl-type01 tr.bgc-yellow td,
.ync-3-wr .tbl-type01 tr.bgc-yellow td,
.ync-4-wr .tbl-type01 tr.bgc-yellow td {
  background: #f0f8ff;
}

.ync-2-wr .tbl-type01 tr td.bgc-red {
  background: #fbf2f2;
}

.ync-1-wr .tbl-type01 .csc-p1,
.ync-2-wr .tbl-type01 .csc-p1,
.ync-3-wr .tbl-type01 .csc-p1,
.ync-4-wr .tbl-type01 .csc-p1 {
  font-weight: 700;
}

/* 표 자동 크기 조절 */
.ync-1-wr .is-wauto-box > table,
.ync-2-wr .is-wauto-box > table,
.ync-3-wr .is-wauto-box > table,
.ync-4-wr .is-wauto-box > table,
.ync-5-wr .is-wauto-box > table {
  width: 100%;
  table-layout: auto;
}

/* is-wauto-box 컨테이너 스타일 */
.ync-is-wauto-box {
  overflow-x: auto;
}

/* 각 컨테이너별 최소 너비 설정 */
.ync-1-wr .is-wauto-box > table,
.ync-2-wr .is-wauto-box > table {
  min-width: 990px;
}

.ync-3-wr .is-wauto-box > table {
  min-width: 900px;
}

.ync-4-wr .is-wauto-box > table {
  min-width: 820px;
}

.ync-5-wr .is-wauto-box > table {
  min-width: 810px;
}

.ync-align-left {
  text-align: left;
}