body {
  padding-bottom: 140px;
  background: linear-gradient(-20deg, #e4e9fd, #f4ebfa, #ffffff);
  font-family: "Pretendard JP", -apple-system, BlinkMacSystemFont, "Basier Square", "Noto Sans KR", "Segoe UI", "Apple SD Gothic Neo", Roboto, "Helvetica Neue", Arial, sans-serif;
}

input {
  padding: 0;
  margin: 0;
  border: none;
}

th {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}

td {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.board-table {
  width: 95%;
  border-spacing: 0px 10px;
  margin: 0 auto;
}

.board-table th,
.board-table td {
  padding: 10px;
}


.coupang-banner {
  margin: 0 auto;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.board-header {
  width: 33%;
  height: 160px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.board-header h1 {
  color: #9badff;
  font-size: 40px;
  font-weight: 800;
}

/* th {
  background-color: #ffd5c28b;
} */

.page-control-btn {
  color: #000000;
}

.board-search-input {
  border: 1px solid #9badff;
  border-radius: 10px;
  padding: 5px 10px;
  width: 200px;
  height: 30px;
}

a {
  font-size: 14px;
}

.board-feader-img-box {
  display: flex;
  width: 33%;
  justify-content: flex-end;
}

.board-feader-img {
  width: 250px;
  height: 160px;
  background-image: url('../images/biz/Data\ Analytics\ Report.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .page-num-btn {
  gap: 5px;
} */

.search-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 95%;
  margin-bottom: 10px;
  position: relative;
  align-items: center;
}

.search-container select {
  width: 100px;
  height: 41px;
  border: 1px solid #9badff;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.search-container input {
  width: 250px;
}

#search-button {
  background-color: #9badff;
  color: #fff;
  border-radius: 10px;
  border: none;
  padding: 5px 10px;
  height: 41px;
  width: 60px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.board-search-container-box {
  width: 33%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.board-search-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.table-head {
  background-color: #9badff;
  color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.th-1 {
  border-radius: 15px 0 0 15px;
}

.th-3 {
  border-radius: 0 15px 15px 0;
}

.table-row {
  background-color: #ffffff;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.table-row:hover {
  background-color: #f4ebfa;
}

.table-row-1 {
  border-radius: 15px 0 0 15px;
  text-align: center;
}

.table-row-2 {
  text-align: center;
}

.table-row-3 {
  border-radius: 0 15px 15px 0;
}

.page-num-btn {
  min-width: 16px;
  text-align: center;
  border: 1px solid #9badff;
  padding: 7px 9px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.page-num-btn:hover {
  background-color: #9badff;
  color: #000000;
}

.selected {
  background-color: #9badff;
  color: #000000;
}

.page-control-btn-dl {
  border: 1px solid #9badff;
  background-image: url('../images/double_arrow.png');
  background-size: 10px 16px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9badff;
}

.page-control-btn-dr {
  border: 1px solid #9badff;
  background-image: url('../images/double_arrow.png');
  background-size: 10px 16px;
  transform: rotate(180deg);

  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9badff;
}

.page-control-btn-l {
  border: 1px solid #9badff;
  background-image: url('../images/arrow.png');
  background-size: 16px 10px;
  transform: rotate(90deg);
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9badff;
}

.page-control-btn-r {
  border: 1px solid #9badff;
  background-image: url('../images/arrow.png');
  background-size: 16px 10px;
  transform: rotate(270deg);
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9badff;
}

.col-1 {
  width: 15%;
}

.col-2 {
  width: 10%;
}

.col-3 {
  width: 70%;
}

@media (max-width: 450px) {
  .search-container {
    margin: 0 auto;
    flex-direction: column;
  }

  .board-search-container {
    justify-content: center;
  }

  .board-search-container form {
    width: 100%;
  }

  .board-search-container-box {
    width: 100%;
    height: 50px;
  }

  .search-container select {
    width: 22%;
  }

  .search-container input {
    width: 54%;
  }

  #search-button {
    width: 16%;
  }

  .board-feader-img-box {
    display: none;
  }

  .board-header {
    width: 100%;
  }

  body {
    padding-top: 20px;
  }

  td {
    font-weight: 400;
  }

  .col-1 {
    width: 10%;
  }

  .col-2 {
    width: 15%;
  }

  .col-3 {
    width: 70%;
  }
  
  .page-num-btn {
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    line-height: 20px;
  }

  .pagination {
    margin-bottom: 30px;
    gap: 5px;
  }

  .page-control-btn-r, .page-control-btn-l {
    background-size: 12px 10px;
    border: 1px solid #18a0fb;
    padding: 10px 10px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    width: 0px;
    height: 0px;
  }

  .page-control-btn-dr, .page-control-btn-dl {
    background-size: 10px 12px;
    border: 1px solid #18a0fb;
    padding: 10px 10px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    width: 0px;
    height: 0px;
  }

  .board-table th, .board-table td {
    padding: 7px;
  }
}

@media (max-width: 380px) {
  .search-container {
    justify-content: flex-start;
    margin: 0 auto;
  }

  .search-container input {
    width: 52%;
  }

  /* .fixed-search-container {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 1000;
  } */

  body {
    padding-top: 120px;
  }

  td {
    font-weight: 400;
  }

  .col-1 {
    width: 10%;
  }

  .col-2 {
    width: 15%;
  }

  .col-3 {
    width: 70%;
  }
  
  .page-num-btn {
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    line-height: 20px;
  }

  .pagination {
    margin-bottom: 30px;
    gap: 5px;
  }

  .page-control-btn-r, .page-control-btn-l {
    background-size: 12px 10px;
    border: 1px solid #18a0fb;
    padding: 10px 10px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    width: 0px;
    height: 0px;
  }

  .page-control-btn-dr, .page-control-btn-dl {
    background-size: 10px 12px;
    border: 1px solid #18a0fb;
    padding: 10px 10px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    width: 0px;
    height: 0px;
  }

  .board-table th, .board-table td {
    padding: 7px;
  }
}