@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);
}

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

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

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

.blueB {
    background-color: #f0ab05;
    transition: .3s ease-out
}

.blueB:hover {
    background-color: #ffcb52
}

#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;
}
.titlePic {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: var(--main);
}

.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);
}
.info-wrap {
    background: white;
    padding: 25px;
    font-size: 16px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06), 2px 2px 10px rgba(0, 0, 0, 0.04);
}
.info-wrap .tit{
    color: var(--main);
}
.info-wrap .content{
    line-height:28px;
    margin-top:10px;
}
.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: var(--main);
}
.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;
    margin: 20px 0;
}
.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: #ffffff;
    padding: 12px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    background: var(--main01);
    min-width: 110px;
}
.tb_empty {
    text-align: center;
    padding: 30px;
    background: #ffffffa3;
    color: var(--main);
}
.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);
    }
}

/* header */
.header {
    height: 70px;
    z-index: 5;
    position: fixed;
    top: 0px;
    right: 0px;
    background:white;
    box-shadow: 0 3px 9px 0 rgb(116 116 116 / 8%);
    width: 100%;
    margin: auto;
}

.header .headerWrapper {
    margin: 0 auto;
    width: 100%;
    height: 70px;
    display: flex;
    max-width: 1920px;
    align-items: center;
    justify-content: space-between;
}
.header .headerWrapper .logo img {
    height:55px;
}
.header .headerWrapper a.active,
.header .headerWrapper a:hover {
    color: var(--main);
    border-color: var(--main);
}
.header .headerWrapper .centerZone {
    display: flex;
    font-size: 16px;
    font-weight: 800;
    flex: 1;
    height: 100%;
    justify-content: space-evenly;
}
.header .headerWrapper .centerZone a {
    height:100%;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    justify-content: center;
}
.header .headerWrapper .centerZone a.active .txt span,
.header .headerWrapper .centerZone a:hover .txt span {
    transform: rotate(180deg);
    transition: .2s all;
    display: inline-block;
}
.header .headerWrapper .headerGame{
    opacity:0;
    visibility: hidden;
    background:white;
    position:absolute;
    width:100%;
    top: 100%;
    left:0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    box-shadow: 0 6px 19px 0 hsla(0, 0%, 40%, 0.27);
    background-color: hsla(0, 0%, 100%, 0.96);
    padding: 10px calc((100vw - 1620px) / 2);
    overflow: scroll;
    max-height: 475px;
}
.header .headerWrapper a:hover .headerGame {
    transition:all 0.2s ease-out;
    opacity:1;
    visibility:visible;
}
.header .headerWrapper .headerGame li {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 8px;
    width: 100%;
    height: auto;
}
.header .headerWrapper .headerGame li:hover {
    background: linear-gradient(var(--main02), transparent);
}
.header .headerWrapper .headerGame li .btn-icon {
    display:flex;
    white-space:nowrap;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.header .headerWrapper .headerGame li .btn-icon .icon{
    width: 40px;
    height: 40px;
    padding: 8px;
    flex: none;
}
.header .headerWrapper .headerGame li .btn-icon .name {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-left: 5px;
}
.header .headerWrapper .headerGame li img{
    width: 85%;
    height:auto;
}
.header .headerWrapper .rightZone {
    display: flex;
    height: 100%;
    align-items: center;
}
.header .headerWrapper .rightZone .account {
    display: flex;
    gap: 10px;
    font-size:18px;
    align-items: center;
    margin-right: 25px;
}
.header .headerWrapper .rightZone .account .txt{
    font-size: 12px;
    margin-top:5px
}
.header .headerWrapper .rightZone .account a {
    height:100%;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    justify-content: center;
    flex-direction:column;
    min-width: 35px;
}

.header .headerWrapper .rightZone .moneyZone {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin-right: 15px;
}

.header .headerWrapper .rightZone .moneyZone .money span:before {
    margin-right:5px;
}
.header .headerWrapper .rightZone .loginZone {
    display: flex;
    align-items: center;
    cursor:pointer;
    gap: 10px;
}
.header .headerWrapper .rightZone .memberZone {
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor:pointer;
    height: 100%;
    gap: 6px;
}

.header .headerWrapper .rightZone .memberZone span {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}
.header .headerWrapper .rightZone .memberZone:hover .inner {
    visibility:visible;
    opacity:1;
    transition: all 0.2s;
}
.header .headerWrapper .rightZone .inner {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 20px;
    filter: drop-shadow(1px 2px 7px #31313152);
}
.header .headerWrapper .rightZone .inner::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 36%;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}
.header .headerWrapper .rightZone .inner a {
    display:flex;
    gap: 8px;
    padding: 10px 5px;
    cursor: pointer;
}

/* 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);
}
.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);
}

/* footer */

.footer {
    width: 100%;
    float: left;
    background: #111111;
    padding: 0 2em;

}

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

.footer .footerWrapper .logos {
    margin-bottom: 20px;
    /* width: 300px; */
    height: 60px;
    background-image: url(../images/main/logo.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 70% 100%;	
}

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

.footer .footerWrapper .topZone {
    display: flex;
    padding: 36px 0;
    margin: 0;
    border-top: 1px solid #565e68;
    justify-content: space-between;
}

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

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

.footer .footerWrapper .sns_wrap a span {
    font-size: 35px;
    display: block;
    color: #7c8797;
    transition: .4s ease-out;
    margin-bottom: 10px;
}
.footer .footerWrapper .sns_wrap a.full {
    padding: 0;
    border: none;
}
.footer .footerWrapper .rightZone {
    display: flex;
    gap: 30px;
}

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

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

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

.footer .footerWrapper .downZone {
    border-bottom: 1px solid #0b0b0b;
    padding: 20px;
}
.footer .footerWrapper .downZone img {
    max-height: 30px;
    max-width: 100px;
    margin-right:20px;
}
.footer .footerWrapper .downZone .slick-track {
    display:flex;
    align-items: center;
}
.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
}
.noticeFrame {
    min-height: 50vh;
}
.noticeFrame .tabZone ul {
    display: flex;
    overflow: scroll;
}

.noticeFrame .tabZone ul li {
    width: 100%;
    max-width: 200px;
    background: white;
    box-shadow: inset 0 2px var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-out;
    position: relative;
    border: 1px solid #e0e0e0;
    margin-left: -1px;
    padding: 12px;
    color: black;
}

.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: white;
}

.noticeFrame .tabZone ul li span {
    background: linear-gradient(353.95deg,rgb(153 111 240) 0%,rgb(90 48 176) 97.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    transition: .3s ease-out;
    margin-right: 10px;
}

.noticeFrame .tabZone ul li.active span,.noticeFrame.tabZone ul li:hover span {
    color: #b27b46;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit
}

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

.noticeFrame .tabZone ul li.active span,.noticeFrame.tabZone ul li.active h4,.noticeFrame.tabZone ul li:hover h4,.noticeFrame.tabZone ul li:hover span {
    color: #ffffff
}

.noticeFrame .searchZone {position: relative;width: 300px;margin-right: 15px;}
.noticeFrame .searchZone input {color: #292929;border-radius: 6px;padding-left: 14px;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 .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 #b5b5b5;
    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 {
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noticeFrame .listZone ul.imgList li .bottomZone .btnP {
    color: #ffffff;
    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%;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06), 2px 2px 10px rgba(0, 0, 0, 0.04);
    margin-top: 15px;
}

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

.noticeFrame .listZone table tr:hover {
    background-color: #ededed;
}

.noticeFrame .listZone table tr th {
    padding: 15px 0;
    color: #ffffff;
    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 {
    font-size: 14px;
    padding: 10px 5px;
    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 {
    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 {
    width: 77px;
    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;border: 1px solid #ddd;}
.reply-edit .btn-write {background: #1e88e5;}
.reply-list .btn-edit {background: #1e88e5;}
.reply-list .btn-delete {background: #ff0000;}
.reply-list table tr th {vertical-align: top;padding: 10px;background: white;color: black;}
.reply-list table tr td {border-radius: 0;height: 60px;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: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06), 2px 2px 10px rgba(0, 0, 0, 0.04);
}
.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: #e5d8ff;
}

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

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

.bet-list-wrap .bet-result {
    display: flex;
    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 #c3c3c3;
}
.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: #279900;
    margin: 0 2px;
}

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

.bet-list-wrap .slip {
    margin-bottom: 10px;
    background: linear-gradient(0deg, #e7e7e7, #e3e3e3);
    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;
    padding: 0 5px;
}

.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;
    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: #007fb1;
    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 #b4b4b4;
    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;
    width: 100%;
    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: #006d84;
    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 h2{color: var(--main);font-size: 20px;font-weight: 600;border-radius: 5px;margin: 10px 0;}
.comp_rate .main_tap {display: flex;gap: 1px;overflow: scroll;}
.comp_rate .main_tap li{padding: 10px 15px;min-width: 100px;text-align: center;cursor: pointer;background: white;}
.comp_rate .main_tap li.on{color: #ffffff;background: var(--main01);}
.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: #ffffff;cursor: pointer;}
.comp_rate .sub_tap li.on{background: var(--main02);}

.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 {
    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 {
    font-size: 20px;
    margin: 0 auto
}

.contentZone .time span.timeR {
    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;
    background-color: white;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06), 2px 2px 10px rgba(0, 0, 0, 0.04);
}

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

.contentZone .txt p {
    font-size: 12px;
    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: #c1c1c19c;
    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: #ffffff;
    z-index: 99999;
    vertical-align: middle;
}
.modalX .icon-x-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
}

.content-view {
    padding: 24px;
}
.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: #404040;
    text-align: left;
}
.content-view .container .top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1em;
}
.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);
}
.content-view .container .bottom .content {
    width: 100%;
    min-height: 200px;
    word-break: break-all;
    white-space: pre-wrap;
    text-align: left;
}
.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: white;
    border-radius: 8px;
    position:relative
}
.edit_popup .icon-x-modal {
    position:absolute;
    font-size:20px;
    right:0;
    top: 0;
    padding: 10px;
    cursor: pointer;
}
.edit_popup h3 {
    font-size: 20px;
}
.edit_popup .content {
    margin-top: 30px;
}
.edit_popup input {
    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
}
.marquee {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #fff 14%, #ecefff 74%, #fefeff 98%);
    display: flex;
    align-items: center;
    max-width: 1260px;
    margin: 20px auto;
    line-height: normal;
}
.marquee img {
    width:60px;
}
.home_content {
    max-width: 1260px;
    margin: auto;
}
.home_content .title {
    text-align: center;
    font-family: 'Noto Sans KR';
    white-space: nowrap;
}
.home_content .title h3 {
    color: var(--font03);
    font-size: 40px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.home_content .title h3::before{
    content: '';
    background: var(--title-bg) no-repeat center;
    background-size: contain;
    background-position: 100%;
    width: 100%;
    height: 20px;
}
.home_content .title h3::after{
    content: '';
    background: var(--title-bg) no-repeat center;
    background-size: contain;
    background-position: 100%;
    transform: scaleX(-1);
    width: 100%;
    height: 20px;
}
.home_content .title span {
    font-weight: 500;
    font-size: 16px;
    padding-top: 39px;
}
.home_content ul.tabs {
    display:flex;
    gap: 5px;
    margin: 20px 0;
    justify-content: center;
}
.home_content ul.tabs li{
    width: 160px;
    height: 50px;
    background: url(../images/common/button1.png?v=1) no-repeat;
    background-size: 100% 100%;
    color: black;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    justify-content: center;
}
.home_content ul.tabs li.active,
.home_content ul.tabs li:hover{
    background-image:var(--btn-02);
    color:white;
}
.home_content ul.tabs li.active span,
.home_content ul.tabs li:hover span{
    display: none;
}
.home_content ul.tabs li span {
    font-size:24px;
    margin-right:10px;
}

.home_content ul.tabs li .icon{
    width:30px;
    height:30px;
}

.home_content .casinoZone .tab-content {
    width: 100%;
    height: 570px;
    position:relative;
}
.home_content .corner_bg img.corner {
    position: absolute;
    width: 130px;
    z-index:1;
}
.home_content .corner_bg img.corner.tl {
    left: 0;
}
.home_content .corner_bg img.corner.tr {
    right: 0;
}
.home_content .corner_bg img.corner.bl {
    bottom: 0;
}
.home_content .corner_bg img.corner.br {
    bottom: 0;
    right:0;
}
.home_content .casinoZone .tab-content .content{
    width: 100%;
    height: 100%;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1), 0px 2px 8px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(180deg, #fff 3%, #f4f5ff);
    background-size: 100%;
    background-repeat: no-repeat;
    position:relative;
    border-radius: 25px;
    border: 6px solid white;
    box-sizing: border-box;
}
.home_content .favourZone {
    padding-top: 34px;
}
.home_content .favourZone ul.tabs li.active img,
.home_content .favourZone ul.tabs li:hover img{
    display:block;
}
.home_content .favourZone ul.tabs li img {
    display:none;
    height: 100%;
}
.home_content .favourZone .tab-content {
    height:500px;
}
.home_content .tab-pane {
    display:flex;
    height: 100%;
    padding: 40px;
}
.tab-pane .leftZone {
    width:50%;
    text-align:center;
    animation: 0.4s ease 0s 1 normal rightIn;
}
.tab-pane .leftZone img {
    height: 100%;
}
.tab-pane .rightZone {
    width: 45%;
    animation: 0.4s ease 0s 1 normal leftIn;
}
.tab-pane .rightZone .logo {
    width: 250px;
    height: 100px;
}
.tab-pane .rightZone .tit{
    font-size: 50px;
    font-weight: 700;
    color: var(--font03);
    white-space: nowrap;
}
.tab-pane .rightZone .titEn{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 55px;
    color: var(--main01);
    font-weight: 700;
    white-space: nowrap;
    line-height: unset;
    opacity: 0.5;
}
.tab-pane .rightZone .desc{
    line-height: 26px;
    font-weight: 600;
    font-size: 16px;
    color: #404261;
    font-family: '';
}
/*.img-overlay {
    mask-image: var(--bg-url);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background: var(--main);
}*/
.beauty {
    position:relative;
}
.beauty::after{
    content: '';
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/common/small-coin.png),
        url(../images/common/big-coin.png),
        url(../images/common/triangle.png),
        url(../images/common/dice.png);
    background-repeat: no-repeat;
    background-size: 47px, 78px, 133px, 71px;
    background-position: 22% 3%, 86% 27%, 7% 61%, 30% 97%;
    animation: 2.6s ease 0s infinite normal none running aniLogo01-b815f136;
}
img.items {
    height:50px;
    margin: 15px 0;
}
.btnGo {
    width: 150px;
    height: 45px;
    background:var(--btn-02) no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.btnGo:hover {
    transform: scale(1.02);
}
.btn-icons{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    justify-items: center;
    gap: 10px;
    margin-top: 10px;
}
.btn-icon .icon{
    background: url(../images/common/btn_bg.png?v) no-repeat;
    background-size: cover;
    background-position:center;
    cursor:pointer;
    width: 90px;
    height: 90px;
    padding: 24px;
}
.btn-icon .icon::after {
    content:'';
    mask-image: var(--bg-url);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: var(--main);
    width: 100%;
    height: 100%;
    display: block;
}
.btn-icon.active .icon,
.btn-icon:hover .icon{
    background-image: var(--btn-bg-on);
}
.btn-icon.active .icon::after,
.btn-icon:hover .icon::after {
    background-color:white;
}
.btn-icon .name {
    text-align:center;
}
.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 #304059;
    background-color: #2e3135;
    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,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)
}

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

.home_content .infoZone .info01 .title span {
    color: var(--main)
}

.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 #485160;
    cursor: pointer;
    justify-content: space-between;
    transition: .4s ease-out;
    padding: 0 9px;
    background-color: #2e3135
}

.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: #ffffff;
    transition: .4s ease-out
}

.home_content .infoZone .info01 .list a .message {
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    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: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/common/login_bg.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 35px;
}

.pop_wrap .icon-x-modal {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: .2s ease-out;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pop_wrap .icon-x-modal span {
    font-size: 20px;
    font-weight: 700
}

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

.pop_wrap .title {
    margin-bottom: 15px;
}

.pop_wrap .title img {
    height: 60px;
    margin-bottom: 20px;
}

.pop_wrap .title h2 {
    font-weight: 700;
    font-size: 24px;
    color: var(--main)
}

.pop_wrap .btnFrame button {
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    padding: 11px;
    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;
    transition: .4s ease-out
}

.pop_wrap .btnFrame p span {
    color: var(--main);
    transition: .4s ease-out;
    text-decoration: underline;
    margin-left: 5px;
}

.pop_wrap .inputFrame {
    position: relative;
    padding-bottom: 10px;
    color: var(--main);
    font-size: 14px;
}
.pop_wrap .inputFrame .input_wrap {
    display:flex;
    align-items: center;
    gap: 5px;
}
.pop_wrap .inputFrame .input_content .ficon {
    color: var(--main);
    font-size: 15px;
    margin-left: 6px;
    padding: 5px;
    border: 1px solid var(--main);
    border-radius: 20px;
}

.pop_wrap .inputFrame .input_content {
    border-radius: 27px;
    color: #101010;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(255,255,255,.5);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06), 2px 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #dedede;
}
.pop_wrap .inputFrame .input_content:focus-within{
    border:1px solid var(--main)
}
.pop_wrap .inputFrame .input_content input {
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    border: none;
    height: 100%;
    padding-left: 14px;
}
.pop_wrap .inputFrame .input_content input:focus {
    border:none;
}
.pop_wrap .inputFrame .input_content select {
    display: block;
    padding: 0;
    padding-left: 15px;
    border: none;
}
.pop_wrap .inputFrame .input_content select:focus {
    outline:none;
}
.pop_wrap .inputFrame textarea {
    min-height: 120px;
    border-radius: 12px;
    color: black;
    background: rgba(255, 255, 255, .5);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06), 2px 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #dedede;
    resize: vertical;
    padding: 10px;
}
.pop_wrap .inputFrame .msg-wrap {
    text-align:left;
    color: #f03737;
    font-size: 11px;
    margin-top: 5px;
    margin-left: 10px;
    gap: 8px;
}
.pop_wrap .inputFrame .msg-wrap li::before {
    content:'\e98a';
    font-family: 'icomoon';
    margin-right:5px;
}
.pop_wrap .input_zone .rightZone {
    margin-right: -10px!important
}

.pop_wrap .inputFrame button {
    height: 35px;
    font-size: 15px;
    border-radius: 30px;
    padding: 0 15px;
    font-weight: 700;
    background: var(--main);
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    transition: .4s ease-out;
    white-space: nowrap;
    margin-right: 2px;
}

#join_pop .pop_wrap.referee {
    width: 350px;
    height: auto;
    padding: 50px 35px 20px;
}
#login_pop .pop_wrap {
    width: 650px;
    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: 50%;
    padding: 60px 30px 20px;
}

#login_pop .pop_wrap .content .title {
    padding-bottom: 15px;
    border-bottom: 2px solid var(--main);
}

#login_pop .pop_wrap .content .captcha_wrap input {
    margin-bottom: 0;
    flex-grow: 1;
}
#login_pop .pop_wrap .content .captcha_wrap img {
    height: 40px;
    max-width: 50%;
}
#login_pop .pop_wrap .content .sns_wrap {
    display: flex;
    gap: 3px;
    justify-content: center;
}
#login_pop .pop_wrap .content .sns_wrap img {
    max-width: 100%;
}

.main_content{
    width: 100%;
    margin: auto;
    margin-top: 70px;
    padding-top: 2em;
    padding-bottom: 85px;
    max-width: 1620px;
}
.game_banner {
    position:relative;
    height: 517px;
}
.game_banner .letter{
    position:absolute;
    height: 72%;
    top: 15%;
}
.game_banner .bg{
    position:absolute;
    height: 93%;
    bottom: 0;
    right: 0;
}
.rightContent {
    height: auto;
    overflow: hidden;
    background: var(--bg-img) top center;
    background-size: contain;
}

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

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

.scrollFrame::-webkit-scrollbar-track {
    background-color: #2e3135
}

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

.scrollFrame::-webkit-scrollbar-thumb {
    background-color: #2e3135
}

.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;
	vertical-align: middle;
	margin-left: 10px;
}
.langs .dynamic-select .dynamic-select-header {
	justify-content: center;
    border: 1px solid var(--main01);
}

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) {

}