@charset "utf-8";
::selection {
    background: rgba(255, 180, 0, 0.85);
    color: #fff;
}
::-moz-selection {
    background: rgba(255, 180, 0, 0.85);
    color: #fff;
}
html,
span,
h3,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Oswald", "sans-serif", "맑은 고딕", "Malgun Gothic";
    line-height: 1.2;
}
.inner {
    padding: 0 15px !important;
}
.content {
    /* overflow: hidden; */
    position: relative;
}
.banner_wrap {
    position: relative;
    width: 100%;
    height: 524px;
    margin: 0 auto;
    background: url("/img/1-gb.jpg") no-repeat center top;
    /* box-shadow: 0 0 18px 0 rgba(57, 54, 54, 0.3); */
}
.banner_wrap .banner_list {
    position: absolute;
    width: 100%;
    min-height: 180px;
}
.banner_wrap .arrow {
    z-index: 100;
    display: block;
    position: absolute;
    top: 15%;
    width: 5%;
    padding-top: 10%;
    border: 0;
    background: url("https://img.softnyx.com/resources/www/esp/main/btn_arrow.png") no-repeat;
    background-size: 200% 200%;
    text-indent: -9999px;
}
.banner_wrap .prev_btn {
    left: 3%;
    background-position: 0 0;
}
.banner_wrap .prev_btn:hover {
    background-position: 0 100%;
}
.banner_wrap .next_btn {
    right: 3%;
    background-position: 100% 0;
}
.banner_wrap .next_btn:hover {
    background-position: 100% 100%;
}
.banner_wrap .game_list {
    z-index: 200;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
    filter: alpha(opacity=50);
}
.banner_wrap .game_list li {
    display: inline-block;
    margin: 1% 0;
    padding: 0 2%;
}
.banner_wrap .game_list li a {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
}
.banner_wrap .game_list li a img {
    border-radius: 10px;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
}
.banner_wrap .game_list li a .cover {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.banner_wrap .game_list li a h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase;
    line-height: 1;
}
.banner_wrap .game_list li a .homepage {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 80%;
    margin-left: -40%;
    padding: 5px 0;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.main_section {
    overflow: hidden;
    margin: 0px 0;
}
h3 {
    color: #646464;
    font-size: 32px;
}
.news_wrap {
    width: 100%;
}
.notice_top {
    position: relative;
    padding: 17px 18px 10px;
    background: #e1dcd7;
    display: inline-block;
    font-size: 0;
    width: 100%;
    box-sizing: border-box;
}
.notice_top:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #ffb400;
    display: block;
    clear: both;
}
.news_wrap .notice_top h3 {
    float: left;
}
.btn_main_more {
    float: right;
    padding-top: 1rem;
}
.btn_ico_more {
    font-size: 1.6rem;
    background: url("https://img.softnyx.com/resources/www/esp/main/btn_ico_more.png") no-repeat center;
    margin: 3rem 2rem 0 0;
    padding-left: 5.6rem;
    color: #000;
    opacity: 0.5;
    font-weight: 600;
}
.btn_ico_more:hover {
    opacity: 1;
}
.news_wrap ul li {
    padding: 0 18px;
}
.news_wrap ul li:nth-child(odd) {
    background: #fafafa;
}
.news_wrap ul li:nth-child(even) {
    background: #f0f0f0;
}
.news_wrap ul li a {
    overflow: hidden;
    display: block;
    padding: 9px 0;
}
.news_wrap ul li .cont {
    overflow: hidden;
    float: left;
    width: 65%;
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_wrap ul li .time {
    float: right;
    width: 35%;
    color: #ff9b0d;
    font-size: 16px;
    text-align: right;
}
.quick_wrap {
    width: 100%;
    padding-top: 40px;
}
.quick_wrap ul li {
    margin-top: 10px;
    border-radius: 10px;
    background: #fafafa;
}
.quick_wrap ul li:first-child {
    margin-top: 0;
}
.quick_wrap ul li a {
    display: block;
    padding: 10px 18px;
    font-size: 22px;
    text-transform: uppercase;
}
.quick_wrap ul li a span {
    display: block;
    min-height: 30px;
    max-height: 30px;
    padding: 10px 0 10px 80px;
    background: url("https://img.softnyx.com/resources/www/esp/main/btn_quick.png") no-repeat;
    line-height: 1;
}
.quick_wrap ul li a span.faq {
    background-position: 0 0;
}
.quick_wrap ul li a span.cash {
    background-position: 0 -50px;
}
.quick_wrap ul li a span.dealer {
    min-height: 50px;
    max-height: 50px;
    padding: 0 0 0 80px;
    background-position: 0 -100px;
}
.quick_wrap ul li a span.launcher {
    min-height: 50px;
    max-height: 50px;
    padding: 0 0 0 80px;
    background-position: 0 -150px;
}
.quick_wrap ul li a span.pas {
    background-position: 0 -200px;
}
.quick_wrap ul li a span.cafe {
    background-position: 0 -250px;
}
.quick_wrap ul li a span.club {
    background-position: 0 -300px;
}
.video_wrap {
    width: 100%;
}
.video_wrap .video_list {
    overflow: hidden;
    position: relative;
    height: 300px;
}
.video_wrap .video_list li {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 300px;
    opacity: 0;
}
.video_wrap .video_list li:first-child {
    z-index: 101;
    opacity: 1;
}
.video_wrap .video_list li iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.video_wrap .pagination {
    position: relative;
    margin-top: 5px;
    font-size: 0;
    text-align: center;
}
.video_wrap .pagination:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: 0;
    border-top: 35px solid #212f44;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.video_wrap .pagination li {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 7px 4px 8px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
}
.video_wrap .pagination li.on a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #f6d902;
}
.community_wrap {
    padding-top: 40px;
}
.community_wrap .discord {
    position: relative;
    width: 100%;
    padding-top: 62%;
    background: url("https://img.softnyx.com/resources/www/esp/main/img_discord.jpg") no-repeat center center;
    background-size: 100%;
}
.community_wrap .discord a {
    position: absolute;
    top: 0;
    left: 10%;
    width: 37%;
    height: auto;
    padding-top: 62%;
    border-radius: 10px;
    background: url("https://img.softnyx.com/resources/www/esp/main/bnr_discord.jpg") no-repeat center center;
    background-size: 100%;
}
.community_wrap .discord a span {
    position: absolute;
    bottom: 37%;
    left: 50%;
    width: 64%;
    margin-left: -32%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.community_wrap .discord a img {
    position: absolute;
    bottom: 12%;
    left: 50%;
    width: 30%;
    margin-left: -15%;
}
.inner .main_section:last-child {
    text-align: center;
}
@media only screen and (min-width: 375px) {
    .banner_wrap {
        height: 440px;
    }
    .banner_wrap .arrow {
        top: 25%;
    }
    .quick_wrap ul li a span.dealer {
        min-height: 30px;
        max-height: 30px;
        padding: 10px 0 10px 80px;
    }
    .quick_wrap ul li a span.launcher {
        min-height: 30px;
        max-height: 30px;
        padding: 10px 0 10px 80px;
    }
}
@media only screen and (min-width: 768px) {
    .banner_wrap .arrow {
        top: 23%;
        width: 50px;
        height: 100px;
        padding: 0;
        background-size: inherit;
    }
    .banner_wrap .prev_btn:hover {
        background-position: 0 -100px;
    }
    .banner_wrap .next_btn {
        right: 3%;
        background-position: -50px 0;
    }
    .banner_wrap .next_btn:hover {
        background-position: -50px -100px;
    }
    .banner_wrap .game_list li {
        margin: 2% 0;
        padding: 0 1%;
    }
    .news_wrap ul li .cont {
        width: 80%;
    }
    .news_wrap ul li .time {
        width: 20%;
    }
    .quick_wrap ul {
        font-size: 0;
    }
    .quick_wrap ul li {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }
    .quick_wrap ul li:first-child {
        margin-top: 10px;
    }
    .video_wrap .video_list {
        width: 100%;
        height: 400px;
        margin: 0 auto;
    }
    .video_wrap .video_list li {
        height: 400px;
    }
    .video_wrap .pagination:before {
        width: calc(90% - 40px);
        left: 50%;
        margin-left: -45%;
    }
    .community_wrap .discord {
        width: 100%;
        max-width: 782px;
        margin: 0 auto;
        margin-left: 3rem;
    }
    .community_wrap .discord a {
        top: 50%;
        margin-top: -31%;
    }
}
@media only screen and (min-width: 1024px) {
    .banner_wrap {
            height: 250px;
        padding-bottom: 40px;
    }
    .banner_wrap .banner_list {
        left: 50%;
        width: 1920px;
        height: 700px;
        margin-left: -960px;
    }
    .banner_wrap .arrow {
        top: 28%;
    }
    .banner_wrap .prev_btn {
        left: 25%;
    }
    .banner_wrap .next_btn {
        right: 25%;
    }
    .banner_wrap .paging_pointer {
        position: absolute;
        bottom: 194px;
        width: 100%;
        font-size: 0;
        text-align: center;
    }
    .banner_wrap .paging_pointer li {
        display: inline-block;
    }
    .banner_wrap .paging_pointer li button {
        width: 80px;
        height: 6px;
        margin: 0 6px;
        border: 0;
        text-indent: -9999px;
        cursor: pointer;
    }
    .banner_wrap .game_list {
        bottom: 40px;
        left: 50%;
        margin-left: -50%;
    }
    .banner_wrap .game_list li {
        margin: 28px 0;
    }
    .banner_wrap .game_list li a {
        width: 120px;
        height: 120px;
    }
    .banner_wrap .game_list li a h2 {
        padding-bottom: 8px;
        font-size: 20px;
    }
    .banner_wrap .game_list li a .homepage {
        width: 76%;
        margin-left: -38%;
        font-size: 16px;
    }
    .news_wrap,
    .quick_wrap {
        max-width: 900px;
        margin: 0 auto;
    }
    .video_wrap {
        display: inline-block;
        margin: 0 auto;
        vertical-align: top;
        width: calc(100% - 54rem);
    }
    .video_wrap .video_list {
        width: 100%;
        height: 300px;
        margin: 0;
    }
    .video_wrap .video_list li {
        height: 300px;
    }
    .video_wrap .pagination:before {
        width: calc(100% - 40px);
        left: 0;
        margin-left: 0;
    }
    .community_wrap {
        display: inline-block;
        margin: 0 auto;
        padding: 0 0 0 3rem;
    }
    .community_wrap .discord {
        margin: 10px auto;
        padding-top: 320px;
        background-size: cover;
    }
    .community_wrap .discord a {
        margin-top: -170px;
        padding-top: 340px;
        background-size: cover;
    }
    .community_wrap .discord a span {
        width: 50%;
        margin-left: -25%;
    }
    .community_wrap .discord a img {
        bottom: 10%;
    }
    .inner .main_section:last-child {
        border-top: 1px solid #e2e2e2;
        padding: 4.8rem 0;
        text-align: left;
    }
}
@media screen and (min-width: 1440px) {
    .banner_wrap .prev_btn {
        left: 12%;
    }
    .banner_wrap .next_btn {
        right: 12%;
    }
    .banner_wrap .paging_pointer {
        bottom: 210px;
    }
    .banner_wrap .game_list {
        width: 1920px;
        margin-left: -960px;
    }
    .banner_wrap .game_list li {
        padding: 0 25px;
    }
    .banner_wrap .game_list li a {
        width: 136px;
        height: 136px;
    }
    .banner_wrap .game_list li a .cover {
        opacity: 0;
    }
    .banner_wrap .game_list li a .homepage {
        top: 27%;
        padding: 10px 0;
        opacity: 0;
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transition: transform 0.6s ease-out;
        -webkit-transition: transform 0.6s ease-out;
    }
    .banner_wrap .game_list li a:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .banner_wrap .game_list li a:hover .cover {
        background: #000;
        opacity: 0.3;
    }
    .banner_wrap .game_list li a:hover .homepage {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    .banner_wrap .game_list li a:hover .homepage:hover {
        background: rgba(255, 255, 255, 0.5);
        color: #000;
    }
    .news_wrap {
        float: left;
        width: 70%;
    }
    .news_wrap ul li {
        padding: 0 35px;
    }
    .news_wrap ul li .cont {
        width: 88%;
        font-size: 17px;
    }
    .news_wrap ul li .cont:hover {
        text-decoration: none;
        color:#000000;
    }
    .news_wrap ul li .time {
        width: 12%;
    }
    .quick_wrap {
        float: right;
        width: 28%;
        padding: 0;
    }
    .quick_wrap ul li {
        display: block;
        width: 100%;
    }
    .quick_wrap ul li a {
        padding: 10px 64px;
        font-size: 17px;
    }
    .quick_wrap ul li a span {
        padding: 10px 0 10px 100px;
    }
    .quick_wrap ul li a span:hover {
        text-decoration: underline;
    }
    .quick_wrap ul li a span.dealer {
        min-height: 50px;
        max-height: 50px;
        padding: 0 0 0 100px;
    }
    .quick_wrap ul li a span.launcher {
        min-height: 50px;
        max-height: 50px;
        padding: 0 0 0 100px;
    }
    .video_wrap .video_list {
        width: 100%;
        height: 450px;
    }
    .video_wrap .video_list li {
        height: 450px;
    }
    .community_wrap {
        display: inline-block;
        margin: 0 auto;
        padding: 0 0 0 3rem;
    }
    .community_wrap .discord {
        height: 490px;
        margin: 0 auto;
        padding: 0;
        background-size: 100%;
    }
    .community_wrap .discord a {
        width: 284px;
        min-width: inherit;
        max-width: inherit;
        top: 0;
        height: 490px;
        margin: 0;
        padding: 0;
        background-size: 100%;
    }
    .community_wrap .discord a span {
        bottom: 164px;
        width: 30%;
        margin-left: -15%;
    }
    .community_wrap .discord a img {
        bottom: 50px;
        width: 86px;
        margin-left: -43px;
    }
}
@media screen and (min-width: 1600px) {
    .video_wrap {
        width: 56%;
    }
    .news_wrap {
        width: 720px;
        padding-right: 53px;
        border-right: 2px solid #f6d902;
    }
    .quick_wrap {
        width: 450px;
    }
    .video_wrap .video_list li {
        width: 890px;
        margin-right: 36px;
    }
    .video_wrap .pagination:before {
        left: inherit;
        margin-left: 0;
        width: 95%;
    }
    .community_wrap .discord {
        width: 782px;
    }
    .community_wrap {
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        padding-left: 3%;
        width: 40%;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.paging_pointer .slick-active button {
    background: #f6d902;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.sub .slick-slide {
    margin-right: 0.8rem;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
