@charset "UTF-8";
.portfolio-view-content {
    background: #f4f6f8;
}
.portfolio_view {
	overflow: hidden;
}
.pf-view-editor img {
	opacity: 1;
	width: 100%;
}
.portfolio-view-shell {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 28px 24px 32px;
}

.portfolio-view-stop-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #015e18;
    letter-spacing: -0.02em;
}

.board-default.pf-board {
    margin: 0;
}

.pf-view-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 2px solid #1f2937;
    border-bottom: 1px solid #d1d5db;
    font-size: 15px;
}

.pf-view-table th,
.pf-view-table td {
    border: 1px solid #e5e7eb;
    vertical-align: middle;
    padding: 14px 16px;
    word-break: keep-all;
}

.pf-view-table th {
    width: 14%;
    background: #f9fafb;
    color: #374151;
    font-weight: 700;
    text-align: center;
}

.pf-col-1,
.pf-col-3 {
    width: 14%;
}

.pf-col-2,
.pf-col-4 {
    width: 36%;
}

.pf-intitle {
    background: #f3f4f6;
    font-size: 1.15rem;
    font-weight: 800;
    color: #111827;
    padding: 16px 18px !important;
    border-bottom: 1px solid #d1d5db !important;
}

.pf-write-box p {
    margin: 0;
    color: #1f2937;
    line-height: 1.55;
}

.pf-view-body {
    padding: 0 !important;
    border-top: none !important;
}

.pf-view-editor {
    padding: 22px 18px 28px;
    min-height: 200px;
    line-height: 1.7;
    color: #374151;
}

.pf-view-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.pf-br-clear {
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.pf-btn-box {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.pf-btn-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 10px 22px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background: #015e18;
    border: 1px solid #015e18;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.pf-btn-list:hover {
    background: #0b7a22;
    border-color: #0b7a22;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .portfolio-view-shell {
        padding: 18px 14px 24px;
        border-radius: 12px;
    }

    .portfolio-view-stop-title {
        font-size: 1.2rem;
    }

    .pf-view-table,
    .pf-view-table tbody,
    .pf-view-table tr,
    .pf-view-table th,
    .pf-view-table td {
        display: block;
        width: 100% !important;
    }

    .pf-view-table tr {
        border-bottom: 1px solid #e5e7eb;
    }

    .pf-view-table th {
        text-align: left;
        border-bottom: none;
        padding-bottom: 6px;
    }

    .pf-view-table td {
        border-top: none;
        padding-top: 6px;
    }

    .pf-intitle {
        border-bottom: 1px solid #e5e7eb !important;
    }

    .pf-view-body {
        border-top: 1px solid #e5e7eb !important;
    }

    .pf-view-editor {
        padding: 16px 12px 20px;
    }
}
