 "/* ===================================================
&#128313; »ó´Ü ¹è³Ê ÀüÃ¼ ¿µ¿ª
=================================================== */
#cp_top_banner{
    width:100%;
    margin:0 auto;
    text-align:center;
    white-space:nowrap;
    font-weight:900;
    font-size:clamp(20px,2.8vw,40px);
    font-family:'Noto Sans KR',sans-serif !important;
    letter-spacing:-0.5px;
    padding:10px 0;
    background:#2a2a2a;
    border-bottom:1px solid #ddd;
    overflow:visible;
    /* ÀüÃ¼ ±ôºýÀÓ (ÇöÀç ¹Ì»ç¿ë) */
    /* animation: bannerFlash 2s infinite; */
}
/* ===================================================
&#128313; ÁÂ¿ì ÀÏ¹Ý ÅØ½ºÆ®
=================================================== */
#cp_top_banner .tb_left,
#cp_top_banner .tb_right{
    color:#e0e0e0;
}
/* ===================================================
&#128313; °¡¿îµ¥ °­Á¶ ÅØ½ºÆ®
=================================================== */
#cp_top_banner .tb_center{
    color:#222222;
    background:#ffcc00;
    padding:4px 12px;
    border-radius:6px;
    display:inline-block;
    margin:0 10px;
    animation:flashStrong 1s infinite;
}
/* ===================================================
&#128293; ±¤°íÇü ±ôºýÀÓ
=================================================== */
@keyframes flashStrong{
    0%{
        background:#ffcc00;
        color:#222222;
        transform:scale(1);
        box-shadow:0 0 0 rgba(255,204,0,0);
    }
    50%{
        background:#ffffff;
        color:#000000;
        transform:scale(1.08);
        box-shadow:0 0 12px rgba(255,204,0,0.9);
    }
    100%{
        background:#ffcc00;
        color:#222222;
        transform:scale(1);
        box-shadow:0 0 0 rgba(255,204,0,0);
    }
}
/* ===================================================
&#128293; ÀüÃ¼ ¹è³Ê ±ôºýÀÓ (¿É¼Ç)
=================================================== */
@keyframes bannerFlash{
    0%{background:#ffcc00;}
    50%{background:#ffcc00;}
    100%{background:#ffcc00;}
}


/* ===================================================
&#128313; Áß¾Ó ¹è³Ê ÀüÃ¼
=================================================== */
#center_banner{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    text-align:center;
    background:#0f3d2e;
    padding:30px 0;
    font-family:'Noto Sans KR',sans-serif !important;
}
/* ===================================================
&#128313; °øÅë ÅØ½ºÆ®
=================================================== */
#center_banner p{
    margin:0;
    font-weight:900;
    line-height:1.4;
}
/* ===================================================
&#128313; 1ÁÙ (Å« ÅØ½ºÆ®)
=================================================== */
#center_banner .cb_line1{
    font-size:clamp(28px,3.5vw,60px);
    animation:line1_show 2.8s infinite;
    animation-timing-function:ease-out;
}
/* ===================================================
&#128313; 2ÁÙ (¼­ºê ÅØ½ºÆ®)
=================================================== */
#center_banner .cb_line2{
    font-size:clamp(22px,3vw,60px);
    margin-top:8px;
    animation:line2_show 2.8s infinite;
    animation-timing-function:ease-out;
}
/* ===================================================
&#128313; ±âº» ÅØ½ºÆ®
=================================================== */
#center_banner .cb_normal{
    color:#ffffff;
}
/* ===================================================
&#128313; °­Á¶ »ö»ó
=================================================== */
#center_banner .cb_red{
    color:#ff3b3b;
}
#center_banner .cb_yellow{
    color:#ffe600;
}
#center_banner .cb_orange{
    color:#ff8c00;
}
/* ===================================================
&#128313; 1ÁÙ ¾Ö´Ï¸ÞÀÌ¼Ç
=================================================== */
@keyframes line1_show{
    0%{
        opacity:0;
        transform:translateY(12px);
    }
    20%{
        opacity:1;
        transform:translateY(0);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }
}
/* ===================================================
&#128313; 2ÁÙ ¾Ö´Ï¸ÞÀÌ¼Ç
=================================================== */
@keyframes line2_show{
    0%{
        opacity:0;
        transform:translateY(12px);
    }
    40%{
        opacity:0;
        transform:translateY(12px);
    }
    65%{
        opacity:1;
        transform:translateY(0);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }
}
/* ===================================================
   &#128313;ÇÏÀÌ¶óÀÌÆ® ¹è³Ê ÀüÃ¼
=================================================== */
/* ¹è³Ê ¿µ¿ª */
.highlight_banner{
    width:100%;
    max-width:1280px;
    margin:20px auto 0;
    background-color:#2b2b2b;
    text-align:center;
    padding:clamp(10px,2vw,20px);
    box-sizing:border-box;
}
/* °ñµå ¹ÝÂ¦ÀÌ´Â ÅØ½ºÆ® */
.highlight_text{
    font-family:'Pretendard',sans-serif;
    font-size:clamp(24px,4vw,48px);
    font-weight:900;
    display:inline-block;
    background-image:
        linear-gradient(45deg,rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 20%),
        linear-gradient(45deg,#d4af37,#ffd700,#ffecb3,#d4af37);
    background-size:200% 100%,300% 300%;
    background-repeat:no-repeat;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation:shine 1.2s infinite linear, blink 1.2s infinite alternate;
}
/* ¹ÝÂ¦ÀÓ */
@keyframes shine{
    0%{background-position:-200% 0,0% 50%;}
    50%{background-position:200% 0,100% 50%;}
    100%{background-position:-200% 0,0% 50%;}
}
/* ±ô¹ÚÀÓ */
@keyframes blink{
    0%{opacity:1;}
    50%{opacity:0.75;}
    100%{opacity:1;}
}
/* ===================================================
&#128313; ÇÏ´Ü ¹è³Ê ÀüÃ¼ ¿µ¿ª
&#10004; footer À§ À§Ä¡
&#10004; 3ºÐÇÒ ±¸Á¶
&#10004; 1280 ¹Ú½ºÇü
=================================================== */
#bottom_banner{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    display:flex;
    justify-content:center;
    gap:10px;
    padding:20px 40px;
    background:#ffffff;
}
/* ===================================================
&#128313; °¢ ¹Ú½º °øÅë ½ºÅ¸ÀÏ
=================================================== */
#bottom_banner .bb_item{
    flex:1;
    text-align:center;
    font-weight:900;
    font-size:clamp(20px,2.5vw,60px);
    font-family:'Noto Sans KR',sans-serif !important;
    padding:14px 0;
    border-radius:8px;
}
/* ===================================================
&#128313; »ö»ó ¼³Á¤
=================================================== */
#bottom_banner .bb_1{
    background:#51138a;
    color:#ffe600;
}
#bottom_banner .bb_2{
    background:#28ebbd;
    color:#7a1f2b;
}
#bottom_banner .bb_3{
    background:#1f4d3a;
    color:#ffffff;
}
/* ===================================================
&#128313; ¾Ö´Ï¸ÞÀÌ¼Ç °øÅë ¼³Á¤
=================================================== */
#bottom_banner .bb_1,
#bottom_banner .bb_2,
#bottom_banner .bb_3{
    animation-duration:5s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}
/* ===================================================
&#128313; 1¹ø ¾Ö´Ï¸ÞÀÌ¼Ç
=================================================== */
#bottom_banner .bb_1{
    animation-name:bb_step1;
}
@keyframes bb_step1{
    0%{opacity:0;}
    10%{opacity:1;}
    100%{opacity:1;}
}
/* ===================================================
&#128313; 2¹ø ¾Ö´Ï¸ÞÀÌ¼Ç
=================================================== */
#bottom_banner .bb_2{
    animation-name:bb_step2;
}
@keyframes bb_step2{
    0%{opacity:0;}
    25%{opacity:0;}
    35%{opacity:1;}
    100%{opacity:1;}
}
/* ===================================================
&#128313; 3¹ø ¾Ö´Ï¸ÞÀÌ¼Ç
=================================================== */
#bottom_banner .bb_3{
    animation-name:bb_step3;
}
@keyframes bb_step3{
    0%{opacity:0;}
    50%{opacity:0;}
    60%{opacity:1;}
    100%{opacity:1;}
}"