@charset "utf-8";

/* =========================
   JK SUB COMMON
========================= */

.jk-sub{
    background:#f8fafc;
    color:#111;
}

.jk-sub-visual{
    padding:72px 20px;
    background:
        linear-gradient(rgba(4,23,42,.86), rgba(4,23,42,.86)),
        url('/img/jk_main_bg.jpg') center/cover no-repeat;
    color:#fff;
    text-align:center;
}

.jk-sub-visual span{
    display:block;
    margin-bottom:12px;
    color:#facc15;
    font-size:16px;
    font-weight:800;
}

.jk-sub-visual h1{
    font-size:40px;
    line-height:1.3;
}

.jk-sub-visual p{
    margin-top:16px;
    font-size:16px;
    line-height:1.7;
    color:rgba(255,255,255,.86);
}

.jk-sub-tabs{
    max-width:1200px;
    margin:34px auto 0;
    padding:0 20px;
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.jk-sub-tabs a{
    min-width:150px;
    height:46px;
    padding:0 20px;
    border-radius:999px;
    background:#fff;
    border:1px solid #e2e8f0;
    color:#334155;
    font-size:15px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
}

.jk-sub-tabs a.active,
.jk-sub-tabs a:hover{
    background:#facc15;
    border-color:#facc15;
    color:#111;
}

.jk-sub-content{
    max-width:1200px;
    margin:46px auto 0;
    padding:0 20px;
}

.jk-recommend-box{
    background:#fff;
    border-radius:26px;
    padding:42px 34px;
    box-shadow:0 12px 34px rgba(15,23,42,.08);
    text-align:center;
}

.jk-recommend-title{
    margin-bottom:28px;
}

.jk-recommend-title span{
    display:inline-block;
    margin-bottom:10px;
    color:#e5a72f;
    font-size:14px;
    font-weight:900;
}

.jk-recommend-title h2{
    font-size:30px;
    color:#0f172a;
}

.jk-recommend-title p{
    margin-top:12px;
    font-size:15px;
    color:#64748b;
    line-height:1.7;
}

.jk-recommend-list{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
    max-width:1100px;
    margin:30px auto 0;
}

.jk-recommend-card{
    padding:28px 20px;
    border-radius:22px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
}

.jk-recommend-card strong{
    display:block;
    margin-bottom:16px;
    font-size:17px;
    color:#0f172a;
}

.jk-recommend-notice{
    margin-top:30px;
    padding:20px;
    border-radius:18px;
    background:#fff7d6;
    color:#6b4e00;
    font-size:14px;
    line-height:1.8;
}

.jk-sub-bottom{
    max-width:1200px;
    margin:36px auto 0;
    padding:0 20px;
}

.jk-sub-bottom .jk-card-grid{
    padding:0;
    margin:0;
}
.jk-number span{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:20px;
}

.jk-number{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
}

.jk-recommend-card .jk-number span{
    font-size:19px;
}
.jk-number-wide span{
    width:64px;
    border-radius:999px;
    font-size:18px;
}

.jk-strong-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    margin-top:20px;
}

.jk-strong-list span{
    min-width:60px;
    height:42px;
    line-height:42px;
    text-align:center;
    border-radius:999px;
    font-size:18px;
    font-weight:700;
}

.jk-strong-list.gold span{
    background:#e5a72f;
    color:#fff;
}

.jk-strong-list.gray span{
    background:#e5e7eb;
    color:#111827;
}

.jk-strong-list.dark span{
    background:#0f172a;
    color:#fff;
}















@media all and (max-width:900px){
    .jk-sub-visual{
        padding:50px 20px;
    }

    .jk-sub-visual h1{
        font-size:30px;
    }

    .jk-sub-tabs{
        margin-top:24px;
    }

    .jk-sub-tabs a{
        width:calc(50% - 5px);
        min-width:0;
        font-size:14px;
    }

    .jk-recommend-box{
        padding:32px 20px;
    }

    .jk-recommend-title h2{
        font-size:24px;
    }

    .jk-recommend-list{

        grid-template-columns:1fr;
    }
}


.jk-result-detail{
    max-width:900px;
    margin:0 auto;
}

.jk-result-main{
    padding:34px 24px;
    border-radius:24px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
}

.jk-result-main strong{
    display:block;
    margin-bottom:18px;
    font-size:18px;
    color:#0f172a;
}

.jk-result-sub-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
    margin-top:22px;
}

.jk-result-sub-card{
    padding:26px 20px;
    border-radius:20px;
    background:#fff;
    border:1px solid #e2e8f0;
}

.jk-result-sub-card strong{
    display:block;
    margin-bottom:10px;
    color:#64748b;
    font-size:15px;
}

.jk-result-sub-card p{
    font-size:30px;
    font-weight:900;
    color:#0f172a;
}

@media all and (max-width:900px){
    .jk-result-sub-grid{
        grid-template-columns:1fr;
    }

    .jk-result-sub-card p{
        font-size:26px;
    }
}

.jk-result-table-wrap{
    width:100%;
    overflow-x:auto;
}

.jk-result-table{
    width:100%;
    border-collapse:collapse;
    min-width:820px;
}

.jk-result-table th{
    padding:16px 12px;
    background:#0f172a;
    color:#fff;
    font-size:15px;
}

.jk-result-table td{
    padding:18px 12px;
    border-bottom:1px solid #e2e8f0;
    text-align:center;
    font-size:15px;
    color:#334155;
}

.jk-result-table td strong{
    font-size:22px;
    color:#e5a72f;
}

.jk-result-table .jk-number{
    margin:0;
}

.jk-result-table .jk-number span{
    width:34px;
    height:34px;
    line-height:34px;
    font-size:17px;
}

@media all and (max-width:900px){
    .jk-result-table-wrap{
        margin:0 -10px;
        padding:0 10px;
    }
}



.jk-search-form{
    max-width:760px;
    margin:0 auto 30px;
    padding:22px;
    border-radius:22px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
}

.jk-search-row{
    display:flex;
    align-items:flex-end;
    gap:12px;
}

.jk-search-row label{
    flex:1;
    text-align:left;
}

.jk-search-row label span{
    display:block;
    margin-bottom:8px;
    color:#475569;
    font-size:14px;
    font-weight:800;
}

.jk-search-row input{
    width:100%;
    height:46px;
    padding:0 14px;
    border:1px solid #cbd5e1;
    border-radius:12px;
    background:#fff;
    font-size:15px;
}

.jk-search-row button{
    width:110px;
    height:46px;
    border:0;
    border-radius:12px;
    background:#facc15;
    color:#111;
    font-size:15px;
    font-weight:900;
    cursor:pointer;
}

@media all and (max-width:900px){
    .jk-search-row{
        flex-direction:column;
        align-items:stretch;
    }

    .jk-search-row button{
        width:100%;
    }
}

.jk-stat-grid{
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap:16px;
    margin-top:30px;
}

.jk-stat-card{
    padding:26px 16px;
    border-radius:22px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    text-align:center;
}

.jk-stat-num{
    width:54px;
    height:54px;
    line-height:54px;
    margin:0 auto 14px;
    border-radius:50%;
    background:#facc15;
    color:#111;
    font-size:26px;
    font-weight:900;
}

.jk-stat-card strong{
    display:block;
    font-size:22px;
    color:#0f172a;
}

.jk-stat-card p{
    margin-top:8px;
    font-size:14px;
    color:#64748b;
}

@media all and (max-width:900px){
    .jk-stat-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

.jk-stat-num.dark{
    background:#0f172a;
    color:#fff;
}

.jk-stat-card.missing strong{
    font-size:18px;
}


.jk-ratio-analysis{
    max-width:760px;
    margin:0 auto 32px;
    padding:28px;
    border-radius:24px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
}

.jk-ratio-item{
    margin-bottom:24px;
    text-align:left;
}

.jk-ratio-item:last-child{
    margin-bottom:0;
}

.jk-ratio-item strong{
    display:inline-block;
    font-size:17px;
    color:#0f172a;
}

.jk-ratio-item span{
    float:right;
    font-size:18px;
    font-weight:900;
    color:#e5a72f;
}

.jk-ratio-bar{
    clear:both;
    height:14px;
    margin-top:12px;
    border-radius:999px;
    background:#e2e8f0;
    overflow:hidden;
}

.jk-ratio-bar em{
    display:block;
    height:100%;
    border-radius:999px;
    background:#facc15;
}

.jk-ratio-item.even .jk-ratio-bar em{
    background:#0f172a;
}

.jk-stat-grid.three{
    grid-template-columns:repeat(3, 1fr);
}

.jk-stat-card h3{
    margin-top:8px;
    font-size:17px;
    color:#0f172a;
}

@media all and (max-width:900px){
    .jk-stat-grid.three{
        grid-template-columns:1fr;
    }
}


.jk-lastdigit-list{
    max-width:760px;
    margin:30px auto 0;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.jk-lastdigit-card{
    display:flex;
    align-items:center;
    gap:18px;
    padding:18px 22px;
    border-radius:20px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    text-align:left;
}

.jk-lastdigit-card .jk-stat-num{
    margin:0;
    flex:0 0 54px;
	text-align:center;
}

.jk-lastdigit-info{
    flex:1;
}

.jk-lastdigit-info strong{
    display:block;
    font-size:17px;
    color:#0f172a;
}

.jk-lastdigit-info p{
    margin-top:6px;
    font-size:14px;
    color:#64748b;
}

.jk-lastdigit-card > span{
    min-width:64px;
    height:34px;
    line-height:34px;
    text-align:center;
    border-radius:999px;
    background:#0f172a;
    color:#fff;
    font-size:14px;
    font-weight:800;
}

@media all and (max-width:900px){
    .jk-lastdigit-card{
        flex-wrap:wrap;
    }

    .jk-lastdigit-card > span{
        width:100%;
    }
}

.jk-trend-list{
    max-width:900px;
    margin:30px auto 0;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.jk-trend-card{
    display:grid;
    grid-template-columns:120px 1fr 150px 160px;
    align-items:center;
    gap:16px;
    padding:18px 22px;
    border-radius:20px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    text-align:left;
}

.jk-trend-date{
    font-size:15px;
    font-weight:900;
    color:#0f172a;
}

.jk-trend-card .jk-number{
    margin:0;
    justify-content:flex-start;
}

.jk-trend-card .jk-number span{
    width:34px;
    height:34px;
    line-height:34px;
    font-size:17px;
}

.jk-trend-last{
    font-size:14px;
    color:#64748b;
}

.jk-trend-last strong{
    margin-left:6px;
    font-size:22px;
    color:#e5a72f;
}

.jk-trend-card p{
    font-size:14px;
    color:#475569;
}

@media all and (max-width:900px){
    .jk-trend-card{
        grid-template-columns:1fr;
        text-align:center;
    }

    .jk-trend-card .jk-number{
        justify-content:center;
    }
}

.jk-dream-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
    margin-top:30px;
}

.jk-dream-card{
    padding:28px 22px;
    border-radius:22px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    text-align:center;
}

.jk-dream-card strong{
    display:block;
    font-size:22px;
    color:#0f172a;
}

.jk-dream-num{
    margin:16px 0 12px;
    font-size:26px;
    font-weight:900;
    color:#e5a72f;
}

.jk-dream-card p{
    font-size:14px;
    color:#64748b;
    line-height:1.6;
}

@media all and (max-width:900px){
    .jk-dream-grid{
        grid-template-columns:1fr;
    }
}


.jk-lucky-main{
    max-width:640px;
    margin:0 auto 24px;
    padding:34px 24px;
    border-radius:26px;
    background:linear-gradient(135deg, #0f172a, #1e293b);
    color:#fff;
}

.jk-lucky-main strong{
    display:block;
    margin-bottom:18px;
    font-size:22px;
}

.jk-lucky-main p{
    margin-top:18px;
    color:#cbd5e1;
    font-size:15px;
}

.jk-lucky-sub{
    margin:0 auto 30px;
}

.jk-lucky-main .jk-strong-list{
    margin-top:0;
}

.jk-lucky-main .jk-strong-list span{
    min-width:70px;
    height:48px;
    line-height:48px;
    font-size:20px;
}





/* ¿À´ÃÀÇ ÃßÃµ¹øÈ£ AI ºÐ¼®ÀÚ·á - ¼öÁ¤º» */
.jk_ai_analysis_box {
    max-width:1200px;
    margin:35px auto;
    padding:24px;
    border-radius:22px;
    background:#fff;
    border:1px solid #ffd8b8;
    box-shadow:0 8px 24px rgba(0,0,0,0.06);
}

.jk_ai_analysis_title {
    text-align:center;
    margin-bottom:22px;
}

.jk_ai_analysis_title span {
    display:inline-block;
    padding:6px 16px;
    border-radius:30px;
    background:#ff7a00;
    color:#fff;
    font-size:12px;
    font-weight:800;
}

.jk_ai_analysis_title h3 {
    margin:12px 0 6px;
    font-size:24px;
    color:#111;
}

.jk_ai_analysis_title p {
    margin:0;
    font-size:14px;
    color:#777;
}

.jk_ai_score_area {
    display:flex;
    align-items:center;
    gap:22px;
    margin-bottom:18px;
    padding:20px;
    border-radius:18px;
    background:#fff8f1;
}

.jk_ai_score_circle {
    flex:0 0 92px;
    width:92px;
    height:92px;
    border-radius:50%;
    background:conic-gradient(#ff7a00 0% 94%, #eee 94% 100%);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative;
}

.jk_ai_score_circle::before {
    content:"";
    position:absolute;
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
}

.jk_ai_score_circle strong,
.jk_ai_score_circle em {
    position:relative;
    z-index:1;
}

.jk_ai_score_circle strong {
    font-size:26px;
    color:#ff6a00;
    line-height:1;
}

.jk_ai_score_circle em {
    margin-top:4px;
    font-style:normal;
    font-size:10px;
    font-weight:800;
    color:#777;
}

.jk_ai_score_text h4 {
    margin:0 0 6px;
    font-size:18px;
}

.jk_ai_score_text p {
    margin:0;
    font-size:14px;
    color:#666;
    line-height:1.55;
}

.jk_ai_reason_grid {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
}

.jk_ai_reason_card {
    padding:16px;
    border-radius:16px;
    background:#fff;
    border:1px solid #ffe0c5;
}

.jk_ai_reason_card strong {
    display:block;
    margin-bottom:10px;
    font-size:15px;
}

.jk_ai_bar {
    height:8px;
    margin-bottom:10px;
    border-radius:20px;
    background:#eee;
    overflow:hidden;
}

.jk_ai_bar span {
    display:block;
    height:100%;
    border-radius:20px;
    background:linear-gradient(90deg, #ff7a00, #ff2d55);
}

.jk_ai_reason_card p {
    margin:0;
    font-size:13px;
    color:#666;
    line-height:1.5;
}

.jk_ai_pattern_box {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:12px;
    margin-top:14px;
}

.jk_ai_pattern_box div {
    padding:13px 10px;
    border-radius:14px;
    background:#fff3e8;
    text-align:center;
}

.jk_ai_pattern_box b {
    display:block;
    margin-bottom:4px;
    font-size:13px;
    color:#d35400;
}

.jk_ai_pattern_box span {
    font-size:17px;
    font-weight:900;
    color:#111;
}

.jk_ai_notice {
    margin-top:14px;
    padding:11px;
    border-radius:12px;
    background:#f7f7f7;
    font-size:12px;
    color:#777;
    text-align:center;
}

/* ¸ð¹ÙÀÏ */
@media (max-width:768px) {
    .jk_ai_analysis_box {
        margin:0 12px 26px;
        padding:18px 14px;
        border-radius:18px;
    }

    .jk_ai_analysis_title h3 {
        font-size:21px;
    }

    .jk_ai_score_area {
        display:block;
        text-align:center;
        padding:18px 14px;
    }

    .jk_ai_score_circle {
        margin:0 auto 14px;
    }

    .jk_ai_reason_grid {
        grid-template-columns:1fr;
    }

    .jk_ai_pattern_box {
        grid-template-columns:1fr;
    }
}


.jk-chart-box{
    max-width:1200px;
    margin:35px auto;
    padding:25px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.jk-chart-box canvas {
    height:420px !important;
}

/* ¹ÌÃâÇö ¹øÈ£ ½Ã°¢ÀÚ·á */
.jk-missing-visual {
    margin-bottom:35px;
}

.jk-missing-summary {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
    margin-bottom:20px;
}

.jk-missing-summary-card {
    padding:24px 20px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
    text-align:center;
}

.jk-missing-summary-card span {
    display:block;
    margin-bottom:8px;
    font-size:14px;
    color:#f59e0b;
    font-weight:800;
}

.jk-missing-summary-card strong {
    display:block;
    font-size:34px;
    color:#111827;
    line-height:1.1;
}

.jk-missing-summary-card p {
    margin:8px 0 0;
    color:#6b7280;
    font-size:14px;
}

.jk-chart-box {
    background:#fff;
    border-radius:30px;
    padding:35px;
    margin-bottom:22px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.jk-chart-title {
    text-align:center;
    margin-bottom:25px;
}

.jk-chart-title h3 {
    margin:0 0 8px;
    font-size:28px;
    font-weight:800;
    color:#111827;
}

.jk-chart-title p {
    margin:0;
    color:#6b7280;
}

#missingChart {
    height:400px !important;
}

.jk-missing-rank {
    padding:26px;
    border-radius:28px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.jk-missing-rank-row {
    display:grid;
    grid-template-columns:52px 1fr 82px;
    gap:16px;
    align-items:center;
    padding:13px 0;
    border-bottom:1px solid #eef2f7;
}

.jk-missing-rank-row:last-child {
    border-bottom:0;
}

.jk-missing-rank-num {
    width:48px;
    height:48px;
    border-radius:50%;
    background:#0f172a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:21px;
    font-weight:900;
}

.jk-missing-rank-top {
    display:flex;
    justify-content:space-between;
    margin-bottom:8px;
    font-size:14px;
}

.jk-missing-rank-top strong {
    color:#111827;
}

.jk-missing-rank-top span {
    color:#f59e0b;
    font-weight:800;
}

.jk-missing-rank-bar {
    height:10px;
    border-radius:30px;
    background:#eef2f7;
    overflow:hidden;
}

.jk-missing-rank-bar em {
    display:block;
    height:100%;
    border-radius:30px;
    background:#facc15;
}

.jk-missing-rank-label {
    padding:7px 10px;
    border-radius:30px;
    background:#fef3c7;
    color:#92400e;
    font-size:13px;
    font-weight:800;
    text-align:center;
}

@media (max-width:768px) {
    .jk-missing-summary {
        grid-template-columns:1fr;
    }

    .jk-chart-box,
    .jk-missing-rank {
        padding:22px 15px;
        border-radius:22px;
    }

    #missingChart {
        height:330px !important;
    }

    .jk-missing-rank-row {
        grid-template-columns:42px 1fr;
        gap:12px;
    }

    .jk-missing-rank-label {
        grid-column:2;
        width:max-content;
    }

    .jk-missing-rank-num {
        width:40px;
        height:40px;
        font-size:18px;
    }
}

/* È¦Â¦ ºÐ¼® ½Ã°¢ÀÚ·á */
.jk-odd-visual {
    margin-bottom:35px;
}

.jk-odd-summary {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
    margin-bottom:20px;
}

.jk-odd-summary-card {
    padding:24px 20px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
    text-align:center;
}

.jk-odd-summary-card span {
    display:block;
    margin-bottom:8px;
    font-size:14px;
    color:#f59e0b;
    font-weight:800;
}

.jk-odd-summary-card strong {
    display:block;
    font-size:34px;
    color:#111827;
    line-height:1.1;
}

.jk-odd-summary-card p {
    margin:8px 0 0;
    color:#6b7280;
    font-size:14px;
}

.jk-odd-chart-wrap {
    display:grid;
    grid-template-columns:420px 1fr;
    gap:20px;
}

.jk-odd-chart-box,
.jk-odd-balance-box {
    background:#fff;
    border-radius:30px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.jk-chart-title {
    text-align:center;
    margin-bottom:25px;
}

.jk-chart-title h3 {
    margin:0 0 8px;
    font-size:28px;
    font-weight:800;
    color:#111827;
}

.jk-chart-title p {
    margin:0;
    color:#6b7280;
    line-height:1.5;
}

#oddEvenChart {
    height:330px !important;
}

.jk-balance-scale {
    margin-top:25px;
}

.jk-balance-left,
.jk-balance-right {
    display:flex;
    justify-content:space-between;
    font-size:15px;
    font-weight:800;
    color:#111827;
}

.jk-balance-bar {
    position:relative;
    height:18px;
    margin:14px 0;
    border-radius:40px;
    background:linear-gradient(90deg, #facc15 0%, #facc15 50%, #0f172a 50%, #0f172a 100%);
}

.jk-balance-bar em {
    position:absolute;
    top:50%;
    width:26px;
    height:26px;
    margin-left:-13px;
    border-radius:50%;
    background:#fff;
    border:5px solid #f97316;
    transform:translateY(-50%);
    box-shadow:0 4px 12px rgba(0,0,0,.18);
}

.jk-balance-comment {
    margin-top:24px;
    padding:18px;
    border-radius:18px;
    background:#fff7d6;
    color:#4b5563;
    text-align:center;
    line-height:1.6;
}

.jk-balance-comment b {
    color:#111827;
}

.jk-pattern-mini {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:12px;
    margin-top:18px;
}

.jk-pattern-mini div {
    padding:16px 10px;
    border-radius:18px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    text-align:center;
}

.jk-pattern-mini div.active {
    background:#facc15;
    border-color:#facc15;
}

.jk-pattern-mini b {
    display:block;
    font-size:24px;
    color:#111827;
}

.jk-pattern-mini span {
    display:block;
    margin-top:5px;
    font-size:13px;
    color:#4b5563;
    font-weight:700;
}

@media (max-width:768px) {
    .jk-odd-summary {
        grid-template-columns:1fr;
    }

    .jk-odd-chart-wrap {
        grid-template-columns:1fr;
    }

    .jk-odd-chart-box,
    .jk-odd-balance-box {
        padding:22px 15px;
        border-radius:22px;
    }

    #oddEvenChart {
        height:280px !important;
    }

    .jk-chart-title h3 {
        font-size:23px;
    }

    .jk-pattern-mini {
        grid-template-columns:1fr;
    }
}


/* ³¡¼ö ºÐ¼® ½Ã°¢ÀÚ·á */
.jk-last-visual {
    margin-bottom:35px;
}

.jk-last-summary {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
    margin-bottom:20px;
}

.jk-last-summary-card {
    padding:24px 20px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
    text-align:center;
}

.jk-last-summary-card span {
    display:block;
    margin-bottom:8px;
    font-size:14px;
    color:#f59e0b;
    font-weight:800;
}

.jk-last-summary-card strong {
    display:block;
    font-size:34px;
    color:#111827;
    line-height:1.1;
}

.jk-last-summary-card p {
    margin:8px 0 0;
    color:#6b7280;
    font-size:14px;
}

.jk-last-chart-wrap {
    display:grid;
    grid-template-columns:420px 1fr;
    gap:20px;
}

.jk-last-chart-box,
.jk-last-rank-box {
    background:#fff;
    border-radius:30px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.jk-chart-title {
    text-align:center;
    margin-bottom:25px;
}

.jk-chart-title h3 {
    margin:0 0 8px;
    font-size:28px;
    font-weight:800;
    color:#111827;
}

.jk-chart-title p {
    margin:0;
    color:#6b7280;
    line-height:1.5;
}

#lastDigitChart {
    height:330px !important;
}

.jk-last-rank-row {
    display:grid;
    grid-template-columns:52px 1fr 74px;
    gap:14px;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid #eef2f7;
}

.jk-last-rank-row:last-child {
    border-bottom:0;
}

.jk-last-rank-num {
    width:46px;
    height:46px;
    border-radius:50%;
    background:#facc15;
    color:#111827;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:21px;
    font-weight:900;
}

.jk-last-rank-top {
    display:flex;
    justify-content:space-between;
    margin-bottom:8px;
    font-size:14px;
}

.jk-last-rank-top strong {
    color:#111827;
}

.jk-last-rank-top span {
    color:#f59e0b;
    font-weight:800;
}

.jk-last-rank-bar {
    height:10px;
    border-radius:30px;
    background:#eef2f7;
    overflow:hidden;
}

.jk-last-rank-bar em {
    display:block;
    height:100%;
    border-radius:30px;
    background:#facc15;
}

.jk-last-rank-label {
    padding:7px 10px;
    border-radius:30px;
    font-size:13px;
    font-weight:800;
    text-align:center;
}

.jk-last-rank-label.hot {
    background:#facc15;
    color:#111827;
}

.jk-last-rank-label.normal {
    background:#fef3c7;
    color:#92400e;
}

.jk-last-rank-label.low {
    background:#e5e7eb;
    color:#374151;
}

@media (max-width:768px) {
    .jk-last-summary {
        grid-template-columns:1fr;
    }

    .jk-last-chart-wrap {
        grid-template-columns:1fr;
    }

    .jk-last-chart-box,
    .jk-last-rank-box {
        padding:22px 15px;
        border-radius:22px;
    }

    #lastDigitChart {
        height:280px !important;
    }

    .jk-chart-title h3 {
        font-size:23px;
    }

    .jk-last-rank-row {
        grid-template-columns:42px 1fr;
        gap:12px;
    }

    .jk-last-rank-label {
        grid-column:2;
        width:max-content;
    }

    .jk-last-rank-num {
        width:40px;
        height:40px;
        font-size:18px;
    }
}

/* ÃÖ±Ù Èå¸§ ½Ã°¢ÀÚ·á */
.jk-trend-visual {
    margin-bottom:35px;
}

.jk-trend-summary {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
    margin-bottom:20px;
}

.jk-trend-summary-card {
    padding:24px 20px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
    text-align:center;
}

.jk-trend-summary-card span {
    display:block;
    margin-bottom:8px;
    font-size:14px;
    color:#f59e0b;
    font-weight:800;
}

.jk-trend-summary-card strong {
    display:block;
    font-size:32px;
    color:#111827;
    line-height:1.1;
}

.jk-trend-summary-card p {
    margin:8px 0 0;
    color:#6b7280;
    font-size:14px;
}

.jk-trend-chart-box,
.jk-trend-flow-box {
    background:#fff;
    border-radius:30px;
    padding:35px;
    margin-bottom:22px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.jk-chart-title {
    text-align:center;
    margin-bottom:25px;
}

.jk-chart-title h3 {
    margin:0 0 8px;
    font-size:28px;
    font-weight:800;
    color:#111827;
}

.jk-chart-title p {
    margin:0;
    color:#6b7280;
    line-height:1.5;
}

#trendChart {
    height:390px !important;
}

.jk-trend-flow {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:14px;
}

.jk-trend-flow-item {
    position:relative;
    padding:22px 16px;
    border-radius:22px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    text-align:center;
}

.jk-trend-flow-item::before {
    content:"";
    position:absolute;
    top:34px;
    left:-15px;
    width:15px;
    height:2px;
    background:#facc15;
}

.jk-trend-flow-item:first-child::before {
    display:none;
}

.jk-trend-flow-date {
    margin-bottom:12px;
    font-size:13px;
    color:#6b7280;
    font-weight:700;
}

.jk-trend-flow-last {
    width:58px;
    height:58px;
    margin:0 auto 12px;
    border-radius:50%;
    background:#facc15;
    color:#111827;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:900;
}

.jk-trend-flow-item p {
    margin:0;
    font-size:14px;
    color:#374151;
    font-weight:700;
}

@media (max-width:768px) {
    .jk-trend-summary {
        grid-template-columns:1fr;
    }

    .jk-trend-chart-box,
    .jk-trend-flow-box {
        padding:22px 15px;
        border-radius:22px;
    }

    #trendChart {
        height:320px !important;
    }

    .jk-chart-title h3 {
        font-size:23px;
    }

    .jk-trend-flow {
        grid-template-columns:1fr;
    }

    .jk-trend-flow-item::before {
        display:none;
    }
}