﻿@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  Kang HyeYeon
Create date : 2025. 08. 01.
-------------------------------------------------*/
html,
body {
    position: relative;
    height: 100%;
    background: #000;
}

/* layout */
#wrap.main {
    height: 100%;
}
main {
    height: 100%;
    overflow: hidden;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(50% - 36px);
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.inner {
    min-height: 1310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 210px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

/* common */
.tit {
    font-size: 65px;
    line-height: 60px;
    background: linear-gradient(to bottom, #ffe9b2 40%, #8b7132 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 2px #000);
    position: relative;
    font-weight: 500;
    text-align: center;
}
.desc_txt {
    font-size: 30px;
    background: linear-gradient(to bottom, #d4b475 10%, #fff4df 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 2px #000);
    position: relative;
    font-weight: 500;
    text-align: center;
    z-index: 100;
    font-family: "bely", serif;
    margin-top: 4px;
}
.import_txt {
    color: #e2b061 !important;
}

/* header */
header {
    width: 100%;
    padding: 12px 45px;
    padding-right: 70px;
    background: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_wrap {
    width: 100%;
    display: flex;
    align-items: center;
}
.head_wrap h1 a {
    display: block;
    padding-top: 20px;
}
.depth_1 {
    display: flex;
    margin-left: 16px;
    transition: all .3s ease-in-out;
}
.depth_1.up {
    transform: translateY(-16px);
}
.depth_1 > li {
    margin: 0 20px;
    position: relative;
}
.depth_1 > li > a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.depth_1 > li > a:hover,
.depth_1 > li > a.active {
    color: #ffebbe;
}
.depth_2 {
    width: max-content;
    position: absolute;
    bottom: -50px;
    display: flex;
    padding: 10px 0;
    padding-left: 30px;
    display: none;
    z-index: 20;
}
.depth_2::after {
    content: '';
    width: 18px;
    height: 22px;
    background: url(../images/common/nav_arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 9px;
    bottom: 19px;
}
.depth_2 li {
    margin: 0 15px;
}
.depth_2 li a {
    display: block;
    font-size: 18px;
    color: #9e8959;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}
.depth_2 li a.active_scroll,
.depth_2 li a:hover {
    color: #ffebbe;
}
header .head_btn {
    display: flex;
    align-items: center;
}
header .head_btn .discord_btn {
    display: block;
    width: 49px;
    height: 37px;
    background: url(../images/common/discord_ico.png) no-repeat center;
    background-size: contain;
}
header .head_btn .face_btn {
    display: block;
    width: 22px;
    height: 37px;
    background: url(../images/common/face_ico.png) no-repeat center;
    background-size: contain;
    margin-left: 50px;
}
header .head_btn .twi_btn {
    display: block;
    width: 33px;
    height: 32px;
    background: url(../images/common/twi_ico.png) no-repeat center;
    background-size: contain;
    margin-left: 50px;
}
header .head_btn .youtube_btn {
    display: block;
    width: 51px;
    height: 37px;
    background: url(../images/common/youtube_ico.png) no-repeat center;
    background-size: contain;
    margin-left: 50px;
}

/* main visual */
.main_visual {
    width: 100%;
    height: 100%;
    background: url(../images/main/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.main_visual .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 85px;
}
.btn {
    display: block;
    width: 454px;
    height: 116px;
    margin: 0 10px;
}
.btn span {
    display: block;
    font-size: 22px;
    line-height: 116px;
    background: linear-gradient(to bottom, #d4b475 36%, #fff4df 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 600;
}
.btn:hover span {
    text-shadow: 0px 0px 9px #eff4df;
}
.red_btn {
    background: url(../images/common/red_btn.png) no-repeat center;
    background-size: contain;
}
.green_btn {
    background: url(../images/common/green_btn.png) no-repeat center;
    background-size: contain;
}

/* footer */
footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    position: relative;
}
.main footer {
    position: absolute;
    bottom: 80px;
    padding: 0;
}
footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ul li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #818181;
    padding: 0 20px;
    font-family: "Noto Sans", sans-serif;
    position: relative;
    border-left: 1px solid #818181;
}
footer ul li:first-child a {
    border: 0;
}
footer img {
    margin-top: 20px;
}
footer .copy {
    font-size: 14px;
    color: #878787;
    font-family: "Noto Sans", sans-serif;
    margin-top: 16px;
}
footer .age_info {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #878787;
    font-family: "Noto Sans", sans-serif;
    margin-top: 10px;
}
footer .age_info i {
    display: block;
    width: 24px;
    height: 37px;
    background: url(../images/common/age_ico.png) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}
footer .foot_side {
    position: absolute;
    top: 60px;
    right: 75px;
    display: flex;
}
.main footer .foot_side {
    top: auto;
    bottom: 0;
}
footer .foot_side button {
    font-size: 14px;
    font-weight: 500;
    color: #818181;
    font-family: "Noto Sans", sans-serif; 
    margin-left: 30px;
}
footer .foot_side button i {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 10px;
}
footer .foot_side button .set_ico {
    background: url(../images/common/set_ico.png) no-repeat center;
    background-size: contain;
}
footer .foot_side button .logout_ico {
    background: url(../images/common/logout_ico.png) no-repeat center;
    background-size: contain;
}
.main footer .foot_side button {
    display: none;
}

/* cookie */
.cookie_wrap {
    width: 100%;
    padding: 80px 0;
    background: rgba(0,0,0,.95);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 650;
}
.cookie_wrap button {
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/common/cookie_close.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 34px;
    right: 39px;
}
.cookie_wrap div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie_wrap div p {
    font-size: 16px;
    color: #c7c7c6;
    font-family: "Noto Sans", sans-serif; 
    margin-right: 140px;
}
.cookie_wrap div p a {
    display: block;
    font-size: 14px;
    color: #9e8959;
    font-family: "Noto Sans", sans-serif;
    text-decoration: underline;
}
.cookie_wrap div p span {
    display: block;
    font-size: 12px;
    font-family: "Noto Sans", sans-serif;
    color: #828282;
    line-height: 16px;
}
.cookie_wrap div p span:nth-of-type(1) {
    margin-top: 8px;
}
.cookie_wrap div .cookie_btn a {
    display: inline-block;
    height: 48px;
    line-height: 46px;
    padding: 0 40px;
    border: 1px solid #c7c7c6;
    border-radius: 5em;
    font-size: 14px;
    color: #c7c7c6;
    font-family: "Noto Sans", sans-serif; 
    font-weight: 500;
    box-sizing: border-box;
}
.cookie_wrap div .cookie_btn a:first-child {
    background: #c7c7c6;
    color: #000;
    margin-right: 17px;
}


/* feature */
.feature_wrap {
    background: url(../images/feature/bg.jpg) no-repeat center;
    background-size: cover;
}
.feature_cont {
    width: 1700px;
    margin-top: 77px;
}
.feature_cont ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feature_cont ul li {
    width: 175px;
    height: 626px;
    transition: all .5s ease-in-out;
    position: relative;
    overflow:hidden;
    cursor: pointer;
}
.feature_cont ul li.comingsoon {
    pointer-events: none;
    cursor: default;
}
.feature_cont ul li img {
    position: absolute;
}
.feature_cont .feature_thum {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.feature_cont .feature_thum dl {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
}
.feature_cont .feature_thum dl dt {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 600;
}
.feature_cont .feature_thum dl dd {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    margin-top: 13px;
}
.feature_cont .feature_details {
    width: 748px;
    height: 100%;
    position: relative;
    opacity: 0;
    z-index: -50;
    /*display: none;*/
}
.feature_cont .active .feature_details {
    /*display: block;*/
}
.feature_cont .feature_details img {
    opacity: .5;
    transition: all .3s ease-in-out;
}
.feature_cont .feature_details div {
    position: absolute;
    opacity: 0;
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
}
.feature_cont .active .feature_details div {
    animation: feature_txt .5s ease-in-out .3s forwards;
}
@keyframes feature_txt {
    0% {
        opacity: 0;
        left: 300px;
    }
    100% {
        opacity: 1;
        left: 255px;
    }
}
.feature_cont .feature_details div p {
    font-size: 20px;
    color: #e80000;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 500;
}
.feature_cont .feature_details div dl dt {
    font-size: 60px;
    line-height: 72px;
    background-image: url(../images/common/pattern.jpg);
    background-repeat: no-repeat;
    background-size: 370%;
    background-position: 53% 70%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
    filter: drop-shadow(1px 1px 8px #000);
    margin-top: 17px;
    letter-spacing: -1.5px;
    font-weight: 500;
}
.feature_cont .feature_details div dl dd {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
    font-weight: 400;
    font-family: "bely", serif;
}
.feature_cont ul li.active {
    width: 730px;
}
.feature_cont ul li.active .feature_thum {
    display: none;
    opacity: 0;
}
.feature_cont ul li.active .feature_details,
.feature_cont ul li.active .feature_details img {
    opacity: 1;
    z-index: 5;
}

/* class */
.class_wrap {
    background: url(../images/class/bg.jpg) no-repeat center;
    background-size: cover;
}
.class_wrap .sub_tit {
    margin-top: 8px;
    z-index: 55;
}
.class_cont {
    width: 1131px;
    height: 578px;
    background: url(../images/class/cont_bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: 76px;
    margin-left: -565px;
    padding-left: 310px;
    padding-right: 0;
    box-sizing: border-box;
    z-index: 50;
}
.class_cont::after {
    content: '';
    width: 752px;
    height: 789px;
    background: url(../images/class/blood.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -15px;
    right: -500px;
}
.class_cont .class_symbol {
    width: 645px;
    height: 143px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    z-index: 50;
}
.class_cont .class_symbol li {
    width: 129px;
    height: 100%;
    background-image: url(../images/class/symbol_off.png);
    background-repeat: no-repeat;
}
.class_cont .class_symbol li:nth-child(1) {
    background-position: left center;
}
.class_cont .class_symbol li:nth-child(2) {
    background-position: -129px center;
}
.class_cont .class_symbol li:nth-child(3) {
    background-position: -258px center;
}
.class_cont .class_symbol li:nth-child(4) {
    background-position: -387px center;
}
.class_cont .class_symbol li:nth-child(5) {
    background-position: right center;
}
.class_cont .class_symbol li:hover,
.class_cont .class_symbol li.active {
    background-image: url(../images/class/symbol_on.png);
}
.class_cont .class_symbol li a {
    display: block;
    width: 100%;
    height: 100%;
}
.class_cont .class_detail {
    margin-top: 70px;
}
.class_cont .class_detail > div {
    display: none;
}
.class_cont .class_detail > div.active {
    display: block;
}
.class_cont .class_detail .name {
    font-size: 72px;
    background-image: url(../images/common/pattern.jpg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: 60% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    filter: drop-shadow(1px 1px 4px #000);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    letter-spacing: -2px;
}
.class_cont .class_detail .type span {
    display: inline-block;
    font-size: 30px;
    background-image: url(../images/common/pattern.jpg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: 45% 35%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    filter: drop-shadow(1px 1px 4px #000);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -8px;
    margin-right: 25px;
    padding: 14px 0;
}
.class_cont .class_detail .desc {
    font-size: 24px;
    color: #d0d5dd;
    margin-top: 2px;
    position: relative;
    z-index: 20;
    font-family: "bely", serif;
}
.class_cont .class_detail p {
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    z-index: 50;
}
.class_cont .class_detail p.type {
    margin-top: -20px;
}
.class_cont .class_detail .active .name {
    animation: classtxt 0.7s ease-in-out forwards;
}
.class_cont .class_detail .active .type {
    animation: classtxt 0.7s ease-in-out .2s forwards;
}
.class_cont .class_detail .active .desc {
    animation: classtxt 0.7s ease-in-out .4s forwards;
}
.class_cont .class_detail .dekan .name {
    position: relative;
}
/*.class_cont .class_detail .dekan .name::after {
    content: '';
    width: 164px;
    height: 55px;
    background: url(../images/class/update_ico.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: -10px;
}*/
@keyframes classtxt {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.class_cont .class_detail .img {
    position: absolute;
    z-index: 10;
    bottom: calc(100% - 800px);
    transition: all .5s ease-in-out;
}
.class_cont .class_detail .active .img {
    animation: classImg 1s ease-in-out;
}
@keyframes classImg {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.class_cont .class_detail .human .img {
    right: -620px;
}
.class_cont .class_detail .dhan .img {
    right: -820px;
}
.class_cont .class_detail .elf .img {
    right: -810px;
}
.class_cont .class_detail .half_elf .img {
    right: -800px;
}
.class_cont .class_detail .dekan .img {
    right: -730px;
}

/* media */
.media_wrap {
    background: url(../images/media/bg.jpg) no-repeat center;
    background-size: cover;
}
.media_thum_wrap {
    max-width: calc(2150px - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 52px;
}
.media_thum_wrap li {
    margin: 0 8px;
}
.media_thum_wrap li div {
    position: relative;
}
.media_thum_wrap li div img {
    width: 100%;
}
.media_thum_wrap li div a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/media/play_btn.png) no-repeat center;
    background-size: 167px auto;
    position: absolute;
    top: 0;
    left: 0;
}
.media_thum_wrap li p {
    width: 425px;
    height: 70px;
    line-height: 70px;
    background: url(../images/media/txt_box_bg.png) no-repeat center;
    background-size: contain;
    font-size: 24px;
    color: #f2e8ce;
    text-align: center;
    text-shadow: 1px 1px 8px rgba(0,0,0,.68);
    margin: 18px auto 0;
}


/* tokenomics */
.tokenomics_wrap {
    min-height: 3060px;
    background: url(../images/tokenomics/bg.jpg) no-repeat center top;
    background-size: cover;
}
.rm_cont .ruby_box {
    width: 100%;
    padding: 80px 0 35px;
    padding-left: 600px;
    box-sizing: border-box;
    background: url(../images/tokenomics/ruby_img.png) no-repeat 228px 65px;
    background-size: 314px 262px;
} 
.rm_cont .ruby_box h3 {
    font-size: 36px;
    color: #ffebbe;
    font-weight: 500;
}
.rm_cont .ruby_box h3 span {
    color: #f52426;
    font-weight: 500;
}
.rm_cont .ruby_box p {
    font-size: 18px;
    line-height: 24px;
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    margin-top: 6px;
}
.rm_cont .ruby_box em {
    display: block;
    font-size: 18px;
    color: #e2b061;
    font-style: italic;
    font-family: "Noto Sans", sans-serif;
    margin-top: 13px;
}
.rm_cont .box {
    width: 1280px;
    height: auto;
    padding: 30px 0 50px;
    box-sizing: border-box;
    background: #000;
    border: 1px solid #30302c;
    border-radius: 5px;
    position: relative;
    margin-top: 48px;
}
.rm_cont .box::after {
    content: '';
    width: 1297px;
    height: 31px;
    background: url(../images/tokenomics/box_line.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -16px;
    left: -8px;
}
.rm_cont .box h3 {
    font-size: 30px;
    background: linear-gradient(to bottom, #d4b475 10%, #fff4df 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 400;
}
.rm_cont .box h3 i {
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(../images/tokenomics/tit_ico.png) no-repeat center;
    background-size: contain;
    margin: 0 15px;
}
.rm_cont .quick_box {
    padding-bottom: 65px;
}
.rm_cont .quick_box .cont_area {
    margin-left: 87px;
}
.rm_cont .quick_box img {
    display: block;
    margin-top: 64px;
}
.rm_cont .quick_box dl {
    margin-top: 50px;
}
.rm_cont .box dl dt {
    font-size: 24px;
    line-height: 24px;
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
}
.rm_cont .box dl dd,
.rm_cont .box dl dd strong {
    font-size: 18px;
    line-height: 24px;
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    margin-top: 14px;
}
.rm_cont .box dl dd strong {
    font-weight: 600;
}
.rm_cont .arch_box .cont_area {
    margin-left: 95px;
}
.rm_cont .arch_box img {
    display: block;
    margin-top: 80px;
}
.rm_cont .arch_box dl {
    margin-top: 65px;
}
.rm_cont .arch_box .coming_txt {
    font-size: 22px;
    color: #e2b061;
    font-family: "Noto Sans", sans-serif;
    margin-top: 18px;
}
.rm_cont .arch_box ul {
    margin-top: 8px;
}
.rm_cont .arch_box ul li {
    font-size: 18px;
    line-height: 24px;
    color: #e2b061;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
}
.rm_cont .allocation_box {
    padding-bottom: 20px;
}
.rm_cont .allocation_box .cont_area {
    display: flex;
    padding-left: 64px;
    box-sizing: border-box;
    align-items: center;
    margin-top: -55px;
}
.rm_cont .allocation_box .cont_area div {
    margin-left: 44px;
}
.rm_cont .allocation_box .cont_area dl {
    margin-top: 25px;
}

/* registration_wrap */
.registration_wrap {
    background: url(../images/preRegist/regist_bg.jpg) no-repeat center;
    background-size: cover;
}
#contents_wrap .date,
#contents_wrap .sub_txt {
    font-size: 24px;
    color: #d9c188;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
}
#contents_wrap .sub_txt {
    margin-top: 7px;
}
.regist_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
}
.regist_area .box {
    width: 823px;
    padding: 75px 75px 210px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.8);
    border-radius: 5px;
    position: relative;
}
.regist_area .box::before {
    content: '';
    width: 839px;
    height: 33px;
    background: url(../images/common/box_line.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: -5px;
}
.regist_area .box::after {
    content: '';
    width: 839px;
    height: 33px;
    background: url(../images/common/box_line.png) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    position: absolute;
    bottom: -15px;
    left: -10px;
}
.regist_area .box h3 {
    font-size: 40px;
    line-height: 48px;
    background-image: url(../images/common/pattern.jpg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: 60% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    filter: drop-shadow(1px 1px 4px #000);
    font-weight: 600;
    text-align: center;
    margin-top: -7px;
}
.regist_area .box p {
    font-size: 20px;
    color: #d0d5dd;
    text-align: center;
    font-family: "bely", serif;
    margin-top: 20px;
}
.regist_area .box fieldset {
    display: block;
    margin-top: 42px;
}
.regist_area .box fieldset .all_agree {
    padding-bottom: 15px;
    border-bottom: 1px solid #535353;
    position: relative;
}
.regist_area .box fieldset .all_agree button {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #6e7175;
    position: absolute;
    top: 6px;
    right: 0;
    font-family: "Noto Sans", sans-serif;
}
.regist_area .box fieldset .all_agree .notice_ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/common/notice_ico.png) no-repeat center;
    background-size: contain;
    vertical-align: top;
    margin-right: 4px;
}
.regist_area .box fieldset .check_box {
    margin-top: 15px;
    margin-left: 12px;
}
.regist_area .box fieldset .all_agree .check_box {
    margin-top: 0;
    margin-left: 0;
}
.regist_area .box fieldset .btn_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0;
}
.regist_area .box fieldset .btn_wrap button {
    display: inline-block;
    width: 352px;
    height: 89px;
    margin: 0 5px;
}
.regist_area .box fieldset .btn_wrap button span {
    line-height: 89px;
}
.regist_area .box fieldset small {
    display: block;
    font-size: 14px;
    color: #d0d5dd;
    font-family: "Noto Sans", sans-serif;
    margin-left: 10px;
}
.regist_area .box fieldset small:nth-of-type(1) {
    margin-top: 15px;
}

/* milestone event */
.milestone_wrap {
    background: url(../images/preRegist/milestone_bg.jpg) no-repeat center;
    background-size: cover;
}
.milestone_event .live_num {
    font-size: 110px;
    font-weight: 500;
    line-height: 110px;
    background-image: url(../images/common/pattern.jpg);
    background-repeat: repeat;
    background-size: 100%;
    background-position: 10% 32%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    filter: drop-shadow(6px 6px 7px #000);
    text-align: center;
    margin-top: 34px;
}
.milestone_event .bar_wrap {
    max-width: 1852px;
    height: 31px;
    background: url(../images/preRegist/bar_inner.png) no-repeat left center;
    background-size: cover;
    position: relative;
    margin-top: 33px;
    padding: 0 13px;
    box-sizing: border-box;
}
.milestone_event .bar_wrap .bar_inner {
    width: 1857px;
    height: 41px;
    background: url(../images/preRegist/bar.png) no-repeat left center;
    background-size: auto;
    position: absolute;
    top: -5px;
    left: 0;
}
.milestone_event.complete_end .bar_wrap .bar_inner::after {
    display: block;
}
.milestone_event .reward_list {
    padding: 0 21px;
    width: 1857px;
    box-sizing: border-box;
}
.milestone_event .reward_list ul {
    display: flex;
    justify-content: space-between;
}
.milestone_event .reward_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.milestone_event .reward_list li:first-child {
    margin-left: -4px;
}
.milestone_event .reward_list li:last-child {
    margin-right: -4px;
}
.milestone_event .reward_list li i {
    width: 28px;
    height: 24px;
    background: url(../images/preRegist/arrow_i.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.milestone_event .reward_list li .num {
    margin-top: 20px;
}
.milestone_event .reward_list li .num strong {
    font-size: 60px;
    position: relative;
    background-image: url(../images/common/pattern.jpg);
    background-repeat: no-repeat;
    background-size: 570%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 3px #333);
    padding: 20px 0;
    font-weight: 600;
}
.milestone_event .reward_list li .num strong::after {
    -webkit-text-stroke: 4px #000;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: -5;
}
.milestone_event .reward_list li:nth-child(1) .num strong::after {
    content: '100';
}
.milestone_event .reward_list li:nth-child(2) .num strong::after {
    content: '300';
}
.milestone_event .reward_list li:nth-child(3) .num strong::after {
    content: '500';
}
.milestone_event .reward_list li:nth-child(4) .num strong::after {
    content: '1';
}
.milestone_event .reward_list li:nth-child(5) .num strong::after {
    content: '2';
}
.milestone_event .reward_list li .num span {
    font-size: 48px;
    background-image: url(../images/common/pattern.jpg);
    background-repeat: no-repeat;
    background-size: 570%;
    background-position: 10% 20%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 3px #333);
    position: relative;
    padding: 16px 0;
    font-weight: 600;
}
.milestone_event .reward_list li .num span::after {
    content: 'K';
    -webkit-text-stroke: 3px #000;
    position: absolute;
    top: 12px;
    left: 0;
    font-weight: 600;
    z-index: -1;
}
.milestone_event .reward_list li:nth-child(4) .num span::after,
.milestone_event .reward_list li:nth-child(5) .num span::after {
    content: 'M';
}

.milestone_event .reward_list li div {
    position: relative;
    margin-top: 13px;
}
.milestone_event .reward_list li.complete div::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/preRegist/complete.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -4px;
    left: 0;
}
.milestone_event .reward_list li div p {
    width: 100%;
    position: absolute;
    bottom: 55px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #a5a5a5;
    z-index: 5;
    font-family: "Noto Sans", sans-serif; 
}
.milestone_event .reward_list li.complete div p {
    color: #c44f39;
}
.milestone_event .info_txt {
    margin-top: 18px;
    padding-left: 16px;
}
.info_txt li,
.info_txt li .import_txt {
    font-size: 16px;
    line-height: 24px;
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    text-indent: -10px;
    margin-left: 10px;
}

/* luckynumber_wrap */
.luckynumber_wrap {
    background: url(../images/preRegist/lucky_bg.jpg) no-repeat center;
    background-size: cover;
}
.luckynumber_wrap .desc_txt {
    line-height: 36px;
}
.luckynumber_wrap .bonus_token_img_area {
    width: 1277px;
    height: 650px;
}
.luckynumber_wrap .info_txt {
    margin-top: 30px;
}

/* lottery_wrap */
.lottery_wrap {
    background: url(../images/preRegist/lottery_bg.jpg) no-repeat center;
    background-size: cover;
}
/*.lottery_wrap .tit {
    margin-top: 80px;
}*/
.lottery_wrap .desc_txt {
    line-height: 36px;
}
.lottery_area {
    width: 1280px;
    height: auto;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    padding: 30px 85px 80px;
    margin-top: 56px;
    box-sizing: border-box;
    position: relative;
}
.lottery_area::before {
    content: '';
    width: 1297px;
    height: 31px;
    background: url(../images/preRegist/box_line.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: -5px;
}
.lottery_area::after {
    content: '';
    width: 1297px;
    height: 31px;
    background: url(../images/preRegist/box_line.png) no-repeat center;
    background-size: contain;
    position: absolute;
    transform: rotate(180deg);
    top: auto;
    bottom: -15px;
    left: -12px;
}
.lottery_area h3 {
    font-size: 36px;
    line-height: 40px;
    background: linear-gradient(to bottom, #d4b475 10%, #fff4df 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 2px #000);
    position: relative;
    font-weight: 500;
    text-align: center;
}
.lottery_area h3 span {
    display: block;
    font-size: 30px;
}
.lottery_area .prize_list {
    margin-top: 33px;
}
.lottery_area .prize_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lottery_area .prize_list ul li {
    width: 362px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/preRegist/prize_box.png) no-repeat center;
    background-size: contain;
}
.lottery_area .prize_list ul li dt {
    font-size: 24px;
    color: #9ba1a9;
    text-align: center;
}
.lottery_area .prize_list ul li dd.cross {
    font-size: 30px;
    color: #d0d5dd;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    margin: -8px 0 -2px;
}
.lottery_area .prize_list ul li .cross_ico {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/preRegist/cross_ico.png) no-repeat center;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}
.lottery_area .prize_list ul li dd.dollar {
    font-size: 24px;
    color: #00d5aa;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
}
.lottery_area .ticket_area {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #3c3e3f;
    border-radius: 3px;
    background: #000;
    margin-top: 30px;
    padding: 36px;
    padding-right: 0;
    box-sizing: border-box;
}
.lottery_area .ticket_area .my_tk_box {
    width: 450px;
}
.lottery_area .ticket_area .my_tk_box .my_tk {
    width: 100%;
    height: 58px;
    border:1px solid transparent ;
    border-radius: 5em;
    background-image:linear-gradient(#141415, #141415), linear-gradient(to bottom ,#000 ,#353741);
    background-origin:border-box;
    background-clip:padding-box, border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 10px;
}
.lottery_area .ticket_area .my_tk_box .my_tk span {
    font-size: 20px;
    color: #d0d5dd;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}
.lottery_area .ticket_area .my_tk_box .my_tk span strong {
    font-size: 24px;
    color: #00d5aa;
    margin-left: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
.lottery_area .ticket_area .my_tk_box .my_tk button {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #5a5d67;
    border-radius: 5em;
    font-size: 14px;
    color: #d0d5dd;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    box-shadow: inset 1px 1px 2px rgba(255,255,255,.2);
    filter: drop-shadow(2px 2px 2px #000);
}
.lottery_area .ticket_area .my_tk_box dl {
    margin-top: 36px;
}
.lottery_area .ticket_area .my_tk_box dl dt {
    font-size: 16px;
    color: #9ba1a9;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
    position: relative;
    opacity: .5;
}
.lottery_area .ticket_area .my_tk_box dl dt::before {
    content: '';
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #9ba1a9;
    position: absolute;
    left: 15px;
    top: 11px;
}
.lottery_area .ticket_area .my_tk_box dl dt::after {
    content: '';
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #9ba1a9;
    position: absolute;
    right: 15px;
    top: 11px;
}
.lottery_area .ticket_area .my_tk_box dl dd {
    font-size: 16px;
    font-weight: 600;
    color: #d0d5dd;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
}
.lottery_area .ticket_area .tk_info_box {
    margin-left: 20px;
}
.lottery_area .ticket_area .tk_info_box * {
    font-family: "Noto Sans", sans-serif;
    color: #9ba1a9;
}
.lottery_area .ticket_area .tk_info_box .b_tit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}
.lottery_area .ticket_area .tk_info_box .b_tit:nth-of-type(2) {
    margin-top: 11px;
}
.lottery_area .ticket_area .tk_info_box li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding-left: 7px;
    letter-spacing: -0.18px;
    text-indent: -10px;
    margin-left: 10px;
}
.lottery_area .ticket_area .tk_info_box .sub_tit {
    font-size: 14px;
    font-weight: 600;
}
.lottery_area .ticket_area .tk_info_box .sub_tit.mt6 {
    margin-top: 6px;
}
.lottery_area .ticket_area .tk_info_box a {
    text-decoration: underline;
}
.lottery_area .lottery_history {
    width: 100%;
    padding: 36px 0;
    position: relative;
}
.lottery_area .lottery_history .select_box {
    position: absolute;
    top: 46px;
    right: 0;
}
.ball_list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ball_list ul .ball {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #46474a;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: #d0d5dd;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
}
.ball_list ul.line_01 .ball.active,
.ball_list ul .ball.line_01 {
    background: #346273 !important;
    border-color: #346273 !important;
}
.ball_list ul.line_11 .ball.active,
.ball_list ul .ball.line_11 {
    background: #aa8b4b !important;
    border-color: #aa8b4b !important;
}
.ball_list ul.line_21 .ball.active,
.ball_list ul .ball.line_21 {
    background: #7f3326 !important;
    border-color: #7f3326 !important;
}
.ball_list ul.line_31 .ball.active,
.ball_list ul .ball.line_31 {
    background: #4b5021 !important;
    border-color: #4b5021 !important;
}
.ball_list ul.line_41 .ball.active,
.ball_list ul .ball.line_41 {
    background: #1c494c !important;
    border-color: #1c494c !important;
}
.ball_list ul.line_51 .ball.active,
.ball_list ul .ball.line_51 {
    background: #644755 !important;
    border-color: #644755 !important;
}
.ball_list ul.line_61 .ball.active,
.ball_list ul .ball.line_61 {
    background: #66503e !important;
    border-color: #66503e !important;
}
.ball_list.big_ball ul .ball {
    width: 72px;
    height: 72px;
    line-height: 72px;
}
.ball_list.big_ball ul .ball span {
    font-size: 30px;
    background: linear-gradient(to bottom, #d4b475 10%, #fff4df 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
}
.lottery_area .lottery_history .ball_list li {
    margin: 0 10px;
}
.lottery_area .lottery_history .table_wrap {
    margin-top: 36px;
}
.lottery_area .lottery_history .table_wrap table:nth-child(2) {
    margin-top: 22px;
}
.lottery_area .lottery_history .cross_ico_sm {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/preRegist/cross_ico_sm.png) no-repeat center;
    background-size: contain;
    vertical-align: sub;
    margin-right: 7px;
}
.lottery_area .info_txt li {
    color: #9ba1a9;
}



/* ruby_early_wrap */
.ruby_early_wrap {
    width: 100%;
    background: url(../images/ruby/ruby_early_bg.jpg) no-repeat center top;
    background-size: cover;
}
/*.ruby_early_wrap.inner {
    min-height: 1886px;
}*/
.ruby_early_cont {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ruby_round_wrap {
    padding: 65px 0;
}
.ruby_round_wrap .swiper-wrapper {
    max-width: 1285px;
    display: flex;
    align-items: center;
}
.ruby_round_wrap li {
    width: 316px;
    height: 250px;
    background: url(../images/ruby/round_box.png) no-repeat center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 2.5px;
}
.ruby_round_wrap li::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
}
.ruby_round_wrap li.sold_out::before {
    content: '';
    width: 164px;
    height: 164px;
    background: url(../images/ruby/sold_out.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 50;
}
.ruby_round_wrap li h3 {
    font-size: 26px;
    line-height: 28px;
    background: linear-gradient(to bottom, #ffe9b2 10%, #8b7132 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 2px #000);
    position: relative;
    font-weight: 600;
    text-align: center;
}
#contents_wrap .ruby_round_wrap li .date {
    font-size: 16px;
    line-height: 16px;
    background: linear-gradient(to bottom, #ffe9b2 45%, #8b7132 140%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 2px #000);
    font-weight: 500;
    margin-top: 6px;
}
.ruby_round_wrap li .ruby_count {
    display: flex;
    align-items: center;
    margin-top: 4px;
}
.ruby_round_wrap li .ruby_count strong {
    font-size: 34px;
    color: #c6ae75;
    font-family: "Noto Sans", sans-serif;
}
.ruby_round_wrap li .ruby_count .ruby_ico {
    display: inline-block;
    width: 34px;
    height: 28px;
    background: url(../images/ruby/ruby_ico.png) no-repeat center;
    background-size: contain;
    filter: grayscale(1);
    vertical-align: middle;
    margin-left: 6px;
}
.ruby_round_wrap li .ruby_count span {
    width: 60px;
    height: 32px;
    line-height: 30px;
    border: 2px solid #c6ae75;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    color: #c6ae75;
    font-family: "Noto Sans", sans-serif;
    margin-left: 7px;
    font-weight: 700;
    box-sizing: border-box;
}
.ruby_round_wrap li:first-child .ruby_count span {
    width: 88px;
}
.ruby_round_wrap li .total_ruby {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(to bottom, #d4b475 20%, #fff4df 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 2px #000);
    margin-top: 10px;
}
.ruby_round_wrap li .total_ruby strong {
    font-weight: 600;
}
.ruby_round_wrap li.active {
    background: url(../images/ruby/round_box_active.jpg) no-repeat center;
    background-size: contain;
}
.ruby_round_wrap li.active::after {
    content: '';
    width: 38px;
    height: 55px;
    background: url(../images/ruby/active_arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: -49px;
    left: 50%;
    transform: translateX(-50%);
}
.ruby_round_wrap li.active::before {
    content: '';
    width: 117px;
    height: 60px;
    background: url(../images/ruby/active_label.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -12px;
    left: 8px;
}
.ruby_round_wrap li.active h3 {
    font-size: 24px;
    background: linear-gradient(to bottom, #d4b475 10%, #fff4df 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 15px;
}
#contents_wrap .ruby_round_wrap li.active .date {
    font-weight: 400;
}
.ruby_round_wrap li.active .ruby_count strong {
    font-size: 35px;
}
.ruby_round_wrap li.active .ruby_count span {
    font-size: 30px;
    color: #0cb492;
    border-color: #0cb492;
}
.ruby_round_wrap li.active .ruby_count .ruby_ico {
    filter: none;
}
.ruby_round_wrap li.active .total_ruby {
    font-size: 14px;
    color: #ad9875;
    background: none;
    -webkit-text-fill-color: unset;
    text-align: center;
    font-weight: 500;
    position: relative;
    font-family: "Noto Sans", sans-serif;
}
.ruby_round_wrap li.active .total_ruby::before {
    content: '';
    width: 85px;
    height: 1px;
    background: linear-gradient(to right, #ad9875, rgba(255,0,0,0) 100%);
    position: absolute;
    top: 9px;
    left: -50px;
}
.ruby_round_wrap li.active .total_ruby::after {
    content: '';
    width: 85px;
    height: 1px;
    background: linear-gradient(to left, #ad9875, rgba(255,0,0,0) 100%);
    position: absolute;
    top: 9px;
    right: -50px;
}
.ruby_round_wrap li.active .total_ruby strong {
    display: block;
    font-size: 36px;
    background: linear-gradient(to bottom, #d4b475 10%, #fff4df 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
.ruby_early_cont .scroll_next {
    width: 58px;
    height: 79px;
    background: url(../images/ruby/slide_arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.ruby_early_cont .scroll_prev {
    width: 58px;
    height: 79px;
    background: url(../images/ruby/slide_arrow.png) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
}
.scroll_arrow_wrap {
    width: 1430px;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll_arrow_wrap div {
    cursor: pointer;
}
.scroll_arrow_wrap .swiper-button-disabled {
    opacity: .5;
    cursor: default;
}
.ruby_early_cont .bar_wrap {
    width: 1272px;
    height: 36px;
    position: relative;
    margin: auto;
}
.ruby_early_cont .bar_wrap .bar_outer {
    width: inherit;
    height: inherit;
    background: url(../images/ruby/bar_outer.png) no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 10;
}
.state_bar .bar_wrap .bar_inner {
    max-width: 1277px;
    height: 25px;
    background: url(../images/ruby/bar_inner.png) no-repeat left center;
    background-size: auto;
    position: absolute;
    top: 5px;
    left: 0;
    padding: 0 12px;
    box-sizing: border-box;
}
.state_bar {
    width: 1277px;
    position: relative;
    overflow: hidden;
}
.state_bar ul {
    width: 1459px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.state_bar ul li {
    position: relative;
    width: 184px;
}
.state_bar ul li i {
    display: block;
    width: 17px;
    height: 15px;
    background: url(../images/ruby/gage_arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -8px;
}
.state_bar ul li p {
    font-size: 41px;
    background-image: url(../images/common/pattern.jpg);
    background-repeat: no-repeat;
    background-size: 550%;
    background-position: 10% 42%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: sepia(1);
    font-weight: 500;
    margin-top: 20px;
    margin-left: -24px;
}
.state_bar ul li:first-child p {
    margin-left: 2px;
}
.state_bar ul li:first-child i {
    left: 17px;
}
.state_bar ul li:last-child p {
    margin-left: -52px;
}
.state_bar ul li:last-child i {
    left: -35px
}
.state_bar ul li p span {
    font-size: 33px;
    background-image: url(../images/common/pattern.jpg);
    background-repeat: no-repeat;
    background-size: 370%;
    background-position: 10% 20%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: sepia(1);
    font-weight: 500;
}
.ruby_early_cont .info_txt {
    align-self: flex-start;
    margin-top: 40px;
}
.ruby_early_cont .info_txt .import_txt {
    margin-left: 0;
}
.ruby_early_cont .info_txt strong {
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
.ruby_early_cont .bonus_box {
    width: 1291px;
    background: rgba(0,0,0,.2);
    box-shadow: inset 1px 1px 30px rgba(0,0,0,.8);
    margin-top: 80px;
    padding: 60px 62px;
    box-sizing: border-box;
    border: 1px solid #403926;
    border-radius: 6px;
    position: relative;
}
.ruby_early_cont .bonus_box::after {
    content: '';
    width: 1291px;
    height: 29px;
    background: url(../images/ruby/box_line.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -17px;
    left: 0;
}
.ruby_early_cont .bonus_box .bonus_ico {
    width: 223px;
    height: 73px;
    background: url(../images/ruby/bonus_ico.png) no-repeat center;
    background-size: contain;
}
.ruby_early_cont .bonus_box h3 {
    font-size: 42px;
    line-height: 45px;
    background: linear-gradient(to bottom, #ffe9b2 45%, #8b7132 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 2px #000);
    font-weight: 500;
    margin-top: 16px;
}
.ruby_early_cont .bonus_box .desc,
.ruby_early_cont .bonus_box .desc .import_txt {
    font-size: 18px;
    line-height: 24px;
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    margin-top: 8px;
}
.ruby_early_cont .bonus_box .desc span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
}
.ruby_early_cont .bonus_box .sub_tit {
    font-size: 22px;
    line-height: 22px;
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    margin-top: 22px;
}
.ruby_early_cont .bonus_box ul {
    margin-top: 9px;
}
.ruby_early_cont .bonus_box ul li {
    font-size: 16px;
    line-height: 24px;
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    list-style: decimal;
    list-style-position: inside;
    text-indent: -16px;
    margin-left: 16px;
}
.ruby_early_cont .bonus_box .bonus_item {
    width: 383px;
    height: 306px;
    background: url(../images/ruby/bonus_item.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 110px;
    right: 53px;
}
.ruby_early_cont .btn {
    width: 568px;
    height: 104px;
    background: url(../images/ruby/green_btn.png) no-repeat center;
    background-size: contain;
    margin-top: 85px;
    pointer-events: none;
    cursor: default;
    opacity: .5;
}
.ruby_early_cont .btn span {
    line-height: 104px;
}

/* ruby_util_wrap */
.ruby_util_wrap {
    background: url(../images/ruby/util_bg.jpg) no-repeat center top;
    background-size: cover;
}
.ruby_util_cont .ruby_util_box {
    display: flex;
    margin-top: 70px;
}
.ruby_util_cont .ruby_util_box li {
    width: 434px;
    height: 566px;
    padding-top: 60px;
    padding-left: 52px;
    padding-right: 30px;
    box-sizing: border-box;
    background: url(../images/ruby/util_box_bg.png) no-repeat center top;
    background-size: contain;
    position: relative;
}
.ruby_util_cont .ruby_util_box li dt {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    background: linear-gradient(to bottom, #8b7132 10%, #ffe9b2 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ruby_util_cont .ruby_util_box li dd {
    font-size: 18px;
    line-height: 22px;
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    margin-top: 19px;
}
.ruby_util_cont .ruby_util_box li dd strong {
    color: #fff4df;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
.ruby_util_cont .ruby_util_box li img {
    position: absolute;
    bottom: 60px;
}
.ruby_util_cont .info_txt {
    margin-top: 35px;
}

/* cross_return_wrap */
.cross_return_wrap {
    background: url(../images/ruby/cross_bg.jpg) no-repeat center top;
    background-size: cover;
}
.return_bonus_cont .table_wrap {
    width: 1164px;
    position: relative;
    margin-top: 65px;
    border: 1px solid #5a452b;
}
.return_bonus_cont .table_wrap::after {
    content: '';
    width: 1180px;
    height: 29px;
    background: url(../images/ruby/box_line.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -14px;
    left: -6px;
}
.return_bonus_cont .table_wrap th,
.return_bonus_cont .table_wrap td {
    border-color: #5a452b;
    background: rgba(0,0,0,.6);
}
.return_bonus_cont .table_wrap th {
    height: 60px;
    font-size: 20px;
    color: #f4e8d2;
    font-weight: 500;
    font-family: "cinzel", sans-serif;
}
.return_bonus_cont .table_wrap td {
    height: 50px;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #f4e8d2;
}
.return_bonus_cont .table_wrap td:last-child {
    color: #00d5aa;
}
.return_bonus_cont .table_wrap td strong {
    font-size: 30px;
    font-family: "Noto Sans", sans-serif;
    color: #f4e8d2;
}
.return_bonus_cont .table_wrap td:last-child strong {
    color: #00d5aa;
}
.return_bonus_cont .sub_tit {
    font-size: 24px;
    color: #f4e8d2;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 4px;
}
.return_bonus_cont .desc {
    font-size: 16px;
    line-height: 20px;
    color: #e4be7a;
    font-family: "Noto Sans", sans-serif;
    padding-left: 18px;
}
.return_bonus_cont .info_txt {
    margin-top: 12px;
}
.return_bonus_cont .btn {
    width: 448px;
    height: 104px;
    background: url(../images/ruby/green_btn_sm.png) no-repeat center;
    background-size: contain;
    margin: 45px auto 0;
}
.return_bonus_cont .btn span {
    line-height: 104px;
}

/* item_return_wrap */
.item_return_wrap {
    background: url(../images/ruby/item_return_bg.jpg) no-repeat center top;
    background-size: cover;
}
.item_return_wrap .return_bonus_cont .table_wrap td {
    height: 85px;
    padding: 13px 20px;
}
.item_return_wrap .return_bonus_cont .table_wrap td:last-child {
    color: #f4e8d2;
}
.item_return_wrap .return_bonus_cont .table_wrap td div {
    display: flex;
    align-items: center;
    text-align: left;
}
.item_return_wrap .return_bonus_cont .table_wrap td dl {
    margin-left: 18px;
}
.item_return_wrap .return_bonus_cont .table_wrap td dt {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    background: linear-gradient(to bottom, #8b7132 5%, #ffe9b2 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item_return_wrap .return_bonus_cont .table_wrap td dd {
    font-size: 16px;
    color: #f4e8d2;
    font-family: "Noto Sans", sans-serif;
}


/* table */
.table_wrap table {
    width: 100%;
}
.table_wrap table th {
    height: 46px;
    background: #242426;
    font-size: 16px;
    color: #9ba1a9;
    font-family: "Noto Sans", sans-serif;
    border: 1px solid #46474a;
    text-align: center;
}
.table_wrap table td {
    height: 46px;
    font-size: 16px;
    color: #d0d5dd;
    font-family: "Noto Sans", sans-serif;
    border: 1px solid #46474a;
    text-align: center;
}
.table_wrap table th span,
.table_wrap table td span {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: #d0d5dd;
    text-align: left;
}


/* check_box */
.check_box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #d0d5dd;
    font-size: 18px;
    padding-left: 40px;
    line-height: 24px;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
}
.check_box a {
    font-family: "Noto Sans", sans-serif;
    text-decoration: underline;
}
.check_box input[type="checkbox"] {
    display: none;
}
.check_box strong {
    color: #dcbb91;
    font-weight: 400;
}
.check_check {
    width: 24px;
    height: 24px;
    background: #000;
    border: 2px solid #d0d5dd;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.check_check:after {
    content: "";
    position: absolute;
    display: none;
    width: 26px;
    height: 26px;
    background: url(../images/common/check_i.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 1px;
    top: -7px;
}
.check_box input[type="checkbox"]:checked + .check_check:after {
    display: block;
}

/* select_box */
.select_box {
    position: relative;
    display: inline-block;
    width: 247px;
    height: 39px;
    border: 1px solid #46474a;
    border-radius: 3px;
    background-color: #141415;
}
.select_box select {
  display: none;
}
.select_box.open .select_options {
  display: block;
}

.select_styled {
    display: inline-block;
    width: 100%;
    line-height: 39px;
    cursor: pointer;
    padding-left: 18px;
    box-sizing: border-box;
}
.select_styled span {
    display: inline-block;
    font-size: 16px;
    color: #d0d5dd;
    font-family: "Noto Sans", sans-serif;
}
.select_styled .arrow {
    width: 13px;
    height: 8px;
    display: block;
    background: url(../images/common/selec_arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.select_options {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -2px;
    display: none;
    width: 209px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border: 1px solid #46474a;
    border-radius: 3px;
    background-color: #141415;
}
.select_options li {
    width: 100%;
    font-size: 16px;
    line-height: 38px;
    color: #5a5d67;
    font-family: "Noto Sans", sans-serif;
    padding-left: 18px;
    cursor: pointer;
}
.select_options li:hover {
    color: #d0d5dd;
}

/* layer */
.layer_deem {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    z-index: 700;
    display: none;
}
.layer_wrap {
    width: 890px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #515151;
    background: #000;
    box-sizing: border-box;
    z-index: 710;
    display: none;
}
.layer_wrap .layer_head button {
    display: block;
    width: 98px;
    height: 98px;
    background: url(../images/common/layer_close_btn.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.layer_wrap .layer_body {
    padding: 80px 65px;
    box-sizing: border-box;
}
.layer_wrap .layer_body .layer_cont {
    padding: 40px 0;
}
.common_layer .layer_body .layer_cont p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #9ba1a9;
    font-family: "Noto Sans", sans-serif;
}
.layer_wrap .layer_body .ok_btn {
    display: block;
    width: 142px;
    height: 49px;
    line-height: 49px;
    border-radius: 3px;
    background: rgba(98,103,109,.38);
    text-align: center;
    font-size: 18px;
    color: #9ba1a9;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    margin: 38px auto 0;
}

/* regist notice layer */
.regist_notice_layer .layer_body .layer_cont {
    padding: 0;
}
.regist_notice_layer .layer_body .layer_cont * {
    font-family: "Noto Sans", sans-serif;
    color: #9ba1a9;
    font-size: 16px !important;
    font-weight: 400;
    text-align: left !important;
}
.regist_notice_layer .layer_body .layer_cont h3 {
    font-size: 22px !important;
    font-weight: 600;
}
.regist_notice_layer .layer_body .layer_cont p {
    margin-top: 8px;
    letter-spacing: -0.8px;
}
.regist_notice_layer .layer_body ul {
    margin-top: 35px;
}
.regist_notice_layer .layer_body li {
    position: relative;
    padding-left: 26px;
}
.regist_notice_layer .layer_body li::after {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}
.regist_notice_layer .layer_body .layer_cont h3.tit_2 {
    margin-top: 28px;
}
.regist_notice_layer .layer_body .list_2 li::after {
    content: '⦁';
}
.regist_notice_layer .layer_body .list_2 li a {
    text-decoration: underline;
}




/* lottery layer */
.layer_wrap.lottery_layer {
    width: 750px;
    background: #181819;
    box-shadow: inset 2px 2px 110px #000;
}
.layer_wrap.lottery_layer .layer_body {
    padding: 45px 80px 60px;
}
.layer_wrap.lottery_layer .layer_body .layer_cont {
    padding: 0;
}
.layer_wrap.lottery_layer h3 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    background: linear-gradient(to bottom, #d4b475 10%, #fff4df 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 2px #000);
}
.layer_wrap.lottery_layer .date {
    font-size: 18px;
    font-weight: 400;
    color: #d0d5dd;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
}
.layer_wrap.lottery_layer .my_tk {
    width: 290px;
    height: 58px;
    border: 1px solid transparent;
    border-radius: 5em;
    background-image: linear-gradient(#101011, #101011), linear-gradient(to bottom, #000, #353741);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 28px auto 0;
}
.layer_wrap.lottery_layer .my_tk span {
    display: block;
    line-height: 52px;
    font-size: 20px;
    font-weight: 400;
    color: #d0d5dd;
    font-family: "Noto Sans", sans-serif;
}
.layer_wrap.lottery_layer .my_tk span strong {
    font-size: 24px;
    color: #00d5aa;
    font-family: "Noto Sans", sans-serif;
    margin-left: 20px;
}
.layer_wrap.lottery_layer .ball_list {
    margin-top: 19px;
}
.layer_wrap.lottery_layer .ball_list ul {
    justify-content: start;
}
.layer_wrap.lottery_layer .ball_list ul li {
    margin: 6px;
    cursor: pointer;
}
.layer_wrap.lottery_layer .ball_list ul li:first-child {
    margin-left: 0;
}
.layer_wrap.lottery_layer .ball_list ul li:last-child {
    margin-right: 0;
}
.layer_wrap.lottery_layer .select_ball {
    width: 100%;
    padding: 38px 48px 36px;
    background: rgba(0,0,0,.2);
    border: 1px solid #33353e;
    border-radius: 10px;
    margin-top: 40px;
    box-sizing: border-box;
}
.layer_wrap.lottery_layer .select_ball .ball_list {
    margin-top: 0;
}
.layer_wrap.lottery_layer .select_ball .ball_list ul {
    justify-content: center;
}
.layer_wrap.lottery_layer .select_ball .ball_list ul li {
    margin: 0 10px;
}
.layer_wrap.lottery_layer .select_ball li.empty {
    box-shadow: inset 2px 2px 16px #000;
    border: none !important;
    background: none !important;
}
.layer_wrap.lottery_layer .select_ball .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.layer_wrap.lottery_layer .select_ball .btn_wrap button {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 5em;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 4px;
}
.layer_wrap.lottery_layer .select_ball .btn_wrap .quick_btn {
    background: #664630;
    box-shadow: inset 1px 1px 2px rgba(255,255,255,.2);
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,.7));
}
.layer_wrap.lottery_layer .select_ball .btn_wrap .clear_btn {
    background: #33353e;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,.7));
}
.layer_wrap.lottery_layer .select_ball .btn_wrap .quick_btn span {
    font-size: 18px;
    font-weight: 800;
    background: linear-gradient(to bottom, #d4b475 10%, #fff4df 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans", sans-serif;
}
.layer_wrap.lottery_layer .select_ball .btn_wrap .clear_btn span {
    font-size: 18px;
    font-weight: 700;
    color: #5d5f67;
    font-family: "Noto Sans", sans-serif;
}
.layer_wrap.lottery_layer .select_ball .btn_wrap .check_ico {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../images/preRegist/check_ico.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}
.layer_wrap.lottery_layer .submit_btn {
    display: block;
    width: 142px;
    height: 49px;
    line-height: 49px;
    border-radius: 3px;
    background: #2c2e31;
    text-align: center;
    font-size: 16px;
    color: #d0d5dd;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    margin: 47px auto 0;
    box-shadow: inset 1px 1px 2px rgba(255,255,255,.2);
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,.7));
}

/* media layer */
.layer_wrap.media_layer {
    width: 1560px;
    height: 877px;
    max-height: 100%;
    border-color: #000;
    box-shadow: 3px 3px 8px rgba(0,0,0,.49);
    background: none;
}
.layer_wrap.media_layer .layer_head button {
    top: -24px;
    right: -107px;
}
.layer_wrap.media_layer video,.layer_wrap.media_layer iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;

}


/* notification_layer */
.notification_layer {
    max-width: 705px;
}
.notification_layer h3 {
    font-size: 30px;
    color: #9ba1a9;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
}
.notification_layer p {
    font-size: 20px;
    color: #9ba1a9;
    font-family: "Noto Sans", sans-serif;
    margin-top: 15px;
}
.notification_layer input {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    box-sizing: border-box;
    border: 1px solid #62676d;
    border-radius: 3px;
    font-size: 24px;
    color: #d0d5dd;
    padding: 0 26px;
    margin-top: 30px;
    background: #000;
    font-family: "Noto Sans", sans-serif;
}