.popup {
    position: absolute;
    z-index: 9999999999;
    background-color: #1b1e21;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.95;
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 6%;
    display: none;
}

.silver-popup-pc {
    background-image: url("../img/popup/silver-pc.png");
}

.silver-popup-mobile {
    background-image: url("../img/popup/silver-mobile.png");
}

.gold-popup-pc {
    background-image: url("../img/popup/gold-pc.png");
}

.gold-popup-mobile {
    background-image: url("../img/popup/gold-mobile.png");
}

.bronz-popup-pc {
    background-image: url("../img/popup/bronz-pc.png");
}

.bronz-popup-mobile {
    background-image: url("../img/popup/bronz-mobile.png");
}

.popup-close {
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    background: url("../img/popup/close.png") no-repeat left center;
    padding: 7px 0 5px 35px;
    height: 40px;
    cursor: pointer;
    width: 120px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.popup table {
    width: 100%;
}
.popup table td:first-child{
    width: 60%;
}
.popup table td:last-child{
    width: 40%;
}

.popup .popup-title{
    font-family: 'Josefin Sans', sans-serif;
}
.popup .popup-title span{
    display: block;
    width: 100%;
    text-align: right;
}
.popup .popup-title span:nth-child(2){
    font-size: 32px;
    font-weight: bold;
}

.bronz-popup-pc .popup-title,
.bronz-popup-mobile .popup-title,
.bronz-popup-pc table tr td:last-child,
.bronz-popup-mobile table tr td:last-child{
    color: #c5977e;
}
.silver-popup-pc .popup-title,
.silver-popup-mobile .popup-title,
.silver-popup-pc table tr td:last-child,
.silver-popup-mobile table tr td:last-child{
    color: #ffffff;
}
.gold-popup-pc .popup-title,
.gold-popup-mobile .popup-title,
.gold-popup-pc table tr td:last-child,
.gold-popup-mobile table tr td:last-child{
    color: #c1a25e;
}

.popup .mebmer{
    font-weight: lighter;
    font-size: 28px;
    float: left;
    width: 80%;
    margin-bottom: 25px;
}

.popup .new{
    text-align: center;
    color: white;
    float: right;
    width: 20%;
    margin-top: 3px;
}

.popup table{
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
}
.popup  table tr td:last-child{
    text-align: right;
}
.popup  table tr{
    border-bottom: dashed white 1px;
}
.popup  table tr:last-child{
    border-bottom: none;
}


@media only screen and (max-width: 550px) {
    .popup{
        background-image: none;
    }
}

.popup .links{
    margin-top: 30px;
}
.popup .links div{
    float: left;
    margin-right: 20px;
    cursor: pointer;
    width: 90px;
    height: 45px;
    background-size: 100% 100%;
}
.gold-button{
    background-image: url("../img/gold-btn.png");
}
.silver-button{
    background-image: url("../img/silver-btn.png");
}
.bronz-button{
    background-image: url("../img/bronz-btn.png");
}
