@charset "utf-8";

/*****************************
 * outline button
 *****************************/
.btn-outline,
.btn-outline:focus,
.btn-outline.focus {
  color: #4c5054;
  border-color: #4c5054;
  background-color: #fff;
}

.btn-outline:hover:not(.active):not(:active) {
  color: #4c5054;
  border-color: #4c5054;
  background-color: #fff;
}

.btn-outline:active,
.btn-outline.active {
  color: #4c5054;
  border-color: #4c5054;
  background-color: #fff;
}

.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled.focus,
.btn-outline[disabled].focus,
fieldset[disabled] .btn-outline.focus {
  border-color: #4c5054;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #4c5054;
  border-color: transparent;
}

.btn-combo:focus, .btn-combo.focus, .btn-combo:hover, .btn-combo:active, .btn-combo.active {
  border-color: #4c5054;
}

.btn-combo::after {
  border: solid #4c5054;
  border-width: 0 2.4px 2.4px 0;
}

ul.snb-paging > li.active {
  background-color: #4c5054;
  color: #fff;
  cursor: default;
}

.result-count > strong {
  color: #4c5054;
  font-weight: bold;
  width: 26px;
  margin: 0 5px 0 5px;
  text-align: right;
  display: inline-block;
}


/******************************************* board **********************************************/
.main-board {
  width: 100%;
  /*   padding-bottom: 40px; */
}

.main-board .count-group-wrap .item-count-group > label.active {
  background-color: #4c5054;
  color: #fff;
}

.board-title {
  width: 880px;
  height: 35px;
  margin: auto;
  padding: 10px 0px;
  /*   margin-top: 20px; */
  /*   margin-bottom: 20px; */
}

.board-title > h4 {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 32px;
  color: #333333;
  width: 300px;
  float: left;
  line-height: 25px;
}

table.board-list {
  width: 100%;
  text-align: center;
  background-color: #fff;
  table-layout: fixed;
}

table.board-list > thead > tr > th {
  color: #424242;
  font-weight: normal;
  height: 45px;
}

table.board-list > tbody {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}

table.board-list > tbody > tr {
  border-bottom: 1px solid #ebebeb;
}

table.board-list > tbody > tr:last-child {
  border-bottom: 0px;
}

table.board-list > tbody > tr:hover,
table.board-list > tbody > tr:active {
  background-color: #f7f7f7;
  cursor: pointer;
}

table.board-list > tbody > tr > td {
  height: 40px;
}

table.board-list > tfoot > tr > td {
  height: 55px;
}

table.board-list > tbody > tr.no-data:hover,
table.board-list > tbody > tr.no-data:active {
  background-color: inherit;
  cursor: auto;
}

table.board-list > tbody > tr.no-data > td > p {
  display: block;
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 40px;
}

table.board-list p.title {
  /*   display: inline-block; */
  width: 92%;
}

table.board-list .secret {
  width: 10px;
  height: 13px;
  background-image: url(../../portal/images/secret.png);
  display: inline-block;
  margin-left: 15px;
  margin-bottom: -2px;
}

ul.snb-paging {
  display: inline-block;
}

ul.snb-paging > li {
  float: left;
  border: 1px solid transparent;
  color: #7e7e7e;
}

ul.snb-paging > li:hover:not(.active):not(.disable) {
  background-color: #dbdbdb;
  cursor: pointer;
}

ul.snb-paging > li > span {
  width: 24px;
  height: 24px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
}

ul.snb-paging > li > span.first,
ul.snb-paging > li > span.prev,
ul.snb-paging > li > span.next,
ul.snb-paging > li > span.last {
  text-indent: -99999px;
  background-image: url(../../portal/images/paging-icons-24x24.png);
}

ul.snb-paging > li > span.first {
  background-position-x: 0;
}

ul.snb-paging > li > span.prev {
  background-position-x: -24px;
}

ul.snb-paging > li > span.next {
  background-position-x: -48px;
}

ul.snb-paging > li > span.last {
  background-position-x: -72px;
}

ul.snb-paging > li.disable {
  cursor: default;
}

.snb-paging-wrap {
  text-align: center;
  display: inline-block;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#notice table > thead > tr > th:nth-child(2),
#notice table > thead > tr > th:nth-child(4),
#notice table > tbody > tr > td:nth-child(2),
#notice table > tbody > tr > td:nth-child(4) {
  text-align: center;
}


.main-board > ul {
  /*   width: 880px; */
  height: 100%;
  margin: auto;
  padding-bottom: 50px;
}

.main-board .write {
  float: right;
}

.main-board .input-control.search {
  border-radius: 4px;
}

.main-board .count-group-wrap {
  float: right;
  margin: 2.5px 20px 0px 0px;
}

.main-board .count-group-wrap label {
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 11px;
  color: #333333;
}

.main-board .count-group-wrap .item-count-group > label {
  width: 38px;
  height: 26px;
  line-height: 23px;
  background-color: #ffffff;
  border: solid 1px #cad0d4;
}

.main-board .count-group-wrap .item-count-group > label:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.main-board .count-group-wrap .item-count-group > label:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


/*************************************** write ********************************************/
#write {

}

#write .secret-wrap {
  width: 900px;
  height: 30px;
  margin: auto;
  text-align: right;
}

#write .secret-wrap > label {
  font-size: 15px;
  font-weight: 700;
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  color: #747474;
}

#write .secret-wrap > button {
  margin-right: 0;
  font-size: 15px;
  font-weight: 700;
}

#write > ul {
  height: 730px;
  padding: 25px 40px;
  background-color: #fff;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.2);
}

#write > ul > li {
  margin-bottom: 10px;
}

#write > ul > li > label {
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  color: #747474;
}

#write > ul > li > input {
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  color: #333;
  padding: 0 20px;
}

#write > ul > li > textarea {
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  color: #333;
  padding: 30px;
}

#write .write-title {
  width: 760px;
  height: 34px;
  border: solid 1px #cad0d4;
}

#write .write-contents {
  width: 100%;
  height: 244px;
  visibility: hidden;
}

#write .custom-control-file {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 20px;
  margin-bottom: 0;
}

#write .custom-control-file input[type=file] {
  position: relative;
  /* z-index: 2; */
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

#write .custom-control-file input[type=file] + label {
  position: absolute;
  top: 0;
  left: 0;
  /*  z-index: 1; */
  width: 100%;
  height: 100%;
  padding: .35rem .8rem;
  line-height: 1.2rem;
  color: #fff;
  background-color: #448aca;
  border: 1px solid #448aca;
  border-radius: 4px;
  display: inline-block;
}

#write .custom-control-file input[type=file] + label:hover {
  cursor: pointer;
}

#write .file-list {
  width: 600px;
  float: right;
  height: 120px;
  overflow-y: auto;
}

#write .file-list > li {
  margin-bottom: 10px;
}

#write .file-list > li > p {
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  color: #448aca;
}

#write .file-list > li > p > a.delete {
  color: red;
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  font-weight: 700;
  margin-left: 40px;
}

#write .file-list > li > a {
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  color: #448aca;
}

#write .file-list > li > a::before {
  content: "@ ";
  color: #448aca;
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  font-weight: 700;
}

#write .file-list > li > a::after {
  content: "X";
  color: red;
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  font-weight: 700;
  margin-left: 40px;
}

#write .btn-wrap {
  width: 880px;
  margin: auto;
  text-align: right;
}

#write .btn-wrap > input {
  margin-top: 13px;
  margin-left: 13px;
  /*   margin-bottom: 60px; */
  width: 84px;
  height: 30px;
}

/* * { */
/*  box-sizing: border-box; */
/* } */

/* parsley */
#write > ul > li > .parsley-errors-list > li {
  color: #f44545;
  padding: 5px 0;
}

/*************************************** view ********************************************/
/* #view {

} */

/* #view  table > tbody > tr:hover,
#view  table > tbody > tr:active {
  background-color: #f7f7f7;
  cursor: default;
} */

#view .top-btn-wrap {
  width: 880px;
  margin: auto;
  padding: 10px 0px
  /*   margin-bottom: 12px; */
}

#view .top-btn-wrap form {
  display: inline-block;
}

#view .top-btn-wrap button {
  width: 84px;
  height: 30px;
}

#view > ul {
  width: 880px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0 0 0;
  margin-bottom: 50px;
}

#view > ul > li {
  padding: 10px 50px;
  border-bottom: 1px solid #ebebeb;
}

#view > ul > .title {
  line-height: normal;
}

#view > ul > li.contents {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  min-height: 200px;
}

#view > ul > .title > label {
  display: inline-block;
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
}

#view > ul > .title > .number {
  width: 50px;
  color: #cdcdcd;
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  margin-left: -25px;
  float: left;
}

#view > ul > .title > .title-name {
  width: 490px;
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 14px;
  font-weight: 700;
  float: left;
}

#view > ul > .title > .user-name {
  text-align: center;
  width: 100px;
}

#view > ul > .title > .date {
  float: right;
}


/* #view .contents > div > p {
  line-height: 22px;
  word-break: break-all;
  height: 24px;
} */

#view .file-name > ul > li {
  line-height: 25px;
}

#view .file-name > ul > li > a {
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  color: #448aca;
}

#view .file-name > ul > li > a::before {
  content: "@ ";
  color: #448aca;
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  font-weight: 700;
}

#view .reply {

}

#view .reply > table {
  box-shadow: none;
  width: 100%;
}

#view .reply > table > tbody {
  border: 0;
}

#view .reply > table > tbody > tr > td {
  padding: 10px 0;
}

#view .reply > table > tbody > tr {
  border-bottom: 1px solid #ebebeb;
}

#view .reply > table > tbody > tr:last-child {
  border-bottom: 0px;
}

#view .reply .delete-reply {
  color: red;
  font-family: "notosans", "Roboto", "Apple Gothic", "留묒?怨좊뵓";
  font-size: 12px;
  font-weight: 700;
  background: inherit;
  border: 0;
  width: 13px;
  cursor: pointer;
}

#view .add-reply {

}

#view .add-reply > form {
  height: 70px;

}

#view .add-reply > form > textarea {
  height: 35px;
  width: 650px;
  padding: 15px;
  resize: none;
  border-color: #033096;
}

#view .add-reply > form > button {
  height: 66px;
  width: 84px;
  margin: -58px 0 0 10px;

}




