/* BASIC css start */
/* ================================================
   AS ¾È³» Å×ÀÌºí
================================================ */

.as-table-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 15px;
    font-family: "¸¼Àº °íµñ", 'Malgun Gothic', sans-serif;
}

.as-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

/* ÄÃ·³ ³Êºñ */
.as-table colgroup col:nth-child(1) { width: 16%; }
.as-table colgroup col:nth-child(2) { width: 20%; }
.as-table colgroup col:nth-child(3) { width: 20%; }
.as-table colgroup col:nth-child(4) { width: auto; }

/* Çì´õ */
.as-table thead tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.as-table thead th {
    padding: 16px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-family: "¸¼Àº °íµñ", 'Malgun Gothic', sans-serif;
    color: #111;
    background: #fff;
}

/* ¹Ùµð Çà */
.as-table tbody tr {
    border-bottom: 1px solid #eee;
}

.as-table tbody tr:hover {
    background-color: #fafafa;
}

/* ¼¿ */
.as-table tbody td {
    padding: 16px 20px;
    text-align: center;
    font-size: 15px;
    font-family: "¸¼Àº °íµñ", 'Malgun Gothic', sans-serif;
    color: #444;
    vertical-align: middle;
    word-break: keep-all;
    line-height: 1.6;
}

/* ÁÖ¼Ò ¼¿Àº ÁÂÃø Á¤·Ä */
.as-table tbody td:last-child {
    text-align: left;
}

/* ¸µÅ© ½ºÅ¸ÀÏ */
.as-table tbody td a {
    color: #1a56c4;
    text-decoration: none;
    font-size: 16px;
    font-family: "¸¼Àº °íµñ", 'Malgun Gothic', sans-serif;
    word-break: break-all;
}

.as-table tbody td a:hover {
    text-decoration: underline;
}

/* ¹ÝÀÀÇü */
@media (max-width: 768px) {
    .as-table-wrap {
        padding: 0 10px;
        overflow-x: auto;
    }

    .as-table {
        min-width: 600px;
    }

    .as-table thead th,
    .as-table tbody td {
        padding: 12px 10px;
    }
}
/* BASIC css end */

