#si_header2 {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}

#si_header2 .si_inner2 {
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
  row-gap: 10px;
}

#si_header2 h1 {
  display: flex;
  gap: 10px;
  align-items: center;
}

#si_header2 .partner {
  font-weight: 300;
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 0.875rem;
  background-color: rgba(4, 96, 217, 0.1);
}

#si_header2 .point {
  color: var(--color-primary);
  font-weight: 500;
}

#si_header2 .utils {
  display: flex;
  gap: 20px;
  align-items: center;
}

#si_header2 .utils .btn_wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

#si_header2 .utils .btn_wrap button {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.875rem;
}

#si_header2 .utils .btn_wrap button.charge {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

#si_header2 .utils .btn_wrap button.logout{
 color: #ff5f5f;
 border-color: #ff5f5f;
}

#si_header2 .utils .btn_wrap button.kakao_contact{
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  background: #ffde29;
  color: #381e1f;
  letter-spacing: -0.05em;
  border: 0;
}

.bottom_bar {
  background: #f7f7f7;
  padding: 0 20px;
}

.bottom_bar .si_inner2 {
  display: flex;
  padding: 20px 0;
  gap: 20px;
  justify-content: flex-end;
}

.bottom_bar a {
  display: flex;
  gap: 20px;
  align-items: center;
}

.bottom_bar a:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #ccc;
}

/* 게시판 본문 */
.board_head_utils {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.board_head_utils button {
  padding: 10px 20px;
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff;
}

.board_head_utils .all_read_check {
  display: flex;
  align-items: center;
  gap: 10px;
}

#bo_list.k_bo_list ul li .read_button {
  background: var(--color-primary);
  width: 140px;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
}

#bo_list.k_bo_list ul li .read_button_3{
 background: #ff5f5f;
}

#bo_list.k_bo_list ul li .declare_button {
  background: #1cd904;
  width: 140px;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
}




/* 일괄 */
@media screen and (max-width: 1024px) {

  #bo_list.k_bo_list.contact_board .bo_list_head ul li span,
  #bo_list.k_bo_list.contact_board .bo_list ul li span {
    font-size: 0.9375rem;
  }

  #bo_list.k_bo_list.contact_board ul li .read_button,
  #bo_list.k_bo_list.contact_board ul li .declare_button {
    text-align: center;
    margin: 0 auto;
    width: 100px;
  }

    #bo_list.k_bo_list .bo_list ul li {
    padding-left: 20px;
  }

}

@media screen and (max-width: 760px) {
  .bottom_bar .si_inner2 {
    justify-content: center;
  }

  #bo_list.k_bo_list .bo_list ul li span {
    line-height: 28px !important;
  }

  #si_header2 .utils {
    flex-wrap: wrap;
    justify-content: center;
  }

  #bo_list.k_bo_list .bo_list ul li span {
    width: 100% !important;
  }

  #bo_list.k_bo_list ul li .read_button,
  #bo_list.k_bo_list ul li .declare_button {
    width: 100%;
    padding: 8px 15px;
  }

  #si_header2 .si_inner2 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #bo_list.k_bo_list .bo_list_head ul li span.s-declare,
  #bo_list.k_bo_list .bo_list ul li span.s-declare,
  #bo_list.k_bo_list .bo_list_head ul li span.s-read,
  #bo_list.k_bo_list .bo_list ul li span.s-read {
    grid-column: span 2;
  }


   .contact_board ul li {
    padding-left: 8px !important;
  }

 .contact_board .bo_tit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }


  .contact_board .k_bo_v_info table tr{
     border-bottom: 0;
     display: grid;
     grid-template-columns: 1fr 1fr;
  }

    .contact_board .k_bo_v_info table th,
	.contact_board .k_bo_v_info table td{
		border-bottom: 1px solid #eaeaea;
	}

	.contact_board .k_content_wrap{
	  margin-top: 0 !important;
	}
}
