@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css');
/* 전체 옵션 */
* {
  margin: 0 auto;
  padding: 0;
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}
a {
  text-decoration: none;
  color: #333;
}
ul li {
  list-style: none;
}

/* 공통 */
.fl {
  float: left;
}
.tc {
  text-align: center;
}
.top_search {
  margin-bottom: 10px;
}
.pager {
  font-size: 0;
  text-align: center;
}
.pager a {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  line-height: 38px;
  margin: 0 3px;
}
.pager span {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  line-height: 38px;
  margin: 0 3px;
  font-weight: bold;
}
.pager .btn_next_page {
  text-indent: -9999px;
  background-image: url(../images/btn_next_page.png);
  margin-left: 20px;
}
.pager .btn_prev_page {
  text-indent: -9999px;
  background-image: url(../images/btn_prev_page.png);
  margin-right: 20px;
}
.pager .btn_first_page {
  text-indent: -9999px;
  background-image: url(../images/btn_first_page.png);
}
.pager .btn_last_page {
  text-indent: -9999px;
  background-image: url(../images/btn_last_page.png);
}

/* 게시판 목록 */
#board_area {
  width: 900px;
  position: relative;
}
.list-table {
  margin-top: 40px;
}
.list-table thead th {
  height: 40px;
  border-top: 2px solid #09c;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 17px;
}
.list-table tbody td {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  height: 20px;
  font-size: 14px;
}
#write_btn {
  /*
	position: absolute;
	margin-top:20px;
	right: 10px;
    */
  margin: 20px 0 0 auto;
  text-align: right;
  font-size: 0;
}
#write_btn .btn_list {
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #289bc7;
  border: 1px solid #289bc7;
}
#write_btn .btn_ok {
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #217ecb;
  border: 1px solid #217ecb;
}

/* 게시판 글쓰기 */
#board_write {
  width: 900px;
  position: relative;
  margin: 0 auto;
}
#write_area {
  margin-top: 70px;
  font-size: 14px;
}
#in_name {
  margin-top: 30px;
}
#in_name textarea {
  font-weight: bold;
  font-size: 26px;
  color: #333;
  width: 900px;
  border: none;
  resize: none;
}
#in_title {
  margin-top: 30px;
}
#in_title textarea {
  font-weight: bold;
  font-size: 26px;
  color: #333;
  width: 900px;
  border: none;
  resize: none;
}
.wi_line {
  border: solid 1px lightgray;
  margin-top: 10px;
}
#in_content {
  margin-top: 10px;
}
#in_content textarea {
  font: 14px;
  color: #333;
  width: 900px;
  height: 400px;
  resize: none;
}
#in_pw input {
  font: 14px;
  margin-top: 10px;
}
.bt_se {
  margin-top: 20px;
  text-align: center;
}
.bt_se button {
  width: 100px;
  height: 30px;
}

/* 게시판 read */
#board_read {
  /*width:900px;*/
  width: 100%;
  position: relative;
  word-break: break-all;
  font-size: 30px;
}
#user_info {
  font-size: 14px;
}
#user_info ul li {
  float: left;
  margin-left: 10px;
}
#bo_line {
  /*width:900px;*/
  width: 100%;
  height: 2px;
  background: gray;
  margin-top: 20px;
}
#bo_content {
  margin-top: 20px;
}
#bo_ser {
  font-size: 14px;
  color: #333;
  position: absolute;
  right: 0;
  margin-top: 10px;
}
#bo_ser > ul > li {
  float: left;
  margin-left: 10px;
  line-height: 30px;
  background-color: #289bc7;
  border: 1px solid #289bc7;
  border-radius: 3px;
  padding: 0 10px;
}
#bo_ser > ul > li a {
  color: #fff;
}
#bo_ser > ul > li:last-child {
  background-color: #217ecb;
  border: 1px solid #217ecb;
}
#bo_ser > ul > li .b_delete_btn {
  background-color: #217ecb;
  border: 1px solid #217ecb;
  color: #fff;
}
.reply_view {
  /*width:900px;*/
  width: 100%;
  margin-top: 100px;
  word-break: break-all;
}
.dap_lo {
  font-size: 14px;
  padding: 10px 0 5px 0;
  border-bottom: solid 1px gray;
}
.dap_to {
  margin-top: 5px;
}
.rep_me {
  font-size: 12px;
}
.rep_me ul li {
  float: left;
  width: 30px;
}
.dat_delete {
  display: none;
}
.dat_edit {
  display: none;
}
.dap_sm {
  position: absolute;
  top: 10px;
}
.dap_edit_t {
  width: 520px;
  height: 70px;
  position: absolute;
  top: 40px;
}
.re_mo_bt {
  position: absolute;
  top: 40px;
  right: 5px;
  width: 90px;
  height: 72px;
}
#re_content {
  /*width:900px;*/
  width: calc(100% - 100px);
  height: 56px;
  position: relative;
}
.dap_ins {
  margin-top: 50px;
}
.re_bt {
  position: absolute;
  /* width:100px; */
  width: 90px;
  height: 56px;
  font-size: 16px;
  margin-left: 10px;
  right: 0;
  background-color: #32c1c2;
  border: 1px solid #32c1c2;
  border-radius: 3px;
  color: #fff;
}
#foot_box {
  height: 50px;
}
