@charset "utf-8";


.swal2-popup #swal2-content {
    color: white;
}

/****************************************************************************************************************************************
로그인 전 메인
*****************************************************************************************************************************************/
.before-main {
    position: relative;
    margin: -130px auto 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
    background: #0b0e18;
    overflow: hidden;
}

.before-main .swiper-slide {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 20px;
    height: 20px;
    background: #222a3f;
    border-radius: 50%;
    opacity: 1 !important;
    outline: none;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 50px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 0 #fff, 0 0 10px #001aff, 0 0 30px #2371ff;
    transition: all .5s;
}

.before-main .swiper-pagination {
    bottom: 35px !important;
}

/* 슬라이드 */
.slide-1 {
    opacity: 0;
}

.slide-2 {
    opacity: 0;
}

.slide-3 {
    opacity: 0;
}

.swiper-slide-active .slide-1 {
    opacity: 1;
}

.swiper-slide-active .slide-2 {
    opacity: 1;
}

.swiper-slide-active .slide-3 {
    opacity: 1;
}

.slide-bg {
    position: relative;
}

.slide-bg>img {
    position: relative;
    width: 100vw;
    height: 100vh;
    opacity: 0.1;
    object-fit: cover;
    object-position: center;
}

.slideImg-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 1400px;
    height: 100%;
}

/* slide-1 */
.right-img {
    position: absolute;
    top: 320px;
    right: -70px;
    width: 670px;
    transition: all .5s;
    animation: bounce 3s ease-in-out infinite
}

.left-img {
    position: absolute;
    top: 460px;
    left: -100px;
    transition: all .5s;
    animation: bounce 3s ease-in-out infinite
}

.particle {
    display: block;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 400px;
    transform: translate(-50%);
    transition: all .3s
}

.particle-1 {
    margin-left: -450px;
    margin-top: 190px;
    width: 330px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.particle-2 {
    margin-left: -200px;
    margin-top: 80px;
    width: 150px;
    animation: punch 3s ease-in-out infinite
}

.particle-3 {
    margin-left: 320px;
    margin-top: -320px;
    width: 180px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.particle-4 {
    margin-left: 600px;
    margin-top: -200px;
    width: 120px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.particle-5 {
    margin-left: 690px;
    margin-top: 10px;
    width: 150px;
    animation: animate_grow_2 3s ease-in-out infinite
}

/* slide-2 */
.right-img2 {
    position: absolute;
    top: 320px;
    right: 0;
    width: 770px;
    transition: all .5s;
    animation: bounce 3s ease-in-out infinite
}

.left-img2 {
    position: absolute;
    top: 510px;
    left: 0;
    width: 450px;
    transition: all .5s;
    animation: bounce 3s ease-in-out infinite
}

.particle-6 {
    margin-left: -700px;
    margin-top: 90px;
    width: 180px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.particle-7 {
    margin-left: -360px;
    margin-top: 220px;
    width: 100px;
    animation: punch 3s ease-in-out infinite
}

.particle-8 {
    margin-left: 60px;
    margin-top: -10px;
    width: 230px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.particle-9 {
    margin-left: 400px;
    margin-top: -180px;
    width: 120px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.particle-10 {
    margin-left: 600px;
    margin-top: 50px;
    width: 130px;
    animation: animate_grow_2 3s ease-in-out infinite
}

/* slide-3 */
.right-img3 {
    position: absolute;
    top: 280px;
    right: 0;
    width: 770px;
    transition: all .5s;
    animation: bounce 3s ease-in-out infinite
}

.left-img3 {
    position: absolute;
    top: 380px;
    left: 0;
    width: 650px;
    transition: all .5s;
    animation: bounce 3s ease-in-out infinite
}

.particle-11 {
    margin-left: -665px;
    margin-top: 80px;
    z-index: -1;
    width: 180px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.particle-12 {
    margin-left: -330px;
    margin-top: 260px;
    z-index: -2;
    width: 170px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.particle-13 {
    margin-left: -40px;
    margin-top: 100px;
    width: 140px;
    animation: punch 3s ease-in-out infinite
}

.particle-14 {
    margin-left: -80px;
    margin-top: -20px;
    width: 120px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.particle-15 {
    margin-left: 140px;
    margin-top: -30px;
    width: 90px;
    animation: animate_grow_2 3s ease-in-out infinite
}

.particle-16 {
    margin-left: 550px;
    margin-top: -180px;
    width: 60px;
    animation: animate_grow_2 3s ease-in-out infinite
}

.particle-17 {
    margin-left: 500px;
    margin-top: 80px;
    z-index: -4;
    width: 200px;
    animation: animate_grow_2 3s ease-in-out infinite
}

@keyframes animate_grow_1 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes animate_grow_2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes animate_grow_3 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    to {
        transform: scale(1)
    }
}

@keyframes punch {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(15px, -15px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes bounce {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translateY(15px)
    }

    to {
        transform: translate(0)
    }
}

/* caption */
.caption {
    opacity: 0;
    position: absolute;
    top: -90px;
    left: 150px;
    z-index: 5;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    transition: all .3s;
}

.center-txt {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
}

.center-txt>h3 {
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
    font-family: "Red Hat Display", sans-serif;
}

.center-txt>h3.green {
    color: #74efb9;
}

.center-txt>h3.purple {
    color: #a287ff;
}

.center-txt>h3.blue {
    color: #3a7eff;
}

.center-txt>h4 {
    line-height: 1.2;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    font-family: "Red Hat Display", sans-serif;
}

.center-txt>h5 {
    line-height: 1.2;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    font-family: "Red Hat Display", sans-serif;
    text-shadow: 0 0 5px #74efb9, 0 0 5px #74efb9, 0 0 5px #74efb9, 0 0 5px #74efb9, 0 0 25px #74efb9;
}

.center-txt>h5.purple {
    line-height: 1.2;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    text-shadow: 0 0 5px #a287ff, 0 0 5px #a287ff, 0 0 5px #a287ff, 0 0 5px #a287ff, 0 0 25px #a287ff;
}

.center-txt>h5.blue {
    line-height: 1.2;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    text-shadow: 0 0 5px #0073e6, 0 0 5px #0073e6, 0 0 5px #0073e6, 0 0 5px #0073e6, 0 0 25px #0073e6;
}

.center-txt>p {
    color: #3e3e3f;
    font-size: 11px;
}

.swiper-slide-active .caption {
    opacity: 1;
}

.swiper-slide-active .slide-up {
    animation: slideUp 0.5s forwards;
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

.swiper-slide-active .slide-down {
    animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}


/* 모바일 로그인 */
.mo-MainLogin {
    display: none;
}

/****************************************************************************************************************************************
로그인 후 메인
*****************************************************************************************************************************************/
.after-main {
    position: relative;
    margin: 0 auto;
    height: 480px;
}



.swiper-wrapper .swiper-slide.swiper-slide-active img {
	visibility: visible !important;
}
.swiper-wrapper .swiper-slide img {
	visibility: hidden;
}


.swiper-container {
    width: 100%;
    margin-top: 129px;
}

.swiper-slide {
    height: 415px;
}

.after-slide-1 {
    background: url('../Img/Main/hero-1.png?11') center no-repeat;
    background-size: cover;
}

.after-slide-2 {
    background: url('../Img/Main/hero-2.png?11') center no-repeat;
    background-size: cover;
}

.after-slide-3 {
    background: url('../Img/Main/hero-3.png?11') center no-repeat;
    background-size: cover;
}

.after-slide-4 {
    background: url('../Img/Main/hero-4.png?11') center no-repeat;
    background-size: cover;
}

.after-slide-5 {
    background: url('../Img/Main/hero-5.png?11') center no-repeat;
    background-size: cover;
}

.after-slide-6 {
    background: url('../Img/Main/hero-6.png?11') center no-repeat;
    background-size: cover;
}

.after-cap {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    z-index: 9;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.after-cap>h3 {
    color: #61809f;
    font-size: 85px;
    font-weight: 300;
    font-family: "Red Hat Display", 'serif';
}

.after-cap>p {
    color: #676768;
    font-size: 50px;
    font-weight: 200;
    letter-spacing: -0.5px;
    font-family: "Red Hat Display", 'serif';
}

.after-cap>p.font-30 {
    font-size: 30px;
}

.after-cap>p.font-40 {
    font-size: 40px;
}

.model {
    width: 100%;
    height: 400px;
    overflow: visible;
    transition-delay: 0ms;
    transition-duration: .3s;
}

.model>img {
    position: absolute;
    right: 0;
    top: -20px;
    transform: scale(.95);
    object-fit: fill;
    transition: all .2s;
}

.entity {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100%;
    height: 415px;
    animation: animate_grow_1 3s ease-in-out infinite
}

.entity>img {
    position: absolute;
    right: 480px;
    top: 80px;
    object-fit: fill;
    transition: all .2s;
}

/****************************************************************************************************************************************
section card
*****************************************************************************************************************************************/
section {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
}

.card-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 250px;
    background: linear-gradient(90deg, #0c0e17, transparent);
}

.card-list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 250px;
    background: linear-gradient(-90deg, #0c0e17, transparent);
}

.card-list .swiper-wrapper {
    transition-timing-function: linear;
}

.card-list .swiper-slide {
    margin: 30px 0;
    transition: all 0.4s ease-out;
}

.main-tit {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    text-align: left;
}

.main-tit>img {
    max-width: 100%;
}

.cardBox {
    position: relative;
    margin: 0 auto;
    padding: 15px 15px;
    width: 100%;
    text-align: center;
    background: #171d26;
    border: 1px solid #161c24;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.5s;
}

.card-tit {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.large-tit {
    font-size: 20px;
    font-weight: 600;
    color: #6d747b;
}

.small-tit {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #6d747b;
}

.cardImg {
    position: relative;
    margin: 30px 0;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.7);
    transition: all .3s;
}

.cardImg>img {
    max-width: 100%;
    filter: grayscale(.7) brightness(.7);
}

.description {
    padding: 0 15px;
    height: 50px;
    font-size: 12px;
    color: #6d747b;
}

.cardBox>button {
    margin: 20px 0;
    padding: 5px 0;
    width: 100%;
    color: #becde3;
    background: #1b222c;
    border: 1px solid #6d747b;
    border-radius: 20px;
}

@media (hover: hover) and (pointer: fine) {
    .cardBox:hover {
        background: #0b0e18;
    }

    .cardBox:hover .large-tit {
        color: #fff;
        text-shadow: 0 0 0 #16bbf7, 0 0 10px #16bbf7, 0 0 30px #16bbf7;
        transition: all .1s;
    }

    .cardBox:hover .small-tit {
        color: #fff;
        text-shadow: 0 0 0 #fff;
        transition: all .1s;
    }

    .cardBox:hover .cardImg {
        transform: scale(0.8);
    }

    .cardBox:hover .cardImg>img {
        filter: grayscale(0) brightness(1);
    }

    .cardBox:hover .description {
        color: #6d747b;
    }

    .cardBox:hover>button {
        color: #000;
        background: #16bbf7;
    }
}

/* .mo-mainCard */
.mo-mainCard {
    display: none;
}

/****************************************************************************************************************************************
메인스포츠
*****************************************************************************************************************************************/
.main-sport {
    position: relative;
    margin: 20px auto;
    padding: 0 20px;
    width: 100%;
}

.main-group {
    margin: 20px auto;
}

ul.main-choice {
    border-radius: 20px;
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    ul.main-choice:hover {
        background: #0b0e18;
        box-shadow: 0 0 0 #16bbf7, 0 0 10px #16bbf7, 0 0 30px #16bbf7;
    }
}

/****************************************************************************************************************************************
section ranking
*****************************************************************************************************************************************/
/* 랭킹 공통 */
.ranking-wrap {
    position: relative;
    margin: 20px auto;
    padding: 0 20px;
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.main-box {
    position: relative;
    display: flex;
    margin: 0;
    width: 320px;
    height: 470px;
    background: #1c222c;
    border: 1px solid #32383f;
    border-radius: 30px;
}

.rankingBox {
    width: calc(100% - 640px);
    min-width: 610px;
}

/* chatBox */
.chatBox {
    flex-direction: column;
}

.chat-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 15px 15px;
    width: 100%;
}

.chat-meg {
    position: relative;
    margin: 0 auto 20px auto;
    padding: 0;
    width: 100%;
    height: 296px;
    overflow-x: hidden;
    overflow-y: scroll;
}

ul.message-list {
    position: relative;
    margin: 0 auto;
    padding: 15px 10px;
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #293443;
}

ul.message-list>li:first-child {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.message-list>li:last-child {
    width: 30%;
    text-align: right;
}

ul.message-list>li>.meg-user {
    margin-right: 10px;
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px #16bbf7 solid;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

ul.message-list>li>.meg-user>img {
    width: 100%;
}

ul.message-list>li>.meg-txt {
    width: 134px;
    font-size: 13px;
    color: #6a7f9a;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.message-list>li>.meg-name {
    padding-bottom: 5px;
    color: #16bbf7;
}

ul.message-list>li>.meg-date {
    font-size: 11px;
    color: #fff;
}

.sender {
    position: relative;
    margin: 0;
    padding: 0;
    height: 125px;
    background: #16181e;
    border: 1px solid #32383f;
    border-radius: 20px;
}

.sender>.chat-input {
    position: relative;
    padding: 5px 5px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sender>.chat-input>input {
    margin: 0 auto;
    padding: 0 5px;
    width: calc(100% - 96px);
    text-align: left;
    height: 60px;
    color: #fff;
    background: transparent;
    border: none;
}

.sender>.chat-input>input:focus {
    outline: none;
}

.sender>.chat-input>.emoticon-icon {
    margin: 0 3px;
    filter: contrast(0) brightness(100);
    cursor: pointer;
}

.sender>.chat-input>.btn-enter {
    width: 70px;
    height: 100%;
    color: #efefef;
    background: #1c222c;
    border: 1px solid #32383f;
    border-radius: 10px;
}

@media (hover: hover) and (pointer: fine) {
    ul.message-list>li>.meg-user:hover>img {
        filter: brightness(150%);
    }

    .sender>.chat-input>.btn-enter:hover {
        background: #16bdf9;
        border: 1px solid #16bbf7;
    }
}

/* ranking */
.ranking {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 15px 15px;
    width: 100%;
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.top-ranking {
    position: relative;
    margin: 0 auto;
    padding: 15px 15px;
    width: 35%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.rank-item {
    position: relative;
    margin: 0;
    width: 100%;
    height: calc(100% / 3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #16181e;
    border: 1px solid #2f354d;
    border-radius: 20px;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
}

.rank-total {
    position: relative;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.rank-number {
    position: relative;
    width: 120px;
}

.rank-number>img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.rank-number>img.total-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 5px 0 0 0;
    width: 70px;
    object-fit: scale-down;
    text-align: center;
}


.ranking-user {
    width: calc(100% - 130px);
}

.ranking-user>h3 {
    margin: 0 0 5px 5px;
    line-height: 1.2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.ranking-user>p {
    margin: 0 0 0 5px;
    line-height: 1.1;
    font-size: 14px;
    color: #fff;
}

.ranking-user>p>span {
    font-size: 18px;
    font-weight: 500;
    color: #eab43a;
}

ul.rank-lv {
    position: relative;
    margin: 5px 0 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

ul.rank-lv>li {
    position: relative;
    margin: 0 auto;
    padding: 1px 5px;
    width: calc(100% / 4);
    text-align: center;
}

ul.rank-lv>li>p {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

ul.rank-lv>li>p:last-child {
    color: #eab43a;
}

/* ranking-king */
.ranking-king {
    position: relative;
    margin: 0;
    padding: 0;
    width: 65%;
}

.ranking-king>img {
    position: absolute;
    left: 50%;
    bottom: 52%;
    transform: translateX(-45%);
    max-width: 680px;
    width: 100%;
}

.ranking-scroll {
    position: relative;
    top: 41%;
    margin: 0;
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

ul.rank-list {
    position: relative;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #161920;
    border: 1px solid #292a2f;
    border-radius: 20px;
    cursor: pointer;
}

ul.rank-list>li {
    position: relative;
    margin: 0 auto;
    padding: 13px 10px;
    text-align: center;
}

ul.rank-list>li.rank-info {
    width: 80px;
}

ul.rank-list>li.rank-name {
    width: 130px;
    text-align: left;
    color: #ccc;
}

ul.rank-list>li.total-amount {
    width: 130px;
    text-align: right;
    color: #eab43a;
}

ul.rank-list>li:nth-child(n+4) {
    flex: 1;
}

ul.rank-list>li>.rank-user {
    position: relative;
}

ul.rank-list>li>.rank-user>img {
    width: 44px;
    height: 44px;
    background: #242a32;
    border-radius: 50%;
    object-fit: scale-down;
    overflow: hidden;
}

ul.rank-list>li>.rank-user>.lv {
    position: absolute;
    top: 23px;
    left: 40px;
    width: 25px;
    height: 25px;
    font-size: 13px;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5ab138;
    border-radius: 50%;
    overflow: hidden;
}

ul.rank-list>li>h3 {
    color: #fff;
    text-shadow: 0 0 3px #80cbff, 0 0 10px #1681c0, 0 0 15px #1175ab;
}

ul.rank-list>li>p {
    font-size: 12px;
    font-weight: 500;
    color: #e9b23c;
}

@media (hover: hover) and (pointer: fine) {
    .rank-item:hover {
        box-shadow: 0 0 10px #1175ab;
    }
}

/* fqBox */
.fq-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 15px 15px;
    width: 100%;
}

.faq-icon {
    position: absolute;
    left: 100px;
    top: -40px;
    width: 70%;
}

.faq-tit {
    position: relative;
    margin: 20px auto;
    padding: 0 0 0 14px;
    width: 100%;
    text-align: left;
}

.faq-tit>h3 {
    font-size: 18px;
    font-weight: 600;
    color: #16bbf7;
}

.faq-tit>p {
    letter-spacing: 1px;
    color: #fff;
}

ul.faq-list {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

ul.faq-list>li {
    position: relative;
    margin: 0 auto;
    padding: 10px 10px;
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid transparent;
    border-top: 1px solid #32383f;
    border-bottom: 1px solid #0e1018;
    cursor: pointer;
}

ul.faq-list>li>.faq-type {
    width: 30%;
    min-width: 70px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

ul.faq-list>li>.faq-txt {
    width: 70%;
    line-height: 1.4;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #9b9d9f;
}

@media (hover: hover) and (pointer: fine) {
    ul.faq-list>li:hover {
        background: #0c0e17;
    }
}


/****************************************************************************************************************************************
미디어쿼리문
*****************************************************************************************************************************************/
@media (max-width: 1470px) {
    .slideImg-wrap {
        width: 100%;
    }
}

/* 미디어쿼리문 끝 */

@media (max-width: 800px) {

    /* 로그인전 메인 */
    .before-main {
        margin: 0;
    }

    .mo-MainLogin {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        bottom: 240px;
        left: 0;
        right: 0;
        z-index: 99;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .mo-MainLogin>button {
        margin: 5px auto;
        padding: 13px 30px;
        width: 300px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #fff;
        background: linear-gradient(135deg, #432ea9 30%, #30abb8 70%);
        border-radius: 30px;
    }

    .before-main .swiper-pagination {
        bottom: 75px !important;
    }

    .slide-bg>img {
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }

    .right-img,
    .right-img2,
    .right-img3 {
        top: 180px;
        right: 0;
        left: 0;
    }

    .particle,
    .left-img,
    .left-img2,
    .left-img3 {
        display: none;
    }

    /* caption */
    .caption {
        left: 15px;
        top: 73px;
        justify-content: flex-start;
    }

    .center-txt>h3 {
        font-size: 34px;
    }

    .center-txt>h4,
    .center-txt>h5 {
        font-size: 26px;
    }

    .center-txt>p {
        display: none;
    }

    /* 로그인 후 */
    .after-main {
        height: 255px;
        margin-top: 0;
    }

    .swiper-slide {
        height: 220px;
        background-position-x: 60%;
    }

    .after-cap {
        left: 0;
    }

    .after-cap>h3 {
        font-size: 34px;
        font-weight: 500;
    }

    .after-cap>p {
        font-size: 24px;
        font-weight: 500;
    }

    .after-cap>p.font-30 {
        font-size: 18px;
        font-weight: 500;
    }

    .after-cap>p.font-40 {
        font-size: 18px;
        font-weight: 500;
    }

    .after-main .swiper-container-horizontal>.swiper-pagination-bullets,
    .after-main .swiper-pagination-custom,
    .after-main .swiper-pagination-fraction {
        bottom: 0 !important;
    }

    .after-main .swiper-pagination-bullet {
        margin: 0 3px !important;
        width: 12px;
        height: 12px;
    }

    .after-main .swiper-pagination-bullet-active {
        width: 23px;
        height: 12px;
    }

    /* main-card */
    .main-card {
        display: none;
    }

    .mo-mainCard {
        display: block;
        padding: 0 0 20px 0;
    }

    ul.mo-card {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.mo-card>li {
        position: relative;
        margin: 0 auto;
        padding: 15px 15px;
        width: calc(100% / 2 - 10px);
        height: 180px;
        text-align: left;
        background: linear-gradient(130deg, #14294d, #1f0f2f 80%);
        border: 1px solid #161c24;
        box-shadow: 0 0 10px rgba(0, 0, 0, .4), 0 0 40px rgba(0, 0, 0, .267), inset 0 0 50px rgba(0, 0, 0, .267);
        overflow: hidden;
    }

    ul.mo-card>li:last-child {
        width: 100%;
    }

    ul.mo-card>li>h3 {
        font-size: 30px;
        font-weight: 600;
        color: #16bdf9;
    }

    ul.mo-card>li>h3>span {
        margin-left: 2px;
        font-size: 14px;
        color: #c7c7c7;
    }

    ul.mo-card>li>p {
        margin: 10px 0;
        font-size: 12px;
        color: #c7c7c7;
    }

    ul.mo-card>li>button {
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
        background: #16bdf9;
        border-radius: 50px;
    }

    .moCard-bg {
        position: absolute;
        top: 42px;
        right: -42px;
        z-index: 1;
        opacity: .1;
        width: 175px;
    }

    .moCard-bg>img {
        width: 100%;
    }

    .main-sport {
        display: none;
    }

    /* main-ranking */
    .main-ranking {
        display: none;
    }
}

/* 미디어쿼리문 끝 */

@media (max-width: 600px) {
    ul.mo-card>li {
        width: 100%;
    }

    .model>img {
        transform: scale(0.8)
    }
}

@media (max-width: 400px) {

    /* slide-1 */
    .vi-img {
        width: 100%;
    }

    .jinx-img {
        width: 100%;
    }


    /* slide-2 */
    .player_1 {
        width: 90%;
    }

    .player_2 {
        width: 75%;
    }

    /* slide-3 */
    .casino_girl {
        right: 20vw;
        width: 40vw;
    }

    /* 로그인 후 */
    .after-main {
        height: 202px;
    }

    .swiper-slide {
        height: 200px;
    }

}

/* 미디어쿼리문 끝 */