.joinProgress {
    margin: 0px 0 10px 0;
    width: 100%;
}
.joinNormal {
    margin-bottom: 50px;
}
.joinNormal, .joinUnder14, .joinForeigner {
    width: calc(100% / 2 - 20px);
    float: left;
    padding: 0 10px;
}
.joinNormal form {
    background: url(/braille/images/common/join_icon1.png) 50px center no-repeat #f3f3f3;
}
.joinNormal form, .joinUnder14 form, .joinForeigner form {
    background-color: #f3f3f3;
    border: 3px solid #f3f3f3;
    border-radius: 3px;
    padding: 40px 0 40px 182px;
}
.joinUnder14 form {
    background: url(/braille/images/common/join_icon2.png) 50px center no-repeat #f3f3f3;
}
.joinNormal form p.typeName, .joinUnder14 form p.typeName, .joinForeigner form p.typeName {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}
.joinNormal form p.comment, .joinUnder14 form p.comment, .joinForeigner form p.comment {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}

.joinNormal form button, .joinUnder14 form button, .joinForeigner form button {
    width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    color: #eee;
    font-weight: 500;
    padding: 0;
    border-radius: 3px;
}
.joinNormal form button {
    background-color: #0877e2;
    width: auto;
}
.joinProgress ol {
    display: flex;
    background: #f3f3f3;
    border-radius: 15px;
    margin-bottom: 70px;
    list-style: none;
}
.joinProgress ol li {
    flex-grow: 1;
    position: relative;
    text-align: center;
    padding-left:0 !important;
    height: 42px;
    line-height: 42px;
}
.joinProgress ol li::after{
    content: "" !important;
    display:none;
}
.joinProgress ol li.on {
    top: 1px;
    border-color: #213d6d;
    border-width: 0;
    border-bottom-width: 3px;
    font-weight: 500;
    color: #fff;
    background-color: #094fa4;
    margin: 0;
    height: 60px;
    line-height: 60px;
    text-decoration: underline;
    font-style: italic;
}
.joinProgress ol li:first-child.on{
    border-radius: 15px 0 0 15px;
}
.joinProgress ol li:last-child.on{
    border-radius: 0 15px 15px 0;
}
.joinUnder14 form button {
    background-color: #18a689;
    width:auto;
}
.privacyContent {
    height: 300px;
    overflow-y: scroll;
    border: 3px solid #ddd;
    padding: 5px 20px;
}
.joinProgress.form-group{
    text-align: right;
}
.sub-notice {
    padding: 0 20px;
}
#wrapper .sub .inner .sub-content .content-body .h2 {
    padding-bottom:15px;
}
.authIpin {
    margin-bottom: 50px;
}
.authIpin, .authPhone {
    width: calc(100% / 2 - 20px);
    float: left;
    padding: 0 10px;
}
.authIpin form, .authPhone form {
    background-color: #f3f3f3;
    border: 3px solid #f3f3f3;
    border-radius: 3px;
    padding: 40px 0 40px 145px;
}
.authIpin form {
    background: url(/braille/images/common/auth_icon1.png) 40px center no-repeat #f3f3f3;
}
.authPhone form {
    background: url(/braille/images/common/auth_icon2.png) 40px center no-repeat #f3f3f3;
}
.authIpin form p.typeName, .authPhone form p.typeName {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}
.authIpin form p.comment, .authPhone form p.comment {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}
.authIpin form button, .authPhone form button {
    width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    color: #eee;
    font-weight: 500;
    padding: 0;
    border-radius: 3px;
}
.authIpin form p.info, .authPhone form p.info {
    font-size: 13px;
    margin-top: 10px;
}
.authIpin form button {
    background-color: #0877e2;
    width:auto;
}
.authPhone form button {
    background-color: #2cb23f;
    width:auto;
}
.red {
    color:red;
}
.blue {
    color:blue;
}
.form-group {
    min-height: 40px;
    overflow:hidden;
}
.m-b-none {
    margin-bottom: 0;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.blankP {
    line-height: 30px;
    height: 30px;
}
.has-error .checkbox
,.has-error .checkbox-inline
,.has-error .control-label
,.has-error .form-control-feedback
,.has-error .help-block
,.has-error .radio
,.has-error .radio-inline
,.has-error.checkbox label
,.has-error.checkbox-inline label
,.has-error.radio label
,.has-error.radio-inline label{color:#a94442}
.has-error .form-control{
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}

@media (min-width: 0) and (max-width: 768px) {
    .joinNormal, .joinUnder14, .joinForeigner {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
