@charset "utf-8";

#header_pc .nt-container {background: none !important;}

.top-header {
    display: flex;
    justify-content: center;

}
#nt_lnb ul > li.event { padding: 0!important;}

a {
    color:#000 !important;
}

#nt_menu .me-a {
    color:#000 !important;
    font-weight: bold !important;
}
#nt_menu .me-a:hover{

    color: #0064ff !important;
}

.subject-text {

    font-family: Pretendard;
}


#nt_menu {
    -webkit-box-shadow: 0px 5px 5px -2px rgb(0 127 255) !important;
}


#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a {
    background: none !important;
}

a:hover {
    text-decoration: none!important;

}

#nt_body  {
    background-color: #f1f1f1 !important;
}

.widgetmaker
{
    background-color: #ffffff7a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}



#nt_lnb ul > li.header-search-wrap {padding:0;}
#nt_lnb ul > li.header-search-wrap .header-search {}
#nt_lnb ul > li.header-search-wrap .header-search input.form-control {width:160px; border:0; border-radius:5px; background:#e7e7e7; font-size:13px; padding:7px 33px 7px 10px;}
#nt_lnb ul > li.header-search-wrap .header-search button[type=submit] {position:absolute; top:0; right:3px; width:30px; height:30px; font-size:12px; z-index:3;}
#nt_lnb ul > li.header-search-wrap .header-search button[type=submit] i {color:#626266 !important;}


#nt_lnb ul > li { list-style: none;}


/* 회원가입 버튼 */
.button-join {
    background-color: #0095ff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-join:hover,
.button-join:focus {
    background-color: #07c;
}

.button-join:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-join:active {
    background-color: #0064bd;
    box-shadow: none;
}
#nt_lnb ul > li img.event-icon { height:30px;



}


/* 로그인 버튼 */
.button-login {
    background-color: #ffffff;
    border: 1px solid #0076ca;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #0076ca;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

body {
    font-family: pretend !important;
}

.button-login:active {
    background-color: #0064bd;
    box-shadow: none;
}

.button-login:hover,
.button-login:focus {
    background-color: #07c;
    color:#ffffff;
}


/* 내정보 버튼 */
.button-myinfo {
    background-color: #0172c1;
    border: 1px solid #0076ca;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}



.button-myinfo:active {
    background-color: #002950;
    box-shadow: none;
}

.button-myinfo:hover,
.button-myinfo:focus {
    background-color: #0096ff;
    color:#ffffff;
}




/* 이벤트 버튼 */
.button-event {
    --c: #fff;
    /* text color */
    background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #004dff;
    /* background color */
    color: #0000;
    border: none;
    transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
    text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
    outline-offset: .1em;
    transition: 0.3s;
}
.button-event:hover,
.button-event:focus-visible {
    --_p: 0%;
    --_i: 1;
}

.button-event:active {
    text-shadow: none;
    color: var(--c);
    box-shadow: inset 0 0 9e9q #0005;
    transition: 0s;
}

.button-event {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
    cursor: pointer;
    padding: .1em .3em;
}

/********************************************************
새글 + 새댓글 위젯
********************************************************/


.wg_head_tabs {display:flex; position:relative; border-bottom:1px solid #eaebed; align-items:center;}
.wg_head_tab {position:relative; flex-grow:1; padding:10px 0; text-align:center; cursor:pointer; font-size:17px; font-weight:bold;}
.wg_head_tab.active {color:#db3232;}
.wg_head_tab.active:after {content:''; position:absolute; bottom:-1px; left:50%; transform:translateX(-50%); width:100%; height:4px; background:#db3232; max-width:90px;}
#wg_latest_wr_n_cmt .wg_head_tab.active:after {max-width:70px;}



ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 18px;
    transition: 0.3s;
    font-weight: 700;
}

.tab button:hover {
    background-color: #ddd;
    color: #5a79ff;
}



.tab button.active {
    color: #5a79ff;
}

.tabcontent, .tabcontent2 {
    display: none;
    padding: 0 10px;
}
.tabcontent.active, .tabcontent2.active {
    display: block;
    padding: 0 10px;
}



/* 새글 위젯 게시판명 */
.na-subjects {
    font-family: Pretendard;
    font-size: 0.9em !important;
    color: #5a79ff !important;
    font-weight: 600;

}

.na-subjects-title {

    line-height: 0.7;
}



.bg_gray_boxshadow_slope {position:relative;
    box-shadow:5px 5px 8px rgba(0, 0, 0, 0.25), -3px -3px 6px #fff;
    -webkit-box-shadow:5px 5px 8px rgba(0, 0, 0, 0.25), -3px -3px 6px #0000000a;
    -moz-box-shadow:5px 5px 8px rgba(0, 0, 0, 0.25), -3px -3px 6px #fff;
    background:#f7f8fa; overflow:hidden; border-radius:10px; margin-bottom:30px;}

.bg_gray_boxshadow_slope img {max-width:100%;}

#row-area-side .bg_gray_boxshadow_slope:last-child {margin-bottom:0 !important;}

.bg_gray_boxshadow_half {position:relative; box-shadow:5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 10%);


    background:#fff; overflow:hidden; border-radius:10px;}

#row-area-side {-ms-flex:0 0 26.6%; flex:0 0 26.6%; max-width:26.6%;}
#row-area-content {-ms-flex:0 0 73.4%; flex:0 0 73.4%; max-width:73.4%;}
@media (max-width: 767px) {
    #row-area-side,
    #row-area-content {-ms-flex:unset; flex:unset; max-width:unset;}
}


/* 이벤트 위젯 */
.widget-top-event {background: #0076ca; color:#fff; font-weight:bold; text-align:center; padding:6px 0;}
.widget-top-event-icon img {display:inline-block; vertical-align:top;}
.widget-top-event-dc {color: #dc0000;}


@media (min-width: 768px) {
    .col-md-4 {

        max-width: 32% !important;
    }
}


/* 메인 페이지 배너 아이콘 */
.main-banner-title {
    display: flex;
    align-items: stretch; /* 중요: 자식 요소 높이를 부모에 맞춤 */
    gap: 5px;
    padding: 10px 0;
    min-height: 60px; /* 필요 시 강제 높이 설정 */
}

.main-banner-title img {
    height: 100%;         /* 부모 div의 높이에 맞게 */
    width: auto;          /* 비율 유지하면서 가로 자동 */
    object-fit: contain;  /* 잘리지 않게 비율 맞춤 */
    display: block;
}

/* 텍스트 묶음 (두 줄) */
.main-banner-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 큰 제목 */
.main-banner-title-text {
    color: #9c0000;
    font-size: 33px;
    font-family: 'egro';
    font-weight: 500;
    line-height: 1;
}
.main-banner-title-text-point {

    color:#e98500;
    font-size: 33px;
    font-family: 'egro';
    font-weight: 500;
    line-height: 1;

}

.main-banner-title-text-check {

    color:#000;
    font-size: 33px;
    font-family: 'egro';
    font-weight: 500;
    line-height: 1;

}
/* 부제목 */
.main-banner-text {
    color: #000000;
    font-family: neon;
    font-size: 12px;
}

/* 메인 배너 h2 타이틀 */
.main-banner-tt {
    display: flex;
    align-items: center; /* 세로 중앙 정렬 */
    gap: 10px;            /* 이미지와 텍스트 사이 여백 */
    padding: 40px 0 2px 0;
    justify-content: center;
}

.main-banner-icon {

    object-fit: contain;
    display: block;
}

.main-banner-title-text-h2 {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    margin: 0;
}


/* 메인 페이지 보증 타이틀  */
h2 {

    text-align: center;


    &.retroshadow {
        color: #000000;

        letter-spacing: .05em;
        text-shadow:
                4px 4px 0px #d5d5d5,
                7px 7px 0px rgba(0, 0, 0, 0.2);
    }

}


/* 메인 페이지 광고 배너  */

.coo-4 {

    flex: 0 0 33.333333%;
    max-width: 33.333333%;

    position: relative;
    width: 100%;
    padding:2px;

}

.row-banner {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}


/* tail 문의하기 버튼  */




                                                     /* CSS */
                                                 .askqa {
                                                     background-color: #0095ff;
                                                     border: 1px solid transparent;
                                                     border-radius: 3px;
                                                     box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
                                                     box-sizing: border-box;
                                                     color: #fff;
                                                     cursor: pointer;
                                                     display: inline-block;
                                                     font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
                                                     font-size: 13px;
                                                     font-weight: 400;
                                                     line-height: 1.15385;
                                                     margin: 0;
                                                     outline: none;
                                                     padding: 8px .8em;
                                                     position: relative;
                                                     text-align: center;
                                                     text-decoration: none;
                                                     user-select: none;
                                                     -webkit-user-select: none;
                                                     touch-action: manipulation;
                                                     vertical-align: baseline;
                                                     white-space: nowrap;
                                                 }




.askqa:hover,
.askqa:focus {
    background-color: #07c;
}

.askqa:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.askqa:active {
    background-color: #0064bd;
    box-shadow: none;
}


/* Tail PC/모바일 버전  */





                                                 .pcmob {
                                                     background-color: #e1ecf4;
                                                     border-radius: 3px;
                                                     border: 1px solid #7aa7c7;
                                                     box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
                                                     box-sizing: border-box;
                                                     color: #39739d;
                                                     cursor: pointer;
                                                     display: inline-block;
                                                     font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
                                                     font-size: 13px;
                                                     font-weight: 400;
                                                     line-height: 1.15385;
                                                     margin: 0;
                                                     outline: none;
                                                     padding: 8px .8em;
                                                     position: relative;
                                                     text-align: center;
                                                     text-decoration: none;
                                                     user-select: none;
                                                     -webkit-user-select: none;
                                                     touch-action: manipulation;
                                                     vertical-align: baseline;
                                                     white-space: nowrap;
                                                 }

.pcmob:hover,
.pcmob:focus {
    background-color: #b3d3ea;
    color: #2c5777;
}

.pcmob:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.pcmob:active {
    background-color: #a0c7e4;
    box-shadow: none;
    color: #2c5777;
}

/* 메인 페이지 공지/이벤트 글  */
.na-title-no-ev {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    font-weight: 600;

}


.na-title-no-ev .na-subject {
    max-width: 100%;
    min-width: 0;
}

.na-title-no-ev .na-subject .subject-text {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}


/* 윙 이미지  */
.wing-img {
    border-radius: 10px;
}

.muk-site-item {
    word-break: break-all;

}

.muk-site-subject {
display: inline-block;
word-break: break-all;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
vertical-align: top;
    max-width :70%;
}

.content-mukt-subject{
    position: relative;
    z-index: 2;

    border: 8px solid #2e31d1;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    padding: 7px 25px;
    background: #f1f1f1;
    color: #3b35ec;
    font-weight: 800;
    margin-bottom: 50px;
    margin-top: 35px;
}


@media (min-width: 768px) {
    .content-in-post>* {

        flex: 0 0 31.9%;
        max-width: 31.9%;
    }
}

.coo-5 {

    position: relative;
    width: 100%;
    padding: 2px;
    margin: 5px;

}

.mukti-site-col-subject {

    background-color:#f9f9f9;
    text-align: center;"
}


.pick-table {
    border: 3px solid #007bff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.2);
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.pick-table th {
    background: linear-gradient(135deg, #007bff, #3399ff);
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    padding: 20px 16px;
    width: 30%;
    white-space: nowrap;
}

.pick-table td {
    background-color: #e9f4ff;
    color: #003366;
    font-size: 2.5rem;
    padding: 20px 16px;
}

.pick-table th,
.pick-table td {
    border: none !important;
    word-break: break-word;
}

.category-wrap {
    display: flex;
    align-items: stretch;
    border: 2px solid #007bff;
    border-radius: 6px;
    background-color: #f8f9fa;
    overflow: hidden;
    font-size: 15px;
}

.category-label {
    background-color: #007bff;
    color: white;
    font-weight: bold;

    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
}

.category-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 0;
    list-style: none;
    background-color: #fff;
    flex-grow: 1;
}

.category-tabs li {
    margin: 0 8px;
}

.category-tabs .nav-link {
    display: inline-block;
    padding: 14px 8px 12px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all 0.2s;
}

.category-tabs .nav-link:hover {
    color: #007bff;
}

.category-tabs .nav-link.active {
    color: #007bff;
    font-weight: 600;
}

.category-tabs .nav-link.active::after {
    content: "";
    display: block;
    margin: 6px auto 0;
    width: 60%;
    height: 3px;
    background-color: #007bff;
    border-radius: 2px;
}


.top-banner-3 {

    display: block;
}


.top-banner-3 ul {/* display:block; */}
.top-banner-3 ul::after {content:''; display:block; clear:both;}
.top-banner-3 ul li {float:left;width:calc((100% - 12px) / 3);margin-left:6px;margin-top:6px;}
.top-banner-3 ul li:nth-child(1),
.top-banner-3 ul li:nth-child(2),
.top-banner-3 ul li:nth-child(3) {margin-top:0 !important;}
.top-banner-3 ul li:nth-child(3n+1) {margin-left:0;}
.top-banner-3 ul li img {width:100%;}

@media (max-width: 768px) {
    .top-banner-3 ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 0;
        margin: 0 6px;
    }

    .top-banner-3 ul li {
        width: calc((100% - 6px) / 2);
        margin: 0; /* margin 초기화 */
        float: none; /* float 제거 */
    }

    .top-banner-3 ul li img {
        width: 100%;
    }

    .top-banner-3 {

        margin-top: 5px ;
    }

}


#main-content-wrap
{

    flex: 0 0 73.4%;
    max-width: 73.4%;
}





#bo_cate {margin:25px 0}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #d6e9ff;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;border:1px solid #3a8afd;
    -webkit-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
    -moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
    box-shadow:inset 0 2px 5px rgb(33, 135, 202)}
.td_subject img {margin-left:5px}


.status-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    z-index: 10;
    opacity: 0.95;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.thumbnail-overlay::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
    border-radius: 0.25rem;
}

.event-period{
    display: block;
    text-align: center;
    font-weight: 500;

    font-size: 0.9rem;
    color: #dc0000;


}

.sly-tab .d-flex { border-left:none !important; }

.event-subject {
    text-align: center;
    font-size: 2rem;
    font-family: egro;
    font-weight: 500;
    color: #2e31d1;

}


.status-badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.site-info-card .card {
    display: flex !important;
    flex-direction: row!important;
    align-items: stretch!important; /* 높이 꽉차게 */
    border-radius: 1rem !important;
}

.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.logo-box img {
    max-height: 250px;
    max-width: 100%;
    object-fit: contain;
}

.info-box {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
}

.info-box table {
    margin: 0;
    border-collapse: collapse;
    height: 250px;
    width: 100%;

}

.info-box th,
.info-box td {
    padding: 0.5rem 0.75rem;
    vertical-align: middle !important;
    height: 1px;
    line-height: 1.4;
}

.total-won {

    font-size: 1.6rem;
    color: #008fec;
    font-weight: 700;
    font-family: pretend;

}

.btn-kongmoney-write {
    display: inline-block;
    background: linear-gradient(135deg, #007bff, #bfdcff);
    color: #000000 !important;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
    font-size: 15px;
    border: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin-bottom: 8px;
}

.btn-kongmoney-write:hover {
    background: linear-gradient(135deg, #0056b3, #0074ff);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.3);
}


.thumbnail-title-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 123, 255, 0.95); /* 블루톤 배경 */
    color: white !important;
    font-weight: bold;
    text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.ranking-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}


.attend-card {
    background-color: #f4f9ff;

    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.1);
}

.attend-card .form-control {
    border-radius: 0.75rem;
    font-size: 1rem;
    padding: 1rem;
    border: 1px solid #d0e3ff;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

.attend-card .form-control:focus {
    border-color: #3399ff;
    box-shadow: 0 0 6px rgba(51, 153, 255, 0.4);
}

.attend-card .btn-primary {
    background-color: #3399ff;
    border-color: #3399ff;
    font-weight: 600;
    border-radius: 0.75rem;
    box-shadow: 0 4px 8px rgba(51, 153, 255, 0.3);
}

.attend-card .btn-primary:hover {
    background-color: #237dd9;
    border-color: #237dd9;}

.attend-card textarea {
    resize: none;
}

.attend-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Noto Sans KR', sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background-color: #1b2230;
}

.attend-table thead {
    background: linear-gradient(to right, #1a2980, #26d0ce);
    color: white;
    font-size: 15px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.attend-table th,
.attend-table td {
    padding: 14px 10px;
    border: 1px solid rgba(255,255,255,0.05);
    vertical-align: middle;
}

.attend-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.attend-table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}

/* 랭킹 색상 */
.attend-table .rank1 {
    color: #ffd700;
    font-weight: bold;
}
.attend-table .rank2 {
    color: #c0c0c0;
    font-weight: bold;
}
.attend-table .rank3 {
    color: #cd7f32;
    font-weight: bold;
}

/* 랭킹 표시 span */
.attend-table td span.wr_ranking {
    display: inline-block;
    min-width: 40px;
    font-size: 15px;
}

/* 기본 텍스트 색상 */
.attend-table td {
    color: #000000;
    font-size: 14px;
}

/* 출석인사(4번째 열) 강조 */
.attend-table td:nth-child(4) {
    color: #000000;
    font-weight: 400;
}

/* 출석 버튼 */
.btn-attend {
    background: linear-gradient(to right, #1a73e8, #00c6ff);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    padding: 8px 16px;
    transition: none;
}



.table-hover tbody tr:hover {
    background-color: inherit !important;
}

.rank-icon {
    width: 30px;
    height: auto;
    vertical-align: middle;
}

.button-event {
    color: #ffffff !important;
}


.point-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
    background-color: #f9fbfe;
    border: 1px solid #ccc;
}

.point-table thead {
    background-color: #245eaf;
    color: white;
}

.point-table th,
.point-table td {
    padding: 12px 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.point-table .negative {
    color: #d32f2f;
    font-weight: bold;
}

.point-table .zero {
    color: #999;
}

.point-table .highlight {
    background-color: #e3f2fd;
    font-weight: bold;
}

.table-title {
    font-size: 20px;
    font-weight: bold;
    color: #245eaf;
    margin-bottom: 10px;
    text-align: center;
}


.point-wrap {
    background: #f1f8ff;
    border-left: 6px solid #1e4ea1;
    padding: 25px 30px;
    border-radius: 12px;
    color: #1a202c;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

.point-wrap h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e4ea1;
    margin-bottom: 15px;
}

.point-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.point-num {
    min-width: 26px;
    height: 26px;
    background: #1e4ea1;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    flex-shrink: 0;
}

.point-text {
    font-size: 14.5px;
    line-height: 1.8;
}

.badge-p {
    background: #e2ecff;
    color: #1e4ea1;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 2px;
    font-size: 13px;
}

.badge-w {
    background: #e2ecff;
    color: #b51212;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 2px;
    font-size: 13px;
}


.point-rank {
    font-weight: bold;
    color: #000000; /* 기본 파란색 */
}

.point-rank.rank-1 {
    color: #f39c12; /* 금색 */
}

.point-rank.rank-2 {
    color: #c0c0c0; /* 은색 */
}

.point-rank.rank-3 {
    color: #cd7f32; /* 동색 */
}


.attendance-header {
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 20px;
}

.attendance-header h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.attendance-header .site-name {
    color: #000;
}

.attendance-header .highlight {
    color: #002aff;
}

.attendance-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    margin-bottom: 10px;
}

.time-info {
    color: #333;
}

.time-info strong {

    font-weight: 700;
}

.attendance-buttons a {
    display: inline-block;
    background: #fff;
    border: 2px solid #2c82ff;
    border-radius: 8px;
    padding: 6px 14px;
    margin-left: 8px;
    font-size: 14px;
    color: #2c82ff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.attendance-buttons a:hover {
    background-color: #2c82ff;
    color: #fff;
}

.now-time {
    font-size: 40px;
    color: #2c82ff;
    font-weight: 700;
}

.now-letter {
    font-size: 25px;
    color: #000000;


}

.bottom-line {
    border: 0;
    border-top: 2px solid #2c82ff;
    display: block;
}



@media (max-width: 767px) {
    #m_logo {
        max-width: 180px;
    }

    h3 {
        margin-bottom: 0 !important;
    }
}


@media (max-width: 767px) {
    .responsive #carousel_mjcnbadsrfeioqkpthlug .img-wrap {
        padding-bottom: 25% !important;

    }
}

.mobile-top-menu {
    display: flex;
    align-items: center;
    background-color: #2e31d1;
    color: #fff;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 2px solid #2e31d1;
}

.fixed-item {
    flex: 0 0 auto;
    padding: 0 16px;
    white-space: nowrap;
    color:  #fff;
}

.scroll-menu {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: center;
}

.menu-item {
    flex: 0 0 auto;
    padding: 0 16px;
    white-space: nowrap;
    color: #fff !important;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
}

/* 첫 메뉴 제외하고 왼쪽 구분선 추가 */
.menu-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: rgba(255,255,255,0.3); /* 희미한 흰색 선 */
}

/* a태그 스타일 초기화 */
.menu-item a {
    color: #fff !important;
    text-decoration: none;
}



.mobile-icon-menu::-webkit-scrollbar {
    display: none;
}

.mobile-icon-menu {
    gap: 7px;
    padding: 16px 5px;

    overflow-x: auto;

    scrollbar-width: none;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.mobile-icon-menu::-webkit-scrollbar {
    display: none;
}

.icon-item {
    flex: 0 0 auto;
    background: #fff;
    border-radius: 20px;
    width: 70px;
    height: 90px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 2px solid transparent;
    text-align: center;
}


.icon-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.icon-item:hover {
    transform: translateY(-4px);
    border-color: #3399ff;
    box-shadow: 0 6px 16px rgba(0, 128, 255, 0.2);
}

.icon-item img {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;


}

.icon-item:hover img {
    filter: none;
}

.icon-item span {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

@media (max-width: 767px) {
    .main-banner-icon {

        max-width: 80px;
    }


    h2 {
        &.retroshadow {
            color: #000000;
            letter-spacing: 0em;
            text-shadow: 2px 2px 0px #d5d5d5, 3px 3px 0px rgba(0, 0, 0, 0.2);
        }
    }

    .main-banner-title-text-h2 {
        font-size: 21px;

    }

    .col-6 {

        padding: 1.5px !important;
    }
    .tab button {
        padding: 5px !important;
    }

    .main-banner-tt {


        padding: 0 5px;

    }

    .m-body-side {

        padding-left:1.5rem !important;
        padding-right: 1.5rem !important;
    }


}


.row-banner-m {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;



}
.coo-2 {
max-width: 49%;
position: relative;
width: 100%;
padding: 2px;

}


.mobile-nav {
    display: flex;
    align-items: center;
    padding: 5px 12px;
    background: #f9f9fc;
    border-bottom: 1px solid #e0e0f0;
}

.main-category {
    flex-shrink: 0;
    font-weight: bold;
    color: #0d47a1; /* 블루 톤 */
    margin-right: 10px;
    white-space: nowrap;
    font-size: 20px;
    border: 1px solid #2e31d1;
    border-radius: 10px;
    padding: 3px;
}

.sub-category-wrap {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 4px;
}

.sub-category {
    position: relative;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
    padding-bottom: 4px;
    transition: color 0.2s;
}

.sub-category:hover {
    color: #1976d2;
}

.sub-category.active {
    color: #1976d2;
    font-weight: 600;
}

.sub-category.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1976d2;
    border-radius: 1px;
}

.bo-v-info-box {
    background: #f8fbff;
    border: 1px solid #cce5ff;
    border-radius: 6px;
    padding: 10px 16px;
    margin-bottom: 20px;
    font-size: 14px;
}

.bo-v-info-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bo-v-info-box li {
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #004085;
}

.bo-v-info-box li i {
    color: #007bff;
    margin-right: 5px;
}

.bo-v-info-box .info-right {
    margin-left: auto;
    display: flex;
    gap: 10px;
}

.bo-v-info-box .info-right li {
    margin-right: 0;
}

@media (max-width: 767px) {
    .main-banner-title-text-h2 {
        font-size: 18px !important;
    }
}






.page-head {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 2px solid #f1f1f1;
    border-radius: 20px;
    margin-bottom: 15px;
}

.page-head img {
    width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 767px) {
    .page-head {

        padding: 0 15px 0 15px;
        margin-bottom: 0;
    }


}


.tm-wrapper {

    margin: 0 auto;
    background: #9f9f9f;
    padding: 40px 30px;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    line-height: 1.8;
}

.tm-header {
    text-align: center;
    margin-bottom: 30px;
}

.tm-trophy {
    max-width: 140px;
    display: block;
    margin: 0 auto;
}

.tm-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0052a1;
    text-align: center;
}

.tm-badge {
    text-align: center;
    font-size: 18px;
    background: #515151;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 25px;
    color: #ffffff;
    display: block;
}

.tm-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #2e31d1;
}

.tm-highlight-blue {
    color: #ffffff;
}

.tm-paragraph {
    font-size: 16px;
    color: #000000;
    margin-bottom: 18px;
    text-align: center;
}

.tm-bottom-cta {
    text-align: center;
    background: #0044cc;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
}

.tm-hero {
    display: flex;
    align-items: center;
    gap: 20px;

    flex-wrap: wrap;
}

@media (max-width: 767px) {

    .tm-hero {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: row;
        flex-wrap: unset;
    }

}


.tm-hero-img {
    width: 200px;
    height: auto;
    flex-shrink: 0;
}

.tm-hero-text {
    flex: 1;
    min-width: 240px;
}

@media (max-width: 767px) {

    .tm-hero-img {
        width: 100px;

    }

    .tm-hero-text {

        min-width: auto;
    }

    .tm-title {
        margin-top: 0;
        font-size: 16px;


        text-align: left;
    }

    .tm-badge {

        font-size: 15px;
    }

    .tm-subtitle {
        font-size: 15px;
    }
    .tm-paragraph {
        font-size: 15px;
    }

    .tm-badge2 {
        max-width: 100%!important;

    }

}




.site-check-wrapper {
    background: #f5fefe;
    border-radius: 0 0 12px 12px;
    padding: 30px 25px;
    color: #333;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.site-check-title {
    font-size: 20px;
    font-weight: 700;
    color: #0043bf;
    margin-bottom: 20px;
}

.site-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.site-check-list li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.circle-num {
    background: #002aff;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    font-size: 13px;
}

.site-check-footer {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    text-align: center;
}

.tm-badge2 {
max-width: 50%;
    font-size: 18px;
    position: relative;
    background: rgb(159 159 159);
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 25px;
    color: #000000;
    text-align: left;

}

.tm-badge3 {
    max-width: 50%;
    font-size: 18px;
    position: relative;
    background: rgb(255, 208, 208);
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 25px;
    color: #000000;
    text-align: left;

}

.main-banner-title-text-h3 {
    font-size: 27px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 30px;
}

.main-banner-title-text-h3-2 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 30px;
}

@media (max-width: 767px) {

    .main-banner-title-text-h3 {

        font-size: 17px;
        margin-bottom: 20px !important;
    }

    .main-banner-title-text-h3-2 {
        font-size: 17px;
        text-align: center;
    }
    .down-info {

        padding: 0 15px;
    }

    .brand-img img {
        max-width: 30% !important;
    }

    .brand-header h2 {
        font-size: 17px !important;
    }

    .major-safe-desc {
        font-size: 16px !important;
    }

    .major-safe-list li {
        font-size: 15px !important;
    }

}

@media (max-width: 767px) {
    .all-info {
        padding: 0 10px;
    }
}


.site-check-wrapper.has-bg {


    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
    padding: 40px 25px;
    border-radius: 0 0 12px 12px;
    color: #333;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    overflow: hidden;
}

.site-check-wrapper.has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.85); /* 글자 가독성용 반투명 흰색 필터 */
    z-index: 1;
}

.site-check-wrapper.has-bg > * {
    position: relative;
    z-index: 2;
}

.tm-hero-img2 {
    width: 100px;
    height: auto;
    flex-shrink: 0;
}


.totoinfo-box {
    background: #ffd0d0;
    padding: 10px 25px;
    border-radius: 12px 12px 0 0;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    color: #333;
    line-height: 1.8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.totoinfo-text p {
    margin-bottom: 15px;
    font-size: 15px;
    background-color: #eaff4bb0;
}

.totoinfo-title {
    font-size: 17px;
    font-weight: 700;
    color: #004fc3;
    margin: 25px 0 15px;
    background-color: #eaff4bb0;
}

.totoinfo-answer p {
    font-size: 15px;
    margin-bottom: 12px;
    background-color: #eaff4bb0;
}

.totoinfo-answer strong {
    color: #111;
}

.em {
    color: #0076ca;
    font-weight: 600;
}


.money-alert-box {
    background: #ffe400;
    border-radius: 12px 12px 0 0 ;
    padding: 10px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    color: #111;
    position: relative;
    overflow: hidden;
}



.money-alert-text {
    flex: 1 1 60%;
    font-size: 15px;
    line-height: 1.8;
}

.money-alert-text p {
    margin-bottom: 12px;
}

.money-alert-img {
    flex: 1 1 35%;
    text-align: right;
}

.money-alert-img img {

    height: auto;
    max-width: 100%;
}

.em2 {
    color: #d40000;
    font-weight: 600;
}


.safe-money-box {
    background: #fff7df;
    border-radius: 0 0 12px 12px;
    padding: 30px 25px;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    color: #333;
    line-height: 1.7;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.safe-money-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #d47f00;
}

.safe-money-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.safe-money-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 14px;
    font-size: 15px;
}

.safe-money-list .num {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff9800;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.safe-money-footer {
    background: #fff3cb;
    border-radius: 8px;
    padding: 20px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    text-align: center;
}

.safe-money-footer strong {
    color: #d47f00;
}

.tm-badge4 {
    max-width: 50%;
    font-size: 18px;
    position: relative;
    background: #ffe400;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 25px;
    color: #000000;
    text-align: left;

}

.trust-wrap {
    position: relative;
    background: #f8f8f8;
    padding: 10px 30px;
    border-radius: 12px;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    color: #333;
    line-height: 1.7;
    overflow: hidden;
}


.trust-wrap p {

    font-size: 15px;
}

.highlight-trust {
    font-weight: 700;
    color: #0096ff;
}

.trust-section {
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.trust-green {
    background: #e9f8ef;
    border-left: 5px solid #27ae60;
}

.trust-red {
    background: #fff1f0;
    border-left: 5px solid #e53935;
}

.trust-section-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trust-list li {
    padding-left: 38px;
    position: relative;
    margin-bottom: 12px;
    font-size: 14px;
}

.trust-list .num {
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.trust-green .num {
    background: #27ae60;
}

.trust-red .num {
    background: #e53935;
}

.trust-bottom {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    text-align: center;
}

.trust-image {
    position: absolute;
    right: 0;
    top: 130px;
    pointer-events: none;
}

.trust-image img {
    width: 100%;
    height: auto;
    display: block;
}

.trust-badge {
    max-width: 50%;
    font-size: 18px;
    position: relative;
    background: #007714;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 25px;
    color: #000000;
    text-align: left;

}

.trust-badge2 {
    max-width: 50%;
    font-size: 18px;
    position: relative;
    background: #ff4c4c;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 25px;
    color: #000000;
    text-align: left;

}


.major-box {
    background: linear-gradient(145deg, #1c1433, #100b1e);
    border-radius: 12px 12px 0 0;
    padding: 35px 25px;
    color: #eee;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.major-text  {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
    background-color: #00000091;
}

.major-text strong {
    color: #ffc107;
    font-weight: 600;
}

.major-question {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 25px;
}


.ranking-info-box {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    color: #333;
    background: #f8f8f8;
    padding: 10px 30px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.section1 {
    margin-bottom: 20px;
    padding: 20px 25px;
    border-radius: 10px;
}

.section-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.trust-warn {
    background: #a24be8;
}

.trust-safe {
    background: #f64291;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 14px;
    font-size: 14.5px;
    line-height: 1.6;
    color: #fff;
}

.num1 {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    color: #a24be8;
    font-weight: 700;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.trust-safe .num {
    color: #f64291;
}

.tm-badge5 {
    max-width: 50%;
    font-size: 18px;
    position: relative;
    background: #55009a;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 25px;
    color: #ffffff;
    text-align: left;

}

.tm-badge6 {
    max-width: 50%;
    font-size: 18px;
    position: relative;
    background: #8c003f;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 25px;
    color: #ffffff;
    text-align: left;

}


.safety-banner {
    background: linear-gradient(135deg, #1c1f9c, #2a2dbe);
    color: #fff;
    padding: 40px 25px;
    border-radius: 15px 15px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}



.safety-text-wrap {
    position: relative;
    z-index: 1;
    background-color: #ffffff7a;
}

.safety-banner p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}

.safety-highlight {
    font-size: 18px !important;
    color: #630000 !important;
    font-weight: 700 !important;
    margin-top: 16px;
    line-height: 1.6;
}

.white1 {
    color: #002aff;
    font-weight: 800;
}


.safe-zone-wrap {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 0 0 12px 12px;
}

.section-box {
    margin-bottom: 40px;
    padding: 25px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.section-blue {
    border-left: 8px solid #1f3dc9;
}

.section-purple {
    border-left: 8px solid #a425c8;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.check-list .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #4b4ce4;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-purple .check-list .num {
    background: #cc2dc8;
}

.section-desc {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    text-align: center;
}



.commu-banner {
    background: linear-gradient(135deg, #1c1f9c, #2a2dbe);
    color: #fff;
    padding: 30px 25px;
    border-radius: 15px 15px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}



.commu-text-wrap {
    position: relative;
    z-index: 1;
    background-color: #000000a8;
}

.commu-banner p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
}

.commu-highlight {
    font-size: 18px !important;
    color: #21e500 !important;
    font-weight: 700 !important;
    margin-top: 16px;
    line-height: 1.6;
}

.white2 {
    color: #96a7ff;
    font-weight: 800;
}


.commu-wrapper {
    background: #f9fbff;

    border-radius: 0 0 15px 15px;
    padding: 40px 25px;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    color: #222;
    box-shadow: 0 8px 16px rgba(0, 80, 200, 0.08);

    margin: 0 auto;
}

.commu-box {
    margin-bottom: 35px;
}

.commu-title {
    font-size: 20px;
    font-weight: 800;
    color: #1450ff;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #d8e6ff;
    padding-bottom: 12px;
}

.commu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.commu-list li {
    font-size: 16px;
    line-height: 1.8;
    padding: 12px 0;
    border-bottom: 1px dashed #d5e7ff;
    padding-left: 38px;
    position: relative;
    color: #333;
}

.commu-list .num {
    position: absolute;
    left: 0;
    top: 10px;
    background: #1450ff;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 20px;
    font-family: 'Arial', sans-serif;
}

.commu-footer {
    background: #eaf1ff;
    padding: 25px 20px;
    border-radius: 12px;
    color: #1a1a1a;
    text-align: center;
}

.commu-footer p {
    font-size: 15.5px;
    line-height: 1.9;
    margin: 0;
}

.commu-footer strong {
    color: #0033cc;
    font-weight: 700;
}

.commu-highlight2 {
    display: inline-block;
    margin-top: 15px;
    font-weight: 800 !important;
    color: #ffee00 !important;
    font-size: 16px !important;
}

.commu-highlight3 {

    font-weight: 800 !important;
    color: #710000 !important;
    font-size: 16px !important;
}



.casino-banner {
    background: linear-gradient(135deg, #1c1f9c, #2a2dbe);
    color: #fff;
    padding: 30px 25px;
    border-radius: 15px 15px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}



.casino-text-wrap {
    position: relative;
    z-index: 1;
    background-color: #000000a8;
}

.casino-banner p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
}

.casino-highlight {
    font-size: 18px !important;
    color: #21e500 !important;
    font-weight: 700 !important;
    margin-top: 16px;
    line-height: 1.6;
}

.white3 {
    color: #ff007f;
    font-weight: 800;
}


.casino-safe-wrap {
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: 'Pretendard', sans-serif;
    color: #333;
    line-height: 1.8;
}

.casino-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #6328ff;
    margin-bottom: 20px;
    background: #efefff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
}

.casino-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.casino-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 1rem;
}

.casino-list .c-num {
    position: absolute;
    left: 0;
    top: 0;
    background: #6328ff;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    font-size: 0.85rem;
}

.casino-bottom {
    background: #faeaff;
    padding: 25px 20px;
    border-radius: 12px;
    color: #1a1a1a;
    text-align: center;
}

.casino-bottom .highlight {
    color: #ff5f5f;
    font-weight: bold;
}

.hr-blue {
    display: block !important;
    border: 0;
    height: 3px;
    background: linear-gradient(to right, #0056cc, #4da6ff, #0056cc);
    border-radius: 6px;
    margin: 30px auto;
    width: 80%;
}



@media (max-width: 767px) {

    .site-check-list {
        margin: 25px 0 25px 0;
    }

    .site-check-footer {
        font-size: 15px;
    }

    .tm-badge3 {
        max-width: 100%;
        font-size: 16px;
    }
    .tm-badge4 {
        max-width: 100%;
        font-size: 16px;
    }
    .safe-money-footer {
        font-size: 15px;
    }
    .trust-badge {
        max-width: 100%;
        font-size: 16px;
    }
    .trust-image {
        top: 30%;
    }
    .trust-badge2 {
        max-width: 100%;
        font-size: 16px;
    }
    .trust-list li {
        font-size: 15px;
    }
    .tm-badge5 {
        max-width: 100%;
    }
    .tm-badge6 {
        max-width: 100%;
    }
    .info-list li {
        font-size: 15px;
    }
    .trust-bottom {
        font-size: 15px;
    }
    .section-desc {
        font-size: 15px;
    }

    .casino-safe-wrap {
        margin-bottom: 20px;
    }

    .widget-top-event {
        font-size: 18px;
    }
}


.safe-site-banner {
    border-radius: 12px 12px 0 0 ;
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    color: #fff;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.safe-site-textbox {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 25px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.8;
}

.safe-site-textbox .safe-strong {
    color: #00cfff;
    font-weight: 700;
}

.safe-site-highlight {
    margin-top: 20px;
    font-size: 16px;
    color: #ffeb3b;
    font-weight: 600;
    line-height: 1.6;
}

.safe-site-guide {
    background: #f5faff;
    padding: 35px 20px;
    border-radius: 0 0 10px 10px;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.safe-site-title {
    font-size: 18px;
    font-weight: 800;
    color: #003366;
    text-align: center;
    margin-bottom: 20px;
}

.safe-site-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.safe-site-list li {
    font-size: 15px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 34px;
    color: #222;
}

.safe-site-list .safe-num {
    position: absolute;
    left: 0;
    top: 0;
    background: #0077cc;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
}

.safe-site-footer {
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.safe-site-footer .safe-highlight {
    color: #005bbb;
    font-weight: 700;
}


.brand-guide {
    background: #fff8e8;
    border-radius: 0 0 12px 12px;
    padding: 30px;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.brand-inner-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.brand-text-wrap {
    flex: 1 1 60%;
    max-width: 60%;
}

.brand-img {
    flex: 1 1 35%;
    max-width: 35%;
    text-align: center;
}

.brand-img img {
    max-width: 100%;
    height: auto;
}

/* 기존 스타일 유지 */
.brand-header h2 {
    background: #f9b233;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

.brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-list li {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    position: relative;
    padding-left: 45px;
}

.brand-list .b-num {
    position: absolute;
    left: 0;
    top: 0;
    background: #f6a200;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-radius: 50%;
}

/* ✅ 반응형 대응 */
@media (max-width: 768px) {
    .brand-inner-wrap {
        flex-direction: column;
    }

    .brand-text-wrap,
    .brand-img {
        max-width: 100%;
    }

    .brand-img {
        margin-top: 20px;
    }
}


.major-safe-box {
    background: #ffeef7;
    border-radius: 10px;
    padding: 30px;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    margin: 20px 0;
}

.major-safe-title {
    background: #d63384;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    text-align: center;
}

.major-safe-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.major-safe-list li {
    background: #fff;
    border-left: 5px solid #d63384;
    padding: 10px 15px 10px 50px;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    border-radius: 6px;
}

.major-safe-list li span {
    position: absolute;
    top: 10px;
    left: 15px;
    background: #d63384;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    border-radius: 50%;
    font-size: 13px;
}

.major-safe-desc {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    color: #444;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.blue-text {
    color: #007bff;
    font-weight: 500;
}

.blue-strong {
    display: block;
    color: #0056b3;
    font-weight: bold;
    margin-top: 10px;
}


.muk-info-section {
    margin: 0 auto;
    padding: 40px 20px;
    background: #1a1a1a;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.section-box {
    margin-bottom: 50px;
    padding: 30px;
    background: #2b2b2b;
    border-left: 8px solid #000ad1;
    border-radius: 8px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    background-color: #000ad1;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 20px;
}

.section-box p {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 15px;
}

.verify-wrap {
    background: #0076ca;

    padding: 30px;
    border-radius: 0 0 12px 12px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;

    margin: 0 auto;
}

.verify-title {
    background: #002950;
    color: #fff;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.verify-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.verify-num {
    flex-shrink: 0;
    background: #2e31d1;
    color: #fff;
    font-weight: bold;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 16px;
}

.verify-content {
    flex: 1;
}

.verify-subject {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #111;
}

.verify-text {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
}

.verify-footer {
    background: #fff;
    border: 1px dashed #ddd;
    padding: 20px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    color: #222;
}

.verify-footer .btn-verify {
    display: inline-block;
    margin-top: 10px;
    background: #5a79ff;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}
.verify-footer .btn-verify:hover {
    background: rgba(7, 0, 255, 0.22);
}



.pagging {
    padding: 0 15px;
}