@charset "utf-8";

.auth-wrap {
    width: 100%;
    max-width: 430px;
    margin: 10% auto;
}

.auth-wrap-wide {
    max-width: 520px;
}

.auth-box {
    background: #f7f7f7;
    border: 1px solid #d6d6d6;
    padding: 26px 24px 22px;
    box-sizing: border-box;
}

.auth-title {
    margin-bottom: 22px;
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.auth-btn-area {
    margin-top: 18px;
}

.auth-links {
    margin-top: 18px;
    font-size: 12px;
    color: #111;
}

.auth-links a {
    color: #111;
}

.auth-links a:hover {
    text-decoration: underline;
}

.input-msg {
    margin-top: 6px;
    font-size: 12px;
}

.input-msg.ok {
    color: #178752;
}

.input-msg.error {
    color: #d53939;
}

.form-guide-text {
    margin-bottom: 16px;
    color: #666;
    font-size: 12px;
    line-height: 1.6;
}

.agree-all-box {
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.agree-item {
    margin-bottom: 12px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.agree-head {
    padding: 12px 14px;
    border-bottom: 1px solid #ececec;
}

.agree-check {
    display: inline-block;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.agree-check input {
    margin-right: 6px;
    vertical-align: middle;
}

.agree-box {
    height: 140px;
    overflow-y: auto;
    padding: 14px;
    border-top: 1px solid #ececec;
    background: #fafafa;
}

.agree-content {
    font-size: 12px;
    color: #444;
    line-height: 1.6;
}
.agree-content h4 {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #111;
}

.agree-content p {
    margin-bottom: 10px;
}

.agree-content ul {
    margin-bottom: 10px;
    padding-left: 16px;
}

.agree-content li {
    margin-bottom: 4px;
}

.required-text {
    color: #d53939;
    font-style: normal;
    font-weight: 700;
}

.optional-text {
    color: #2f8eea;
    font-style: normal;
    font-weight: 700;
}