.visa:before {
    background: url("https://cdn.stone649.com/assets/image/logo/visa_c.svg") no-repeat;
    background-size: 100%;
}
.master:before {
    background: url("https://cdn.stone649.com/assets/image/logo/master_c.svg") no-repeat;
    background-size: 100%;
}
.btc:before {
    background: url("https://cdn.stone649.com/assets/image/logo/btc_c.svg") no-repeat;
    background-size: 100%;
}
.eth:before {
    background: url("https://cdn.stone649.com/assets/image/logo/eth_c.svg") no-repeat;
    background-size: 100%;
}
.mib:before {
    background: url("https://cdn.stone649.com/assets/image/logo/mib_c.svg") no-repeat;
    background-size: 100%;
}
.dnl:before {
    background: url("https://cdn.stone649.com/assets/image/logo/dnl_c.svg") no-repeat;
    background-size: 100%;
}
.dstc:before {
    background: url("https://cdn.stone649.com/assets/image/logo/stone_c.svg") no-repeat;
    background-size: 100%;
}
.trx:before {
    background: url("https://cdn.stone649.com/assets/image/logo/trx_c.svg") no-repeat;
    background-size: 100%;
}
.usdt:before {
    background: url("https://cdn.stone649.com/assets/image/logo/usdt_c.svg") no-repeat;
    background-size: 100%;
}

.visa-w {
    background: url("https://cdn.stone649.com/assets/image/logo/visa_w.svg") no-repeat;
    background-size: 100%;
}
.master-w {
    background: url("https://cdn.stone649.com/assets/image/logo/master_w.svg") no-repeat;
    background-size: 100%;
}
.btc-w {
    background: url("https://cdn.stone649.com/assets/image/logo/btc_w.svg") no-repeat;
    background-size: 100%;
}
.eth-w {
    background: url("https://cdn.stone649.com/assets/image/logo/eth_w.svg") no-repeat;
    background-size: 100%;
}
.mib-w {
    background: url("https://cdn.stone649.com/assets/image/logo/mib_w.svg") no-repeat;
    background-size: 100%;
}
.dnl-w {
    background: url("https://cdn.stone649.com/assets/image/logo/dnl_w.svg") no-repeat;
    background-size: 100%;
}
.dstc-w {
    background: url("https://cdn.stone649.com/assets/image/logo/stone_w.svg") no-repeat;
    background-size: 100%;
}
.trx-w {
    background: url("https://cdn.stone649.com/assets/image/logo/trx_w.svg") no-repeat;
    background-size: 100%;
}
.usdt-w {
    background: url("https://cdn.stone649.com/assets/image/logo/usdt_w.svg") no-repeat;
    background-size: 100%;
}

.visa {
    background: url("https://cdn.stone649.com/assets/image/logo/visa_c.svg") no-repeat;
    background-size: 100%;
}
.master {
    background: url("https://cdn.stone649.com/assets/image/logo/master_c.svg") no-repeat;
    background-size: 100%;
}
.btc {
    background: url("https://cdn.stone649.com/assets/image/logo/btc_c.svg") no-repeat;
    background-size: 100%;
}
.eth {
    background: url("https://cdn.stone649.com/assets/image/logo/eth_c.svg") no-repeat;
    background-size: 100%;
}
.mib {
    background: url("https://cdn.stone649.com/assets/image/logo/mib_c.svg") no-repeat;
    background-size: 100%;
}
.dnl {
    background: url("https://cdn.stone649.com/assets/image/logo/dnl_c.svg") no-repeat;
    background-size: 100%;
}
.dstc {
    background: url("https://cdn.stone649.com/assets/image/logo/stone_c.svg") no-repeat;
    background-size: 100%;
}
.trx {
    background: url("https://cdn.stone649.com/assets/image/logo/trx_c.svg") no-repeat;
    background-size: 100%;
}
.usdt {
    background: url("https://cdn.stone649.com/assets/image/logo/usdt_c.svg") no-repeat;
    background-size: 100%;
}

.drop-open {
    animation: drop-open ease 0.3s forwards;
    -webkit-animation: drop-open ease 0.3s forwards;
    -moz-animation: drop-open ease 0.3s forwards;
}
.drop-close {
    animation: drop-close ease 0.2s forwards;
    -webkit-animation: drop-close ease 0.2s forwards;
    -moz-animation: drop-close ease 0.2s forwards;
}

@keyframes drop-open {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        z-index: 10;
    }
}
@-webkit-keyframes drop-open {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        z-index: 10;
    }
}
@-moz-keyframes drop-open {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        z-index: 10;
    }
}

@keyframes drop-close {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        z-index: inherit;
    }
}
@-webkit-keyframes drop-close {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        z-index: inherit;
    }
}
@-moz-keyframes drop-close {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        z-index: inherit;
    }
}

.tab-area {
    position: relative;
    font-size: 0;
    text-align: left !important;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.tab-area > label {
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.tab-area .tab-content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.tab-area .tab_inner {
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 0;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.tab-area > input:nth-child(1):checked ~ .tab-content .tab_inner:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
}
.tab-area > input:nth-child(3):checked ~ .tab-content .tab_inner:nth-child(2) {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
}
.tab-area > input:nth-child(5):checked ~ .tab-content .tab_inner:nth-child(3) {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
}
.tab-area > input:nth-child(7):checked ~ .tab-content .tab_inner:nth-child(4) {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
}
.tab-area > input:nth-child(9):checked ~ .tab-content .tab_inner:nth-child(5) {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
}
.tab-area > input:nth-child(11):checked ~ .tab-content .tab_inner:nth-child(6) {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
}
.tab-area > input:nth-child(13):checked ~ .tab-content .tab_inner:nth-child(7) {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
}
.tab-area > input:nth-child(15):checked ~ .tab-content .tab_inner:nth-child(8) {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
}

.game-item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 270px;
    vertical-align: top;
    border-radius: 18px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.game-item > a {
    display: none;
}
.game-item img {
    display: block;
    width: 100%;
}
.game-item.wide img {
    display: block;
    width: 200px;
}
.title-game .game-item.wide img {
    display: block;
    width: 420px;
}

.game-item .hover {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 28, 55, 0.8);
    opacity: 1;
}

.actives {
  display: flex !important;
}

.game-item .hover h5 {
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 700 18px "Montserrat";
    color: #fff;
    text-align: center;
}
.game-item .hover a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25) url("https://cdn.stone649.com/assets/image/game/bullet_play.svg") center center no-repeat;
    background-size: 45%;
    margin: 25px auto 40px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.game-item .hover a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.game-item .hover p {
    width: 90%;
    font: 400 14px "Montserrat";
    color: #fff;
    text-align: center;
}
.game-item .hover button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    border: 0;
    outline: 0;
    background: url("https://cdn.stone649.com/assets/image/game/bullet_zimm.svg") no-repeat;
    opacity: 0.75;
}
.game-item .hover button:hover {
    opacity: 1;
}
.game-item .hover button.zimm {
    background: url("https://cdn.stone649.com/assets/image/game/bullet_zimm_full.svg") no-repeat;
    opacity: 1;
}

@media screen and (max-width: 1160px) {
    .game-item {
        height: 243px;
        border-radius: 16px;
    }
    .game-item .hover a {
        width: 70px;
        height: 70px;
        background-size: 45%;
        margin: 20px auto 35px;
    }
}

@media screen and (max-width: 840px) {
    .game-item {
        height: 216px;
        border-radius: 14px;
    }
    .game-item > a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.1);
        z-index: 1;
    }
    .game-item .hover {
        display: none;
        opacity: 1;
    }

    .game-item .hover h5 {
        font-size: 16px;
    }
    .game-item .hover a {
        width: 60px;
        height: 60px;
        background-size: 40%;
        margin: 18px auto 30px;
    }
    .game-item .hover p {
        font-size: 13px;
    }
    .game-item .hover button {
        right: 12px;
        bottom: 12px;
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
    .game-item .hover button.zimm {
        background-size: 100%;
    }
}

@media screen and (max-width: 620px) {
    .game-item {
        height: 189px;
        border-radius: 12px;
    }
    .game-item .hover h5 {
        font-size: 14px;
    }
    .game-item .hover a {
        width: 50px;
        height: 50px;
    }
    .game-item .hover p {
        font-size: 12px;
    }
    .game-item .hover button {
        right: 10px;
        bottom: 10px;
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 450px) {
    .game-item {
        height: 162px;
        border-radius: 10px;
    }
    .game-item .hover h5 {
        font-size: 13px;
    }
    .game-item .hover a {
        width: 45px;
        height: 45px;
        margin: 15px auto 25px;
    }
    .game-item .hover p {
        font-size: 11px;
    }
    .game-item .hover button {
        right: 8px;
        bottom: 8px;
        width: 16px;
        height: 16px;
    }
}

.all-game-list {
    font-size: 0;
    margin-top: 10px;
}
.all-game-item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 15.385%;
    vertical-align: top;
    border-radius: 18px;
    margin: 18px 0 0 1.2%;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
	cursor:pointer;
}
.all-game-item:nth-child(6n + 1) {
    margin-left: 0;
}
.all-game-item img {
    display: block;
    width: 100%;
}

.all-game-item .hover {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 28, 55, 0.8);
    opacity: 1;
}
/* .all-game-item:hover .hover {
    opacity: 1;
} */
.all-game-item .hover h5 {
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 700 18px "Montserrat";
    color: #fff;
    text-align: center;
}
.all-game-item .hover a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25) url("https://cdn.stone649.com/assets/image/game/bullet_play.svg") center center no-repeat;
    background-size: 45%;
    margin: 25px auto 40px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.all-game-item .hover a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.all-game-item .hover p {
    width: 90%;
    font: 400 14px "Montserrat";
    color: #fff;
    text-align: center;
}
.all-game-item .hover button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    border: 0;
    outline: 0;
    background: url("https://cdn.stone649.com/assets/image/game/bullet_zimm.svg") no-repeat;
    opacity: 0.75;
}
.all-game-item .hover button:hover {
    opacity: 1;
}
.all-game-item .hover button.zimm {
    background: url("https://cdn.stone649.com/assets/image/game/bullet_zimm_full.svg") no-repeat;
    opacity: 1;
}

@media screen and (max-width: 1160px) {
    .all-game-item .hover a {
        width: 70px;
        height: 70px;
        background-size: 45%;
        margin: 20px auto 35px;
    }
}

@media screen and (max-width: 900px) {
    .all-game-item {
        width: 23.65%;
        border-radius: 16px;
        margin: 15px 0 0 1.8%;
    }
    .all-game-item:nth-child(6n + 1) {
        margin-left: 1.8%;
    }
    .all-game-item:nth-child(4n + 1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 840px) {
    .all-game-item {
        border-radius: 14px;
        margin-top: 12px;
    }
    .all-game-item .hover h5 {
        font-size: 16px;
    }
    .all-game-item .hover a {
        width: 60px;
        height: 60px;
        background-size: 40%;
        margin: 15px auto 30px;
    }
    .all-game-item .hover p {
        font-size: 13px;
    }
    .all-game-item .hover button {
        right: 12px;
        bottom: 12px;
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
    .all-game-item .hover button.zimm {
        background-size: 100%;
    }
}

@media screen and (max-width: 620px) {
    .all-game-item {
        border-radius: 12px;
        margin-top: 10px;
    }
    .all-game-item .hover h5 {
        font-size: 14px;
    }
    .all-game-item .hover a {
        width: 50px;
        height: 50px;
        margin: 12px auto 25px;
    }
    .all-game-item .hover p {
        font-size: 12px;
    }
    .all-game-item .hover button {
        right: 10px;
        bottom: 10px;
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 550px) {
    .all-game-item {
        width: 32%;
        margin: 10px 0 0 2%;
    }
    .all-game-item:nth-child(4n + 1) {
        margin-left: 2%;
    }
    .all-game-item:nth-child(3n + 1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 450px) {
    .all-game-item {
        border-radius: 10px;
        margin-top: 8px;
    }
    .all-game-item .hover h5 {
        font-size: 13px;
    }
    .all-game-item .hover a {
        width: 45px;
        height: 45px;
        margin: 10px auto 20px;
    }
    .all-game-item .hover p {
        font-size: 11px;
    }
    .all-game-item .hover button {
        right: 8px;
        bottom: 8px;
        width: 16px;
        height: 16px;
    }
}

/* hover mobile  */

@media screen and (max-width: 1000px) {
    .main-game-list ul li .hover p,
    .allgame-right-section ul li .hover p {
        top: -30px;
    }
}
@media screen and (max-width: 850px) {
    .main-game-list ul li .hover p,
    .allgame-right-section ul li .hover p {
        font-size: 16px !important;
    }
    .main-game-list ul li h5,
    .allgame-right-section ul li h5 {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 650px) {
    .main-game-list ul li .hover p,
    .allgame-right-section ul li .hover p {
        font-size: 16px !important;
    }
    .main-game-list ul li h5,
    .allgame-right-section ul li h5 {
        font-size: 16px !important;
        position: relative;
        top: 20px;
    }
}
@media screen and (max-width: 580px) {
    .main-game-list ul li .hover p,
    .allgame-right-section ul li .hover p {
        font-size: 14px !important;
        top: -20px;
    }
    .main-game-list ul li h5,
    .allgame-right-section ul li h5 {
        font-size: 14px !important;
        top: 0px;
    }
}

.popup-area {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100002;
}
.popup-area > .popup-below {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100002;
}

.popup-area > .box {
    position: absolute;
    top: 50%;
    left: 50%;
    outline: 0;
    border-radius: 30px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: 100003;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.popup-area > .box > dl {
    padding: 40px 50px;
}
.popup-area > .box > dl > dt {
    position: relative;
    font: 600 20px "nsKR";
    color: #333;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.popup-area > .box > dl > dt.short {
    font-size: 18px;
    padding-bottom: 0;
}
.popup-area > .box > dl > dt.short p {
    font-size: 20px;
}
.popup-area > .box > dl > dt.google {
    line-height: 1.1em;
    letter-spacing: -0.05em;
}

.popup-area > .box > .close-popup {
    position: absolute;
    width: 46px;
    height: 46px;
    top: -15px;
    right: -15px;
    text-indent: -9999px;
    border: 0;
    border-radius: 50%;
    background: #ff1c37 url("https://cdn.stone649.com/assets/image/common/popup_close.svg") center center no-repeat;
    background-size: 20px 20px;
    z-index: 3;
}
.popup-open {
    animation: popup-open ease 0.3s forwards;
    -webkit-animation: popup-open ease 0.3s forwards;
    -moz-animation: popup-open ease 0.3s forwards;
}
.popup-close {
    animation: popup-close ease 0.3s forwards;
    -webkit-animation: popup-close ease 0.3s forwards;
    -moz-animation: popup-close ease 0.3s forwards;
}

@keyframes popup-open {
    from {
        top: -20%;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes popup-open {
    from {
        top: -20%;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-moz-keyframes popup-open {
    from {
        top: -20%;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes popup-close {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -20%;
        opacity: 0;
    }
}
@-webkit-keyframes popup-close {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -20%;
        opacity: 0;
    }
}
@-moz-keyframes popup-close {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -20%;
        opacity: 0;
    }
}

.popup-area .otp-area {
    width: 600px;
}
.popup-area .limit-area {
    width: 580px;
}
.popup-area .transfer-area {
    width: 580px;
}
.popup-area .account-area {
    width: 480px;
}
.popup-area .signin-area {
    width: 400px;
}
.popup-area .signup-area {
    width: 400px;
}
.popup-area .message-area {
    width: 400px;
}
.popup-area .short-area {
    width: 300px;
}
.popup-area .bonus-type-1 {
    width: 340px;
    background: #fff2f3;
}

@media screen and (max-width: 880px) {
    .popup-area > .box {
        border-radius: 25px;
    }
    .popup-area > .box > dl {
        padding: 34px 44px;
    }
    .popup-area > .box > dl > dt {
        font-size: 20px;
        padding-bottom: 18px;
    }
    .popup-area > .box > dl > dt.short {
        font-size: 24px;
    }
    .popup-area > .box > dl > dt.short p {
        font-size: 30px;
    }
    .popup-area > .box > .close-popup {
        width: 42px;
        height: 42px;
        top: -14px;
        right: -14px;
        background-size: 18px 18px;
    }

    .popup-area .otp-area {
        width: 520px;
    }
    .popup-area .limit-area {
        width: 480px;
    }
    .popup-area .transfer-area {
        width: 480px;
    }
    .popup-area .account-area {
        width: 420px;
    }
}

@media screen and (max-width: 680px) {
    .popup-area > .box {
        border-radius: 20px;
    }
    .popup-area > .box > dl {
        padding: 27px 37px;
    }
    .popup-area > .box > dl > dt {
        font-size: 20px;
        padding-bottom: 16px;
    }
    .popup-area > .box > dl > dt.short {
        font-size: 20px;
    }
    .popup-area > .box > dl > dt.short p {
        font-size: 26px;
    }
    .popup-area > .box > .close-popup {
        width: 38px;
        height: 38px;
        top: -12px;
        right: -12px;
        background-size: 16px 16px;
    }

    .popup-area .otp-area {
        width: 440px;
    }
    .popup-area .limit-area {
        width: 400px;
    }
    .popup-area .transfer-area {
        width: 400px;
    }
    .popup-area .account-area {
        width: 380px;
    }
    .popup-area .bonus-type-1 {
        width: 300px;
    }
}

@media screen and (max-width: 500px) {
    .popup-area > .box {
        border-radius: 15px;
    }
    .popup-area > .box > dl {
        padding: 20px 30px;
    }
    .popup-area > .box > dl > dt {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .popup-area > .box > dl > dt.short {
        font-size: 16px;
    }
    .popup-area > .box > dl > dt.short p {
        font-size: 22px;
    }
    .popup-area > .box > .close-popup {
        width: 34px;
        height: 34px;
        top: -10px;
        right: -10px;
        background-size: 14px 14px;
    }

    .popup-area .otp-area {
        width: 84%;
    }
    .popup-area .limit-area {
        width: 84%;
    }
    .popup-area .transfer-area {
        width: 84%;
    }
    .popup-area .account-area {
        width: 84%;
    }
    .popup-area .signin-area {
        width: 84%;
    }
    .popup-area .signup-area {
        width: 84%;
    }
    .popup-area .message-area {
        width: 84%;
    }
    .popup-area .short-area {
        width: 70%;
    }
    .popup-area .bonus-type-1 {
        width: 250px;
    }
}

@media screen and (max-width: 430px) {
    .popup-area > .box > dl > dt {
        line-height: 1.2em;
    }
}

.popup-area .bonus-type-1 > div {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 115px 0 35px;
}
.popup-area .bonus-type-1 > div:before {
    position: absolute;
    top: -200px;
    left: 0;
    width: 340px;
    height: 300px;
    background: url("https://cdn.stone649.com/assets/image/common/bonus_img_01.png") no-repeat;
    background-size: 100%;
    z-index: 2;
}
.popup-area .bonus-type-1 > div p {
    font: 700 20px "nsKR";
    color: #111;
}
.popup-area .bonus-type-1 > div div {
    font: 700 46px "Montserrat";
    color: #ff0000;
    letter-spacing: -0.03em;
}
.popup-area .bonus-type-1 > div button {
    display: inline-block;
    width: 50%;
    height: 50px;
    font: 700 18px "Montserrat";
    color: #fff;
    text-indent: 0;
    border: 0;
    background: #ff1c37;
    border-radius: 30px;
    margin-top: 25px;
}

@media screen and (max-width: 680px) {
    .popup-area .bonus-type-1 > div {
        padding: 100px 0 25px;
    }
    .popup-area .bonus-type-1 > div:before {
        top: -175px;
        width: 300px;
        height: 265px;
    }
    .popup-area .bonus-type-1 > div p {
        font-size: 18px;
    }
    .popup-area .bonus-type-1 > div div {
        font-size: 40px;
    }
    .popup-area .bonus-type-1 > div button {
        height: 40px;
        font-size: 16px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .popup-area .bonus-type-1 > div {
        padding: 85px 0 20px;
    }
    .popup-area .bonus-type-1 > div:before {
        top: -150px;
        width: 260px;
        height: 229px;
    }
    .popup-area .bonus-type-1 > div p {
        font-size: 16px;
    }
    .popup-area .bonus-type-1 > div div {
        font-size: 35px;
    }
    .popup-area .bonus-type-1 > div button {
        height: 35px;
        font-size: 14px;
        margin-top: 15px;
    }
}

.popup-area > .bonus-type-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 460px;
    height: 340px;
    outline: 0;
    background: url("https://cdn.stone649.com/assets/image/common/bonus_img_02.png") no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%);
    z-index: 100003;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.popup-area > .bonus-type-2 > .close-popup {
    position: absolute;
    width: 46px;
    height: 46px;
    top: -10px;
    right: 45px;
    text-indent: -9999px;
    border: 0;
    border-radius: 50%;
    background: #ff1c37 url("https://cdn.stone649.com/assets/image/common/popup_close.svg") center center no-repeat;
    background-size: 20px 20px;
    z-index: 3;
}
.popup-area > .bonus-type-2 > div {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 110px;
}
.popup-area > .bonus-type-2 > div p {
    font: 700 20px "nsKR";
    color: #111;
}
.popup-area > .bonus-type-2 > div div {
    font: 700 36px "Montserrat";
    color: #ff0000;
    letter-spacing: -0.03em;
}
.popup-area > .bonus-type-2 > div button {
    display: inline-block;
    width: 40%;
    height: 50px;
    font: 700 18px "Montserrat";
    color: #fff;
    text-indent: 0;
    border: 0;
    background: #ff1c37;
    border-radius: 30px;
    margin-top: 140px;
}

@media screen and (max-width: 680px) {
    .popup-area > .bonus-type-2 {
        width: 410px;
        height: 303px;
    }
    .popup-area > .bonus-type-2 > .close-popup {
        width: 38px;
        height: 38px;
        top: -5px;
        right: 35px;
        background-size: 16px 16px;
    }
    .popup-area > .bonus-type-2 > div {
        padding-top: 100px;
    }
    .popup-area > .bonus-type-2 > div p {
        font-size: 18px;
    }
    .popup-area > .bonus-type-2 > div div {
        font-size: 30px;
    }
    .popup-area > .bonus-type-2 > div button {
        height: 40px;
        font-size: 16px;
        margin-top: 125px;
    }
}

@media screen and (max-width: 500px) {
    .popup-area > .bonus-type-2 {
        width: 360px;
        height: 266px;
    }
    .popup-area > .bonus-type-2 > .close-popup {
        width: 34px;
        height: 34px;
        top: 0;
        right: 25px;
        background-size: 14px 14px;
    }
    .popup-area > .bonus-type-2 > div {
        padding-top: 90px;
    }
    .popup-area > .bonus-type-2 > div p {
        font-size: 16px;
    }
    .popup-area > .bonus-type-2 > div div {
        font-size: 25px;
    }
    .popup-area > .bonus-type-2 > div button {
        height: 35px;
        font-size: 14px;
        margin-top: 110px;
    }
}

@media screen and (max-width: 359px) {
    .popup-area > .bonus-type-2 {
        width: 320px;
        height: 237px;
    }
    .popup-area > .bonus-type-2 > .close-popup {
        right: 30px;
    }
    .popup-area > .bonus-type-2 > div {
        padding-top: 78px;
    }
    .popup-area > .bonus-type-2 > div p {
        font-size: 14px;
    }
    .popup-area > .bonus-type-2 > div div {
        font-size: 22px;
    }
    .popup-area > .bonus-type-2 > div button {
        height: 35px;
        font-size: 14px;
        margin-top: 95px;
    }
}

.popup-area dd.input-area div {
    position: relative;
    font-size: 0;
    margin-bottom: 10px;
}
.popup-area dd.input-area label {
    position: absolute;
    top: 50%;
    left: 15px;
    font: 500 14px "Montserrat";
    color: #bbb;
    transform: translateY(-50%);
}
.popup-area dd.input-area input {
    display: block;
    width: 100%;
    height: 50px;
    font: 500 18px "Montserrat";
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 15px 50px 13px 15px;
}
.popup-area dd.input-area input:focus {
    border-color: #777;
}
.popup-area dd.input-area div.caution input {
    border-color: #ff1c37;
}
.popup-area dd.input-area button {
    display: block;
    width: 100%;
    height: 50px;
    font: 500 18px "Montserrat";
    color: #fff;
    text-indent: 0;
    border: 0;
    background: #ff1c37;
    border-radius: 30px;
    margin-top: 20px;
}

.popup-area dd.input-area .focus label {
    top: 25%;
    font-size: 12px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.popup-area dd.input-area .focus input {
    padding: 13px 50px 0 15px;
}

.popup-area dd.input-area span {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}
.popup-area dd.input-area div.pw-area span {
    cursor: pointer;
}
.popup-area dd.input-area span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
}
.popup-area dd.input-area div.caution span:before {
    background: url("https://cdn.stone649.com/assets/image/common/input_caution.svg") top no-repeat;
    background-size: 22px 44px;
}
.popup-area dd.input-area div.pw-area span:before {
    background: url("https://cdn.stone649.com/assets/image/common/password_eye.svg") top no-repeat;
    background-size: 22px 44px;
}
.popup-area dd.input-area div.caution span.active:before {
    background-position: 0 bottom;
}
.popup-area dd.input-area div.pw-area span.active:before {
    background-position: 0 bottom;
}

.popup-area dd.input-area div.link-area {
    font: 500 14px "Montserrat";
    color: #777;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
}
.popup-area dd.input-area div.link-area button {
    display: inline-block;
    width: inherit;
    height: inherit;
    font-weight: 700;
    font-size: 14px;
    color: #0000ff;
    background: transparent;
    border-radius: 0;
    margin-top: 5px;
}

.popup-area dd.input-area div.link-area a {
    position: relative;
    display: inline-block;
    font: 500 14px "Montserrat";
    color: #777;
}
.popup-area dd.input-area div.link-area a.point {
    color: #777;
}
.popup-area dd.input-area div.link-area a:hover {
    color: #ff1c37;
}
.popup-area dd.input-area div.link-area a:first-child {
    padding-right: 12px;
}
.popup-area dd.input-area div.link-area a:first-child:before {
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #ccc;
}
.popup-area dd.input-area div.link-area a:last-child {
    padding-left: 12px;
}

.popup-area dd.input-area div.check-area {
    margin-bottom: 15px;
}
.popup-area dd.input-area div.check-area label {
    position: relative;
    top: inherit;
    left: inherit;
    vertical-align: middle;
    padding-left: 30px;
    transform: translateY(0);
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.popup-area dd.input-area div.check-area label .check {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
    border: 1px solid #ff1c37;
    border-radius: 4px;
    background: #fff;
}
.popup-area dd.input-area div.check-area label span {
    position: relative;
    top: inherit;
    right: inherit;
    width: inherit;
    height: inherit;
    text-indent: 0;
    font: 500 14px "Montserrat";
    color: #777;
}
.popup-area dd.input-area div.check-area label a {
    display: inline-block;
    color: #0000ff;
}

.popup-area dd.input-area div.check-area input:checked + label > .check {
    background-color: #ff1c37;
    transition: 0.1s ease;
}
.popup-area dd.input-area div.check-area input:checked + label > .check:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    background: url("https://cdn.stone649.com/assets/image/common/bullet_point_01.svg") no-repeat;
    transition: 0.1s ease;
}
.popup-area dd.input-area div.check-area input + label > p {
    border-color: #ff1c37;
    background: #ff1c37;
    transition: 0.1s ease;
}

.popup-area dd.input-area div.captcha-area div {
    display: inline-block;
    width: 132px;
    height: 50px;
    vertical-align: top;
    background: #ddd;
}
.popup-area dd.input-area div.captcha-area div.code {
    position: relative;
    width: calc(100% - 145px);
    background: #fff;
    margin-left: 13px;
}

.popup-area dd.message-content {
    font: 500 16px "Montserrat";
    color: #777;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .popup-area dd.input-area div {
        margin-bottom: 6px;
    }
    .popup-area dd.input-area label {
        left: 12px;
        font-size: 14px;
    }
    .popup-area dd.input-area input {
        height: 42px;
        font-size: 14px;
        border-radius: 4px;
        padding: 15px 42px 13px 12px;
    }
    .popup-area dd.input-area button {
        height: 42px;
        font-size: 16px;
        margin-top: 14px;
    }

    .popup-area dd.input-area .focus label {
        top: 25%;
        font-size: 11px;
    }
    .popup-area dd.input-area .focus input {
        padding: 13px 42px 0 12px;
    }

    .popup-area dd.input-area span {
        width: 42px;
        height: 42px;
    }
    .popup-area dd.input-area span:before {
        width: 18px;
        height: 18px;
    }
    .popup-area dd.input-area div.caution span:before {
        background-size: 18px 36px;
    }
    .popup-area dd.input-area div.pw-area span:before {
        background-size: 18px 36px;
    }

    .popup-area dd.input-area div.link-area {
        font-size: 12px;
        padding-top: 10px;
    }
    .popup-area dd.input-area div.link-area button {
        font-size: 12px;
        margin-top: 5px;
    }
    .popup-area dd.input-area div.link-area a {
        font-size: 12px;
    }
    .popup-area dd.input-area div.link-area a:first-child {
        padding-right: 8px;
    }
    .popup-area dd.input-area div.link-area a:first-child:before {
        height: 12px;
    }
    .popup-area dd.input-area div.link-area a:last-child {
        padding-left: 7px;
    }

    .popup-area dd.input-area div.check-area label {
        padding-left: 25px;
    }
    .popup-area dd.input-area div.check-area label .check {
        width: 16px;
        height: 16px;
        border-radius: 2px;
    }
    .popup-area dd.input-area div.check-area label span {
        font-size: 12px;
    }
    .popup-area dd.input-area div.check-area input:checked + label > .check:before {
        top: 3px;
        left: 3px;
        background-size: 100%;
    }

    .popup-area dd.input-area div.captcha-area div {
        width: 111px;
        height: 42px;
    }
    .popup-area dd.input-area div.captcha-area div.code {
        width: calc(100% - 120px);
        margin-left: 9px;
    }

    .popup-area dd.message-content {
        font-size: 14px;
    }
}

.popup-area dd.wallet-popup {
    margin-top: -15px;
}
.popup-area dd.wallet-popup div.text-area-1 {
    font: 400 16px "nsKR";
    color: #777;
    word-break: keep-all;
}
.popup-area dd.wallet-popup div.qr-img {
    text-align: center;
    margin: 40px 0;
}
.popup-area dd.wallet-popup div.copy-box {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    padding: 25px 0;
}
.popup-area dd.wallet-popup div.copy-box:before,
.popup-area dd.wallet-popup div.copy-box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}
.popup-area dd.wallet-popup div.copy-box:before {
    right: 100%;
    left: -50px;
    background: rgba(0, 0, 0, 0.1);
}
.popup-area dd.wallet-popup div.copy-box:after {
    right: -50px;
    left: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.popup-area dd.wallet-popup div.copy-box textarea {
    display: block;
    width: 100%;
    height: 50px;
    font: 500 18px "Montserrat";
    text-align: center;
    letter-spacing: -0.02em;
    border: 0;
    border-radius: 10px;
    background: #fff;
    padding: 14px 10px 0;
}
.popup-area dd.wallet-popup div.copy-box textarea::selection {
    background: #fff;
}
.popup-area dd.wallet-popup div.copy-box button {
    display: block;
    width: 100%;
    font: 500 18px "Montserrat";
    color: #fff;
    line-height: 3em;
    border: 0;
    border-radius: 30px;
    background: #247bff;
    margin: 10px auto;
}

@media screen and (max-width: 880px) {
    .popup-area dd.wallet-popup {
        margin-top: -12px;
    }
    .popup-area dd.wallet-popup div.text-area-1 {
        font-size: 14px;
    }
    .popup-area dd.wallet-popup div.qr-img {
        margin: 35px 0;
    }
    .popup-area dd.wallet-popup div.copy-box {
        padding: 22px 0;
    }
    .popup-area dd.wallet-popup div.copy-box:before {
        left: -44px;
    }
    .popup-area dd.wallet-popup div.copy-box:after {
        right: -44px;
    }
    .popup-area dd.wallet-popup div.copy-box textarea {
        font-size: 16px;
        height: 65px;
        letter-spacing: -0.02em;
        text-align: left;
        border-radius: 8px;
    }
    .popup-area dd.wallet-popup div.copy-box button {
        font-size: 16px;
        line-height: 2.8em;
    }
}

@media screen and (max-width: 680px) {
    .popup-area dd.wallet-popup {
        margin-top: -10px;
    }
    .popup-area dd.wallet-popup div.text-area-1 {
        font-size: 13px;
    }
    .popup-area dd.wallet-popup div.qr-img {
        margin: 30px 0;
    }
    .popup-area dd.wallet-popup div.copy-box {
        padding: 20px 0;
    }
    .popup-area dd.wallet-popup div.copy-box:before {
        left: -37px;
    }
    .popup-area dd.wallet-popup div.copy-box:after {
        right: -37px;
    }
    .popup-area dd.wallet-popup div.copy-box textarea {
        font-size: 14px;
        height: 55px;
        border-radius: 6px;
        padding: 10px 10px 0;
    }
    .popup-area dd.wallet-popup div.copy-box button {
        font-size: 14px;
        line-height: 2.6em;
    }
}

@media screen and (max-width: 500px) {
    .popup-area dd.wallet-popup {
        margin-top: -8px;
    }
    .popup-area dd.wallet-popup div.text-area-1 {
        font-size: 12px;
    }
    .popup-area dd.wallet-popup div.qr-img {
        margin: 25px 0;
    }
    .popup-area dd.wallet-popup div.copy-box {
        padding: 18px 0;
    }
    .popup-area dd.wallet-popup div.copy-box:before {
        left: -30px;
    }
    .popup-area dd.wallet-popup div.copy-box:after {
        right: -30px;
    }
    .popup-area dd.wallet-popup div.copy-box textarea {
        font-size: 12px;
        height: 48px;
        border-radius: 5px;
        padding: 8px 8px 0;
    }
    .popup-area dd.wallet-popup div.copy-box button {
        font-size: 12px;
        line-height: 2.6em;
    }
}

.popup-area dd.wallet-popup div.type-1 {
    margin-top: 25px;
}
.popup-area dd.wallet-popup div.type-1 > h5 {
    display: inline-block;
    font: 400 16px "nsKR";
    color: #777;
    line-height: 2em;
}
.popup-area dd.wallet-popup div.type-1 > label {
    position: relative;
    display: inline-block;
    font: 400 16px "nsKR";
    color: #222;
    line-height: 2em;
}
.popup-area dd.wallet-popup div.type-1 > label.caution {
    padding-right: 25px;
}
.popup-area dd.wallet-popup div.type-1 > label.caution:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background: url("https://cdn.stone649.com/assets/image/common/bullet_caution_02.svg") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.popup-area dd.wallet-popup div.type-1 > input {
    display: block;
    width: 100%;
    font: 500 18px "Montserrat";
    color: #222;
    line-height: 2.8em;
    border: 1px solid #bebebe;
    border-radius: 10px;
    padding: 0 15px;
}
.popup-area dd.wallet-popup div.type-1 > .price-info {
    display: block;
    font: 400 28px "Montserrat";
    color: #222;
    line-height: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.popup-area dd.wallet-popup div.type-1 > .price-info strong {
    font-weight: 700;
}
.popup-area dd.wallet-popup div.type-1 > .price-info.big {
    font-size: 42px;
}
.popup-area dd.wallet-popup div.type-1 > .send-coin {
    display: block;
    font: 500 0 "Montserrat";
    color: #222;
}
.popup-area dd.wallet-popup div.type-1 > .send-coin > div {
    position: relative;
    display: inline-block;
    width: 50%;
    border: 1px solid #777;
    border-radius: 10px;
}
.popup-area dd.wallet-popup div.type-1 > .send-coin > div > label {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 18px;
    transform: translateY(-50%);
}
.popup-area dd.wallet-popup div.type-1 > .send-coin > div > input {
    display: block;
    width: 100%;
    color: #222;
    line-height: 3.9em;
    border: 0;
    background: transparent;
    padding: 0 65px 0 15px;
}
.popup-area dd.wallet-popup div.type-1 > .send-coin > span {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    padding: 8px 15px 0;
}
.popup-area dd.wallet-popup div.type-1 > .send-coin > span > label {
    display: block;
    font-size: 16px;
    color: #777;
}
.popup-area dd.wallet-popup div.type-1 > p {
    display: block;
    font: 400 14px "Montserrat";
    color: #777;
    margin-top: 10px;
}

.popup-area dd.wallet-popup div.type-1 > .check-area {
    font-size: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 70px;
    margin-top: 5px;
}
.popup-area dd.wallet-popup div.type-1 > .check-area label {
    position: relative;
    display: inline-block;
    width: 32%;
    height: 70px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-size: 40px 40px;
    background-position: center center;
    margin-top: 55px;
    margin-left: 2%;
    cursor: pointer;
}
.popup-area dd.wallet-popup div.type-1 > .check-area label:before {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 30px;
    height: 30px;
    background: url("https://cdn.stone649.com/assets/image/common/bullet_check_01.svg") no-repeat;
    background-size: 100%;
    opacity: 0;
}
.popup-area dd.wallet-popup div.type-1 > .check-area label:nth-child(6n + 2) {
    margin-left: 0;
}
.popup-area dd.wallet-popup div.type-1 > .check-area label:nth-child(2) {
    margin-top: 0;
}
.popup-area dd.wallet-popup div.type-1 > .check-area label:nth-child(4) {
    margin-top: 0;
}
.popup-area dd.wallet-popup div.type-1 > .check-area label:nth-child(6) {
    margin-top: 0;
}
.popup-area dd.wallet-popup div.type-1 > .check-area label span {
    position: absolute;
    top: 112%;
    right: 0;
    left: 0;
    font: 400 12px "nsKR";
    color: #777;
    text-align: center;
}
.popup-area dd.wallet-popup div.type-1 > .check-area label:hover {
    border-color: #247bff;
}
.popup-area dd.wallet-popup div.type-1 > .check-area input:checked + label {
    border-color: #247bff;
    background-color: #bdd7ff;
    transition: 0.1s ease;
}
.popup-area dd.wallet-popup div.type-1 > .check-area input:checked + label:before {
    opacity: 1;
}
.popup-area dd.wallet-popup div.type-1 > .check-area label.bonus-10:after {
    position: absolute;
    right: -15px;
    bottom: -25px;
    width: 45px;
    height: 45px;
    background: url("https://cdn.stone649.com/assets/image/common/label_bonus.svg") no-repeat;
    background-size: 100%;
}

.popup-area dd.wallet-popup div.type-1 > .preview-area {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    margin-top: 5px;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > div {
    display: block;
    font: 400 35px "Montserrat";
    color: #222;
    line-height: 2em;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > div strong {
    font-weight: 700;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > ul {
    display: block;
    font-size: 0;
    border-radius: 12px;
    background: #d7eaf3;
    padding: 22px 30px 5px;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > ul li {
    position: relative;
    display: inline-block;
    font: 500 20px "Montserrat";
    color: #222;
    line-height: 2em;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > ul .sign {
    padding: 0 15px;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > ul label {
    position: absolute;
    top: -8px;
    display: block;
    font: 400 12px "nsKR";
    color: #3f7086;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > p {
    display: block;
    font: 400 12px "nsKR";
    color: #777;
    line-height: 2em;
    margin-top: 5px;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > p br {
    display: none;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > p a {
    position: relative;
    font-size: 14px;
    color: #777;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > p a:after {
    position: absolute;
    top: 7px;
    right: -18px;
    width: 10px;
    height: 7px;
    background: url("https://cdn.stone649.com/assets/image/common/bullet_arrow_05.svg") right no-repeat;
    background-size: 20px 7px;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area > p a:hover:after {
    right: -28px;
    width: 20px;
}

.popup-area dd.wallet-popup div.type-1 > .preview-area.total {
    border-bottom: none;
    padding-bottom: 0;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area.total > ul {
    text-align: center;
    padding: 5px 30px 5px;
}
.popup-area dd.wallet-popup div.type-1 > .preview-area.total > ul label {
    position: relative;
    top: inherit;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.popup-area dd.wallet-popup div.btn-area {
    text-align: center;
    margin-top: 50px;
}
.popup-area dd.wallet-popup div.btn-area p {
    font: 400 14px "nsKR";
    color: #777;
    text-align: center;
    margin-bottom: 15px;
}
.popup-area dd.wallet-popup div.btn-area button {
    display: inline-block;
    width: 60%;
    font: 500 18px "nsKR";
    color: #fff;
    line-height: 3em;
    border: 0;
    border-radius: 30px;
    background: #ff1c37;
    padding-top: 2px;
}

@media screen and (max-width: 880px) {
    .popup-area dd.wallet-popup div.type-1 {
        margin-top: 22px;
    }
    .popup-area dd.wallet-popup div.type-1 > h5 {
        font-size: 15px;
    }
    .popup-area dd.wallet-popup div.type-1 > label {
        font-size: 15px;
    }
    .popup-area dd.wallet-popup div.type-1 > label.caution {
        padding-right: 22px;
    }
    .popup-area dd.wallet-popup div.type-1 > label.caution:after {
        width: 15px;
        height: 15px;
    }
    .popup-area dd.wallet-popup div.type-1 > input {
        font-size: 16px;
        border-radius: 8px;
        padding: 0 12px;
    }
    .popup-area dd.wallet-popup div.type-1 > .price-info {
        font-size: 25px;
    }

    .popup-area dd.wallet-popup div.type-1 > .price-info.big {
        font-size: 36px;
        line-height: 1.8em;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > div {
        width: 55%;
        border-radius: 8px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > div > label {
        right: 12px;
        font-size: 16px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > div > input {
        line-height: 3.5em;
        padding: 0 56px 0 12px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > span {
        font-size: 16px;
        padding: 8px 15px 0;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > span > label {
        font-size: 14px;
    }
    .popup-area dd.wallet-popup div.type-1 > p {
        font-size: 13px;
        margin-top: 8px;
    }

    .popup-area dd.wallet-popup div.type-1 > .check-area {
        padding-bottom: 60px;
        margin-top: 4px;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label {
        height: 60px;
        border-radius: 10px;
        background-size: 35px 35px;
        margin-top: 50px;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label:before {
        top: -8px;
        right: -4px;
        width: 26px;
        height: 26px;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label span {
        top: 110%;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label.bonus-10:after {
        right: -13px;
        bottom: -22px;
        width: 42px;
        height: 42px;
    }

    .popup-area dd.wallet-popup div.type-1 > .preview-area {
        padding-bottom: 25px;
        margin-top: 4px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > div {
        font-size: 30px;
        line-height: 1.8em;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > ul {
        border-radius: 10px;
        padding: 20px 26px 3px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > ul li {
        font-size: 18px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > ul .sign {
        padding: 0 12px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > p a {
        font-size: 13px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > p a:after {
        top: 6px;
    }

    .popup-area dd.wallet-popup div.type-1 > .preview-area.total > ul {
        padding: 5px 26px 5px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area.total > ul label {
        padding-right: 12px;
    }

    .popup-area dd.wallet-popup div.btn-area {
        margin-top: 40px;
    }
    .popup-area dd.wallet-popup div.btn-area p {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .popup-area dd.wallet-popup div.btn-area button {
        width: 70%;
        font-size: 16px;
        line-height: 2.8em;
    }
}

@media screen and (max-width: 680px) {
    .popup-area dd.wallet-popup div.type-1 {
        margin-top: 18px;
    }
    .popup-area dd.wallet-popup div.type-1 > h5 {
        font-size: 14px;
    }
    .popup-area dd.wallet-popup div.type-1 > label {
        font-size: 14px;
    }
    .popup-area dd.wallet-popup div.type-1 > label.caution {
        padding-right: 20px;
    }
    .popup-area dd.wallet-popup div.type-1 > label.caution:after {
        width: 14px;
        height: 14px;
    }
    .popup-area dd.wallet-popup div.type-1 > input {
        font-size: 15px;
        border-radius: 6px;
        padding: 0 10px;
    }
    .popup-area dd.wallet-popup div.type-1 > .price-info {
        font-size: 22px;
    }

    .popup-area dd.wallet-popup div.type-1 > .price-info.big {
        font-size: 30px;
        line-height: 1.6em;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > div {
        width: 60%;
        border-radius: 6px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > div > label {
        right: 10px;
        font-size: 15px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > div > input {
        line-height: 3.2em;
        padding: 0 50px 0 10px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > span {
        font-size: 15px;
        padding-top: 6px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > span > label {
        font-size: 13px;
    }
    .popup-area dd.wallet-popup div.type-1 > p {
        font-size: 12px;
        margin-top: 6px;
    }

    .popup-area dd.wallet-popup div.type-1 > .check-area {
        padding-bottom: 55px;
        margin-top: 3px;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label {
        height: 54px;
        border-radius: 8px;
        background-size: 30px 30px;
        margin-top: 45px;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label:before {
        top: -6px;
        right: -3px;
        width: 22px;
        height: 22px;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label span {
        top: 108%;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label.bonus-10:after {
        right: -10px;
        bottom: -20px;
        width: 38px;
        height: 38px;
    }

    .popup-area dd.wallet-popup div.type-1 > .preview-area {
        padding-bottom: 20px;
        margin-top: 3px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > div {
        font-size: 26px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > ul {
        border-radius: 8px;
        padding: 18px 22px 2px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > ul li {
        font-size: 16px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > ul .sign {
        padding: 0 10px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > p a {
        font-size: 12px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > p a:after {
        top: 5px;
    }

    .popup-area dd.wallet-popup div.type-1 > .preview-area.total > ul {
        padding: 5px 22px 5px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area.total > ul label {
        padding-right: 10px;
    }

    .popup-area dd.wallet-popup div.btn-area {
        margin-top: 30px;
    }
    .popup-area dd.wallet-popup div.btn-area p {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .popup-area dd.wallet-popup div.btn-area button {
        width: 80%;
        font-size: 15px;
        line-height: 2.6em;
    }
}

@media screen and (max-width: 500px) {
    .popup-area dd.wallet-popup div.type-1 {
        margin-top: 15px;
    }
    .popup-area dd.wallet-popup div.type-1 > h5 {
        font-size: 13px;
    }
    .popup-area dd.wallet-popup div.type-1 > label {
        font-size: 13px;
    }
    .popup-area dd.wallet-popup div.type-1 > label.caution {
        padding-right: 20px;
    }
    .popup-area dd.wallet-popup div.type-1 > label.caution:after {
        width: 14px;
        height: 14px;
    }
    .popup-area dd.wallet-popup div.type-1 > input {
        font-size: 14px;
        border-radius: 5px;
        padding: 0 8px;
    }
    .popup-area dd.wallet-popup div.type-1 > .price-info {
        font-size: 18px;
    }

    .popup-area dd.wallet-popup div.type-1 > .price-info.big {
        font-size: 25px;
        line-height: 1.5em;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > div {
        width: 100%;
        border-radius: 5px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > div > label {
        right: 8px;
        font-size: 14px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > div > input {
        line-height: 3em;
        padding: 0 50px 0 8px;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > span {
        display: block;
        font-size: 12px;
        padding: 10px 0 0;
    }
    .popup-area dd.wallet-popup div.type-1 > .send-coin > span > label {
        position: relative;
        display: inline-block;
        font-size: 12px;
    }
    .popup-area dd.wallet-popup div.type-1 > p {
        margin-top: 3px;
    }

    .popup-area dd.wallet-popup div.type-1 > .check-area {
        padding-bottom: 50px;
        margin-top: 2px;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label {
        height: 46px;
        border-radius: 6px;
        background-size: 25px 25px;
        margin-top: 40px;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label:before {
        top: -6px;
        right: -3px;
        width: 20px;
        height: 20px;
    }
    .popup-area dd.wallet-popup div.type-1 > .check-area label span {
        font-size: 11px;
    }

    .popup-area dd.wallet-popup div.type-1 > .preview-area {
        padding-bottom: 15px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > div {
        font-size: 22px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > ul {
        border-radius: 6px;
        padding: 18px 20px 2px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > ul li {
        font-size: 14px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > ul label {
        top: -10px;
        min-width: 60px;
    }

    .popup-area dd.wallet-popup div.type-1 > .preview-area.total > ul {
        padding: 5px 18px 5px;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area.total > ul label {
        min-width: inherit;
        padding-right: 8px;
    }

    .popup-area dd.wallet-popup div.btn-area {
        margin-top: 20px;
    }
    .popup-area dd.wallet-popup div.btn-area p {
        margin-bottom: 10px;
    }
    .popup-area dd.wallet-popup div.btn-area button {
        width: 88%;
        font-size: 14px;
        line-height: 2.4em;
    }
}

@media screen and (max-width: 430px) {
    .popup-area dd.wallet-popup div.type-1 > .preview-area > p {
        line-height: 1.4em;
    }
    .popup-area dd.wallet-popup div.type-1 > .preview-area > p br {
        display: block;
    }
}

.popup-area dd.limit-popup .check-area {
    font-size: 0;
    margin-top: 5px;
}
.popup-area dd.limit-popup .check-area label {
    position: relative;
    display: inline-block;
    width: 32%;
    height: 55px;
    font: 500 20px "Montserrat";
    color: rgba(0, 0, 0, 0.5);
    line-height: 53px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-left: 2%;
    cursor: pointer;
}
.popup-area dd.limit-popup .check-area label:nth-child(2) {
    margin-left: 0;
}
.popup-area dd.limit-popup .check-area label:before {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 30px;
    height: 30px;
    background: url("https://cdn.stone649.com/assets/image/common/bullet_check_01.svg") no-repeat;
    background-size: 100%;
    opacity: 0;
}
.popup-area dd.limit-popup .check-area label:hover {
    border-color: #247bff;
}
.popup-area dd.limit-popup .check-area input:checked + label {
    color: rgba(0, 0, 0, 1);
    border-color: #247bff;
    background-color: #bdd7ff;
    transition: 0.1s ease;
}
.popup-area dd.limit-popup .check-area input:checked + label:before {
    opacity: 1;
}

.popup-area dd.limit-popup dl {
    margin-top: 25px;
}
.popup-area dd.limit-popup dt {
    font: 500 16px "Montserrat";
    color: #222;
    padding-bottom: 10px;
}
.popup-area dd.limit-popup input {
    width: 100%;
    height: 50px;
    font: 400 18px "Montserrat";
    color: #222;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 15px;
}
.popup-area dd.limit-popup p {
    font: 400 14px "nsKR";
    color: #777;
    margin-top: 20px;
}
.popup-area dd.limit-popup button {
    display: inline-block;
    width: 40%;
    height: 55px;
    font: 400 18px "Montserrat";
    color: #fff;
    border: 0;
    border-radius: 30px;
    background: #ff1c37;
}
.popup-area dd.limit-popup .btn-area {
    text-align: center;
    margin-top: 25px;
}

@media screen and (max-width: 880px) {
    .popup-area dd.limit-popup .check-area {
        margin-top: 4px;
    }
    .popup-area dd.limit-popup .check-area label {
        height: 50px;
        font-size: 18px;
        line-height: 48px;
        border-radius: 10px;
    }
    .popup-area dd.limit-popup .check-area label:before {
        top: -8px;
        right: -4px;
        width: 26px;
        height: 26px;
    }

    .popup-area dd.limit-popup dl {
        margin-top: 22px;
    }
    .popup-area dd.limit-popup dt {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .popup-area dd.limit-popup input {
        height: 44px;
        font-size: 16px;
        border-radius: 8px;
        padding: 0 12px;
    }
    .popup-area dd.limit-popup p {
        font-size: 13px;
        margin-top: 18px;
    }
    .popup-area dd.limit-popup button {
        width: 45%;
        height: 50px;
        font-size: 16px;
    }
    .popup-area dd.limit-popup .btn-area {
        margin-top: 22px;
    }
}

@media screen and (max-width: 680px) {
    .popup-area dd.limit-popup .check-area {
        margin-top: 3px;
    }
    .popup-area dd.limit-popup .check-area label {
        height: 46px;
        font-size: 16px;
        line-height: 44px;
        border-radius: 8px;
    }
    .popup-area dd.limit-popup .check-area label:before {
        top: -6px;
        right: -3px;
        width: 22px;
        height: 22px;
    }

    .popup-area dd.limit-popup dl {
        margin-top: 20px;
    }
    .popup-area dd.limit-popup dt {
        font-size: 14px;
        padding-bottom: 6px;
    }
    .popup-area dd.limit-popup input {
        height: 38px;
        font-size: 15px;
        border-radius: 6px;
        padding: 0 10px;
    }
    .popup-area dd.limit-popup p {
        font-size: 12px;
        margin-top: 16px;
    }
    .popup-area dd.limit-popup button {
        width: 50%;
        height: 46px;
        font-size: 15px;
    }
    .popup-area dd.limit-popup .btn-area {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .popup-area dd.limit-popup .check-area {
        margin-top: 2px;
    }
    .popup-area dd.limit-popup .check-area label {
        height: 42px;
        font-size: 14px;
        line-height: 40px;
        border-radius: 6px;
    }
    .popup-area dd.limit-popup .check-area label:before {
        top: -6px;
        right: -3px;
        width: 20px;
        height: 20px;
    }

    .popup-area dd.limit-popup dl {
        margin-top: 18px;
    }
    .popup-area dd.limit-popup dt {
        font-size: 13px;
        padding-bottom: 5px;
    }
    .popup-area dd.limit-popup input {
        height: 34px;
        font-size: 14px;
        border-radius: 5px;
        padding: 0 8px;
    }
    .popup-area dd.limit-popup p {
        margin-top: 14px;
    }
    .popup-area dd.limit-popup button {
        width: 60%;
        height: 42px;
        font-size: 14px;
    }
    .popup-area dd.limit-popup .btn-area {
        margin-top: 18px;
    }
}

.popup-area dd.account-popup p {
    font: 400 16px "nsKR";
    color: #777;
    text-align: center;
    padding: 0 5%;
    margin-top: 20px;
}
.popup-area dd.account-popup div {
    position: relative;
    height: 100px;
    text-align: center;
    border-radius: 12px;
    background: #f3f7fc;
    margin-top: 35px;
}
.popup-area dd.account-popup span {
    position: absolute;
    top: 50%;
    left: 50%;
    font: 500 28px "Montserrat";
    color: #222;
    transform: translate(-50%, -50%);
}
.popup-area dd.account-popup button {
    display: inline-block;
    width: 40%;
    height: 55px;
    font: 400 18px "Montserrat";
    color: #fff;
    border: 0;
    border-radius: 30px;
    background: #ff1c37;
}
.popup-area dd.account-popup .btn-area {
    height: inherit;
    background: inherit;
    margin-top: 25px;
}

@media screen and (max-width: 880px) {
    .popup-area dd.account-popup p {
        font-size: 15px;
        margin-top: 18px;
    }
    .popup-area dd.account-popup div {
        height: 90px;
        border-radius: 10px;
        margin-top: 30px;
    }
    .popup-area dd.account-popup span {
        font-size: 25px;
    }
    .popup-area dd.account-popup button {
        width: 45%;
        height: 50px;
        font-size: 16px;
    }
    .popup-area dd.account-popup .btn-area {
        margin-top: 22px;
    }
}

@media screen and (max-width: 680px) {
    .popup-area dd.account-popup p {
        font-size: 14px;
        margin-top: 16px;
    }
    .popup-area dd.account-popup div {
        height: 80px;
        border-radius: 8px;
        margin-top: 25px;
    }
    .popup-area dd.account-popup span {
        font-size: 22px;
    }
    .popup-area dd.account-popup button {
        width: 50%;
        height: 46px;
        font-size: 15px;
    }
    .popup-area dd.account-popup .btn-area {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .popup-area dd.account-popup p {
        font-size: 13px;
        margin-top: 14px;
    }
    .popup-area dd.account-popup div {
        height: 70px;
        border-radius: 6px;
        margin-top: 20px;
    }
    .popup-area dd.account-popup span {
        font-size: 20px;
    }
    .popup-area dd.account-popup button {
        width: 60%;
        height: 42px;
        font-size: 14px;
    }
    .popup-area dd.account-popup .btn-area {
        margin-top: 18px;
    }
}

.popup-area dd.otp-popup dl {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    margin-top: 25px;
}
.popup-area dd.otp-popup dl:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.popup-area dd.otp-popup dt {
    position: relative;
    font: 500 18px "nsKR";
    color: #222;
    padding-left: 110px;
    margin-bottom: 10px;
}
.popup-area dd.otp-popup dt span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    font: 700 20px "Montserrat";
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    background: #247bff;
    padding: 2px 0;
    transform: translateY(-50%);
}
.popup-area dd.otp-popup dd p {
    position: relative;
    font: 400 16px "nsKR";
    color: #777;
    margin-bottom: 10px;
}
.popup-area dd.otp-popup dd a {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    margin-right: 10px;
}
.popup-area dd.otp-popup dd a > span {
    position: absolute;
    bottom: 0;
    left: 50%;
    font: 500 16px "Montserrat";
    color: #222;
    transform: translateX(-50%);
}
.popup-area dd.otp-popup dd div {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 25px 0 20px;
    margin-top: 10px;
}
.popup-area dd.otp-popup dd div > img {
    display: block;
    margin: 0 auto 15px;
}
.popup-area dd.otp-popup dd div > input {
    display: inline-block;
    width: 245px;
    font: 500 16px "Montserrat";
    color: #222;
    text-transform: uppercase;
    border: 0;
}
.popup-area dd.otp-popup dd div > input::selection {
    background: #fff;
}
.popup-area dd.otp-popup dd div > button {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    border: 0;
    background: url("https://cdn.stone649.com/assets/image/common/bullet_copy_1.svg") no-repeat;
    background-size: 100%;
}
.popup-area dd.otp-popup dd > input {
    display: block;
    width: 100%;
    height: 50px;
    font: 400 18px "Montserrat";
    color: #222;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 15px;
    margin-top: 15px;
}

.popup-area dd.otp-popup .btn-area {
    text-align: center;
    margin-top: 35px;
}
.popup-area dd.otp-popup .btn-area button {
    display: inline-block;
    width: 40%;
    font: 500 18px "Montserrat";
    color: #fff;
    line-height: 3em;
    border: 0;
    border-radius: 30px;
    background: #ff1c37;
}

@media screen and (max-width: 880px) {
    .popup-area dd.otp-popup {
        overflow-y: auto;
        height: 500px;
        padding-right: 30px;
    }
    .popup-area dd.otp-popup::-webkit-scrollbar {
        width: 6px;
    }
    .popup-area dd.otp-popup::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }
    .popup-area dd.otp-popup::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
    }
    .popup-area dd.otp-popup dl {
        padding-top: 25px;
        margin-top: 20px;
    }
    .popup-area dd.otp-popup dt {
        font-size: 16px;
        padding-left: 90px;
        margin-bottom: 10px;
    }
    .popup-area dd.otp-popup dt span {
        width: 80px;
        font-size: 18px;
        padding: 2px 0 1px;
    }
    .popup-area dd.otp-popup dd p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .popup-area dd.otp-popup dd a {
        padding-bottom: 22px;
        margin-right: 8px;
    }
    .popup-area dd.otp-popup dd a > span {
        font-size: 15px;
    }
    .popup-area dd.otp-popup dd div {
        border-radius: 8px;
        padding: 20px 0 15px;
        margin-top: 8px;
    }
    .popup-area dd.otp-popup dd div > img {
        width: 120px;
        margin-bottom: 12px;
    }
    .popup-area dd.otp-popup dd div > input {
        width: 230px;
        font-size: 15px;
    }
    .popup-area dd.otp-popup dd div > button {
        width: 20px;
        height: 20px;
    }
    .popup-area dd.otp-popup dd > input {
        height: 45px;
        font-size: 16px;
        border-radius: 8px;
        padding: 0 12px;
        margin-top: 12px;
    }

    .popup-area dd.otp-popup .btn-area {
        margin-top: 30px;
    }
    .popup-area dd.otp-popup .btn-area button {
        width: 50%;
        font-size: 16px;
        line-height: 2.8em;
    }
}

@media screen and (max-width: 680px) {
    .popup-area dd.otp-popup {
        height: 420px;
        padding-right: 25px;
    }
    .popup-area dd.otp-popup dl {
        padding-top: 20px;
        margin-top: 15px;
    }
    .popup-area dd.otp-popup dt {
        font-size: 14px;
        padding-left: 80px;
    }
    .popup-area dd.otp-popup dt span {
        top: 1px;
        width: 70px;
        font-size: 15px;
        border-radius: 4px;
        padding: 1px 0 0;
        transform: translateX(0);
    }
    .popup-area dd.otp-popup dd p {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .popup-area dd.otp-popup dd a {
        width: 42%;
        padding-bottom: 20px;
        margin-right: 6px;
    }
    .popup-area dd.otp-popup dd a > img {
        width: 100%;
    }
    .popup-area dd.otp-popup dd a > span {
        font-size: 14px;
    }
    .popup-area dd.otp-popup dd div {
        border-radius: 6px;
        padding: 15px 0 12px;
    }
    .popup-area dd.otp-popup dd div > img {
        width: 100px;
        margin-bottom: 10px;
    }
    .popup-area dd.otp-popup dd div > input {
        width: 215px;
        font-size: 14px;
    }
    .popup-area dd.otp-popup dd div > button {
        width: 18px;
        height: 18px;
    }
    .popup-area dd.otp-popup dd > input {
        height: 40px;
        font-size: 15px;
        border-radius: 6px;
        padding: 0 10px;
        margin-top: 10px;
    }

    .popup-area dd.otp-popup .btn-area {
        margin-top: 25px;
    }
    .popup-area dd.otp-popup .btn-area button {
        width: 60%;
        font-size: 15px;
        line-height: 2.6em;
    }
}

@media screen and (max-width: 500px) {
    .popup-area dd.otp-popup {
        height: 360px;
        padding-right: 20px;
    }
    .popup-area dd.otp-popup::-webkit-scrollbar {
        width: 4px;
    }
    .popup-area dd.otp-popup dl {
        padding-top: 15px;
        margin-top: 10px;
    }
    .popup-area dd.otp-popup dt {
        font-size: 13px;
        padding-left: 76px;
    }
    .popup-area dd.otp-popup dt span {
        width: 66px;
        font-size: 14px;
    }
    .popup-area dd.otp-popup dd p {
        font-size: 12px;
    }
    .popup-area dd.otp-popup dd a {
        margin-right: 4px;
    }
    .popup-area dd.otp-popup dd a > span {
        font-size: 12px;
    }
    .popup-area dd.otp-popup dd div {
        border-radius: 5px;
        padding: 12px 0 10px;
    }
    .popup-area dd.otp-popup dd div > img {
        width: 80px;
        margin-bottom: 8px;
    }
    .popup-area dd.otp-popup dd div > input {
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
    .popup-area dd.otp-popup dd > input {
        height: 35px;
        font-size: 14px;
        border-radius: 5px;
        padding: 0 8px;
        margin-top: 8px;
    }

    .popup-area dd.otp-popup .btn-area {
        margin-top: 20px;
    }
    .popup-area dd.otp-popup .btn-area button {
        width: 70%;
        font-size: 14px;
        line-height: 2.4em;
    }
}

.news-top {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 30px;
    background: url("https://cdn.stone649.com/assets/image/news/news_top.png") center no-repeat;
    margin-top: 30px;
}
.news-top:before {
    position: absolute;
    content: "interesting news";
    top: 50%;
    left: 50%;
    font: 700 32px "Montserrat";
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
    transform: translate(-50%, -50%);
}
.news-area > div:nth-child(4n + 4) {
    margin-right: 0;
}

@media screen and (max-width: 1380px) {
    .news-top {
        background-size: cover;
        margin-top: 25px;
    }
    .news-area > div {
        width: calc(25% - 15px) !important;
    }
}

@media screen and (max-width: 1160px) {
    .news-top {
        height: 180px;
        border-radius: 26px;
    }
    .news-top:before {
        font-size: 30px;
    }
    .news-area > div {
        width: calc(33.3% - 12px) !important;
    }
    .news-area > div:nth-child(4n + 4) {
        margin-right: 18px;
    }
    .news-area > div:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 980px) {
    .news-top {
        height: 160px;
        border-radius: 24px;
        margin-top: 20px;
    }
    .news-top:before {
        font-size: 28px;
    }
    .news-area > div {
        width: calc(33% - 11px) !important;
    }
    .news-area > div:nth-child(4n + 4) {
        margin-right: 16px;
    }
}

@media screen and (max-width: 800px) {
    .news-top {
        height: 140px;
        border-radius: 22px;
    }
    .news-top:before {
        font-size: 25px;
    }
    .news-area > div {
        width: calc(33% - 10px) !important;
    }
    .news-area > div:nth-child(4n + 4) {
        margin-right: 14px;
    }
}

@media screen and (max-width: 680px) {
    .news-top {
        height: 130px;
        border-radius: 18px;
    }
    .news-top:before {
        font-size: 22px;
    }
    .news-area > div {
        width: calc(50% - 10px) !important;
        height: 310px !important;
        margin-top: 18px !important;
        margin-right: 20px !important;
    }
    .news-area > div:nth-child(4n + 4) {
        margin-right: 20px;
    }
    .news-area > div:nth-child(3n + 3) {
        margin-right: 20px;
    }
    .news-area > div:nth-child(2n + 2) {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .news-top {
        height: 100px;
        border-radius: 14px;
        margin-top: 15px;
    }
    .news-top:before {
        font-size: 17px;
    }
    .news-area > div {
        width: calc(50% - 8px) !important;
        height: 280px !important;
        margin-top: 14px !important;
        margin-right: 16px !important;
    }
    .news-area > div:nth-child(4n + 4) {
        margin-right: 16px;
    }
    .news-area > div:nth-child(3n + 3) {
        margin-right: 16px;
    }
}

@media screen and (max-width: 400px) {
    .news-top {
        height: 80px;
        border-radius: 10px;
    }
    .news-top:before {
        font-size: 16px;
    }
    .news-area > div {
        width: calc(50% - 6px) !important;
        height: 250px !important;
        margin-top: 10px !important;
        margin-right: 12px !important;
    }
    .news-area > div:nth-child(4n + 4) {
        margin-right: 12px;
    }
    .news-area > div:nth-child(3n + 3) {
        margin-right: 12px;
    }
    .news-area > div .img {
        bottom: 50%;
    }
    .news-area > div dl {
        top: 50%;
    }
}

.promotion-main-img.type-09 {
    background: url("https://cdn.stone649.com/assets/image/news/news_top_img_091.png") center no-repeat;
    background-size: cover;
}
.promotion-main-img.type-10 {
    background: url("https://cdn.stone649.com/assets/image/news/news_top_img_101.png") center no-repeat;
    background-size: cover;
}
.promotion-main-img.type-11 {
    background: url("https://cdn.stone649.com/assets/image/news/news_top_img_111.png") center no-repeat;
    background-size: cover;
}
.promotion-main-img.type-12 {
    background: url("https://cdn.stone649.com/assets/image/news/news_top_img_121.png") center no-repeat;
    background-size: cover;
}
.promotion-main-img.type-13 {
    background: url("https://cdn.stone649.com/assets/image/news/news_top_img_131.png") center no-repeat;
    background-size: cover;
}
.promotion-main-img.type-14 {
    background: url("https://cdn.stone649.com/assets/image/news/news_top_img_141.png") center no-repeat;
    background-size: cover;
}
.promotion-main-img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px 30px 0 0;
}
.promotion-main-img.type-13 img {
    left: 25%;
}

.news-view > dt,
.news-view > dd {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.news-view > dt {
    font: 400 26px "nsKR";
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 30px;
}
.news-view > dt:before {
    position: absolute;
    content: "interesting news";
    top: 0;
    left: 0;
    font: 500 16px "Montserrat";
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.news-view > dd h5 strong {
    display: block;
    font-weight: 500;
    font-size: 24px;
}

.news-view > dd img.img-390 {
    width: 390px;
    margin-right: auto;
    margin-left: auto;
}
.news-view > dd p {
    position: relative;
    font: 400 16px "nsKR";
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3em;
    margin-top: 15px;
}
.news-view > dd p.half-50 {
    padding-right: 410px;
}
.news-view > dd p.half-50 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 365px;
    margin: 0;
}
.news-view > dd p strong {
    display: block;
    font: 500 18px "nsKR";
    color: rgba(255, 255, 255, 0.6);
    margin-top: 30px;
}
.news-view > dd p a {
    color: #003cff;
}

.news-view > dd div.box-w {
    border-radius: 12px;
    background: #fff;
    padding: 20px 30px;
    margin-top: 40px;
}
.news-view > dd div.box-b {
    position: relative;
    width: 630px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 50px 40px;
    margin-top: 40px;
}
.news-view > dd div.box-b > span {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    font: 700 18px "Montserrat";
    color: #fff;
    line-height: 40px;
    border-radius: 20px 20px 0 20px;
    background: #fc3650;
    margin: 0;
}
.news-view > dd div.box-r {
    border-radius: 200px 15px 15px 200px;
    background: #fff;
    padding: 15px 15px 15px 200px;
    margin-top: 40px;
}

.news-view > dd div.news-paging {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin-top: 60px;
}
.news-view > dd div.news-paging > button {
    display: inline-block;
    width: 30%;
    font: 500 16px "nsKR";
    color: #fff;
    line-height: 2.6em;
    border: 0;
    border-radius: 20px;
    background: #05092c;
}
.news-view > dd div.news-paging > a {
    position: relative;
    display: inline-block;
    font: 500 14px "nsKR";
    color: #fff;
    line-height: 2.6em;
}
.news-view > dd div.news-paging > a:after {
    position: absolute;
    top: 13px;
    width: 8px;
    height: 7px;
    background: url("https://cdn.stone649.com/assets/image/main/news_arrow_02.svg") right no-repeat;
    background-size: 20px 7px;
}
.news-view > dd div.news-paging > a.news-pre {
    float: left;
    padding-left: 25px;
}
.news-view > dd div.news-paging > a.news-pre:after {
    left: 0;
    transform: rotate(180deg);
}
.news-view > dd div.news-paging > a.news-next {
    float: right;
    padding-right: 25px;
}
.news-view > dd div.news-paging > a.news-next:after {
    right: 0;
}
.news-view > dd div.news-paging > a:hover:after {
    width: 20px;
}
.news-view > dd span {
    display: block;
    text-align: left;
    margin: 15px 0;
    color: #fff;
    font-size: 30px;
}
.news-view > dd span > button {
    display: inline-block;
    width: 30%;
    font: 500 16px "nsKR";
    color: #fff;
    line-height: 2.6em;
    border: 0;
    border-radius: 6px;
    background: #e33536;
}

.news-view > dd .key-point {
    position: relative;
    font: 400 18px "nsKR";
    color: #111;
    padding-left: 100px;
    margin-top: 12px;
}
.news-view > dd .key-point:first-child {
    margin-top: 0;
}
.news-view > dd .key-point dt {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.news-view > dd .key-point dd {
    position: relative;
    letter-spacing: -0.03em;
    padding-top: 5px;
    padding-left: 15px;
}
.news-view > dd .key-point dd:nth-child(2) {
    padding-top: 0;
}
.news-view > dd .key-point dd:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111;
}
.news-view > dd .key-point dd:nth-child(2):before {
    top: 10px;
}

.news-view > dd .flow dt {
    font: 500 16px "nsKR";
    color: #fff;
}
.news-view > dd .flow dt span {
    font: 400 14px "nsKR";
    text-align: left;
    margin-top: 10px;
}
.news-view > dd .flow dd {
    padding-top: 15px;
}
.news-view > dd .flow dd img {
    margin: 0;
}
.news-view > dd .flow dd img.img-170 {
    width: 170px;
}

.news-view > dd .related {
    position: relative;
    border-radius: 10px;
    background: #e8e9f1;
    padding: 10px 20px;
}
.news-view > dd .related dt {
    position: absolute;
    top: 50%;
    left: -115px;
    font: 700 18px "Montserrat";
    color: #e31e13;
    line-height: 0.9em;
    text-transform: uppercase;
    transform: translateY(-50%);
}
.news-view > dd .related dt:before {
    position: absolute;
    top: 50%;
    left: -65px;
    width: 55px;
    height: 62px;
    background: url("https://cdn.stone649.com/assets/image/news/news_img_14_07.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.news-view > dd .related dd {
    position: relative;
    font: 400 14px "nsKR";
    color: #222;
    padding-left: 10px;
}
.news-view > dd .related dd:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #222;
}
.news-view > dd .related dd a {
    color: #003cff;
}

@media screen and (max-width: 1380px) {
    .promotion-main-img {
        height: 180px;
        border-radius: 25px 25px 0 0;
        margin-top: 45px;
    }
    .promotion-main-img img {
        height: 230px;
    }
    .promotion-main-img.type-13 img {
        left: 50%;
        transform: translateX(0);
        margin-left: -450px;
    }

    .news-view {
        border-radius: 0 0 25px 25px;
        padding: 45px 0 55px;
    }
    .news-view > dt {
        font-size: 24px;
        padding-bottom: 28px;
    }
    .news-view > dt:before {
        font-size: 15px;
    }
    .news-view > dd h5 {
        font-size: 18px;
        padding-bottom: 18px;
        margin-top: 66px;
    }
    .news-view > dd h5 strong {
        font-size: 22px;
    }
    .news-view > dd img {
        margin-top: 36px;
    }
    .news-view > dd p {
        font-size: 15px;
        margin-top: 26px;
    }
    .news-view > dd p.half-50 {
        padding-right: 390px;
    }
    .news-view > dd p.half-50 img {
        width: 340px;
    }

    .news-view > dd div.box-w {
        border-radius: 10px;
        padding: 18px 28px;
        margin-top: 36px;
    }
    .news-view > dd div.box-b {
        border-radius: 10px;
        margin-top: 36px;
    }
    .news-view > dd div.box-r {
        padding: 14px 14px 14px 190px;
        margin-top: 36px;
    }
    .news-view > dd div.news-paging {
        padding-top: 26px;
        margin-top: 55px;
    }

    .news-view > dd .key-point {
        font-size: 17px;
        margin-top: 10px;
    }
    .news-view > dd .key-point dd {
        padding-left: 12px;
    }

    .news-view > dd .flow dt {
        font-size: 15px;
    }
    .news-view > dd .flow dt span {
        font-size: 13px;
        margin-top: 9px;
    }
    .news-view > dd .flow dd {
        padding-top: 13px;
    }

    .news-view > dd .related {
        border-radius: 8px;
        padding: 9px 18px;
    }
    .news-view > dd .related dt {
        left: -110px;
        font-size: 17px;
    }
    .news-view > dd .related dt:before {
        left: -62px;
        width: 52px;
        height: 59px;
    }
    .news-view > dd .related dd {
        padding-left: 9px;
    }
}

@media screen and (max-width: 1160px) {
    .promotion-main-img {
        height: 160px;
        border-radius: 20px 20px 0 0;
        margin-top: 40px;
    }

    .news-view {
        border-radius: 0 0 20px 20px;
        padding: 40px 0 50px;
    }
    .news-view > dt {
        font-size: 22px;
        padding-bottom: 26px;
    }
    .news-view > dt:before {
        font-size: 14px;
    }
    .news-view > dd h5 {
        font-size: 16px;
        padding-bottom: 16px;
        margin-top: 62px;
    }
    .news-view > dd h5 strong {
        font-size: 20px;
    }
    .news-view > dd img {
        margin-top: 32px;
    }
    .news-view > dd p {
        font-size: 14px;
        margin-top: 22px;
    }
    .news-view > dd p.half-50 {
        padding-right: 370px;
    }
    .news-view > dd p.half-50 img {
        width: 320px;
    }

    .news-view > dd div.box-w {
        padding: 16px 26px;
        margin-top: 32px;
    }
    .news-view > dd div.box-b {
        margin-top: 32px;
    }
    .news-view > dd div.box-r {
        padding: 13px 13px 13px 190px;
        margin-top: 32px;
    }
    .news-view > dd div.news-paging {
        padding-top: 22px;
        margin-top: 50px;
    }

    .news-view > dd .key-point {
        font-size: 16px;
        padding-left: 90px;
    }
    .news-view > dd .key-point dd {
        padding-top: 4px;
        padding-left: 10px;
    }
    .news-view > dd .key-point dd:before {
        top: 14px;
    }

    .news-view > dd .flow dt {
        font-size: 14px;
    }
    .news-view > dd .flow dt span {
        font-size: 12px;
        margin-top: 8px;
    }
    .news-view > dd .flow dd {
        padding-top: 12px;
    }
    .news-view > dd .flow dd img.img-170 {
        width: 170px;
    }

    .news-view > dd .related dt:before {
        width: 50px;
        height: 56px;
    }
}

@media screen and (max-width: 980px) {
    .promotion-main-img {
        height: 140px;
        border-radius: 18px 18px 0 0;
        margin-top: 35px;
    }
    .promotion-main-img.type-13 img {
        left: 5%;
        margin-left: 0;
    }

    .news-view {
        border-radius: 0 0 18px 18px;
        padding: 35px 0 45px;
    }
    .news-view > dt,
    .news-view > dd {
        width: 88%;
    }
    .news-view > dt {
        font-size: 22px;
        padding-bottom: 24px;
    }
    .news-view > dt:before {
        font-size: 13px;
    }
    .news-view > dd h5 {
        font-size: 15px;
        padding-bottom: 14px;
        margin-top: 60px;
    }
    .news-view > dd h5 strong {
        font-size: 18px;
    }
    .news-view > dd img {
        margin-top: 30px;
    }
    .news-view > dd p {
        margin-top: 20px;
    }
    .news-view > dd p.half-50 {
        padding-right: 345px;
    }
    .news-view > dd p.half-50 img {
        width: 300px;
    }

    .news-view > dd div.box-w {
        padding: 14px 24px;
        margin-top: 30px;
    }
    .news-view > dd div.box-b {
        width: 580px;
        padding: 22px 46px 36px;
        margin-top: 30px;
    }
    .news-view > dd div.box-b > span {
        top: -9px;
        left: -9px;
        width: 36px;
        height: 36px;
        font-size: 17px;
        line-height: 36px;
    }
    .news-view > dd div.box-r {
        padding: 12px 12px 12px 180px;
        margin-top: 30px;
    }
    .news-view > dd div.news-paging {
        padding-top: 18px;
        margin-top: 45px;
    }
    .news-view > dd div.news-paging > button {
        font-size: 15px;
    }
    .news-view > dd div.news-paging > a {
        font-size: 13px;
    }
    .news-view > dd div.news-paging > a.news-pre {
        padding-left: 22px;
    }
    .news-view > dd div.news-paging > a.news-next {
        padding-right: 22px;
    }
    .news-view > dd div.news-paging > a:hover:after {
        width: 18px;
    }
    .news-view > dd span {
        margin-top: 14px;
    }
    .news-view > dd span > button {
        font-size: 15px;
    }

    .news-view > dd .flow dd img.img-170 {
        width: 160px;
    }

    .news-view > dd .related {
        border-radius: 6px;
        padding: 7px 14px;
    }
    .news-view > dd .related dt {
        left: -100px;
        font-size: 16px;
    }
    .news-view > dd .related dt:before {
        left: -58px;
        width: 46px;
        height: 52px;
    }
    .news-view > dd .related dd {
        font-size: 13px;
        padding-left: 8px;
    }
}

@media screen and (max-width: 800px) {
    .promotion-main-img {
        height: 120px;
        border-radius: 16px 16px 0 0;
        margin-top: 30px;
    }

    .news-view {
        border-radius: 0 0 16px 16px;
        padding: 30px 0 40px;
    }
    .news-view > dt,
    .news-view > dd {
        width: 86%;
    }
    .news-view > dt {
        font-size: 20px;
        padding-bottom: 22px;
    }
    .news-view > dt:before {
        font-size: 12px;
    }
    .news-view > dd h5 {
        font-size: 14px;
        padding-bottom: 12px;
        margin-top: 56px;
    }
    .news-view > dd h5 strong {
        font-size: 16px;
    }
    .news-view > dd img {
        margin-top: 26px;
    }
    .news-view > dd img.img-390 {
        width: 370px;
    }
    .news-view > dd p {
        font-size: 12px;
        margin-top: 18px;
    }
    .news-view > dd p.half-50 {
        padding-right: 0;
    }
    .news-view > dd p.half-50 img {
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: 20px;
    }

    .news-view > dd div.box-w {
        padding: 12px 22px;
        margin-top: 26px;
    }
    .news-view > dd div.box-b {
        width: 100%;
        padding: 20px 42px 32px;
        margin-top: 26px;
    }
    .news-view > dd div.box-b > span {
        top: -8px;
        left: -8px;
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 32px;
    }
    .news-view > dd div.box-r {
        padding: 10px 10px 10px 165px;
        margin-top: 26px;
    }
    .news-view > dd div.news-paging {
        padding-top: 16px;
        margin-top: 40px;
    }
    .news-view > dd div.news-paging > button {
        width: 40%;
        font-size: 14px;
    }
    .news-view > dd div.news-paging > a {
        font-size: 12px;
    }
    .news-view > dd div.news-paging > a:after {
        top: 12px;
    }
    .news-view > dd div.news-paging > a.news-pre {
        padding-left: 20px;
    }
    .news-view > dd div.news-paging > a.news-next {
        padding-right: 20px;
    }
    .news-view > dd div.news-paging > a:hover:after {
        width: 16px;
    }
    .news-view > dd span {
        margin-top: 13px;
    }
    .news-view > dd span > button {
        width: 40%;
        font-size: 14px;
    }

    .news-view > dd .key-point {
        font-size: 15px;
        padding-left: 80px;
        margin-top: 8px;
    }
    .news-view > dd .key-point dd {
        padding-top: 3px;
        padding-left: 9px;
    }
    .news-view > dd .key-point dd:before {
        top: 12px;
        width: 3px;
        height: 3px;
    }
    .news-view > dd .key-point dd:nth-child(2):before {
        top: 9px;
    }

    .news-view > dd .flow dt {
        font-size: 13px;
    }
    .news-view > dd .flow dd img.img-170 {
        width: 140px;
    }

    .news-view > dd .related dt {
        left: -95px;
        font-size: 15px;
    }
    .news-view > dd .related dt:before {
        left: -50px;
        width: 42px;
        height: 47px;
    }
    .news-view > dd .related dd {
        font-size: 12px;
        padding-left: 6px;
    }
    .news-view > dd .related dd:before {
        top: 7px;
        width: 3px;
        height: 3px;
    }
}

@media screen and (max-width: 650px) {
    .promotion-main-img {
        height: 100px;
        border-radius: 14px 14px 0 0;
        margin-top: 25px;
    }

    .news-view {
        border-radius: 0 0 14px 14px;
        padding: 25px 0 35px;
    }
    .news-view > dt,
    .news-view > dd {
        width: 86%;
    }
    .news-view > dt {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .news-view > dd h5 {
        font-size: 13px;
        margin-top: 52px;
    }
    .news-view > dd h5 strong {
        font-size: 15px;
    }
    .news-view > dd img {
        margin-top: 22px;
    }
    .news-view > dd img.img-390 {
        width: 350px;
    }
    .news-view > dd p {
        font-size: 12px;
        margin-top: 15px;
    }

    .news-view > dd div.box-w {
        padding: 12px 20px;
        margin-top: 22px;
    }
    .news-view > dd div.box-b {
        padding: 18px 38px 28px;
        margin-top: 22px;
    }
    .news-view > dd div.box-b > span {
        top: -7px;
        left: -7px;
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
    .news-view > dd div.box-r {
        border-radius: 12px;
        padding: 42px 10px 10px 10px;
        margin-top: 22px;
    }
    .news-view > dd div.news-paging {
        padding-top: 14px;
        margin-top: 35px;
    }
    .news-view > dd div.news-paging > button {
        font-size: 13px;
    }
    .news-view > dd span {
        margin-top: 12px;
    }
    .news-view > dd span > button {
        font-size: 13px;
    }

    .news-view > dd .key-point {
        font-size: 14px;
        padding-left: 70px;
        margin-top: 6px;
    }
    .news-view > dd .key-point dd {
        padding-left: 8px;
    }
    .news-view > dd .key-point dd:before {
        top: 12px;
    }

    .news-view > dd .flow dt {
        font-size: 12px;
    }
    .news-view > dd .flow dt span {
        font-size: 11px;
        margin-top: 7px;
    }
    .news-view > dd .flow dd img.img-170 {
        width: 120px;
    }

    .news-view > dd .related dt {
        top: -26px;
        left: 0;
        padding-left: 35px;
        transform: translateY(0);
    }
    .news-view > dd .related dt br {
        display: none;
    }
    .news-view > dd .related dt:before {
        left: 0;
        width: 27px;
        height: 30px;
    }
}

@media screen and (max-width: 500px) {
    .promotion-main-img {
        height: 80px;
        border-radius: 12px 12px 0 0;
        margin-top: 20px;
    }

    .news-view {
        border-radius: 0 0 12px 12px;
        padding: 20px 0 30px;
    }
    .news-view > dt {
        font-size: 16px;
        padding-bottom: 16px;
    }
    .news-view > dt:before {
        font-size: 11px;
    }
    .news-view > dd h5 {
        font-size: 12px;
        margin-top: 48px;
    }
    .news-view > dd h5 strong {
        font-size: 14px;
    }
    .news-view > dd img {
        margin-top: 18px;
    }
    .news-view > dd img.img-390 {
        width: 100%;
    }
    .news-view > dd p {
        margin-top: 12px;
    }
    .news-view > dd p.half-50 img {
        width: 100%;
    }

    .news-view > dd div.box-w {
        padding: 12px 18px;
        margin-top: 18px;
    }
    .news-view > dd div.box-b {
        padding: 18px 34px 28px;
        margin-top: 18px;
    }
    .news-view > dd div.box-b > span {
        top: -6px;
        left: -6px;
        width: 28px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
    }
    .news-view > dd div.box-r {
        border-radius: 10px;
        padding: 38px 8px 8px 8px;
        margin-top: 18px;
    }
    .news-view > dd div.news-paging {
        padding-top: 12px;
        margin-top: 30px;
    }
    .news-view > dd span {
        margin-top: 10px;
    }
    .news-view > dd span > button {
        font-size: 12px;
    }

    .news-view > dd .key-point {
        font-size: 13px;
        padding-left: 60px;
    }

    .news-view > dd .flow dt span {
        margin-top: 6px;
    }
    .news-view > dd .flow dd img.img-170 {
        width: 100px;
    }

    .news-view > dd .related dt {
        top: -26px;
        padding-left: 28px;
    }
    .news-view > dd .related dt:before {
        width: 23px;
        height: 26px;
    }
}

/* promotion-page */
.news-view {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    vertical-align: top;
    border-radius: 0 0 30px 30px;
    background: #181a27;
    padding: 50px 0 60px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

.promotion-main-img {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 30px 30px 0 0;
    margin-top: 50px;
}
.promotion-main-img.type-01 {
    background: url(https://stone649.com/assets/image/newmain/promotion_bg_main_01.png) center no-repeat;
    background-size: cover;
    background-position: right;
}
.promotion-main-img.type-02 {
    background: url(https://stone649.com/assets/image/newmain/promotion_bg_main_02.png) center no-repeat;
    background-size: cover;
    background-position: right;
}
.promotion-main-img.type-03 {
    background: url(https://stone649.com/assets/image/newmain/promotion_bg_main_03.png) center no-repeat;
    background-size: cover;
    background-position: right;
}
.promotion-main-img.type-04 {
    background: url(https://stone649.com/assets/image/newmain/promotion_bg_main_04.png) center no-repeat;
    background-size: cover;
    background-position: right;
}
.promotion-main-text {
    color: #fff;
    z-index: 5;
    padding: 80px;
    font-family: "Montserrat";
}

/* type-01 */
.type-01 .promotion-main-text h2 {
    position: relative;
    font-size: 48px;
}

.type-01 .promotion-main-text p {
    font-size: 30px;
    margin-top: 30px;
    font-weight: 500;
}

.promotion-intro-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
}
.promotion-intro-img-box {
    width: 300px;
    height: auto;
}

.promotion-intro-img-box-second {
    width: 200px;
    height: auto;
}
.promotion-intro-img-box-second img {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.promotion-intro-img-box img {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.promotion-intro-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}
.big-text {
    color: yellow !important;
    font-size: 24px;
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
}

.promotion-intro-item:nth-child(3) .promotion-intro-text-box p:first-child {
    margin-bottom: 10px;
}

.small-text {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    margin-top: 0px !important;
}

.text-container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.promotion-intro-item {
    margin-top: 30px;
}

.news-view > dd h1 {
    font: 400 20px "nsKR";
    color: #fff;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 500;
}

.text-modul {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.text-modul p {
    position: relative;
    font: 200 16px "nsKR";
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3em;
    margin-top: 15px;
}

.text-modul p span {
    position: relative;
    font: 200 16px "nsKR";
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3em;
    margin-top: 15px;
    margin-left: 25px;
}

.text-modul span::before {
    content: "";
    position: absolute;
    background-image: url(https://stone649.com/assets/image/newmain/check_blue.png);
    background-size: cover;
    width: 12px;
    height: 9px;
    left: -23px;
    top: 6px;
}

.text-modul:last-child {
    margin-bottom: 0px;
}

.promotion-page-btn {
    margin: 0 auto;
    display: block;
    width: 40%;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    border: 0;
    outline: 0;
    border-radius: 30px;
    background: #ff1c37;
    padding: 0;
}
.promotion-page-btn:hover {
    box-shadow: 0 10px 20px #a4081b;
}

.promotion-page-btn:active {
    background: #5f0b15;
    box-shadow: 0 10px 20px #140204;
}

@media screen and (max-width: 1380px) {
    .news-view {
        width: 94%;
    }
    .promotion-main-text h2 {
        font-size: 45px;
    }
    .promotion-main-text p {
        font-size: 28px;
    }
}

@media screen and (max-width: 1200px) {
    .promotion-page-btn {
        width: 350px;
        font-size: 16px;
    }
    .promotion-main-text h2 {
        font-size: 43px;
    }
    .promotion-main-text p {
        font-size: 26px;
    }
    .promotion-main-text {
        padding: 55px;
    }
}

@media screen and (max-width: 1160px) {
    .news-view > dd h1 {
        font-size: 22px;
    }
    .text-modul p span {
        font-size: 14px;
    }
    .promotion-intro-text-box p:first-child {
        font-size: 20px;
    }
    .promotion-intro-text-box p:last-child {
        font-size: 14px;
    }
    .promotion-main-text h2 {
        font-size: 41px;
    }
    .promotion-main-text p {
        font-size: 24px;
    }
    .promotion-main-text {
        padding: 50px;
    }
}

@media screen and (max-width: 990px) {
    .promotion-main-text {
        top: 34px;
        left: 5px;
    }
    .promotion-main-text h2 {
        font-size: 28px;
    }
    .promotion-main-text p {
        font-size: 18px;
    }
    .promotion-main-text h2 {
        font-size: 39px;
    }
    .promotion-main-text p {
        font-size: 22px;
    }
    .promotion-main-text {
        padding: 45px;
    }
}

@media screen and (max-width: 950px) {
    .promotion-main-text h2 {
        font-size: 37px;
    }
    .promotion-main-text p {
        font-size: 20px;
    }
    .promotion-main-text {
        padding: 45px;
    }
}

@media screen and (max-width: 850px) {
    .promotion-main-text h2 {
        font-size: 35px;
    }
    .promotion-main-text p {
        font-size: 18px;
    }
    .promotion-main-text {
        padding: 40px;
    }
    .promotion-intro-img-box {
        width: 270px;
        height: auto;
    }
    .promotion-intro-img-box-second {
        width: 170px;
        height: auto;
    }
    .text-modul p span {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .promotion-main-text {
        padding: 40px;
    }
    .promotion-main-text p {
        margin-top: 10px;
    }
}
@media screen and (max-width: 780px) {
    .promotion-main-text p {
        width: 80%;
    }
}

@media screen and (max-width: 650px) {
    .promotion-intro-img-box {
        width: 240px;
        height: auto;
    }
    .promotion-intro-img-box-second {
        width: 140px;
        height: auto;
    }
    .promotion-main-text {
        top: 20px;
        left: 5px;
    }
    .promotion-main-text p {
        font-size: 14px;
    }
    .promotion-main-text h2 {
        font-size: 25px;
    }
    .promotion-main-text {
        padding: 30px;
    }
}

@media screen and (max-width: 550px) {
    .promotion-main-text h2 {
        font-size: 23px;
    }

    .promotion-main-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .promotion-main-text p {
        margin-top: 5px;
        width: 250px;
    }

    .promotion-main-text {
        top: 5px;
        left: 5px;
    }
    .promotion-main-text {
        padding: 10px;
    }
}

@media screen and (max-width: 450px) {
    .promotion-intro-img-box {
        width: 195px;
        height: auto;
    }
    .promotion-intro-img-box-second {
        width: 150px;
        height: auto;
    }
    .promotion-page-btn {
        width: 90%;
        font-size: 14px;
        line-height: 1.2;
        font-size: 14px;
        padding: 10px;
    }
}

@media screen and (max-width: 1380px) {
    .promotion-main-img {
        height: 180px;
        border-radius: 25px 25px 0 0;
        margin-top: 45px;
    }
}

@media screen and (max-width: 1160px) {
    .promotion-main-img {
        height: 160px;
        border-radius: 20px 20px 0 0;
        margin-top: 40px;
    }
}
@media screen and (max-width: 980px) {
    .promotion-main-img {
        height: 140px;
        border-radius: 18px 18px 0 0;
        margin-top: 35px;
    }
}
@media screen and (max-width: 800px) {
    .promotion-main-img {
        height: 120px;
        border-radius: 16px 16px 0 0;
        margin-top: 30px;
    }
}

@media screen and (max-width: 650px) {
    .promotion-main-img {
        height: 100px;
        border-radius: 14px 14px 0 0;
        margin-top: 25px;
    }
}

@media screen and (max-width: 500px) {
    .promotion-main-img {
        height: 80px;
        border-radius: 12px 12px 0 0;
        margin-top: 20px;
    }
}

/* item-type-01*/

@media screen and (max-width: 1380px) {
    .type-01 .promotion-main-text h2 {
        font-size: 45px;
    }
    .type-01 .promotion-main-text p {
        font-size: 28px;
    }
}

@media screen and (max-width: 1200px) {
    .type-01 .promotion-main-text h2 {
        font-size: 43px;
    }
    .type-01 .promotion-main-text p {
        font-size: 26px;
    }
    .type-01 .promotion-main-text {
        padding: 55px;
    }
}

@media screen and (max-width: 1160px) {
    .type-01 .promotion-main-text h2 {
        font-size: 41px;
    }
    .type-01 .promotion-main-text p {
        font-size: 24px;
    }
    .type-01 .promotion-main-text {
        padding: 50px;
    }
}

@media screen and (max-width: 990px) {
    .type-01 .promotion-main-text {
        top: 34px;
        left: 5px;
    }
    .type-01 .promotion-main-text h2 {
        font-size: 39px;
    }
    .type-01 .promotion-main-text p {
        font-size: 22px;
    }
    .type-01 .promotion-main-text {
        padding: 45px;
    }
}

@media screen and (max-width: 950px) {
    .type-01 .promotion-main-text h2 {
        font-size: 37px;
    }
    .type-01 .promotion-main-text p {
        font-size: 20px;
    }
    .type-01 .promotion-main-text {
        padding: 45px;
    }
}

@media screen and (max-width: 850px) {
    .type-01 .promotion-main-text h2 {
        font-size: 35px;
    }
    .type-01 .promotion-main-text p {
        font-size: 18px;
    }
    .type-01 .promotion-main-text {
        padding: 40px;
    }
}

@media screen and (max-width: 800px) {
    .type-01 .promotion-main-text {
        padding: 40px;
    }
    .type-01 .promotion-main-text p {
        margin-top: 10px;
    }
}
@media screen and (max-width: 780px) {
    .type-01 .promotion-main-text p {
        width: 80%;
    }
}

@media screen and (max-width: 650px) {
    .type-01 .promotion-main-text {
        top: 20px;
        left: 5px;
    }
    .type-01 .promotion-main-text p {
        font-size: 14px;
    }
    .type-01 .promotion-main-text h2 {
        font-size: 25px;
    }
    .type-01 .promotion-main-text {
        padding: 30px;
    }
}

@media screen and (max-width: 550px) {
    .type-01 .promotion-main-text h2 {
        font-size: 23px;
    }

    .type-01 .promotion-main-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .type-01 .promotion-main-text p {
        margin-top: 5px;
        width: 250px;
    }

    .type-01 .promotion-main-text {
        top: 5px;
        left: 5px;
    }
    .type-01 .promotion-main-text {
        padding: 10px;
    }
}

/* item-type-02*/

.news-view > dd img {
    margin-top: 0;
}

.type-02 .promotion-main-text {
    padding: 60px;
}

.type-02 .promotion-main-text h2 {
    font-size: 36px;
    font-weight: 500;
}
.type-02 .promotion-main-text p {
    margin-top: 30px;
    font-size: 50px;
    font-weight: 700;
}

.type-02 .promotion-intro-text-box {
    margin-top: 20px;
}

.type-02 .promotion-intro-text-box p:first-child {
    font-family: "Montserrat";
    font-weight: 700;
    margin-top: 0;
    color: #00f6ff;
}
.type-02 .promotion-intro-text-box p:last-child {
    color: #00f6ff;
    font-weight: 300;
    font-family: "Montserrat";
}

.type-02 .text-modul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-modul > ul {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.875rem;
}

.text-modul > ul li {
    width: 100%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #30313d;
    border-radius: 30px;
    padding: 30px 20px;
    gap: 30px;
}

.type-02 .text-modul > ul li .module-img {
    width: 100px;
    height: 100px;
}
.type-02 .text-modul > ul li .module-img img {
    width: 100%;
    height: 100%;
}

.type-02 .text-modul > ul li h2 {
    font-size: 23px;
    text-align: center;
}

.type-02 .text-modul > ul li:first-child h2 {
    color: #67c2ff;
}

.type-02 .text-modul > ul li:nth-child(2) h2 {
    color: #ff4243;
}

.type-02 .text-modul > ul li:last-child h2 {
    color: #ffb90e;
    line-height: 1.2;
}

.text-modul > ul li .module-text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 1.5625rem;
    height: 220px;
}

.type-02 .text-modul > ul li .module-text-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 0;
}

.type-02 .promotion-intro-img-box-second {
    margin-top: 30px;
    width: 150px;
}

.type-02 .bottom p:first-child {
    color: yellow;
}
.type-02 .bottom p:last-child {
    color: #fff;
}

@media screen and (max-width: 1380px) {
    .news-view > dd img {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1275px) {
    .news-view > dd img {
        margin-top: 0px;
    }
    .type-02 .text-modul > ul li {
        height: 380px;
    }
    .type-02 .promotion-main-text {
        padding: 50px;
    }
    .type-02 .promotion-main-text h2 {
        font-size: 32px;
    }
    .type-02 .promotion-main-text p {
        font-size: 45px;
    }
    .type-02 .text-modul > ul li {
        gap: 0.625rem;
    }
}

@media screen and (max-width: 1070px) {
    .type-02 .text-modul > ul li {
        gap: 10px;
    }
    .type-02 .promotion-main-text h2 {
        font-size: 28px;
    }
    .type-02 .promotion-main-text p {
        font-size: 40px;
    }
}

@media screen and (max-width: 980px) {
    .type-02 .promotion-main-text {
        padding: 40px;
    }
    .type-02 .promotion-main-text h2 {
        font-size: 26px;
    }
    .type-02 .promotion-main-text p {
        font-size: 35px;
    }
}

@media screen and (max-width: 850px) {
    .type-02 .text-modul > ul {
        flex-wrap: wrap;
    }
    .type-02 .text-modul > ul li {
        gap: 30px;
        height: 100%;
    }
    .type-02 .text-modul > ul li h2 {
        font-size: 26px;
    }
    .type-02 .text-modul > ul li .module-text-box p {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .type-02 .promotion-main-text {
        padding: 30px;
    }
    .type-02 .promotion-main-text h2 {
        font-size: 24px;
    }
    .type-02 .promotion-main-text p {
        font-size: 32px;
    }
}

@media screen and (max-width: 730px) {
    .type-02 .promotion-main-text {
        padding: 20px;
    }
    .type-02 .promotion-main-text h2 {
        font-size: 24px;
    }
    .type-02 .promotion-main-text p {
        font-size: 32px;
        margin-top: 10px;
        line-height: 1;
    }
}

@media screen and (max-width: 650px) {
    .type-02 .promotion-main-text {
        padding: 10px;
    }
    .type-02 .promotion-main-text h2 {
        font-size: 21px;
    }
    .type-02 .promotion-main-text p {
        font-size: 29px;
    }
}

@media screen and (max-width: 500px) {
    .type-02 .promotion-main-text {
        padding: 5px;
    }
    .type-02 .promotion-main-text h2 {
        font-size: 18px;
    }
    .type-02 .promotion-main-text p {
        font-size: 22px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 400px) {
    .type-02 .text-modul > ul li {
        gap: 20px;
    }
    .type-02 .text-modul > ul li h2 {
        font-size: 22px;
    }
    .type-02 .text-modul > ul li .module-text-box p {
        font-size: 14px;
    }
    .news-view > dd h1 {
        font-size: 17px;
    }
}

/* item-type-03*/

.type-03 .promotion-main-text {
    padding: 60px;
}

.type-03 .promotion-main-text h2 {
    font-size: 24px;
    font-weight: 500;
}
.type-03 .promotion-main-text p {
    margin-top: 30px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.type-03 .promotion-intro-img-box {
    width: 200px;
}

.type-03 .promotion-intro-text-box {
    margin-top: 0px;
}

.type-03 .text-modul > ul {
    gap: 0.625rem;
}

.type-03 .main-red-btn {
    width: 400px;
    padding: 25px;
    margin: 30px auto;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
    color: #fff;
}

.type-03 .text-modul {
    width: 95%;
}
.type-03 .text-modul > ul li {
    height: 290px;
    gap: 0.625rem;
    padding: 20px;
    justify-content: space-evenly;
}

.type-03 .text-modul > ul li .module-text-box {
    height: initial;
}

.type-03 .text-modul > ul li h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 1.3;
}

.news-view > dd p {
    margin-top: 0;
}

.type-03 .text-modul > ul li .module-text-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 0;
    font-size: 14px;
    text-align: center;
}

.text-container:last-child {
    border-bottom: none;
}

.text-container .last-text-modul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-area-box {
    background-color: #30313d;
    border-radius: 20px;
    padding: 40px;
}

.type-03 .last-text-modul h1 {
    font-weight: 700;
    font-size: 28px;
}

.type-03 .last-text-modul span {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

.type-03 .text-area-box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.875rem;
}

.type-03 .text-area-box .text-area-item {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.type-03 .text-area-box .text-area-item span {
    font-size: 16px;
    text-align: left;
    width: 93%;
}
.type-03 .text-area-box .text-area-item p {
    font-weight: 300;
    text-align: left;
    width: 93%;
}

.chart-item {
    width: 85%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}

.chart-item .chart-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.chart-row:last-child {
    border: none;
}

.chart-row span {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff99 !important;
    height: 50px;
}

.chart-row span:nth-child(4),
.chart-row span:nth-child(8),
.chart-row span:nth-child(12),
.chart-row span:nth-child(16) {
    border: none;
}

.chart-row:first-child {
    background-color: #262731;
    border-radius: 20px 20px 0 0;
}

.chart-row:first-child span {
    color: #fff !important;
}

dd .text-container:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
}
.type-03 dd .promotion-page-btn {
    margin-top: 60px;
}

@media screen and (max-width: 1300px) {
    .type-03 .text-modul > ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .chart-item {
        width: 95%;
    }
    .type-03 .promotion-intro-img-box {
        width: 150px;
    }

    .type-03 .promotion-main-text p {
        font-size: 40px;
    }
    .type-03 .text-modul > ul li {
        padding: 20px 30px;
    }
    .type-03 .text-modul > ul li .module-text-box p {
        text-align: left;
        word-break: break-all;
    }
    .type-03 .text-area-box .text-area-item span {
        width: 100%;
    }
    .type-03 .text-area-box .text-area-item p {
        width: 100%;
    }
}

@media screen and (max-width: 1210px) {
    .type-03 .promotion-intro-text-box p:first-child {
        font-size: 21px;
    }
    .type-03 .promotion-intro-text-box p:last-child {
        font-size: 21px;
    }
}

@media screen and (max-width: 1064px) {
    .type-03 .promotion-intro-text-box p:first-child {
        font-size: 18px;
    }
    .type-03 .promotion-intro-text-box p:last-child {
        font-size: 18px;
    }

    .type-03 .text-modul > ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .chart-item {
        width: 95%;
    }
    .type-03 .promotion-intro-img-box {
        width: 150px;
    }
    .type-03 .promotion-main-text {
        padding: 40px;
    }
    .type-03 .promotion-main-text h2 {
        font-size: 20px;
    }

    .type-03 .promotion-main-text p {
        font-size: 36px;
    }
}

@media screen and (max-width: 880px) {
    .chart-row span {
        font-size: 12px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-top: 0;
        text-align: center;
    }
    .type-03 .promotion-main-text {
        padding: 40px;
    }
    .type-03 .promotion-main-text h2 {
        font-size: 16px;
    }

    .type-03 .promotion-main-text p {
        width: 100%;
        margin-top: 10px;
        font-size: 28px;
    }
    .type-03 .promotion-intro-text-box p:first-child {
        font-size: 16px;
    }
    .type-03 .promotion-intro-text-box p:last-child {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .type-03 .promotion-intro-text-box p:first-child {
        width: 350px;
    }

    .type-03 .text-modul > ul {
        display: grid;
        grid-template-columns: 1fr;
    }
    .type-03 .text-modul > ul li .module-text-box p {
        font-size: 14px;
    }
    .type-03 .main-red-btn {
        width: 200px;
        height: 50px;
        font-size: 14px;
        margin: 20px auto 0;
    }

    .type-03 .text-modul p {
        margin-top: 10px;
    }
    .type-03 .text-area-box {
        padding: 20px 0;
    }
    .type-03 .last-text-modul span {
        font-size: 16px;
    }
    .chart-row span {
        margin: 0 auto !important;
        font-size: 14px !important;
        text-align: center !important;
        line-height: 1.3 !important;
    }
    .type-03 .last-text-modul h1 {
        font-size: 24px;
    }
    .type-03 .text-modul h1 {
        font-size: 24px;
        text-align: center;
    }
}

@media screen and (max-width: 650px) {
    .type-03 .promotion-main-text {
        padding: 20px;
    }
    .type-03 .promotion-main-text h2 {
        font-size: 14px;
    }

    .type-03 .promotion-main-text p {
        width: 100%;
        margin-top: 10px;
        font-size: 24px;
    }
}
@media screen and (max-width: 550px) {
    .type-03 .promotion-intro-text-box p:last-child {
        width: 300px;
    }
}

@media screen and (max-width: 500px) {
    .type-03 .promotion-main-text {
        padding: 10px;
    }
    .type-03 .promotion-main-text h2 {
        font-size: 12px;
    }

    .type-03 .promotion-main-text p {
        width: 100%;
        margin-top: 5px;
        font-size: 18px;
    }
    .type-03 .text-modul > ul li h2 {
        font-size: 18px;
    }
    .type-03 .last-text-modul h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .type-03 .promotion-intro-text-box p:first-child {
        width: 250px;
    }
    .type-03 dd .promotion-page-btn {
        width: 90%;
    }
}

@media screen and (max-width: 1380px) {
    .type-03 dd .promotion-page-btn {
        margin-top: 55px;
    }
}
@media screen and (max-width: 1160px) {
    .type-03 dd .promotion-page-btn {
        margin-top: 50px;
    }
}

@media screen and (max-width: 980px) {
    .type-03 dd .promotion-page-btn {
        margin-top: 45px;
    }
}

@media screen and (max-width: 800px) {
    .type-03 dd .promotion-page-btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 650px) {
    .type-03 dd .promotion-page-btn {
        margin-top: 35px;
    }
}

@media screen and (max-width: 500px) {
    .type-03 dd .promotion-page-btn {
        margin-top: 30px;
    }
}

/* type-04 */
.type-04 .promotion-main-text {
    padding: 40px 50px;
}

.type-04 .promotion-main-text h2 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    top: 70px;
}
.type-04 .promotion-main-text p:first-child {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.type-04 .promotion-main-text p {
    font-size: 50px;
    font-weight: 700;
}

.type-04 .promotion-intro-img-box {
    width: 120px;
}

.type-04 .promotion-intro-text-box {
    margin-top: 15px;
}

.type-04 .promotion-intro-text-box p {
    font-size: 28px;
}

.type-04 .text-area-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    margin-top: 15px;
    gap: 1.875rem;
}

.type-04 .text-area-box .text-area-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.type-04 .text-area-box .text-area-item span {
    font-size: 18px;
    margin-bottom: 5px;
}

.type-04 .text-area-box .text-area-item p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
}

.type-04 .promotion-intro-text-box > p {
    margin-top: 20px;
    font-size: 18px;
    color: #feda00;
    font-family: "Montserrat";
    font-weight: 700;
}

.type-04 .main-red-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
    height: 40px;
    font-size: 16px;
    border: none;
    color: #fff;
}

.type-04 .text-container {
    width: 100%;
}
.type-04 .text-modul {
    justify-content: center;
    text-align: center;
}

.type-04 .text-modul .level-table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.type-04 .text-modul .level-table ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.9375rem;
}

.type-04 .text-modul .level-table li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.type-04 .text-modul .level-table li .table-top {
    width: 100%;
    background-color: #feda00;
    border-radius: 20px 20px 0 0;
    padding: 3px;
}

.type-04 .text-modul .level-table li .table-top p {
    color: #000;
    font-weight: 500;
}

.type-04 .text-modul .level-table li .table-bottom {
    width: 100%;
    background-color: #30313d;
    border-radius: 0px 0px 20px 20px;
    padding: 15px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.type-04 .text-modul .level-table li .table-bottom p {
    color: #fff;
    font-size: 14px;
}
.type-04 .text-container {
    width: 100%;
}
.type-04 .text-container .container-main {
    margin: 0 auto;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.type-04 .text-container .coditions-area {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.type-04 .text-container .container-main h1 {
    margin-bottom: 30px;
}

.type-04 .text-container .coditions-area p {
    display: flex;
    font-size: 14px;
    color: #fff;
}
.type-04 .text-container .coditions-area span {
    margin: 0;
    width: 320px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
}

.type-04 .text-container .coditions-area .coditions-hide #info-btn {
    background-color: #ff1c37;
    border: 0;
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 25px;
}

.type-04 .text-container .coditions-area .coditions-hide #info-btn:hover {
    background-color: rgb(151, 4, 4);
}

.type-04 .text-container .coditions-area .coditions-hide-area #less-btn {
    background-color: transparent;
    border: 1px solid #ff1c37;
    color: #ff1c37;
    width: 150px;
    height: 40px;
    border-radius: 25px;
}

.type-04 .text-container .coditions-area .coditions-hide-area {
    display: none;
    flex-direction: column;
    gap: 15px;
    transition: max-height 0.3s ease-out;
}

@media screen and (max-width: 1300px) {
    .type-04 .promotion-main-text h2 {
        font-size: 22px;
    }
    .type-04 .promotion-main-text p:first-child {
        font-size: 24px;
    }

    .type-04 .promotion-main-text p {
        font-size: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .type-04 .promotion-main-text {
        padding: 20px;
    }
    .type-04 .promotion-main-text h2 {
        font-size: 20px;
    }
    .type-04 .promotion-main-text p:first-child {
        font-size: 22px;
    }

    .type-04 .promotion-main-text p {
        font-size: 39px;
    }
}

@media screen and (max-width: 1100px) {
    .type-04 .text-modul .level-table ul {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 980px) {
    .type-04 .promotion-main-text {
        padding: 20px;
    }
    .type-04 .promotion-main-text h2 {
        font-size: 18px;
        top: 50px;
    }
    .type-04 .promotion-main-text p:first-child {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .type-04 .promotion-main-text p {
        font-size: 32px;
    }
}

@media screen and (max-width: 850px) {
    .type-04 .text-area-box {
        padding: 30px 20px;
    }
    .type-04 .text-modul .level-table ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 800px) {
    .type-04 .promotion-main-text {
        padding: 20px;
    }
    .type-04 .promotion-main-text h2 {
        font-size: 16px;
        top: 40px;
    }
    .type-04 .promotion-main-text p:first-child {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .type-04 .promotion-main-text p {
        font-size: 26px;
        line-height: 0;
    }
}

@media screen and (max-width: 700px) {
    .type-04 .promotion-main-text p {
        font-size: 22px;
        line-height: 0;
    }
    .type-04 .promotion-main-text h2 {
        font-size: 14px;
        top: 40px;
    }
    .type-04 .promotion-main-text p:first-child {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .type-04 .promotion-intro-img-box {
        width: 90px;
    }
    .type-04 .text-area-box .text-area-item span {
        font-size: 16px;
    }
    .type-04 .text-area-box .text-area-item p {
        font-size: 14px;
    }
    .news-view {
        padding: 30px 0;
    }
    @media screen and (max-width: 850px) {
        .type-04 .text-modul .level-table ul {
            grid-template-columns: repeat(3, 1fr);
        }
    }
}

@media screen and (max-width: 600px) {
    .type-04 .promotion-main-text p {
        font-size: 18px;
        line-height: 0;
    }
    .type-04 .promotion-main-text h2 {
        font-size: 12px;
        top: 40px;
    }
    .type-04 .promotion-main-text p:first-child {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .type-04 .text-container .coditions-area p {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .type-04 .promotion-main-text p {
        font-size: 12px;
    }
    .type-04 .promotion-main-text h2 {
        font-size: 10px;
        top: 30px;
    }
    .type-04 .promotion-main-text p:first-child {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .type-04 .text-modul .level-table ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .type-04 .text-container .coditions-area p {
        font-size: 14px;
    }
    .type-04 .text-container .coditions-area span {
        font-size: 13px;
        width: 260px;
    }
}

/* promotion page */
.news-top:before {
    content: "PROMOTION";
}
.promotion-container {
    width: 81.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.promotion-container > h2 {
    font-size: 2rem;
    color: #ffffff;
    font-family: montserrat;
    font-weight: 700;
}
.promotion-container ul {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9375rem;
    margin-top: 70px;
}
.promotion-container ul li {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #0e0c0b;
    transition: 0.3s;
    border-radius: 15px;
    box-shadow: 0px 0px 7.12px 0.88px rgba(0, 0, 0, 0.6);
    font-family: montserrat;
    border-radius: 20px;
    background-color: #282a3f;
}
.promotion-container ul li .promotion-list-img-box {
    border-radius: 20px 20px 0 0;
    background-image: url(https://cdn2.stone649.com/assets/image/news/promotion_01.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
.promotion-container ul li:nth-child(2) .promotion-list-img-box {
    border-radius: 20px 20px 0 0;
    background-image: url(https://cdn2.stone649.com/assets/image/news/promotion_02.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
.promotion-container ul li:nth-child(3) .promotion-list-img-box {
    border-radius: 20px 20px 0 0;
    background-image: url(https://cdn2.stone649.com/assets/image/news/promotion_03.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
.promotion-container ul li:nth-child(4) .promotion-list-img-box {
    border-radius: 20px 20px 0 0;
    background-image: url(https://cdn2.stone649.com/assets/image/news/promotion_04.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
.promotion-container ul li .promotion-list-text-box {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    word-break: keep-all;
    gap: 15px;
    height: 20%;
}
.promotion-container ul li .promotion-list-text-box h2 {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.promotion-container ul li .promotion-list-text-box p {
    font-size: 14px;
    color: #666666;
    line-height: 1.2;
    font-weight: 500;
}
.promotion-container ul li .promotion-list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff1c37;
    color: #fff;
    border-radius: 1.875rem;
    font-size: 14px;
    cursor: pointer;
    font-family: montserrat;
    font-weight: 500;
    border: none;
    width: 80%;
    height: 40px;
    margin: 45px auto 0;
}
.promotion-container ul li .promotion-list-btn:hover {
    background-color: rgb(151, 4, 4);
}
@media screen and (max-width: 1400px) {
    .promotion-container {
        width: 100%;
    }
}
@media screen and (max-width: 1350px) {
    .promotion-container ul li .promotion-list-text-box h2 {
        font-size: 17px;
    }
}
@media screen and (max-width: 1200px) {
    .promotion-container ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .promotion-container ul li .promotion-list-text-box h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .promotion-container ul li .promotion-list-text-box h2 {
        font-size: 17px;
    }
}
@media screen and (max-width: 870px) {
    .promotion-container ul li .promotion-list-text-box h2 {
        font-size: 16px;
    }
    .promotion-container ul li .promotion-list-text-box p {
        font-size: 13px;
    }
}
@media screen and (max-width: 870px) {
    .promotion-container ul li .promotion-list-text-box h2 {
        font-size: 14px;
    }
}
@media screen and (max-width: 750px) {
    .promotion-container ul {
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .promotion-container ul li .promotion-list-text-box h2 {
        font-size: 20px;
    }
    .promotion-container ul li .promotion-list-text-box p {
        font-size: 14px;
    }
}
@media screen and (max-width: 655px) {
    .promotion-container ul li .promotion-list-text-box h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 595px) {
    .promotion-container ul li .promotion-list-text-box h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 530px) {
    .promotion-container ul li .promotion-list-text-box h2 {
        font-size: 14px;
    }
    .promotion-container ul li .promotion-list-text-box p {
        font-size: 13px;
    }
}
@media screen and (max-width: 500px) {
    .promotion-container ul {
        gap: 0.9375rem;
    }
    .promotion-container ul li {
        gap: 10px;
    }
    .promotion-container ul li .promotion-list-text-box {
        gap: 5px;
    }
    .promotion-container ul li .promotion-list-img-box {
        height: 150px !important;
    }
    .promotion-container ul li .promotion-list-text-box h2 {
        margin-top: 0;
    }
    .promotion-container ul li .promotion-list-btn {
        margin: 35px auto 0;
    }
}
@media screen and (max-width: 450px) {
    .promotion-container ul {
        gap: 0.9375rem;
    }
    .promotion-container ul li .promotion-list-text-box {
        gap: 5px;
    }
    .promotion-container ul li .promotion-list-img-box {
        height: 150px !important;
    }
    .promotion-container ul li .promotion-list-text-box {
        height: 100px;
    }
    .promotion-container ul li .promotion-list-text-box p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .promotion-container ul li .promotion-list-btn {
        font-size: 12px;
    }
    .promotion-container ul li .promotion-list-btn {
        margin: 0px auto 10px;
    }
}
@media screen and (max-width: 400px) {
    .promotion-container ul li .promotion-list-img-box {
        height: 120px !important;
    }
}



.game-mainimg > div > div > div.text {
    top: 50%;
    left: 60px;
    width: 100%;
    font: 700 38px "Montserrat"; line-height:1.1em;
    color: #fff;
    text-shadow: 4px 4px 2px #222;
    z-index: 5;
    transform: translateY(-50%);
}

.game-mainimg > div > div > div.text > p {
    font: 500 14px "Montserrat";
    color: #fff;
    text-shadow: 2px 2px 2px #222;
	padding-bottom:10px;
	margin:0;
}

.game-mainimg > div > div > div.img {
    right: 20px;
    bottom: 0;
    width: 400px;
    height: 250px;
}

.game-mainimg .main-img-game-1 > div.img {
    background: url("https://www.stone649.com/assets/image/newmain/before_main_img_01.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .main-img-game-1 > div.bg {
    background: url("https://www.stone649.com/assets/image/newmain/main_bg_01.png") center no-repeat;
    background-size: cover;
}
.game-mainimg .main-img-game-2 > div.img {
    background: url("https://www.stone649.com/assets/image/newmain/before_main_img_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .main-img-game-2 > div.bg {
    background: url("https://www.stone649.com/assets/image/newmain/main_bg_02.png") center no-repeat;
    background-size: cover;
}
.game-mainimg .main-img-game-3 > div.img {
    background: url("https://www.stone649.com/assets/image/newmain/before_main_img_03.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .main-img-game-3 > div.bg {
    background: url("https://www.stone649.com/assets/image/newmain/main_bg_03.png") center no-repeat;
    background-size: cover;
}
.game-mainimg .main-img-game-4 > div.img {
    background: url("https://www.stone649.com/assets/image/newmain/before_main_img_04.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .main-img-game-4 > div.bg {
    background: url("https://www.stone649.com/assets/image/newmain/main_bg_04.png") center no-repeat;
    background-size: cover;
}


@media screen and (max-width: 1380px) {
    .game-mainimg > div > div > div.img {
        right: 30px;
        width: 368px;
        height: 230px;
    }
}


@media screen and (max-width: 1160px) {
    .game-mainimg > div > div > div.text {
        font-size: 32px;
    }
    .game-mainimg > div > div > div.img {
        right: 20px;
        width: 336px;
        height: 210px;
    }
}


@media screen and (max-width: 800px) {
    .game-mainimg > div > div > div.text {
        left:35px;
        width: calc(100% - 280px);
        font-size: 26px;
    }
    .game-mainimg > div > div > div.img {
        right: 0;
        width: 304px;
        height: 190px;
    }
}


@media screen and (max-width: 650px) {
    .game-mainimg > div > div > div.text {
        left: 30px;
        width: calc(100% - 240px);
        font-size: 22px;
    }
    .game-mainimg > div > div > div.img {
        right: -15px;
        width: 272px;
        height: 170px;
    }
}


@media screen and (max-width: 500px) {
    .game-mainimg > div > div > div.text {
        left: 25px;
        width: calc(100% - 160px);
        font-size: 18px;
    }
    .game-mainimg > div > div > div.text p {
        font-size: 12px;
    }
    .game-mainimg > div > div > div.img {
        right: -40px;
        width: 224px;
        height: 140px;
    }
}

/* 23-10-16 CSS 로그인 ,로그아웃 */
.popup-area {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100002;
}
.popup-area > .popup-below {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100002;
}
.popup-area > .box {
    position: absolute;
    top: 50%;
    left: 50%;
    outline: 0;
    border-radius: 30px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: 100003;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.popup-area > .signup-area > dl {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px;
}
.popup-area > .signin-area > dl {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px;
}
.popup-area .box dl .signup-img-box {
    flex-basis: 60%;
    background-image: url(https://cdn2.stone649.com/assets/image/newmain/img_signup.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-area .box dl .login-img-box {
    flex-basis: 60%;
    background-image: url(https://cdn2.stone649.com/assets/image/newmain/img_login.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-img-box > p,
.signup-img-box > p {
    font-size: 23px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat";
    color: #fff;
    position: relative;
    top: -50px;
}

#loginForm,
#signupForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
#loginForm dd,
#signupForm dd {
    width: 85%;
}
.signin-area dt,
.signup-area dt {
    width: 85%;
    text-align: left;
    font: 600 30px nskr;
    margin-bottom: 20px;
    z-index: 1;
}
.popup-area > .box > dl > dt {
    position: relative;
    font: 600 35px nskr;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.popup-area > .box > dl > dt.short {
    font-size: 18px;
    padding-bottom: 0;
}
.popup-area > .box > dl > dt.short p {
    font-size: 20px;
}
.popup-area > .box > dl > dt.google {
    line-height: 1.1em;
    letter-spacing: -0.05em;
}
.popup-area > .box > .close-popup {
    position: absolute;
    width: 46px;
    height: 46px;
    top: -15px;
    right: -15px;
    text-indent: -9999px;
    border: 0;
    border-radius: 50%;
    background: #ff1c37 url(https://cdn.stone649.com/assets/image/common/popup_close.svg) center center no-repeat;
    background-size: 20px 20px;
    z-index: 3;
}
.popup-open {
    animation: popup-open ease 0.3s forwards;
    -webkit-animation: popup-open ease 0.3s forwards;
    -moz-animation: popup-open ease 0.3s forwards;
}
.popup-close {
    animation: popup-close ease 0.3s forwards;
    -webkit-animation: popup-close ease 0.3s forwards;
    -moz-animation: popup-close ease 0.3s forwards;
}
@keyframes popup-open {
    from {
        top: -20%;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes popup-open {
    from {
        top: -20%;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-moz-keyframes popup-open {
    from {
        top: -20%;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes popup-close {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -20%;
        opacity: 0;
    }
}
@-webkit-keyframes popup-close {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -20%;
        opacity: 0;
    }
}
@-moz-keyframes popup-close {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -20%;
        opacity: 0;
    }
}
.popup-area .otp-area {
    width: 600px;
}
.popup-area .limit-area {
    width: 580px;
}
.popup-area .transfer-area {
    width: 580px;
}
.popup-area .account-area {
    width: 480px;
}
.popup-area .signin-area {
    width: 730px;
    height: 460px;
}
.popup-area .signup-area {
    width: 730px;
    height: 560px;
}
.popup-area .message-area {
    width: 400px;
}
.popup-area .short-area {
    width: 300px;
}
.popup-area .bonus-type-1 {
    width: 340px;
    background: #fff2f3;
}
@media screen and (max-width: 880px) {
    .popup-area .signin-area {
        width: 101%;
        height: 100%;
        border-radius: 0;
    }
    .popup-area .signup-area {
        width: 101%;
        height: 100%;
        border-radius: 0;
    }
    .popup-area .signup-area dl {
        position: relative;
    }

    .popup-area .signup-area dl::after {
        position: absolute;
        font-size: 35px;
        font-weight: 700;
        top: 110px;
        left: 27px;
    }
    .popup-area .box dl .login-img-box {
        background-image: url(https://cdn2.stone649.com/assets/image/newmain/img_login2.png);
        border-radius: 0;
        width: 100%;
        height: 155px;
        flex-basis: inherit;
        position: relative;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .popup-area .box dl .login-img-box::before {
        content: "";
        background-image: url(https://cdn2.stone649.com/assets/image/newmain/img_login1.png);
        background-size: cover;
        position: absolute;
        width: 107px;
        height: 102px;
        top: 1px;
        left: 0;
    }
    .popup-area .box dl .signup-img-box {
        background-image: url(https://cdn2.stone649.com/assets/image/newmain/img_signup2.png);
        border-radius: 0;
        width: 100%;
        height: 155px;
        flex-basis: inherit;
        position: relative;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .popup-area .box dl .signup-img-box::before {
        content: "";
        background-image: url(https://cdn2.stone649.com/assets/image/newmain/img_signup1.png);
        background-size: cover;
        position: absolute;
        width: 107px;
        height: 102px;
        top: 1px;
        left: 0;
    }

    .login-img-box > p,
    .signup-img-box > p {
        font-size: 34px;
        top: -25px;
        margin-left: 30px;
    }

    #loginForm {
        margin-top: 30px;
    }
    #loginForm dd {
        width: 90%;
    }
    #signupForm dd {
        width: 90%;
    }
    .popup-area > .signup-area > dl {
        flex-direction: column;
        padding: 0;
    }
    .popup-area > .signin-area > dl {
        flex-direction: column;
        padding: 0;
    }
    .signin-area dt {
        width: 90%;
        font-size: 24px;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .signup-area dt {
        width: 90%;
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .popup-area > .box > dl > dt {
        font-size: 20px;
        padding-bottom: 18px;
    }
    .popup-area > .box > dl > dt.short {
        font-size: 24px;
    }
    .popup-area > .box > dl > dt.short p {
        font-size: 30px;
    }
    .popup-area > .signin-area > .close-popup,
    .popup-area > .signup-area > .close-popup {
        width: 25px;
        height: 25px;
        top: 14px;
        right: 20px;
        background: url(https://cdn.stone649.com/assets/image/common/popup_close.svg) no-repeat;
        border-radius: 0;
        background-color: transparent;
    }
    .popup-area .otp-area {
        width: 520px;
    }
    .popup-area .limit-area {
        width: 480px;
    }
    .popup-area .transfer-area {
        width: 480px;
    }
    .popup-area .account-area {
        width: 420px;
    }
}

@media screen and (max-width: 680px) {
    .login-img-box > p,
    .signup-img-box > p {
        font-size: 29px;
    }
    .popup-area > .box {
        border-radius: 20px;
    }
    .popup-area > .box > dl > dt {
        font-size: 20px;
        padding-bottom: 16px;
    }
    .popup-area > .box > dl > dt.short {
        font-size: 20px;
    }
    .popup-area > .box > dl > dt.short p {
        font-size: 26px;
    }
    .popup-area .otp-area {
        width: 440px;
    }
    .popup-area .limit-area {
        width: 400px;
    }
    .popup-area .transfer-area {
        width: 400px;
    }
    .popup-area .account-area {
        width: 380px;
    }
    .popup-area .bonus-type-1 {
        width: 300px;
    }
}
@media screen and (max-width: 500px) {
    .login-img-box > p,
    .signup-img-box > p {
        font-size: 26px;
        margin-left: 20px;
    }

    .signup-area dt,
    .login-area dt {
        font-size: 21px;
    }
    .popup-area > .box {
        border-radius: 15px;
    }
    .popup-area > .box > dl > dt {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .popup-area > .box > dl > dt.short {
        font-size: 16px;
    }
    .popup-area > .box > dl > dt.short p {
        font-size: 22px;
    }
    .popup-area .otp-area {
        width: 84%;
    }
    .popup-area .limit-area {
        width: 84%;
    }
    .popup-area .transfer-area {
        width: 84%;
    }
    .popup-area .account-area {
        width: 84%;
    }
    .popup-area .message-area {
        width: 84%;
    }
    .popup-area .short-area {
        width: 70%;
    }
    .popup-area .bonus-type-1 {
        width: 250px;
    }
}
@media screen and (max-width: 430px) {
    .login-img-box > p,
    .signup-img-box > p {
        font-size: 24px;
    }
    .signup-area dt,
    .signin-area dt {
        font-size: 19px;
    }
    .popup-area > .box > dl > dt {
        line-height: 1.2em;
    }
}

.popup-area .bonus-type-1 > div {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 115px 0 35px;
}
.popup-area .bonus-type-1 > div:before {
    position: absolute;
    top: -200px;
    left: 0;
    width: 340px;
    height: 300px;
    background: url(https://cdn.stone649.com/assets/image/common/bonus_img_01.png) no-repeat;
    background-size: 100%;
    z-index: 2;
}
.popup-area .bonus-type-1 > div p {
    font: 700 20px nskr;
    color: #111;
}
.popup-area .bonus-type-1 > div div {
    font: 700 46px montserrat;
    color: red;
    letter-spacing: -0.03em;
}
.popup-area .bonus-type-1 > div button {
    display: inline-block;
    width: 50%;
    height: 50px;
    font: 700 18px montserrat;
    color: #fff;
    text-indent: 0;
    border: 0;
    background: #ff1c37;
    border-radius: 30px;
    margin-top: 25px;
}
header nav li:first-child:before {
    display: none !important;
}
header nav li.pc-area > .before-login-box {
    position: absolute;
    width: 145px;
    height: 100px;
    height: 32px;
    display: flex;
    right: 20px;
    bottom: -17px;
}
header nav li.pc-area > .after-user-box {
    position: absolute;
    display: flex;
    width: 190px;
    height: 100px;
    height: 32px;
    right: 0px;
    bottom: 0px;
}
.user-info {
    display: flex !important;
    background: none !important;
    color: #fff;
    position: relative !important;
    right: 220px;
    top: 10px;
    align-items: center !important;
    justify-content: center !important;
    font: 500 16px montserrat !important;
}
.user-info::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 177px;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
}
.side_m_credit {
    display: block;
}
header nav p.mail {
    margin-bottom: 10px !important;
}
header nav p.mail::before {
    position: relative;
    top: 50%;
    right: 13px;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
}

.side_m_credit {
    display: block !important;
    position: inherit !important;
}
header nav li span {
    right: 6px;
    bottom: -2px;
}
#user-mobile {
    right: calc(2% + 70px);
    top: 80%;
}
#user-mobile button {
    position: relative;
    top: -30px;
}
.mobile-logout {
    background-color: transparent;
    margin-right: 10px;
}
#user-mobile .user-info {
    width: 100%;
    position: relative;
    top: -29px;
    right: 30px;
    font-size: 14px;
}
#user-mobile .mobile-logout img {
    width: 30px;
    height: 30px;
}
#user-mobile .user-info::before {
    top: 15px;
    left: -4px;
}
#user-mobile #side_m_credit {
    color: yellow;
    position: relative;
    left: -50px;
}
@media screen and (max-width: 1280px) {
    #user-mobile {
        display: inline-block;
    }
    #login-mobile {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    #user-mobile {
        top: 86%;
    }
}
@media screen and (max-width: 650px) {
    #user-mobile {
        top: 90%;
    }
}
@media screen and (max-width: 500px) {
    #user-mobile {
        top: 100%;
    }

    .popup-area dd.input-area div.link-area button {
        margin-top: -2px;
    }
}
