@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');

/* 검색조건 */
.terms {
  width: calc(100% - 70px);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

/* 검색조건 좌측 */
.terms_lt {
  width: 217px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 검색조건 좌측 선택 */
.select_section {
  width: 127px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.select_section select
{
  height: 28px;
  border: none;
  background: #FFEDE2;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 12px;
  margin-right: 12px;
}

.select_section select:focus option
{
  background: #333;
  color: #fff;
}

.select_section select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 검색조건 좌측 조회버튼 */
.inquiry_btn>button {
  border: none;
  background: #007BDF;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.inquiry_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.inquiry_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 검색조건 우측 */
.ters_rt {
  width: 457px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 검색조건 우측 자동입력버튼 */
.input_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.input_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.input_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 검색조건 우측 자동입력(전체)버튼 */
.all_input_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.all_input_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.all_input_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 검색조건 우측 추가버튼 */
.add_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.add_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.add_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.add_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.add_btn>button:hover p {
  display: none;
}

.add_btn>button:hover i {
  display: inline-block;
}

/* 검색조건 우측 삭제버튼 */
.delete_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.delete_btn>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 75px;
}

.delete_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 검색조건 우측 저장버튼 */
.save_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.save_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.save_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 리스트 서브메뉴 */
.comm_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.comm_sub_bar {
  /* width: 1540px; */
  width: calc(100% - 70px);
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comm_sub_bar select {
  
  border: none;
  background: none;
  cursor: pointer;
  height: 22px;
}

.comm_sub_bar select#state {
  margin-left: 12px;
}

.comm_sub_bar select#select {
  margin-right: 12px;
}

.comm_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.comm_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 리스트 사이드메뉴 */
.menu_side_btn button {
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu_side_btn button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.menu_side_btn button i {
  font-size: 15px;
  color: #fff;
}

.menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-71%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.menu_side_modal.on {
  display: flex;
  flex-direction: column;
}

.menu_side_section {
  width: 134px;
  height: 384px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.menu_side_list {
  width: 100%;
  height: 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.menu_side_list li {
  cursor: pointer;
}

ul.menu_side_list li p {
  color: #AAA;
  font-size: 15px;
  font-weight: 500;
}

ul.menu_side_list li:hover p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.3s ease;
}

ul.article_menu {
  margin-top: 10px;
  width: 95px;
  height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.article_menu li {
  color: #aaa;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

ul.article_menu li i {
  font-size: 15px;
  color: #aaa;
  margin-right: 15px;
  cursor: pointer;
}

/* 리스트 스크롤 */
.list_scroll {
  /* width: 1599px; */
  width: calc(100% - 18px);
  box-sizing: content-box; 
  height: 530px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 10px;
}

.list_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.list_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.list_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.list_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

/* 리스트 */
.i_h_comm_list {
  /* width: 1540px; */
  width: calc(100% - 70px);
  min-height: 300px;
}

.i_h_comm_list tbody tr {
  /* width: 1540px; */
  width: calc(100% + 30px);
  background: #fff;
  border-radius: 10px;
  padding: 0;
  height: 30px;
  scroll-snap-align: start;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.i_h_comm_list tbody tr.odd:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.i_h_comm_list tbody tr.even {
  background: #F6F6F6;
}

.i_h_comm_list tbody tr.even:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.i_h_comm_list tbody tr td {
  height: 30px;
  line-height: 30px; 
  padding: 0; 
}

.state_list {
  margin-left: 12px;
}

.select_list {
  margin-right: 12px;
}

.i_h_comm_list td {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.i_h_comm_list td.contest_date_list {
  border-radius: 10px 0 0 10px;
}

.i_h_comm_list tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.i_h_comm_list tbody tr td.state_list>i {
  font-size: 14px;
  color: #333;
}

.i_h_comm_list tbody tr td.attach_list>i {
  font-size: 14px;
  color: #333;
}

.i_h_comm_list tbody tr td.attach_list {
  text-align: center;
}


/* 체크박스 */
.i_h_comm_list tbody tr td.select_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 기본 스타일 */
.i_h_comm_list tbody tr td.select_list>.check_box {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
  user-select: none;
}

.i_h_comm_list tbody tr td.select_list>.check_box>i {
  display: none;
}

/* 체크 상태일 때 변경될 스타일 */
.i_h_comm_list tbody tr td.select_list>.check_box.active {
  background: #007BDF;
  border: 1px solid #007BDF;
}

/* 체크 상태일 때 아이콘 표시 */
.i_h_comm_list tbody tr td.select_list>.check_box.active>i {
  font-size: 12px;
  color: #fff;
  display: block; 
}

/* 제목 */
.tit_list:hover {
  color: #007BDF;
  font-weight: 600;
}