.register-body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #000;
    background-image: url("../images/gamepage-background.png");
    margin: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: center top;
}

/* The Modal (background) */
.register-modal {
    display: none;
    /* Hidden by default */
    position: absolute;
    /* Stay in place */
    z-index: 999999 !important;
    /* Sit on top */
    left: 0;
    top: 0;
    padding-top: 120px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.register-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    height: 905px;
    position: relative;
    padding: 5px;
}

.register-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Modal Content */
.reg-modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #efc223;
    width: 40%;
    height: auto;
}

.reg-modal-header {
    padding: 2px 16px;
    color: #efc223;
}

/* The Close Button */
.reg-close {
    color: #efc223;
    float: right;
    font-size: 35px;
    line-height: 70px;
    font-weight: bold;
}

.reg-close:hover,
.reg-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.reg-table {
    font-family: 'Noto Sans KR', sans-serif;
    border-collapse: collapse;
    width: 100%;
    max-width: 550px;
    margin: auto;
    margin-top: 15px;
}

.reg-table td {
    text-align: left;
    padding: 8px;
    color: #fff;
}

.register-message {
    text-align: center;
    font-size: 15px;
}

.register-message2 {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.reg-input {
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #82000f;
    background: #fff;
    color: #000;
}

.reg-dropdown {
    font-size: 17px;
    width: 100%;
    height: 43px;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #82000f;
    background: #fff;
    color: #000;
}

.mobilenum-btn {
    width: 100%;
    max-width: 100px;
    padding: 12px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background: #efc223;
    color: #000;
    cursor: pointer;
}

.reg-btn {
    width: 100%;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    background: #efc223;
    color: #000;
    cursor: pointer;
}

.reg-info {
    position: relative;
    color: #aaa;
}

.id-confirm {
    background-color: #efc223;
    border: 1px solid #82000f;
    width: 30%;
    max-width: 100px;
    height: 94%;
    padding: 10px;
    font-size: 15px;
    color: #000;
    position: absolute;
    right: 0;
    margin-top: 1px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0px 5px 5px 0px;
    border: none;
}

.num-confirm {
    background-color: #efc223;
    border: 1px solid #82000f;
    width: 30%;
    max-width: 100px;
    height: 94%;
    padding: 10px;
    font-size: 15px;
    color: #000;
    position: absolute;
    right: 0;
    margin-top: 1px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0px 5px 5px 0px;
    border: none;
}

.terms-checkbox {
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
}