
    .fuji-container-ko {
        font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: 0 auto;
    }
    .fuji-container-ko h2 {
        font-size: 22px;
        font-weight: bold;
        color: #d32f2f;
        margin-top: 30px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ffebee;
        padding-bottom: 5px;
        word-break: keep-all;
    }
    .fuji-container-ko h3 {
        font-size: 19px;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 10px;
        color: #2c3e50;
    }
    .fuji-container-ko p, .fuji-container-ko li {
        margin-bottom: 15px;
        text-align: justify;
        word-break: keep-all;
    }
    .fuji-container-ko a {
        color: #d32f2f;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 1px dotted #d32f2f;
    }
    .fuji-container-ko img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 25px auto;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .fuji-table-wrapper-ko {
        overflow-x: auto;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 6px;
    }
    .fuji-tech-table-ko {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
        font-size: 15px;
    }
    .fuji-tech-table-ko th, .fuji-tech-table-ko td {
        padding: 12px;
        border: 1px solid #eee;
        text-align: left;
    }
    .fuji-tech-table-ko th {
        background-color: #f9f9f9;
        font-weight: bold;
        color: #333;
    }
    .fuji-tip-box-ko {
        background-color: #e3f2fd;
        border-left: 5px solid #2196f3;
        padding: 15px 20px;
        margin: 20px 0;
        border-radius: 0 4px 4px 0;
    }
    .fuji-faq-item-ko {
        background: #fafafa;
        border-left: 4px solid #d32f2f;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .fuji-faq-question-ko {
        display: block;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 8px;
        color: #000;
    }
