.frame-awards-tab {
  margin-top: 20px !important;
}

/* 獎項表格 */
.award_table_container {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}

.award_table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #D9D9D9;
  border-collapse: collapse;
}

/* .award_table thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
}
.award_table thead tr:first-child th:last-child {
    border-top-right-radius: 4px;
} */
/* 移除第一列的左邊框 */
.award_table td:first-child,
.award_table th:first-child {
  border-left: none;
}

.award_table .award_item {
  padding-bottom: 0;
}

/* 移除最後一列的右邊框 */
.award_table td:last-child,
.award_table th:last-child {
  border-right: none;
}

.award_table thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

.award_table thead tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

/* 移除最後一行所有 td 的下邊框 */
.award_table tbody tr:last-child td {
  border-bottom: none;
}

.non_bottom_border {
  border-bottom: none !important;
}
.non_top_border {
  border-top: none !important;
}

.organizer_col {
  width: 30%;
}

.award_col {
  width: 56%;
}

.year_col {
  width: 14%;
}

/* .award_table tr :first-child{
    width:14%;
}
.award_table tr :nth-child(2){
    width:56%;
} */
.award_table th {
  padding: 20px 24px;
  text-align: left;
  background-color: #f2f2f2;
  font-family: Rubik Bolder;
  font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  letter-spacing: 0%;
  color: #002E6C;
  vertical-align: middle;
  border-right: 1px solid #D9D9D9;
  border-bottom: 3px solid #D9D9D9;
}

.award_table tr {
  margin-left: 32px;
  margin-right: 32px;
}

.award_table td {
  font-family: Rubik Regular;
  font-weight: 400;
font-size: 18px;
    line-height: 28px;
  letter-spacing: 0%;
  color: #333;
  vertical-align: middle;
  padding: 10px 24px;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

/* .award_table tbody tr:not(:first-child) .award_item {
  border-top: none;
}

.award_table tbody tr:not(:last-child) .award_item {
  border-bottom: none;
} */

.award_table .bold_text {
  font-family: Rubik Bolder;
  font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  letter-spacing: 0%;
  color: #333;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 10px;
  width: 100% !important;
  /* border-bottom: none !important; */
  padding-bottom: 0;
  border-top: 3px solid #D9D9D9;
}

.award_table .center_text {
  /* text-align: center; */
}

.award_table ul {
  margin: 0;
  padding-left: 20px;
}

.award_table ul li {
  list-style: disc;
  font-family: Rubik Regular;
  font-weight: 400;
font-size: 18px;
    line-height: 28px;
  letter-spacing: 0%;
  color: #333;
  vertical-align: middle;
  text-align: left;
  width: 100% !important;
}

.award_table td.non_bottom_border,
.award_table td:empty {
  border-bottom: none !important;
  border-top: 3px solid #D9D9D9;
}

img.col-4.col-md-2 {
  object-fit: contain;
  box-shadow: 0px 20px 40px 0px #10182814;
  border-radius: 8px;
}

.bold_border {
  border-bottom: 2px solid #D9D9D9 !important;
}

.awards-pics img.col-4.col-md-2 {
  width: calc((100% - 5 * 30px) / 6);
}
ul.no_point li {
    list-style: none;
    margin-left: -20px;
}
@media (max-width: 953px) {
  .awards-pics img.col-4.col-md-2 {
    width: calc((100% - 2 * 8px) / 3);
  }
  .award_table {
  width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
}
.award_table th{
padding:20px 10px;
}
  .award_table_container {
    width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
    border: none;
  }

  .award_table td {
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
word-wrap: break-word;
  }

  .award_table th,
  .award_table .bold_text,
  .award_table ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .award_table thead, .award_table thead tr,.award_table thead tr th {
    /* border-bottom: #D9D9D9 solid 0.5px !important; */
    /* border-top: #D9D9D9 solid 0.5px !important; */
  }
  /* .award_table tbody td.bold_border {
    border-bottom: #D9D9D9 solid 0.5px !important;
    border-top: #d9d9d9 0.5px solid !important;
  } */
  .award_table td.non_bottom_border, .award_table td:empty {
    /* border-bottom: none !important; */
    /* border-top: 0.5px solid #D9D9D9; */
 }
 /* .frame-awards-list {
    padding-bottom: 20px !important;
 } */
}