@charset "utf-8";

#wrap {
    float: left;
    width: 100%;
    position: relative;
    background: url(../images/bg_dopamine.png) center top no-repeat;
}

* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.game_tit {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.game_list_wrap {
    float: left;
    width: 1228px;
}

    .game_list_wrap ul li {
        float: left;
        margin: 0 10px 10px 0;
        position: relative;
    }

.mouseover2 {
    animation-name: mouseover2;
    -webkit-animation-name: mouseover2;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

@keyframes mouseover2 {
    0% {
        transform: scale(0.95);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes mouseover2 {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
    }
}

#header_wrap {
    float: left;
    width: 100%;
    height: 204px;
}

.header_box {
    margin: 0 auto;
    width: 1300px;
}

.top_wrap {
    float: left;
    width: 100%;
    height: 150px;
}

.logo {
    float: left;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}

.logo2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.logo_effect {
    animation-name: logo_effect;
    -webkit-animation-name: logo_effect;
    animation-duration: 3.5s;
    -webkit-animation-duration: 3.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes logo_effect {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes logo_effect {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.util {
    float: right;
    margin: 31px 0 0;
}

    .util ul li {
        float: left;
        margin: 0 0 0 34px;
    }

.login {
    float: right;
    margin: 15px 0 0;
}

    .login ul li {
        float: left;
        line-height: 44px;
        margin: 0 0 2px 5px;
        letter-spacing: -1px;
        font-size: 15px;
        font-family: noto sans kr regular, sans-serif;
    }

.input_login {
    background-color: #d9d5cf;
    border: 1px solid #716653;
    padding: 5px 0 3px 5px;
    width: 160px;
    height: 40px;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-family: noto sans kr regular, sans-serif;
    color: #000000;
    border-radius: 3px;
}

.gnb {
    float: left;
    width: 100%;
    height: 54px;
    text-align: center;
}

    .gnb ul li {
        display: inline;
        margin: 0 40px;
        line-height: 54px;
        font-size: 19px;
        text-align: center;
        font-family: noto sans kr regular, sans-serif;
        letter-spacing: -1pt;
        font-weight: 900;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

        .gnb ul li a {
            color: #000;
        }

            .gnb ul li a:hover {
                color: #301d0a;
            }

#title_wrap {
    float: left;
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 32px 0 0;
}

#contents_wrap {
    float: left;
    width: 100%;
    min-height: 570px;
}

.contents_box {
    margin: 0 auto;
    width: 1300px;
}

.title1 {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    font-family: noto sans kr regular, sans-serif;
    padding: 0 0 0 12px;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #eacfb4;
    margin: 5px 0 0;
}

.title2 {
    padding: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    color: #ebd8c4;
    font-weight: 600;
    font-family: noto sans kr regular, sans-serif;
    letter-spacing: -1px;
}

.con_box00 {
    float: left;
    width: 100%;
    margin: 0;
}

.con_box10 {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

.con_box20 {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.con_box30 {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.con_box40 {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.con_box50 {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}

.con_box60 {
    float: left;
    width: 100%;
    margin: 60px 0 0;
}

.popup_none {
    display: none;
}

.popup_wrap {
    width: 1300px;
}

.close_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.popupbox {
    width: 100%;
    float: left;
    background: #222;
    background: linear-gradient(#80541f 0%, #492b11 100%);
    min-height: calc(100vh - 78px);
    border-radius: 10px;
    padding: 40px;
    position: relative;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
}

.game_tit {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.popup_tab_wrap {
    width: 100%;
}

.popup_tab {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

    .popup_tab li {
        float: left;
        min-width: 120px;
        border-right: solid 1px rgba(255, 255, 255, 0.05);
    }

        .popup_tab li span {
            display: inline-block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-family: noto sans kr regular, sans-serif;
            font-size: 12px;
            text-align: center;
            font-weight: 600;
        }

            .popup_tab li span:hover {
                display: inline-block;
                width: 100%;
                height: 40px;
                line-height: 40px;
                font-family: noto sans kr regular, sans-serif;
                font-size: 12px;
                text-align: center;
                font-weight: 600;
            }

.sk_tab_active_01 span {
    color: #fff;
    background: linear-gradient(#ceab73 0%, #9e8254 100%);
}

.sk_tab_con_01 {
    display: block;
    clear: both;
}

.sk_tab_hidden_01 {
    display: none;
}

.sk_tab_active_02 span {
    color: #fff;
    background: linear-gradient(#ceab73 0%, #9e8254 100%);
}

.sk_tab_con_02 {
    display: block;
    clear: both;
}

.sk_tab_hidden_02 {
    display: none;
}

.sk_tab_active_04 span {
    color: #fff;
    background: linear-gradient(#ceab73 0%, #9e8254 100%);
}

.sk_tab_con_04 {
    display: block;
    clear: both;
}

.sk_tab_hidden_04 {
    display: none;
}

.sk_tab_active_00 span {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: linear-gradient(to right, #a07a4b 0%, #785a36 100%);
}

.sk_tab_con_00 {
    display: block;
    clear: both;
}

.sk_tab_hidden_00 {
    display: none;
}

.slot_list {
    float: left;
    width: 100%;
    margin: 0 0 0;
    color: #fff;
}

    .slot_list table tr td {
        color: #fff;
    }

        .slot_list table tr td table tr td {
            background: rgba(0, 0, 0, 0.4);
            text-align: center;
        }

            .slot_list table tr td table tr td:nth-child(2),
            .slot_list table tr td table tr td:nth-child(4),
            .slot_list table tr td table tr td:nth-child(6),
            .slot_list table tr td table tr td:nth-child(8),
            .slot_list table tr td table tr td:nth-child(10),
            .slot_list table tr td table tr td:nth-child(12),
            .slot_list table tr td table tr td:nth-child(14) {
                background: 0 0;
            }

            .slot_list table tr td table tr td:hover {
                background: rgba(255, 255, 255, 0.1);
            }

            .slot_list table tr td table tr td:nth-child(2):hover,
            .slot_list table tr td table tr td:nth-child(4):hover,
            .slot_list table tr td table tr td:nth-child(6):hover,
            .slot_list table tr td table tr td:nth-child(8):hover,
            .slot_list table tr td table tr td:nth-child(10):hover,
            .slot_list table tr td table tr td:nth-child(12):hover,
            .slot_list table tr td table tr td:nth-child(14):hover {
                background: 0 0;
            }

#footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 45px 0 40px;
    line-height: 22px;
    color: #000000;
    /* background: #000; */
}

.main_con_wrap {
    float: left;
    width: 1320px;
}

.main_con1_wrap {
    float: left;
    width: 415px;
    margin: 40px 20px 0 0;
}

.main_con1_title {
    float: left;
    width: 310px;
}

.main_con1 {
    float: left;
    width: 310px;
    height: 290px;
}

    .main_con1 td {
        line-height: 40px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.3);
        color: #ffdcdc;
        font-family: Noto Sans KR Regular;
        font-size: 14px;
        font-weight: 700;
    }

.main_con5_wrap {
    float: left;
    width: 1300px;
    height: 157px;
    background: rgba(255, 255, 255, 0.05);
    margin: 40px 0;
    padding: 28px 0 0 90px;
}

    .main_con5_wrap ul li {
        display: inline-block;
        margin: 0 25px;
        font-family: noto sans kr regular, sans-serif;
        font-size: 16px;
        letter-spacing: -1px;
        font-weight: 400;
        color: #fff;
    }

.main_con5_title {
    float: left;
}

.main_con5_line {
    float: left;
    margin: 0 65px;
}

.main_con5_font1 {
    float: left;
    font-family: noto sans kr regular, sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.main_con5_font2 {
    float: left;
    font-family: noto sans kr regular, sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.list_title1 {
    background: linear-gradient(#ceab73 0%, #9e8254 100%);
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-weight: 700;
    color: #000;
}

.list_notice1 {
    background: rgba(0, 0, 0, 0.4);
    line-height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-family: noto sans kr regular, sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.list_notice2 {
    background: rgba(0, 0, 0, 0.4);
    line-height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-family: noto sans kr regular, sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #fff;
    padding: 0 0 0 15px;
}

.list1 {
    background: rgba(0, 0, 0, 0.2);
    line-height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-family: noto sans kr regular, sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.list2 {
    background: rgba(0, 0, 0, 0.2);
    line-height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-family: noto sans kr regular, sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 900;
    color: #fff;
    padding: 0 0 0 15px;
}

.write_title_top {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.write_title {
    background: rgba(0, 0, 0, 0.5);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    min-height: 48px;
    line-height: 48px;
    padding: 3px 10px;
    width: 160px;
    color: #e7d7c7;
    vertical-align: middle;
    font-family: noto sans kr regular, sans-serif;
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 400;
}

.write_basic {
    background: rgba(0, 0, 0, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    min-height: 48px;
    padding: 3px 5px;
    vertical-align: middle;
    color: #c8b8a8;
    font-family: noto sans kr regular, sans-serif;
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 400;
}

.view1 {
    background: rgba(0, 0, 0, 0.5);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    font-family: noto sans kr regular, sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 700;
}

.view2 {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 12px 20px 10px;
    width: 100%;
    line-height: 26px;
    font-family: noto sans kr regular, sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 700;
}

.view_box {
    background: rgba(0, 0, 0, 0.8);
    border: solid 1px #000;
    padding: 5px 8px 3px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    color: #888;
    font-size: 12px;
    margin: 0 5px 0 0;
    font-weight: 100;
}

.info_wrap {
    background: rgba(0, 0, 0, 0.4);
    float: left;
    width: 100%;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.info1 {
    float: left;
    width: 100%;
    line-height: 26px;
    font-family: noto sans kr regular, sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    padding: 0 20px 5px;
}

.info2 {
    float: left;
    width: 100%;
    line-height: 26px;
    font-family: noto sans kr regular, sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffc000;
    padding: 0 20px;
}

.info3 {
    float: left;
    width: 100%;
    line-height: 22px;
    font-family: noto sans kr regular, sans-serif;
    font-size: 12px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #efe0d6;
    padding: 5px 20px 0 23px;
}

.box_wrap01 {
    background: rgba(0, 0, 0, 0.2);
    border: solid 1px #000;
    padding: 6px;
    float: left;
    width: 100%;
}

.box_box01 {
    background: rgba(0, 0, 0, 0.3);
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.box_font01 {
    float: left;
    width: 100%;
    line-height: 40px;
    font-weight: 600;
    color: #ddd;
    padding: 0;
    font-size: 18px;
    letter-spacing: -1px;
    font-family: nanumsquare, sans-serif;
}

.box_font02 {
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 0 0 3px;
    color: #ffc000;
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: 900;
    font-family: Arial, sans-serif;
    letter-spacing: -1pt;
}

.box_wrap02 {
    background: rgba(0, 0, 0, 0.2);
    border: solid 1px #000;
    padding: 6px;
    float: left;
    width: 100%;
    cursor: pointer;
}

.box_wrap02_on {
    background: rgba(0, 0, 0, 0.5);
    border: solid 1px #947f6f;
    padding: 6px;
}

.box_box02 {
    background: rgba(0, 0, 0, 0.3);
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.box02 {
    float: left;
    width: 100%;
    line-height: 34px;
    font-weight: 600;
    color: #ddd;
    padding: 0;
    font-size: 14px;
    letter-spacing: -1px;
    font-family: noto sans kr regular, sans-serif;
}

.box022 {
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 0 0 3px;
    color: #fff;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: 900;
    font-family: noto sans kr regular, sans-serif;
    letter-spacing: 0;
}

.box_wrap03 {
    background: rgba(0, 0, 0, 0.2);
    border: solid 1px #000;
    padding: 6px;
    float: left;
    width: 100%;
}

.box_box03 {
    background: rgba(0, 0, 0, 0.3);
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.box03 {
    float: left;
    width: 100%;
    line-height: 40px;
    font-weight: 400;
    color: #e0cf96;
    padding: 0;
    font-size: 20px;
    letter-spacing: -1px;
    font-family: noto sans kr regular, sans-serif;
}

.money {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: solid 1px #000;
    text-align: center;
    padding: 10px 0;
}

    .money li {
        display: inline-block;
        padding: 0 10px;
        font-size: 16px;
        letter-spacing: -1px;
        font-family: noto sans kr regular, sans-serif;
    }

.btn_wrap_right {
    float: left;
    width: 100%;
    text-align: right;
}

    .btn_wrap_right ul li {
        display: inline;
    }

.btn_wrap_center {
    float: left;
    width: 100%;
    text-align: center;
}

    .btn_wrap_center ul li {
        display: inline;
    }

.btn1_1 {
    background: linear-gradient(#6d5539 0%, #2e2616 100%);
    min-width: 70px;
    height: 35px;
    padding: 0 10px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-family: Noto Sans KR Regular, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 1px;
}

    .btn1_1:hover {
        background: linear-gradient(to right, #6d5539 0%, #2e2616 100%);
    }

.btn1_2 {
    background: linear-gradient(#404040 0%, #212121 100%);
    min-width: 70px;
    height: 35px;
    padding: 0 10px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-family: Noto Sans KR Regular, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 1px;
}

    .btn1_2:hover {
        background: linear-gradient(to right, #404040 0%, #212121 100%);
    }

.btn2_1 {
    background: linear-gradient(#6d5539 0%, #2e2616 100%);
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-family: Noto Sans KR Regular, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

    .btn2_1:hover {
        background: linear-gradient(to right, #6d5539 0%, #2e2616 100%);
    }

.btn2_2 {
    background: linear-gradient(#404040 0%, #212121 100%);
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-family: Noto Sans KR Regular, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

    .btn2_2:hover {
        background: linear-gradient(to right, #404040 0%, #212121 100%);
    }

.btn3_1 {
    background: linear-gradient(#6d5539 0%, #2e2616 100%);
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-family: Noto Sans KR Regular, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

    .btn3_1:hover {
        background: linear-gradient(to right, #6d5539 0%, #2e2616 100%);
    }

.btn3_2 {
    background: linear-gradient(#404040 0%, #212121 100%);
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-family: Noto Sans KR Regular, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

    .btn3_2:hover {
        background: linear-gradient(to right, #404040 0%, #212121 100%);
    }

.btn_tab {
    background: #000;
    min-width: 70px;
    display: inline-block;
    font-family: Noto Sans KR Regular;
    padding: 6px 8px;
    line-height: 12px;
    color: #999;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
}

.btn_tabon {
    background: #4e4239;
    min-width: 70px;
    display: inline-block;
    font-family: Noto Sans KR Regular;
    padding: 6px 8px;
    line-height: 12px;
    color: #ffecd8;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
}

.icon1 {
    background: #b88d6e;
    min-width: 70px;
    display: inline-block;
    font-family: Noto Sans KR Regular;
    padding: 6px 8px;
    line-height: 12px;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
}

.icon2 {
    background: #b89d6e;
    min-width: 70px;
    display: inline-block;
    font-family: Noto Sans KR Regular;
    padding: 6px 8px;
    line-height: 12px;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
}

.out_login_wrap {
    float: left;
    width: 100%;
    height: 100vh;
    background: url(../images/bg_login.jpg) center top no-repeat;
    background-size: cover;
    padding: 180px 0 0;
}

.out_login_box_wrap {
    width: 360px;
    margin: 0 auto;
}

.out_login_tit {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.out_login {
    width: 100%;
    float: left;
    margin: 50px 0;
}

.out_login_table {
    width: 100%;
}

.out_login_td1 {
    width: 100%;
    padding: 0 0 5px;
}

.out_login_td2 {
    width: 100%;
    padding: 0 0 10px;
}

.out_login_td3 {
    width: 100%;
    padding: 0 0 10px;
}

.out_login_btn1 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #e7d2b3;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(#7f614a 0%, #432e20 100%);
    font-family: Noto Sans KR Regular;
}

    .out_login_btn1:hover {
        background: linear-gradient(#937258 0%, #543928 100%);
    }

.font01 {
    color: #fff;
    font-weight: 600;
}

.font02 {
    color: #000;
    font-weight: 600;
}

.font03 {
    color: #7f6450;
}

.font04 {
    color: #f4d9bc;
    font-weight: 600;
}

.font05 {
    color: #ffce00;
    font-weight: 600;
}

.font06 {
    color: #ffc000;
    font-weight: 900;
}

.font07 {
    color: #149997;
    font-weight: 600;
}

.font08 {
    color: #100b04;
    font-weight: 600;
}

.font09 {
}

.font10 {
}

.font11 {
    color: #fff;
    font-size: 16px;
    font-family: noto sans kr regular, sans-serif;
    text-shadow: 1px 1px 1px #000;
}

.font12 {
    color: #f2e07b;
    font-weight: 900;
    font-size: 22px;
    line-height: 35px;
    font-family: noto sans kr regular, sans-serif;
    text-shadow: 1px 1px 1px #000;
}

.font13 {
    color: #b0977f;
    font-weight: 900;
}

.font14 {
    color: #818fa0;
}

.font15 {
    color: #;
    font-weight: 900;
}

.out_input_login {
    background-color: #000;
    border: 1px solid #000;
    width: 100%;
    height: 58px;
    color: #c7ae89;
    border-radius: 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-family: noto sans kr regular, sans-serif;
}

.input1 {
    background-color: #342916;
    border: 1px solid #000;
    padding: 0 0 0 10px;
    height: 35px;
    color: #fff;
}

.input2 {
    background-color: #342916;
    border: 1px solid #000;
    padding: 0 0 0 10px;
    color: #fff;
}

.main_game_effect {
    animation-name: main_game_effect;
    -webkit-animation-name: main_game_effect;
    animation-duration: 3.5s;
    -webkit-animation-duration: 3.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes main_game_effect {
    0% {
        transform: scale(0.97);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.97);
    }
}

@-webkit-keyframes main_game_effect {
    0% {
        -webkit-transform: scale(0.97);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.97);
    }
}

.play1_effect {
    float: left;
    width: 100%;
    margin: 0;
}

    .play1_effect ul li {
        float: left;
        margin: 0 20px 0 0;
    }

        .play1_effect ul li:last-child {
            margin: 0;
        }

.play1 {
    float: left;
    width: 619px;
    height: 322px;
    position: relative;
    overflow: hidden;
    transition: all ease 0.2s;
    z-index: 80;
}

    .play1:before,
    .play1:after {
        content: "";
        position: absolute;
        transition: all ease 0.3s;
    }

    .play1:before {
        width: 619px;
        height: 322px;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        opacity: 1;
        z-index: 80;
    }

    .play1:nth-child(1):before {
        background-position: 0 0;
    }

    .play1:hover:before {
        left: -290px;
        opacity: 0;
    }

    .play1:after {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        z-index: 70;
    }

    .play1:hover:after {
        left: 0;
    }

    .play1 > a > span {
        transform: scale(2.2, 2.2);
        opacity: 0;
        transition: all ease 0.3s;
        text-indent: -100%;
        z-index: 99;
        overflow: hidden;
        filter: blur(6px);
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
    }

    .play1:hover > a > span {
        opacity: 1;
        transform: scale(1, 1);
        filter: blur(0px);
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
    }

    .play1 > a > span,
    .play1 > a > span:after {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
    }

        .play1 > a > span:after {
            content: "";
            z-index: 99;
        }

.play01:before {
    background-image: url(../images/live_dopamine2.png);
}

.play01 > a > span:after {
    background-image: url(../images/live_dopamine2.png);
    background-repeat: no-repeat;
}

.play02:before {
    background-image: url(../images/slot2.jpg);
}

.play02 > a > span:after {
    background-image: url(../images/slot2.jpg);
}

.play03:before {
    background-image: url(../images/slot_dopamine2.png);
}

.play03 > a > span:after {
    background-image: url(../images/slot_dopamine2.png);
    background-repeat: no-repeat;
}

.play2_effect {
    float: left;
    width: 100%;
    margin: 0 0 50px;
}

    .play2_effect ul li {
        float: left;
        margin: 0 10px 10px 0;
    }

        .play2_effect ul li:last-child {
            margin: 0 0 10px;
        }

.play2 {
    float: left;
    width: 297px;
    height: 210px;
    position: relative;
    overflow: hidden;
    transition: all ease 0.2s;
    z-index: 80;
}

    .play2:before,
    .play2:after {
        content: "";
        position: absolute;
        transition: all ease 0.2s;
    }

    .play2:before {
        width: 297px;
        height: 210px;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        opacity: 1;
        z-index: 80;
    }

    .play2:nth-child(1):before {
        background-position: 0 0;
    }

    .play2:hover:before {
        left: 0;
        opacity: 0;
    }

    .play2:after {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(../images/play_effect.png);
        background-repeat: no-repeat;
        z-index: 70;
    }

    .play2:hover:after {
        left: 0;
    }

    .play2 > a > span {
        transform: scale(1.3, 1.3);
        opacity: 0;
        transition: all ease 0.3s;
        text-indent: -100%;
        z-index: 99;
        overflow: hidden;
        filter: blur(6px);
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
    }

    .play2:hover > a > span {
        background-image: url(../images/play_effect.png);
        opacity: 1;
        transform: scale(1, 1);
        filter: blur(0px);
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
    }

    .play2 > a > span,
    .play2 > a > span:after {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
    }

        .play2 > a > span:after {
            content: "";
            z-index: 99;
        }

.live01:before {
    background-image: url(../images/live01.png);
}

.live02:before {
    background-image: url(../images/live02.png);
}

.live03:before {
    background-image: url(../images/live03.png);
}

.live04:before {
    background-image: url(../images/live04.png);
}

.live05:before {
    background-image: url(../images/live05.png);
}

.live06:before {
    background-image: url(../images/live06.png);
}

.live07:before {
    background-image: url(../images/live07.png);
}

.live08:before {
    background-image: url(../images/live08.png);
}

.live09:before {
    background-image: url(../images/live09.png);
}

.live10:before {
    background-image: url(../images/live10.png);
}

.live11:before {
    background-image: url(../images/live11.png);
}

.live12:before {
    background-image: url(../images/live12.png);
}

.live13:before {
    background-image: url(../images/live13.png);
}

.live14:before {
    background-image: url(../images/live14.png);
}

.live15:before {
    background-image: url(../images/live15.png);
}

.live16:before {
    background-image: url(../images/live16.png);
}

.slot01:before {
    background-image: url(../images/slot01.png);
}

.slot02:before {
    background-image: url(../images/slot02.png);
}

.slot03:before {
    background-image: url(../images/slot03.png);
}

.slot04:before {
    background-image: url(../images/slot04.png);
}

.slot05:before {
    background-image: url(../images/slot05.png);
}

.slot06:before {
    background-image: url(../images/slot06.png);
}

.slot07:before {
    background-image: url(../images/slot07.png);
}

.slot08:before {
    background-image: url(../images/slot08.png);
}

.slot09:before {
    background-image: url(../images/slot09.png);
}

.slot10:before {
    background-image: url(../images/slot10.png);
}

.slot11:before {
    background-image: url(../images/slot11.png);
}

.slot12:before {
    background-image: url(../images/slot12.png);
}

.slot13:before {
    background-image: url(../images/slot13.png);
}

.slot14:before {
    background-image: url(../images/slot14.png);
}

.slot15:before {
    background-image: url(../images/slot15.png);
}

.slot16:before {
    background-image: url(../images/slot16.png);
}

.slot17:before {
    background-image: url(../images/slot17.png);
}

.slot18:before {
    background-image: url(../images/slot18.png);
}

.slot19:before {
    background-image: url(../images/slot19.png);
}

.slot20:before {
    background-image: url(../images/slot20.png);
}

.slot21:before {
    background-image: url(../images/slot21.png);
}

.slot22:before {
    background-image: url(../images/slot22.png);
}

.slot23:before {
    background-image: url(../images/slot23.png);
}

.slot24:before {
    background-image: url(../images/slot24.png);
}

.slot25:before {
    background-image: url(../images/slot25.png);
}

.slot26:before {
    background-image: url(../images/slot26.png);
}

.slot27:before {
    background-image: url(../images/slot27.png);
}

.slot28:before {
    background-image: url(../images/slot28.png);
}

.slot29:before {
    background-image: url(../images/slot29.png);
}

.slot30:before {
    background-image: url(../images/slot30.png);
}

.slot31:before {
    background-image: url(../images/slot31.png);
}

.slot32:before {
    background-image: url(../images/slot32.png);
}

.slot33:before {
    background-image: url(../images/slot33.png);
}

.slot34:before {
    background-image: url(../images/slot34.png);
}

.slot35:before {
    background-image: url(../images/slot35.png);
}

.slot36:before {
    background-image: url(../images/slot36.png);
}

.slot37:before {
    background-image: url(../images/slot37.png);
}

.slot38:before {
    background-image: url(../images/slot38.png);
}

.slot39:before {
    background-image: url(../images/slot39.png);
}

.slot40:before {
    background-image: url(../images/slot40.png);
}

.slot41:before {
    background-image: url(../images/slot41.png);
}

.slot42:before {
    background-image: url(../images/slot42.png);
}

.slot43:before {
    background-image: url(../images/slot43.png);
}

.slot44:before {
    background-image: url(../images/slot44.png);
}

.play2 > a > span:after {
    background-image: url(../images/over01.png);
}

.play3_effect {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

    .play3_effect ul li {
        float: left;
        margin: 0 10px 10px 0;
    }

        .play3_effect ul li:last-child {
            margin: 0 0 10px;
        }

.play3 {
    float: left;
    width: 400px;
    height: 262px;
    position: relative;
    overflow: hidden;
    transition: all ease 0.2s;
    z-index: 80;
}

    .play3:before,
    .play3:after {
        content: "";
        position: absolute;
        transition: all ease 0.2s;
    }

    .play3:before {
        width: 400px;
        height: 262px;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        opacity: 1;
        z-index: 80;
    }

    .play3:nth-child(1):before {
        background-position: 0 0;
    }

    .play3:hover:before {
        left: 0;
        opacity: 0;
    }

    .play3:after {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(../images/play_effect.png);
        background-repeat: no-repeat;
        z-index: 70;
    }

    .play3:hover:after {
        left: 0;
    }

    .play3 > a > span {
        transform: scale(1.5, 1.5);
        opacity: 0;
        transition: all ease 0.3s;
        text-indent: -100%;
        z-index: 99;
        overflow: hidden;
        filter: blur(6px);
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
    }

    .play3:hover > a > span {
        background-image: url(../images/play_effect.png);
        opacity: 1;
        transform: scale(1, 1);
        filter: blur(0px);
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
    }

    .play3 > a > span,
    .play3 > a > span:after {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
    }

        .play3 > a > span:after {
            content: "";
            z-index: 99;
        }

.hotel01:before {
    background-image: url(../images/hotel01.png);
}

.hotel02:before {
    background-image: url(../images/hotel02.png);
}

.hotel03:before {
    background-image: url(../images/hotel03.png);
}

.play3 > a > span:after {
    background-image: url(../images/over02.png);
}

.mouseover1 {
    animation-name: mouseover1;
    -webkit-animation-name: mouseover1;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

@keyframes mouseover1 {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes mouseover1 {
    0% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
