@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@font-face {
    font-family: 'twayair';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayair.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LotteMartHappy';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyMedium.woff') format('woff');
}

@font-face {
    font-family: 'LotteMartHappy';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyBold.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1450px;
    width: 100%;
    font-family: 'LotteMartHappy';
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    color: #111;
    /* overflow-x: hidden; */
    position: relative;
}

ul,
dl,
ol {
    list-style: none;
}

a {
    display: block;
    text-decoration: none;
    color: #111;
}

p, a, h1, h2, h3, h4, h5, h6, pre {
    transform: skew(-0.1deg);
}

select {
    font-family: 'LotteMartHappy';
    transform: skew(-0.1deg);
}

pre {
    font-family: 'LotteMartHappy';
}

select:focus {
    outline: 0;
}

input:focus {
    outline: 0;
}

input[type=text] {
    background-color: transparent;
    border: 0;
}

input::placeholder {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

button {
    font-family: 'twayair';
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

img {
    vertical-align: middle;
    max-width: 100%;
    image-rendering: auto;
    image-rendering: -moz-auto;
    image-rendering: -o-auto;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

section {
    display: block;
    overflow-x: hidden
}

main {
    display: block;
}

/****************************** common */

.box {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}

.btn {
    transition: 0.2s;
}

    .btn p {
        transition: 0.2s;
    }

    .btn:hover {
        color: #fff;
    }

        .btn:hover i {
            color: #fff;
        }

    .btn:hover {
        background-color: #111;
        border: 3px solid #111;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 80px;
    filter: grayscale(100%);
    /* font-weight: bold; */
}

/****************************** common */


/****************************** header 시작 */

header {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 172px;
    background: center / cover url(/img/header_back.png) no-repeat;
    transition: 0.4s;
    z-index: 999;
    transform: translateX(-50%);
}

    header.active {
        height: 82px;
        background-color: #111;
    }

.header_wrap {
    height: 82px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* logo */

.header_logo {
    margin-left: 20px;
    flex-shrink: 0;
}

/* gnb */

.gnb {
    height: 100%;
    display: flex;
    align-items: center;
}

    .gnb > ul {
        display: flex;
    }

        .gnb > ul > li > a {
            color: #fff;
        }

.main_depth {
    width: 150px;
    text-align: center;
}

    .main_depth a {
        font-family: 'twayair';
        font-size: 20px;
        font-weight: 300;
    }

    .main_depth .new {
        position: relative;
    }

        .main_depth .new::after {
            content: "";
            position: absolute;
            right: -10px;
            width: 5px;
            height: 5px;
            background-color: #cc1e12;
            border-radius: 50%;
            display: none;
        }

.sub_depth {
    max-width: 150px;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
    padding: 20px 0;
}

    .sub_depth li:not(:last-child) {
        margin-bottom: 16px;
    }

    .sub_depth li a {
        font-size: 16px;
        color: rgb(110, 110, 110);
        transition: 0.4s;
    }
.main_depth .new img {
    filter: brightness(0.4);
    transition: 0.4s;
}

.sub_depth li a:hover img {
    filter: brightness(1);
}

        .sub_depth li a:hover {
            text-decoration: underline;
            color: #fff;
        }

.gnb_bg {
    position: absolute;
    top: -300px;
    left: 0;
    background-color: #111;
    width: 100%;
    height: 300px;
    z-index: -1;
    transition: 0.2s;
}

    .gnb_bg.active {
        top: 0;
    }

/* aside */

header aside {
    display: flex;
    align-items: center;
}

/* aside > search */

.search_box {
    display: flex;
    align-items: center;
    height: 32px;
    margin-right: 20px
}

.search_form {
    display: none;
}

    .search_form form {
        display: flex;
        align-items: center;
    }

        .search_form form input {
            background-color: #ccc;
            padding: 10px;
            border-radius: 50px;
            margin-right: 10px;
        }

.search_box i {
    color: #fff;
    font-size: 30px;
}

.search_dummy {
    cursor: pointer;
}

    .search_dummy i:nth-child(2),
    .search_dummy.active i:nth-child(1) {
        display: none;
    }

    .search_dummy.active i:nth-child(2) {
        display: block;
    }

/* aside > login */

.login {
    font-family: 'twayair';
    height: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background-color: #cc1e12;
    padding: 8px 16px;
    border-radius: 50px;
    transition: 0.4s;
    margin-right: 10px;
    font-size: 14px;
    flex-shrink: 0;
}

    .login:hover {
        background-color: #75120b;
        ;
    }

    .login i {
        color: #fff;
        font-size: 30px;
        margin-right: 15px;
    }

    .login.complete {
        gap: 5px;
        flex-shrink: 0;
    }

        .login.complete i {
            margin-right: 5px;
        }

.log-out {
    color: #fff;
    padding: 4px 8px;
    background: #ccc;
    margin-right: 20px;
    border-radius: 22px;
}

.gamestart_btn_wrap {
    transition: 0.4s;
    margin-right: -200px;
    height: 82px
}

.gamestart_btn {
    width: 200px;
    height: 82px;
    /* transition: 0.4s; */
    position: relative;
    overflow: hidden;
    background-image: url(/img/header_gamestart.png);
    background-repeat: no-repeat;
}


.disabled {
    filter: grayscale(1);
}

/*
.gamestart_btn img:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    */
/* .gamestart_btn:hover {
    animation: hue_gradient 1.5s;
}

@keyframes hue_gradient {
    0% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(90deg);
    }

    0% {
        filter: hue-rotate(0deg);
    }
} */

/****************************** header 끝 */


/****************************** footer 시작 */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #111;
    padding: 0px 0 60px;
    position: relative;
    z-index: 999;
}

.footer_l {
    margin-bottom: 40px;
}

.l_menu_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.l_link {
    display: flex;
}

    .l_link li a {
        font-weight: 500;
        font-size: 15px;
        color: #fff;
    }

    .l_link li {
        padding: 0 16px;
        border-right: 1px solid #414141;
    }

        .l_link li:first-child {
            padding-left: 0;
        }

        .l_link li:last-child {
            padding-right: 0;
            border-right: 0;
        }

.l_cap {
    color: #aaaaaa;
}

    .l_cap > ul {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

        .l_cap > ul li {
            transform: skew(-0.1deg);
        }

.footer_logo {
    margin-top: 40px;
}

.copy {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #636363;
}

.footer_r {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .footer_r > ul {
        display: flex;
        align-items: center;
        gap: 20px;
    }

.sns {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #333;
    margin-bottom: 40px;
}

    .sns ul {
        display: flex;
        align-items: center;
        gap: 60px;
    }

        .sns ul li a {
            width: 62px;
            height: 62px;
            background-color: #aaa;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.4s;
        }

            .sns ul li a img {
                opacity: 0.4;
                filter: grayscale(100%);
                transition: 0.4s;
            }

            .sns ul li a:hover {
                background-color: #fff;
            }
        .sns ul li .discord_btn:hover {
            background-color: #5865F2;
        }

        .sns ul li .naver_btn:hover {
            background-color: #60d06c;
        }

                .sns ul li a:hover img {
                    opacity: 1;
                    filter: grayscale(0%);
                }

/****************************** footer 끝 */


/****************************** top 버튼 시작 */

.top_btn {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #111;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    display: none;
    transition: 0.4s;
}

    .top_btn i {
        font-size: 36px;
        color: #111;
    }

    .top_btn:hover {
        background-color: #111;
        border: 1px solid #fff;
    }

        .top_btn:hover i {
            color: #fff;
        }

    .top_btn.scrolled {
        position: absolute;
        bottom: 270px;
    }

/****************************** top 버튼 끝 */


/****************************** 이용약관 시작 */

.policy_box {
    width: 100%;
    background-color: #fff;
    padding: 30px;
}

.td_red {
    color: red;
}

.policy_box table {
    margin-top: 20px;
}

.policy_box pre {
    white-space: pre-line;
}

.policy_bold {
    font-weight: 500;
}

.policy_box th, .policy_box td {
    border: 1px solid #eee;
    padding: 10px;
}

.mourn_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/****************************** 이용약관 끝 */
@media screen and (max-width: 1600px) {
    .main_depth {
        width: 120px;
    }

        .main_depth a {
            font-size: 16px;
        }

    .sub_depth {
        max-width: 120px;
    }

        .sub_depth li a {
            font-size: 15px;
        }

            .sub_depth li a i {
                font-size: 12px !important;
            }
}

@media screen and (max-width: 1500px) {

    .search_box {
        margin-right: 10px;
    }

    .login {
        gap: 10px;
        font-size: 12px;
    }

    .search_box i {
        font-size: 20px;
    }

    .main_depth {
        width: 100px;
    }

    .sub_depth {
        max-width: 100px;
    }

    .search_form form input {
        max-width: 100px;
    }
}


.footer_c {
    display: flex;
}

    .footer_c .img_area {
        display: flex;
        width: 200px;
        margin-right: 20px;
    }

        .footer_c .img_area img {
            width: 49%;
            margin: 1%;
        }

    .footer_c .info_area .line_li {
        display: flex;
        justify-content: center;
        width: 570px;
        box-sizing: border-box;
    }

        .footer_c .info_area .line_li ul {
            display: flex;
            width: 50%;
        }

            .footer_c .info_area .line_li ul li {
                font-family: 'twayair';
                width: 40%;
                height: 40px;
                background-color: rgb(20, 104, 179);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 14px;
                color: #fff;
                margin: 0.5px;
            }

                .footer_c .info_area .line_li ul li:last-child {
                    box-sizing: border-box;
                    padding-left: 15px;
                    width: 60%;
                    justify-content: flex-start;
                }

@media (max-width:800px) {
    .footer_c {
        flex-direction: column;
    }

        .footer_c .img_area {
            width: 40%;
            justify-content: center;
            margin: 0 auto;
        }

        .footer_c .info_area {
            margin-top: 20px;
        }

            .footer_c .info_area .line_li ul {
                width: 100%;
            }

            .footer_c .info_area .line_li {
                display: block;
                margin: 0 auto;
                width: 85%;
            }
}

.grecaptcha-badge {
    visibility: hidden;
}
