.elementor-10386 .elementor-element.elementor-element-20a63e9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-64aa18f *//* Container Layout */
.zf-container {
    font-family: 'Pretendard', -apple-system, sans-serif;
    color: #1d1d1f;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 30px;
    max-width: 100%;
}

/* Header Section */
.zf-header {
    border-bottom: 2px solid #1d1d1f;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.zf-brand {
    color: #86868b;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.zf-title {
    margin: 8px 0;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.zf-item-no {
    margin: 0;
    color: #0071e3;
    font-weight: 600;
}

/* Body Content */
.zf-content-wrapper {
    display: flex;
    gap: 40px;
}

.zf-image-box {
    flex: 1;
    background: #f5f5f7;
    border-radius: 8px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zf-placeholder-text {
    color: #86868b;
    font-size: 13px;
}

.zf-info-box {
    flex: 1.2;
}
.zf-section-label {
    font-size: 17px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 4px solid #1d1d1f;
}

/* Naver Style Table */
.zf-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 25px;
}
.zf-table th {
    background: #f9f9fb;
    border-top: 1px solid #d1d1d6;
    border-bottom: 1px solid #d1d1d6;
    padding: 12px 15px;
    font-weight: 600;
}
.zf-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eeeeee;
}
.zf-label {
    background: #fafafa;
    font-weight: 500;
    width: 30%;
}
.zf-status-in {
    color: #d70010;
    font-weight: 600;
}

/* Pricing Card */
.zf-price-card {
    background: #f5f5f7;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zf-currency-label {
    display: block;
    font-size: 12px;
    color: #86868b;
}
.zf-price-value {
    font-size: 24px;
    font-weight: 700;
}
.zf-btn-cart {
    background: #0071e3;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.zf-btn-cart:hover {
    background: #0077ed;
}

/* Responsive */
@media (max-width: 768px) {
    .zf-content-wrapper { flex-direction: column; }
    .zf-image-box { min-height: 250px; }
}/* End custom CSS */