header {
    position: fixed;
    width: 100%;
    height: 120px;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.75);
    background: url("https://cdn.stone649.com/assets/image/common/header_bg.png") center no-repeat #181a27;
    z-index: 100000;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
header > div > div {
    height: 100%;
    font-size: 0;
}
header h1 {
    position: absolute;
    top: 0;
    left: 0;
    font: 700 24px "Montserrat";
    color: #fff;
    line-height: 120px;
    text-shadow: 0 4px rgba(0, 0, 0, 0.75);
    padding-left: 45px;
    margin: 0;
    cursor: pointer;
    z-index: 100;
}
header h1:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 48px;
    background: url("https://cdn.stone649.com/assets/image/common/logo.svg") no-repeat;
    transform: translateY(-50%);
}

header nav {
    padding-left: 200px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
header nav div > a {
    position: relative;
    display: inline-block;
    font: 700 16px "Montserrat";
    color: #fff;
    line-height: 120px;
    text-transform: uppercase;
    margin-left: 30px;
}
header nav div > a:hover {
    color: #ff1c37;
}
header nav div > a.current {
    color: #ff1c37;
}
header nav div > a.current:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #ff1c37;
}
header nav div > a.mypage {
    display: none;
}

header nav > div > div {
    display: none;
}

header nav ul {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
header nav li {
    position: relative;
    display: inline-block;
    font: 500 16px "Montserrat";
    color: #fff;
    line-height: 32px;
}
header nav li:first-child {
    padding-right: 25px;
}
header nav li:first-child:before {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
}
header nav li a {
    color: #fff;
}
header nav li span {
    position: relative;
    color: #ffc900;
    padding-right: 22px;
}
header nav li span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background: url("https://cdn.stone649.com/assets/image/common/bullet_credit.svg") no-repeat;
    transform: translateY(-50%);
}
header nav li p.mail {
    display: block;
    overflow: hidden;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}
header nav li div.credit-txt {
    display: none;
}

header nav li.pc-area {
    margin-left: 15px;
}
header nav li.pc-area > div {
    font-size: 0;
    border-radius: 20px;
    background: rgba(222, 36, 83, 0.75);
    padding: 0 20px;
    margin: 0;
}
header nav li.pc-area > div:hover {
    background: rgba(222, 36, 83, 1);
}
header nav li.pc-area button {
    font: 500 14px "Montserrat";
    color: #fff;
    line-height: 32px;
    text-transform: uppercase;
    vertical-align: top;
    border: 0;
    outline: 0;
    background: transparent;
}
/* header nav li.pc-area button.logout																{ width:20px; height:20px; text-indent:-9999px; background:url('https://cdn.stone649.com/assets/image/common/logout.svg') no-repeat; margin-top:6px; } */
header nav li.pc-area button:last-child {
    position: relative;
    margin-left: 25px;
}
header nav li.pc-area button:last-child:before {
    position: absolute;
    top: 50%;
    left: -13px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}
header nav li.pc-area > div > p {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 25px;
    height: 25px;
    font: 700 12px "Montserrat";
    color: #111;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #ffda00;
}

header nav li.lang-wrap {
    margin-left: 15px;
}
header nav li.lang-wrap img {
    cursor: pointer;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 05s ease;
    -o-transition: All 0.5s ease;
}
header nav li.lang-wrap p {
    position: absolute;
    display: none;
    left: 50%;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 8px 0;
    margin-top: 15px;
    transform: translateX(-50%);
}
header nav li.lang-wrap p:before {
    position: absolute;
    top: -9px;
    left: 21px;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 5px solid transparent;
}
header nav li.lang-wrap p > a {
    display: block;
    line-height: 1em;
    padding: 3px 10px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 05s ease;
    -o-transition: All 0.5s ease;
}

header div.mobile-area {
    display: none;
}
header a.menuopen {
    display: none;
}

.nav-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
}

@media screen and (max-width: 1370px) {
    header nav div > a {
        margin-left: 20px;
    }
    header nav li p.mail {
        max-width: 120px;
    }
}

@media screen and (max-width: 1280px) {
    header {
        height: 100px;
        background-size: cover;
    }
    header h1 {
        line-height: 100px;
    }

    header nav {
        position: fixed;
        overflow-y: auto;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        background: #282a3f;
        padding-bottom: 30px;
        padding-left: 0;
        z-index: 100001;
    }
    header nav.active {
        right: 0;
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
        opacity: 1;
    }
    header nav > div {
        height: calc(100% - 290px);
        min-height: 715px;
        padding: 0 30px;
        margin-top: 260px;
    }
    header nav.before > div {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 20px;
        margin-top: 100px;
    }
    header nav div > a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        text-transform: none;
        padding: 7px 20px 5px 50px;
        margin-top: 0;
        margin-left: 0;
    }
    header nav div > a:hover {
        color: #fff;
    }
    header nav div > a:before {
        position: absolute;
        top: 50%;
        left: 18px;
        width: 22px;
        height: 22px;
        transform: translateY(-50%);
        opacity: 0.3;
    }
    header nav div > a.current {
        color: #fff;
    }
    /* header nav div > a.current																		{ color:#FFF; border-radius:25px; background:rgba(0,0,0,.3); } */
    header nav div > a.current:before {
        opacity: 1;
    }
    header nav div > a.current:after {
        display: none;
    }
    header nav div > a.mypage {
        display: block;
    }

    header nav div > div {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }
    /* header nav div > div:before																		{}
header nav div > div.game-area																	{ padding-bottom:16px; }
header nav div > div.game-area:before															{ bottom:0; } */
    header nav div > div a {
        position: relative;
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.5);
        padding: 2px 20px 2px 50px;
        margin-top: 0;
        margin-left: 0;
    }
    header nav div > div a:before {
        position: absolute;
        top: 50%;
        left: 18px;
        width: 22px;
        height: 22px;
        transform: translateY(-50%);
        opacity: 0.3;
    }
    header nav div > div a.current {
        color: #fff;
        border-radius: 25px;
        background: rgba(0, 0, 0, 0.3);
    }
    header nav div > div a.current:before {
        opacity: 1;
    }
    header nav div > div.account-area {
        padding-top: 16px;
        margin-top: 15px;
    }
    header nav div > div.account-area:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.15);
    }
    header nav div > div.account-area a {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        text-transform: none;
        padding: 7px 20px 5px 50px;
    }

    header nav div a.games:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_games.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.live:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_live.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.slots:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_slots.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.ott:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_ott.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.p2p:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_p2p.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.pos:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_pos.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.wallet:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_wallet.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.charge:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_charge.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.mypage:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_mypage.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.signin:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_signin.svg") no-repeat;
        background-size: 100%;
    }
    header nav div a.logout:before {
        background: url("https://cdn.stone649.com/assets/image/common/menu_logout.svg") no-repeat;
        background-size: 100%;
    }

    header nav ul {
        top: 80px;
        right: 30px;
        width: calc(100% - 60px);
        text-align: center;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.3);
        padding: 35px 20px 10px;
        transform: translateY(0);
    }
    header nav.before ul {
        padding: 0;
    }
    header nav ul:before {
        position: absolute;
        content: "MY CREDIT";
        top: 12px;
        font: 500 12px "Montserrat";
        color: #fff;
    }
    header nav.before ul:before {
        display: none;
    }
    header nav li {
        display: block;
    }
    header nav.before li {
        display: none;
    }
    header nav li:first-child {
        text-align: right;
        border-radius: 8px 8px 0 0;
        background: #000;
        padding: 6px 15px 4px;
    }
    header nav li:first-child:before {
        display: none;
    }
    header nav li:nth-child(2) {
        font-size: 12px;
        padding-top: 42px;
    }
    header nav li p.mail {
        position: absolute;
        top: 0;
        max-width: 100%;
        width: 100%;
        text-align: right;
        border-radius: 0 0 8px 8px;
        background: #000;
        padding: 6px 15px 4px;
    }
    header nav li p.mail:before {
        position: absolute;
        top: 0;
        width: 170px;
        height: 1px;
        background: rgba(255, 255, 255, 0.25);
    }
    header nav li div.credit-txt {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        padding-left: 5px;
    }

    /* header nav li a.deposit																				{ display:block; text-transform:none; border-radius:25px; background:#FF1C37; margin-top:8px; } */
    header nav li.pc-area {
        display: none;
    }
    header nav li.lang-wrap {
        position: absolute;
        top: -46px;
        left: 0;
        display: block;
        margin-left: 0;
    }

    header div.mobile-area {
        position: absolute;
        display: block;
        top: 50%;
        right: calc(3% + 70px);
        height: 30px;
        transform: translateY(-50%);
    }
    header div.mobile-area button {
        display: inline-block;
        font: 500 14px "Montserrat";
        color: #fff;
        line-height: 30px;
        text-transform: uppercase;
        vertical-align: top;
        border: 0;
        outline: 0;
    }
    header div.mobile-area button:first-child {
        background: transparent;
        margin-right: 15px;
    }
    header div.mobile-area button:last-child {
        border-radius: 20px;
        background: #ff1c37;
        padding: 0 20px;
    }
    header div.mobile-area > p {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 25px;
        height: 25px;
        font: 700 12px "Montserrat";
        color: #111;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        background: #ffda00;
    }

    header a.menuopen {
        position: absolute;
        display: block;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        z-index: 100002;
    }
    header a.menuopen .line {
        position: relative;
        width: 34px;
        height: 5px;
        border-radius: 5px;
        background: #ff1c37;
        padding: 0;
        margin-top: 6px;
    }
    header a.menuopen .line:nth-child(1) {
        width: 31px;
        margin-top: 0;
    }
    header a.menuopen .line:nth-child(3) {
        width: 13px;
    }
    header a.menuopen .line:nth-child(3):after {
        position: absolute;
        top: 0;
        right: -11px;
        display: block;
        width: 8px;
        height: 5px;
        border-radius: 5px;
        background: #ff1c37;
    }

    header a.menuopen.active {
        top: calc(50% - 3px);
        right: 30px;
        transition: 0.3s ease-out;
        transform: scale(0.9) translate(0, 0);
    }
    header a.menuopen.active .line {
        height: 4px;
        background: #fff;
    }
    header a.menuopen.active :nth-child(1).line {
        width: 40px;
        transition: 0.3s ease-out;
        transform: rotate(45deg) translate(0, 0);
    }
    header a.menuopen.active :nth-child(2).line {
        width: 40px;
        opacity: 0;
        transition: 0.3s ease-out;
    }
    header a.menuopen.active :nth-child(3).line {
        width: 40px;
        transition: 0.3s ease-out;
        transform: rotate(-45deg) translate(14px, -14px);
    }
    header a.menuopen.active .line:nth-child(3):after {
        display: none;
    }

    .nav-bg.active {
        display: block;
        opacity: 1;
        z-index: 100000;
    }
}

@media screen and (max-width: 800px) {
    header {
        height: 85px;
    }
    header h1 {
        width: 32px;
        height: 85px;
        padding-left: 0;
    }
    header h1 span {
        display: none;
    }

    header nav {
        right: -280px;
        width: 280px;
        padding: 0 0 25px;
    }
    header nav > div {
        height: calc(100% - 275px);
        min-height: 625px;
        padding: 0 25px;
        margin-top: 250px;
    }
    header nav.before > div {
        padding-top: 18px;
        margin-top: 85px;
    }
    header nav div > a {
        font-size: 15px;
        line-height: 28px;
        padding: 6px 18px 4px 50px;
    }
    header nav div > a:before {
        left: 19px;
        width: 20px;
        height: 20px;
    }

    header nav div > div {
        margin-bottom: 10px;
    }
    header nav div > div a {
        font-size: 13px;
        line-height: 18px;
        padding: 2px 18px 2px 50px;
    }
    header nav div > div a:before {
        left: 19px;
        width: 20px;
        height: 20px;
    }
    header nav div > div.account-area {
        padding-top: 12px;
        margin-top: 11px;
    }
    header nav div > div.account-area a {
        font-weight: 500;
        font-size: 15px;
        line-height: 28px;
        padding: 6px 18px 4px 50px;
    }

    header nav ul {
        top: 80px;
        width: calc(100% - 50px);
        padding: 35px 20px 8px;
    }
    header nav li {
        font-size: 15px;
    }
    header nav li:first-child {
        padding: 5px 12px 3px;
    }
    header nav li span {
        padding-right: 20px;
    }
    header nav li span:after {
        width: 14px;
        height: 14px;
    }
    header nav li.lang-wrap {
        top: -58px;
    }

    header button {
        right: 0;
    }
    header a.menuopen.active {
        right: 25px;
    }

    header div.mobile-area {
        right: calc(3% + 60px);
    }
}

@media screen and (max-width: 650px) {
    header {
        height: 75px;
    }
    header h1 {
        height: 75px;
    }

    header nav {
        right: -265px;
        width: 265px;
        padding: 0 0 22px;
    }
    header nav > div {
        height: calc(100% - 257px);
        min-height: 570px;
        padding: 0 22px;
        margin-top: 235px;
    }
    header nav.before > div {
        padding-top: 16px;
        margin-top: 75px;
    }
    header nav div > a {
        font-size: 14px;
        line-height: 26px;
        padding: 5px 16px 5px 45px;
    }
    header nav div > a:before {
        left: 16px;
        width: 18px;
        height: 18px;
    }

    header nav div > div a {
        font-size: 12px;
        line-height: 18px;
        padding: 1px 16px 1px 45px;
    }
    header nav div > div a:before {
        left: 16px;
        width: 18px;
        height: 18px;
    }
    header nav div > div.account-area a {
        font-size: 14px;
        line-height: 26px;
        padding: 5px 16px 5px 45px;
    }

    header nav ul {
        top: 70px;
        right: 22px;
        width: calc(100% - 44px);
        padding: 35px 15px 8px;
    }
    header nav ul:before {
        top: 12px;
    }
    header nav li {
        font-size: 14px;
        line-height: 28px;
    }
    header nav li:first-child {
        padding: 4px 10px 4px;
    }

    header nav li.lang-wrap {
        top: -45px;
    }
    header nav li.lang-wrap img {
        width: 28px;
        height: 28px;
    }
    header nav li.lang-wrap p {
        padding: 7px 0;
    }
    header nav li.lang-wrap p:before {
        left: 17px;
    }
    header nav li.lang-wrap p > a {
        padding: 2px 8px;
    }

    header button {
        font-size: 13px;
        line-height: 30px;
        padding: 0 18px;
    }

    header a.menuopen .line {
        width: 30px;
        height: 4px;
        margin-top: 5px;
    }
    header a.menuopen .line:nth-child(1) {
        width: 28px;
    }
    header a.menuopen .line:nth-child(3) {
        width: 12px;
    }
    header a.menuopen .line:nth-child(3):after {
        right: -9px;
        width: 7px;
        height: 4px;
    }

    header a.menuopen.active {
        right: 20px;
    }
    header a.menuopen.active .line {
        height: 4px;
    }
    header a.menuopen.active :nth-child(1).line {
        width: 36px;
    }
    header a.menuopen.active :nth-child(2).line {
        width: 36px;
    }
    header a.menuopen.active :nth-child(3).line {
        width: 36px;
        transform: rotate(-45deg) translate(13px, -12.5px);
    }

    header div.mobile-area {
        right: calc(3% + 55px);
        padding-top: 2px;
    }
    header div.mobile-area button {
        font-size: 13px;
        line-height: 26px;
    }
    header div.mobile-area button:first-child {
        padding: 0;
        margin-right: 12px;
    }
    header div.mobile-area button:last-child {
        padding: 0 15px;
    }
    header div.mobile-area > p {
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 500px) {
    header {
        height: 65px;
    }
    header h1 {
        height: 65px;
    }

    header nav {
        right: -250px;
        width: 250px;
        padding: 0 0 18px;
    }
    header nav > div {
        height: calc(100% - 233px);
        min-height: 560px;
        padding: 0 18px;
        margin-top: 215px;
    }
    header nav.before > div {
        padding-top: 14px;
        margin-top: 65px;
    }
    header nav div > a {
        font-size: 13px;
        line-height: 25px;
        padding: 5px 14px 5px 38px;
    }
    header nav div > a:before {
        left: 14px;
        width: 16px;
        height: 16px;
    }

    header nav div > div {
        margin-bottom: 8px;
    }
    header nav div > div a {
        padding: 1px 14px 1px 38px;
    }
    header nav div > div a:before {
        left: 14px;
        width: 16px;
        height: 16px;
    }
    header nav div > div.account-area {
        padding-top: 9px;
        margin-top: 8px;
    }
    header nav div > div.account-area a {
        font-size: 13px;
        line-height: 25px;
        padding: 5px 14px 5px 38px;
    }

    header nav ul {
        top: 65px;
        width: calc(100% - 36px);
        padding: 35px 12px 6px;
    }
    header nav li {
        font-size: 13px;
        line-height: 26px;
    }
    header nav li:first-child {
        padding: 2px 10px 2px;
    }
    header nav li span {
        padding-right: 18px;
    }
    header nav li span:after {
        width: 12px;
        height: 12px;
    }
    header nav li.lang-wrap {
        top: -45px;
    }
    header nav li.lang-wrap img {
        width: 25px;
        height: 25px;
    }
    header nav li.lang-wrap p {
        padding: 6px 0;
    }
    header nav li.lang-wrap p:before {
        left: 15px;
    }
    header nav li.lang-wrap p > a {
        padding: 2px 6px;
    }

    header button {
        font-size: 12px;
        line-height: 28px;
        padding: 0 15px;
    }

    header a.menuopen .line {
        width: 28px;
        height: 3px;
        margin-top: 5px;
    }
    header a.menuopen .line:nth-child(1) {
        width: 26px;
    }
    header a.menuopen .line:nth-child(3) {
        width: 11px;
    }
    header a.menuopen .line:nth-child(3):after {
        right: -8px;
        width: 6px;
        height: 3px;
    }

    header a.menuopen.active {
        right: 18px;
    }
    header a.menuopen.active .line {
        height: 3px;
    }
    header a.menuopen.active :nth-child(1).line {
        width: 32px;
    }
    header a.menuopen.active :nth-child(2).line {
        width: 32px;
    }
    header a.menuopen.active :nth-child(3).line {
        width: 32px;
        transform: rotate(-45deg) translate(12px, -11px);
    }

    header div.mobile-area {
        right: calc(3% + 50px);
    }
    header div.mobile-area button {
        font-size: 12px;
        line-height: 24px;
    }
    header div.mobile-area button:first-child {
        margin-right: 10px;
    }
    header div.mobile-area button:last-child {
        padding: 0 12px;
    }
}

section {
    vertical-align: top;
}
.container {
    position: relative;
    width: 1300px !important;
    margin: 0 auto;
}
.wrapper {
    position: relative;
    min-height: 711px;
    padding: 120px 0 120px;
}
.wrapper.main {
    padding-bottom: 50px;
}

/*
.wrapper h3																								{ position:relative; font-weight:700; font-size:35px; color:#222; line-height:1.4em; text-align:center; padding-bottom:15px; margin-bottom:25px; }
.wrapper h3:after																							{ position:absolute; bottom:0; left:50%; width:50px; height:2px; background:#FF8500; transform:translateX(-50%); }
.wrapper h3 p																								{ font-weight:300; font-size:16px; color:#AAA; line-height:1.8em; }
.wrapper h4																								{ position:relative; font-weight:500; font-size:20px; color:#222; line-height:1.4em; padding:50px 0 15px; }

.scroll-box																									{ position:relative; width:100%; padding-bottom:20px; }
*/

@media screen and (max-width: 1380px) {
    .container {
        width: 94% !important;
    }
}

@media screen and (max-width: 1280px) {
    .wrapper.main {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1260px) {
    .wrapper {
        padding: 100px 0 100px;
    }
    .wrapper.main {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 800px) {
    .wrapper {
        min-height: 528px;
        padding: 85px 0 80px;
    }
    .wrapper.main {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 650px) {
    .wrapper {
        padding: 75px 0 70px;
    }
    .wrapper.main {
        padding-top: 75px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 500px) {
    .wrapper {
        padding: 65px 0 60px;
    }
    .wrapper.main {
        padding-top: 65px;
        padding-bottom: 30px;
    }
}

aside {
    position: relative;
    display: inline-block;
    left: 0;
    width: 270px;
    height: 100%;
    font-size: 0;
    vertical-align: top;
    border-radius: 20px;
    background: #2f3147;
    padding: 10px 20px 30px;
    margin-top: 30px;
    margin-right: 30px;
    opacity: 1;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
aside h2 {
    position: relative;
    font: 700 21px "Montserrat";
    color: #fff;
    line-height: 2.2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    padding-left: 10px;
    margin-bottom: 20px;
}
aside h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(140, 140, 147, 0.8);
}
aside a {
    position: relative;
    display: block;
    font: 400 16px "nsKR";
    color: #fff;
    padding: 12px 15px 11px 45px;
    margin-top: 5px;
}
aside a span {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    opacity: 0.5;
}
aside a.w-wallet span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_wallet.svg") no-repeat;
    background-size: 100%;
}
aside a.w-transfer span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_transfer.svg") no-repeat;
    background-size: 100%;
}
aside a.w-outside span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_transfer.svg") no-repeat;
    background-size: 100%;
}
aside a.w-coinsend span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_coinsend.svg") no-repeat;
    background-size: 100%;
}
aside a.w-memo span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_memo.svg") no-repeat;
    background-size: 100%;
}
aside a.w-game span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_live.svg") no-repeat;
    background-size: 100%;
}
aside a.pos-about span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_pos.svg") no-repeat;
    background-size: 100%;
}
aside a.pos-system span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_p2p.svg") no-repeat;
    background-size: 100%;
}
aside a.pos-ranking span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_ranking.svg") no-repeat;
    background-size: 100%;
}
aside a.pos-my span {
    background: url("https://cdn.stone649.com/assets/image/common/menu_mypage.svg") no-repeat;
    background-size: 100%;
}

aside a:hover {
    border-radius: 25px;
    background: #1b1d2b;
}
aside a:hover span {
    opacity: 1;
}
aside a.current {
    border-radius: 25px;
    background: #1b1d2b;
}
aside a.current span {
    opacity: 1;
}

.contents-area {
    position: relative;
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: top;
    margin-top: 30px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.contents-area > dt {
    font: 700 21px "Montserrat";
    color: #fff;
    line-height: 2.2em;
    border-radius: 20px 20px 0 0;
    background: #242637;
    padding: 10px 40px 0;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.contents-area > dd {
    border-radius: 0 0 20px 20px;
    background: #181a27;
    padding: 30px 40px 60px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

@media screen and (max-width: 1380px) {
    aside {
        width: 245px;
        border-radius: 18px;
        padding: 8px 18px 26px;
        margin-top: 25px;
        margin-right: 25px;
    }
    aside h2 {
        font-size: 21px;
        padding-left: 10px;
        margin-bottom: 18px;
    }
    aside a {
        font-size: 15px;
        padding: 10px 12px 9px 40px;
        margin-top: 4px;
    }
    aside a span {
        width: 20px;
        height: 20px;
    }

    .contents-area {
        width: calc(100% - 270px);
        margin-top: 25px;
    }
    .contents-area > dt {
        font-size: 21px;
        border-radius: 18px 18px 0 0;
        padding: 8px 35px 0;
    }
    .contents-area > dd {
        border-radius: 0 0 18px 18px;
        padding: 28px 35px 55px;
    }
}

@media screen and (max-width: 1280px) {
    aside {
        position: absolute;
        left: -100%;
        opacity: 0;
    }

    .contents-area {
        width: 100%;
    }
    .contents-area > dt {
        font-size: 21px;
        border-radius: 15px 15px 0 0;
    }
    .contents-area > dd {
        border-radius: 0 0 15px 15px;
    }
}

@media screen and (max-width: 800px) {
    .contents-area {
        margin-top: 15px;
    }
    .contents-area > dt {
        font-size: 21px;
        border-radius: 0;
        background: transparent;
        padding: 0;
    }
    .contents-area > dd {
        border-radius: 0;
        background: transparent;
        padding: 15px 0 0;
    }
}

@media screen and (max-width: 650px) {
    .contents-area > dt {
        font-size: 21px;
    }
    .contents-area > dd {
        padding-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .contents-area > dt {
        font-size: 20px;
    }
    .contents-area > dd {
        padding-top: 5px;
    }
}

footer {
    position: relative;
    font-size: 0;
    background: #181a27;
    padding: 50px 0 40px;
}
footer > div:nth-child(1) .menu {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Montserrat";
    text-align: right;
}
footer > div:nth-child(1) .menu dl {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-left: 90px;
}
footer > div:nth-child(1) .menu dl:first-child {
    margin-left: 0;
}
footer > div:nth-child(1) .menu dt {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 8px;
}
footer > div:nth-child(1) .menu dd.drop-close {
    opacity: 1 !important;
}
footer > div:nth-child(1) .menu a {
    display: block;
    font-weight: 300;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.5em;
}
footer > div:nth-child(1) .menu a:hover {
    color: rgba(255, 255, 255, 1);
}

footer > div:nth-child(1) .company-info {
    position: relative;
    display: block;
    width: 625px;
    font-family: "Montserrat";
    padding-bottom: 20px;
    padding-left: 75px;
}
/* footer > div:nth-child(1) .company-info:before												{ position:absolute; top:-20px; left:0; width:50px; height:80px; background:url("https://cdn.stone649.com/assets/image/common/company_logo.png") no-repeat; } */
footer > div:nth-child(1) .company-info div {
    position: absolute;
    top: -5px;
    left: 0;
    width: 50px;
    height: 50px;
}
footer > div:nth-child(1) .company-info h3 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
footer > div:nth-child(1) .company-info p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    padding: 6px 0 10px;
}
footer > div:nth-child(1) .company-info span {
    display: block;
    font-weight: 300;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1.2em;
}

footer > div:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 80px;
}
footer > div:nth-child(2) > div:first-child {
    float: left;
}
footer > div:nth-child(2) > div:first-child a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
footer > div:nth-child(2) > div:first-child a:first-child {
    margin-left: 0;
}
footer > div:nth-child(2) > div:first-child a.visa,
footer > div:nth-child(2) > div:first-child a.master {
    width: 50px;
}
footer > div:nth-child(2) > div:first-child a.visa {
    background: url("https://cdn.stone649.com/assets/image/logo/footer_visa_w.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.master {
    background: url("https://cdn.stone649.com/assets/image/logo/footer_master_w.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.btc {
    background: url("https://cdn.stone649.com/assets/image/logo/btc_w.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.eth {
    background: url("https://cdn.stone649.com/assets/image/logo/eth_w.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.mib {
    background: url("https://cdn.stone649.com/assets/image/logo/mib_w.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.dnl {
    background: url("https://cdn.stone649.com/assets/image/logo/dnl_w.svg") no-repeat;
}

footer > div:nth-child(2) > div:first-child a.visa:hover {
    background: url("https://cdn.stone649.com/assets/image/logo/footer_visa_c.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.master:hover {
    background: url("https://cdn.stone649.com/assets/image/logo/footer_master_c.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.btc:hover {
    background: url("https://cdn.stone649.com/assets/image/logo/btc_c.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.eth:hover {
    background: url("https://cdn.stone649.com/assets/image/logo/eth_c.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.mib:hover {
    background: url("https://cdn.stone649.com/assets/image/logo/mib_c.svg") no-repeat;
}
footer > div:nth-child(2) > div:first-child a.dnl:hover {
    background: url("https://cdn.stone649.com/assets/image/logo/dnl_c.svg") no-repeat;
}

footer > div:nth-child(2) > div:last-child {
    float: right;
}
footer > div:nth-child(2) > div:last-child a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 35px;
}
footer > div:nth-child(2) > div:last-child a.telegram {
    background: url("https://cdn.stone649.com/assets/image/logo/telegram_w.svg") no-repeat;
}
footer > div:nth-child(2) > div:last-child a.twitter {
    background: url("https://cdn.stone649.com/assets/image/logo/twitter_w.svg") no-repeat;
}
footer > div:nth-child(2) > div:last-child a.facebook {
    background: url("https://cdn2.stone649.com/assets/image/logo/facebook_w.svg") no-repeat;
}
footer > div:nth-child(2) > div:last-child a.mail {
    position: relative;
    background: url("https://cdn.stone649.com/assets/image/logo/letter_w.svg") no-repeat;
    margin-left: 71px;
}
footer > div:nth-child(2) > div:last-child a.mail:before {
    position: absolute;
    top: 3px;
    left: -36px;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
}
footer > div:nth-child(2) > div:last-child a.telegram:hover {
    background: url("https://cdn.stone649.com/assets/image/logo/telegram_c.svg") no-repeat;
}
footer > div:nth-child(2) > div:last-child a.twitter:hover {
    background: url("https://cdn.stone649.com/assets/image/logo/twitter_c.svg") no-repeat;
}
footer > div:nth-child(2) > div:last-child a.facebook:hover {
    background: url("https://cdn2.stone649.com/assets/image/logo/facebook_c.svg") no-repeat;
}
footer > div:nth-child(2) > div:last-child a.mail:hover {
    background: url("https://cdn.stone649.com/assets/image/logo/letter_c.svg") no-repeat;
}

@media screen and (max-width: 1260px) {
    footer {
        padding: 45px 0 35px;
    }
    footer > div:nth-child(1) .menu dl {
        margin-left: 60px;
    }
    footer > div:nth-child(1) .company-info {
        width: 55%;
        padding-left: 75px;
    }
    /* footer > div:nth-child(1) .company-info:before												{ background-size:100%; } */
    footer > div:nth-child(1) .company-info div {
        width: 40px;
        height: 40px;
    }

    footer > div:nth-child(2) {
        padding: 30px 0;
        margin-top: 80px;
    }
    footer > div:nth-child(2) > div:first-child a {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
    footer > div:nth-child(2) > div:first-child a.visa,
    footer > div:nth-child(2) > div:first-child a.master {
        width: 50px;
    }
    footer > div:nth-child(2) > div:first-child a.visa {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.master {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.btc {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.eth {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.mib {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.dnl {
        background-size: 100%;
    }

    footer > div:nth-child(2) > div:first-child a.visa:hover {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.master:hover {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.btc:hover {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.eth:hover {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.mib:hover {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:first-child a.dnl:hover {
        background-size: 100%;
    }

    footer > div:nth-child(2) > div:last-child a {
        width: 30px;
        height: 30px;
        margin-left: 35px;
    }
    footer > div:nth-child(2) > div:last-child a.telegram {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:last-child a.twitter {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:last-child a.facebook {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:last-child a.mail {
        background-size: 100%;
        margin-left: 71px;
    }
    footer > div:nth-child(2) > div:last-child a.mail:before {
        top: 3px;
        left: -36px;
        height: 24px;
    }
    footer > div:nth-child(2) > div:last-child a.telegram:hover {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:last-child a.twitter:hover {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:last-child a.facebook:hover {
        background-size: 100%;
    }
    footer > div:nth-child(2) > div:last-child a.mail:hover {
        background-size: 100%;
    }
}

@media screen and (max-width: 1100px) {
    footer {
        padding: 40px 0 30px;
    }
    footer > div:nth-child(1) .menu dl {
        margin-left: 40px;
    }
    footer > div:nth-child(1) .menu dt {
        font-size: 15px;
        padding-bottom: 6px;
    }
    footer > div:nth-child(1) .menu a {
        font-size: 12px;
    }

    footer > div:nth-child(1) .company-info {
        width: 52%;
        padding-bottom: 0;
        padding-left: 60px;
    }
    footer > div:nth-child(1) .company-info:before {
        top: -18px;
        width: 40px;
        height: 64px;
    }
    footer > div:nth-child(1) .company-info h3 {
        font-size: 18px;
    }
    footer > div:nth-child(1) .company-info p {
        font-size: 13px;
        padding: 4px 0 8px;
    }
    footer > div:nth-child(1) .company-info span {
        font-size: 12px;
    }

    footer > div:nth-child(2) {
        padding: 25px 0;
        margin-top: 80px;
    }
    footer > div:nth-child(2) > div:first-child a {
        width: 26px;
        height: 26px;
        margin-left: 8px;
    }
    footer > div:nth-child(2) > div:first-child a.visa,
    footer > div:nth-child(2) > div:first-child a.master {
        width: 43px;
    }
    footer > div:nth-child(2) > div:last-child a {
        width: 26px;
        height: 26px;
        margin-left: 25px;
    }
    footer > div:nth-child(2) > div:last-child a.mail {
        margin-left: 51px;
    }
    footer > div:nth-child(2) > div:last-child a.mail:before {
        top: 3px;
        left: -26px;
        height: 20px;
    }
}

@media screen and (max-width: 850px) {
    footer {
        padding: 30px 0 30px;
    }
    footer .container {
        width: 100%;
    }
    footer > div:nth-child(1) .menu {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    footer > div:nth-child(1) .menu dl {
        position: relative;
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
    footer > div:nth-child(1) .menu dl:first-child {
        margin-top: 0;
    }
    footer > div:nth-child(1) .menu dt {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 12px;
        padding-left: 30px;
        cursor: pointer;
    }
    footer > div:nth-child(1) .menu dt:after {
        position: absolute;
        top: 8px;
        right: 30px;
        width: 11px;
        height: 6px;
        background: url("https://cdn.stone649.com/assets/image/common/bullet_arrow_02.svg") no-repeat;
    }
    footer > div:nth-child(1) .menu dd {
        position: absolute;
        display: none;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: #1f212f;
        padding: 10px 30px;
        z-index: 2;
    }
    footer > div:nth-child(1) .menu dd.drop-close {
        opacity: 0 !important;
    }
    footer > div:nth-child(1) .menu dd.drop-open {
        position: relative;
        top: 0 !important;
    }
    footer > div:nth-child(1) .menu a {
        color: rgba(255, 255, 255, 0.5);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 6px;
        margin-bottom: 6px;
    }
    footer > div:nth-child(1) .menu a:first-child {
        border-top: 0;
    }
    footer > div:nth-child(1) .menu a:hover {
        color: #fff;
    }

    footer > div:nth-child(1) .company-info {
        width: 100%;
        text-align: center;
        padding: 75px 35px 0;
        margin-top: 30px;
    }
    /* footer > div:nth-child(1) .company-info:before												{ top:0; left:50%; width:40px; height:64px; transform:translateX(-50%); } */
    footer > div:nth-child(1) .company-info div {
        top: 0;
        left: 50%;
        width: 65px;
        height: 65px;
        transform: translateX(-50%);
    }

    footer > div:nth-child(2) {
        padding: 20px 30px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    footer {
        padding: 20px 0 20px;
    }
    footer > div:nth-child(1) .menu dl {
        position: relative;
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
    footer > div:nth-child(1) .menu dt {
        font-size: 14px;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    footer > div:nth-child(1) .menu dt:after {
        right: 25px;
        width: 9px;
        height: 5px;
        background-size: 100%;
    }
    footer > div:nth-child(1) .menu dd {
        padding: 8px 25px;
    }
    footer > div:nth-child(1) .company-info {
        padding: 65px 5% 0;
        margin-top: 20px;
    }
    /* footer > div:nth-child(1) .company-info:before												{ width:35px; height:56px; } */
    footer > div:nth-child(1) .company-info div {
        width: 55px;
        height: 55px;
    }
    footer > div:nth-child(1) .company-info h3 {
        font-size: 16px;
    }
    footer > div:nth-child(1) .company-info p {
        padding: 2px 0 5px;
    }

    footer > div:nth-child(2) {
        float: inherit;
        display: inline-block;
        padding: 17px 0 0;
        margin-top: 12px;
    }
    footer > div:nth-child(2) > div:first-child {
        display: block;
        width: 100%;
        text-align: center;
    }
    footer > div:nth-child(2) > div:first-child a {
        width: 22px;
        height: 22px;
    }
    footer > div:nth-child(2) > div:first-child a.visa,
    footer > div:nth-child(2) > div:first-child a.master {
        width: 37px;
    }

    footer > div:nth-child(2) > div:last-child {
        float: inherit;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }
    footer > div:nth-child(2) > div:last-child a {
        width: 22px;
        height: 22px;
        margin-left: 15px;
    }
    footer > div:nth-child(2) > div:last-child a:first-child {
        margin-left: 0;
    }
    footer > div:nth-child(2) > div:last-child a.mail {
        margin-left: 31px;
    }
    footer > div:nth-child(2) > div:last-child a.mail:before {
        top: 3px;
        left: -17px;
        height: 18px;
    }
}

/* Promotion layout code
    2023-10-16 */

.page-header {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faqHeader {
    font-size: 27px;
    margin: 20px;
}
.page-header h1 {
    color: #fff;
    font-weight: 700;
    font-family: montserrat;
}
.page-header h1 small {
    margin-left: 15px;
    font-weight: 300;
}
.panel-group {
    display: flex;
    flex-direction: column;
    padding: 15px 0 50px;
    /*gap: 0.625rem;*/
    font-family: montserrat;
}
.panel-group h2 {
    color: #fff;
    font-weight: 500;
}
.panel {
    background-color: #1e1f25;
    border-radius: 10px;
    padding: 20px;
    font-family: montserrat;
	margin-top: 0.625rem;
}
.strong {
    font-size: 16px;
    margin-right: 5px;
}
.panel-heading {
    margin: 0 auto;
    width: 100%;
}
.panel-title {
    position:relative;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: montserrat;
}
.panel-title > div{
    position:absolute; display:inline-block; top:0; right:0;
}
.panel-body {
    padding: 20px 0 0;
    font-size: 14px;
    color: #888888;
    line-height: 1.7;
    font-family: montserrat;
}
.title-num {
    margin-right: 5px;
}
.complaints .panel .panel-body:first-child {
    padding-top: 0;
}
.panel .panel-img-box {
    width: 230px;
    height: 80px;
    border-radius: 20px;
}
.panel .panel-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.respon-ul {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.panel-body strong {
    color: #fff;
    font-weight: 700;
    margin-right: 7px;
}

.ul-background {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    border-radius: 25px;
    padding: 0px 20px;
    gap: 0.625rem;
}

.li-st {
    list-style-type: disc;
}

.term-bold {
    font-size: 16px;
    font-weight: 700;
}
