.contents_wrap {
  width: 1200px;
  margin: 0 auto;
}

.left-area {
  margin-top: 30px;
  width: 980px;
}
.right-area {
  width: 200px;
  margin-top: 30px;
}

.table-bordered-2 {
  border-top: 2px solid #6d90e6;
}

.table-bordered-2 tr {
  border: 1px solid #bfd1ae;
}

.table-bordered-2 tr th {
  padding: 0;
  vertical-align: middle;
  background: #f4f4fa;
  border-bottom-width: 0px !important;
  text-align: center;
  height: 44px;
  font-size: 13px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  vertical-align: middle !important;
}

.table-bordered-2 tr td {
  border-left: 1px solid #bfd1ae;
  background-color: #ffffff;
  padding: 11px;
  vertical-align: middle !important;
  border-bottom-width: 0px !important;
  color: #555;
}

.search-box {
  border: 3px solid #ccc;
  border-radius: 3px;
  padding: 10px;
}

.detail-table {
  width: 100%;
  margin-top: 30px;
  background: #cad6bf;
  border-top: 2px solid #80a65e;
  border-left: 1px solid #bfd1ae;
  background-color: #ffffff;
  text-align: center;
  word-break: break-all;
  line-height: 18px;
}

.detail-table th {
  background: #ebf1e5;
  text-align: center;
}

/*디자인부분*/
.customer_info {
  background: #fafafa;
  border: 1px solid #d9dbe1;
  height: 118px;
}
.customer_info ul,
.board_search div ul {
  padding: 0;
}
.customer_info ul li,
.board_search div ul li {
  display: inline;
  float: left;
}

.quick_icon {
  padding: 25px 40px;
}
.quick_icon ul li {
  margin-right: 35px;
  text-align: center;
  cursor: pointer;
}
.quick_icon ul li:last-child {
  margin: 0;
}
.quick_icon > ul > li > span {
  font-size: 13px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #555;
  letter-spacing: -0.03em;
  line-height: 40px;
}

.tel_box {
  width: 530px;
  border-left: 1px solid #d9dbe1;
  height: 118px;
  padding: 20px 30px;
}
.tel_txt {
  font-size: 13px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #929191;
  letter-spacing: -0.03em;
  font-style: italic;
}
.big_tel {
  line-height: 30px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 3px;
  font-size: 19px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.03em;
  font-style: italic;
}

.board_search {
  height: 35px;
  margin-top: 15px;
}
.board_search > div > input {
  width: 220px;
  height: 35px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 0 10px;
  border: 0;
}

.board_search > div > ul > li {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  float: left;
  background: #ecedf9;
  padding: 6px 19px;
  cursor: pointer;
  border: 1px solid #d3d5ee;
  border-right: 0;
}
.board_search > div > ul > li:hover {
  color: #fff;
}

.board_search > div > ul > li:last-child {
  margin-right: 0;
  border-right: 1px solid #d3d5ee;
}
.board_search > div > ul > li:hover {
  color: #fff;
  background: #8b8ff3;
  font-weight: 300;
}

div.fl > ul > li.active,
#search_form > div > div.fl > ul > li.active {
  color: #fff;
  background: #8b8ff3;
  font-weight: 300;
}

.btn-board {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.5;
  padding: 8px 30px;
}
.btn-board:hover {
  background: #f5f5f5;
}

.board_search div .form-control {
  border-radius: 0 !important;
}
.board_search div .input-group .input-group-btn button {
  border-radius: 0 !important;
  border-left: 0;
}
.board_search div .input-group .input-group-btn button i {
  font-size: 15px;
  color: #555;
}

.bn_sidebar {
  border: 1px solid #222;
  border-radius: 5px;
  padding: 10px;
}
.bn_sidebar ul {
  padding: 0;
}
.bn_sidebar ul li {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #555;
  letter-spacing: -0.05em;
  line-height: 28px;
  border-bottom: 1px dotted #ddd;
  padding-left: 10px;
  cursor: pointer;
}
.bn_sidebar ul li:last-child {
  border-bottom: 0;
}
.bn_sidebar ul li:hover {
  background: #f6f6f6;
}
.bn_sidebar a {
  font-family: "Noto Sans KR", sans-serif;
}

#hoboardusage-notice > label {
  margin-bottom: 0 !important;
  margin-top: 5px;
}

.content_border tr {
  border: 1px solid #fff;
}

.content_border tr td {
  border-left: 1px solid #fff;
}
