.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main_item {
  padding: 0;
  border: none;
}
.item_list.top_list li {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.item_list li > div {
  padding: 0;
}
.item_list.top_list + h2 {
  font-size: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.item_list.top_list + h2 span {
  border: 4px solid var(--sub-color);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 7px;
}
.item_list.top_list h5 b {
  font-weight: 400;
  margin-left: 5px;
  color: #eb0045;
}
.item_list.top_list li > div div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.item_list.top_list li > div div span {
  width: 3px;
  height: 3px;
  min-width: 3px;
  background-color: #333;
  border-radius: 10px;
  margin: 7px;
}
.item_list.top_list li > div div p {
  font-size: 12px;
}
.item_list.top_list li > div div p b {
  color: #eb0045;
}
.main_item table tr {
  border-top: 1px solid #ccc;
}
.main_item table th,
.main_item table td,
.popup table th,
.popup table td {
  text-align: left;
  font-size: 13px;
  padding: 10px;
}
table tr:first-child th,
table tr:first-child td {
  border-top: none !important;
}
.main_item table th {
  font-weight: 400;
  background-color: #f8f8f8;
  width: 100px;
  min-width: 100px;
  border-right: 1px solid #ccc;
}
.main_item table th a {
  color: var(--main-color);
  text-decoration: underline;
}
.main_item table .t_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  border: none;
  /* width: 100%; */
}
.main_item table .t_flex select {
  min-width: 50px;
  padding-right: 25px;
  background-position: center right 5px;
}
.main_item table .t_flex input[type="nomber"] {
  padding: 5px;
}
.main_item table .t_flex input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.main_item table .flex_space {
  justify-content: space-between !important;
}
.main_item table td > div {
  display: flex;
  min-width: 150px;
}
.main_item table .table_btn td {
  display: flex;
  gap: 5px;
  border: none;
}
.main_item table .table_btn h1 {
  background-color: #707070;
  width: fit-content;
  padding: 5px 10px;
  color: #fff;
  word-break: keep-all;
  font-size: 13px;
}
.main_item table .table_btn input {
  width: 100%;
}
.main_item table .table_btn .confirm_btn {
  /* width: 100%; */
  max-width: 90px;
  margin-left: 3px;
}
.main_item table .table_btn .confirm_btn2 {
  background-color: var(--main-color);
}
.main_item table tr {
  border-top: 1px solid #ccc;
}
.main_item table .date_selet {
  width: 100%;
  padding: 0;
  text-align: right;
  border: none;
}
.date_selet label {
  position: relative;
}
.date_selet label:last-child {
  margin-right: 15px;
}
.date_selet label input {
  width: 24px;
  height: 24px;
  top: 50%;
}
.date_selet label span {
  white-space: nowrap;
}
.date_selet label:last-child {
  margin-right: 0;
  margin-left: 5px;
}
@media screen and (max-width: 325px) {
 
  .date_selet {
    flex-direction: column;
    align-items: flex-start;
  }
  .date_selet label:last-child {
    margin-top: 10px;
    margin-left: 0;
  }
}

/* 개발자 추가 */
.slctnOrg a {
	border-bottom: 1px solid;
}

.guide_popup > div div {
    width: unset;
}

.js_acont > .tit > a.click_text {
	color: var(--main-color);
	text-decoration: underline;
}

#listArea1 > li.item.on{
	background: #f2f7fd;
}
   