@charset "utf-8";

#modal-ok {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 99;
}
.modal-main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.modal-main .main-container {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.modal-main .main-container .character-wrap {
    position: relative;
    width: 320px;
    margin: 0 auto;
}
.modal-main .main-container .character-wrap .character {
    position: absolute;
    right: 39.5px;
    bottom: -6px;
    width: 85.4px;
    height: 64px;
    overflow: hidden;
    background: url(../images/login-character.png) no-repeat;
    background-size: 85.4px 64px
}
.modal-main .main-container .ok-box {
    width: 320px;
    height: 180px;
    background-color: #fff;
}
.modal-main .main-container .ok-box .box-content {
    padding: 12px 6px 6px 6px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.43;
    color: #000;
}
.modal-main .main-container .ok-box .box-content span {
    width: 240px;
}
.modal-main .main-container .ok-box .box-button {
    display: flex;
    height: 60px;
    border-top: 1px solid #e5e4e4;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.box-sign-up {
    padding: 24px 28px;
}
.box-sign-up .join-please {
    margin-bottom: 40px;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.box-sign-up .join-form legend {
    display: none;
}
.box-sign-up .join-form .form-group {
    margin-bottom: 20px;
}
.box-sign-up .join-form .form-group .form-title {
    padding-left: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
}
.box-sign-up .join-form .form-group .form-title:not(:first-child) {
    margin-top: 16px;
}
.box-sign-up .join-form .form-group .input-button-wrap {
    display: flex;
}
.box-sign-up .join-form .form-group .input-button-wrap + .input-button-wrap {
    margin-top: 18px;
}
.box-sign-up .join-form .form-group .form-box {
    height: 52px;
    border: 1px solid #e5e4e4;
    display: flex;
    flex: 1;
    align-items: center;
    font-size: 14px;
}
.box-sign-up .join-form .form-group .form-message {
    display: block;
    height: 21px;
    padding-top: 8px;
    padding-left: 4px;
    font-size: 12px;
    color: #ff5741;
}
.box-sign-up .join-form .form-group .great {
    display: block;
    color: #ffb000;
}
#timer {
    width: 44px;
    margin-left: -56px;
    color: #ff5741;
    font-weight: 700;
}
.box-sign-up .join-form .form-group .certi-information {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #9b9b9b;
}
.box-sign-up .join-form .form-group input:not([type="checkbox"]) {
    width: 100%;
    height: 100%;
    padding: 18px 12px;
    border: none;
    outline: 0;
    font-size: 16px;
    color: #4a4a4a;
}
.box-sign-up .join-form .form-group .hidden .form-box {
    background-color: #e5e4e4;
}
.box-sign-up .join-form .form-group .hidden input:disabled {
    background-color: #e5e4e4;
}
.box-sign-up .join-form .terms {
    margin-top: 42px;
    margin-bottom: 36px;
}
.box-sign-up .join-form .terms > div {
    margin-bottom: 20px;
}
.box-sign-up .join-form .terms > div:last-of-type {
    margin-bottom: 8px;
}
.box-sign-up .join-form .terms > div:first-of-type label strong {
    font-size: 18px;
}
.box-sign-up .join-form .terms input[type="checkbox"] {
    display: none;
}
.box-sign-up .join-form .terms label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.box-sign-up .join-form .terms label img {
    width: 20px;
    height: 20px;
    background-color: #D8D8D8;
    pointer-events: none;
}
.box-sign-up .join-form .terms label strong {
    margin-left: 12px;
    font-size: 14px;
    color: #4a4a4a;
}
.box-sign-up .join-form .terms input:checked + label img {
    background-color: #ffbd28;
    pointer-events: none;
}
.box-sign-up .join-form .terms .agree-details {
    margin-top: 16px;
    margin-left: 32px;
    font-size: 12px;
    color: #9b9b9b;
}
.box-sign-up .join-form .terms > div:last-of-type .agree-details {
    margin-left: 8px;
}
.box-sign-up .join-form .terms .agree-details a {
    color: #9b9b9b;
    text-decoration: underline;
}
.box-sign-up .join-form .terms .agree-details a + a {
    margin-left: 21px;
}
.bt-white {
    width: 88px;
    border: 1px solid #ffb000;
    margin-left: 12px;
    background-color: #fff;
    color: #ffb000;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
#join_submit {
    width: 100%;
    height: 60px;
    border: 1px solid #ffb000;
    background-color: #ffbd28;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.bt-white:disabled,
#join_submit:disabled {
    border: 1px solid #e5e4e4;
    background-color: #f4f4f4;
    color: #9b9b9b;
    cursor: default;
}
