.png-property-search {
    margin: 0 0 18px;
    padding: 14px;
    border: 1px solid #dde3ea;
    background: #f8fafc;
}

.png-property-search form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.png-property-search input,
.png-property-search select {
    height: 38px;
    padding: 0 10px;
    border: 1px solid #cbd5df;
    background: #fff;
    font-size: 14px;
}

.png-property-search button,
.png-property-btn {
    height: 38px;
    padding: 0 14px;
    border: 0;
    background: #24558a;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.png-property-list {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #24558a;
}

.png-property-list th,
.png-property-list td {
    padding: 12px 9px;
    border-bottom: 1px solid #e5e9ef;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.png-property-list th {
    background: #f2f6fb;
    color: #1f344d;
    font-weight: 700;
}

.png-property-list .subject {
    text-align: left;
}

.png-property-list .empty {
    padding: 40px 0;
    color: #777;
}

.png-property-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 20px;
    border-top: 2px solid #24558a;
    border-left: 1px solid #d9e0e8;
}

.png-property-meta dt,
.png-property-meta dd {
    margin: 0;
    padding: 12px;
    border-right: 1px solid #d9e0e8;
    border-bottom: 1px solid #d9e0e8;
}

.png-property-meta dt {
    background: #f2f6fb;
    font-weight: 700;
    color: #1f344d;
}

.png-property-content {
    line-height: 1.75;
}

.png-detail {
    font-family: "Malgun Gothic", Dotum, Gulim, Arial, sans-serif;
}

.png-detail-head {
    margin: 0 0 18px;
    padding: 22px 24px;
    border: 1px solid #d8e1eb;
    border-top: 4px solid #24558a;
    background: linear-gradient(180deg, #f9fbfe 0%, #fff 100%);
}

.png-detail-kicker {
    margin-bottom: 8px;
    color: #e56f55;
    font-size: 15px;
    font-weight: 700;
}

.png-detail-head h2 {
    margin: 0 0 12px;
    color: #173f68;
    font-size: 27px;
    line-height: 1.35;
}

.png-detail-head p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: #777;
    font-size: 14px;
}

.png-detail-summary {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 14px;
    margin-bottom: 18px;
}

.png-detail-location {
    min-height: 116px;
    padding: 22px;
    border: 1px solid #d8e1eb;
    background: #f5f8fc;
}

.png-detail-location strong {
    display: block;
    margin-bottom: 12px;
    color: #173f68;
    font-size: 22px;
}

.png-detail-location span {
    color: #555;
    font-size: 15px;
}

.png-detail-price {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.png-detail-price div {
    padding: 20px 14px;
    border: 1px solid #d8e1eb;
    background: #fff;
    text-align: center;
}

.png-detail-price span {
    display: block;
    margin-bottom: 8px;
    color: #777;
    font-size: 14px;
}

.png-detail-price strong {
    color: #c84d35;
    font-size: 22px;
}

.png-detail-section {
    margin-bottom: 18px;
}

.png-detail-section h3 {
    margin: 0 0 10px;
    padding: 0 0 8px 14px;
    border-left: 5px solid #ef7d65;
    border-bottom: 1px dotted #aaa;
    color: #174b7a;
    font-size: 20px;
}

.png-detail-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #ccd6e2;
}

.png-detail-table th,
.png-detail-table td {
    padding: 14px 15px;
    border-bottom: 1px solid #e3e8ef;
    font-size: 15px;
    line-height: 1.65;
}

.png-detail-table th {
    width: 150px;
    background: #f5f5f5;
    color: #173f68;
    text-align: center;
}

.png-detail-table td {
    background: #fff;
    color: #333;
}

.png-detail-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin: 18px 0;
    padding: 18px 20px;
    border: 1px solid #d8e1eb;
    background: #f8fbff;
}

.png-detail-contact strong {
    display: block;
    margin-bottom: 5px;
    color: #174b7a;
    font-size: 18px;
}

.png-detail-contact p {
    color: #666;
    font-size: 14px;
}

.png-detail-contact a {
    display: inline-block;
    min-width: 150px;
    padding: 12px 16px;
    border-radius: 2px;
    background: #24558a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.png-detail-actions {
    margin-top: 18px;
}

.png-detail-actions:after {
    display: block;
    clear: both;
    content: "";
}

@media (max-width: 640px) {
    .png-property-list th:nth-child(1),
    .png-property-list td:nth-child(1),
    .png-property-list th:nth-child(5),
    .png-property-list td:nth-child(5) {
        display: none;
    }

    .png-property-meta {
        grid-template-columns: 1fr;
    }

    .png-detail-summary,
    .png-detail-price {
        grid-template-columns: 1fr;
    }

    .png-detail-contact {
        display: block;
    }

    .png-detail-contact a {
        margin-top: 12px;
    }

    .png-detail-table th {
        width: 105px;
    }
}
