
    /* KOREAN STYLE - Clean & Professional */
    #fuji-za-detail { font-family: 'Noto Sans KR', 'Segoe UI', sans-serif; line-height: 1.6; color: #333; font-size: 16px; background-color: #fff; }
    #fuji-za-detail .article-container { max-width: 1200px; margin: 0 auto; padding: 15px; }
    #fuji-za-detail h2 { font-size: 22px; color: #111; border-bottom: 3px solid #d32f2f; padding-bottom: 8px; margin-top: 30px; margin-bottom: 15px; font-weight: 700; }
    #fuji-za-detail h2:first-of-type { margin-top: 0; }
    #fuji-za-detail h3 { font-size: 19px; color: #444; margin-top: 25px; margin-bottom: 12px; font-weight: 600; }
    #fuji-za-detail p { margin-bottom: 15px; text-align: justify; word-break: keep-all; }
    #fuji-za-detail a { color: #d32f2f; text-decoration: none; font-weight: 600; border-bottom: 1px dotted #d32f2f; }
    #fuji-za-detail .feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 25px; }
    #fuji-za-detail .feature-item { background: #f8f9fa; padding: 15px; border-left: 5px solid #d32f2f; border-radius: 4px; font-size: 16px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
    #fuji-za-detail .feature-item strong { color: #d32f2f; display: block; margin-bottom: 8px; font-size: 17px; }
    #fuji-za-detail .media-wrapper { text-align: center; margin: 25px 0; }
    #fuji-za-detail .media-wrapper img { max-width: 100%; height: auto; border-radius: 6px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
    #fuji-za-detail .table-wrapper { overflow-x: auto; margin-bottom: 20px; border: 1px solid #eee; }
    #fuji-za-detail table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 15px; }
    #fuji-za-detail th, #fuji-za-detail td { padding: 12px 15px; border: 1px solid #ddd; text-align: left; }
    #fuji-za-detail th { background-color: #f1f1f1; font-weight: 700; color: #000; }
    #fuji-za-detail .faq-item { background: #fff; border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px; border-radius: 5px; }
    #fuji-za-detail .faq-question { font-weight: 700; color: #000; display: block; margin-bottom: 8px; font-size: 17px; }
    @media (max-width: 768px) { #fuji-za-detail .feature-grid { grid-template-columns: 1fr; } #fuji-za-detail h2 { font-size: 20px; } }
