button {
    font-family: 'Noto Sans KR', sans-serif;
}

html {
    font-family: 'Noto Sans KR', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

.bg-layer_info {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 7%;
    background: rgb(0 0 0 / 70%);
    text-align: center;
    z-index: 1;
    height: 80px;
}

    .bg-layer_info div {
    }

        .bg-layer_info div ul {
        }

            .bg-layer_info div ul li {
                color: #fff;
                display: inline-block;
                vertical-align: middle;
            }

                .bg-layer_info div ul li h2 {
                    font-size: 20px;
                    color: #ffcd0c;
                }

                .bg-layer_info div ul li P {
                }

    .bg-layer_info .date {
        font-size: 12px;
        color: #919191;
    }

    .bg-layer_info .btn01 {
        background: #ffcd0c;
        padding: 3px 8px;
        margin: 0 0 0 5px;
        border-radius: 5px;
        color: #000;
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #ffcd0c;
    }

        .bg-layer_info .btn01:hover {
            background: #000;
            border: 1px solid #ffcd0c;
            color: #ffcd0c;
            transition-duration: 0.4s;
        }

    .bg-layer_info .btn02 {
        padding: 3px 8px;
        margin: 0 0 0 5px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #919191;
    }

        .bg-layer_info .btn02:hover {
            background: #000;
            border: 1px solid #ffcd0c;
            color: #ffcd0c;
            transition-duration: 0.4s;
        }


.bg-layer {
    position: absolute;
    right: 50px;
    top: -30px;
}

    .bg-layer h1 {
        font-size: 45px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-align: center;
        padding: 1em 0 0.4em 0;
    }

.header-main {
    max-width: 310px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 1em 3em 2em;
    background: rgb(29 29 29 / 80%);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}

    .header-main p {
        color: #fff;
        /*text-align: center;*/
    }

        .header-main p span {
            color: #ffcd05;
        }

.main-icon {
    text-align: center;
}

.icon1 {
    margin: 0 0 1em;
    padding: .8em 1em;
    background: rgba(255, 255, 255, 0.94);
}

.fa-user {
    background: url(../img/user_icon.png)no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 22px;
    vertical-align: middle;
}

.close_btn {
    background: url(../img/xbtn01.png)no-repeat right;
    width: 35px;
    height: 35px;
    background-size: 35px;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

    .close_btn:hover {
        background: url(../img/xbtn01_on.png)no-repeat;
        width: 35px;
        height: 35px;
        background-size: 35px;
    }


.icon1 input {
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}

.icon1 .bottom {
    margin: 1em 0 0;
}

.header-left-bottom button.btn {
    background: #ffcd05;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: .8em 2em;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;
}





.ca_main {
    min-width: 320px;
    padding-top: 30px;
    margin: 0 auto;
}

    .ca_main section {
        display: none;
        padding: 20px 0 0;
        border-top: 1px solid #ffcd05;
    }

    /*ë¼ë””ì˜¤ë²„íŠ¼ ìˆ¨ê¹€*/
    .ca_main input {
        display: none;
    }


    .ca_main label {
        display: inline-block;
        margin: 0 -2px 0px;
        padding: 10px 40px;
        font-weight: 600;
        text-align: center;
        color: #6b6b6b;
        border: 1px solid transparent;
        background: #1f1f1f;
        border-radius: 5px 5px 0 0;
    }

        .ca_main label:hover {
            color: #ffcd05;
            cursor: pointer;
        }


    .ca_main input:checked + label {
        color: #000;
        border: 1px solid #ffcd05;
        background: #ffcd05;
        border-radius: 5px 5px 0 0;
    }

    .ca_main #tab1:checked ~ #content1,
    .ca_main #tab2:checked ~ #content2 {
        display: block;
    }


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #262626;
    border-radius: 0px;
    background-clip: padding-box;
    border: 0px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: #333333;
    box-shadow: inset 0px 0px 0px white;
}

a:link {
    text-decoration: none;
    color: #fff;
}

a:visited {
    text-decoration: none;
    color: #fff;
}

a:active {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
    color: #ffcd05;
    text-decoration: none;
}


input::placeholder {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 14px;
}


.left-container::-webkit-scrollbar {
    display: none;
}

.left-container {
    background-color: #1c1c1c;
    box-shadow: 1em 1em 2em #0c0c0c;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px 15px 10px;
    width: 270px;
    z-index: 14;
    top: 0px;
    float: left;
    position: fixed;
    bottom: 0;
    overflow-y: auto;
}

    .left-container h1 {
        height: 80px;
        text-align: center;
        margin-bottom: 10px;
    }

        .left-container h1 img {
            width: 235px;
        }

.l-menu-wrap {
    background: #262626;
    margin: 0 auto;
    width: 240px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #343434;
    font-weight: 600;
    font-size: 15px;
}

    .l-menu-wrap.boardmenu {
        margin-top: 5px;
        background: #141414;
    }

.l-menu {
    width: 170px;
    margin: 0 auto;
    padding: 10px 0;
    letter-spacing: -0.03em;
    height: auto;
}

    .l-menu ul li {
        color: #636363;
        border-top: 1px solid #373737;
        border-bottom: 1px solid #141414;
        height: 50px;
        cursor: pointer;
        transition-duration: 0.2s;
        padding-top: 15px;
    }

        .l-menu ul li:first-child {
            color: #636363;
            border-bottom: 1px solid #141414;
            height: 40px;
            border-top: none;
            padding-top: 5px;
        }

        .l-menu ul li:last-child {
            color: #636363;
            border-bottom: none;
            height: 40px;
            border-top: 1px solid #373737;
        }

    .l-menu ul .ico01 {
        background: url(../img/icon_menu.png)no-repeat top 5px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico01:hover {
            background: url(../img/icon_menu.png)no-repeat top -2px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }

    .l-menu ul .ico02 {
        background: url(../img/icon_menu.png)no-repeat top -40px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico02:hover {
            background: url(../img/icon_menu.png)no-repeat top -44px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }


    .l-menu ul .ico03 {
        background: url(../img/icon_menu.png?1)no-repeat top -90px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico03:hover {
            background: url(../img/icon_menu.png?1)no-repeat top -90px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }


    .l-menu ul .ico04 {
        background: url(../img/icon_menu.png)no-repeat top -135px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico04:hover {
            background: url(../img/icon_menu.png)no-repeat top -135px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }




    .l-menu ul .ico05 {
        background: url(../img/icon_menu.png)no-repeat top -180px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico05:hover {
            background: url(../img/icon_menu.png)no-repeat top -180px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }


    .l-menu ul .ico06 {
        background: url(../img/icon_menu.png)no-repeat top -230px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico06:hover {
            background: url(../img/icon_menu.png)no-repeat top -223px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }



    .l-menu ul .ico07 {
        background: url(../img/icon_menu.png)no-repeat top -223px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico07:hover {
            background: url(../img/icon_menu.png)no-repeat top -223px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }

    .l-menu ul li span {
        padding-left: 40px;
    }

    .l-menu ul .ico01_2 {
        background: url(../img/icon_menu02.png)no-repeat top 5px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico01_2:hover {
            background: url(../img/icon_menu02.png)no-repeat top -2px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }

    .l-menu ul .ico02_2 {
        background: url(../img/icon_menu02.png)no-repeat top -44px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico02_2:hover {
            background: url(../img/icon_menu02.png)no-repeat top -44px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }


    .l-menu ul .ico03_2 {
        background: url(../img/icon_menu02.png?1)no-repeat top -85px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico03_2:hover {
            background: url(../img/icon_menu02.png?1)no-repeat top -90px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }

    .l-menu ul .ico04_2 {
        background: url(../img/icon_menu02.png)no-repeat top -135px left -5px;
        filter: grayscale(100%)
    }

        .l-menu ul .ico04_2:hover {
            background: url(../img/icon_menu02.png)no-repeat top -135px left -5px;
            color: #ffcd05;
            filter: grayscale(0)
        }


.customer-container {
    background: url(../img/back_customer.jpg);
    margin: 0 auto;
    width: 240px;
    min-height: 100px;
    margin-top: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #343434;
}

.customer-text-wrap {
    width: 170px;
    margin: 0 auto;
    font-weight: 400;
    padding-top: 0px;
    letter-spacing: -0.03em;
}

    .customer-text-wrap h2 {
        text-align: left;
        margin: 0;
        padding: 0;
        line-height: 15px;
        font-size: 18px;
        padding-top: 10px;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

        .customer-text-wrap h2 span {
            color: #747474;
        }

    .customer-text-wrap h3 {
        font-size: 20px;
        color: #ffcd05;
        height: 20px;
        font-weight: 500;
        margin: 0;
        padding-top: 10px;
    }

        .customer-text-wrap h3:last-child {
            padding-top: 10px;
            font-size: 20px;
            color: #ffcd05;
            height: 20px;
            font-weight: 500;
            margin: 0;
        }

        .customer-text-wrap h3 span {
            display: block;
            color: #fff;
            font-weight: 100;
            font-family: 'Montserrat', sans-serif;
        }

.board-container {
    background: #262626;
    margin: 0 auto;
    width: 240px;
    height: 272px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #343434;
    font-weight: 600;
    font-size: 15px;
}

.remote_a {
    background: url(../img/remote_img.png) no-repeat center center #262626;
    margin: 0 auto;
    width: 240px;
    min-height: 280px;
    margin-top: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #343434;
}

    .remote_a h2 {
        font-size: 18px;
        height: 31px;
        color: #656565;
        margin: 10px auto 200px;
        text-align: center;
    }

        .remote_a h2 span {
            color: #ffcd05;
            font-weight: 400;
        }

    .remote_a p {
        text-align: center;
        padding: 15px 0;
        width: 100%;
        max-width: 240px;
        background: #c9c9c9;
        font-size: 14px;
        cursor: pointer;
        border-radius: 0 0 5px 5px;
    }

        .remote_a p:hover {
            background: #ffcd05;
        }

.tabm {
    width: 100%;
}

    .tabm span {
        height: 40px;
        text-align: center;
        font-size: 13px;
        float: left;
        font-weight: 400;
        width: 50%;
        background: #363636;
        display: block;
        line-height: 40px;
        color: #fff;
        cursor: pointer;
        border-top-left-radius: 5px;
    }

        .tabm span:last-child {
            border-top-right-radius: 5px;
        }

        .tabm span:hover {
            height: 40px;
            width: 50%;
            background: #ffcd05;
            display: block;
        }

    .tabm .on {
        background: #ffcd05;
    }


.list {
    font-family: dotum;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

    .list table {
        width: 220px;
        margin: 0 auto;
        border-collapse: collapse;
    }

        .list table tr {
            height: 40px;
            cursor: pointer;
            text-align: center;
            border-bottom: 1px solid #373737;
            border-top: 1px solid #373737;
            line-height: 40px;
        }

            .list table tr:last-child {
                height: 40px;
                text-align: center;
                border-bottom: none;
                border-top: #373737;
            }

        .list table td {
        }

            .list table td:last-child {
                font-weight: bold;
                color: #ffcd05;
            }

.right-container {
    min-height: 500px;
    width: 100%;
    overflow: hidden;
    background: #141414;
}

.contents {
    width: calc(100% - 270px) !important;
    height: auto;
    float: right;
    position: relative;
    min-height: 1200px;
}

.login {
    height: 84px;
    position: absolute;
    width: 100%;
    min-width: 700px;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.login-box {
    float: right;
    height: 40px;
    margin-top: 20px;
    margin-right: 20px;
}

    .login-box input {
        width: 23%;
        height: 34px;
        font-size: 16px;
        font-weight: 400;
        color: #ffcd05;
        letter-spacing: 0.02em;
        border-radius: 5px;
        border: 2px solid #6d6d6d;
        background: none;
        font-family: 'Montserrat', sans-serif;
        padding-left: 20px;
        transition-duration: 0.5s;
    }

        .login-box input:hover {
            border: 2px solid #ffcd05;
            cursor: pointer;
            transition-duration: 0.4s;
        }

    .login-box button {
        width: 130px;
        height: 40px;
        border: none;
        font-weight: 500;
        background: #ffcd05;
        border-radius: 5px;
        color: #000;
        font-size: 15px;
        cursor: pointer;
        transition-duration: 0.4s;
    }

        .login-box button:hover {
            border: 2px solid #ffcd05;
            color: #ffcd05;
            background: none;
            transition-duration: 0.4s;
        }

        .login-box button:last-child {
            width: 130px;
            height: 40px;
            border: none;
            font-weight: 500;
            border: 2px solid #6d6d6d;
            background: none;
            border-radius: 5px;
            color: #fff;
            font-size: 15px;
        }

            .login-box button:last-child:hover {
                border: 2px solid #ffcd05;
                color: #ffcd05;
                background: none;
                transition-duration: 0.2s;
            }

.content-button {
    text-align: right;
    margin: 10px 0;
}

    .content-button button {
        width: 100px;
        height: 30px;
        border: none;
        font-weight: 500;
        background: #ffcd05;
        border-radius: 5px;
        color: #000;
        font-size: 15px;
        cursor: pointer;
        transition-duration: 0.4s;
    }

        .content-button button:hover {
            border: 2px solid #ffcd05;
            color: #ffcd05;
            background: none;
            transition-duration: 0.4s;
        }

        .content-button button:last-child {
            width: 100px;
            height: 30px;
            border: none;
            font-weight: 500;
            border: 2px solid #6d6d6d;
            background: none;
            border-radius: 5px;
            color: #fff;
            font-size: 15px;
        }

            .content-button button:last-child:hover {
                border: 2px solid #ffcd05;
                color: #ffcd05;
                background: none;
                transition-duration: 0.2s;
            }


.point-box {
    float: left;
    margin: 20px 0 0 20px;
    height: 40px;
}

    .point-box .money li:first-child {
        margin-left: 0;
    }

    .point-box li .gnb-cell {
        display: inline-block;
        vertical-align: middle;
    }

.icon.point-g {
    width: 21px;
    height: 21px;
    background: url(../img/point_g.png) no-repeat;
    display: block;
}

.point-box li .gnb-cell.number {
    font-family: 'S-CoreDream-6Bold', sans-serif;
    font-size: 16px;
    color: #ffcd05;
}

.point-box .money li {
    margin-left: 2.5em;
}

.point-box li {
    display: inline-block;
}

.icon.point-p {
    width: 21px;
    height: 21px;
    background: url(../img/point_p.png) no-repeat;
    display: block;
}

.icon.user {
    width: 21px;
    height: 26px;
    background: url(../img/icon-user.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.icon.letter {
    width: 20px;
    height: 16px;
    background: url(../img/icon-letter.png) no-repeat;
    margin: 5px 0 5px 10px;
    vertical-align: middle;
    display: inline-block;
}

.point-box li .gnb-cell.letter {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
}



.game-container {
    width: 1510px;
    margin: 0 auto;
}

.live-casino-wrap {
    border-bottom: 1px solid #000000;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
}

    .live-casino-wrap h1 {
        height: 60px;
        line-height: 60px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
    }

.game-list {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}

    .game-list ul li {
        width: 48.333% !important;
        height: 310px;
        background: url(../img/live_back.png);
        background-size: 120%;
        filter: grayscale(0%);
        position: relative;
        border-radius: 10px;
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4f4f4f;
        cursor: pointer;
        transition-duration: 0.3s;
    }


        .game-list ul li h2 {
            position: absolute;
            top: -13px;
            left: 5%;
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            font-size: 40px;
            color: #7e6e3c;
            letter-spacing: -0.7px;
        }

    .game-list ul .game_coming h2 {
        font-size: 28px;
        left: 32%;
        top: 220px;
    }

.bxslider {
    width: 100%;
}

.slider img {
    width: 100%;
}

.game-list ul li:hover {
    filter: grayscale(0);
    border: 1px solid #ffcd05;
    transition-duration: 0.3s;
    background: url(../img/live_back_on.png);
    background-size: 120%;
}

.game-list ul li .char01 {
    padding-left: 98px;
    display: block;
    transition-duration: 0.7s;
}

    .game-list ul li .char01 img {
        margin-bottom: -5px;
    }

.game-list ul li:hover .char01 {
    opacity: 10;
    padding-left: 30px;
    transition-duration: 0.7s;
}

.game-list ul li .char02 {
    display: block;
    transition-duration: 0.7s;
    margin: 0 auto;
    text-align: center;
}

.game-list ul li:hover .char02 {
    opacity: 10;
    padding-left: 30px;
    transition-duration: 0.7s;
}



/*slot*/
.slot-wrap {
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #000000;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.slot-list {
    margin-top: 20px;
    width: 99%;
    overflow: hidden;
}

.slot-mimg01 {
    height: 243px;
    width: 43.7%;
    background-size: 100%;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #4f4f4f;
    float: left;
    background: url(../img/slot_img01.jpg);
    transition-duration: 0.3s;
}

    .slot-mimg01:hover {
        border: 1px solid #ffcd05;
        transition-duration: 0.3s;
    }


.slot-mimg02 {
    height: 243px;
    width: 43.7%;
    background-size: 90%;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #4f4f4f;
    float: left;
    background: url(/asset/img/slot_img02.jpg) -50px -22px;
    transition-duration: 0.3s;
}

    .slot-mimg02:hover {
        border: 1px solid #ffcd05;
    }

.slot-mimg03 {
    height: 243px;
    width: 43.7%;
    background-size: 90%;
    border-radius: 7px;
    border: 1px solid #4f4f4f;
    cursor: pointer;
    float: left;
    background: url(/asset/img/slot_img03.jpg)-50px -22px;
    transition-duration: 0.3s;
}

    .slot-mimg03:hover {
        border: 1px solid #ffcd05;
        transition-duration: 0.3s;
    }












.slot-accarea {
    height: 243px;
    width: 28%;
    height: 243px;
    float: left;
    padding-left: 50px;
}

    .slot-accarea .t01 {
        font-family: 'Montserrat', sans-serif;
        height: 88px;
        font-weight: 300;
        font-size: 60px;
        color: #ffcd05;
        margin: 0;
        margin-top: 19px;
        display: block;
        width: 100%;
    }

    .slot-accarea .t02 {
        font-family: 'Montserrat', sans-serif;
        color: #5f5f5f;
        font-size: 13px;
        height: 23px;
        margin: 0;
        padding: 0;
        font-weight: 300;
        display: block;
        width: 100%;
    }

    .slot-accarea .t03 {
        font-family: dotum;
        font-size: 12px;
        border-bottom: 1px solid #282828;
        color: #5f5f5f;
        font-weight: normal;
        height: 23px;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        display: block;
        width: 100%;
    }

    .slot-accarea button:hover {
        border: none;
        background: #ffcd05;
        border: 1px solid #f1aa6c;
        border-radius: 6px;
        font-family: dotum;
        font-size: 12px;
        width: 31.5%;
        height: 54px;
        margin-top: 14px;
        color: #fff;
        cursor: pointer;
        margin-right: 5px;
        transition-duration: 0.2s;
        font-weight: bold;
    }

    .slot-accarea button {
        border: none;
        background: #2e2e2e;
        border: 1px solid #424242;
        border-radius: 6px;
        font-family: dotum;
        font-size: 12px;
        width: 31.5%;
        height: 54px;
        margin-top: 14px;
        color: #fff;
        cursor: pointer;
        margin-right: 5px;
        transition-duration: 0.2s;
        font-weight: bold;
    }

.thumbnail-slot {
    float: left;
    width: 300px;
    margin-left: 70px;
}

    .thumbnail-slot span {
        font-size: 28px;
        margin-top: 20px;
        font-family: 'Montserrat', sans-serif;
        display: block;
        margin: 0;
        line-height: 70px;
        text-align: left;
        color: #fff;
        margin-left: 30px;
        font-weight: bold;
        transition-duration: 0.3s;
    }

.thum-01 {
    width: 99%;
    height: 70px;
    border-radius: 6px;
    background: url(/asset/img/slot_img01.jpg);
    background-size: 100%;
    /*filter: grayscale(100);*/
    margin-top: 0px;
    border: 1px solid #424242;
    cursor: pointer;
}

    .thum-01 div {
        width: 100%;
        height: 70px;
        display: block;
        border-radius: 10px;
        transition-duration: 0.3s;
    }

    .thum-01:hover div {
        background-color: rgba(0, 0, 0, 0.7);
        transition-duration: 0.3s;
    }

        .thum-01:hover div span {
            padding-left: 10px;
            transition-duration: 0.3s;
            color: #ffcd05;
        }

    .thum-01:hover {
        /*filter: grayscale(0);*/
        border: 1px solid #ff8a00;
        transition-duration: 0.3s;
    }

.thum-02:hover {
    /*filter: grayscale(0);*/
    border: 1px solid #ff8a00;
    transition-duration: 0.3s;
}


.thum-02 div {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    width: 100%;
    height: 70px;
    display: block;
    border-radius: 10px;
    transition-duration: 0.3s;
}

.thum-02:hover div {
    background-color: rgba(0, 0, 0, 0.7);
    transition-duration: 0.3s;
}


    .thum-02:hover div span {
        padding-left: 10px;
        transition-duration: 0.3s;
        color: #ffcd05;
    }


.thum-03:hover {
    /*filter: grayscale(0);*/
    border: 1px solid #ff8a00;
    transition-duration: 0.3s;
}

.thum-03 div {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    width: 100%;
    height: 70px;
    display: block;
    border-radius: 10px;
    transition-duration: 0.3s;
}

.thum-03:hover div {
    background-color: rgba(0, 0, 0, 0.7);
    transition-duration: 0.3s;
}

    .thum-03:hover div span {
        padding-left: 10px;
        transition-duration: 0.3s;
        color: #ffcd05;
    }


.thum-02 {
    width: 99%;
    height: 70px;
    border-radius: 6px;
    background: url(/asset/img/slot_img02.jpg);
    background-size: 100%;
    /*filter: grayscale(100);*/
    margin-top: 0px;
    border: 1px solid #424242;
    margin-top: 10px;
    cursor: pointer;
}

.thum-03 {
    width: 99%;
    height: 70px;
    border-radius: 6px;
    background: url(/asset/img/slot_img03.jpg);
    background-size: 100%;
    /*filter: grayscale(100);*/
    margin-top: 0px;
    border: 1px solid #424242;
    margin-top: 10px;
    cursor: pointer;
}

.board-wrap {
    width: 100%;
    height: auto;
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #000000;
    overflow: hidden;
    padding-bottom: 30px;
}

.board-list {
    margin-top: 30px;
    height: auto;
}

.list-b {
    width: 32.2%;
    height: 270px;
    float: left;
    margin-right: 20px;
    background: #262626;
    border: 1px solid #343434;
    border-radius: 8px;
}

    .list-b table {
        font-family: dotum;
        margin-left: 25px;
        border-collapse: collapse;
        font-size: 12px;
        color: #fff;
        width: 90%;
    }

        .list-b table tr {
            border-bottom: 1px solid #373737;
            height: 40px;
            transition-duration: 0.3s;
        }

            .list-b table tr:hover {
                cursor: pointer;
                transition-duration: 0.3s;
                color: #ffc600;
            }

    .list-b h1 {
        font-size: 18px;
        margin: 20px 20px 0 20px;
        height: 31px;
        color: #656565;
    }

        .list-b h1 span {
            color: #ffcd05;
            font-weight: 400;
        }

        .list-b h1 p {
            float: right;
            margin-top: -2px;
            font-size: 15px;
            cursor: pointer;
        }

            .list-b h1 p:hover {
                color: #ffcd16;
            }

footer {
    width: 100%;
    height: auto;
    position: relative;
}

.footer-wrap {
    width: 1500px;
    margin: 0 auto;
    height: 280px;
    padding-top: 40px;
    overflow: hidden;
    border-top: 1px solid #2b2b2b;
}

.first-bl {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .first-bl h1 {
        margin: 0;
    }

    .first-bl h2 {
        font-size: 10px;
        font-family: 'Montserrat', sans-serif;
        width: 340px;
        font-weight: 400;
        color: #606060;
        text-transform: uppercase;
    }

    .first-bl h3 {
        font-size: 10px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #606060;
    }

.second-bl {
    width: 11%;
    float: right;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #656565;
    overflow: hidden;
    height: auto;
    transition-duration: 0.2s;
}

    .second-bl h1 {
        font-size: 14px;
        height: 25px;
    }

        .second-bl h1 span {
            color: #ffcd05;
        }

.second-bl02 {
    width: 18%;
    float: right;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #656565;
    overflow: hidden;
    height: auto;
    transition-duration: 0.2s;
    margin-right: 20px;
}

    .second-bl02 h1 {
        font-size: 14px;
        height: 25px;
    }

        .second-bl02 h1 span {
            color: #ffcd05;
        }

    .second-bl02 icon {
        background: url(../img/line01.png)no-repeat center center #262626;
    }

        .second-bl02 icon ul {
            width: 100%;
            text-align: center;
        }

            .second-bl02 icon ul li {
                width: 47%;
                display: inline-block;
            }

icon {
    width: 100%;
    float: left;
    margin-right: 10px;
    height: 115px;
    background: #262626;
    border: 1px solid #343434;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

    icon p {
        font-size: 14px;
        text-align: center;
        margin: 0;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 100;
        letter-spacing: 0.5px;
    }

.ico-01 {
    background: url(../img/footer_rmt01.png)no-repeat center 15px;
    width: 90px;
    height: 85px;
    margin: 0 auto;
    display: block;
}

.ico-02 {
    background: url(../img/footer_sns01.png)no-repeat center 12px;
    width: 66px;
    height: 86px;
    margin: 0 auto;
    display: block;
}

.ico-03 {
    background: url(../img/footer_sns02.png)no-repeat center 12px;
    width: 66px;
    height: 86px;
    margin: 0 auto;
    display: block;
}


.third-bl {
    float: right;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
    margin-left: 2%;
}

    .third-bl div {
        width: auto;
        padding: 20px;
        float: left;
        margin-right: 0px;
    }

    .third-bl h1 {
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        height: 20px;
        color: #ffcd05;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .third-bl span {
        display: inline;
        float: left;
        margin-right: 20px;
    }

        .third-bl span:last-child {
            display: inline-block;
            margin-right: 0px;
        }

        .third-bl span ul {
            font-family: 'Montserrat', sans-serif;
        }

            .third-bl span ul li {
                font-size: 12px;
                color: #5e5e5e;
                height: 20px;
                transition-duration: 0.3s;
                text-transform: uppercase;
            }

                .third-bl span ul li:hover {
                    color: #ffcd05;
                    transition-duration: 0.3s;
                    cursor: pointer;
                }

.slider {
    width: 100%;
    min-width: 1400px;
    text-align: center;
    background: #000;
    margin-top: 20px;
    z-index: -100;
}

    .slider img {
        text-align: center;
    }


