.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; }
.support-cards-wrap { display: flex; justify-content: space-between; gap: 15px; }
.support-card { flex: 1; background-color: #f2f4f7; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e1e1e1; }
.card-top { position: relative; height: 180px; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; background-repeat: no-repeat; }
.card-top::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.card-title-box { position: relative; z-index: 2; display: flex; gap: 8px; align-items: center; justify-content: center; color: #fff; }
.card-icon { width: 42px; height: 42px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.card-title-txt { font-size: 24px; font-weight: 700; letter-spacing: -0.5px; }
.card-body { padding: 28px 24px; flex: 1; display: flex; flex-direction: column; }
.card-mid { flex: 1; padding-bottom: 20px; }
.benefit-item { font-size: 14.5px; line-height: 1.5; color: #333; margin-bottom: 10px; position: relative; padding-left: 14px; word-break: keep-all; }
.benefit-item::before { content: '·'; position: absolute; left: 0; top: 0; font-weight: 800; font-size: 18px; line-height: 1; }
.card-bot { border-top: 1px dashed #bbb; padding-top: 22px; }
.note-items .mark-p05 { padding-bottom: 8px; line-height: 1.5; font-size: 13.5px; color: #666; }
.card-body:has(.note-items:empty) .card-bot {border: 0;padding: 0;}
.support-footer-note { text-align: right; font-size: 13px; color: #888; padding-top: 15px; font-weight: 500; }
.card-scholarship .card-top { background-image: url('/_res/unist/semi/img/content/support_bg1.jpg'); }
.card-scholarship .card-icon { background-image: url('/_res/unist/semi/img/content/support_ico1.png'); }
.card-job .card-top { background-image: url('/_res/unist/semi/img/content/support_bg2.jpg'); }
.card-job .card-icon { background-image: url('/_res/unist/semi/img/content/support_ico2.png'); }
.card-etc .card-top { background-image: url('/_res/unist/semi/img/content/support_bg3.jpg'); }
.card-etc .card-icon { background-image: url('/_res/unist/semi/img/content/support_ico3.png'); }
@media screen and (max-width: 1024px) {
  .support-cards-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .support-card { min-height: 474px; }
  .support-card:nth-child(3) { grid-column: span 2; justify-self: center; width: calc(50% - 7.5px); }
}
@media screen and (max-width: 768px) {
  .support-cards-wrap { grid-template-columns: 1fr; }
  .support-card { min-height: auto; width: 100%; }
  .support-card:nth-child(3) { grid-column: span 1; width: 100%; }
  .card-top { height: 150px; }
  .card-body { padding: 22px 18px; }
  .card-title-txt { font-size: 21px; }
}