
.main_bbs_ttl {
    position: relative;
    padding: 3px 10px 0px 10px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px 5px 0px 0px;
    color: #333;
    text-shadow: 0 1px 3px rgb(209 209 209 / 90%);
    font-weight: bold;
    background: linear-gradient(to bottom, #040300, #e6df76 17%, #dcb770 37%, #a77718 92% 75%);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.6);
}

.main_bbs_list ul li a {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #000000;
    transition: background-position 0.8 scubic-bezier(0.18, 0.89, 0.32, 1.19);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: #fff;
    background: linear-gradient(180deg, #151515 96%, #000000);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-size: 100% 200%;
    background-position: bottom;
}


.main_bbs_list ul li a:hover {
    background: linear-gradient(to left, #d6b95b 52.5%, #262626 30%, #181818 100%);
    background-size: 200% 100%;
    background-position: left;
}

.btn_snb_sp, .btn_snb_fv {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    line-height: 20px;
    color: #fff;
    background: linear-gradient(180deg, #151515 96%, #000000);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-size: 100% 200%;
    background-position: bottom;
    transition: background-position 0.5 slinear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}

.btn_snb_sp:hover, .btn_snb_fv:hover {
    background: linear-gradient(to top, #111 4.1%, #423e3c 52%, #131313 6%);
    background-size: 100% 200%;
    background-position: top;
}

.left_ttl {
    color: #333;
    font-size: 14px;
    padding: 6px 11px;
    font-weight: bold;
    text-shadow: 0 1px 3px rgb(209 209 209 / 90%);
    background: linear-gradient(to bottom, #443a0f, #e6df76 17%, #dcb770 37%, #a77718 92% 75%);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.6);
}

.btn_bet {
    font-size: 14px;
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
    color: #2e2e2e;
    transition: 0.2s;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    text-shadow: 0 1px 3px rgb(255 255 255 / 90%);
    background: radial-gradient(ellipse at top, #fffff0 0%, #edd489 35%, #c89150 65%, #643500 100%);
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6), inset 0 -4px 6px rgba(0, 0, 0, 0.35);
}

.btn_money:hover {
    background: linear-gradient(180deg, #101010, #333);
    color: #fcfa50;
    outline: 0px solid #000;
    outline-offset: -1px;
}

.bc_info_box ul li {
    padding: 10px 5px;
    text-align: right;
    font-size: 12px;
    border-bottom: 2px solid #000000;
    background: linear-gradient(180deg, #151515 96%, #000000);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.gnb_box {
    border-top: 0px solid var(--maincolor);
    border-bottom: 0px solid var(--maincolor);
}


@media screen and (min-width: 801px) {
    header .header_wrap .downZone {
        position: relative;
        text-align: center;
        background: url(../images/special/menu_bg5.gif) center center / 100% 100% no-repeat, linear-gradient(to bottom, rgb(39 29 22) 0%, rgb(31 24 20) 0%);
        height: 50px;
        line-height: 55px;
    }
}


header .header_wrap .downZone a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    line-height: normal;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 22px;
}


.gnb_box {
    position: absolute;
    width: 100%;
    top: 92px;
}


.fixed-image {
    position: absolute;
    margin-left: -206px;
    top: 160px;
    height: 469px;
    animation: moveUpDown 3s ease-in-out infinite;
    /*    -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -ms-user-drag: none;
        user-drag: none;
        pointer-events: none;*/
}

@keyframes moveUpDown {
    0% {
        top: 182px; /* ì‹œìž‘ ìœ„ì¹˜ */
    }
    50% {
        top: 202px; /* ì•„ëž˜ë¡œ 20px ì´ë™ */
    }
    100% {
        top: 182px; /* ì›ëž˜ ìœ„ì¹˜ë¡œ */
    }
}

@media (max-width: 768px) {
    .fixed-image {
        display: none;
    }
}

.fixed-image2 {
    position: absolute;
    margin-left: 1763px;
    top: 662px;
    height: 337px;
    width: 331px;
    animation: moveUpDown2 3s ease-in-out infinite;
    /*    -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -ms-user-drag: none;
        user-drag: none;
        pointer-events: none;*/
}

@keyframes moveUpDown2 {
    0% {
        top: 682px; /* ì‹œìž‘ ìœ„ì¹˜ */
    }
    50% {
        top: 652px; /* ì•„ëž˜ë¡œ 20px ì´ë™ */
    }
    100% {
        top: 682px; /* ì›ëž˜ ìœ„ì¹˜ë¡œ */
    }
}

@media (max-width: 768px) {
    .fixed-image2 {
        display: none;
    }
}


/* ìŠ¬ë¼ì´ë“œ ì½˜í…ì¸  */
/* ì»¨í…Œì´ë„ˆ ì„¤ì • */
.slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.main_middle_box2 {
    margin-top: 1px;
    display: flex;
    gap: 12px;
    margin-bottom: 5px;
    height: auto;
    align-items: stretch;
    width: max-content;
}

.main_middle_box2 a {
    position: relative;
    width: calc(10% - 16px);
    text-align: center;
    display: block;
    padding: 4px;
    box-shadow: inset 0px 5px 8px 0px rgba(0, 0, 0, 0.8), 0 0px 8px rgba(200, 200, 200, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 9px;
    border: 2px solid #584a32;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(180deg, #1d1e23 69%, #313343, #f49a9a 20%, #e1aa34, #52400a 24%, #603e27 25%, #533722 101%);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}


.main_middle_box2 a img {
    width: 58%;
    border-radius: 7px 7px 7px 7px;
    padding: 7px 7px 9px 7px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 1;

}

.main_middle_box2 p {
    margin-top: 5px;
}

.main_middle_box2 a::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    border-radius: 7px 7px 7px 7px;
    border: 2px solid #601c91; /*  */
    pointer-events: none;
}

.main_middle_box2 a span.hoverb {
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    background: rgb(31 28 28) url(../images/special/main/main5_bg.gif) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 99%;
    text-align: center;
    border-radius: 7px;
    border: 0px solid #dfb274;
    font-weight: 800;
    color: #fff;

}

.main_middle_box2 a:hover span.hoverb {
    opacity: 1;
}

.mmb_in_ttl2 {
    display: block;
    font-size: 16px;
    margin-top: 0px;
    font-family: pcp;
}

.hoverb img {
    width: 25% !important;
    display: inline-block;
    margin-top: 70px;
}

.mmb_in_ttl {
    display: block;
    font-size: 30px;
    margin-top: 10px;
    font-family: pcp;
}

.mmb_in_btn {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 20px;
    margin-top: 42%;
    color: #333;
    text-shadow: 0 1px 3px rgb(209 209 209 / 90%);
    font-weight: bold;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.6);
    background: linear-gradient(to bottom, #d08d3c, #ffe493 17%, #ffffc8 37%, #bb7923 75%);
}

.main_middle_box a:hover span.hoverb {
    opacity: 1;
}

.main_bbs_btn_box a {
    width: calc(50% - 4px) !important;
    height: 90px !important;
}

.main_bbs_btn_box a img {
    margin: 13px auto 8px !important;
}

/* ìŠ¬ë¼ì´ë“œ ì½˜í…ì¸  */
.main_middle_box2 {
    display: flex;
    animation: slide 20s linear infinite;
    animation-play-state: running;
}

.main_middle_box2 a {
    flex: 0 0 clamp(90px, 9vw, 120px);
    text-align: center;
    margin-right: 0;
}

/* ìŠ¬ë¼ì´ë“œ ì• ë‹ˆë©”ì´ì…˜ */
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ë§ˆìš°ìŠ¤ ì˜¤ë²„ ì‹œ ì• ë‹ˆë©”ì´ì…˜ ì •ì§€ */
.slider-container:hover .main_middle_box2 {
    animation-play-state: paused;
}

/* ìŠ¬ë¼ì´ë“œ ì½˜í…ì¸  */


.snb_left ul li a.btn_gray {
    background: url(../images/special/menu_btn.gif) center center / contain no-repeat, linear-gradient(to bottom, rgb(31 24 20) 0%, rgb(31 24 20) 100%);
    height: 61px;
    line-height: 61px;
    border: none;
    font-size: 13px;
    color: #ede3aa;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0%);
    font-weight: bold;
}


.snb_left ul li a.btn_gray:hover {
    background: url(../images/special/menu_btn_on.gif) center center / cover no-repeat, linear-gradient(to bottom, rgb(27, 25, 25) 0%, rgb(31 24 20) 100%);
    color: #ebe1a9;
}

.snb_left ul li a, .snb_left ul li span.mg_link {
    display: block;
    width: 99px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 2px;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 100%);
    font-weight: 400;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #413227 96%, #302521);
}


/* ìƒë‹¨íƒ­ë©”ë‰´ */

.tab_menu {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 98%;
    border-radius: 9px; /* Apply border-radius to the entire tab menu container */
    padding: 0;

}

.tab_menu > div {
    cursor: pointer;
    flex: 1;
    background-image: linear-gradient(to top, #2f2319 0%, #5c4434 100%);
    display: flex;
    align-items: center;
    margin: 1px;
    transition: 0.2s;
    font-size: 17px;
    box-shadow: inset 0 20px 4px -21px rgba(255, 255, 255, 0.4), 0 5px 6px 0 rgba(0, 0, 0, 0.3);
    color: #181818;
    position: relative;
    z-index: 2;
    justify-content: center;
    border-bottom: 2px solid #795f3b;
}

.tab_menu > div svg {
    height: 1.2em;
    position: relative;
    display: block;
    fill: #181818;
    filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.15)) url("#inset-shadow");
}

.tab_menu > div.active {
    background: linear-gradient(to bottom, #414111, #ffffc1 17%, #adac69 38%, #b3966c 63%);
    box-shadow: inset 0 20px 4px -21px rgba(255, 255, 255, 0.4), 0 6px 6px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0px rgb(0 0 0 / 80%);
    z-index: 0;
    border-bottom: 5px solid #7c32b0; /* ê¸°ë³¸ ë³´ë” ìƒ‰ìƒ */
    animation: glowing-border 1.5s infinite alternate; /* ì• ë‹ˆë©”ì´ì…˜ ì¶”ê°€ */
}

/* í•˜ë‹¨ ë³´ë” ë°˜ì§ì´ëŠ” ì• ë‹ˆë©”ì´ì…˜ */
@keyframes glowing-border {
    0% {
        border-bottom: 5px solid #fad6a5; /* ê¸°ë³¸ ìƒ‰ìƒ */
    }
    50% {
        border-bottom: 5px solid #312a21; /* ë°˜ì§ì´ëŠ” ìƒ‰ìƒ */
    }
    100% {
        border-bottom: 5px solid #f8d4a4; /* ê¸°ë³¸ ìƒ‰ìƒìœ¼ë¡œ ëŒì•„ê° */
    }
}

.tab_menu > div a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 80px;
}

.tab_img {
    width: 24px;
    vertical-align: middle;
    margin-top: 0px;
    padding: 5px;
}

.b3_tab_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.b3_tab_box a {
    display: inline-block;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
    height: 68px;
    line-height: 68px;
    width: 24.5%;
    border-bottom: 5px solid #fff;
    background: #222;
}

.b3_tab_box a.on {
    background: #333;
}

.vbk {
    border-bottom: 5px solid #181310 !important;
}

.vgg {
    border-bottom: 5px solid #181310 !important;
}

.vgm {
    border-bottom: 5px solid #181310 !important;
}

.b3_tab_box a img {
    width: 25px;
    vertical-align: -5px;
}

.vsc_tab_box {
    padding: 10px;
    background-image: linear-gradient(180deg, #232a30 0, #222a2d 20%, #22272b 50%, #202427 80%, #1f2326);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .1), 0px 1px 3px rgba(0, 0, 0, 0.9);
    margin: 5px 0;
    display: flex;
    justify-content: space-around;
    border-radius: 8px 8px 0px 0px;
}

.vsc_tab_box a {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}

.vsc_tab_box a.on {
    color: #f90;
}

.vtg_markets {
    overflow: hidden;
    margin-top: -30px;
    margin-right: 20px;
    float: right;
    border: 1px solid #222733;
    background: #553917;

}

.vtg_markets .open_markets {
    width: 125px;
}

.vtg_game_box {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .vtg_game_box {
        display: block;
    }
}

.vtg_scr_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.scr_tab_box {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scr_tab_box span.btn_scr_05 {
    width: 100%;
    display: block;
    height: 62px;
    padding-top: 15px;
    font-size: 18px;
    text-align: center;
    background: #392c21;
    cursor: pointer;
}

.scr_tab_box span.btn_scr_04 {
    width: 100%;
    display: block;
    height: 70px;
    padding-top: 25px;
    font-size: 15px;
    text-align: center;
    background: #202020;
    cursor: pointer;
}

.scr_tab_box span.btn_scr_03 {
    width: 100%;
    display: block;
    height: 90px;
    padding-top: 40px;
    font-size: 18px;
    text-align: center;
    background: #392c21;
    cursor: pointer;
}

.scr_tab_box span.btn_scr_02 {
    width: 100%;
    display: block;
    height: 128px;
    padding-top: 70px;
    font-size: 18px;
    text-align: center;
    background: #392c21;
    cursor: pointer;
}

.scr_tab_box span.on {
    background: linear-gradient(180deg, #362916 1%, #171717 3%, #333333 84%, #131313 98%);
    text-shadow: 0 0px 20px rgb(238 209 255 / 91%);
    box-shadow: 0 4px 0px rgb(255 230 152);
}

.snb_left ul li a, .snb_left ul li span.mg_link {
    display: block;
    height: 41px;
    line-height: 41px;
    text-align: center;
    margin-top: 1px;
    background: linear-gradient(180deg, #222115 27%, #0f0f09);
    color: #fff;
    background: linear-gradient(to bottom, rgb(44 44 44) 0%, rgb(7 7 7) 100%);
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #000000, #fbdf9f) 1;
    box-sizing: border-box;
}

.snb_left ul li a:hover, .snb_left ul li span.mg_link:hover {
    background: url(../images/special/main/tab_bg_on.png) center center / cover no-repeat, linear-gradient(to bottom, rgb(27, 26, 26) 100%, rgb(89, 83, 83) 80%);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .3), 0px 1px 3px rgba(55, 53, 53, 0.3);
    color: #fcfa50;
}

.inner {
    padding: 5px 0px 5px;
    min-height: 600px;
    background: #090909;
    overflow: overlay;
    height: 100%;
}

@media (max-width: 768px) {

    #quickFoot {
        position: fixed;
        width: 100%;
        height: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 0;
        background: linear-gradient(180deg, #262626 0%, #191919 49%, #000 51%, #181818 100%); /* ë°°ê²½ìƒ‰ */
        box-shadow: 0px -2px 10px rgba(28, 28, 28, 0.25), inset 0px 1px 0px rgba(255, 255, 255, .1), 0px -4px 10px rgba(0, 0, 0, 0.9);
        z-index: 1; /* ë°°ê²½ì´ ê¸°ë³¸ê°’ 0ìœ¼ë¡œ ì„¤ì • */
    }

    .q_bg {
        background: linear-gradient(180deg, #262626 0%, #191919 49%, #000 51%, #181818 100%);
        box-shadow: inset 0 20px 4px -21px rgba(255, 255, 255, 0.4), 0 19px 13px 0 rgba(0, 0, 0, 0.3);
        z-index: 1; /* ë°°ê²½ì´ ê¸°ë³¸ê°’ 0ìœ¼ë¡œ ì„¤ì • */
        width: 100%;
        height: 50px;
    }

    #quickFoot a {
        width: 50%;
        position: relative;
        height: 40px;
        color: #dfe5ff;
        font-size: 11px;
        text-align: center;
        display: inline-block;
    }

    #quickFoot a .iconfont {
        position: relative;
        font-size: 20px;
        display: inline-block;
        height: 28px;
        line-height: 31px;
        background: var(--gold);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    #quickFoot a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        display: none;
        height: 22px;
        background-image: linear-gradient(to top, #2f2f2f 0%, #6b6b6b 85%, #7a7a7a 100%);
    }

    #quickFoot a:first-child:after {
        display: none;
    }

    #quickFoot a.home {
        background: url(../images/special/home_icon_bg.gif) center / cover no-repeat, linear-gradient(to bottom, rgba(50, 50, 50, 1), rgba(20, 20, 20, 1));
        border-radius: 50%;
        width: 52px;
        height: 51px;
        color: #fff;
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    #quickFoot a.home .iconfont {
        background: #000;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        color: #000;
    }

    #quickFoot:after {
        content: "";
        z-index: -2;
        position: fixed;
        bottom: 0;
        width: 56px;
        height: 56px;
        left: 50%;
        transform: translateX(-50%);
        background: #000;
        border-radius: 50%;
        box-shadow: 0px -2px 10px rgb(46 118 255 / 25%);
    }

    #quickFoot:before {
        content: "";
        z-index: -1;
        position: fixed;
        bottom: 0;
        width: 80px;
        height: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    #quickFoot .quickInner {
        position: relative;
    }

    #quickFoot .quickInner > div {
        width: calc((100% - 45px) / 2);
        font-size: 0;
    }

    #quickFoot .left {
        float: left;
    }

    #quickFoot .right {
        float: right;
    }
}

.icon_size {
    width: 24px;
    margin-top: 7px;
}

@media screen and (min-width: 1024px) {
    #quickFoot {
        display: none;
    }
}

/* ì„¸ë¡œí˜• ë©”ë‰´ ìŠ¤íƒ€ì¼ */
.menu {
    position: absolute;
    top: -360px;
    left: 0;
    width: 99%;
    /* max-height ì œê±° */
    height: auto; /* li ê°¯ìˆ˜ì— ë”°ë¼ ë†’ì´ ìžë™ */
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    background: linear-gradient(0deg, #121212 0%, #353535 100%);
    border: 2px solid #121212;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 30px rgba(28, 28, 28, 0.9);
    overflow-y: auto; /* ìŠ¤í¬ë¡¤ì€ liê°€ ë§Žì„ ê²½ìš° ìžë™ */
    transform: translateY(100%);
    opacity: 0;
    z-index: -999;
    transition: transform 0.8s ease-out, opacity 0.3s ease-out, box-shadow 0.5s ease-out;

}


/* Webkit ë¸Œë¼ìš°ì €ìš© ìŠ¤í¬ë¡¤ë°” */
.menu::-webkit-scrollbar {
    width: 6px;
}

.menu::-webkit-scrollbar-track {
    background: #222;
}

.menu::-webkit-scrollbar-thumb {
    background: #3961e5;
    border-radius: 10px;
}

.menu::-webkit-scrollbar-thumb:hover {
    background: #2850a0;
}


/* ë©”ë‰´ ì•„ì´í…œ */
.menu-item {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff; /* ê¸°ë³¸ í…ìŠ¤íŠ¸ ìƒ‰ìƒ */
    background: linear-gradient(0deg, #222 0%, #333 100%);
    box-shadow: inset 0 20px 4px -21px rgba(255, 255, 255, 0.4),
    0 19px 13px 0 rgba(0, 0, 0, 0.3),
    0 -2px 10px rgba(28, 28, 28, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 -3px 10px rgba(0, 0, 0, 0.9);
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.menu-item:last-child {
    border-right: none;
}

/* ë§í¬ í…ìŠ¤íŠ¸ */
.menu-item a {
    display: block;
    line-height: 40px;
    font-size: 14px !important;
    font-weight: bold;
    text-decoration: none;
    color: inherit; /* ë¶€ëª¨ ìƒ‰ìƒ ìƒì† */
    transition: color 0.3s ease;
}

/* hover ìŠ¤íƒ€ì¼ */
.menu-item:hover {
    background: linear-gradient(180deg, #edbb35, #b48c43);
    font-weight: bold;
}

/* hover ì‹œ ë§í¬ í…ìŠ¤íŠ¸ ìƒ‰ìƒ ë³€ê²½ */
.menu-item:hover a {
    color: #333 !important;
    text-shadow: 0 1px 3px rgba(209, 209, 209, 0.9);
}


/* show ìƒíƒœ */
.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 1;
    transform: translateY(0) scale(1);
    border-radius: 10px;
    z-index: -1;
    transition: transform 0.8s cubic-bezier(0.25, 1.5, 0.5, 1), opacity 0.5s ease-out;
}

.show:hover {
    transform: translateY(0) scale(1);
}


.top_right_box a i, .top_right_box span i {
    color: #f4cb10;
}

.gnb_menu_box a,
.gnb_menu_box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    line-height: normal;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 22px;
}

header .header_wrap .downZone a:hover,
.gnb_menu_box a:hover,
.gnb_menu_box span:hover {
    background: rgba(255, 255, 255, 0.96);
    color: #590a0a;
    border-color: #403105;
    box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.45),
    inset 0px -4px 10px rgba(0, 0, 0, 0.35),
    inset 0 0 10px rgba(255, 255, 255, 0.6),
    0 0 10px rgba(255, 255, 255, 0.25);
    text-shadow: 0 1px 3px rgb(20 10 10 / 0%);
    position: relative;
    z-index: 10;
}

.btn_login {
    cursor: pointer;
    border: 2px solid #e4ad56;
    height: 35px;
    border: 2px solid #d7b58f;
    /*line-height: 30px;*/
    width: 120px;
    text-align: center;
    display: inline-block;
    border-radius: 7px;
    background: linear-gradient(to bottom, #464646 17%, #131313 63%, #000000 87%);
}

.btn_join {
    cursor: pointer;
    height: 35px;
    line-height: 39px;
    width: 120px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3), 0px 1px 3px rgba(0, 0, 0, 0.3);
    border: 2px solid var(--maincolor);
    background: linear-gradient(to bottom, #573c28, #623d22 19%, #5e3d24 17%, #51341f 63%, #533520 87%, #553620);
    padding: 9px 15px 9px 15px;
    font-weight: bold;
    border-radius: 8px;
}

button.logout {
    border: 2px solid #daa;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    background: linear-gradient(to bottom, rgb(248 45 45) 1%, rgb(144 1 1) 100%);
    height: 35px;
    line-height: 30px;
    width: 120px;
    border-radius: 30px;
    text-align: center;
    padding: 0 !important;
}

button.partner {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    background: linear-gradient(to bottom, rgb(30 164 72) 1%,rgb(15 73 100) 100%);
    border:2px solid #06835e;
    height: 35px;
    line-height: 30px;
    width: 120px;
    border-radius: 30px;
    text-align: center;
    padding: 0 !important;
}

:root {
    --maincolor: #d7b58f;
    --color-start: #573c28;
    --color-end: #553620;
    --color-leftstart: #181818;
    --color-leftend: #101010;
}

@media screen and (min-width: 801px) {
    .board_list > ul {
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 10px;
        padding: 10px;
    }

    .board_list > ul > li {
        margin: 0 !important;
    }

    .board_list > ul > li a {
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
    }

    .board_list > ul > li a img {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: fill !important;
        display: block;
        border: 3px solid;
        border-image: linear-gradient(to bottom, #e3b05a, #bd8c38) 1;
    }

    .bl_ttl {
        text-align: center;
        width: calc(100% + 2px);
        background: #22292c;
        height: auto;
        line-height: 27px;
        font-size: 13px;
        overflow: hidden;
        white-space: nowrap;
        border-radius: 0px 0px 7px 7px;
        display: flex;
        gap: 0px;
        justify-content: center;
        background: linear-gradient(to bottom, #040300, #ffe493 -4%, #ffff9e 24%, #684803 118% 75%);
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.6);
        color: #333;
        font-weight: bold;
        text-shadow: 0 1px 1px rgb(209 209 209 / 68%);
    }
}