.memberFrame{
    width:705px;
    background-color: #fff;
    padding:15px;
    box-sizing: border-box;
    margin:15px auto 0;
}
.memberTitle{
    border-bottom:1px solid #dadada;
    padding:15px 0;
}
.memberTitleText{
    font-size: 16px;
    font-weight: bold;
    color: #373737;
}
.formGuideText{
    font-size: 14px;
    color: #5957c5;
}
.joinCont{
    width:500px;
    margin:0 auto;
    overflow: hidden;
}
.joinCont1{
    margin-top:15px;
}
.joinContDl dt{
    float: left;
    width:113px;
    height:35px;
    line-height:35px;
    text-align: right;
    margin-right:17px;
}


/* --------------- 추천인 ID --------------- */
.joinContDl .joinInputText .btnReferral {
    height: 35px;
    position: relative;
    top: 2px;
    left: 6px;
    box-sizing: border-box;
}

.joinContDl .joinInputText .referralGuide {
    color: #b1b1b1;
    font-size: 12px;
}

.joinContDl .joinInputText .referralInput.noSelect {
    background-color: #f0f0f0;
}

.joinContDl dt.memberInputTitle{
    color: #606060;
}
.joinInputMail{
    margin-top:19px;
}
.joinInputMailCont{
    margin-top:5px;
}
.joinMailchkBox{
    display: inline-block;
    position: relative;
    top:4px;
    left: 6px;
    height: 35px;
}
.joinMailchkBox span{
    height:35px;
    box-sizing: border-box;
}
.joinNicknameDt{
    padding-top: 4px;
    margin-top: 2px;
}

.joinContDl dd{
    min-height:35px;
    margin-left: 130px;
    margin-bottom:25px;
}
.joinNicknameDd{
    margin-bottom: 20px !important;
}
.joinNicknameDd > span{
    font-size: 12px;
    color: #999;
}
.joinNicknameDd .nicknameByteWrap{
    margin-top: 6px;
    vertical-align: -2px;
    padding-left: 3px;
}
.nicknameChkText{
    margin-top: 2px;
}
.mailChk{
    color: #1891c3;
    font-size: 12px;
}
.mailChkNo{
    color: #d74242;
    font-size: 12px;
}
.joinContDl .joinInputText.nameText{
    margin-bottom: 20px;
}
.joinContDl .joinInputText dd:nth-child(8){
    margin-bottom: 25px;
}
.joinContDl .joinInputText input{
    width:240px;
    height:35px;
    padding-left:8px;
    border:1px solid #dadada;
    box-sizing: border-box;
}
.joinContDl .joinNicknameDd .formGuideText{
    font-size:12px;
}
.birthInput{
    margin-bottom: 15px !important;
}
.newsletterReceptionWrap{
    margin-top:6px;
}
.joinBirthGuide{
    color: #b1b1b1;
    font-size: 12px;
}
.zipCodeInput{
    width: 115px;
    height:36px;
    margin-top: 5px;
    background-color: #f2f2f2;
    border:1px solid #dadada;
    box-sizing: border-box;
    padding-left:8px;
}
.addressInput{
    background-color: #f2f2f2;
    margin-bottom: 10px;
}
.zipCodeBox{
    display: inline-block;
    width:91px;
    height:35px;
    margin-left:5px;
    cursor: pointer;
}
.zipCodeBox span{
    height:36px;
    line-height: 21px;
}
.btn16{
    display: block;
    padding: 10px 0;
    width: 100%;
    border:1px solid #dadada;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}
.btn16:hover{
    background-color: #f9f9f9;
}
.joinInterestInfo{
    line-height:35px;
    color: #b1b1b1;
    font-size: 12px;
}
.joinInterestWrap{
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
}
.joinInterestWrap > div{
    float: left;
    width:240px;
}
.joinInterestFieldWrap{
    margin-right:20px;
}
.joinInterestWrap li{
    padding:15px;
}
.joinInterestFieldList,
.joinInterestArticleList{
    border:1px solid #dadada;
    box-sizing: border-box;
    width: 240px;
}
.joinInterestWrap > div > span{
    display: inline-block;
    color: #7c7c7c;
    font-size: 13px;
    margin-bottom:8px;
}
.joinCont2{
    margin-bottom:20px;
}
.memberGradeBox{
    position: relative;
    width: 500px;
    margin:0 auto;
    box-sizing: border-box;
    margin-bottom:5px;
}
.gradeHover:hover > .memberGradeCover{
    display: block;
    cursor: pointer;
}
.memberGradeBox > span{
    font-size: 14px;
    color: #757575;
    line-height: 1.2em;
}
.memberGradeBronze{
    border:2px solid #1891c3;
}
.memberGradeSilver{
    border:1px solid #c9c9ca;
}
.memberGradeGold{
    border:1px solid #d7e844;
}
.memberGradeBoxTitle{
    height:38px;
    padding-top: 11px;
    padding-left: 15px;
    letter-spacing: 1px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.memberGradeBoxTitle1{
    background: rgba(171,121,51,1);
    background: -moz-linear-gradient(left, rgba(171,121,51,1) 0%, rgba(227,161,68,1) 40%, rgba(227,161,68,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(171,121,51,1)), color-stop(40%, rgba(227,161,68,1)), color-stop(100%, rgba(227,161,68,1)));
    background: -webkit-linear-gradient(left, rgba(171,121,51,1) 0%, rgba(227,161,68,1) 40%, rgba(227,161,68,1) 100%);
    background: -o-linear-gradient(left, rgba(171,121,51,1) 0%, rgba(227,161,68,1) 40%, rgba(227,161,68,1) 100%);
    background: -ms-linear-gradient(left, rgba(171,121,51,1) 0%, rgba(227,161,68,1) 40%, rgba(227,161,68,1) 100%);
    background: linear-gradient(to right, rgba(171,121,51,1) 0%, rgba(227,161,68,1) 40%, rgba(227,161,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7933', endColorstr='#e3a144', GradientType=1 );
    border-bottom:1px solid #e3a044;
}
.memberGradeBoxTitle2{
    background: rgba(150,150,151,1);
    background: -moz-linear-gradient(left, rgba(150,150,151,1) 0%, rgba(201,201,202,1) 40%, rgba(201,201,202,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(150,150,151,1)), color-stop(40%, rgba(201,201,202,1)), color-stop(100%, rgba(201,201,202,1)));
    background: -webkit-linear-gradient(left, rgba(150,150,151,1) 0%, rgba(201,201,202,1) 40%, rgba(201,201,202,1) 100%);
    background: -o-linear-gradient(left, rgba(150,150,151,1) 0%, rgba(201,201,202,1) 40%, rgba(201,201,202,1) 100%);
    background: -ms-linear-gradient(left, rgba(150,150,151,1) 0%, rgba(201,201,202,1) 40%, rgba(201,201,202,1) 100%);
    background: linear-gradient(to right, rgba(150,150,151,1) 0%, rgba(201,201,202,1) 40%, rgba(201,201,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969697', endColorstr='#c9c9ca', GradientType=1 );
    border-bottom:1px solid #c9c9ca;
}
.memberGradeBoxTitle3{
    background: rgba(161,173,51,1);
    background: -moz-linear-gradient(left, rgba(161,173,51,1) 0%, rgba(216,232,68,1) 40%, rgba(216,232,68,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(161,173,51,1)), color-stop(40%, rgba(216,232,68,1)), color-stop(100%, rgba(216,232,68,1)));
    background: -webkit-linear-gradient(left, rgba(161,173,51,1) 0%, rgba(216,232,68,1) 40%, rgba(216,232,68,1) 100%);
    background: -o-linear-gradient(left, rgba(161,173,51,1) 0%, rgba(216,232,68,1) 40%, rgba(216,232,68,1) 100%);
    background: -ms-linear-gradient(left, rgba(161,173,51,1) 0%, rgba(216,232,68,1) 40%, rgba(216,232,68,1) 100%);
    background: linear-gradient(to right, rgba(161,173,51,1) 0%, rgba(216,232,68,1) 40%, rgba(216,232,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1ad33', endColorstr='#d8e844', GradientType=1 );
    border-bottom:1px solid #d7e844;
}
.memberGradeBoxCont{
    overflow: hidden;
    padding:10px 30px;
    box-sizing: border-box;
}
.memberGradeBoxCont ul li:before{
    content: '·';
    font-size: 25px;
    vertical-align: -3px;
}
.memberGradeBoxCont ul{
    float: left;
    padding-top:6px;
}
.memberGradeBoxCont > div > img{
    float: right;
}
.memberGradeCover{
    display: none;
    padding-top:58px;
    box-sizing: border-box;
    color: #7f7f7f;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
}
.memberGradeCover > span{
    font-size: 20px;
    color: #1891c3;
    font-weight: bold;
}
.memberGradeCover{
    position: absolute;
    width:500px;
    top:-1px;
    left:-1px;
    height:140px;
    background: rgba(255,255,255,0.8);
    text-align: center;
}
.joinAgreeWrap{
    padding-left:30px;
    padding-top: 10px;
    box-sizing: border-box;
}
.usingAgreeWrap{
    position: relative;
    width:442px;
}
.inputWrap {
    position:absolute;
    top: 13px;
    left: 15px;
}
.inputWrap1{
    width: 120px;
}
.inputWrap2{
    width: 190px;
}
.agreeTitle{
    padding:0 15px;
    box-sizing: border-box;
    border:1px solid #e9e9e9;
    background-color: #f9f9f9;
    width:442px;
    height:41px;
    padding-top:12px;
    overflow: hidden;
}
.agreeTitle:hover{
    background-color: #f2f2f2;
    cursor: pointer;
}
.agreeTitle img{
    float: right;
    margin-top:4px;
}

.personAgreeCont{
    width:442px;
    height:207px;
    overflow: hidden;
    border:1px solid #e9e9e9;
    border-top:none;
    color: #828282;
    font-size: 14px;
    line-height: 1.5em;
    box-sizing: border-box;
    padding:15px 0px 15px 10px;
}
.termsWrap {
    overflow: auto;
}
.wikicontentWrap{
    padding: 0 7px;
}

.agreeGuide{
    border:1px solid #e9e9e9;
    background-color: #f9f9f9;
    width:442px;
    box-sizing: border-box;
    padding:13px 15px;
    font-size: 14px;
    color: #121212;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.joinBox{
    width:180px;
    margin:40px auto 20px;
}
.joinBox button{
    font-size: 16px;
    font-weight: 500;
}
.btn18{
    border: 1px solid #1891c3;
    background-color: #1891c3;
    padding: 10px 0;
    color: #fff;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
}
.btn18:hover{
    border: 1px solid #177ea9;
    background-color: #177ea9;
}
/*성별체크*/
.joinGender{
    position: relative;
    overflow: hidden;
    padding-top: 8px;
    box-sizing: border-box;
    margin: 15px 0 !important;
}
.joinGender input{
    vertical-align: -1px;
}
.joinGender{
    overflow: hidden;
}

.joinGender > div{
    float: left;
}
.joinGenderBox{
    margin-right:10px;
}
/*성별체크 끝*/

.joinJobSelect select{
    width:240px;
    height:35px;
    border:1px solid #dadada;
    box-sizing: border-box;
    padding-left:3px;
}

/* joinInfoWrap1 input box*/
.joinInfoWrap1 input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
    width: 13px;
    height: 13px;
    vertical-align: -1px;
    margin-right: 5px;
}

/*input box end*/

.addressChoiceWrap{
    margin-bottom: 10px;
    padding-top: 10px;
}
/*join address radio button*/
.addressChoice input[type="radio"] {
    vertical-align: -2px;
    margin-right: 5px;
}
.addressChoice{
    overflow: hidden;
}
.addressChoice > div{
    float: left;
}
.addressChoice .addressChoiceBox{
    margin-right:10px;
}

.joinInterestWrap li{
    position: relative;
    overflow: hidden;
}
.joinInterestWrap input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
    float: right;
}
/*joinInterestWrap input box end*/

/*joinCont3 input box*/
.joinCont3 input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
    vertical-align: -1px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
}
/*joinCont3 input box end*/


/*-----------------------joinAuth(회원가입완료)-------------------------*/
.memberFrame2{
    width:500px;
    margin: 15px auto 0;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}
.memberFrame530{
    width:530px;
    margin:15px auto 0;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.memberTitle2{
    border-bottom:2px solid #1891c3;
    padding-bottom: 10px;
    overflow: hidden;
    color: #373737;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
}
.memberTitle2 > img{
    float: right;
}
.memberContText{
    margin-top:20px;
    text-align: center;
    font-weight: 500;
}
.memberContText p{
    color: #373737;
    line-height: 1.5em;
    font-size: 16px;
}
.memberContText .tsTxt {
    margin: 15px 0;
}
.memberContText .tsBtn {
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1891c3;
    color: #1891c3;
    text-decoration: none;
}

.gradeBoxBronze{
    border: 1px solid #e3a044;
}
.memberGuideBox > span{
    color: #757575;
    font-size: 14px;
    line-height: 1.5em;
}
.memberGuideBox > span > a {
    color: #543dff;
}
.memberGuideBox > span > a:visited{
    color: #543dff;
}
.memberBottomBox{
    overflow: hidden;
}
.memberBottomBox a{
    text-decoration: none;
    color: #7e7e7e;
    font-size: 16px;
}
.memberBottomBox span{
    padding:15px 0;
}
.memberBottomLogin{
    width:265px
}
.memberBottomIndex{
    width:265px
}
.btn17{
    display: block;
    padding:15px 0;
    background-color: #Fff;
    text-align: center;
    border:1px solid #dadada;
    box-sizing: border-box;
    cursor: pointer;
}
.btn17:hover{
    background-color: #1891c3;
    border:1px solid #1891c3;
    color: #fff;
}
.btn17:hover span{
    color: #fff;
}
.reissuePwBox{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}

/*-----------------------joinAuth(회원가입완료) end-------------------------*/


/*-----------------------------joinResult-----------------------------*/
.memberContText2{
    padding:20px 15px;
    color: #373737;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom:1px solid #cecece;
}
.resultInfoWrap{
    margin: 30px 0 0;
    text-align: center;
}
.resultInfoWrap > dl{
    overflow: hidden;
    width: 290px;
    margin: 0 auto;
}
.resultInfoWrap dt{
    float: left;
    width:45px;
    height: 20px;
    text-align: right;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    margin-bottom: 15px;
}
.resultInfoWrap dd{
    margin-left: 45px;
    width:255px;
    height: 20px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 15px;
}
.resultSendBox{
    width: 250px;
    height:45px;
}
.resultSendBox > span {
    padding: 16px 0;
    font-size: 15px;
    color: #7e7e7e;;
}

/*-----------------------------joinResult end-----------------------------*/


/*-----------------------pwModifyTokenConfirm(비번변경확인) -------------------------*/
.padding15{
    padding:15px;
    box-sizing: border-box;
}
.memberSubTitle{
    padding:10px 0 10px 8px;
    border-bottom: 1px solid #dadada;
    color: #1891c3;
    font-size: 14px;
    font-weight: bold;
}
.memberCont{
    text-align: center;
    font-size: 16px;
}
.memberTitle3{
    border-bottom:2px solid #1891c3;
    padding-bottom: 10px;
    overflow: hidden;
    color: #373737;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}
.memberBottomLogin2{
    width:250px;
}
.memberBottomIndex2{
    width:250px;
}
.successBox span{
    padding:15px 0;
}
/*-----------------------pwModifyTokenConfirm(비번변경확인) end-------------------------*/


/*-----------------------idConfirm(아이디확인)-------------------------*/
.memberIdConfirmCont{
    text-align: center;
}
.joinIdConfirm > span{
    font-size: 18px;
}
.joinDate{
    margin-top:10px;
}
.joinDate > span{
    font-size: 16px;
    color: #9d9d9d;
}
.memberBottomPw{
    width: 250px;
}
/*-----------------------idConfirm(아이디확인) end-------------------------*/


/*-----------------------pwModifyToken(비번변경)-------------------------*/
.reissuePwDl{
    width:360px;
    margin:0 auto;
    overflow: hidden;
}
.reissuePwDl > dt{
    float: left;
    width:100px;
    height:35px;
    line-height:35px;
    text-align: right;
    box-sizing: border-box;
}
.reissuePwDl > dd{
    width:240px;
    margin-left: 120px;
    margin-bottom:15px;
}
.idText{
    width:240px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
}
.reissuePwDl > dd > input{
    width:240px;
    height:35px;
    border:1px solid #dadada;
    box-sizing: border-box;
    padding-left:8px;
}
.modifyPwBox{
    width:250px;
    box-sizing: border-box;
}
.memberBottomCancel{
    width:250px;
    box-sizing: border-box;
}
.memberBottomCancel span{
    padding:15px 0;
}
.modifyPw{
    width:100%;
    height: 48px;
    line-height: 17px;
    color: #7e7e7e;
    font-size: 16px;
    cursor: pointer;
}
/*-----------------------pwModifyToken(비번변경) end-------------------------*/


/*-----------------------findAccount(아이디비번찾기)-------------------------*/
.memberGuideText{
    color: #9d9d9d;
    font-size: 14px;
    margin-top: 10px;
}
.findAccountFormWrap{
    width:330px;
    margin:25px auto 15px;
}
.findEmailWrap{
    padding-bottom:15px;
}
.findAccountDl{
    overflow: hidden;
    display: flex;
    width: 304px;
    margin: 0 auto;
}
.findAccountDl > dt{
    float: left;
    width:72px;
    height:35px;
    line-height:35px;
    margin-bottom:15px;
    text-align: left;
    color: #373737;
}
.findAccountDl > dd{
    float: right;
    width:240px;
}
.findAccountDl > dd > input {
    width:240px;
    height:35px;
    padding-left:8px;
    margin-bottom:15px;
    border:1px solid #dadada;
    box-sizing: border-box;
}
.findAccountBottomBox{
    width:240px;
    height:40px;
    margin:10px auto 0;
}
.findAccountBottomBox > button{
    font-weight: bold;
}
.memberSubTitle2{
    padding: 10px 0 10px 8px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    color: #1891c3;
    font-size: 14px;
    font-weight: bold;
}
.findAccountBottomBox2 {
    overflow: hidden;
    height: 46px;
}
.findAccountBottomBox2 > div{
    float: left;
    width:235px;
    height:45px;
    box-sizing: border-box;
}
.accountResultLogin{

}
.accountResultLogin > a{
    text-decoration: none;
    color: #7e7e7e;
    font-size: 16px;
}
.accountResultLogin > a:visited{
    color: #7e7e7e;
}
.accountResultLogin > a > span{
    font-weight: 500;
    padding:14px 0;
}
.accountResultLogin > a {
    color: #7e7e7e;
}
.accountResultPw > span{
    font-size: 16px;
    padding:14px 0;
    color: #7e7e7e;
    font-weight: 500;
}
.accountResultMail{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 20px 0 5px 0;
}

.accountResultDate{
    color: #9d9d9d;
    font-size: 16px;
    text-align: center;
    padding:5px 0 20px;
    border-bottom:2px solid #eeeeee;
}
.findResultArea{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}
.findResultArea2{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 35px;

 }
.forgotPasswordResultArea{
    text-align: center;
    font-weight: 500;
    padding:30px 0;
}
.findAccountBottomBox3 {
    overflow: hidden;
}

.findAccountBottomBox3 > div{
    width:235px;
    height:45px;
    float: left;
}

.findAccountBottomBox3 > div > span {
    padding: 14px 0;
}
.findAccountBottomBox3 span{
    font-size: 16px;
    padding:13px 0;
    color: #7e7e7e;
    font-weight: 500;
}

.findAccountBottomBox3 a{
    text-decoration: none;
}


/*-----------------------findAccount(아이디비번찾기) end-------------------------*/


/*-----------------------login(index css로)-------------------------*/
.loginFormWrap{
    width:320px;
    margin:20px auto 0;
}
.loginFrame{
    width:500px;
    margin:15px auto 0;
    padding:15px;
    box-sizing: border-box;
    background-color: #fff;
}
.loginSection{
    width:240px;
    margin:20px auto 0;
}
.afterLogin{
    text-align: center;
}
.afterLogin > span{
    color: #cb3c3c;
    line-height:1.4em;
}
.loginInput{
    width:240px;
    height:35px;
    border: 1px solid #dadada;
    padding-left:8px;
    box-sizing: border-box;
}
.loginChkBox{
    position: relative;
    overflow: hidden;
    height:16px;
}
.loginChkBox input:first-child{
    float: left;
}
.loginChkBox input:last-child{
    float: right;
}

.loginBox > button{
    font-size: 16px ;
}
.findAccountLink {
    text-align: center;
    padding:15px 0 28px;
}
.findAccountLink a{
    color: #8e8e8e;
}
.findAccountLink a:visited{
    color: #8e8e8e;
}
.loginSns > span{
    display: block;
    color: #7e7e7e;
}
.loginSns > span:hover{
    color: #373737;
}
.loginLine{
    width:162px;
    height:1px;
    margin:25px auto;
    background-color: #dadada;
}
.loginBottomJoin a{
    text-decoration: none;
    color: #373737;
}
.loginBottomJoin a:visited{
    color: #373737;
}
.loginBottomJoin{
    margin-bottom:15px;
}
.loginBottomJoin span{
    font-weight: bold;
}
.loginChkBox input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
}
.loginChkBox input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 21px; /* 글자와 체크박스 사이의 간격을 변경 */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #8b8b8b;
}
.loginChkBox input[type="checkbox"]#loginKeep + label {
    position: absolute;
    right: 0;
    display: inline-block;
    padding-left: 21px; /* 글자와 체크박스 사이의 간격을 변경 */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #8b8b8b;
}
.loginChkBox input[type="checkbox"] + label:before { /* 가짜 체크박스 */
    content: '';
    position: absolute;
    left: 0;
    width: 16px; /* 체크박스의 너비를 지정 */
    height: 16px; /* 체크박스의 높이를 지정 */
    line-height: 16px; /* 세로정렬을 위해 높이값과 일치 */
    background: url(/assets/images/tokenpost/member/icnCheckBlank.png) no-repeat;
}
.loginChkBox input[type="checkbox"]:checked + label:before { /* 체크박스를 체크했을때 */
    background: url(/assets/images/tokenpost/member/icnCheck.png) no-repeat;
}
/*-----------------------login(index css로) end-------------------------*/



.member_subTxt{
    color: #767676;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.member_subTxt span{
    color: #292929;
    font-weight: bold;
}

