@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;
}


#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: neon;
    font-size: 0.9em !important;
    color: #5a79ff !important;
    font-weight: 600;

}

.na-subjects-title {

    line-height: 0.7;
}

.na-subject {
    font-family: nanumsquare;

}

.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;
}


#main-content-wrap
{

    flex: 0 0 73.4%;
    max-width: 73.4%;
}


.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%;}


#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;
}