.btn-link-wrap { display: flex; justify-content: flex-end; padding: 30px 0; }
.btn-link-move { display: flex; align-items: stretch; background-color: #001a4e; border-radius: 4px; overflow: hidden; text-decoration: none; max-width: 330px; width: 100%; }
.blm-txt { flex: 1; color: #fff; font-size: 17px; font-weight: 700; display: flex; align-items: center; justify-content: center; padding: 14px 20px; letter-spacing: -0.5px; }
.blm-icon { background-color: #50c5c7; display: flex; align-items: center; justify-content: center; width: 55px; flex-shrink: 0; }
.blm-icon img { width: 22px; height: 16px; }
@media screen and (max-width: 768px) {
  .blm-txt { font-size: 15px; padding: 12px 15px; }
  .blm-icon { width: 50px; }
  .btn-link-wrap { padding: 20px 15px; }
}
.curric-table-wrap { margin-top: 30px; }
.table.curric-table { border-top: none; border-bottom: none; border-collapse: collapse; }
.curric-table thead th { border: none !important; }
.curric-table thead th::before { display: none !important; }
.curric-table thead th.th-year { background-color: #0b327b; color: #fff; border: 4px solid #fff !important; font-size: 17px; font-weight: 700; padding: 12px; }
.curric-table thead th.th-sem { background-color: #f7f8f9; border: 4px solid #fff !important; border-bottom: 3px solid #eee !important; font-size: 14px; font-weight: 700; color: #444; padding: 10px; }
.curric-table tbody td { border: 4px solid #fff !important; padding: 0 !important; vertical-align: top; height: 55px; }
.curric-table tbody td:nth-child(odd) { background-color: #e6e8ec !important; }
.curric-table tbody td:nth-child(even) { background-color: #f5f5f5 !important; }
.cg-cell { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; padding: 10px 18px 10px 4px; box-sizing: border-box; min-height: 55px; font-size: 13.5px; line-height: 1.35; color: #fff; font-weight: 500; word-break: keep-all; letter-spacing: -0.5px; }
.cg-cell.has-star-b::after, .cg-cell.has-star-m::after { content: '★'; position: absolute; top: 0; right: 0; width: 14px; height: 100%; font-size: 9px; color: #fff; line-height: 22px; text-align: center; }
.cg-cell.has-star-b::after { background-color: #001f5c; }
.cg-cell.has-star-m::after { background-color: #38c2c7; }
.bg-mint { background-color: #4ac7b3; }
.bg-lblue { background-color: #4b7bc9; }
.bg-purple { background-color: #725cca; }
.bg-violet { background-color: #a448d8; }
.bg-orange { background-color: #fd7d4d; }
.bg-ggreen { background-color: #92aca0; }
.bg-olive { background-color: #79855e; }
.bg-pink { background-color: #e959ac; }
.bg-dblue { background-color: #012879; }
.bg-rblue { background-color: #486df0; }
.cg-legend { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; background-color: #f5f5f5; border: 1px solid #eee; padding: 12px 10px; margin-top: 30px; border-radius: 4px; }
.leg-col { display: flex; flex-direction: column; justify-content: flex-start; padding: 4px 16px; position: relative; }
.leg-col:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 20%; height: 60%; width: 1px; background-color: #ddd; }
.leg-item { display: flex; align-items: center; font-size: 13px; font-weight: 500; color: #444; padding: 3px 0; white-space: nowrap; }
.leg-box { width: 16px; height: 16px; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; color: #fff; margin-right: 8px; border-radius: 2px; flex-shrink: 0; }
.leg-star-b { background-color: #001f5c; }
.leg-star-m { background-color: #38c2c7; }
@media screen and (max-width: 1024px) {
  .curric-table { min-width: 900px; }
}