.content {
  min-height: calc(13rem - calc(var(--c-vh, 1vh) * 100) - 25rem - calc(var(--f-vh, 1vh) * 100));
}

#search_form {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
#search_form form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.5rem;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
  width: 100%;
}
#search_form article {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 1.25rem 0;
}

#search_form h6 {
  font-size: inherit;
  font-weight: 600;
  margin-right: 2.5rem;
}
#search_form input {
  padding: 0 2.5rem;
  height: 8rem;
}
#search_form .inputs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #868e96;
  background: #fff;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#search_form .inputs input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  padding: 0 2.5rem;
}
#search_form .inputs input:first-of-type {
  width: 14rem;
  text-align: center;
}
#search_form .inputs input:last-of-type {
  width: calc(100% - 14rem);
}

#search_form .search {
  border: 1px solid #868e96;
  background: #fff;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#search_form .search .input_text {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  border-radius: 0;
  padding: 0 2.5rem;
  font-size: 2.5rem;
  text-align: left;
  width: calc(100% - 8rem);
  float: left;
}
#search_form .search .button {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: inline-block;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
}
#search_form .search .button input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
  left: 0;
}
#search_form .search .button i {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  left: 0;
  display: inherit;
  font-size: 3rem;
  color: #002496;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search_form .inputs:hover {
  border-color: #002496;
}
#search_form .search:hover {
  border-color: #002496;
}

.board {
  width: 100%;
  border: none;
}
.board tr {
  border: none;
}
.board th, .board td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.board thead th {
  background: whitesmoke;
  color: #6e6e6e;
  font-weight: 500;
  border: 1px solid gainsboro;
}
.board tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.board tbody th {
  border: 1px solid #dedede;
  background: #f8f8f8;
  color: #6e6e6e;
}
.board tbody td {
  border: 1px solid #ebebeb;
}
.board thead th {
  border-left: none;
  border-right: none;
}
.board tbody th {
  border-left: none;
  border-right: none;
}
.board tbody td {
  border-left: none;
  border-right: none;
}

#salesman table {
  margin-bottom: 1.5rem;
}

#sales_pa .pages {
  clear: both;
  float: center;
  overflow: hidden;
}
#sales_pa .pagers {
  display: inline-block;
  width: 15px;
  height: 19px;
  padding-top: 5px;
  color: #858585;
  margin-left: 3px;
  text-align: center;
}
#sales_pa .pagers2 {
  display: inline-block;
  height: 15px;
  padding: 5px 4px 0px 4px;
  color: #858585;
  margin-left: 3px;
  text-align: center;
}
#sales_pa .pagers a {
  color: #3063ab;
  text-decoration: none;
}
#sales_pa .pagers2 a {
  color: #858585;
  text-decoration: none;
}
#sales_pa .pagers a:hover,
#sales_pa .pagers2 a:hover {
  color: #3063ab;
  text-decoration: none;
}

#salesman .notData {
  text-align: center;
  height: 80px;
}
#salesman .dataText {
  text-align: center;
  height: 80px;
  color: #3366ff;
  padding: 30px 0px;
}
#salesman tr.for_td:hover {
  background-color: #eee;
}

#faq th {
  font-weight: normal;
  color: #797979;
  border-top: 2px solid #858585;
  border-bottom: 1px solid #c3c3c3;
  height: 32px;
  font-size: 13px;
}
#faq .td_q td {
  border-top: 1px solid #f0f0f0;
  padding: 8px 0px;
}
#faq .td_q td.nots {
  border-top: 0px none;
  padding: 8px 0px;
}
#faq .td_q td a {
  color: #858585;
}
#faq .td_q td a:hover {
  text-decoration: underline;
}
#faq .notData {
  text-align: center;
  height: 80px;
}

.searchBoard {
  height: 26px;
  width: 26px;
  display: block;
  position: relative;
  border: 1px solid #c3c3c3;
  border-left: 0 none;
}
.searchBoard .searchGlass:before {
  content: "";
  height: 8px;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.searchGlass:after {
  content: "";
  height: 8px;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.searchBoard .searchGlass:before {
  width: 8px;
  border: 2px #626262 solid;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.searchBoard .searchGlass:after {
  width: 3px;
  background: #626262;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 13px;
  left: 16px;
}