#intro {
  background-image: url(../img/sub/customer/bg.jpg);
}

.pointer {
  cursor: pointer;
}
.text-green,
.text_color {
  color: green !important;
  font-weight: bold;
}
.text-red {
  color: red !important;
  font-weight: bold;
}
.text-yellow {
  color: #d0b134 !important;
  font-weight: bold;
}
.text-orange {
  color: orange !important;
  font-weight: bold;
}
.text-yellow-green {
  color: yellowgreen !important;
  font-weight: bold;
}
.text-black {
  color: black !important;
}
#export_excel {
  float: right;
  width: 60px;
  background-color: green;
  color: #fff;
  border: none;
  height: 40px;
  outline: none;
  font-size: 1.6rem;
}
#download_zip_pdf {
  float: right;
  width: 60px;
  background-color: red;
  color: #fff;
  border: none;
  height: 40px;
  outline: none;
  font-size: 1.6rem;
}
/* ----- content start ----- */
#content .imgs {
  width: 100%;
  overflow: hidden;
}

#content .con h1 {
  width: 100%;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

#content .con span {
  color: #2e77cc;
}

#content .con .searchs {
  width: 100%;
  overflow: hidden;
  background-color: #f4f6f7;
}

#content .con .search_box {
  padding: 20px;
  width: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

#content .con .search_box .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

#content .con .search_box button {
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  margin-right: 10px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  color: #bbb;
  border: 1px solid #bbb;
  box-sizing: border-box;
  border-radius: 5px;
}

#content .con .search_box button:last-child {
  color: #2e77cc;
  border: 1px solid #2e77cc;
}

#content .con .search_box button:first-child {
  color: #cc2e43;
  border: 1px solid #cc2e43;
}

#content .con .search_box button:last-child:hover {
  background-color: #2e77cc;
  color: #fff;
  transition: all 0.3s;
}

#content .con .search_box button:first-child:hover {
  background-color: #cc2e43;
  color: #fff;
  transition: all 0.3s;
}

#content .con .select_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

#content .con .select_box .date_box {
  display: flex;
}

#content .con .select_box .all_select {
  width: auto;
}

#content .con .select_box .day,
#content .con .select_box .all_select {
  display: flex;
  justify-content: flex-end;
}

/* 셀렉트박스 꾸미기 */
.select {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 90px;
  height: 40px;
  border: 1px solid #545454;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 10px;
}

.select::after {
  content: "\25BC";
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 5px;
  background-color: #fff;
  color: #aaa;
  transition: 0.25s all ease;
  pointer-events: none;
  width: auto;
}

.con select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  flex: 1;
  padding: 0 1em;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}

.start_date,
.end_date {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  flex: 1;
  padding: 0 1em;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  width: 11%;
  margin-right: 10px;
}

.date_text {
  padding: 1 1em;
  color: #1c1c1c !important;
  font-weight: 700;
  font-size: 16px;
  margin: 10px 10px 10px 0px;
}
.radio-toolbar {
  display: flex;
  text-align: center;
  vertical-align: middle;
}
.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  width: 50px;
}

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #2e77cc;
  color: white;
}

select::-ms-expand {
  display: none;
}

.con .search input {
  height: 40px;
  outline: none;
  font-size: 1.6rem;
}

.con .search input::placeholder {
  font-size: 16px;
}

.con .search input:first-child {
  padding-left: 10px;
}

.con .search input:last-child {
  width: 60px;
  background-color: #545454;
  color: #fff;
  border: none;
}

/* 공지사항 시작 */
#content .con .board {
  width: 100%;
  overflow: hidden;
}

.m_board {
  display: none;
}

.board {
  width: 100% !important;
}

table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  margin-top: 20px;
}

tbody {
  width: 100%;
}

th,
td {
  overflow: hidden;
  padding: 20px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #1c1c1c;
  /* width: 10%; */
  text-align: center;
}

th:nth-child(2),
td:nth-child(2) {
  /* width: 60%; */
  overflow: hidden;
  /* text-align: left; */
}

th:nth-child(2) {
  text-align: center;
}

/* td:nth-child(2) a {
  display: block;
  width: 95%;
  color: #777;
} */

th {
  text-align: center;
  border-top: 3px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  color: #1c1c1c;
  position: relative;
}

td {
  margin: auto;
  text-align: center;
  position: relative;
}

label {
  display: inline-block;
  cursor: pointer;
}

.move {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.move ul {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}

.move li {
  float: left;
  margin-left: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.move li:first-child {
  margin-left: 0;
}
.move li a {
  width: 40px;
  height: 40px;
  line-height: 4rem;
  display: block;
  color: #777;
}

.move li.active {
  background-color: #1c1c1c;
  border: none;
}

.move li.active a {
  color: #fff;
}

/* 체크박스 */
input[type="checkbox"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  outline: 0;
  appearance: none;
  border: 1px solid #dbdbdb;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  margin-left: 0px;
}

input[type="checkbox"]::after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #dbdbdb;
  text-align: center;
  line-height: 2rem;
}

input[type="checkbox"]:checked {
  background: #2e77cc;
  border-color: #2e77cc;
}

input[type="checkbox"]:checked::after {
  color: #fff;
}

.pdf_btn{color: red;}

@media screen and (max-width: 1420px) {
  #export_excel {
    display: none;
  }

  #download_zip_pdf {
    display: none;
  }

  #content .con .search_box {
    flex-direction: column;
  }

  #content .con .search_box .btn_box,
  .radio-toolbar {
    width: 100%;
  }

  .radio-toolbar label {
    width: 100%;
    height: 40px;
  }

  .radio-toolbar label {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #content .con .select_box {
    margin-top: 30px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1140px) {
  #content .con .select_box .day,
  #content .con .select_box .all_select,
  #content .con .select_box .date_box {
    width: 100%;
  }

  #content .con .select_box {
    display: block;
    height: auto;
  }

  #content .con .select_box .day,
  #content .con .select_box .all_select {
    justify-content: flex-start;
  }

  #content .con .select_box .all_select {
    margin-top: 10px;
  }

  #content .con .select_box .all_select .search {
    width: 100%;
  }

  .con .search input:first-child {
    width: 80%;
  }

  .con .search input:last-child {
    width: 18%;
  }
}

@media screen and (max-width: 1280px) {
  #content .con h1 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 970px) {
  #content .con .search_box button,
  input[type="checkbox"] {
    display: none;
  }

  #content .con .select_box {
    justify-content: center;
  }

  .board {
    display: none;
  }

  /* border mobile ver */
  .m_board {
    display: block;
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 600;
  }

  .m_theads {
    width: 100%;
    /* border-top: 2px solid #1c1c1c; */
    border-bottom: 1px solid #1c1c1c;
    padding: 15px 0;
  }

  .m_thead,
  .m_tbody {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
  }

  .m_thead {
    justify-content: space-between;
  }

  .m_th_list,
  .m_td_list {
    display: flex;
  }

  .m_th_list .m_th {
    margin-right: 10px;
  }

  .m_tbodys {
    border-bottom: 1px solid #1c1c1c;
    padding: 15px 0;
    color: #333;
    font-weight: 400;
    text-align: left;
  }

  .m_td {
    display: block;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .m_td:last-child,
  .m_td_list .m_td {
    border: none;
  }

  .m_td:first-child {
    padding-left: 0;
  }

  .m_td_list .m_td {
    padding-right: 0;
  }

  /* 페이지버튼 넘버 */
  .m_move {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .page_btn {
    display: flex;
  }

  .number,
  .prev,
  .next {
    display: block;
    color: #1c1c1c !important;
    width: 40px;
    height: 40px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 620px) {
  .con .search input:first-child {
    width: 75%;
  }
  .con .search input:last-child {
    width: 20%;
  }
}

@media screen and (max-width: 530px) {
  .select {
    width: 100%;
    margin-bottom: 10px;
  }

  #content .con h1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #content .con .select_box .day,
  #content .con .select_box .all_select {
    display: block;
  }

  #content .con .select_box .all_select .search {
    display: flex;
    justify-content: space-between;
  }

  .end_date {
    margin-right: 0;
  }

  .m_table {
    font-size: 1.4rem;
  }

  .m_thead,
  .m_tbody {
    margin-bottom: 5px;
  }

  .m_td {
    padding-right: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 500px) {
  .date_text:first-of-type {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .move li:nth-child(5),
  .move li:nth-child(6) {
    /* display: none; */
  }
}

@media screen and (max-width: 450px) {
  #content .con .select_box {
    display: block;
  }
  .select {
    width: 100%;
    margin-bottom: 10px;
  }
  .con .search input:first-child {
    width: 80%;
  }

  .con .search input:last-child {
    width: 18%;
  }
  .con .search input:last-child {
    float: right;
  }
}

@media screen and (max-width: 425px) {
  .radio-toolbar {
    flex-direction: column;
  }

  .radio-toolbar label {
    width: 100%;
  }

  #content .con .searchs {
    font-size: 1.4rem;
  }

  .date_text.ing {
    display: none;
  }

  .start_date,
  .end_date {
    padding: 10px;
    width: auto;
    margin: 0;
  }

  .start_date,
  .end_date {
    margin-right: 10px;
    font-size: 1.4rem;
  }

  #content .con .select_box .all_select .search input::placeholder {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .move li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .move li {
    margin-left: 10px;
  }
}

@media screen and (max-width: 425px) {
 
  .move li {
    margin-left: 10px;
  }
}
