@charset "UTF-8";
.btnN {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 11px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 15px;
    white-space: nowrap;
    min-width: 110px;
    background: var(--main);
    line-height: normal;
}

.btnN > span {
    font-size: 14px;
    margin-right: 3px;
}

.redB {
    background-color: var(--main01);
    transition: .3s ease-out;
    color: var(--font04);
}

.redB:hover {
    background-color: var(--main);
}

 .blueB {
    background-color: var(--font03);
    color: black;
    transition: .3s ease-out
}

.blueB:hover {
    background-color: #ffcb52
}
.btn-refresh-cash {
    cursor:pointer;
}
#betLoading {
    color:white;
    z-index: 10;
    position: absolute;
    background: #2525268a;
    text-align: center;
    padding: 0 30px 21px;
    top: 50%;
    left: 50%;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.info-wrap {
    background: #2e3135;
    color: #ffffff;
    padding: 25px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 10px;
}
.info-wrap .tit{
    color: var(--main);
}
.info-wrap.cash {
    display: flex;
    flex-wrap: wrap;
}
.info-wrap.cash .desc {
    min-width: 100px;
    white-space: nowrap;
}
.info-wrap.letter {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.info-wrap.letter .desc {
    min-width: 120px;
}
.input-wrap {
    padding: 10px;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
}

.info-wrap.cash .input-wrap {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
}

.input-wrap .desc{
    color: #ffffff;
}
.input-wrap input{

}
.input-wrap select {
    border: none;
    border-bottom: 1px solid #ddd;
    color: white;
    background-color: #2e3135;
}

.input-wrap option {
    color: white;
}

.button-wrap {
    display: flex;
    justify-content: center;
}
.money-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
}
.money-wrap button.money {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font04);
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    background: #000000;
    min-width: 110px;
}
.tb_empty {
    text-align: center;
    padding: 30px;
    background: #212121a3;
    font-size: 18px;
}
.tb_empty .pic {
    padding-bottom: 20px;
}

.tb_empty .pic img{
    width: 100%;
    max-width: 300px;
}

.wrapper_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.loading-box {
    z-index: 1;
    background-color: #484848b8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border-radius: 10px;
    min-height: 300px;
}
.loading-box .content {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}
.loading-box .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(32, 64, 120, 0.1019607843);
    margin-left: -50px;
    margin-top: -50px;
}
.loading-box .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 100px;
    margin-left: -50px;
    margin-top: -62px;
    overflow: hidden;
    -webkit-transform-origin: 120px 120px;
    transform-origin: 50px 50px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}
.loading-box .loader-line-mask .loader-line {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white;
}
.loading-box .logo {
    width: 100%;
    height: auto;
    margin-top: -15px;
    margin-bottom: 15px;
    vertical-align: middle;
    text-align: center;
}
.loading-box .logo img {
    width: 64px;
    height: 64px;
}
.loading-box .jump {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: jump 0.5s linear alternate infinite;
            animation: jump 0.5s linear alternate infinite;
}
.loading-box h1.loader_sports {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: transparent;
    letter-spacing: 0.5em;
}
.loading-box h1.loader_sports span {
    display: inline-block;
    text-shadow: 0 0 2px white, 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(153, 111, 240, 0.45);
    -webkit-animation: heartbeat 4s infinite;
            animation: heartbeat 4s infinite;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    font-size: 1.2em;
}

.switcher + .switchee {
    display: none;
}

.switcher.opened + .switchee {
    display: block;
}

.flow-list {
    position: relative;
    top: 0;
    animation: scroll 5s linear 1s infinite;
}
.flow-list.list-charge {
    animation-name: scroll-charge;
    animation-duration: var(--tl-charge-duration);
}

@keyframes scroll-charge {
    100% {
        top: var(--tl-charge-offset);
    }
}

.marquee {
    display: flex;
    color: white;
    align-items: center;
    flex: 1;
    line-height: normal;
}
.marquee img {
    margin-right: 5px;
    width: 29px;
    filter: hue-rotate(136deg);
}

/* header */
.header {
    z-index: 5;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #020202;
    width: calc(100% - 250px)!important;
}


.header .headerWrapper {
    margin: 0 auto;
    width: 100%;
    height: 70px;
    display: flex;
    padding: 0 2em;
    align-items: center;
    justify-content: space-between
}

.header .headerWrapper .rightZone {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .headerWrapper .rightZone .moneyZone {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 14px;
    gap: 10px;
    font-size: 16px;
    background: black;
    padding: 10px 10px;
    border-radius: 7px;
    color: var(--main);
}

.header .headerWrapper .rightZone .moneyZone .money {
    /* font-size: 20px; */
    color: var(--font02);
    /* margin-left: 15px; */
}

.header .headerWrapper .rightZone .moneyZone .refresh {
    cursor: pointer;
}

.header .headerWrapper .rightZone .memberZone {
    display: flex;
    align-items: center;
    padding-left: 16px
}

.header .headerWrapper .rightZone .memberZone span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    white-space: nowrap;
}
.header .headerWrapper .rightZone .moneyZone a {
    padding: 5px 10px;
    white-space: nowrap;
    background: var(--main);
    border-radius: 10px;
    color: white;
    font-size: 12px;
}
@media (max-width: 1900px) {
    .header {
        width:calc(100% - 80px)!important
    }
}

/* banner */
.banner video,
.banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.banner .slick-slide {
    height: unset;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    overflow: hidden;
}
.banner .slick-slide[tabindex="-1"] {
    transition: 0s all !important;
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
}
.banner .slick-slide.slick-active {
    transition: 1s all !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.banner .slick-slide:not(.slick-active):not([tabindex="-1"]) {
    transition: 1s all !important;
    -webkit-transform: scale(1.5) !important;
            transform: scale(1.5) !important;
}
.banner:hover .slick-arrow {
    display: inline-block !important;
    cursor: pointer;
}
.banner .slick-list {
    max-height: 100%;
}
.banner .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 39px;
    height: 80px;
    opacity: 0.5;
    background-color: #596077;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    text-indent: -9999px;
}
.banner .slick-arrow.slick-prev {
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAADIBAMAAAD/xRkGAAAAMFBMVEWJiYkAAAD8/Pz19fWtra2Pj4+GhoaPj4+fn5/5+fno6Oj+/v79/f3x8fHm5ub////HgfL/AAAAD3RSTlMaAMWTIgsTEAizWfPYg11YKk3WAAAA00lEQVRo3u3aPRIBURBF4auMnxJ5gbKMEQtlMhKxRM4OLMEOBHZIiGmmrKBPYoL75a+OMkkHV+Vrp4RD+6J9dlTK6PfsrKRx+2ymtG1RG8vnVAQUzQWcNBXQ00bAQHsBQ5mZmZmZmVmn3JYC1hEXpVV1xFtpq4h4oVg8USzuKBYNisUCxR6OOeZYKpZ0RbEJi/VBDDzDP5L/JfwDVLVzzjn3n1wDjyd4qsHDEJ6h8OiFJ7aZmZmZmZl1Apu4wUEdnO/RsWARAIeQcHbJRp54UgoHrB/sGBG2XXNafQAAAABJRU5ErkJggg==);
}
.banner .slick-arrow.slick-next {
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAADICAMAAAA6NfQHAAAAM1BMVEWJiYkAAAD19fWtra37+/uPj4+fn5/5+fno6OiGhoaPj4/+/v79/f39/f3x8fHm5ub///9PQzy4AAAAEHRSTlMaAJMixAsIs1kTEPPYzINdOr41PgAAAVlJREFUeNrt3F1qAkEQReHOmPkzMen9rzZB0TtNgS9SFyzO2cCHQ6vT9VDt49G8t6T2+SY8sHNL7XzAlpbecsfmZmi+YUuztFyx5ir3bESs2bKcDmF7s/XsKYKBgYGBxcDAwMDAYmBgYGBgMTAwMDCwGBgYGBhYDCwJ26Zpc2Fr/289WbCffu3z5MC+u7R07KtLS8cuXVo69tuDloe16QVNmEETZtCEGTRhBk2YQRNm0IQZNGEGTZhBE2bQhBk0YQZNmEETZtCEGTRhDk3Y69qaiEVty8OiNtXCjo+x0gEZjn6hL/VgFfohHqxCf56DVeiFZ7AKvaQOVqGLxWAVugwOVqEL/GBVGrpcDlatQZlGgNWGm/exbcGBdOG5PhjYITAwMDCwGBgYGBhYDAwMDAwsBgYGBgYWAwMDe8uFaHN72hsvsXOu5zN+NOtKReeySOcaTPOCT+vq0j8IXCOHqhsmFAAAAABJRU5ErkJggg==);
}
.banner .slick-arrow img {
    max-height: 100%;
}
.banner .slick-dots {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    gap: 30px;
}
.banner .slick-dots .slick-active button,
.banner .slick-dots button:hover {
    background-image: url(../images/common/button.png?v=1);
}
.banner .slick-dots [role=presentation] {
    position: relative;
}
.banner .slick-dots button {
    width: 20px;
    height: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAA+VBMVEUAAAD8///9/v7+///9//78/f/9///8/v/7/vz+///8///9///+///////9///////8/v719/n+///+//75/fv9///3+//9/v/+///////5/v////+pq7qorL2orLqprLb9///////8/f+nqLqmqrumqbnl5u6mqbyoq7anqbaqrbyrrrn5/f/3+v/q6/Tq7PGsrr62uL6usLqmq7mqrLOoqrP8///4+/6jpbalp7OjpbP09/jc3+fFyNGoqb6lqrjy9vzt8Pjm6O3g5Ojf4uXT1t7O0duztsOoq8D5/Pjr7fXZ29/Lz9TAw87AxMi7vci5usKwtLmgo6u8rSxCAAAAHHRSTlMAQib65NC2hEDqqw/3jo5mZj8gCwv39+erICAPSj5xLAAAAV1JREFUOMvl09dygkAUgGEVFbsmmr7ALrDSpQgIWGI3vb3/w2QZM7kQMeXW//qb3TmzZzNHXK5YzP2Iqg0KQqpRPayaZWSsRvzgonUAlQoImrYbvnURLJykoNOKr0/HjqPJmvM8Q3rleg9q02fIf9I8LcIB5qJobRjndCcxX57Xl67LcYAkYIyDzQjy+d2Zs3Bov28VYaQAWK9TPbvLkOnIRH0xSRIkwJmDBBvMtZCIbzYRhHCRZHyXAwzDsgxJFEVJkrDS41MYs2Wxw7dKD6WyuH5fFHEaA5O7vzFAziWTyD2Ycum/mJlk/nzL+iyrqjGTZc+EpV12P3z5UC1GIKeoFgCWoob2EJUSTw/hwgEBESRLVbTNyED5xLp36BrU12rEkWRF0VYGrNHtfWt5CfWHccw8bzzzjcpV6pJD3rQ91+4iRJY8vVaZR8tHHpabmYPd1CmEqHr1d9/5ePsElaZAughqfI4AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    transition: 0.2s;
    color: transparent;
    opacity: 1;
    cursor: pointer;
    text-indent: -9999px;
}
.banner .slick-dots button + img {
    position: absolute;
    z-index: 11;
    max-width: unset;
    height: 100px;
    bottom: 25px;
    left: 15px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 6px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1), 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.banner .video.slick-slide {
    overflow: hidden;
    aspect-ratio: 100/25;
}
.banner .video.slick-slide video {
    /* position: absolute !important; */
    top: 50% !important;
    /* transform: translate(0%, -50%) !important; */
    width: 100%;
}
.slick-track {
    display: flex !important;
    align-items: flex-start;
}
.slick-slide {
    height: inherit !important;
}
/* footer */
.footer {
    width: 100%;
    float: left;
    background: #111111;
    padding: 0 2em;

}

.footer .footerWrapper {
    padding: 0 0 23px;
    width: 100%;
    margin: 0 auto
}

.footer .footerWrapper .leftZone {
    display: -moz-box;
    display: -ms-flexbox;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    width: 30%;
}

.footer .footerWrapper .logos img {
    margin-bottom: 20px;
    width: 183px
}

.footer .footerWrapper .txt {
    font-size: 12px;
    line-height: 1.8;
}

.footer .footerWrapper .topZone {
    display: flex;
    padding: 36px 0;
    margin: 0;
    justify-content: space-between;
}

.footer .footerWrapper .centerZone .title {
    color: #828282;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer .footerWrapper .centerZone .title span {
    color: var(--main);
}

.footer .footerWrapper .sns_wrap {
    display: flex;
    align-items: flex-start
}

.footer .footerWrapper .sns_wrap a {
    background-color: #2e3135;
    border: 1px solid #304059;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 10px;
    padding: 23px 20px;
    text-align: center;
}

.footer .footerWrapper .sns_wrap a span {
    color: #015686;
    font-size: 1.7vw;
    display: block;
    transition: .4s ease-out;
    margin-bottom: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.footer .footerWrapper .sns_wrap a.full {
    padding: 0;
    border: none;
    background: unset;
}
.sns_wrap a .icon-service {
    background-image: linear-gradient(#ff6335,#ff35a2);
}
.sns_wrap .icon-telegram {
    background-image: linear-gradient(#16d3fb,#00d2ff);
}
.sns_wrap .icon-kakao1 {
    background-image: linear-gradient(#ffea30,#ffdc00);
}
.sns_wrap .icon-sphere {
    background-image: linear-gradient(#ffacac, #ff0b74);
}

.footer .footerWrapper .rightZone01 {
    display: flex;
    gap: 30px;
    margin-top: 44px;
}

.footer .footerWrapper .rightZone01 .links .title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px
}

.footer .footerWrapper .rightZone01 .links .content {
    display: flex
}

.footer .footerWrapper .rightZone01 .links .content .left01 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .footerWrapper .rightZone01 .links .content a {
    white-space: nowrap;
    font-size: 13px;
    cursor: pointer;
    transition: .4s ease-out
}

.footer .footerWrapper .rightZone01 .links .content a:hover {
    color: var(--main)
}

.footer .footerWrapper .downZone {
    border-top: 1px solid #304059;
    padding-top: 29px
}
.footer .footerWrapper .downZone img {
    height:50px;
    margin-right:20px;
}

@media (max-width: 1591px) {
    .footer .footerWrapper .centerZone .content ul li a {
        padding:0
    }
}

@media (max-width: 1200px) {
    .footer .footerWrapper .centerZone .content ul li {
        padding-bottom:26%
    }
}

.footer_notice {
    animation: downIn-1547b184 .4s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes downIn-1547b184 {
    0% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.homePage {
    animation: none!important
}

.aniFrame {
    animation: leftIn .4s;
    animation-fill-mode: forwards;
    opacity: 0
}

.titlePic {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 0;
    color: var(--main);
}

.titlePic img {
    height:40px;
    margin-right:10px;
}
.titlePic h2 {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: var(--main);
    font-size: 24px;
    white-space: nowrap
}

.titlePic .line {
    height: 2px;
    width: 100%;
    background-color: var(--main);
}

.noticeFrame .tabZone ul {
    display: flex;
    overflow: scroll;
}

.noticeFrame .tabZone ul li {
    height: 58px;
    width: 100%;
    max-width: 200px;
    background: linear-gradient(180deg,#21273a 0%,#0b0f11 100%);
    box-shadow: inset 0 4px var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-out;
    position: relative;
    border: 1px solid #304059;
    margin-left: -1px;
    padding: 10px;
    color: white;
}

.noticeFrame .tabZone ul li.active,
.noticeFrame .tabZone ul li:hover {
    background: linear-gradient(107.82deg,var(--main) 2.47%,var(--main01) 40.06%,var(--main01) 76.13%);
    color: var(--font04);
}

.noticeFrame .tabZone ul li span {
    background: linear-gradient(353.95deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 97.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    transition: .3s ease-out;
    margin-right: 5px
}

.noticeFrame .tabZone ul li.active span,.noticeFrame .tabZone ul li:hover span {
    background-image: linear-gradient(var(--font04), var(--font04));
}

.noticeFrame .tabZone ul li h4 {
    font-size: 14px;
    transition: .4s ease-out;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.noticeFrame .searchZone {position: relative;width: 300px;margin-right: 15px;}
.noticeFrame .searchZone input {background-color: #0b0b11;border-radius: 6px;padding-left: 14px;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;height: 35px;margin-bottom: 0;}
.noticeFrame .searchZone input:placeholder-shown + .searchIcon .icon-search{display: block;}
.noticeFrame .searchZone input:placeholder-shown + .searchIcon .icon-delet{display: none;}
.noticeFrame .searchZone input:not(:placeholder-shown) + .searchIcon .icon-search{display: none;}
.noticeFrame .searchZone input:not(:placeholder-shown) + .searchIcon .icon-delet{display: block;}
.noticeFrame .searchZone input::placeholder {color: #b6b6b6;font-size: 14px}
.noticeFrame .searchZone .searchIcon {position: absolute;right: 0px;top: 9px}
.noticeFrame .searchZone .searchIcon span {color: #b4b4b4;font-size: 13px;padding: 2px;cursor: pointer;}

.noticeFrame .infoZone table {
}

.noticeFrame .infoZone table tr {background: #171a21;}

.noticeFrame .infoZone table tr th {
    padding: 16px;
    width: 14%;
    text-align: left;
    background: #2e3135;
    color: white;
}

.noticeFrame .infoZone table tr td{
    text-align: left;
    padding: 10px;
}
.noticeFrame .infoZone table input {
    padding: 5px 10px;
    background-color: #000000b3;
    border: 1px solid #303644 !important;
    color: white;
    max-width: 300px;
}
.noticeFrame .listZone {
    width: 100%;
    margin-top: 30px;
}

.noticeFrame .listZone ul.imgList {
    display: grid;
    grid-template-columns: var(--pc-thumb-cnt);
    gap: 15px;
}

.noticeFrame .listZone ul.imgList li {
    min-width: 0;
    width: 100%;
    transition: .4s ease-out;
    position: relative;
    border: 1px solid #485160;
    background-color: #000000;
    border-radius: 12px;
    animation-name: fadeInUp;
}

.noticeFrame .listZone ul.imgList li .upZone {
    border-radius: 9px 9px 0 0;
    overflow: hidden;
    cursor: pointer
}

.noticeFrame .listZone ul.imgList li .upZone img {
    width: 100%;
    height: auto;
    transition: .4s ease-out
}

.noticeFrame .listZone ul.imgList li:hover .upZone img {
    transform: scale(1.1)
}

.noticeFrame .listZone ul.imgList li .bottomZone {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.noticeFrame .listZone ul.imgList li .bottomZone h3 {
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noticeFrame .listZone ul.imgList li .bottomZone .btnP {
    color: var(--font04);
    padding: 10px;
    text-decoration: none;
    background-color: var(--main);
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: .3s ease-out;
}

.noticeFrame .listZone ul.imgList li .bottomZone .btnP:hover {
    background-color: var(--main)
}

.noticeFrame .listZone table {
    width: 100%
}

.noticeFrame .listZone table tr {
    transition: .4s ease-out
}

.noticeFrame .listZone table tr:hover {
    background-color: #2e3135
}

.noticeFrame .listZone table tr th {
    padding: 10px 0;
    color: var(--font04);
    font-weight: 700;
    font-size: 14px;
    position: relative;
    background-color: var(--main01);
    border-radius: 0;
    vertical-align: middle;
}

.noticeFrame .listZone table tr th:first-child:before {
    width: 1px;
    height: 21px;
    background-color: #b4b9e6;
    position: absolute;
    left: 0px;
    bottom: 0px
}

.noticeFrame .listZone table tr th:after {
    width: 1px;
    height: 21px;
    background-color: #b4b9e6;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.noticeFrame .listZone table tr td {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 5px;
    border-bottom: 1px solid #304059;
    position: relative;
    vertical-align: middle;
}

.noticeFrame .listZone table tr td label {
    padding-left: 15px;
}

.noticeFrame .listZone table tr td.back {
    color: var(--main)!important
}

.noticeFrame .listZone table tr td a {
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noticeFrame .listZone table tr td span.cancel {
    color: #f20f2a!important
}

.noticeFrame .listZone table tr td img.logo {
    height: 17px;
    margin-right: 6px
}

.noticeFrame .listZone table tr td h5 {
    display: none
}

.noticeFrame .listZone table tr td .btnFrame {
    display: flex;
    align-items: center
}

.noticeFrame .listZone table tr:nth-child(even):hover {
    background-color: #2e3135
}

.noticeFrame .bet{color: white;background: red;padding: 0px 5px;border-radius: 3px;font-size: 8px;}
.noticeFrame .topZone {display:flex;justify-content: space-between;}
.noticeFrame .upVotes {cursor: pointer;}
.noticeFrame .upVotes.on i{color: red;}

.reply-edit {margin: 5px 0;display: flex;gap: 5px;}
.reply-edit .reply-content {height: 36px;flex: 1;}
.reply-edit .btn-write {background: #1e88e5;}
.reply-list .btn-edit {background: #1e88e5;}
.reply-list .btn-delete {background: #ff0000;}
.reply-list table tr th {background: #010e28;vertical-align: top;padding: 10px;}
.reply-list table tr td {border-radius: 0;color: white;border-right: 1px solid;border: 0;border-color: #505050;padding: 10px;vertical-align: middle;}
.reply-list table tr td button {height: 30px; line-height: 30px;}

.btn-wrap {
    margin-top: 15px;
}
.btn-wrap > button {
    background: #ce0000;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.bet-list-wrap.listZone {
    margin-top: 5px;
}
.bet-list-wrap .bet-content{
    padding: 5px;
    margin: 0;
    background: #202326;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.bet-list-wrap .bet-content.on {
    border: 1px solid var(--main);
}
.bet-list-wrap .league-wrap{
    display:flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.bet-list-wrap .sel-pick {
    background: #00315c;
}

.bet-list-wrap .team-info-wrap img{
     width: 10px;
}

.bet-list-wrap .status{
    padding: 3px 10px;
    border-radius: 5px;
    white-space: nowrap;
}

.bet-list-wrap .bet-result {
    display: flex;
    color: white;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    align-items: center;
}

.bet-list-wrap .bet-result.sports {
    justify-content:space-between;
}

.bet-list-wrap .chk-wrap [type=checkbox]+label:before {
    background:white
}

.bet-list-wrap .chk-wrap [type=checkbox]:checked+label:before {
    background:none;
    border-right-color: white;
    border-bottom-color: white;
}

.bet-list-wrap .btn-sel {
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 16px;
    top: 16px;
}
.bet-list-wrap .btn-sel.icon-state:before {
    content:'\e97b';
    color:white;
    font-size: 14px;
}

.bet-list-wrap .on .btn-sel.icon-state:before {
    content:'\e97b';
    color: var(--main);

}
.bet-list-wrap .slip .btn-sel {
    display: flex;
    position: relative;
    left: 0;
    top: 0;
}

.bet-list-wrap .slip .btn-sel span{
    padding: 5px;
    margin: 0;
    font-size: 12px;
    color: #03a9f4;
}

.bet-list-wrap .bet-result button {
    background: #ce0000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.bet-list-wrap .bet-result .info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bet-list-wrap .bet-result .info .sp-number {
    color: var(--main);
    font-size: 16px;
    font-weight: 600;
}

.bet-list-wrap th {
    border-left: 1px solid #0096da;
}

.bet-list-wrap td {
    border-left: 1px solid #302e2e;
}
.bet-list-wrap .icon-arrow-up {
    color: #F44336;
    margin: 0 2px;
}

.bet-list-wrap .icon-arrow-down {
    color: #03A9F4;
    margin: 0 2px;
}

.bet-list-wrap .handi-mark {
    color: #03f45f;
    margin: 0 2px;
}

.bet-list-wrap .rate {
    color: #ffca2c;
}

.bet-list-wrap .slip {
    margin-bottom: 10px;
    background: linear-gradient(0deg, black, #8c8c8c);
    border-radius: 7px;
}

.bet-list-wrap .slip.on {
    border: 1px solid #03a9f4;
}
.bet-list-wrap .slip .title{
    background: var(--main01);
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
}

.bet-list-wrap .slip .content {
    padding: 1px 8px 6px;
    position: relative
}

.bet-list-wrap .slip .content .ballZone {
    font-size: 12px;
    border-bottom: 1px dotted #cac5c5;
    color: white;
    padding: 10px 0px;
}

.bet-list-wrap .slip .content .ballZone .team-wrap{
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}

.bet-list-wrap .slip .content .ballZone .team-wrap .team{
    color: #66d4ff;
    display: flex;
    align-items: center;
}

.bet-list-wrap .slip .content .ballZone .team-wrap .team img{
    margin-right: 5px;
}

.bet-list-wrap .slip .content .ballZone .time-wrap {
    display:flex;
    align-items: center;
    margin-bottom: 8px;
}
.bet-list-wrap .slip .content .ballZone .time-wrap .time{
    font-size: 11px;
    margin-right: 6px;
}

.bet-list-wrap .slip .content .ballZone .time-wrap .mark{
    color: var(--main);
}

.bet-list-wrap .slip .content .ballZone .bet-pick-wrap {
    display: flex;
    border-radius: 5px;
    justify-content: space-between;
    height: 30px;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
}
.bet-list-wrap .slip .content .ballZone .bet-pick-wrap > div{
    border: 1px solid #8c8c8c;
    padding: 7px 5px;
    text-align: center;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bet-list-wrap .slip .content .ballZone .bet-pick-wrap .home-pick {width: 100%;height: 100%;}
.bet-list-wrap .slip .content .ballZone .bet-pick-wrap .base-line {height: 100%;}
.bet-list-wrap .slip .content .ballZone .bet-pick-wrap .away-pick {width: 100%;height: 100%;}
.bet-list-wrap .slip .content .ballZone .bet-pick-wrap .team-name {font-size: 10px;}
.bet-list-wrap .slip .content .ballZone .bet-pick-wrap .score {white-space:nowrap}
.bet-list-wrap .slip .content .ballZone .score-wrap {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bet-list-wrap .slip .content .ballZone .score-wrap .score {
    color: var(--main);
}
.bet-list-wrap .slip .content .status{
    padding: 5px 10px;
    border-radius: 5px;
    background: #0088ff;
    white-space: nowrap;
}

.bet-list-wrap .slip .content .resultZone {
    margin-top: 7px;
    align-items: center;
    width: 100%;
    align-items: end;
    color: white;
    font-size: 12px;
}

.bet-list-wrap .slip .content .resultZone .result{
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    align-items: center;
}

.bet-list-wrap .slip .content .resultZone .result .sp-number {
    font-size: 16px;
    color: #32dbff;
    font-weight: 600;
}
.bet-list-wrap .slip .content .resultZone .button-wrap{
    border-top: 1px solid #5d5c5c;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
    gap:5px;
}
.bet-list-wrap .slip .content .resultZone .button-wrap button {
    padding: 7px 20px;
    border-radius: 5px;
    background: #f73759;
}

.bet-list-wrap td .icon-check:before{
    content:'\ebb7';
    font-size: 21px;
    cursor: pointer;
}

.bet-list-wrap td.on .icon-check:before{
    content:'\ebb6'
}

.comp_rate {color: white;}
.comp_rate h2{color: #ffffff;font-size: 16px;padding: 10px;background: #2e3135;border-radius: 5px;margin: 10px 0;}
.comp_rate .main_tap {display: flex;gap: 1px;overflow: scroll;}
.comp_rate .main_tap li{padding: 10px 15px;background: linear-gradient(0deg, #424242, #6c6c6c);min-width: 100px;text-align: center;cursor: pointer;}
.comp_rate .main_tap li.on{color: #ffffff;background: linear-gradient(0deg, #0079a8, #0abbff);}
.comp_rate .sub_tap{display: grid;grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));gap: 1px;margin-top: 1px;}
.comp_rate .sub_tap li{text-align: center;padding: 10px;background: #2e3135;cursor: pointer;}
.comp_rate .sub_tap li.on{background: #038dc2;}

.comp_rate .comp_panel .comp_list{display: grid;grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));gap: 5px;flex-wrap: wrap;margin-top: 9px;}
.comp_rate .comp_panel .comp_list li{display: flex;padding: 10px;min-width: 150px;justify-content: space-between;border-radius: 5px;border: 1px solid #979797;}

.contentZone {
    margin-top: 20px
}

.contentZone .time {
    color: #ffffff;
    font-size: 14px;
    padding: 6px 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    margin: 0 auto
}

.contentZone .time .pageBack {
    display: flex;
    align-items: center
}

.contentZone .time .pageBack a {
    color: var(--main);
    font-size: 14px;
    transition: .3s ease-out;
    cursor: pointer
}

.contentZone .time .pageBack a:hover {
    color: var(--main)
}

.contentZone .time .pageBack .crossLine {
    width: 1px;
    height: 13px;
    background-color: var(--main);
    margin: 0 10px
}

.contentZone .time .title {
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto
}

.contentZone .time span.timeR {
    color: #ffffff;
    font-size: 14px;
    margin-left: 4px;
    display: flex
}

.contentZone .time span.timeR .name {
    margin-right: 26px;
    position: relative
}

.contentZone .time span.timeR .name:after {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #e5e5e5;
    position: absolute;
    right: -12px
}

.contentZone .txt {
    padding: 20px;
    border-top: 1px solid #353535;
    /* background-color: #0f1010; */
}

.contentZone .txt h2 {
    font-size: 20px;
    color: var(--main)
}

.contentZone .txt p {
    font-size: 12px;
    color: #ffffff;
    margin-top: 12px;
    line-height: 1.6;
    text-align: justify
}

.contentZone .btnFrame {
    width: 100%;
    display: flex;
    justify-content: center
}

.contentZone .btnP {
    height: 40px;
    padding: 0 47px;
    color: #ffffff;
    background-color: var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    float: right;
    margin-top: 23px;
    cursor: pointer;
    border: 0px;
    transition: .2s ease-out
}

.contentZone .btnP:hover {
    background-color: var(--main)
}

.blocker{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

.blocker::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.modalX {
    width: 694px;
    max-width: 1200px;
    min-height: 500px;
    border-radius: 8px;
    position: relative;
    background: #1f1f1f;
    z-index: 99999;
    vertical-align: middle;
}
.modalX .icon-x-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: white;
    font-size: 24px;
}

.content-view {
    padding: 24px;
    overflow: scroll;
}
.content-view .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 1em;
    gap: initial;
    width: 95%;
}
.content-view .container .main-title {
    font-weight: 700;
    font-size: 24px;
    color: #efecec;
    text-align: left;
}
.content-view .container .top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1em;
    color: white;
}
.content-view .container .top .title {
    margin-right: auto;
    font-weight: 700;
    font-size: 18px;
    color: var(--font-primary);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-view .container .bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 1em;
    padding: 2em 0.5em;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    color: var(--font-primary);
}
.content-view .container .bottom .content {
    width: 100%;
    min-height: 200px;
    word-break: break-all;
    /* overflow-y: auto; */
    white-space: pre-wrap;
    text-align: left;
    line-height: normal;
}
.content-view .container .bottom .content::-webkit-scrollbar-thumb {
    height: 30%;
    background: var(--scroll-fg-secondary);
    border-radius: 10px;
}
.content-view .container .bottom .content::-webkit-scrollbar-track {
    background: var(--scroll-bg-secondary);
}
.content-view .container .bottom .content::-webkit-scrollbar {
    width: 8px;
}
.edit_popup {
    width:300px;
    height: auto;
    min-height:unset;
    padding: 20px 5px 5px;
    background: #1f1f1f;
    border-radius: 8px;
    position:relative
}
.edit_popup .icon-x-modal {
    position:absolute;
    color:white;
    font-size:20px;
    right:0;
    top: 0;
    padding: 10px;
    cursor: pointer;
}
.edit_popup h3 {
    font-size: 20px;
    color: white;
}
.edit_popup .content {
    margin-top: 30px;
}
.edit_popup input {
    color:white;
    text-align:center
}
.edit_popup button {
    margin-top:20px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #03A9F4;
    color: white;
    margin-bottom: 10px;
}
#home.main_content {
    /* padding:0; */
}
.home_content {
    padding: 20px 40px;
}
.home_content .casinoZone {
    border-bottom: 1px solid #304059;
    padding-bottom: 17px;
    width: 100%
}

.home_content .casinoZone .title {
    color: #828282;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 24px
}
.home_content .casinoZone .title img {
    width: 30px;
    margin-right: 10px;
}
.home_content .casinoZone .title span {
    margin-right: 5px;
    color: var(--main);
}

.home_content .casinoZone .title .txt {
    display: flex;
    font-family: arial;
    font-size: 24px;
    color: var(--font03);
    align-items: center;
}

.home_content .casinoZone .title h3 {
    color: var(--main);
    margin-left: 4px
}

.home_content .casinoZone .content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: start;
    gap: 10px;
}

.home_content .slotZone {
    padding-top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
}

.home_content .slotZone .leftFrame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.home_content .slotZone .slotLeft {
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.home_content .slotZone .leftZone {
    width: 56%;
    border-radius: 17px;
    background: linear-gradient(180deg,#21273a 0%,#0b0f11 100%);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: .4s ease-out
}

.home_content .slotZone .leftZone .pic {
    background-size: cover;
    width: 100%;
    transition: .4s ease-out;
    position: relative
}

.home_content .slotZone .casino .leftZone .pic {
    background: url(../images/main/adL_casino.png) no-repeat center;
    background-size: contain;
}

.home_content .slotZone .slot .leftZone .pic {
    background: url(../images/main/adL_slot.png) no-repeat center;
    background-size: contain;
}

.home_content .slotZone .mini .leftZone .pic {
    background: url(../images/main/adL_mini.png) no-repeat center;
    background-size: contain;
}

.home_content .slotZone .virtual .leftZone .pic {
    background: url(../images/main/adL_virtual.png) no-repeat center;
    background-size: contain;
}

.home_content .slotZone .sports .leftZone .pic {
    background: url(../images/main/adL_sports.png) no-repeat center;
    background-size: contain;
}
.home_content .slotZone .leftZone:hover {
    border: 2px solid #aab8d5;
    filter: drop-shadow(0px 0px 20px rgba(170,184,213,.6901960784));
}

.home_content .slotZone .leftZone:hover .pic {
    transform: rotate(5deg) scale(1.1)
}

.home_content .slotZone .leftZone .ppPro {
    position: absolute;
    top: 0px;
    left: 0px
}

.home_content .slotZone .leftZone .ppPro img {
    width: 8vw
}

.home_content .slotZone .rightZone ul li .ppPro {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8
}

.home_content .slotZone .rightZone ul li .ppPro img {
    width: 2.78vw
}

.home_content .slotZone .centerZone {
    width: 35%
}

.home_content .slotZone .centerZone .upZone {
    padding-bottom: 20px;
    border-bottom: 1px solid #304059;
    margin-bottom: 20px
}

.home_content .slotZone .centerZone .upZone h2 {
    color: var(--main);
    font-size: 2.1vw;
    margin-bottom: 20px
}

.home_content .slotZone .centerZone .upZone p {
    color: var(--font03);
    line-height: 1.6;
    font-size: .8vw
}

.home_content .slotZone .centerZone .downZone {
    display: flex;
    justify-content: space-evenly;
}

.home_content .slotZone .centerZone .downZone a {
    color: var(--font04);
    font-weight: 700;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: none;
    background: var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-out;
    margin: 0;
}

.home_content .slotZone .centerZone .downZone a:hover {
    font-weight: 700;
    background: var(--main)
}

.home_content .slotZone .rightZone {
    width: 15%
}

.home_content .slotZone .rightZone ul li {
    width: 100%;
    border: 1px solid #304059;
    border-radius: 10px;
    margin-bottom: 21px;
    background: #21273a;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: .4s ease-out
}

.home_content .slotZone .rightZone ul li:before {
    content: "";
    background-image: linear-gradient(0deg,rgba(0,168,234,.75),rgba(0,168,234,.75));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: .4s ease-out
}

.home_content .slotZone .rightZone ul li:hover:before {
    opacity: 1
}

.home_content .slotZone .rightZone ul li .pic {
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 2;
    position: relative;
    transition: .4s ease-out
}
.home_content .slotZone .rightZone ul li:hover {
    border: 2px solid #aab8d5;
    filter: drop-shadow(0px 0px 20px rgba(170,184,213,.6901960784));
}
.home_content .slotZone .rightZone ul li:hover .pic {
    transform: rotate(5deg) scale(1.2)
}

.home_content .slotZone .rightZone ul li.s01 .pic01 {
    background-image: url(../images/common/adr_casino.png);
}

.home_content .slotZone .rightZone ul li.s02 .pic02 {
    background-image: url(../images/common/adr_slot.png);
}

.home_content .slotZone .rightZone ul li.s03 .pic03 {
    background-image: url(../images/common/adr_mini.png);
}

.home_content .slotZone .rightZone ul li.s04 .pic04 {
    background-image: url(../images/common/adr_virtual.png);
}

.home_content .slotZone .rightZone ul li.s05 .pic05 {
    background-image: url(../images/common/adr_sports.png);
}

.home_content .slotZone .rightZone ul li .mask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #f2d09b;
    background: linear-gradient(180deg,#21273a 0%,#0b0f11 100%);
    border-radius: 8px;
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: .4s ease-out;
    opacity: 0
}

.home_content .slotZone .rightZone ul li .mask .inner {
    width: 98%;
    height: 98%;
    background: #ffeed3;
    background: linear-gradient(180deg,#21273a 0%,#0b0f11 100%);
    border-radius: 8px;
    z-index: 1;
    transition: .4s ease-out;
    opacity: 0
}

.home_content .slotZone .rightZone ul li:hover .mask,
.home_content .slotZone .rightZone ul li:hover .mask .inner {
    opacity: 1
}

.home_content .slotZone .rightZone ul li .txt {
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    z-index: 3;
    float: left;
    left: 4%;
    top: 29%;
    transition: .4s ease-out;
    opacity: 0
}

.home_content .slotZone .rightZone ul li:hover .txt {
    left: 10%;
    opacity: 1
}

.home_content .infoZone {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.home_content .infoZone .info01 {
    width: 100%;
    border: 1px solid #1f222e;
    background-color: #0f1010;
    border-radius: 10px;
    padding: 23px;
    margin-top: 25px;
}

.home_content .infoZone .info01:before {
    position: absolute;
    top: 0px;
    width: 420px;
    height: 31px;
    left: 0px
}

.home_content .infoZone .info01:before {
    background-image: url(data:image/webp;base64,UklGRigKAABXRUJQVlA4WAoAAAAQAAAAowEAHgAAQUxQSNwEAAAFkB1JkiQrs7sCYMgDIqHCjQqIBPIgwTuqOiszq+Yw27+IcOC2bSTN3jszrRw73eMJ2/bry8ftmbn8//Nt2/5+2p6dy7/Pv75uz8/ld9373OyM2zN0+cC2uzXSIzcJULCCr4IAZWW9SThgIsdVEXQCSl3IkLAC0C1Vtbc3tb0SgDLSQlBEL2QCjkaOC8CChbIqNaJWUgrnARBYHMmuDGEqeG5tizXUycYb7q7CnBYK45OoUBECragnHAj8Onkl1FVWvmgbiTn6OOPYCij2MbwqRGijtEChisMIKBQCCr4svPtGGYmZVwgQhGAmtjq0c2rloghalVMBEEOiwGA645l1dpyTvtDzAlScm+QVEYAZRADKfULU4po/vxA6fdt/w+k2fWiyVhZFTBZdRajPU1eFYdaJlvH+epf15FlQFLT86JqAWPCyZxmnPJdKab1DAEOBnWEGVQGtvGeZ0SCj+tw9o9FeHt4ufag/3DI0PVUCK4B6MvQR39nHq058USMlEUU1ehY1MPpwjykjh7r7ykcAI2UYgo8iNXpB2sLdEvaxQzUBgw14StOYRQlMaQNFGNisAhuVrxMUOCMSwrdiu2KtaXB2Pcg+a5epnSqhEN4dlt42IV0zJijuesNxXBESR9ztbX05xKRwmVJ7drkX59dgWzVzC6pNATpA9PJwY0spwBXzGQgSVxz7DdDFJkCZ3bZVcptBBzPQO88RJCIAZAJrOHMW0GOkRIgqX+ZJVMxlZlktitHJhL3k0p8GhjOVjaIAGsuEiUC5QYrltCGRcLmQHaK68fqDF2q4ysNIuJ2MwexMEMKhGvLMX2EK+QWwXwAg7Or9VMMq+2UPZoVTGBkV5eM8Fb9OYAZziaAITgU4ZQs4rXGMQZiGdw6laD0TQpEXNZpMi7U7mS4zrxMNLegiR44LxSXBNpcJz2eLqYJRzNbnOMdTZkhvrBjoWTwC9oXT8Z0w6RzwMOjI7DdifHdwC0+t4RHoUlRYQmBZ7NBlKDmcxyqJBJ7dGcqhpGic6vLF5ydTULy17Jbu+30KIoqAREhRUa+iztqCCeXmSIsv4fwSR2h6KPL7YdFLABBFLxyGRELKWLAUFi/RxCV0s383QIpTAq4JrBCNGHjdbBJNPzZDMH+qcsoyzUZZ6WR4wu2xVVVVtj2Lg1FC0hiOXVsQETL9rLHl7Qwb7UhuEXXLd1S2H4PUVvcW1RF9pr/aTI0C5xk0VshcwAlePd7BhvM9dH0yIiQxOjJGzx1t2MGUsF5mSELCgDwtQKi2yYb+3ADCZrURSngzYKTZqinPXARGNS/OGVRV9LBgKkgWioDaR8sUWeawVCwnyFCSGgaHVWzXizadhUKR9rE3UiMx5Go0+VRbOtb4JoxBb4g6zWU4LaQz2+a/7qTJTcSOMRE27rtKw6Inl+AO+VqnVnCOZz6q8d0RPAnncWXPzcVtn0Qcop+xsgO2zSRgVZlwEeNWfk7SrxDASoEFoP7tYytd+LvcB5/FY9mBfch7dO44KQkJKGMtmoOYO4RtMBBnCoq3hq6SjPWfh51pONHnHtRu1sAZ7+Gj4aIujZXxMFaf8tvMpO39LFxiVK45Ma2leC0yp/yye6pl2UJZRkSQQD+8yCX6+Maj+aUUAkfGYKGcerW4ppY/WWODyonyX0mvblZQOCAmBQAAMCMAnQEqpAEfAD5tLJBFpCKhmEzdOEAGxLM2DKXKfRm3oAdQnOftOmnO/1w/9+Ql/T3yv85/x/YBzZvTv/Ov996lf5P/dv1R9/nTAOe//cz4jf8l+IHtQZzdrRdM+zDzQLc3Y3gEWeUjmG1npu2nDyAaImxCRGwp2U7dZieUcFVPDTfsMEso4tNoihVzzpo3G8+VJfQCcTFUnv0cmlGfGUbK9f1A9pT381VGy3CfWLA85sfh7FxbCKfhkCWmmIN2XL80Jg+jv62DDFLvjJzjMtcRuErnM5rp2v0Oqnr6Uws2QXzgU7pSMJfa8eyfGQGGevX2z+gQh9oUgoZDbmzsXFI5dhSSakg+5VI8QozmFiq/J2X4fm/TSFzhv3EBUKTlAcAA/vPl9F3Hoaq5uTbO8b+Odt+4dUxACOpIjJQK37x4yXPzi/rH//1av/a88iKOKOJTBKp/u/0Xk4OX0O/I1Lk0NaRaED6aPeX6o2os9PWZSi7QOp8p5wiI9OkxI8v5HXNFtKgmQs242gc3rp8UBpOkwrq6L/vcpTljRVxKw1gY0tuQ8USZHHkt+lbx9A4bgUhxCAXWWKBRJz6nUZOLUybULvPN1cK3pzONHqqoyJ6R+FdN4iaU+ly2SivNeZ6EbeNH9Wud07Hxw0RKksD0q1/QsehFLEykJY1n4rOiwfwCbpG8XdURZrkslUaxtYhNqyOIP46zGClq4C+p0vF8CVwy5gd/sK+WWRh6o8nQyieVxl1kGp9bng0RPI6Fcb+IcYeqAaTYijJOQToiNJ8jdc0QaRzCmR6psrtP7ZO88O8eS1h9Xtxdm8usB1JMAwT4ufbEagBjvCT7yAaiFQNlIZFLNHOd5bnP2LebrSjJ5sI771+onZ/6bU/4P//+nXEA7Yqp1ggIjcUpMTHLcP+LyM53zocAy/MGU+dO4e6mXpMyrO37quuDNRnhj5ST8ZJqBnTM8SVroiXRI487RLaUIQJVYTbwIxMITo+Xb0XnvgTFc2l2AxbIxRm4EWfy35s91PZNmhhmQ4al/Kfhb5jCebTUeWxklUaI2YMi6OITSvsfOswsHf/LcZOv2+lbbXWFajJx6PbnnRJ8cOZqsoFvwssBFWdppd+LH8TDeUvkqqHxFtlpfZ9YVlVtSrUyB/1uBhM3C9gGCW7/OgZRpJVSR93GF2k1OkjqWmBdUfAkpAtgULFzaMTVf5+FozaQPJcCfP0jnFjtG2XeXfReHG8ScWz94wBhT1cWoOHrUDHAlr3fcCqanvdxzRBWNTGpa5K+kZ+xbat7sCbV088X6feYxqL3Uz5Q2TJBcMN1B8fkjG7JU4CFjT707n+4urqCQKmpDlNfmXC6knx8CkqWX87Kue5jropJ710CQvGswBA1ShzIOtsfLv0xsiXHNXd9x7NIcrBxD/6FcIMDNuMNxKBHVvEUBfiD8KO/+aDgXy47/j7QoaaxYOI+L9thmGrxoPDiksvdmMXMd0KjoS8qqMx1FPFyXQgOCtEi+MjWDd44iZ2+IU06Gli5zK6XMm33Xb3+H4A8PFzNEz4ftPT8qcrwRWZU60aE/fuuoI8EiYSNND7LlaoSxYd1diXLRe3xBRIuZmz19WVkycRvjem++hL0SQ/13zR5pATxBZ1RfvOl4w2BVvodQiLtkcEXwpwrz8sXUf/EBvmvvprcPk/Ged8zvQ+kihtFUmEds6Gr8HsACwMGK1JyX0hZlOA/+8l3ohhOsl/l5+iGE6xSwqFUYcja/2D/IAAAAA==)
}

.home_content .infoZone .info01 .title {
    color: #828282;
    font-size: 18px;
    font-weight: 700
}

.home_content .infoZone .info01 .title span {
    color: var(--main);
    margin-left: 5px;
}

.home_content .infoZone .info01 .listFrame {
    margin-top: 14px;
    height: 200px;
    overflow: hidden;
}

.home_content .infoZone .info01 .list {
    animation-duration: 1s;
    background-position: -15px -13px;
    animation-iteration-count: infinite;
    animation-timing-function: step-start;
    animation-play-state: running
}

.home_content .infoZone .info01 .list:hover {
    animation-play-state: paused
}

.home_content .infoZone .info01 .list a {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #303644;
    cursor: pointer;
    justify-content: space-between;
    transition: .4s ease-out;
    padding: 0 9px;
}

.home_content .infoZone .info01 .list.listC a {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.home_content .infoZone .info01 .list a:hover {
    background-color: #00a8ea7a
}

.home_content .infoZone .info01 .list a .no {
    color: #c9d8c2;
    font-size: 13px;
    width: 10%;
    padding-left: 1%
}

.home_content .infoZone .info01 .list a .no .outer {
    display: flex;
    clip-path: polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);
    width: 25px;
    height: 21px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: #0f543e
}

.home_content .infoZone .info01 .list a .no .outer span {
    display: flex;
    clip-path: polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);
    width: 20px;
    height: 17px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    background: #a5cb2d;
    background: linear-gradient(0deg,#114f3c 0%,#a8cd2d 100%);
    color: #c9d8c2
}

.home_content .infoZone .info01 .list a .time {
    font-size: 12px;
    text-align: left;
    color: var(--font03);
    transition: .4s ease-out
}

.home_content .infoZone .info01 .list a .message {
    font-size: 14px;
    text-align: left;
    color: var(--font03);
    transition: .4s ease-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 286px
}

.home_content .infoZone .info01 .list a:hover .message {
    font-size: 12px;
    padding-right: 4%;
    color: #ffffff;
    transition: .4s ease-out
}

.home_content .infoZone .info01 .list a:hover .time {
    font-size: 12px;
    color: #ffffff
}

.home_content .aniModel {
    -webkit-animation: aniModel 1s infinite;
    animation: aniModel 1s infinite
}

.pop_wrap {
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #282932;
    border-radius: 10px;
    padding: 33px 54px;
    color: var(--main);
}

.pop_wrap .icon-x-modal {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: .2s ease-out;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
}

.pop_wrap .icon-x-modal:hover {
    transform: rotate(360deg)
}

.pop_wrap .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--main);
}

.pop_wrap .title img {
    height: 35px;
    margin-top: 20px;
}

.pop_wrap .title h2 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
}

.pop_wrap .inputFrame {
    display: flex;
}

.pop_wrap .inputFrame .info {
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 35px;
    width: 30%;
}

.pop_wrap .inputFrame .info span.ficon {
    font-size: 15px;
    margin-right: 5px
}
.pop_wrap .inputFrame .info .txt span {
    display:none;
}
.pop_wrap .inputFrame .input_content {
    border-radius: 5px;
    color: #b4b4b4;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 3px;
    padding-bottom: 5px;
}

.pop_wrap .inputFrame .input_content input {
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    margin-bottom: 0;
    border-radius: 5px;
    font-size: 12px;
    background: #121212;
    border: 1px solid #303644;
    flex: 1;
}

.pop_wrap .inputFrame .input_content input:focus {
    border-bottom: none!important
}

.pop_wrap .inputFrame .input_content input::placeholder {
    color: #4f4f4f;
}
.pop_wrap .inputFrame .input_content select {
    display: block;
    padding: 0;
    height: 35px;
    padding-left: 10px;
    font-size: 12px;
    flex: 1;
}
.pop_wrap .inputFrame .input_content select:focus {
    outline: 0px
}
.pop_wrap .inputFrame .check_content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    background: #141414;
    border-radius: 5px;
    width: 100%;
    justify-items: start;
    gap: 8px 0;
    padding: 10px;
}

.pop_wrap .inputFrame button {
    height: 35px;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 8px;
    font-weight: 700;
    background: var(--main);
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    transition: .4s ease-out;
    white-space: nowrap;
}
.pop_wrap .inputFrame .msg-wrap {
    font-size: 10px;
    font-weight:400;
    color:#f64257;
    background:#ffe0e0;
    padding:5px;
    border-radius:3px;
    position:relative;
    margin-bottom:5px;
    width: 100%;
    text-align: left;
}
.pop_wrap .msg-wrap:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAQlBMVEUAAAD4Q0P6Z2f5VVX4PDz4Ojr4Pj74PDz4PT34Q0P4Q0P4Q0P/4OD/5ub/3d3/2Nj+y8v9vr79ra38n5/7enr6ZmZKJ2S9AAAADHRSTlMACfLx28OvkXRXOybQV4qiAAAATUlEQVQI1z3KRxLAIAwEQUwOQiL+/6sWGDOn7aoVuxDE7dH6uXBjuH9HWYqM52Razs18Rz8JgKZfO6kKXFWJYXteyN0yEGGHyCA4kXgBkxADLXbuG+cAAAAASUVORK5CYII=);
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 16px;
    top: -8px;
}
.pop_wrap .msg-wrap:has(ul:empty) {
    display:none;
}

.pop_wrap .btnFrame {
    margin-top:20px;
}
.pop_wrap .btnFrame button {
    text-align: center;
    transition: .2s ease-out;
    cursor: pointer;
    padding: 10px;
    border-radius: 50px;
    width: 100%;
    background-color: var(--main);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border: 0px;
    margin-bottom: 16px;
}

.pop_wrap .btnFrame p {
    color: #b8b8b8;
    font-size: 12px;
    cursor:pointer;
    transition: .4s ease-out
}

.pop_wrap .btnFrame p span {
    color: var(--main);
    transition: .4s ease-out;
    text-decoration: underline;
    margin-left: 5px;
}
#ask_pop .pop_wrap {
    width: 500px;
    padding: 20px 30px;
}
#ask_pop .pop_wrap .inputFrame {
    display: block;
    text-align: left;
}
#ask_pop .pop_wrap .inputFrame .txt {
    margin-bottom: 5px;
    margin-left: 5px;
}
#ask_pop .pop_wrap textarea {
    resize:vertical;
    background: #141414;
    border-radius: 5px;
    padding: 5px 10px;
    min-height: 150px;
}
#join_pop .pop_wrap.referee {
    width: 350px;
    height: auto;
    padding: 50px 35px 20px;
}

#login_pop .pop_wrap {
    padding: 0;
    display: flex;
}

#login_pop .pop_wrap .leftImg {
    width: 50%;
    position: relative
}

#login_pop .pop_wrap .leftImg img {
    position: absolute;
    bottom: 0px;
    right: 0;
}

#login_pop .pop_wrap .content {
    width: 45%;
    margin: 0 auto;
    padding: 30px 26px 23px 0;
}

#login_pop .pop_wrap .inputFrame {
    display: block;
    margin-bottom:10px;
}
#login_pop .pop_wrap .inputFrame .txt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

#login_pop .pop_wrap .captcha img {
    height: 35px;
    max-width: 50%;
    border-radius: 5px;
}

#login_pop .pop_wrap .content .sns_wrap {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-top: 16px
}
#login_pop .pop_wrap .content .sns_wrap img {
    max-width: 100%;
}

.main_content{
    width: 100%;
    margin-top: 70px;
    padding: 0 2em;
    padding-bottom: 85px;
}

.rightContent {
    height: auto;
    overflow: hidden;
    padding-left: 250px;
    animation: leftIn .5s;
}

.rightContent .contents {
    height: auto;
    float: right;
    position: relative;
    width: 100%
}

.LeftContent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    z-index: 14;
    top: 0px;
    bottom: 0px;
    padding: 10px 0 0;
    position: fixed;
    background: #0f1010;
    box-shadow: #485160 .1em 0 0;
    transition: .25s ease-out
}

.LeftContent .logoWrap img.logo1 {
    width: 100%;
    padding: 15px 30px;
    display: block;
}

.LeftContent .logoWrap img.logo2 {
    width: 100%;
    padding:10px;
    display:none;
}

.scrollFrame {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto
}

.scrollFrame::-webkit-scrollbar {
    width: 0px
}

.LeftContent .leftMenu {
    width: 82%;
    background-color: #2e3135;
    border-radius: 10px;
    padding: 17px;
    margin: 0 auto 19px
}

.LeftContent .snsMenu {
    padding: 0 !important;
    background: none;
}
.LeftContent .snsMenu a {
    display: block;
    margin-top:3px;
}
.LeftContent .snsMenu img {
    width: 100%
}

.LeftContent .leftMenu ul {
    width: 89%;
    margin: 0 auto
}

.LeftContent .leftMenu ul li {
    padding: 10px 3px;
    border-bottom: 1px solid #485160;
    position: relative
}

.LeftContent .leftMenu ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer
}

.LeftContent .leftMenu ul li a span {
    background: linear-gradient(353.95deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 97.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    font-size: 24px;
    margin-right: 25px;
    transition: .2s ease-out
}

.LeftContent .leftMenu ul li a .hovePic {
    position: absolute;
    display: none;
    transition: .4s ease-out
}

.LeftContent .leftMenu ul li a:hover span,.LeftContent .leftMenu ul li a.active span {
    background: linear-gradient(353.95deg,rgba(16,148,223,0) 0%,var(--main) 50.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #152350;
    opacity: 1!important;
    transform: scale(1.3);
}

.LeftContent .leftMenu ul li a .txt {
    color: var(--font03);
    font-size: 13px;
    transition: .3s ease-out;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.LeftContent .leftMenu ul li a:hover .txt,.LeftContent .leftMenu ul li a.active .txt {
    color: var(--main)
}

.LeftContent .leftMenu ul li a .txt b {
    color: #f20f2a;
}

.LeftContent .leftMenu ul li a img {
    width: 100%
}
@media screen and (min-width: 991px) {
    .zoomIN {
        width: 80px
    }
    
    .LeftContent.zoomIN + .rightContent{
        padding-left: 80px;
    }
    .LeftContent.zoomIN + .rightContent .header{
        width:calc(100% - 80px) !important
    }
    
    .zoomIN .leftMenu ul li a .txt {
        display: none
    }
    
    .zoomIN .leftMenu {
        border: 0px;
        background-color: #2e3135;
        box-shadow: none;
        padding: 17px 23px 3px 16px;
        margin-top: 0;
        margin-bottom: 0
    }
    .zoomIN .leftMenu.snsMenu {
        padding: 0 !important;
    }
    .zoomIN .leftMenu ul li {
        border-bottom: none
    }
   
    .zoomIN .leftMenu01 {
        margin-top: 10px;
        position: relative
    }
    
    .zoomIN .leftMenu01:after {
        content: "";
        width: 38px;
        height: 1px;
        background-color: #304059;
        position: absolute;
        top: 0px
    }
    
    .zoomOUT {
        width: 250px!important;
    }
    
    .zoomOUT .leftMenu ul li a .txt {
        display: flex!important
    }
    
    .zoomOUT .leftMenu {
        width: 82%!important;
        background-color: #2e3135!important;
        border-radius: 10px!important;
        padding: 17px!important;
        margin: 0 auto 19px!important
    }
    .zoomOUT .leftMenu.snsMenu {
        padding: 0 !important;
    }
    .zoomOUT .leftMenu ul li {
        padding: 10px 3px!important;
        border-bottom: 1px solid #485160!important;
        position: relative!important
    }
    
    .zoomOUT .leftMenu01 {
        width: 82%!important;
        background-color: #2e3135!important;
        border-radius: 10px!important;
        padding: 17px!important;
        margin: 0 auto 19px!important
    }
    
    .zoomOUT .leftMenu01:after {
        display: none!important
    }
    
    .zoomOUT .logoWrap img {
        animation: menuLOGO .4s;
        animation-delay: .05s;
        animation-fill-mode: forwards;
        opacity: 0
    }
}

.zoomIN.LeftContent .logoWrap img.logo1 {
    display:none;
}
.zoomIN.LeftContent .logoWrap img.logo2 {
    display:block;
}
.zoomOUT.LeftContent .logoWrap img.logo1 {
    display:block;
}
.zoomOUT.LeftContent .logoWrap img.logo2 {
    display:none;
}
@keyframes menuLOGO {
    0% {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translate(-50%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0);
        opacity: 1
    }
}

@media (max-width: 1900px) {
    .LeftContent {
        width:80px
    }

    .LeftContent .logoWrap img.logo1 {
        display:none;
    }
    .LeftContent .logoWrap img.logo2 {
        display:block;
    }

    .LeftContent .leftMenu ul li .newHint,.LeftContent .leftMenu ul li a .txt {
        display: none
    }

    .LeftContent .leftMenu {
        border: 0px;
        background-color: #2e3135;
        box-shadow: none;
        padding: 17px 23px 3px 16px;
        margin-top: 0;
        margin-bottom: 0
    }

    .LeftContent .leftMenu01 {
        margin-top: 10px;
        position: relative
    }

    .LeftContent .leftMenu01:after {
        content: "";
        width: 38px;
        height: 1px;
        background-color: #304059;
        position: absolute;
        top: 0px
    }

    .LeftContent .leftMenu ul li {
        border-bottom: none
    }

    .rightContent {
        padding-left: 80px
    }
}

.bank_req {
    background-color: #292929;
    margin-top: 10px;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    color: white;
    line-height: normal;
}

.bank_req::after {
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    top: -0.5em;
    left: 46.5%;
    z-index: 0;
    background: inherit;
    box-shadow: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bank_req:empty {
    display: none;
}
.skiptranslate {
	display: none !important;
}
.langs  {
	width: 120px !important;
	display: inline-block !important;
	vertical-align: middle;
	margin-left: 10px;
}
.langs .dynamic-select {
	color: white;
}
.langs .dynamic-select .dynamic-select-header {
	justify-content: center;
	border: 1px solid #939494;
}
.langs .dynamic-select .dynamic-select-options {
	background: #100f0f;
}
.langs .dynamic-select .dynamic-select-option:hover {
	background-color: #424242;
}

body.gate {
    background: fixed no-repeat center;
    background-size: cover;
    background-image: var(--gate-bg);
}
body.gate video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body.gate .blocker:has(#login_pop) {
    background: transparent;
}

@media (hover: hover) and (pointer: fine) {

}