@charset "utf-8";

.png-region-page {
    width: 100%;
}

.png-region-headbar {
    margin-bottom: 16px;
    padding: 12px 16px;
    border: 1px solid #014e5f;
    border-radius: 4px;
    background: linear-gradient(#0b6678, #015163);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
}

.png-region-empty {
    padding: 24px 12px;
    border: 1px solid #d9e0e8;
    border-radius: 5px;
    background: #f8fbff;
    color: #777;
    text-align: center;
}

.png-region-block {
    margin-bottom: 14px;
}

.png-region-block:last-child {
    margin-bottom: 0;
}

.png-region-sido {
    margin: 0;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: linear-gradient(#f8f8f8, #ececec);
    line-height: 34px;
}

.png-region-sido a {
    color: #c84d35;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.png-region-sido a:hover {
    color: #a53a24;
}

.png-region-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 10px 8px;
    border: 1px solid #ccc;
    list-style: none;
    background: #fff;
}

.png-region-list li {
    padding: 4px 6px;
}

.png-region-list a {
    display: block;
    color: #123860;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.45;
    text-decoration: underline;
    word-break: keep-all;
}

.png-region-list a:hover {
    color: #1e8afb;
}

.png-region-cnt {
    color: #333;
    font-weight: 700;
}

@media (max-width: 980px) {
    .png-region-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .png-region-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
