@charset "UTF-8";
.t_basic01 {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ACACAC;
}

.t_basic01 th {
  border-top: 2px solid #575757;
  border-bottom: 1px solid #ACACAC;
  padding: 7px 0;
  color: #545454;
  text-align: center;
  font-size: 11px;
  background: #FBFBFB;
}

.t_basic01 td {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #EBEBEB;
}

.t_basic01 .left {
  padding-left: 10px;
}

.con_list03 {
  padding-left: 20px;
  list-style-type: square;
}

.con_list03 li {
  margin-bottom: 5px;
}

/* 모달 (Modal) 기본 스타일 */
.modal-overlay {
  display: none; /* 기본 숨김 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-window {
  background-color: #fff;
  width: 800px;
  max-width: 95%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pop_head {
  background-color: #005088;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pop_head h2 {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.close-btn {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.close-btn:hover {
  color: #ccc;
}

.pop_cont {
  padding: 20px;
  overflow-y: auto;
  flex-grow: 1;
}

/* 모달 내 모집요강 섹션 숨김 처리용 클래스 */
.recruit-detail {
  display: none;
}

.recruit-detail.active {
  display: table-row-group;
}

/* 이미지 깨짐 방지용 스타일 (테스트용) */
img {
  max-width: 100%;
  height: auto;
}

.cblue {
  color: #2176C6;
}

.con_list03 li {
  background: url(/share/img/kor/dot02.jpg) no-repeat 0 10px;
  padding-left: 10px;
}

.f14 {
  font-size: 14px;
}

.b {
  font-weight: bold;
}

.mn06_04_01 dt {
  width: 100px;
}

.con_list01 dt {
  float: left;
  font-weight: bold;
  background: url(/share/img/kor/dot01.jpg) no-repeat 0 center;
  text-indent: 10px;
}

.mn06_04_01 dd {
  width: 570px;
}

.con_list01 dd {
  float: left;
}

.con_list01:after {
  content: "";
  display: block;
  clear: both;
}