@charset "utf-8";

body {position: relative; margin:0 auto; padding:0; width: 100%; height: 100%; color:#fff; background: #151531;}

/****************************************************************************************************************************************
Header
*****************************************************************************************************************************************/
header {position: relative; z-index: 9999; width: 100%;}
header::after {content: ''; position: absolute; left: 0;top: 0; z-index: -1; width: 100%; height: 100px; background: #151531;}
.tnb {position: relative; margin:0; padding:0; width: 100%; height: 75px; background: linear-gradient(180deg, #2f2b60 0, #151531);}
.tnb-inner {position: relative; margin:0 auto; padding:0 15px; width: 1430px; height: 100%; display: flex; justify-content: space-between; align-items: center;}

/* 로고 */
.logo-wrap {position: relative; width: 287px; overflow: hidden; animation: logo 1s ease-out forwards;}
.logo {display:flex; justify-content: flex-start; align-items: center; transform: translateX(80px); animation: slideLeft 1s ease-out 1.5s forwards; cursor: pointer;}
.logo > span {font-size: 60px; color: #b082ff; font-family: "BebasNeue"; letter-spacing: 0.5px;}

@keyframes slideLeft {
    100%  {transform: translateX(0);}
} 
.first-logo {opacity: 0; transform: scale(2); animation: firstLogo 1s ease-out forwards;}
@keyframes firstLogo {
    100% {opacity: 1; transform: scale(1);}
}
.rest-logo {opacity: 0; animation: restLogo 1s ease-out 1s forwards;}
@keyframes restLogo {
    100%  {opacity: 1;}
}   

/* 로그인 전 */
.before-tnb {position: relative; display: flex; justify-content: flex-end; align-items: center; gap: 5px;}
.before-tnb > button {margin:0; padding:10px 30px; min-width: 134px; font-weight: bold; color:#fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); border-radius: 22px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }

/* 로그인 후 */
.after-tnb {display: none; position: relative; margin: 0; padding:0;}
ul.tnb-info {position: relative; margin: 0; padding:0; display: flex; justify-content: flex-end; align-items: center;}
ul.tnb-info > li {position: relative; padding-left:15px;}
ul.tnb-info > li > span {margin-left:3px; color:#eab4ff;}
ul.tnb-info > li > button {margin:0; padding:8px 20px; font-weight: 600; color:#fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); border-radius: 22px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }

/*  top버튼 공통 색상 */
.btn-purple {background: #673ab7; border: solid 1px #7d48db;}
.btn-purple > i {margin-right:3px; font-size: 16px; color: #c4a3ff;}

.btn-blue {background: #a10dba; border: solid 1px #bd37d4;}
.btn-blue > i {margin-right:3px;  font-size: 16px; color: #f19eff;}

@media (hover: hover) and (pointer: fine) {
    .btn-purple:hover,
    .btn-blue:hover {filter: brightness(120%);}
}

/* nav */
.nav {position: relative; width: 100%;}
.nav-inner {position: relative; margin: 0 auto; padding:0 15px; width: 100%;}
ul.menu {position: relative; margin:0 auto; padding:0 40px; width: 1430px; height: 60px; display: flex; justify-content: space-around; align-items: center; background: linear-gradient(180deg, #362868, #5a4890); border: 1px #8762c7 solid; border-radius: 30px; transition: 0.3s;}
ul.menu > li {margin:0; padding:0 20px; height: 35px; display: flex; justify-content: center; align-items: center; color:#fff; text-shadow: rgba(0,0,0,0.5) 1px 1px 1px; cursor: pointer;}
ul.menu > li > i {margin-right:3px; font-size: 18px; color: #d1bfff;}
.icon-yellow {color:#fff67c !important;}

ul.menu > li.active {background: #8921ff; border-radius: 15px;}

/* sticky */
.sticky {position: fixed; left: 0; top: 0; z-index: 10; width: 100%; background: #151531; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);}
.sticky::after {display: none;}
.sticky .tnb {display: none;}
.sticky .nav {background: linear-gradient(180deg, #362868, #5a4890); border-bottom: 1px #8762c7 solid;}
.sticky ul.menu {background: none; border: none; border-radius:none;}


@media (hover: hover) and (pointer: fine) {
    ul.menu > li:hover {background: #8921ff; border-radius: 15px;}
}

/* pc-hidden처리 */
.mo-bar,
.mo-after-tnb {display: none;}

/****************************************************************************************************************************************
페이지 공통
*****************************************************************************************************************************************/
.container {position: relative; margin:0 auto; padding:0 15px; width: 1430px; text-align: center;}


/****************************************************************************************************************************************
footer
*****************************************************************************************************************************************/
footer {position:relative; margin:0 auto; padding:0; width: 100%; height: 130px; background: #151e2f;}
footer::before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 250px; background-color: #151e2f;}
.ft-inner {position: relative; margin:0 auto; width: 100%;}
.copyright {margin:0 auto; padding:0; width: 100%; line-height: 130px; text-align: center; font-size: 14px; color:#6b63c7;}

/****************************************************************************************************************************************
미디어쿼리문
*****************************************************************************************************************************************/
@media (max-width: 1460px) {
    .tnb-inner,
    ul.menu,
    .container {width: 100%;}
}/* 미디어쿼리문 끝 */

@media (max-width: 1024px) {
    header {position: fixed; top:0; left:0; right:0; z-index: 9;}
    header::after {display: none;}

    /* logo */
    .logo-wrap {width: 130px; margin:0 0 0 10px;}
    .logo {transform: translateX(40px);}
    .logo > span {font-size: 40px;}

    /* tnb */
    .tnb {height:unset; border-bottom: 1px #313f59 solid;}
    .tnb-inner {padding:0;flex-wrap: wrap;}
    .top-logo {margin: 0 0 0 10px; padding:0; width: 200px;}
    .top-logo > .z-top {bottom: 17%; width: 16%;}
    .top-logo > .z-bot {bottom: 17%; width: 17%;}
    .top-logo > span {font-size: 18px;}
    .top-logo > .casino > p {font-size: 18px;}

    /* 모바일 메뉴바 */
    .mo-bar {display: block; position: relative; margin:0 10px 0 0; padding: 0; width: 35px; cursor: pointer;}
    .mo-bar > span {display: block; margin: 0 0 8px;  width: 100%; height: 2px; background: #f3adff;}
    .mo-bar > span:nth-child(1) {position: relative; top: 0; margin-top: 0; transition: top .3s .3s, transform .3s 0s;}
    .mo-bar > span:nth-child(2) {margin-left: auto; width: calc(100% - 8px); opacity: 1; transition: opacity .3s;}
    .mo-bar > span:nth-child(3) {position: relative; top: 0; margin-bottom: 0; transition: top .3s .3s, transform .3s 0s;}
    .mo-bar.active > span:nth-child(1) {top: 10px; width: 100%; transform: rotate(-45deg); transition: top .3s 0s, transform .3s .3s, color .3s .3s;}
    .mo-bar.active > span:nth-child(2) {opacity: 0;}    
    .mo-bar.active > span:nth-child(3) {top: -10px; width: 100%; transform: rotate(45deg); transition: top .3s 0s, transform .3s .3s;}

    /* 로그인전 */
    .before-tnb {padding:8px 0; width: 100%; gap: 0; justify-content: center; background: linear-gradient(180deg, #362868, #5a4890); border-top: 1px #8762c7 solid; border-bottom: 1px #8762c7 solid;}
    .before-tnb > button {padding:0 !important; width: calc(100% / 2); background: none !important; border: none !important; border-radius:0 !important; box-shadow: none !important;}
    .before-tnb > button:nth-child(1) {border-right:1px #8762c7 solid !important;}
    .before-tnb > button:nth-child(2) > i {color: #ff4c83 !important;}

    /* 로그인후 */
    .after-tnb {display: none;}

    /* 모바일 로그인 후 */
    .mo-after-tnb {display: block; position:relative; margin:15px auto; padding:0; width: 100%;}
    ul.tnb-info {flex-direction: column; justify-content: flex-start; align-items: center; padding:10px 10px; background: #302446; border: 1px #513582 solid;}
    ul.tnb-info > li {margin:0; padding:5px 0; width: 100%;}
    ul.tnb-info > li > span {position: absolute; right:0;}
    ul.tnb-info > li:last-child {display: flex; justify-content:space-between; align-items: center; gap:5px; margin-top:5px;}
    ul.tnb-info > li > button {padding:8px 0; width:100%;}
    ul.tnb-info > li > button > i {display: none;}

    .nav.active {position: fixed; top: 55px; bottom:0; left:0; right:0; padding:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index: 999;}
    .nav-inner {position: fixed; top: 55px; right: -240px; padding:0 10px; width: 240px; height: 100%; flex-direction: column; justify-content:  flex-start; align-items: center; background: #282553; border-left: solid 1px #4b459b; transition: all 0.3s; z-index: 999; overflow-y: auto;}
    .nav-inner.active {right: 0;}

    ul.menu {padding:0; height: auto; flex-direction: column; align-items: flex-start; background: none; border: none; border-radius: 0; border: 1px #513582 solid;}
    ul.menu > li {margin:0 auto; padding:10px 15px; height: auto; justify-content: flex-start; width: 100%; text-align: left; background: #302446; border-bottom: 1px #513582 solid;}
    ul.menu > li:hover,
    ul.menu > li.active {border-radius: 0; box-shadow:none; background: #5f478b;}
}/* 미디어쿼리문 끝 */

@media (max-width: 767px) {
    .container {padding:0 10px;}
    
    footer {background: #020204;}
    footer::before {display: none;}
    .copyright {font-size: 12px;}
}/* 미디어쿼리문 끝 */