
    /* --- FUJI SUPPLIER STYLES (KO) --- */
    .fuji-standard-wrapper-ko {
        font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', Helvetica, sans-serif;
        color: #333;
        line-height: 1.7;
        max-width: 100%;
        margin: 0 auto;
    }
    .fuji-standard-wrapper-ko p, .fuji-standard-wrapper-ko li, .fuji-standard-wrapper-ko td, .fuji-standard-wrapper-ko th, .fuji-standard-wrapper-ko span, .fuji-standard-wrapper-ko a {
        font-size: 16px !important;
    }
    .fuji-standard-wrapper-ko h2 {
        font-size: 24px !important; font-weight: 700; color: #000; margin-top: 40px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0; line-height: 1.3; word-break: keep-all;
    }
    .fuji-standard-wrapper-ko h2:first-of-type { margin-top: 0 !important; }
    .fuji-standard-wrapper-ko h3 {
        font-size: 20px !important; font-weight: 600; margin-top: 30px; margin-bottom: 15px; color: #444; word-break: keep-all;
    }
    .fuji-standard-wrapper-ko a {
        color: #d32f2f; text-decoration: none; font-weight: 600; transition: all 0.2s ease; border-bottom: 1px dotted #d32f2f;
    }
    .fuji-standard-wrapper-ko a:hover { color: #b71c1c; background-color: #ffebee; }
    .fuji-standard-wrapper-ko img {
        max-width: 700px; width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .img-caption { text-align: center; font-size: 14px !important; color: #666; margin-top: -20px; margin-bottom: 35px; font-style: italic; }
    .compare-table { width: 100%; border-collapse: collapse; margin: 30px 0; border: 1px solid #ddd; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
    .compare-table th, .compare-table td { border: 1px solid #ddd; padding: 15px; text-align: left; }
    .compare-table th { background-color: #f8f9fa; font-weight: 700; color: #2c3e50; word-break: keep-all; }
    .compare-table tr:nth-child(even) { background-color: #fcfcfc; }
    .trust-box { background-color: #e3f2fd; border-left: 5px solid #2196f3; padding: 20px; margin: 30px 0; border-radius: 0 4px 4px 0; }
    .safety-box { background-color: #fff3e0; border-left: 5px solid #ff9800; padding: 20px; margin: 30px 0; border-radius: 0 4px 4px 0; }
    .faq-wrapper { margin-top: 50px; border-top: 1px solid #eee; padding-top: 30px; background-color: #fafafa; padding: 20px; border-radius: 8px; }
    .faq-item { margin-bottom: 20px; }
    .faq-question { display: block; font-weight: 700; margin-bottom: 8px; color: #b71c1c; font-size: 18px !important; word-break: keep-all; }
    .author-box { display: flex; align-items: center; margin-top: 50px; padding-top: 30px; border-top: 1px solid #eee; }
    .author-text { font-size: 14px; color: #555; }
    .fuji-standard-wrapper-ko ul { padding-left: 20px; margin-bottom: 20px; }
    .fuji-standard-wrapper-ko li { margin-bottom: 10px; }
    @media (max-width: 768px) {
        .fuji-standard-wrapper-ko h2 { margin-top: 30px; font-size: 20px !important; }
        .compare-table { display: block; overflow-x: auto; white-space: nowrap; }
        .trust-box, .safety-box { padding: 15px; }
        .author-box { flex-direction: column; text-align: center; }
    }
