<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Completion over Perfection</title>
    <link>https://nanchachaa.tistory.com/</link>
    <description>마무리가 완벽보다 낫다.</description>
    <language>ko</language>
    <pubDate>Sun, 16 Aug 2026 16:28:38 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>난차차</managingEditor>
    <item>
      <title>갑진일주 甲辰 연예인 리스트</title>
      <link>https://nanchachaa.tistory.com/575</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;갑진일주(甲辰) 연예인 만세력&lt;/title&gt;
    &lt;style&gt;
        :root {
            --bg-color: #f3f4f6;
            --card-bg: #ffffff;
            --text-main: #1f2937;
            --border-color: #d1d5db;
        }
        body {
            background-color: var(--bg-color);
            color: var(--text-main);
            font-family: 'Pretendard', -apple-system, sans-serif;
            padding: 2rem;
            margin: 0;
        }
        .header { text-align: center; margin-bottom: 3rem; }
        .header h1 { font-size: 2.5rem; color: #111827; margin-bottom: 1rem; }
        .grid-container {
            display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 2rem; max-width: 1200px; margin: 0 auto;
        }
        .saju-card {
            background: var(--card-bg); border-radius: 12px;
            padding: 1.5rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        .actor-info { margin-bottom: 1rem; text-align: center; }
        .actor-info .name { font-size: 1.25rem; font-weight: bold; }
        .actor-info .category { font-size: 0.95rem; font-weight: normal; color: #6b7280; }
        .actor-info .birth { font-size: 0.9rem; color: #6b7280; margin-top: 4px; }
        .saju-table {
            width: 100%; border-collapse: collapse; border: 1px solid var(--border-color);
            border-radius: 8px; overflow: hidden; background: #fff;
        }
        .saju-table th, .saju-table td {
            border: 1px solid var(--border-color); text-align: center; padding: 8px 4px;
        }
        .saju-table th { font-weight: 500; color: #4b5563; font-size: 0.9rem; background-color: #f9fafb; }
        .row-header { background-color: #f9fafb; color: #4b5563; font-size: 0.85rem; font-weight: 500; width: 40px; }
        .saju-cell { display: flex; justify-content: center; align-items: center; }
        .hangul { font-size: 2.2rem; font-weight: 900; line-height: 1; letter-spacing: -1px; }
        .right-col { display: flex; flex-direction: column; align-items: flex-start; margin-left: 2px; margin-top: 4px; }
        .hanja { font-size: 1.1rem; font-weight: bold; line-height: 1; }
        .elem { font-size: 0.75rem; font-weight: bold; line-height: 1; margin-top: 4px; }
        .sibseong-td { font-size: 0.85rem; font-weight: bold; padding: 4px !important; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class=&quot;header&quot;&gt;
        &lt;h1&gt;갑진일주(甲辰) 연예인 사주&lt;/h1&gt;
    &lt;/div&gt;
    &lt;div class=&quot;grid-container&quot;&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강수한 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2000-10-13&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강지영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-01-18&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강지운 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1980-04-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;고세원 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1977-12-13&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;고이진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2001-02-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;고준 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1978-12-08&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;곽자형 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-08-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;구승현 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2004-09-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;권남희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1962-11-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;권호길 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-01-11&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;금미 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1988-06-18&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김C &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1971-11-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김규종 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-02-24&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김명국 (배우) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1963-03-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김민성 (1977년) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1978-08-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김민소 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1995-01-13&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김병림 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1968-11-30&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김부선 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1961-07-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김수연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1995-03-14&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김신 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-03-11&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김영애 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1944-12-06&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김유리 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1977-02-16&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김유리 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1991-06-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김정은 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1974-03-04&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김주은 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2002-04-06&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김진경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1997-03-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김진규 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1922-04-06&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김희진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1979-10-04&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;남궁원 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1934-08-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;남문철 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1971-03-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;남진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1946-09-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;노정렬 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1971-01-19&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;독고성 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1929-04-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;류찬열 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1999-12-18&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;류태호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1963-01-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;문소리 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1974-07-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;문지인 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1986-03-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;민지현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-11-06&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박대원 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1991-08-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박선 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2004-05-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박수연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1979-10-04&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박유덕 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-03-17&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박재범 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-04-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박지빈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1995-03-14&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박지훈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1980-02-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박하선 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-10-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;배효원 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1988-10-16&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;백서빈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-09-07&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;백진희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1990-02-08&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;선예 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1989-08-12&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;손가람 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1992-09-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;송경철 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1950-11-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;송문수 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1963-01-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;신은정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1974-01-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;안승균 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-01-18&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;안승환 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1995-03-14&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;염준영 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-02-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;오세정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1975-02-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;오현경 (1970년) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1970-03-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;윤소이 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1985-01-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;윤양하 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1940-05-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;윤예준 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-05-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;윤종찬 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1963-01-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;윤채이 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-07-09&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이계영 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1953-02-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이노아 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1990-02-08&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이범수 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1969-11-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이승우 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-09-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이용신 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1975-02-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이윤후 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2000-02-16&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이장미 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1986-03-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이종남 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1963-01-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이희경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-05-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;임필성 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1972-05-13&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장인섭 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-02-24&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;전양자 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1942-02-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정민준 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2003-05-31&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정서연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2014-02-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정운용 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1948-01-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정찬호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1998-06-26&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정채율 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1996-09-04&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정흥석 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1979-12-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;조승희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1991-06-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;조우리 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1992-03-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;조우찬 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2005-01-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;지남혁 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-07-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;차도진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-07-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;최병모 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1972-01-14&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;한다솔 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1995-05-13&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;한명구 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1960-03-17&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;함태인 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-10-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;허정규 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1971-01-19&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;홍상진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1977-12-13&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</description>
      <category>일반 정보</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/575</guid>
      <comments>https://nanchachaa.tistory.com/575#entry575comment</comments>
      <pubDate>Sun, 16 Aug 2026 11:44:21 +0900</pubDate>
    </item>
    <item>
      <title>갑인일주 甲寅 연예인 리스트</title>
      <link>https://nanchachaa.tistory.com/574</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;갑인일주(甲寅) 연예인 만세력&lt;/title&gt;
    &lt;style&gt;
        :root {
            --bg-color: #f3f4f6;
            --card-bg: #ffffff;
            --text-main: #1f2937;
            --border-color: #d1d5db;
        }
        body {
            background-color: var(--bg-color);
            color: var(--text-main);
            font-family: 'Pretendard', -apple-system, sans-serif;
            padding: 2rem;
            margin: 0;
        }
        .header { text-align: center; margin-bottom: 3rem; }
        .header h1 { font-size: 2.5rem; color: #111827; margin-bottom: 1rem; }
        .grid-container {
            display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 2rem; max-width: 1200px; margin: 0 auto;
        }
        .saju-card {
            background: var(--card-bg); border-radius: 12px;
            padding: 1.5rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        .actor-info { margin-bottom: 1rem; text-align: center; }
        .actor-info .name { font-size: 1.25rem; font-weight: bold; }
        .actor-info .category { font-size: 0.95rem; font-weight: normal; color: #6b7280; }
        .actor-info .birth { font-size: 0.9rem; color: #6b7280; margin-top: 4px; }
        .saju-table {
            width: 100%; border-collapse: collapse; border: 1px solid var(--border-color);
            border-radius: 8px; overflow: hidden; background: #fff;
        }
        .saju-table th, .saju-table td {
            border: 1px solid var(--border-color); text-align: center; padding: 8px 4px;
        }
        .saju-table th { font-weight: 500; color: #4b5563; font-size: 0.9rem; background-color: #f9fafb; }
        .row-header { background-color: #f9fafb; color: #4b5563; font-size: 0.85rem; font-weight: 500; width: 40px; }
        .saju-cell { display: flex; justify-content: center; align-items: center; }
        .hangul { font-size: 2.2rem; font-weight: 900; line-height: 1; letter-spacing: -1px; }
        .right-col { display: flex; flex-direction: column; align-items: flex-start; margin-left: 2px; margin-top: 4px; }
        .hanja { font-size: 1.1rem; font-weight: bold; line-height: 1; }
        .elem { font-size: 0.75rem; font-weight: bold; line-height: 1; margin-top: 4px; }
        .sibseong-td { font-size: 0.85rem; font-weight: bold; padding: 4px !important; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class=&quot;header&quot;&gt;
        &lt;h1&gt;갑인일주(甲寅) 연예인 사주&lt;/h1&gt;
    &lt;/div&gt;
    &lt;div class=&quot;grid-container&quot;&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;감우성 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1970-10-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강소라 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1990-02-18&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강영석 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1991-08-12&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강지후 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1980-12-07&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김관우 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1997-09-09&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김기석 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-03-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김길동 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1972-09-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김나래 (배우) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-05-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김동현 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-05-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김민정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1982-07-30&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김스경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1997-05-12&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김승준 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1967-10-17&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김승훈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-01-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김용지 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1991-04-14&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김윤정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1977-08-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김윤찬 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1981-08-04&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김지우 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-11-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김태연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-01-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김하늘 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1978-02-21&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;남경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-11-24&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;류승범 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1980-08-09&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;류원 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1997-11-08&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;류지훈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-01-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;메이슨 문 무어하우스 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2007-03-21&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;문정혁 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1979-02-16&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;민도희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-09-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박서연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-05-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박성호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1974-03-14&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박신혜 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1990-02-18&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박예영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1989-08-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박혜수 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-11-24&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;반혜라 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1957-12-08&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;보라 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1999-03-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;서유기 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1981-10-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;서희선 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1999-12-28&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;설리 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-03-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;소진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1991-10-11&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;손수현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1988-02-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;손영순 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1942-05-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;송민경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-01-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;심훈기 (배우) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1977-08-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;안두호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-03-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;양기원 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1980-10-08&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;오윤영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2000-12-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;오은호 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-09-17&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;오정세 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1977-02-26&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;원 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-03-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;윤인자 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1923-02-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이덕화 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1952-05-08&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이병욱 (배우) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1974-09-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이설아 (2011년생 배우) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2011-02-28&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이소율 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1996-09-14&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이언 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1981-02-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이예은 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2007-07-19&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이정윤 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1988-12-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이화겸 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1995-01-23&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;임수향 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1990-04-19&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;임해림 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1922-12-12&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장두이 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1952-01-09&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장미희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1957-12-08&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장순국 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1952-11-04&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장혜진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1975-09-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;전승훈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1997-05-12&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;전인화 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1965-10-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;전재영 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1993-02-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정대훈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1985-05-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정민성 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1975-07-07&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정세형 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1978-04-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정준호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1970-10-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;조민경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1989-04-24&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;조엘 김 부스터 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1988-02-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;조진웅 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-03-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;진인지 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1947-08-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;진주형 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-11-24&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;채희재 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1981-06-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;최남현 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1918-01-07&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;최보민 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2000-08-24&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;추민기 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-07-19&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;피오 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1993-02-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;하덕성 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1955-06-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;하성광 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1970-02-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;한주현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2016-06-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;홍비라 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1996-09-14&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;홍진경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1977-12-23&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;황택하 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1972-09-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</description>
      <category>일반 정보</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/574</guid>
      <comments>https://nanchachaa.tistory.com/574#entry574comment</comments>
      <pubDate>Sat, 15 Aug 2026 11:40:08 +0900</pubDate>
    </item>
    <item>
      <title>갑오일주 甲午 연예인 리스트</title>
      <link>https://nanchachaa.tistory.com/573</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;
&lt;div class=&quot;header&quot;&gt;
&lt;h1&gt;갑오일주(甲午) 연예인 사주&lt;/h1&gt;
&lt;/div&gt;
&lt;div class=&quot;grid-container&quot;&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;강덕중 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;강태환 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1987-06-14&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;고나희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2009-08-17&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;고다미 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;고은민 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1989-08-02&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;구잘 투르수노바 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1985-04-25&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;권수현 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1986-08-18&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;권유나 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2001-09-28&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;권은정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1966-10-02&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;기리보이 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1991-01-24&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김관철 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김민기 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2002-11-22&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김설현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1995-01-03&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김성은 (1990년) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1991-07-23&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김세용 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1991-11-20&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김소연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김영민 (1971년) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1971-11-05&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김영임 (1961년) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김예원 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1987-12-11&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김윤혜 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1991-05-24&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김인성 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1993-07-12&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김주영 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1983-09-03&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김지영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2005-07-09&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김태영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1992-11-14&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김하연 (1995년) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1995-05-03&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김한준 (1984년) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;노유주 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1986-10-17&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;민아 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1993-05-13&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;박경미 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;박민정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-03-12&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;박보인 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1998-04-17&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;박슬기 (방송인) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1986-08-18&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;박영준 (1985년) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1985-08-23&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;방수진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1996-06-26&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;백서후 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1996-08-25&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;백승환 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1998-04-17&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;백윤식 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1947-03-16&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;보혜 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1994-11-04&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;서영주 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1998-02-16&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;서정욱 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1983-01-06&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;서태화 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1967-03-31&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;성석제 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;성석제 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1960-07-05&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;소이현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-08-28&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;손예지 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1992-05-18&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;손예진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-11&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;손우현 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1989-11-30&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;송민지 (1983년) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1986-04-20&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;신수현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1996-02-27&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;신현호 (배우) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;유이 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1988-04-09&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;유인 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1987-10-12&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;유주은 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1995-05-03&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;윤소호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1991-11-20&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;윤아름 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1991-05-24&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;은서율 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1990-07-28&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이기광 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1990-03-30&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이다연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2003-09-18&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이루 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1983-07-05&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이미미 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이소영 (1961년) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이수경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1996-10-24&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이수진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이아이 (배우) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이원발 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1958-05-17&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이제락 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이종문 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1970-03-15&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;임상윤 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1978-02-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;임지은 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1973-02-27&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장남열 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1967-07-29&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장도윤 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1995-08-31&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장아영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1989-06-03&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장유 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장유상 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1991-09-21&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장하경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1998-04-17&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;전소영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2002-03-27&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;전유빈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1997-04-22&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;전준홍 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1977-04-07&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;전지후 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1985-10-22&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;전혜진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1976-08-10&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정성훈 (배우) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정인혜 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-06-29&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정재헌 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1975-04-18&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정천석 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;조수하 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;조영원 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1967-09-27&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;조이현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1999-12-08&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;주영호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1980-05-21&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;지누리 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1983-09-03&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;지수 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1995-01-03&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;진구 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1980-07-20&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;채림 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1979-03-28&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;최민용 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1977-06-06&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;최승윤 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;최원 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1975-08-16&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;최지원 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;하석 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;한동규 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1974-04-23&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;한지혜 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-06-29&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;허인영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1978-07-31&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;황순종 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1995-12-29&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>일반 정보</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/573</guid>
      <comments>https://nanchachaa.tistory.com/573#entry573comment</comments>
      <pubDate>Fri, 14 Aug 2026 11:38:39 +0900</pubDate>
    </item>
    <item>
      <title>갑신일주 甲申 연예인 리스트</title>
      <link>https://nanchachaa.tistory.com/572</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;
&lt;div class=&quot;header&quot;&gt;
&lt;h1&gt;갑신일주(甲申) 연예인 사주&lt;/h1&gt;
&lt;/div&gt;
&lt;div class=&quot;grid-container&quot;&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;강명주 (배우) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1971-02-28&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;강수지 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1967-05-20&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;강신구 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1969-09-06&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;강예빈 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1999-06-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;공평희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1989-01-24&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;권오민 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1996-10-14&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김 키밍 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김경숙 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1972-02-23&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김기현 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1945-05-15&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김두봉 (배우) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김미혜 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1988-03-30&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김보민 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2010-10-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김새롬 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1987-10-02&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김수양 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1972-08-21&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김시원 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1973-10-15&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김시원 (1973년) &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1973-10-15&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김영재 (배우) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1975-10-05&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김용희 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1973-04-18&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김자옥 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1951-10-11&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김정우 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1988-11-25&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김지숙 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1990-07-18&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김진만 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;김형준 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1987-08-03&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;남정우 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;남중규 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1994-02-27&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;노형원 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;민서현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1986-04-10&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;박남현 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1966-07-24&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;박지후 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2003-11-07&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;반효정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1942-11-27&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;서윤아 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1988-09-26&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;설아 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1994-12-24&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;성유빈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2000-07-25&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;세리 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1990-09-16&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;손광업 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1970-07-03&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;손미란 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;송예주 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;신범식 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1971-12-25&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;신영일 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1951-12-10&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;신현빈 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1986-04-10&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;안계범 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1969-03-10&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;안유진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1978-03-23&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;안홍진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1974-10-10&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;여승혁 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;오기찬 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1991-03-15&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;웅산 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1973-04-18&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;원기준 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1974-02-12&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;유오성 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1968-09-11&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;유해진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1970-01-04&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;윤나무 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1985-08-13&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;윤예주 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1995-04-23&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;윤주만 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1981-01-06&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;윤지온 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1990-05-19&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;윤현민 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1985-04-15&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이강욱 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-02-20&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이규섭 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-10-28&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이도겸 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1990-01-19&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이민웅 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이상현 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1977-01-27&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이소미 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1984-06-19&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이얼 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1964-04-05&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이재훈 (1961년) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-04-21&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이지현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1972-10-20&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이창직 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-12-17&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이해리 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1985-02-14&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;이형원 (배우) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1990-01-19&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;임혜영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-10-28&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장경업 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1992-07-07&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장남수 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1989-07-23&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장동주 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1994-10-25&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장문규 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1974-04-13&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;장윤주 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1980-11-07&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정국진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1973-12-14&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1993-07-02&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정은우 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1986-04-10&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정의신 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1957-07-11&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정중지 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1992-09-05&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;정혜영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1973-12-14&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;주세빈 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1997-10-09&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;차강윤 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2003-03-12&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;차선우 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1992-09-05&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;최대성 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1976-02-02&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;최반야 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;최예나 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1999-09-29&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;최진혁 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1986-02-09&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;하연남 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1927-06-19&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;한달호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1978-01-22&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;한동욱 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;한은정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1980-07-10&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;한주영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1982-01-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;함연지 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1992-05-08&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;함원진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;2001-03-22&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;홍정헌 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1993-07-02&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #333333;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #d97373;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;황미숙 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1961-02-20&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;saju-card&quot;&gt;
&lt;div class=&quot;actor-info&quot;&gt;
&lt;div class=&quot;name&quot;&gt;황정민 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;birth&quot;&gt;1970-09-01&lt;/div&gt;
&lt;/div&gt;
&lt;table class=&quot;saju-table&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;row-header&quot;&gt;&amp;nbsp;&lt;/th&gt;
&lt;th&gt;생시&lt;/th&gt;
&lt;th&gt;생일&lt;/th&gt;
&lt;th&gt;생월&lt;/th&gt;
&lt;th&gt;생년&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #5e8b9e;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #808080;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;color: #c59b6d;&quot;&gt;
&lt;div class=&quot;saju-cell&quot;&gt;&lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
&lt;div class=&quot;right-col&quot;&gt;&lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt; &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>일반 정보</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/572</guid>
      <comments>https://nanchachaa.tistory.com/572#entry572comment</comments>
      <pubDate>Thu, 13 Aug 2026 11:37:36 +0900</pubDate>
    </item>
    <item>
      <title>갑술일주 甲戌 연예인 리스트</title>
      <link>https://nanchachaa.tistory.com/571</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;갑술일주(甲戌) 연예인 만세력&lt;/title&gt;
    &lt;style&gt;
        :root {
            --bg-color: #f3f4f6;
            --card-bg: #ffffff;
            --text-main: #1f2937;
            --border-color: #d1d5db;
        }
        body {
            background-color: var(--bg-color);
            color: var(--text-main);
            font-family: 'Pretendard', -apple-system, sans-serif;
            padding: 2rem;
            margin: 0;
        }
        .header { text-align: center; margin-bottom: 3rem; }
        .header h1 { font-size: 2.5rem; color: #111827; margin-bottom: 1rem; }
        .grid-container {
            display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 2rem; max-width: 1200px; margin: 0 auto;
        }
        .saju-card {
            background: var(--card-bg); border-radius: 12px;
            padding: 1.5rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        .actor-info { margin-bottom: 1rem; text-align: center; }
        .actor-info .name { font-size: 1.25rem; font-weight: bold; }
        .actor-info .category { font-size: 0.95rem; font-weight: normal; color: #6b7280; }
        .actor-info .birth { font-size: 0.9rem; color: #6b7280; margin-top: 4px; }
        .saju-table {
            width: 100%; border-collapse: collapse; border: 1px solid var(--border-color);
            border-radius: 8px; overflow: hidden; background: #fff;
        }
        .saju-table th, .saju-table td {
            border: 1px solid var(--border-color); text-align: center; padding: 8px 4px;
        }
        .saju-table th { font-weight: 500; color: #4b5563; font-size: 0.9rem; background-color: #f9fafb; }
        .row-header { background-color: #f9fafb; color: #4b5563; font-size: 0.85rem; font-weight: 500; width: 40px; }
        .saju-cell { display: flex; justify-content: center; align-items: center; }
        .hangul { font-size: 2.2rem; font-weight: 900; line-height: 1; letter-spacing: -1px; }
        .right-col { display: flex; flex-direction: column; align-items: flex-start; margin-left: 2px; margin-top: 4px; }
        .hanja { font-size: 1.1rem; font-weight: bold; line-height: 1; }
        .elem { font-size: 0.75rem; font-weight: bold; line-height: 1; margin-top: 4px; }
        .sibseong-td { font-size: 0.85rem; font-weight: bold; padding: 4px !important; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class=&quot;header&quot;&gt;
        &lt;h1&gt;갑술일주(甲戌) 연예인 사주&lt;/h1&gt;
    &lt;/div&gt;
    &lt;div class=&quot;grid-container&quot;&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;MC몽 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1979-09-04&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강성연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-07-21&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강승현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-09-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강승호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1993-04-23&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강찬희 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2000-01-17&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;강혜린 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2014-12-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;고대현 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-04-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;고훈정 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-06-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;기소유 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2017-02-16&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김강우 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1978-07-11&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김국희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1985-12-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김기환 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1980-05-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김나연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2006-04-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김라온 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2015-02-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김민규 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2001-03-12&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김민호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1990-01-09&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김사랑 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1978-01-12&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김상지 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2000-07-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김상태 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1973-10-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김설진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1981-12-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김수정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-09-19&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김승대 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1980-05-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김아론 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2002-01-06&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김지후 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1985-04-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김태영 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2003-01-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김학철 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1959-08-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;김효진 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-02-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;노사연 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1957-03-03&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;니엘 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-08-16&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;마현지 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1998-01-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박명훈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1975-05-28&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박신우 (배우) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1988-03-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박야성 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1988-11-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;박은석 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-02-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;배나라 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1991-01-04&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;배슬기 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1986-09-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;변우석 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1991-10-31&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;보라나 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1971-10-16&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;서준열 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1985-12-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;서지미 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1985-02-04&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;서진호 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-05-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;성두섭 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-06-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;성태준 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-06-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;션 리차드 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-06-09&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;손가영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1985-10-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;손건우 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1974-11-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;손지현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1990-01-09&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;송광원 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-09-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;송나영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1974-06-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;송옥숙 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1960-08-14&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;송유현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1985-04-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;송윤아 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1973-06-07&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;신재휘 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-02-17&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;심형탁 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1978-01-12&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;안소희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1992-06-27&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;안재홍 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1986-03-31&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;엄기준 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-03-23&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;우즈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1996-08-05&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;유나 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2011-07-18&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;유수영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1981-10-23&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;유현수 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1982-04-21&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이기우 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1981-10-23&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이돈구 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-02-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이승일 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-06-17&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이아현 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1972-04-13&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이연주 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1982-06-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이은 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1982-02-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이은경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1982-02-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이제연 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1989-03-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이진희 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-02-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이켠 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1982-02-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;이태강 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1986-01-30&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;인교진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1980-08-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;인성호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1969-12-25&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;임채윤 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1964-09-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;임현식 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1945-12-31&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장기하 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1982-02-20&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장다경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1987-03-26&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장소팔 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1923-01-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장태훈 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-06-17&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;장홍제 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1986-03-31&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정아름 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1984-12-06&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정윤호 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1999-03-23&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;묘&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;卯&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정인기 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1966-09-12&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정지순 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1976-07-21&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정지원 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;2003-03-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정진 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1941-11-22&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정태리 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1994-04-18&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;진&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辰&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;정회린 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1997-06-01&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;조선옥 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1980-01-02&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;자&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;子&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;조은주 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-06-15&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;조혜영 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1977-11-13&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;사&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;巳&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;주진모 (1958년) &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1958-02-26&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;진희경 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1967-09-07&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;申&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;미&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;未&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;최화정 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1961-02-10&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;신&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;辛&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;인&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;寅&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;비견&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;하재숙 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1979-01-07&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;을&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;乙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;무&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戊&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;겁재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;오&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;午&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;한태윤 &lt;span class=&quot;category&quot;&gt;(여자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1983-10-13&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;임&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;壬&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;계&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;癸&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;정인&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #333333;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;해&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;亥&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-수&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #333333;&quot;&gt;편인&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;홍은기 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1997-09-29&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;기&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;己&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;정&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丁&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;상관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;유&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;酉&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;축&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丑&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;-토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;정관&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;정재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;

        &lt;div class=&quot;saju-card&quot;&gt;
            &lt;div class=&quot;actor-info&quot;&gt;
                &lt;div class=&quot;name&quot;&gt;홍일권 &lt;span class=&quot;category&quot;&gt;(남자배우)&lt;/span&gt;&lt;/div&gt;
                &lt;div class=&quot;birth&quot;&gt;1970-10-21&lt;/div&gt;
            &lt;/div&gt;
            &lt;table class=&quot;saju-table&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th class=&quot;row-header&quot;&gt;&lt;/th&gt;&lt;th&gt;생시&lt;/th&gt;&lt;th&gt;생일&lt;/th&gt;&lt;th&gt;생월&lt;/th&gt;&lt;th&gt;생년&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;천간&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #5e8b9e;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;갑&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;甲&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+목&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #d97373;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;병&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;丙&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+화&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #808080;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;경&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;庚&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+금&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #5e8b9e;&quot;&gt;일간&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #d97373;&quot;&gt;식신&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #808080;&quot;&gt;편관&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;지지&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
                        
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
    &lt;td style=&quot;color: #c59b6d;&quot;&gt;
        &lt;div class=&quot;saju-cell&quot;&gt;
            &lt;span class=&quot;hangul&quot;&gt;술&lt;/span&gt;
            &lt;div class=&quot;right-col&quot;&gt;
                &lt;span class=&quot;hanja&quot;&gt;戌&lt;/span&gt;
                &lt;span class=&quot;elem&quot;&gt;+토&lt;/span&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/td&gt;
    
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class=&quot;row-header&quot;&gt;십성&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot;&gt;&lt;/td&gt;
                        &lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;&lt;td class=&quot;sibseong-td&quot; style=&quot;color: #c59b6d;&quot;&gt;편재&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</description>
      <category>일반 정보</category>
      <category>갑술</category>
      <category>갑술일주</category>
      <category>만세력</category>
      <category>사주</category>
      <category>사주팔자</category>
      <category>연예인 사주</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/571</guid>
      <comments>https://nanchachaa.tistory.com/571#entry571comment</comments>
      <pubDate>Wed, 12 Aug 2026 11:35:02 +0900</pubDate>
    </item>
    <item>
      <title>26년 8월 1주차 부동산 데이터 (경기도 고양시 일산동구 전월세)</title>
      <link>https://nanchachaa.tistory.com/570</link>
      <description>&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/o0ZrH/dJMcacRAq83/IjXBIumXKtjACYy4CbRC2k/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/o0ZrH/dJMcacRAq83/IjXBIumXKtjACYy4CbRC2k/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/o0ZrH/dJMcacRAq83/IjXBIumXKtjACYy4CbRC2k/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fo0ZrH%2FdJMcacRAq83%2FIjXBIumXKtjACYy4CbRC2k%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2752&quot; height=&quot;1536&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h1&gt;  8월 첫째 주 일산동구 아파트 전월세 리포트: 갱신 계약의 힘과 84㎡ 전세가 1.2억 격차의 의미&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;안녕하세요, 친절한 부동산 데이터 분석가입니다. 8월 첫째 주, 경기도 고양시 일산동구의 아파트 전월세 실거래가 데이터를 통해 흥미로운 시장 동향을 심층 분석했습니다. 총 27건의 거래 중 갱신 계약이 압도적인 비중을 차지하며 시장의 주요 흐름을 형성하고 있는데요. 자세한 인사이트를 지금부터 함께 살펴보시죠.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;1. 갱신 계약이 시장을 주도하다: 전체 거래의 70% 이상 차지&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이번 주 일산동구 아파트 전월세 시장에서 가장 눈에 띄는 특징은 바로 &lt;b&gt;갱신 계약의 압도적인 비중&lt;/b&gt;입니다. 총 27건의 거래 중 신규 계약은 단 8건(전세 6, 월세 2)에 불과했으며, 나머지 19건(전세 14, 월세 5)이 모두 갱신 계약으로 나타났습니다. 이는 전체 거래의 약 &lt;b&gt;70.4%&lt;/b&gt;에 달하는 수치로, 현재 시장의 유동성이 제한적이며 기존 임차인들이 주거 안정성을 확보하려는 경향이 강함을 시사합니다. 특히 전세 계약의 경우, 갱신이 신규보다 2배 이상 많아 &lt;b&gt;전세 시장의 안정화 혹은 기존 계약 유지 선호 현상&lt;/b&gt;을 명확히 보여줍니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;2. 84㎡ 전세가 격차 심화: 신규 3억 vs 갱신 4.2억의 의미&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;주요 평형대인 84㎡ 아파트의 전세 실거래가에서 &lt;b&gt;신규 계약과 갱신 계약 간의 현격한 가격 차이&lt;/b&gt;가 드러났습니다. 신규 전세 계약의 평균 보증금은 &lt;b&gt;3억 원&lt;/b&gt;이었던 반면, 갱신 전세 계약의 평균 보증금은 &lt;b&gt;4.2억 원&lt;/b&gt;으로 무려 &lt;b&gt;1.2억 원의 격차&lt;/b&gt;를 보였습니다. 이는 신규 진입자가 비교적 저렴한 매물을 찾거나, 갱신 시점에 보증금 증액이 상당 부분 반영되었음을 의미합니다. 특히 갱신 계약 시 계약갱신청구권 사용 여부가 시장가에 미치는 영향도 함께 고려해볼 필요가 있습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;3. 중대형 평형 전세 시장의 활발한 움직임&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;일산동구 아파트 전세 시장은 특히 &lt;b&gt;중대형 평형에서 활발한 거래&lt;/b&gt;를 보였습니다. 신규 전세 계약에서는 73㎡, 84㎡, 99㎡, 134㎡ 등 다양한 중대형 평형에서 3억 원에서 5억 원대의 보증금이 확인되었으며, 갱신 전세 계약에서는 117㎡, 122㎡, 123㎡, 133㎡, 심지어 173㎡에 이르는 대형 평형에서 4.3억 원에서 6.8억 원에 달하는 높은 평균 보증금으로 거래가 이루어졌습니다. 이는 일산동구의 주거 환경을 선호하는 중대형 평형 수요가 꾸준히 존재하며, 이들이 안정적인 전세 계약을 선호하고 있음을 보여줍니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;4. 월세 시장, 소형 평형은 합리적, 중형 평형은 가격 다양성&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;월세 시장에서는 신규 계약의 경우 49㎡(보증금 1.5억/월세 60만 원), 59㎡(보증금 0.3억/월세 34만 원) 등 &lt;b&gt;소형 평형 위주로 비교적 합리적인 가격&lt;/b&gt;에 형성된 것을 확인할 수 있었습니다. 반면, 갱신 월세 계약에서는 37㎡(1.2억/20만 원), 51㎡(0.6억/14만 원) 등의 저렴한 계약과 함께 84㎡(0.6억/110만 원)와 같이 월세액이 크게 상승한 사례도 나타나 &lt;b&gt;평형별, 단지별 가격의 다양성&lt;/b&gt;을 보여주었습니다. 이는 임차인들의 선택 폭이 넓다는 긍정적인 신호이자, 동시에 특정 단지나 평형에서는 월세 부담이 커질 수 있음을 시사합니다.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;  결론: 안정 속 변화를 모색하는 일산동구 전월세 시장&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;8월 첫째 주 일산동구 아파트 전월세 시장은 &lt;b&gt;갱신 계약 위주의 안정적인 흐름&lt;/b&gt; 속에서도 눈여겨볼 만한 변화의 조짐을 보였습니다. 갱신 계약의 높은 비중은 기존 임차인들의 주거 안정성 확보와 더불어, 급격한 시장 변동을 방어하는 역할을 하고 있습니다. 하지만 84㎡ 전세가에서 나타난 신규와 갱신 간의 1.2억 원 격차는 신규 진입자와 기존 임차인 모두에게 중요한 고려사항이 될 것입니다. 중대형 평형 전세의 꾸준한 인기와 월세 시장의 합리성 및 다양성은 일산동구 주택 시장의 긍정적인 측면을 부각합니다. 앞으로도 지속적인 데이터 분석을 통해 시장의 미묘한 흐름을 놓치지 않고 여러분께 유용한 정보를 제공하겠습니다. 감사합니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;신규 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;풍동&lt;/td&gt;
&lt;td&gt;성원1차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;장항동&lt;/td&gt;
&lt;td&gt;호수마을(롯데)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;99㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;백석동&lt;/td&gt;
&lt;td&gt;흰돌마을(서안)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;73㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;마두동&lt;/td&gt;
&lt;td&gt;강촌마을(라이프)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;49㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;60&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;풍동&lt;/td&gt;
&lt;td&gt;숲속마을4단지(임대)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;34&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;중산동&lt;/td&gt;
&lt;td&gt;중산마을2(코오롱)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;49㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;식사동&lt;/td&gt;
&lt;td&gt;위시티일산자이1단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;134㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;풍동&lt;/td&gt;
&lt;td&gt;성원1차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;37㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;갱신 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;마두동&lt;/td&gt;
&lt;td&gt;백마마을(한성)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;70㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;중산동&lt;/td&gt;
&lt;td&gt;중산마을3단지(일신)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;마두동&lt;/td&gt;
&lt;td&gt;강촌마을(한신)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;173㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;식사동&lt;/td&gt;
&lt;td&gt;위시티일산자이2단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;133㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;식사동&lt;/td&gt;
&lt;td&gt;위시티블루밍5단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;122㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;중산동&lt;/td&gt;
&lt;td&gt;일산2차아이파크(민간임대)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;110&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;풍동&lt;/td&gt;
&lt;td&gt;숲속마을8단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;풍동&lt;/td&gt;
&lt;td&gt;숲속마을4단지(임대)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;51㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td&gt;백석동&lt;/td&gt;
&lt;td&gt;백송마을(우성)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;37㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;20&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td&gt;식사동&lt;/td&gt;
&lt;td&gt;위시티블루밍5단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;123㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td&gt;식사동&lt;/td&gt;
&lt;td&gt;위시티휴먼빌&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;117㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td&gt;장항동&lt;/td&gt;
&lt;td&gt;킨텍스원시티2블럭&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;46&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td&gt;풍동&lt;/td&gt;
&lt;td&gt;성원2차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td&gt;풍동&lt;/td&gt;
&lt;td&gt;숲속마을4단지(임대)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;28&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td&gt;중산동&lt;/td&gt;
&lt;td&gt;하늘마을2단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td&gt;중산동&lt;/td&gt;
&lt;td&gt;중산마을5(동부)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td&gt;마두동&lt;/td&gt;
&lt;td&gt;백마마을(한성)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;70㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td&gt;중산동&lt;/td&gt;
&lt;td&gt;중산마을5(동부)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;60㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;20&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td&gt;식사동&lt;/td&gt;
&lt;td&gt;위시티블루밍5단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;123㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</description>
      <category>경제</category>
      <category>마두동</category>
      <category>백석동</category>
      <category>부동산</category>
      <category>아파트</category>
      <category>월세</category>
      <category>일산</category>
      <category>일산 동구</category>
      <category>장항동</category>
      <category>전세</category>
      <category>풍동</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/570</guid>
      <comments>https://nanchachaa.tistory.com/570#entry570comment</comments>
      <pubDate>Mon, 10 Aug 2026 22:27:13 +0900</pubDate>
    </item>
    <item>
      <title>26년 8월 1주차 부동산 데이터 (서울시 동작구 전월세)</title>
      <link>https://nanchachaa.tistory.com/569</link>
      <description>&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cMbWci/dJMcaiK2YZ2/wrWp0hMOArvNC38K5URp01/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cMbWci/dJMcaiK2YZ2/wrWp0hMOArvNC38K5URp01/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cMbWci/dJMcaiK2YZ2/wrWp0hMOArvNC38K5URp01/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcMbWci%2FdJMcaiK2YZ2%2FwrWp0hMOArvNC38K5URp01%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2752&quot; height=&quot;1536&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h1&gt;8월 첫째 주 동작구 아파트 전월세 시장 분석: 평형별 상반된 계약가 흐름 포착!&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;안녕하세요! 친절하고 전문적인 부동산 데이터 분석가이자 블로거입니다. 오늘은 &lt;b&gt;8월 첫째 주 서울특별시 동작구 아파트 전월세 실거래가 상세 데이터&lt;/b&gt;를 바탕으로, 현 시장의 주요 흐름과 흥미로운 인사이트를 심층 분석해 보고자 합니다. 총 61건의 거래에서 신규 계약과 갱신 계약이 균형을 이루며 동작구 전월세 시장의 활발한 움직임을 보여주었습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;1. 활발한 거래량 속 신규와 갱신 계약의 균형&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;8월 첫째 주 동작구 아파트 전월세 시장은 총 61건의 거래로 &lt;b&gt;매우 활발한 양상&lt;/b&gt;을 보였습니다. 특히 주목할 점은 신규 계약이 31건(전세 17, 월세 14), 갱신 계약이 30건(전세 19, 월세 11)으로 거의 균형을 이루었다는 것입니다. 이는 신규 진입 수요와 기존 거주자의 갱신 수요가 동시에 활발하게 움직이는 건강한 시장의 단면을 보여주며, 시장의 안정성을 지지하는 요소로 작용하고 있습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;2. 평형별 전세 가격, 신규 vs 갱신 상반된 흐름&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;전세 시장에서는 평형별로 신규 계약과 갱신 계약 간의 상반된 가격 흐름이 포착되었습니다. &lt;b&gt;59㎡ 평형의 경우 신규 계약 평균 전세가 6억 원인 반면, 갱신 계약 평균 전세가는 6.7억 원으로 약 7천만 원 더 높게 형성&lt;/b&gt;되었습니다. 이는 59㎡ 소형 평형의 전세 수요가 꾸준히 이어지면서 갱신 시에도 가격 상승 압력이 있음을 시사합니다. 반대로 &lt;b&gt;84㎡ 평형에서는 신규 계약 평균 전세가 8.4억 원이었으나, 갱신 계약 평균은 8억 원으로 약 4천만 원 낮게 나타났습니다.&lt;/b&gt; 이는 중형 평형대에서 임대인들이 갱신 계약 시점의 시장 상황을 반영하여 보증금 인상에 신중하거나, 기존 임차인과의 관계 유지를 위해 인상폭을 조절하는 경향이 있을 수 있음을 보여줍니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;3. 월세 시장: 갱신 계약 시 보증금 낮추고 월세 비중 높이는 경향&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;월세 시장에서는 갱신 계약 시 &lt;b&gt;보증금을 낮추고 월세 비중을 높이는 뚜렷한 경향&lt;/b&gt;이 나타났습니다. 예를 들어, 59㎡ 평형 신규 월세의 평균 보증금은 4.1억 원에 월세 127만원이었던 반면, 갱신 월세는 보증금 2.3억 원에 월세 95만원으로 보증금 부담을 크게 줄였습니다. 특히 84㎡ 갱신 월세의 경우, 신규 계약(보증금 5.5억, 월세 50만원) 대비 보증금(2.7억 원)은 크게 낮추고 월세(150만원)는 높게 설정된 사례가 눈에 띕니다. 이는 임차인들의 초기 자금 부담을 줄이면서도 임대인에게는 안정적인 월세 수익을 확보하려는 상호 전략적인 선택으로 풀이됩니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;4. 59㎡ 평형의 지배적인 존재감과 대형 평형의 고가 전세&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;동작구 전월세 시장에서 &lt;b&gt;59㎡ 평형은 가장 활발하게 거래되는 핵심 평형&lt;/b&gt;임을 다시 한번 확인할 수 있었습니다. 신규 전세 8건, 갱신 전세 5건, 신규 월세 3건, 갱신 월세 3건 등 전월세 모든 유형에서 꾸준한 거래량을 보이며 시장의 중심축 역할을 하고 있습니다. 또한, 115㎡(10.5억)와 118㎡(12.8억) 같은 대형 평형에서는 여전히 높은 전세가를 유지하며 고급 주거 수요를 충족시키고 있음을 알 수 있습니다. 소형 평형에서는 월세 계약이 다양하게 나타나며 시장의 다각화를 보여주고 있습니다.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;결론: 평형별 맞춤 전략이 필요한 동작구 전월세 시장&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;8월 첫째 주 동작구 아파트 전월세 시장은 총 61건의 활발한 거래 속에서 평형별로 상이한 가격 흐름을 보여주었습니다. 특히 59㎡와 84㎡ 전세 시장에서 신규와 갱신 계약 간의 상반된 가격 추이는 임차인과 임대인 모두에게 &lt;b&gt;시장 트렌드를 면밀히 분석하고 개인의 상황에 맞는 맞춤형 전략을 수립하는 것이 중요함&lt;/b&gt;을 시사합니다. 월세 시장에서는 보증금을 낮추고 월세 비중을 높이는 갱신 계약의 특징이 두드러져, 자금 운용 계획에 따라 전월세 선택의 폭이 넓어지고 있음을 알 수 있습니다. 앞으로 동작구 전월세 시장의 변화에 지속적인 관심을 갖고 전략적인 접근을 하시길 바랍니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;신규 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;상도동래미안1차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;대방동&lt;/td&gt;
&lt;td&gt;주공2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;58㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;170&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;대방동&lt;/td&gt;
&lt;td&gt;신일해피트리&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;우리유앤미&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;100&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;대방동&lt;/td&gt;
&lt;td&gt;아데나339&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;65&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;상도동래미안1차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;노량진동&lt;/td&gt;
&lt;td&gt;신동아리버파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;청호&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td&gt;신대방동&lt;/td&gt;
&lt;td&gt;보라매우성&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td&gt;본동&lt;/td&gt;
&lt;td&gt;신동아&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;46㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;100&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;사당우성2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;50&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;신동아4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;래미안로이파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;상도휴엔하임&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;65&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td&gt;대방동&lt;/td&gt;
&lt;td&gt;주공2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;58㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td&gt;본동&lt;/td&gt;
&lt;td&gt;래미안트윈파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;115㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;신동아4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;100&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;롯데캐슬에듀포레&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;힐스테이트 상도 센트럴파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;118㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;12.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;대림(169-8)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;롯데캐슬에듀포레&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td&gt;노량진동&lt;/td&gt;
&lt;td&gt;신동아리버파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;50&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;롯데캐슬에듀포레&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;24&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;흑석리버파크자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;180&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;삼성&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;한강현대&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;83㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;27&lt;/td&gt;
&lt;td&gt;노량진동&lt;/td&gt;
&lt;td&gt;더써밋타워&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;40&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;28&lt;/td&gt;
&lt;td&gt;신대방동&lt;/td&gt;
&lt;td&gt;골드타워&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;27&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;29&lt;/td&gt;
&lt;td&gt;신대방동&lt;/td&gt;
&lt;td&gt;골드타워&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;73&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;30&lt;/td&gt;
&lt;td&gt;노량진동&lt;/td&gt;
&lt;td&gt;더클래식동작&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;48&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;31&lt;/td&gt;
&lt;td&gt;본동&lt;/td&gt;
&lt;td&gt;신동아&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;46㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;갱신 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;두산위브트레지움&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;대방동&lt;/td&gt;
&lt;td&gt;진성마블로스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;50&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;흑석한강센트레빌Ⅱ&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;사당우성2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;두산위브트레지움&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;상도더샵2차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;흑석한강센트레빌&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;114㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;노량진동&lt;/td&gt;
&lt;td&gt;더클래식동작&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;31㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;81&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td&gt;대방동&lt;/td&gt;
&lt;td&gt;대방1차e-편한세상&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;241&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;e편한세상상도노빌리티&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td&gt;노량진동&lt;/td&gt;
&lt;td&gt;더클래식동작&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;51&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;현대&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;흑석리버파크자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td&gt;대방동&lt;/td&gt;
&lt;td&gt;올리브빌딩&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;56&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td&gt;신대방동&lt;/td&gt;
&lt;td&gt;보라매자이더포레스트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td&gt;신대방동&lt;/td&gt;
&lt;td&gt;한성아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;140&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td&gt;노량진동&lt;/td&gt;
&lt;td&gt;우성&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td&gt;노량진동&lt;/td&gt;
&lt;td&gt;더써밋타워&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;34㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;33&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;힐스테이트 상도 프레스티지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;이수브라운스톤상도(527-0)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;130&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;흑석리버파크자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;힐스테이트 상도 프레스티지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;사당우성3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;46㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;24&lt;/td&gt;
&lt;td&gt;사당동&lt;/td&gt;
&lt;td&gt;사당우성2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;46㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;상도현대&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td&gt;신대방동&lt;/td&gt;
&lt;td&gt;우성2차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;105&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;27&lt;/td&gt;
&lt;td&gt;노량진동&lt;/td&gt;
&lt;td&gt;우성&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;28&lt;/td&gt;
&lt;td&gt;상도동&lt;/td&gt;
&lt;td&gt;현대(관악)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;80&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;29&lt;/td&gt;
&lt;td&gt;흑석동&lt;/td&gt;
&lt;td&gt;흑석동양아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;40&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;30&lt;/td&gt;
&lt;td&gt;신대방동&lt;/td&gt;
&lt;td&gt;보라매파크빌&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</description>
      <category>경제</category>
      <category>노량진</category>
      <category>동작구</category>
      <category>부동산</category>
      <category>사당동</category>
      <category>상도동</category>
      <category>신대방</category>
      <category>아파트</category>
      <category>월세</category>
      <category>전세</category>
      <category>흑석동</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/569</guid>
      <comments>https://nanchachaa.tistory.com/569#entry569comment</comments>
      <pubDate>Mon, 10 Aug 2026 22:23:47 +0900</pubDate>
    </item>
    <item>
      <title>26년 8월 1주차 부동산 데이터 (서울시 은평구 전월세)</title>
      <link>https://nanchachaa.tistory.com/568</link>
      <description>&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/dbkE0A/dJMcadprEeG/7t7xwK0nFNWKyKkqSZ0Da1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/dbkE0A/dJMcadprEeG/7t7xwK0nFNWKyKkqSZ0Da1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/dbkE0A/dJMcadprEeG/7t7xwK0nFNWKyKkqSZ0Da1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdbkE0A%2FdJMcadprEeG%2F7t7xwK0nFNWKyKkqSZ0Da1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2752&quot; height=&quot;1536&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h1&gt;은평구 8월 첫째 주 아파트 전월세 시장: 84㎡ 갱신 월세 임대료 4배 급등의 의미는?&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;안녕하세요! 친절하고 전문적인 부동산 데이터 분석가이자 블로거입니다. 오늘은 &lt;b&gt;8월 첫째 주 서울특별시 은평구 아파트 전월세 실거래가 상세 데이터&lt;/b&gt;를 면밀히 분석하여, 이 지역 시장의 흥미로운 트렌드와 인사이트를 여러분과 공유하고자 합니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;총 70건의 활발한 거래가 이루어진 은평구는 신규 계약과 갱신 계약 모두에서 주목할 만한 변화를 보였습니다. 특히 특정 평형대에서 신규 계약 대비 갱신 계약의 임대료가 크게 상승하는 현상이 포착되었는데요, 함께 자세히 살펴보시죠.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;1. 활발한 계약 시장, 신규 전세가 시장을 주도하다&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;8월 첫째 주 은평구는 &lt;b&gt;총 70건&lt;/b&gt;의 아파트 전월세 거래를 기록하며 활발한 시장 분위기를 보였습니다. 이 중 &lt;b&gt;신규 계약은 44건(약 62.8%)&lt;/b&gt;으로 갱신 계약 26건(약 37.1%)보다 훨씬 많아, 시장에 새로운 수요와 공급이 꾸준히 유입되고 있음을 알 수 있습니다. 특히 신규 계약 내에서는 &lt;b&gt;전세가 27건&lt;/b&gt;으로 월세 17건보다 우위를 점하며, 여전히 전세 선호 현상이 강하게 나타나고 있음을 시사합니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;2. 신규 전세 시장: 59㎡와 84㎡가 핵심 평형으로 자리매김&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;신규 전세 계약에서는 다양한 평형대가 거래되었지만, 특히 국민 평형인 &lt;b&gt;59㎡와 84㎡가 시장을 이끌었습니다.&lt;/b&gt;&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;59㎡ 평형:&lt;/b&gt; 9건의 거래로 가장 높은 거래량을 보였으며, &lt;b&gt;평균 전세 보증금은 5억 8천만 원&lt;/b&gt;을 기록했습니다.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;84㎡ 평형:&lt;/b&gt; 5건의 거래가 있었고, &lt;b&gt;평균 전세 보증금은 7억 원&lt;/b&gt;으로 비교적 안정적인 가격대를 형성하고 있습니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;샘플 계약 내역에서도 녹번동 '래미안베라힐즈', 응암동 '힐스테이트녹번역' 등 주요 단지의 84㎡ 신규 전세가 7억 후반에서 8억 초반대에 거래되며, 이들 단지가 은평구 전세 시장의 주요 가격대를 형성하고 있음을 확인할 수 있습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;3. 갱신 월세 시장의 충격적인 변화: 84㎡ 임대료 4배 급등 포착&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이번 주 데이터에서 가장 눈에 띄는 부분은 바로 갱신 월세 시장, 특히 &lt;b&gt;84㎡ 평형의 임대료 동향&lt;/b&gt;입니다. 갱신 계약 총 26건 중 월세가 16건으로 전세(10건)보다 많았는데, 그 중 84㎡ 평형 3건의 갱신 월세 계약은 &lt;b&gt;평균 보증금 1억 8천만 원에 월세 178만 원&lt;/b&gt;이라는 놀라운 수치를 기록했습니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이는 같은 84㎡ 평형의 &lt;b&gt;신규 월세 평균(보증금 1억 6천만 원, 월세 40만 원)과 비교했을 때 월세 임대료가 무려 약 4배 이상 급등한 수치&lt;/b&gt;입니다. 임대차 3법 시행 이후 계약갱신청구권 사용 시 보증금 상한선이 제한되면서, 이를 활용하지 않거나 월세로 전환할 경우 시장 가격을 반영한 높은 월세가 책정되는 경향이 뚜렷하게 나타난 것으로 해석됩니다. 일부 고가 갱신 월세 계약(예: DMC센트럴자이 84㎡ 월세 255만 원)은 이러한 시장 변화를 극명하게 보여줍니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;4. 59㎡ 평형: 신규 vs. 갱신, 전월세 계약 조건의 차이&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;주요 평형대인 59㎡의 전월세 계약을 신규와 갱신으로 비교해보면 흥미로운 차이가 발견됩니다.&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;&lt;b&gt;전세:&lt;/b&gt; 신규 59㎡의 평균 전세가는 5억 8천만 원이었고, 갱신 59㎡의 평균 전세가는 5억 6천만 원으로 갱신 계약이 소폭 낮은 수준을 유지했습니다. 이는 계약갱신청구권 사용에 따른 상한선 적용 효과가 있었을 것으로 보입니다.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;월세:&lt;/b&gt; 신규 59㎡ 월세는 평균 보증금 3억 3천만 원에 월세 105만 원이었던 반면, 갱신 59㎡ 월세는 평균 &lt;b&gt;보증금 3억 9천만 원에 월세 68만 원&lt;/b&gt;을 기록했습니다. 갱신 월세의 경우 &lt;b&gt;보증금 비중을 높여 월세를 낮추는 경향&lt;/b&gt;이 뚜렷하게 나타났습니다. 이는 임차인과 임대인 모두 월세 부담을 줄이고자 하는 동시에, 전세 사기 등에 대한 우려로 보증금 안전에 대한 수요가 반영된 결과로 보입니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;결론: 은평구 전월세 시장, 신규 전세 강세 속 갱신 월세의 역동적인 변화&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;8월 첫째 주 서울 은평구 아파트 전월세 시장은 총 70건의 활발한 거래와 함께 &lt;b&gt;신규 전세 계약의 강세&lt;/b&gt;를 보였습니다. 특히 59㎡와 84㎡ 평형이 시장을 견인하며 안정적인 가격대를 유지하는 모습입니다. 하지만 &lt;b&gt;갱신 월세 시장, 특히 84㎡ 평형에서 신규 대비 4배 이상 급등한 월세 임대료는 시장의 중요한 변화를 알리는 신호&lt;/b&gt;입니다. 이는 계약갱신청구권 사용 여부 및 임대인의 월세 전환 선호, 그리고 전반적인 전세 시장 불안정성이 복합적으로 작용한 결과로 풀이됩니다. 향후 은평구 전월세 시장은 이러한 갱신 계약의 가격 변동성이 전체 시장에 어떤 영향을 미칠지 지속적인 모니터링이 필요할 것으로 보입니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;신규 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;녹번동&lt;/td&gt;
&lt;td&gt;래미안베라힐즈&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;불광동&lt;/td&gt;
&lt;td&gt;북한산힐스테이트1차아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;힐스테이트녹번역&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;증산동&lt;/td&gt;
&lt;td&gt;DMC월드&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;80㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;백련산에스케이뷰아이파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;폭포동4단지힐스테이트(426~428동)BL3-11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;134㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;160&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;수색동&lt;/td&gt;
&lt;td&gt;DMC 진흥&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;57㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;힐스테이트녹번역&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;41㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;46&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;힐데스하임&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;40㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;백련산해모로&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;74㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;백련산해모로&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;74㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;힐데스하임&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td&gt;불광동&lt;/td&gt;
&lt;td&gt;북한산힐스테이트7차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;80&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td&gt;대조동&lt;/td&gt;
&lt;td&gt;유진아이디움&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;80&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;힐스테이트녹번역&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td&gt;신사동&lt;/td&gt;
&lt;td&gt;은평신사두산위브&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;30&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;백련산힐스테이트2차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td&gt;신사동&lt;/td&gt;
&lt;td&gt;형진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;68㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;녹번역e편한세상캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;녹번역센트레빌&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;42㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;22&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;녹번역센트레빌&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;42㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;19&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td&gt;증산동&lt;/td&gt;
&lt;td&gt;청록&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;50&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;백련산에스케이뷰아이파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;24&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;백련산에스케이뷰아이파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;녹번역e편한세상캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;녹번역e편한세상캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;27&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;힐데스하임&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;28&lt;/td&gt;
&lt;td&gt;구산동&lt;/td&gt;
&lt;td&gt;경향파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;124㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;29&lt;/td&gt;
&lt;td&gt;수색동&lt;/td&gt;
&lt;td&gt;DMC아트포레자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;130&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;30&lt;/td&gt;
&lt;td&gt;갈현동&lt;/td&gt;
&lt;td&gt;대한웰빙홈&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;31&lt;/td&gt;
&lt;td&gt;불광동&lt;/td&gt;
&lt;td&gt;LUMINO816&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;41&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;32&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;마고정3단지센트레빌(301~309동)BL2-11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;134㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;33&lt;/td&gt;
&lt;td&gt;불광동&lt;/td&gt;
&lt;td&gt;그린라이프&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;34&lt;/td&gt;
&lt;td&gt;수색동&lt;/td&gt;
&lt;td&gt;DMCSK뷰아이파크포레&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;49㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;35&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;힐스테이트녹번역&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36&lt;/td&gt;
&lt;td&gt;대조동&lt;/td&gt;
&lt;td&gt;베르디움STAY1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;48㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;37&lt;/td&gt;
&lt;td&gt;대조동&lt;/td&gt;
&lt;td&gt;베르디움STAY1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;38&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;은평뉴타운 제각말 푸르지오(5-1단지)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;101㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39&lt;/td&gt;
&lt;td&gt;대조동&lt;/td&gt;
&lt;td&gt;베르디움STAY1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;40&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;녹번역e편한세상캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;41&lt;/td&gt;
&lt;td&gt;갈현동&lt;/td&gt;
&lt;td&gt;천지홈타운&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;71㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;100&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;42&lt;/td&gt;
&lt;td&gt;갈현동&lt;/td&gt;
&lt;td&gt;천지홈타운&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;71㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;100&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;43&lt;/td&gt;
&lt;td&gt;대조동&lt;/td&gt;
&lt;td&gt;베르디움STAY1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;44&lt;/td&gt;
&lt;td&gt;구산동&lt;/td&gt;
&lt;td&gt;구산주택&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;33㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;63&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;갱신 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;증산동&lt;/td&gt;
&lt;td&gt;DMC센트럴자이(3단지)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;255&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;녹번역e편한세상캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;55&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;불광동&lt;/td&gt;
&lt;td&gt;북한산래미안아파트(2단지)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;녹번역e편한세상캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;우물골2단지두산위브(204~208동)BL2-5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;불광동&lt;/td&gt;
&lt;td&gt;북한산힐스테이트7차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;35&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;수색동&lt;/td&gt;
&lt;td&gt;DMCSK뷰아이파크포레&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;불광동&lt;/td&gt;
&lt;td&gt;북한산래미안아파트(2단지)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;105&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td&gt;녹번동&lt;/td&gt;
&lt;td&gt;북한산푸르지오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;우물골2단지두산위브(209~222동)BL2-8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td&gt;불광동&lt;/td&gt;
&lt;td&gt;북한산힐스테이트7차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;110&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td&gt;녹번동&lt;/td&gt;
&lt;td&gt;힐스테이트녹번&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;50&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td&gt;증산동&lt;/td&gt;
&lt;td&gt;DMC센트럴자이(3단지)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;29&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;구파발9단지래미안(916~928동)BL3-2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;170&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td&gt;증산동&lt;/td&gt;
&lt;td&gt;DMC센트럴자이(2단지)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;35&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td&gt;증산동&lt;/td&gt;
&lt;td&gt;DMC센트럴자이(4단지)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;40㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;29&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td&gt;대조동&lt;/td&gt;
&lt;td&gt;YS홈타운&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td&gt;수색동&lt;/td&gt;
&lt;td&gt;DMC롯데캐슬더퍼스트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;121&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td&gt;대조동&lt;/td&gt;
&lt;td&gt;베르디움STAY1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;22&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;마고정3단지센트레빌(310~322동)BL2-3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;167㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td&gt;증산동&lt;/td&gt;
&lt;td&gt;DMC센트럴자이(2단지)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;29&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td&gt;증산동&lt;/td&gt;
&lt;td&gt;DMC센트럴자이(2단지)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;35&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td&gt;진관동&lt;/td&gt;
&lt;td&gt;우물골2단지두산위브(204~208동)BL2-5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;100&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;24&lt;/td&gt;
&lt;td&gt;녹번동&lt;/td&gt;
&lt;td&gt;힐스테이트녹번&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td&gt;응암동&lt;/td&gt;
&lt;td&gt;힐스테이트녹번역&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td&gt;수색동&lt;/td&gt;
&lt;td&gt;DMC롯데캐슬더퍼스트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</description>
      <category>경제</category>
      <category>녹번동</category>
      <category>대조동</category>
      <category>부동산</category>
      <category>불광동</category>
      <category>수색동</category>
      <category>아파트</category>
      <category>월세</category>
      <category>응암동</category>
      <category>전세</category>
      <category>진관동</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/568</guid>
      <comments>https://nanchachaa.tistory.com/568#entry568comment</comments>
      <pubDate>Mon, 10 Aug 2026 22:12:38 +0900</pubDate>
    </item>
    <item>
      <title>26년 8월 1주차 부동산 데이터 (서울시 송파구 전월세)</title>
      <link>https://nanchachaa.tistory.com/567</link>
      <description>&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bWkr53/dJMcaasO3Mt/1WV0LDp6hEpsTXD12J0KV0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bWkr53/dJMcaasO3Mt/1WV0LDp6hEpsTXD12J0KV0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bWkr53/dJMcaasO3Mt/1WV0LDp6hEpsTXD12J0KV0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbWkr53%2FdJMcaasO3Mt%2F1WV0LDp6hEpsTXD12J0KV0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2752&quot; height=&quot;1536&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h1&gt;송파구 아파트 전월세, 8월 첫째 주 '2.5억 격차'의 비밀과 시장 동향 분석&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;안녕하세요! 친절한 부동산 데이터 분석가입니다. 서울의 핵심 주거지이자 활기찬 시장을 자랑하는 &lt;b&gt;송파구&lt;/b&gt;의 8월 첫째 주 아파트 전월세 실거래가 데이터를 심층 분석하여, 중요한 시장 동향과 인사이트를 공유하고자 합니다. 이번 주 송파구 전월세 시장은 신규 계약과 갱신 계약 간의 흥미로운 차이를 보여주며, 특히 특정 평형대에서 뚜렷한 가격 격차를 나타냈습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;1. 갱신 계약이 주도하는 시장: 송파구 전월세 시장의 안정성 시사&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이번 8월 첫째 주 송파구 아파트 전월세 &lt;b&gt;총 93건의 거래&lt;/b&gt; 중, 갱신 계약이 56건(전세 37건, 월세 19건)으로 &lt;b&gt;전체 거래의 60% 이상&lt;/b&gt;을 차지했습니다. 반면 신규 계약은 37건(전세 21건, 월세 16건)에 그쳤습니다. 이는 송파구 전월세 시장에서 기존 계약을 유지하려는 경향이 매우 강하다는 것을 의미합니다. 임대차 갱신 청구권 사용, 또는 현 시장 상황에서 기존 주거지를 유지하는 것이 더 유리하다고 판단하는 임차인과 임대인의 전략이 반영된 결과로 볼 수 있습니다. 이러한 갱신 계약의 우위는 시장의 급격한 변동보다는 일정 수준의 안정성이 유지되고 있음을 시사합니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;2. 84㎡ 전세 시장: 신규와 갱신 간 '2.5억'의 가격 격차 포착&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;송파구에서 가장 선호되는 평형대 중 하나인 &lt;b&gt;전용면적 84㎡(약 25평)&lt;/b&gt; 아파트 전세 계약에서 매우 중요한 가격 동향이 발견되었습니다. 신규 전세 계약의 평균 전세 보증금은 &lt;b&gt;11.2억 원&lt;/b&gt;이었던 반면, 갱신 전세 계약의 평균 보증금은 &lt;b&gt;8.7억 원&lt;/b&gt;으로 나타나, 무려 &lt;b&gt;2.5억 원에 달하는 상당한 격차&lt;/b&gt;를 보였습니다. 이는 신규로 송파구 84㎡ 아파트 전세를 구하는 임차인이 기존에 거주하던 임차인보다 훨씬 더 높은 비용을 지불해야 함을 의미하며, 전세 시장의 이중 가격 구조가 뚜렷하게 나타나고 있음을 보여줍니다. 갱신 계약을 통한 시세보다 저렴한 전세 유지의 중요성이 부각되는 대목입니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;3. 월세 시장: 갱신 시 '보증금 상향, 월세 하향' 트렌드&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;전세뿐만 아니라 월세 시장에서도 신규 계약과 갱신 계약 간의 조건 차이가 흥미롭습니다. 특히 84㎡ 타입을 보면, 신규 월세 계약은 평균 보증금 4,600만 원에 월세 221만 원이었으나, 갱신 월세 계약은 평균 보증금 7,500만 원에 월세 111만 원으로 조사되었습니다. 갱신 계약 시 &lt;b&gt;보증금은 높이고 월세는 낮추는 경향&lt;/b&gt;이 명확하게 나타나고 있습니다. 이는 임차인이 월세 부담을 줄이고자 하거나, 임대인이 더 높은 보증금 확보를 통해 안정적인 임대 수익을 추구하는 시장의 움직임으로 해석할 수 있습니다. 갱신 계약을 통해 월세 부담을 &lt;b&gt;월 110만 원 가량 절감&lt;/b&gt;할 수 있다는 점은 임차인에게 큰 이점입니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;4. 송파구의 다양성: 폭넓은 평형대의 거래 활동&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이번 주 송파구 전월세 시장에서는 전용면적 35㎡의 소형 평형부터 173㎡의 대형 평형까지 다양한 면적대의 거래가 활발하게 이루어졌습니다. 신규 전세 계약은 35㎡(1.8억)부터 173㎡(11.5억)까지 폭넓게 분포되어 있었고, 갱신 전세 계약 또한 45㎡(3.2억)부터 155㎡(11.3억)까지 고르게 나타났습니다. 이는 송파구가 1인 가구부터 대가족까지 다양한 형태의 주거 수요를 충족시키는 다채로운 주거 환경을 제공하고 있음을 보여주는 지표입니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;결론: 송파구 전월세 시장, 갱신이 곧 기회&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;8월 첫째 주 송파구 아파트 전월세 시장은 갱신 계약이 압도적인 비중을 차지하며 안정성을 유지하는 가운데, 신규 계약과의 &lt;b&gt;뚜렷한 가격 격차&lt;/b&gt;를 보여주었습니다. 특히 84㎡ 전세 시장에서 신규와 갱신 간의 &lt;b&gt;2.5억 원 차이&lt;/b&gt;는 임차인에게 갱신권 사용의 중요성을 다시 한번 상기시키는 중요한 데이터입니다. 월세 시장에서도 갱신 시 보증금을 올리고 월세를 낮추는 경향이 나타나, 갱신 계약을 통한 비용 절감 효과가 큰 것으로 분석됩니다. 송파구 전월세 시장 참여자들은 이러한 동향을 면밀히 분석하여 합리적인 의사결정을 내리시길 바랍니다. 현재 송파구는 안정적이지만, 계약 형태에 따라 주거 비용에 큰 차이가 발생할 수 있는 과도기적인 모습을 보이고 있습니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;신규 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;송파더센트레&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;현대1차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;74㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;현대2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;58㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;오금동&lt;/td&gt;
&lt;td&gt;송파레미니스2단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;방이동&lt;/td&gt;
&lt;td&gt;올림픽선수기자촌3단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;83㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;파크하비오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;150&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;파크하비오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;위례2차아이파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;108㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;현대2차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;82㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;헬리오시티&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;360&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;위례24단지(꿈에그린)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;51㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;210&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;위례24단지(꿈에그린)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;51㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;송파파인타운5단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;120&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;레이크팰리스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td&gt;송파동&lt;/td&gt;
&lt;td&gt;호수임광&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;56㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td&gt;오금동&lt;/td&gt;
&lt;td&gt;대림&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;120&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;헬리오시티&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;포레나송파&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;220&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;장미1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;120㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td&gt;마천동&lt;/td&gt;
&lt;td&gt;송파파크데일1단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;180&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;현대타워&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;173㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;헬리오시티&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;13.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;거여1단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;49㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;40&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;24&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;송파더센트레&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;65&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;헬리오시티&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;310&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;e편한세상송파파크센트럴&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;27&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;문정시영&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;35㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;28&lt;/td&gt;
&lt;td&gt;방이동&lt;/td&gt;
&lt;td&gt;방이금호어울림&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;29&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;송파파인타운3단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;70&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;30&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;가락금호아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;240&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;31&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;리센츠&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;300&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;32&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;우성4차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;95㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;170&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;33&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;주공아파트 5단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;82㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;34&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;파크리오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;380&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;35&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;힐스테이트송파위례&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;101㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;올림픽훼밀리타운&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;117㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;160&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;37&lt;/td&gt;
&lt;td&gt;오금동&lt;/td&gt;
&lt;td&gt;송파두산위브&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;갱신 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;문정대우푸르지오2차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;주공아파트 5단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;82㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;28&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;현대1차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;트리지움&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;141&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;트리지움&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;12.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;30&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;송파동&lt;/td&gt;
&lt;td&gt;래미안송파파인탑&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;71㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;헬리오시티&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;헬리오시티&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;54&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td&gt;오금동&lt;/td&gt;
&lt;td&gt;상아2차아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;45㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;송파더센트레&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;51㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;e편한세상송파파크센트럴&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;113㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;e편한세상송파파크센트럴&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;113㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;우성&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;58㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td&gt;방이동&lt;/td&gt;
&lt;td&gt;올림픽선수기자촌1단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;83㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;151&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;위례신도시송파푸르지오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;112㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td&gt;방이동&lt;/td&gt;
&lt;td&gt;코오롱아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;송파시그니처롯데캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;파크리오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;힐스테이트e편한세상문정&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;74㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;80&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;송파시그니처롯데캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td&gt;삼전동&lt;/td&gt;
&lt;td&gt;하이파크아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;51㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;우성아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;96㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;200&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td&gt;석촌동&lt;/td&gt;
&lt;td&gt;석촌&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;96㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;24&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;송파시그니처롯데캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;40&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;송파시그니처롯데캐슬&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;40&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;한신잠실코아&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;52㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;115&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;27&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;송파파인타운11단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;28&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;파크리오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;140&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;29&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;거여5단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;30&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;송파와이즈더샵&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;96㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;31&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;LH서울잠실행복주택&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;32&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;힐스테이트e편한세상문정&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;33&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;장미1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;155㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;34&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;현대1차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;30&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;35&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;현대1차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;송파파인타운10단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;37&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;가락금호아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;85㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;38&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;장미1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;82㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;현대2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;76㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;40&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;파크리오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;41&lt;/td&gt;
&lt;td&gt;신천동&lt;/td&gt;
&lt;td&gt;파크리오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;12.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;42&lt;/td&gt;
&lt;td&gt;가락동&lt;/td&gt;
&lt;td&gt;헬리오시티&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;125&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;43&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;레이크팰리스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;44&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;송파파인타운7단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;70&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;45&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;리센츠&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;200&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;46&lt;/td&gt;
&lt;td&gt;거여동&lt;/td&gt;
&lt;td&gt;e편한세상송파파크센트럴&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;45㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;47&lt;/td&gt;
&lt;td&gt;장지동&lt;/td&gt;
&lt;td&gt;위례24단지(꿈에그린)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;48&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;주공아파트 5단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;82㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;49&lt;/td&gt;
&lt;td&gt;방이동&lt;/td&gt;
&lt;td&gt;올림픽선수기자촌1단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;83㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;50&lt;/td&gt;
&lt;td&gt;문정동&lt;/td&gt;
&lt;td&gt;힐스테이트e편한세상문정&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;51&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;레이크팰리스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;116㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;52&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;잠실엘스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;53&lt;/td&gt;
&lt;td&gt;방이동&lt;/td&gt;
&lt;td&gt;올림픽선수기자촌2단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;126㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;130&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;54&lt;/td&gt;
&lt;td&gt;잠실동&lt;/td&gt;
&lt;td&gt;잠실엘스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;170&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;55&lt;/td&gt;
&lt;td&gt;오금동&lt;/td&gt;
&lt;td&gt;상아2차아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;56&lt;/td&gt;
&lt;td&gt;방이동&lt;/td&gt;
&lt;td&gt;올림픽선수기자촌2단지&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;163㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;15.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;29&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</description>
      <category>경제</category>
      <category>방이동</category>
      <category>부동산</category>
      <category>송파</category>
      <category>아파트</category>
      <category>엘스</category>
      <category>월세</category>
      <category>위례</category>
      <category>전세</category>
      <category>파크리오</category>
      <category>헬리오시티</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/567</guid>
      <comments>https://nanchachaa.tistory.com/567#entry567comment</comments>
      <pubDate>Mon, 10 Aug 2026 22:07:30 +0900</pubDate>
    </item>
    <item>
      <title>26년 8월 1주차 부동산 데이터 (서울시 성동구 전월세)</title>
      <link>https://nanchachaa.tistory.com/566</link>
      <description>&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/Q5vIa/dJMcajb6JEc/rUYJYDLxtTScsPmgyF5uaK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/Q5vIa/dJMcajb6JEc/rUYJYDLxtTScsPmgyF5uaK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Q5vIa/dJMcajb6JEc/rUYJYDLxtTScsPmgyF5uaK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FQ5vIa%2FdJMcajb6JEc%2FrUYJYDLxtTScsPmgyF5uaK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;2752&quot; height=&quot;1536&quot; data-origin-width=&quot;2752&quot; data-origin-height=&quot;1536&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h1&gt;성동구 8월 첫째 주 전월세 동향: 84㎡ 전세가 2.1억 격차, 월세 시장 활황!&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;안녕하세요, 친절하고 전문적인 부동산 데이터 분석가이자 블로거입니다. 오늘은 8월 첫째 주 서울특별시 성동구 아파트 전월세 실거래가 데이터를 심층 분석하여 주목할 만한 인사이트를 공유하고자 합니다. 총 99건의 거래 데이터를 통해 성동구 임대차 시장의 최신 흐름을 파악해 보세요.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이번 주 성동구 아파트 전월세 시장은 &lt;b&gt;총 99건의 거래&lt;/b&gt;가 이루어졌으며, &lt;b&gt;신규 계약이 61건&lt;/b&gt;(전세 18건, 월세 43건), &lt;b&gt;갱신 계약이 38건&lt;/b&gt;(전세 28건, 월세 10건)으로 집계되었습니다. 특히 신규 계약에서는 월세의 비중이 압도적으로 높았고, 갱신 계약에서는 전세가 강세를 보였습니다. 주요 평형대별 거래 동향과 임대료 추이를 자세히 살펴보겠습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;1. 신규 월세 시장의 압도적 강세, 특히 '소형(area_type 18, 약 59㎡)' 집중&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;8월 첫째 주 성동구 아파트 신규 계약 61건 중 무려 &lt;b&gt;43건이 월세 계약&lt;/b&gt;이었습니다. 이는 신규 계약의 약 70%에 달하는 수치로, 최근 임대차 시장에서 월세 선호 현상이 더욱 뚜렷해지고 있음을 보여줍니다. 특히, &lt;b&gt;'area_type 18형' (실제 전용면적 약 59㎡)이 29건으로 신규 월세 거래의 절반 이상&lt;/b&gt;을 차지하며 시장을 주도했습니다. 이 평형대의 평균 보증금은 0.7억 원, 평균 월세는 55만 원으로 비교적 합리적인 가격대에 형성되어 젊은 층이나 1~2인 가구의 수요가 높았던 것으로 분석됩니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;2. '84형' 전세 시장의 양극화: 신규 9.9억 vs 갱신 7.8억 (2.1억 격차)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;성동구 아파트 전월세 시장에서 가장 눈에 띄는 부분은 &lt;b&gt;전용면적 84형의 신규 계약과 갱신 계약 간 전세가 격차&lt;/b&gt;입니다. 신규 계약된 84형 전세는 평균 9.9억 원에 거래된 반면, 갱신 계약된 84형 전세는 평균 7.8억 원을 기록하며 &lt;b&gt;무려 2.1억 원의 차이&lt;/b&gt;를 보였습니다. 이는 계약갱신청구권 사용 여부가 전세 보증금에 미치는 영향이 매우 크다는 것을 명확히 보여줍니다. 신규 임차인들은 더 높은 가격을 지불해야 하지만, 기존 임차인들은 법적 권리를 통해 비교적 낮은 보증금으로 주거를 유지할 수 있었습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;3. 다양한 평형대의 월세 보증금 및 임대료 스펙트럼&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;신규 월세 시장에서는 평형별로 보증금과 월세의 스펙트럼이 매우 다양했습니다. 앞서 언급된 'area_type 18형'은 0.7억 원/55만 원 수준이었으나, 'area_type 59형'은 평균 보증금 2.1억 원에 월세 230만 원, 'area_type 84형'은 평균 보증금 2.8억 원에 월세 285만 원을 기록했습니다. 이는 성동구 내 다양한 주거 수요층과 자금 여력에 따라 맞춤형 월세 상품이 활발하게 거래되고 있음을 시사합니다. 특히 고액 보증금과 월세를 동반한 중대형 평형의 월세 거래 증가는 전세에서 월세로의 전환 가속화 흐름을 반영하는 것으로 보입니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;4. 갱신 계약은 '전세' 선호 현상 뚜렷&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;총 38건의 갱신 계약 중 &lt;b&gt;전세 계약이 28건으로 약 74%를 차지&lt;/b&gt;하며 갱신 시장에서 전세의 높은 선호도를 입증했습니다. 이는 기존 임차인들이 주거 안정성을 중요하게 여기며 전세 계약을 유지하려는 경향이 강함을 보여줍니다. 특히 'area_type 59형' 전세 갱신은 14건, 'area_type 84형' 전세 갱신은 8건으로 주력 평형대에서 활발하게 이루어졌습니다. 신규 시장이 월세 중심으로 재편되는 것과 달리, 갱신 시장은 여전히 전세 형태를 선호하는 이중적인 모습을 보였습니다.&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;결론&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;8월 첫째 주 성동구 아파트 전월세 시장은 &lt;b&gt;신규 계약에서 월세가, 갱신 계약에서 전세가 우세한 확연한 양극화 현상&lt;/b&gt;을 보여주었습니다. 특히, 'area_type 18형' 월세의 폭발적인 증가와 '84형' 신규/갱신 전세가 2.1억 원 격차는 이번 주 시장의 핵심 키워드입니다. 이러한 흐름은 임차인들에게는 주거 형태 선택의 폭을 넓히는 동시에, 자금 계획에 따라 신중한 의사결정을 요구할 것입니다. 집주인 입장에서는 시장의 변화에 발맞춰 유연한 임대 전략을 구사하는 것이 중요해 보입니다. 앞으로 성동구 임대차 시장이 이 추세를 이어갈지, 또는 새로운 변동성을 보일지 계속해서 주목해야 할 것입니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;신규 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;하왕십리동&lt;/td&gt;
&lt;td&gt;왕십리자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;160&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲리버뷰자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;금호동4가&lt;/td&gt;
&lt;td&gt;힐스테이트서울숲리버&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;370&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;대림e-편한세상&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;옥수동&lt;/td&gt;
&lt;td&gt;옥수파크힐스117동~125동&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;행당한진타운&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;120&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;금호동1가&lt;/td&gt;
&lt;td&gt;이편한세상금호파크힐스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;270&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;성수동1가&lt;/td&gt;
&lt;td&gt;현대그린&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;56㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;70&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td&gt;마장동&lt;/td&gt;
&lt;td&gt;왕십리삼성아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td&gt;옥수동&lt;/td&gt;
&lt;td&gt;풍림아이원&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;180&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td&gt;옥수동&lt;/td&gt;
&lt;td&gt;래미안 옥수 리버젠&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;대림e-편한세상&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;114㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td&gt;성수동1가&lt;/td&gt;
&lt;td&gt;강변건영아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td&gt;하왕십리동&lt;/td&gt;
&lt;td&gt;센트라스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;40㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;150&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;27&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;신동아&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲행당푸르지오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td&gt;옥수동&lt;/td&gt;
&lt;td&gt;옥수파크힐스101동~116동&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td&gt;금호동4가&lt;/td&gt;
&lt;td&gt;대우&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;300&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td&gt;마장동&lt;/td&gt;
&lt;td&gt;현대&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td&gt;옥수동&lt;/td&gt;
&lt;td&gt;극동&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;68㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;200&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td&gt;하왕십리동&lt;/td&gt;
&lt;td&gt;극동미라주&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;114㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;240&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td&gt;마장동&lt;/td&gt;
&lt;td&gt;왕십리금호어울림&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td&gt;성수동1가&lt;/td&gt;
&lt;td&gt;트리마제&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;35㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;140&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;24&lt;/td&gt;
&lt;td&gt;성수동1가&lt;/td&gt;
&lt;td&gt;트리마제&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;49㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲더샵&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;27&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td&gt;금호동2가&lt;/td&gt;
&lt;td&gt;신금호파크자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;34㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;27&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲 한신 더 휴&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;28&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;62&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;29&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;47&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;30&lt;/td&gt;
&lt;td&gt;성수동2가&lt;/td&gt;
&lt;td&gt;금호타운2차아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;31&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;32&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;33&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;34&lt;/td&gt;
&lt;td&gt;하왕십리동&lt;/td&gt;
&lt;td&gt;센트라스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;360&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;35&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;62&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;37&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;38&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;62&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;39&lt;/td&gt;
&lt;td&gt;응봉동&lt;/td&gt;
&lt;td&gt;대림(1차)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;63㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;40&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;41&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;42&lt;/td&gt;
&lt;td&gt;하왕십리동&lt;/td&gt;
&lt;td&gt;센트라스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;300&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;43&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;47&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;44&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;62&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;45&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;47&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;46&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;47&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;62&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;48&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;49&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;47&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;50&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;51&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;60&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;52&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;60&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;53&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;62&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;54&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;47&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;55&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;62&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;56&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;57&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;58&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;71&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;60&lt;/td&gt;
&lt;td&gt;사근동&lt;/td&gt;
&lt;td&gt;중앙하이츠&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;71㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;61&lt;/td&gt;
&lt;td&gt;홍익동&lt;/td&gt;
&lt;td&gt;THE청아진&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;0.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;53&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;갱신 계약&lt;/h3&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;th&gt;NO&lt;/th&gt;
&lt;th&gt;동&lt;/th&gt;
&lt;th&gt;단지명&lt;/th&gt;
&lt;th&gt;전월세구분&lt;/th&gt;
&lt;th&gt;전용면적&lt;/th&gt;
&lt;th&gt;보증금(억)&lt;/th&gt;
&lt;th&gt;월세(만원)&lt;/th&gt;
&lt;th&gt;층&lt;/th&gt;
&lt;th&gt;계약일&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;
&lt;td&gt;마장동&lt;/td&gt;
&lt;td&gt;왕십리삼성아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td&gt;금호동3가&lt;/td&gt;
&lt;td&gt;금호자이2차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲삼부아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;23&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td&gt;마장동&lt;/td&gt;
&lt;td&gt;왕십리삼성아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;150&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲리버뷰자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;165&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td&gt;응봉동&lt;/td&gt;
&lt;td&gt;대림(1차)&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;75㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td&gt;금호동4가&lt;/td&gt;
&lt;td&gt;서울숲푸르지오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td&gt;금호동2가&lt;/td&gt;
&lt;td&gt;래미안하이리버&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td&gt;금호동2가&lt;/td&gt;
&lt;td&gt;금호자이1차&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td&gt;마장동&lt;/td&gt;
&lt;td&gt;현대&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲행당푸르지오&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;170&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td&gt;금호동1가&lt;/td&gt;
&lt;td&gt;금호삼성래미안&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td&gt;금호동1가&lt;/td&gt;
&lt;td&gt;이편한세상금호파크힐스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9.5&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;5&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;14&lt;/td&gt;
&lt;td&gt;응봉동&lt;/td&gt;
&lt;td&gt;대림강변타운&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲리버뷰자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲 한신 더 휴&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td&gt;금호동1가&lt;/td&gt;
&lt;td&gt;벽산&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;17&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;18&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;대림e-편한세상&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;185&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;9&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td&gt;응봉동&lt;/td&gt;
&lt;td&gt;서울숲리버그린동아아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.3&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;20&lt;/td&gt;
&lt;td&gt;금호동4가&lt;/td&gt;
&lt;td&gt;대우&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;114㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;21&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲리버뷰자이&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;160&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;19&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;22&lt;/td&gt;
&lt;td&gt;옥수동&lt;/td&gt;
&lt;td&gt;극동&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;148㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;23&lt;/td&gt;
&lt;td&gt;금호동1가&lt;/td&gt;
&lt;td&gt;이편한세상금호파크힐스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;24&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;행당한진타운&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;25&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲더샵&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;150㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;16.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;26&lt;/td&gt;
&lt;td&gt;마장동&lt;/td&gt;
&lt;td&gt;현대&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-05&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;27&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲 한신 더 휴&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;28&lt;/td&gt;
&lt;td&gt;금호동1가&lt;/td&gt;
&lt;td&gt;이편한세상금호파크힐스&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;29&lt;/td&gt;
&lt;td&gt;옥수동&lt;/td&gt;
&lt;td&gt;옥수어울림&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;85&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;12&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;30&lt;/td&gt;
&lt;td&gt;행당동&lt;/td&gt;
&lt;td&gt;서울숲삼부아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;67㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;180&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;8&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;31&lt;/td&gt;
&lt;td&gt;성수동1가&lt;/td&gt;
&lt;td&gt;금호&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;월세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;280&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;16&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;32&lt;/td&gt;
&lt;td&gt;응봉동&lt;/td&gt;
&lt;td&gt;대림강변타운&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.9&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;33&lt;/td&gt;
&lt;td&gt;사근동&lt;/td&gt;
&lt;td&gt;중앙하이츠&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;71㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.7&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;15&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;34&lt;/td&gt;
&lt;td&gt;하왕십리동&lt;/td&gt;
&lt;td&gt;왕십리KCC스위첸&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;35&lt;/td&gt;
&lt;td&gt;옥수동&lt;/td&gt;
&lt;td&gt;옥수삼성&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;59㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6.4&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;11&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;36&lt;/td&gt;
&lt;td&gt;성수동2가&lt;/td&gt;
&lt;td&gt;롯데캐슬파크&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;101㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;37&lt;/td&gt;
&lt;td&gt;응봉동&lt;/td&gt;
&lt;td&gt;서울숲리버그린동아아파트&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;84㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7.8&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;24&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;38&lt;/td&gt;
&lt;td&gt;성수동1가&lt;/td&gt;
&lt;td&gt;현대그린&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;전세&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;56㎡&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;-&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;13&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;2026-08-07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</description>
      <category>경제</category>
      <category>마장동</category>
      <category>부동산</category>
      <category>성동구</category>
      <category>성수동</category>
      <category>아파트</category>
      <category>옥수동</category>
      <category>왕십리</category>
      <category>월세</category>
      <category>응봉동</category>
      <category>전세</category>
      <author>난차차</author>
      <guid isPermaLink="true">https://nanchachaa.tistory.com/566</guid>
      <comments>https://nanchachaa.tistory.com/566#entry566comment</comments>
      <pubDate>Mon, 10 Aug 2026 22:03:50 +0900</pubDate>
    </item>
  </channel>
</rss>