@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

button {
    font-family: 'GongGothicLight', 'Noto Sans KR', sans-serif;
}

html {
    font-family: 'GongGothicLight', 'Noto Sans KR', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'GongGothicLight', 'Noto Sans KR', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    background: #181a20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    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 {
    border: 0;
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
    color: #ff7800;
    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: #1d2027;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0px 0 10px;
    width: 250px;
    z-index: 14;
    top: 0px;
    float: left;
    position: fixed;
    bottom: 0;
    overflow-y: auto;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .42);
}

.left-container h1 {
    height: 70px;
    padding-left: 5px;
    margin: 7px 0;
    text-align: center;
}

.left-container h1 img {}

.l-menu-wrap {
    margin: 0 auto;
    width: 245px;
    padding-left: 5px;
    padding-bottom: 20px;
    font-size: 0.912rem !important;
    border-top: 1px solid;
    border-image: linear-gradient(to right, #434343, #1d2027) 1 1 round;
}

.l-menu {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #434343, #1d2027) 1 1 round;
    letter-spacing: -0.03em;
    height: auto;
}

.l-menu ul li {
    padding-top: 10px;
    color: #ffffff;
    height: 30px;
    cursor: pointer;
    transition-duration: 0.2s;
}

.l-menu ul li:first-child {
    padding-top: 5px;
    color: #ffffff;
    height: 30px;
    border-top: none;
}

.l-menu ul li:last-child {
    padding-top: 10px;
    color: #ffffff;
    height: 30px;
}

.l-menu ul .ico01 {
    background: url(../images/icon_menu.png)no-repeat top -8px left -5px;
}

.l-menu ul .ico01:hover {
    background: url(../images/icon_menu.png)no-repeat top -8px left -5px;
    color: #ff7800;
}

.l-menu ul .ico02 {
    background: url(../images/icon_menu.png)no-repeat top -48px left -5px;
}

.l-menu ul .ico02:hover {
    background: url(../images/icon_menu.png)no-repeat top -48px left -5px;
    color: #ff7800;
}

.l-menu ul .ico03 {
    background: url(../images/icon_menu.png)no-repeat top -94px left -5px;
}

.l-menu ul .ico03:hover {
    background: url(../images/icon_menu.png)no-repeat top -94px left -5px;
    color: #ff7800;
}

.l-menu ul .ico04 {
    background: url(../images/icon_menu.png)no-repeat top -139px left -5px;
}

.l-menu ul .ico04:hover {
    background: url(../images/icon_menu.png)no-repeat top -139px left -5px;
    color: #ff7800;
}

.l-menu ul .ico05 {
    background: url(../images/icon_menu.png)no-repeat top -184px left -5px;
}

.l-menu ul .ico05:hover {
    background: url(../images/icon_menu.png)no-repeat top -184px left -5px;
    color: #ff7800;
}

.l-menu ul .ico06 {
    background: url(../images/icon_menu.png)no-repeat top -229px left -5px;
}

.l-menu ul .ico06:hover {
    background: url(../images/icon_menu.png)no-repeat top -229px left -5px;
    color: #ff7800;
}

.l-menu ul .ico07 {
    background: url(../images/icon_menu.png)no-repeat top -272px left -5px;
}

.l-menu ul .ico07:hover {
    background: url(../images/icon_menu.png)no-repeat top -272px left -5px;
    color: #ff7800;
}

.l-menu ul .ico08 {
    background: url(../images/icon_menu.png)no-repeat top -308px left -5px;
}

.l-menu ul .ico08:hover {
    background: url(../images/icon_menu.png)no-repeat top -308px left -5px;
    color: #ff7800;
}

.l-menu ul li span {
    padding-left: 40px;
    font-weight: 400;
}

.customer-gamestart {
    margin: 0 auto;
    width: 240px;
    height: 60px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #343434;
}

.customer-container {
    background: url(../images/back_customer.jpg);
    margin: 0 auto;
    width: 240px;
    min-height: 349px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #5a5a5a;
}

.customer-phone {
    background: url(../images/back_phone.png);
    margin: 0 auto;
    width: 240px;
    min-height: 215px;
    margin-top: 20px;
    border-radius: 5px;
}

.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: 20px;
    font-size: 18px;
    padding-top: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.customer-text-wrap h2 span {
    color: #747474;
}

.customer-text-wrap h3 {
    font-size: 20px;
    color: #ff7800;
    height: 20px;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
}

.customer-text-wrap h3:last-child {
    padding-top: 40px;
    font-size: 20px;
    color: #ff7800;
    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;
}

.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: #ff7800;
    display: block;
}

.tabm .on {
    background: #ff7800;
}

.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: #ff7800;
}

.right-container {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.contents {
    width: calc(100% - 300px) !important;
    height: auto;
    margin: 0 auto;
    position: relative;
    min-height: 1200px;
}

.login {
    height: 44px;
    width: 1300px;
    min-width: 700px;
    top: 0;
    z-index: 9999;
    margin: 0 auto;
}

.notice-box {
    height: 36px;
    overflow: hidden;
    width: 1090px;
    float: left;
    margin-top: 20px;
    color: #ffffff;
    padding-left: 0px;
}

.notice-box .ul1 li {
    padding-left: 40px;
    width: 460px;
    float: left;
    color: #FF0004;
    background: url(../images/icon_menu.png)no-repeat top -311px left -5px;
}

.login-box {
    display: flex;
    justify-content: end;
    height: 40px;
    margin-top: 20px;
    width: 100%;
}

.login-box input {
    width: 145px;
    height: 40px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
    border: none;
}

.login-box button {
    width: 100px;
    height: 40px;
    border: none;
    font-weight: 500;
    background: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition-duration: 0.4s;
    border-radius: 5px;
}

.login-box button:hover {
    background: #763800;
    transition-duration: 0.4s;
    border: none;
}

.login-box button:last-child {
    width: 100px;
    height: 34px;
    font-weight: 500;
    background: #f08300;
    color: #fff;
    font-size: 15px;
}

.login-box button:last-child:hover {
    border: 2px solid #ff7800;
    color: #ff7800;
    background: none;
    transition-duration: 0.2s;
}

.container {
    width: 1300px;
    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: 24.2%;
    height: auto;
    padding-bottom: 30px;
    background: url(../images/live_back.jpg);
    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;
    bottom: -5px;
    left: 25%;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    color: #efdda2;
    /*background: #efdda2;
   background: -webkit-linear-gradient(bottom, #efdda2, #c2a971, #ffeaa0, #917f56);
    background: -moz-linear-gradient(bottom, #efdda2, #c2a971, #ffeaa0, #917f56);
    background: -o-linear-gradient(bottom, #efdda2, #c2a971, #ffeaa0, #917f56);
    background: linear-gradient(bottom, #efdda2, #c2a971, #ffeaa0, #917f56);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;*/
}

.bxslider {
    width: 100%;
}

.slider img {
    width: 100%;
}

.board-wrap-left {
    width: 100%;
    height: auto;
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #000000;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;
}

.board-wrap {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;
}

.board-list {
    margin-top: 30px;
    height: auto;
}

.list-b {
    width: 520px;
    height: 285px;
    float: left;
    margin-right: 20px;
    background: #1d2027;
    font-weight: lighter;
}

.list-b table {
    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;
    background: rgba(255, 255, 255, 0.5);
    transition-duration: 0.3s;
    color: #ffc600;
}

.list-b table tr .title {
    width: 305px;
}

.list-b h1 {
    width: 120px;
    font-size: 18px;
    height: 31px;
    margin-top: 20px;
    color: #656565;
    display: flex;
    padding-left: 30px;
    justify-content: left;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
}

.list-b h1 span {
    color: #ffffff;
    margin-left: 5px;
    font-weight: 400;
}

.list-c {
    width: 760px;
    height: 285px;
    float: left;
    margin-right: 0px;
    background: #1d2027;
}

.list-c table {
    margin-left: 25px;
    border-collapse: collapse;
    font-size: 12px;
    color: #fff;
    width: 90%;
    font-weight: lighter;
}

.list-c table tr {
    border-bottom: 1px solid #373737;
    height: 40px;
    transition-duration: 0.3s;
}

.list-c table tr:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    transition-duration: 0.3s;
    color: #ffc600;
}

.list-c table tr .title {
    width: 305px;
}

.list-c h1 {
    width: 140px;
    font-size: 18px;
    height: 31px;
    margin-top: 20px;
    color: #656565;
    display: flex;
    padding-left: 30px;
    justify-content: left;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
}

.list-c h1 span {
    color: #ffffff;
    margin-left: 5px;
    font-weight: 400;
}

.down-wrap {
    width: 1300px;
    margin: 0 auto;
    height: 150px;
    margin-top: 20px;
}

.down-wrap .cbtz1 {
    float: left;
    width: 420px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.5);
    margin-right: 20px;
}

.down-wrap .cbtz2 {
    float: left;
    width: 420px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.5);
    margin-right: 20px;
}

.down-wrap .cbtz3 {
    float: left;
    width: 420px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.5);
}

.down-wrap .cbt1 {
    float: left;
    width: 650px;
    height: 150px;
    border-radius: 0px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.5);
    margin-right: 20px;
}

.down-wrap .cbt2 {
    float: left;
    width: 630px;
    height: 150px;
    border-radius: 0px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.5);
}

.down-wrap .cbt3 {
    float: left;
    width: 270px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.5);
    margin-right: 12px;
}

.down-wrap .cbt4 {
    float: left;
    width: 270px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.5);
}

footer {
    width: 100%;
    height: auto;
    position: relative;
}

.footer-wrap {
    width: 1300px;
    margin: 0 auto;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
}

.first-bl {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.first-bl h1 {
    margin: 0;
}

.first-bl h2 {
    font-size: 10px;
    font-family: "GongGothicLight", sans-serif;
    width: 100%;
    font-weight: 400;
    color: #c2c2c2;
    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: 25%;
    margin-top: 20px;
    height: 100px;
    float: left;
    margin-left: 10%;
    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;
    width: 100px;
    height: 25px;
}

.second-bl h1 span {
    color: #ff7800;
}

icon {
    width: 25%;
    float: left;
    margin-right: 10px;
    height: 100px;
    background: #262626;
    border: 1px solid #343434;
    display: block;
    border-radius: 5px;
    cursor: pointer;
}

icon p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
}

.ico-01 {
    background: url(../images/footer_icon.png)no-repeat;
    width: 60px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.ico-02 {
    background: url(../images/footer_icon.png)no-repeat left -65px;
    width: 60px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.ico-03 {
    background: url(../images/footer_icon.png)no-repeat left -120px;
    width: 60px;
    height: 70px;
    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: #ff7800;
    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: #ff7800;
    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;
}

.box {}

.box .winBox {
    width: 1090px;
    height: 40px;
    overflow: hidden;
    position: relative;
}

.box .scroll {
    /*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
    width: 2500px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.box .scroll li {
    width: 250px;
    float: left;
    line-height: 40px;
    text-align: center;
}

.box .scroll li a {
    color: #ffffff;
}
#n-container ul {width: 760px;}
.minfo .money, .minfo .gift, .minfo .coin {padding-left: 20px;}
.vwit {width: 760px;}
.vwitd1 {width: 230px;}
.vwitd2 {width: 250px;}
.minfo {height: 40px;line-height: 40px;color: #fff;font-size: 14px;padding-right: 20px;text-align: left;}
.actgames{position: relative;margin: 30px auto;text-align: center;}
.only-mobile {display: none;}
@media all and (max-width: 767px) {
    .only-mobile {display: inline;}
    .contents {
        width: 100% !important;
        min-height: 100vh;
    }
    
    .login {
        height: auto;
        width: 100%;
        min-width: 100%;
    }
    
    .notice-box {
        display: none;
    }
    
    .login-box {
        float: unset;
        text-align: right;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    .login-box button:last-child {margin-right: 10px;}
    .minfo .coin {padding-left: 0px;}
    .minfo .money, .minfo .gift {padding-left: 20px;}
    .board-wrap, .list-b, .list-c, .list-b table, .footer-wrap {width: 100%;}
    .list-b table {margin-left: 10px;}
    .list-b table tr .title {width: 70%;}
    #n-container ul {width: 100%;}
    .vwit {width: 100%;}
    .vwitd1 {width: 25%;}
    .vwitd2 {width: 50%;}
    .vwitd3 {width: 25%;}
    .minfo {width: 100%;height: 40px;line-height: 20px;color: #fff;font-size: 12px;padding: 0px 20px;text-align: left;}
}

