a.service { background:#0000006f;; color:#ffffff; cursor:default; box-shadow:none; }
a.service:hover { background:#0000006f; transform:none; }



html, body {
    width: 100%; height: 100%; margin: 0; padding: 0; border: 0;
    background: linear-gradient(135deg, #e0e7ff 0%, #f0fdfa 100%);
}
body {
    font-family: 'Poppins', 'Pretendard', sans-serif;
    color: #22223b;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

label.controls {
    position: absolute;
    /* right: 24px; */
    top: 0;
    /* z-index: 9999; */
    font-size: 1.08rem;
    color: #5f5f8e;
    user-select: none;
    background: #fff6;
    padding: 8px 18px;
    border-radius: 10px;
    box-shadow: 0 2px 8px #b5c7f733;
}

table {
    width: 98%;
    margin: 60px auto 0px auto;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(255,255,255,0.92);
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 #b5c7f799, 0 1.5px 0 #fff;
    overflow: hidden;
    font-size: 1.08rem;
}
th, td {
    border: none;
    text-align: center;
}
th {
    background: linear-gradient(90deg, #7f53ac 0%, #38bdf8 100%);
    color: #fff;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e0e7ff;
}
tr:nth-child(even) td {
    background: #f7f7fb;
}
tr:nth-child(odd) td {
    background: #f0fdfa;
}
td {
    font-size: 1.05rem;
    color: #3a3a5a;
    border-bottom: 1px solid #e0e7ff;
}
td[rowspan] {
    background: linear-gradient(135deg, #e0c3fc 0%, #fbc2eb 100%);
    color: #7f53ac;
    font-weight: 600;
    font-size: 1.12rem;
    border-right: 2px solid #e0e7ff;
    border-radius: 12px 0 0 12px;
}
td a {
    display: inline-block;
    padding: 4px 18px;
    margin: 6px 8px 6px 0;
    background: linear-gradient(90deg, #38bdf8 0%, #7f53ac 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px #b5c7f733;
    font-size: 1rem;
    font-weight: 600;
    transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
    border: none; outline: none;
    position: relative;
}
td a:hover {
    background: linear-gradient(90deg, #7f53ac 0%, #38bdf8 100%);
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 6px 24px #7f53ac44;
    z-index: 2;
}
a.service {
    background: #22223b !important;
    color: #fff !important;
    opacity: 0.92;
    font-style: italic;
    letter-spacing: 0.5px;
}
a.service:hover {
    background: #7f53ac !important;
    color: #fff !important;
    opacity: 1;
}

@media (max-width: 900px) {
    table { font-size: 0.98rem; }
    label.controls { right: 8px; top: 8px; font-size: 0.98rem; padding: 6px 10px; }
}