@charset "UTF-8";

/* --------------------------------------------------
 two-box
-------------------------------------------------- */

#two-box {
    margin: 0 0 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* --------------------------------------------------
 key-visual
-------------------------------------------------- */

#key-visual {
    width: 60%;
    padding: 0 0 30px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}

#key-visual .head-blc {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

#key-visual .head-blc .ttl {
    margin-bottom: 0;
    flex: 1;
}

#key-visual .head-blc .ttl::after {
    display: none;
}

@media screen and (max-width: 767px) {
    #key-visual {
        width: 100%;
    }
}

/* --------------------------------------------------
 user-info
-------------------------------------------------- */

#user-info {
    width: 40%;
    padding-left: 10px;
}

#user-info .ttl {
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
}

#user-info .ttl .txt-blc {
    width: 49%;
}

#user-info .ttl .btn-blc {
    width: 49%;
    text-align: right;
}

#user-info .ttl .btn-blc .btn-elem {
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.2), rgba(54, 53, 103, 0.2));
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 28px;
    padding: .25rem .5rem;
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    cursor: pointer;
}

#user-info .sy-user {
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.2), rgba(54, 53, 103, 0.2));
    min-width: 0;
    border: 2px solid #ffffff40;
    border-radius: 9px;
    word-wrap: break-word;
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 8px;
}

#user-info .sy-user a {
    text-decoration: none;
}

#user-info .sy-user .info {
    line-height: 1.4;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

#user-info .sy-user .info .her-font {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #fee70f 0, #fff17c);
    -webkit-background-clip: text;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

#user-info .sy-user .info .img-sy {
    width: 20%;
    margin: auto;
}

#user-info .sy-user .info .point {
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.2), rgba(54, 53, 103, 0.2)), linear-gradient(101deg, rgba(255, 255, 255, 0.2), rgba(54, 53, 103, 0.2));
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-size: 100% auto;
    width: 100%;
    max-width: 200px;
    text-decoration: none;
    border-radius: 999px;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset, 0px 1px 4px rgb(0 0 0 / 50%);
    transition: all 0.4s ease-in-out;
}

#user-info .sy-user .info .point.diamond {
    width: 100%;
    max-width: 150px;
    margin: 10px auto 0;
}

#user-info .sy-user .info .point .icn {
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    margin-right: 5px;
}

#user-info .sy-user .info .point .icn::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 26px;
    display: block;
}

#user-info .sy-user .info .point.diamond .icn::before {
    background-image: url(../img/common/icon_diamond01.png);
}

#user-info .sy-user .info .point .num {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    padding: 5px 10px;
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    #user-info {
        width: 100%;
        padding-left: 0;
    }
}

/* --------------------------------------------------
 wallet-blc
-------------------------------------------------- */

#wallet-blc {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    #wallet-blc {
        width: 100%;
        margin-bottom: 4%;
    }
}

/* --------------------------------------------------
 withdraw
-------------------------------------------------- */

#withdraw {
    padding-bottom: 40px;
}

/* --------------------------------------------------
 deposit
-------------------------------------------------- */

#deposit {
    padding-bottom: 40px;
}

/* --------------------------------------------------
 promotion
-------------------------------------------------- */

#promotion {
    padding-bottom: 40px;
}