/*
    COMMON CSS
*/

.d-none {
    display: none;
}

.nanumbarungothic * {
    font-family: 'NanumBarunGothic', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-drag: none;
 
    font-size: 15px;
    
    outline: none;
}

a {
    color: #fff;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: #000000;
    overflow-y: scroll;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #2f2f2f;
}

body::-webkit-scrollbar-thumb {
    background: #4f4f4f;
}

#wrap {
    display: block;
    min-width: 1400px;
    padding-top: 165px;
    padding-bottom: 400px;
    position: relative;

}

a {
    text-decoration: none;
}

/*
    HEADER CSS
*/
#header {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 165px;
    background: linear-gradient(#000000, #0a0000);
    border-bottom: 1px solid #862626;
}

#header > .centerbox {
    display: block;
    position: relative;
    width: 1400px;
    margin: 0 auto;
    height: 165px;
}

#header > .centerbox > .logo_img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);

    cursor: pointer;
}

#header > .centerbox > .main_nav {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

#header > .centerbox > .main_nav ul,
#header > .centerbox > .main_nav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#header > .centerbox > .main_nav > ul {
    display: flex;
}

#header > .centerbox > .main_nav > ul > li {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 700;
}

#header > .centerbox > .main_nav > ul > li > a {
    color: #e3b66b;
    font-size: 14px;
    font-weight: 700;
    font-family: 'GmarketSans';
}

@keyframes main_nav_item_effect {
    0% {
        background-position: 0rem;
    }

    100% {
        background-position: 20rem;
    }
}

#header > .centerbox > .main_nav > ul > li:hover > a,
#header > .centerbox > .main_nav > ul > li.active > a {
    background:
        linear-gradient(135deg,
            #fffce8 20%,
            transparent 25%,
            transparent 50%,
            #c5a773 55%,
            #c5a773 70%,
            transparent 75%, transparent),
        #fffce8;
    background-size: 20rem 20rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: main_nav_item_effect 3s linear infinite;
}

#header > .centerbox > .member_nav {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translate(0, -50%);
}

#header > .centerbox > .member_nav ul,
#header > .centerbox > .member_nav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}


#header > .centerbox > .member_nav > ul {
    display: flex;
}

#header > .centerbox > .member_nav > ul > li {
    margin-left: 20px;
    line-height: 17px;
    font-size: 12px;
    font-family: 'GmarketSans';
    font-weight: 600;

}

#header > .centerbox > .member_nav > ul > li.amount {
    color: #f5c4a9;
    cursor: pointer;
}

#header > .centerbox > .member_nav > ul > li > span {
    margin-right:5px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    font-family: 'GmarketSans';
}

#header > .centerbox > .member_nav > ul > li:hover {
    color: #f4d29a;
    font-size: 12px;
}

#header > .centerbox > .member_nav > ul > li.text:hover {
    color: #d1d1d1;
    font-size: 12px;
}

#header > .centerbox > .member_nav > ul > li > a {
    font-size: 12px;
    font-family: 'GmarketSans';
    font-weight: 600;
    line-height: 17px;
    cursor: pointer;
}

#header > .centerbox > .member_nav > ul > li > a:hover,
#header > .centerbox > .member_nav > ul > li > a.active {
    color: #f4d29a;
    font-size: 12px;
}

/*
    FOOTER CSS
*/
#footer {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 400px;
    border-top: 0px solid #865426;
}

#footer > .centerbox {
    display: block;
    position: relative;
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}

#footer > .centerbox > .logo_img {
    cursor: pointer;
    margin-top: 80px;
    margin-bottom: 60px;
}

#footer > .centerbox > .service_txt {
    display: block;
    text-align: center;
}

#footer > .centerbox > .service_txt > p {
    color: #999999;
}

#footer > .centerbox > .copyright_txt {
    display: block;
    text-align: center;
}

#footer > .centerbox > .copyright_txt > p {
    color: #cccccc;
    line-height: 40px;
}

.middlenav {
    display: flex;
    min-width: 1400px;
    justify-content: center;
    height: 44px;
    border-bottom: 1px solid #400e0e;
}

.middlenav > ul,
.middlenav > li {
    list-style: none;
}

.middlenav > ul {
    display: flex;
    width: 1400px;
    height: 44px;
    line-height: 44px;
    border-left: 1px solid #400e0e;
}

.middlenav > ul > li {
    width: 100%;
    display: block;
    border-right: 1px solid #400e0e;
    text-align: center;
    position: relative;
    background: linear-gradient(to bottom, #000000, #1a1307);
    border-bottom: 1px solid #400e0e;
    transition: all 200ms;
}

.middlenav > ul > li > a {
    display: block;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

.middlenav > ul > li > a > .fill {
    background: #;
}

.middlenav > ul > li > a.active > .fill,
.middlenav > ul > li > a:hover > .fill {
    background:#000000;
}

.noticebar {
    display: block;
    height: 40px;
    border-top: 1px solid #400e0e;
    border-bottom: 1px solid #400e0e;
    margin-top: -1px;
    text-align: center;
    color: #f4d29a;
    line-height: 38px;
    font-size: 14px;
}

.noticebar marquee {
    color: #f4d29a;
    font-size: 14px;
}

:root {
    --gold: #ffb338;
    --light-shadow: #77571d;
    --dark-shadow: #3e2904;
}

.wrapper {
    display: grid;
    grid-template-areas: 'overlap';
    text-transform: uppercase;

}

.wrapper  >  div {
    background-clip: text;
    -webkit-background-clip: text;
    color: #363833;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 60px;
    grid-area: overlap;
    letter-spacing: 1px;
    margin-top: 61px;
    -webkit-text-stroke: 4px transparent;
}

div.bg {
    background-image: repeating-linear-gradient(105deg, #ffb338 0%, #ffff6e 5%, #ffb338 12%);
    color: transparent;
    filter: drop-shadow(5px 15px 15px black);
    transform: scaleY(1.05);
    transform-origin: top;
}

div.fg {
    background-image: repeating-linear-gradient(5deg, #f4d29a 0%, var(--light-shadow) 23%, #e7b296 31%);
    color: #ae1616;
    transform: scale(1);
    margin-bottom: 30px;
}

.container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.neon {
    font-family: neon;
    color: #FB4264;
    font-size: 19px;
    /* line-height: 15px; */
    text-shadow: 0 0 5px #f40a35;
    font-family: 'GmarketSans';
    font-weight: 700;
    /*margin-left: 63px;*/
	width:50%;
	text-align:right;
	padding-right:25px;
}

.flux {
    font-family: neon;
    color: #426DFB;
    font-size: 9vw;
    line-height: 9vw;
    text-shadow: 0 0 3vw #2356FF;
}

.neon {
    animation: neon 1s ease infinite;
    -moz-animation: neon 1s ease infinite;
    -webkit-animation: neon 1s ease infinite;
}

@keyframes neon {
    0%,
    100% {
        text-shadow: 0 0 21px #e38c00, 0 0 19px #543400, 0 0 18px #800e0b, 0 0 3px #f4d29a, 0 0 1px #fed128, 1px 1px 3px #806914;
        color: #FED128;
    }

    50% {
        text-shadow: 0 0 6px #301b1a, 0 0 6px #800e0b, 0 0 6px #800e0b, 0 0 6px #800e0b, 0 0 6px #800e0b, 1px 1px 1px #40340a;
        color: #806914;
    }
}

.flux {
    animation: flux 2s linear infinite;
    -moz-animation: flux 2s linear infinite;
    -webkit-animation: flux 2s linear infinite;
    -o-animation: flux 2s linear infinite;
}

@keyframes flux {
    0%,
    100% {
        text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280;
        color: #28D7FE;
    }
    50% {
        text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
        color: #146C80;
    }
}


.btn_primary {
    display: block;
    flex-shrink: 0;
    position: relative;
    cursor:pointer;
}

.btn_primary > .border {
    display: block;
    position: absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background:#2f2f2f;
    transition: all 100ms;
}

.btn_primary:hover > .border,
.btn_primary.active > .border {
    background: 
        linear-gradient(135deg,
            #fffce8 0%,
            transparent 25%,
            transparent 50%,
            #fffce8 55%,
            #fffce8 70%,
            transparent 75%, transparent),
            #c5a773;
    background-size:80rem 80rem;
    animation: golden_effect_btn_play_game 2s linear infinite;
    transition: all 100ms;
}

.btn_primary > .fill {
    display: flex;
    position: absolute;
    left:1px;
    right:1px;
    top:1px;
    bottom:1px;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(#000000, #0a0000);
    color:#aaaaaa;
    transition: all 100ms;

}

.btn_primary:hover > .fill,
.btn_primary.active > .fill  {
    left:2px;
    right:2px;
    top:2px;
    bottom:2px;
    background:#000000;
    transition: all 100ms;
}

.btn_primary > .fill > span {
    font-weight:600;
    font-family: 'GmarketSans';
    font-size:14px;
    padding-top:0.1em;
    display: block;
}

.btn_primary.btn_lg > .fill > span {
    font-weight:600;
    font-family: 'GmarketSans';
    font-size:18px;
}

.btn_primary:hover > .fill > span,
.btn_primary.active > .fill > span {
    background:
    linear-gradient(135deg,
        #fffce8 0%,
        transparent 25%,
        transparent 50%,
        #fffce8 55%,
        #fffce8 70%,
        transparent 75%, transparent),
        #c5a773;
    background-size: 20rem 20rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: main_nav_item_effect 2s linear infinite;
}

.checking {
    position: absolute;
    left:20px;
    top:20px;
    background:#821b37;
    color:#ffffff;
    font-family: 'GmarketSans';
    font-size:14px;
    line-height:33px;
    height:30px;
    font-weight: 600;
    padding-left:10px;
    padding-right:10px;
    border-radius:8px;
}

.popup_alert_box {
	position:absolute;
	bottom:15px;
	left:50%;
	transform:translate(-50%);
	width:1400px;
	text-align:left;
}
