
/* common Title */
.memberWrap{
    width: 846px;
    margin:0 auto;
    padding-top: 55px;
    padding-bottom: 428px;
}
.memberWrap .title{
    margin-bottom: 42px;
    padding-bottom: 22px;
    border-bottom:4px solid #91bed6;
}
.memberWrap .title2{
    margin-bottom: 0;
    border-bottom:none;
}
.memberWrap .title span{
    color: #2e2c53;
    font-size: 23px;
    font-weight: 700;
}
.memberWrap .title i{
    margin-left: 30px;
    font-size: 16px;
    color: #666;
    letter-spacing: -1px;
}


.memberWrap .guide p{
    margin-top: 40px;
    text-align: center;
    line-height: 1.7;
    color: #2e2c53;
    font-size: 16px;
    font-weight: 500;
}

/* member input common style */
.memberWrap .row{
    margin-left: 36px;
}
.memberWrap .row + .row{
    margin-top: 10px;
}
.memberWrap .row dt,
.memberWrap .row dd{
    display: inline-block;
    vertical-align: top;
}
.memberWrap .row dt{
    width: 160px;
    height: 45px;
    line-height: 45px;
    color: #666;
    font-weight: 500;
}
.memberWrap .row dd{
    width:calc(100% - 184px);
    /*width: 537px;*/
    line-height: 45px;
}
.memberWrap .row dd input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    font-size: 16px;
}

[class*='memberCommonBtnStyle']{
    margin-top: 68px;
    text-align: center;
}
.memberCommonBtnStyle span,
.memberCommonBtnStyle button{
    display: inline-block;
    width: 220px;
    height: 45px;
    line-height: 45px;
    background-color: #2e2c53;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.memberCommonBtnStyle button{
    font-weight: 700;
}
.memberCommonBtnStyle span{
    font-weight: 500;
}

.memberCommonBtnStyle2 span,
.memberCommonBtnStyle2 button{
    display: inline-block;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    border: solid 1px #91bed6;
    background-color: #edeff4;
    color: #212121;
    cursor: pointer;
}
.memberCommonBtnStyle2 button{
    font-weight: 700;
}
.memberCommonBtnStyle2 span{
    font-weight: 500;
}


/* 회원가입 join.volt */
#formMemberJoin .section1{
    margin-bottom: 70px;
}
#formMemberJoin .row1 dd{
    position: relative;
}
#formMemberJoin .btnBox{
    position: absolute;
    top: 0;
    /*right: 0;*/
    left: 425px;
    margin-top: 0;
}
#formMemberJoin .btnBox span{
    /*width: 113px;*/
    padding:0 20px;
}
#formMemberJoin .row dt{
    color: #212121;
}
#formMemberJoin .row dd input{
    width: 417px;
}
#formMemberJoin .section2 > p{
    margin-bottom: 46px;
    color: #212121;
    font-size: 18px;
    font-weight: 500;
}
#formMemberJoin .section2 .term + .term{
    margin-top: 15px;
}
#formMemberJoin .section2 .termBox{
    margin:0 28px 0 36px;
}
#formMemberJoin .section2 .subTitle{
    margin-bottom: 5px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}
#formMemberJoin .section2 .text{
    overflow: hidden;
    width: 100%;
    height: 150px;
    margin: 10px 0;
    padding: 15px 10px 15px 15px;
    border:1px solid #d2d2d2;
}
#formMemberJoin .section2 .text *{
    line-height: 1.5;
}
#formMemberJoin .section2 .text td{
    border:1px solid #222;
}
#formMemberJoin .section2 .text li{
    list-style-position: inside;
}
#formMemberJoin .section2 .text ul li{
    list-style-type: disc;
}
#formMemberJoin .section2 .text ol li{
    list-style-type: decimal;
}
#formMemberJoin .section2 .text blockquote{
    margin:30px 0;
    padding-left: 20px;
    border-left:3px solid #ddd;
}
#formMemberJoin .section2 .text blockquote p{
    font-weight: 500;
}
#formMemberJoin .section2 .agreeRow {
    margin-top: 15px;
    text-align: right;
}
#formMemberJoin .section2 .agreeRow label{
    font-weight: 500;
}

/* 회원가입 인증 메일 발송완료 joinResult.volt */
.joinResult .info{
    position: relative;
    margin:100px 0 0 60px;
}
.joinResult .info:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background-color: #91bed6;
}
.joinResult .btnResend{
    width: 220px;
}

/* 회원가입 완료 joinAuth.volt */
.joinAuth .guide{
    line-height: 1.5;
    color:#2e2c53;
    font-size: 16px;
    font-weight: 500;
}