/* CSS Document */

/* 로그인 */

.loginWrap .head .header {}

.contents.loginBox {
    width: 866px !important;
    margin: auto;
    float: none;
}

.loginBox.contents {}

.loginBox.contents .headTit {
    border-bottom: #432c10 solid 5px;
    height: 47px;
    width: 866px;
    margin: 0 auto;
}

.loginBox.contents .headTit .tit {
    background: url(../../../images/ko/common/join/loginTit.gif) no-repeat;
    width: 467px;
    height: 47px;
    line-height: 200px;
    overflow: hidden;
}

.loginWrap .location {
    margin: 0 0 -20px 0;
}

.loginWrap .loginBox.contents {
    width: 866px;
}

.loginBox .top {
    background: url(../../../images/ko/common/join/loginTop.gif) no-repeat;
    width: 600px;
    height: 144px;
    margin: auto;
}

.loginBox .top.bMember {
    background: url(../../../images/ko/common/join/loginTopB.gif) no-repeat;
}

.loginBox .top .logo,
.loginBox .top .info {
    position: absolute;
    left: -9999%;
}

/*20150804 top 70으로 고쳐주세요.*/

.loginBox .box {
    background: #f1ebd6;
    border-top: #a1886f solid 3px;
    padding: 70px 0 60px 0;
    width: 600px;
    margin: auto;
}

.loginBox .box .formBox {
    width: 404px;
    margin: auto;
    position: relative;
}

.loginBox .box .cBox {
    color: #444;
}

.loginBox .box h2.tit {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background: #6CC;
    padding: 20px 0
}

.loginBox .inputId .id,
.loginBox .inputPw .pw {
    background: url(../../../images/ko/common/join/loginInputBgText.gif) no-repeat #FFF;
    width: 280px;
    margin: 0;
}

.loginBox .inputId .id {
    background-position: 2px 3px;
    margin: 0 0 7px 0;
}

.loginBox .inputPw .pw {
    background-position: 2px -29px
}

.loginBox .inputId .uiFocus {
    background-image: none
}

.loginBox .inputPw .uiFocus {
    background-image: none
}

.loginBox .formBox .loginSet {
    position: relative;
    /* width:378px; */
    zoom: 1;
}

.loginBox .formBox .loginSet .inputForm {
    position: relative;
    width: 404px;
    height: 60px;
    margin: 0 0 7px 0;
}

.loginBox .formBox .loginSet .inputForm .inputId {
    position: absolute;
    left: 0px;
    top: 0px;
}

.loginBox .formBox .loginSet .inputForm .inputPw {
    position: absolute;
    left: 0px;
    top: 32px;
}

.loginBox .formBox .loginSet .loginBtn {
    position: absolute;
    right: 0px;
    top: 0;
    padding-left: 5px;
}

@-moz-document url-prefix() {
    .loginBox .formBox .loginSet .loginBtn {
        position: absolute;
        right: 0px;
        top: 0;
        padding-left: 5px
    }
}

.loginBox .formBox .loginSet .loginBtn .btnLogin {
    width: 104px;
    height: 58px;
    margin: 0;
    background: url(../../../images/ko/common/join/loginBtnLogin.gif) no-repeat !important;
    border: none;
    font-size: 0;
    line-height: 200px;
    overflow: hidden;
}

.loginBox .formBox .loginSet .msg {
    font-size: 11px;
    color: #6e583e;
    padding: 3px 0;
    margin: 5px 0 0 0;
}

/*2013-10-23 수정-비회원로그인 인풋박스 텍스트 짤림현상*/

.loginBox .formBox .loginSet .inputFormNo {
    width: 328px
}

.loginBox .formBox .loginSet .inputFormNo input {
    color: #727272;
    font-weight: bold;
}

/* .loginBox .formBox .loginSet .inputFormNo input.rNum{ width:208px;}
.loginBox .formBox .loginSet .inputFormNo input.rName1{ width:98px; font-size: 11px;margin-top:5px; height:15px;}
.loginBox .formBox .loginSet .inputFormNo input.rName2{ width:97px;font-size: 11px;margin-top:5px; height:15px;}  */

/*20150804 비회원 로그인 박스 사이즈 수정 아래 3줄 전부다 가져가세요*/

.loginBox .formBox .loginSet .inputFormNo input.rNum {
    width: 255px;
}

.loginBox .formBox .loginSet .inputFormNo input.rName1 {
    width: 121px;
    font-size: 11px;
    margin-top: 5px;
    height: 15px;
}

.loginBox .formBox .loginSet .inputFormNo input.rName2 {
    width: 120px;
    font-size: 11px;
    margin-top: 5px;
    height: 15px;
}

.loginBox .formBox .inputId label,
.loginBox .formBox .inputPw label {
    position: absolute;
    left: -9999%;
}

.loginBox .formBox .btn {
    margin: 5px 0 0 0;
    font-size: 0;
}

.loginBox .formBox .btn .btnJoin {
    background: url(../../../images/ko/common/join/loginBtnJoin.gif) no-repeat;
    width: 107px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
    margin: 0 4px 0 0;
}

.loginBox .formBox .btn .btnLostIdPw {
    background: url(../../../images/ko/common/join/loginBtnLostIdPw.gif) no-repeat;
    width: 154px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.loginBox .formBox .btn .btnLostId {
    background: url(../../../images/ko/common/join/loginBtnLostId.gif) no-repeat;
    width: 194px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
    margin: 0 4px 0 0;
}

.loginBox .formBox .btn .btnLostPw {
    background: url(../../../images/ko/common/join/loginBtnLostPw.gif) no-repeat;
    width: 95px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.loginBox .tabForm .rBtn {
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    padding-bottom: 10px;
    display: block;
    position: relative;
    top: 70px;
    left: 40px;
    width: 482px;
    margin: 0 auto;
}

.loginBox .tabForm .rBtn a {
    display: block;
    background: #FFF;
    border: solid 1px #333333;
    padding: 3px 10px;
    width: 250px;
    text-align: center;
}

.loginBox .formBox .tabForm {
    padding: 30px 0px 0px 0px;
    margin: 0 0 10px 0;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.loginBox .formBox .tabForm .ctn {
    float: left;
    width: 100%;
}

.loginBox .formBox .tabForm .ctn .rBtn {
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    position: absolute;
    top: 0px
}

.loginBox .formBox .tabForm .ctn .rBtn a {
    display: block;
    background: #FFF;
    border: solid 1px #333333;
    padding: 3px 10px;
    width: 250px;
    text-align: center;
}

/* .loginBox .formBox .tabForm .ctn .cBox{ display:none; overflow:hidden; zoom:1; } */

/* .loginBox .formBox .tabForm .ctnOn .cBox{ display:block} */

/* .loginBox .formBox .tabForm .ctnOn .rBtn a{ font-weight:bold; background:#6FF} */

/* .loginBox .formBox .tabForm .ctn1 .rBtn{ left:0px;} */

/* .loginBox .formBox .tabForm .ctn2 .rBtn{ left:70px;} */

/* .loginBox .formBox .tabForm .ctn2 .cBox{margin:0px 0 0 0} */

/*20150804 아래두줄 새로 추가*/

.loginBox .tabForm .ctn {
    display: none;
    overflow: hidden;
    zoom: 1;
}

.loginBox .tabForm .ctnOn {
    display: block
}

/*20150626*/

/*  아이디찾기  */

.popLayerFindId .formBox span.nameK {
    background-image: url(../../../images/ko/common/join/popFindPwLabel_name.gif);
    background-position: 4px 3px;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
    height: 23px;
    width: 68px;
}

.popLayerFindId .formBox label.emailId {
    position: static;
    left: auto;
    background: url(../../../images/ko/common/join/popFindIdLabel2.gif) no-repeat 0px 0px;
    no-repeat;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
    height: 23px;
    width: 68px;
}

.popLayerFindId .formBox input.nameK,
.popLayerFindId .formBox input.emailId {
    width: 254px;
}

.popLayerFindId .formBox label.rName1,
.popLayerFindId .formBox label.rName2 {
    position: absolute;
    left: -9999%;
}

.popLayerFindId .formBox input.rName1,
.popLayerFindId .formBox input.rName2 {
    width: 120px;
}

.popLayerFindId .step2 .resultBox {
    margin: 0 0 10px 0;
    text-align: center;
}

.popLayerFindId .step3 .resultBox {
    text-align: center;
}

.popLayerFindId .btnSubmit {
    background-image: url(../../../images/en/common/join/popFindIdBtnSubmit.gif);
    width: 68px;
}

.popLayerFindId .btnCancel {
    background-image: url(../../../images/en/common/join/popFindIdBtnCancel.gif);
    width: 68px;
}

.popLayerFindId .btnJoin {
    background-image: url(../../../images/en/common/join/popFindIdBtnJoin.gif);
    width: 87px;
}

.popLayerFindId .btnLostId {
    background: url(../../../images/ko/common/join/loginBtnLostId.gif) no-repeat;
    width: 194px;
    height: 27px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .btnLostPw {
    background: url(../../../images/ko/common/join/loginBtnLostPw.gif) no-repeat;
    width: 95px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .btnLostPw {
    background-image: url(../../../images/en/common/join/loginBtnLostPw.gif);
    width: 121px;
}

/*20150626 end*/

.loginBox .ctn2 .inputId .id,
.loginBox .ctn2 .inputPw .pw {
    background: url(../../../images/ko/common/join/loginInputBgTextNoM.gif) no-repeat #FFF;
    width: 208px;
    margin: 0;
}

.loginBox .ctn2 .inputId .id {
    background-position: 2px 3px;
}

.loginBox .ctn2 .inputPw .pw {
    background-position: 2px -29px;
}

.loginBox .ctn2 .inputId .uiFocus {
    background: #FFF;
}

.loginBox .ctn2 .inputPw .uiFocus {
    background: #FFF;
}

.loginBox .copyright {
    text-align: center;
    background: #CCF;
    padding: 10px;
}


.ctnJoin {
    width: 866px;
    margin: auto;
}

/*11/7추가*/

.loginT {
    background: none repeat scroll 0 0 #FBFBFB;
    text-align: center;
    border: 1px solid #E9E9E9;
    padding: 8px 20px;
    width: 557px;
    margin: 10px auto;
}

.loginT p {
    color: #666666;
}

/*20150804 추가 온라인 계정 활성화 border: 1px solid #E9E9E9; */

.beLogin {
    background: #f1ebd6;
    padding: 20px 0 20px 0;
    width: 600px;
    margin: 10px auto;
}

.beLogin .tpBox {
    color: #666666;
    width: 420px;
    margin: 0 auto;
    line-height: 16px;
}

.beLogin .btnBox {
    padding-top: 20px;
    width: 212px;
    margin: 0 auto;
}

/*가입안내팝업*/

.popLayerJoinGuide {
    width: 460px;
    margin: 0 0 0 -230px;
    left: 50%;
}

.popLayerJoinGuide .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -350px;
}

.popLayerJoinGuide .popCtn {
    overflow: hidden;
}

.popLayerJoinGuide .box1 {
    width: 200px;
    float: left
}

.popLayerJoinGuide .box2 {
    width: 177px;
    float: right;
    border-left: #a1886f solid 1px;
    padding: 0 0 0 12px;
}

.popLayerJoinGuide .box .tit {
    font-weight: bold;
    margin: 0 0 5px 0;
}

.popLayerJoinGuide .box .info {
    min-height: 70px;
}

.popLayerJoinGuide .btnLogin {
    background: url(../../../images/ko/common/join/popJoinGuideBtnLogin.gif) no-repeat;
    width: 74px;
    height: 27px;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.popLayerJoinGuide .btnCertifi {
    background: url(../../../images/ko/common/join/popJoinGuideBtnCertifi.gif) no-repeat;
    width: 86px;
    height: 27px;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}


/*회원가입*/

.joinBody .contain .contents {
    float: none !important;
    width: auto !important;
    margin: auto !important;
}

/* .ctnJoin .joinStep{ height:51px; width:866px; background:#FFF; margin:auto; } */

/* .ctnJoin .headTit{ border-bottom:none;} */

/* .ctnJoin .joinStep .tit{ float:left; font-weight:bold; font-size:18px; display:none;} */

/* .ctnJoin .joinStep .step{ float:left;  height:39px;} */

/* .ctnJoin .joinStep .step li{ float:left;} */

/* .ctnJoin .joinStep .step li span{display:block; zoom:1; height:51px; background:url(../../../images/ko/common/join/joinStep.gif) no-repeat; text-indent:-9999%; overflow:hidden;} */

/* .ctnJoin .joinStep .step li.on span{  background:url(../../../images/ko/common/join/joinStepOn.gif) no-repeat;} */

/* .ctnJoinStep1 .joinStep .step li.t1 span{ background-position:0px 0px ; width:289px; } */

/* .ctnJoinStep1 .joinStep .step li.t2 span{ background-position:-289px 0px; width:288px; } */

/* .ctnJoinStep1 .joinStep .step li.t3 span{ background-position:-577px 0px; width:289px; } */

/* .ctnJoinStep2 .joinStep{ margin:0 0 15px 0;} */

/* .ctnJoinStep2 .joinStep .step li.t1 span{ background-position:0px 0px ; width:288px; } */

/* .ctnJoinStep2 .joinStep .step li.t2 span{ background-position:-288px 0px; width:289px; } */

/* .ctnJoinStep2 .joinStep .step li.t3 span{ background-position:-577px 0px; width:289px; } */

/* .ctnJoinStep3 .joinStep .step li.t1 span{ background-position:0px 0px ; width:288px; } */

/* .ctnJoinStep3 .joinStep .step li.t2 span{ background-position:-288px 0px; width:288px; } */

/* .ctnJoinStep3 .joinStep .step li.t3 span{ background-position:-576px 0px; width:290px; } */

.ctnJoin .joinStep {
    height: 51px;
    width: 866px;
    background: #FFF;
    margin: auto;
}

.ctnJoin .headTit {
    border-bottom: none;
}

.ctnJoin .joinStep .tit {
    float: left;
    font-weight: bold;
    font-size: 18px;
    display: none;
}

.ctnJoin .joinStep .step {
    float: left;
    height: 39px;
}

.ctnJoin .joinStep .step li {
    float: left;
}

.ctnJoin .joinStep .step li span {
    display: block;
    zoom: 1;
    height: 51px;
    background: url(../../../images/ko/common/join/joinStep.gif) no-repeat;
    text-indent: -9999%;
    overflow: hidden;
}

.ctnJoin .joinStep .step li.on span {
    background: url(../../../images/ko/common/join/joinStepOn.gif) no-repeat;
}

.ctnJoinStep1 .joinStep .step li.t1 span {
    background-position: 0px 0px;
    width: 289px;
}

.ctnJoinStep1 .joinStep .step li.t2 span {
    background-position: -289px 0px;
    width: 288px;
}

.ctnJoinStep1 .joinStep .step li.t3 span {
    background-position: -577px 0px;
    width: 289px;
}


/*20150625 추가 시작*/

.ctnJoinStep2 .joinStep .step li.t1 span {
    background-position: 0px 0px;
    width: 289px;
}

.ctnJoinStep2 .joinStep .step li.t2 span {
    background-position: -289px 0px;
    width: 288px;
}

.ctnJoinStep2 .joinStep .step li.t3 span {
    background-position: -577px 0px;
    width: 289px;
}

.ctnJoinStep3 .joinStep .step li.t1 span {
    background-position: 0px 0px;
    width: 289px;
}

.ctnJoinStep3 .joinStep .step li.t2 span {
    background-position: -289px 0px;
    width: 288px;
}

.ctnJoinStep3 .joinStep .step li.t3 span {
    background-position: -577px 0px;
    width: 289px;
}

/*20150625 추가 끝*/

/*온라인 계정 활성화 하기*/

.ctnJoin .onlineStep {
    height: 51px;
    width: 866px;
    background: #FFF;
    margin: auto;
}

.ctnJoin .headTit {
    border-bottom: none;
}

.ctnJoin .onlineStep .tit {
    float: left;
    font-weight: bold;
    font-size: 18px;
    display: none;
}

.ctnJoin .onlineStep .step {
    float: left;
    height: 39px;
}

.ctnJoin .onlineStep .step li {
    float: left;
}

.ctnJoin .onlineStep .step li span {
    display: block;
    zoom: 1;
    height: 51px;
    background: url(../../../images/ko/common/join/onlineStep.gif) no-repeat;
    text-indent: -9999%;
    overflow: hidden;
}

.ctnJoin .onlineStep .step li.on span {
    background: url(../../../images/ko/common/join/onlineStepOn.gif) no-repeat;
}

.onlineStep .step li.t1 span {
    background-position: 0px 0px;
    width: 216px;
}

.onlineStep .step li.t2 span {
    background-position: -216px 0px;
    width: 216px;
}

.onlineStep .step li.t3 span {
    background-position: -435px 0px;
    width: 214px;
}

.onlineStep .step li.t4 span {
    background-position: -652px 0px;
    width: 216px;
}

.onlineStep .step li.on.t1 span {
    background-position: 0px 0px;
    width: 216px;
}

.onlineStep .step li.on.t2 span {
    background-position: -216px 0px;
    width: 216px;
}

.onlineStep .step li.on.t3 span {
    background-position: -435px 0px;
    width: 214px;
}

.onlineStep .step li.on.t4 span {
    background-position: -652px 0px;
    width: 216px;
}

.ctnJoinStep1 .ctnJoin. .hTitS {
    border-bottom: none;
    display: none;
}

.ctnJoinStep1 .hTitS {
    height: 24px;
    margin: 0 0 5px 0;
}

.ctnJoinStep1 .hTitS .tit {
    float: left;
    padding: 25px 0 0 0;
    font-size: 12px;
    font-weight: bold;
}

.ctnJoinStep1 .btnViewAll {
    width: 63px;
    height: 23px;
    display: inline-block;
    line-height: 99px;
    overflow: hidden;
    background: url(../../../images/ko/common/join/btnViewAll.gif) no-repeat;
}

.btnList {
    padding: 30px 0 0 0;
}

.btnChange2 {
    background: url(../../../images/ko/common/mypage/btnChange2.gif) no-repeat;
    width: 137px;
    height: 44px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.btnCancel2 {
    background: url(../../../images/ko/common/mypage/btnCancel2.gif) no-repeat;
    width: 137px;
    height: 44px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}






/*step2*/

.text1 {
    color: #444;
    font-size: 14px;
    padding: 0 0 10px 0;
}

.textBox {
    padding: 10px 10px 0 10px;
    background-color: #f7f4ea;
    border: 1px solid #a1886f;
}

.textBox p {
    color: #444;
    padding-bottom: 10px;
}

.textBox p strong {
    display: inline-block;
    width: 140px;
    color: #7c6347;
}


/*step4*/

.onlieName {
    display: block;
    text-align: center;
}

.onlieName p {
    color: #444;
    font-size: 16px;
    padding-bottom: 10px;
}



/*20150611 시작 */

.inputForm2 {
    display: inline-block;
    width: 600px;
}

.inputForm2 input {
    /* background:transparent; */
    width: 100px;
}

.inputForm2 .Fname {
    margin-right: 5px;
}

.inputForm2 .Fname,
.inputForm2 .Lname {
    float: left;
    background: #fff;
}



/*.inputForm2 { background:url(../../images/ko/common/join/loginInputBgTextName.gif) no-repeat left top ; }*/

/*.inputForm2 .inputFirstname{ background-position:2px 3px; margin-right: 10px;}
.inputForm2 .inputLastname{ background-position:2px -29px;}
.inputForm2 .inputFirstname .uiFocus{ background-image:none}
.inputForm2 .inputLastname .uiFocus{ background-image:none}
*/

.inputForm2 label {
    left: -99999%;
    position: absolute;
}

/*20150611 끝*/

/*온라인 계정 활성화 하기 end*/

.ctnJoinStep1 .top {
    height: 160px;
    background: url(../../../images/ko/common/join/joinStepTop.gif) no-repeat;
    text-indent: -9999%;
    overflow: hidden;
}

.ctnJoinStep1 .top .tit,
.ctnJoinStep1 .top .info {
    position: absolute;
    left: -9999px;
}

.ctnJoinStep1 .hTit {
    margin: 0 0 23px;
    height: 40px;
    text-indent: -9999%;
    overflow: hidden;
}

.ctnJoinStep1 .hTit1 {
    background: url(../../../images/ko/common/join/joinStep1Tit1.gif) no-repeat;
}

.ctnJoinStep1 .hTit2 {
    background: url(../../../images/ko/common/join/joinStep1Tit2.gif) no-repeat;
}

.ctnJoinStep1 .ctnBox {
    background: #FFF;
    margin: 20px 0 0px 0;
    padding: 0px;
}

.ctnJoinStep1 .hTitS {
    height: 30px;
    margin: 0 0 0px;
}

.ctnJoinStep1 .hTitS .tit {
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: #444444;
    padding-top: 5px;
}
.ctnJoinStep1 .hTitS .info {
    float: right;
    height: 28px;
}

.ctnJoinStep1 .btnViewAll {
    width: 63px;
    height: 23px;
    display: inline-block;
    line-height: 99px;
    overflow: hidden;
    background: url(../../../images/ko/common/join/btnViewAll.gif) no-repeat;
}

/* 20171226 */
.ctnJoinStep1 .policyBox .box .table_normal,.ctnJoinStep1 .policyBox .box .table_info { margin:0 0 0px 0; border:none; border-top:#cdcbbe solid 1px; width:100%; border-collapse:collapse; table-layout:fixed; border-left: 1px solid #eceae1;}
.ctnJoinStep1 .policyBox .box .table_normal th,
.ctnJoinStep1 .policyBox .box .table_normal td,
,.ctnJoinStep1 .policyBox .box .table_info th,
,.ctnJoinStep1 .policyBox .box .table_info td { border:none; padding:6px 14px; line-height:27px; border-bottom:#eceae1 solid 1px; border-right:#eceae1 solid 1px; color:#888}
.ctnJoinStep1 .policyBox .box .table_normal th, .ctnJoinStep1 .policyBox .box .table_info th{color:#888; background:#f6f4eb; }
.ctnJoinStep1 .policyBox .box .table_normal td, .ctnJoinStep1 .policyBox .box .table_info td{ background:#FFF; color:#888; text-align: left;}
.ctnJoinStep1 .policyBox .box .table_normal th, .ctnJoinStep1 .policyBox .box .table_info th {background: #f1f1f1; color: #888;}
.ctnJoinStep1 .policyBox .box .table_normal .thR,.ctnJoinStep1 .policyBox .box .table_info .thR { background:#faf9f4}
.ctnJoinStep1 .policyBox .box .table_normal .bdBot,.ctnJoinStep1 .policyBox .box .table_info .bdBot {border-bottom:#cdcbbe solid 1px !important; }
.ctnJoinStep1 .policyBox .box,.ctnJoinStep1 .policyBox .box .table_info .box { color:#888!important;}
.ctnJoinStep1 .policyBox .box .table_info .box p,.ctnJoinStep1 .policyBox .box .table_info .box strong, .ctnJoinStep1 .policyBox .box .table_info .box span { color:#888!important;}
.ctnJoinStep1 .policyBox .box u {font-size:14px;line-height:14px}

.ctnJoinStep1 .policyBox {
    border: #CCC solid 1px;
    height: 60px;
    margin-top: 0;
    padding: 15px 20px;
    overflow: auto;
    overflow-x: hidden
}
/* 20171222 */
.ctnJoinStep1 .checkAgreeBox {
    padding: 7px 0 20px
}

.ctnJoinStep1 .guideMsg {
    background: #fbfbfb;
    padding: 17px 20px;
    border: #eaeaea solid 1px;
    margin: 0 0 10px 0;
    color: #666666
}

.ctnJoinStep1 .guideMsg p {
    color: #666
}

.ctnJoinStep1 .guideMsgBF {
    padding: 0px 0px;
    border: none;
    background: none;
}

.ctnJoinStep1 .guideMsgBF p {
    font-weight: bold;
}

/*20150630 아래 한줄 수정*/

.ctnJoinStep1 .tabBox {
    padding: 0px 0px 0px 0px;
    margin: 0 0 10px 0;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.ctnJoinStep1 .tabBox .ctn {
    float: left;
    width: 100%;
}

.ctnJoinStep1 .tabBox .ctn .tit {
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    position: absolute;
    top: 6px
}

.ctnJoinStep1 .tabBox .ctn .tit a {
    display: block;
    background: #FFF;
    border: solid 1px #333333;
    padding: 3px 10px;
    width: 250px;
    text-align: center;
}

.ctnJoinStep1 .tabBox .ctn .box {
    display: none;
    overflow: hidden;
    zoom: 1;
}

.ctnJoinStep1 .tabBox .ctnOn .box {
    display: block
}

.ctnJoinStep1 .tabBox .ctnOn .tit a {
    font-weight: bold;
    background: #6FF
}

.ctnJoinStep1 .tabBox .ctn1 .tit {
    left: 210px;
}

.ctnJoinStep1 .tabBox .ctn2 .tit {
    left: 440px;
}

.ctnJoinStep1 .tabBox .ctn2 .box {
    margin: 0px 0 0 0
}

/*20150630 아래 한줄 수정*/

.ctnJoinStep1 .tabCertiBox {
    padding: 0px 0px 0px 0px;
    margin: 0 0 10px 0;
    position: relative;
    overflow: hidden;
}

.ctnJoinStep1 .tabCertiBox .certiBox {
    margin: 0 0 0px 0;
    background: #FFF;
    float: left;
    width: 100%;
}

.ctnJoinStep1 .tabCertiBox .certiBox .titS {
    font-size: 11px;
    position: absolute;
    top: 0px;
}

.ctnJoinStep1 .tabCertiBox .certiBox .titS a {
    display: block;
    width: 145px;
    height: 37px;
    background: url(../../../images/ko/common/join/tabCertiBoxAc.gif) no-repeat;
    text-indent: -9999%;
    overflow: hidden;
}

.ctnJoinStep1 .tabCertiBox .certiBox .box {
    display: none;
    border: #e2d5c5 solid 1px;
    padding: 10px;
}

.ctnJoinStep1 .tabCertiBox .certiBoxOn .box {
    display: block
}

.ctnJoinStep1 .tabCertiBox .certiBoxOn .titS a {
    background: url(../../../images/ko/common/join/tabCertiBoxAcOn.gif) no-repeat;
}

.ctnJoinStep1 .tabCertiBox .certiBox1 .titS {
    left: 0px;
}

.ctnJoinStep1 .tabCertiBox .certiBox2 .titS {
    left: 145px;
}

.ctnJoinStep1 .tabCertiBox .certiBox1 .titS a {
    width: 145px;
    background-position: 0 0
}

.ctnJoinStep1 .tabCertiBox .certiBox2 .titS a {
    width: 179px;
    background-position: -145px 0
}


.ctnJoinStep1 .tabCertiBox .guideBox {
    padding: 10px;
    color: #666666
}

.ctnJoinStep1 .tabCertiBox .guideBox ol {}

.ctnJoinStep1 .tabCertiBox .guideBox ol li {
    background: url(../../../images/ko/mem/main/bul01.gif) no-repeat 0 9px;
    padding: 0 0 0 8px;
}

.ctnJoinStep1 .tabCertiBox .emailBox {
    padding: 10px;
    color: #666666;
    text-align: center;
}

.ctnJoinStep1 .tabCertiBox .emailBox label.emailCertifi {
    background: url(../../../images/ko/common/join/emailCertifiTxt.gif) no-repeat 0 1px;
    line-height: 99px;
    overflow: hidden;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
}

.ctnJoinStep1 .tabCertiBox .emailBox input.emailCertifi {
    width: 241px;
}

.ctnJoinStep1 .tabBox .ctn2 .tabCertiBox .certiBox .titS a {
    width: 145px;
    background: url(../../../images/ko/common/join/tabCertiBoxAc2On.gif) no-repeat;
}

.ctnJoinStep1 .btnMobileCertifi {
    background: url(../../../images/ko/common/join/btnMobileCertifi.gif) no-repeat;
    width: 136px;
    height: 27px;
    display: inline-block;
    line-height: 99px;
    overflow: hidden;
}

.ctnJoinStep1 .btnIpinCertifi {
    background: url(../../../images/ko/common/join/btnIpinCertifi.gif) no-repeat;
    width: 136px;
    height: 27px;
    display: inline-block;
    line-height: 99px;
    overflow: hidden;
}

.ctnJoinStep1 .btnEmailCertifi {
    background: url(../../../images/ko/common/join/btnEmailCertifi.gif) no-repeat;
    width: 136px;
    height: 27px;
    display: inline-block;
    line-height: 99px;
    overflow: hidden;
    vertical-align: middle;
}

.popLayerClauseAll {
    width: 866px;
    margin: 0 0 0 -433px;
    left: 50%;
}

.popLayerClauseAll .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -300px;
}

.popLayerClauseAll .popCtn,
.popLayerClauseAll .popCtn p {
    line-height: 18px;
    color: #646464
}



.popLayerAgreeAll {
    width: 866px;
    margin: 0 0 0 -433px;
    left: 50%;
}
/* 팝업 이미지 설정 20171215 */
.popLayerAgreeAll .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -710px;
}

.popLayerAgreeAllB .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -760px;
}

.popLayerAgreeAllC .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -810px;
}

.popLayerAgreeAllD .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -860px;
}

.popLayerAgreeAllE .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -910px;
}

.popLayerAgreeAllF .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -960px;
}

.popLayerAgreeAllG .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -1010px;
}

.popLayerAgreeAllH .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -1060px;
}

/* 팝업 위치 강제 지정 20171215 - 위치는 임의로 넣었는데요, html 상에서 미리보기가 안되어, 적당한 높이값 지정 부탁드립니다! */
.popLayerAgreeAll {top:250px;}
.popLayerAgreeAllB {top:450px;}
.popLayerAgreeAllC {top:650px;}
.popLayerAgreeAllD {top:850px;}
.popLayerAgreeAllE {top:1050px;}
.popLayerAgreeAllF {top:1250px;}
.popLayerAgreeAllG {top:1450px;}
.popLayerAgreeAllH {top:1650px;}


.popLayerAgreeAll .popCtn,
.popLayerAgreeAll .popCtn p,
.popLayerAgreeAll .popCtnfix,
.popLayerAgreeAll .popCtnfix p {
    line-height: 18px;
    color: #646464
}
.popLayerAgreeAll .popCtn {
    height:auto;
    overflow-y:auto;
    display:block;
}

.popLayerAgreeAll .popCtn u {font-size:14px;line-height:14px}
/* 20171222 이용약관 동의 1번 약관 팝업 크기 조절 */
.popLayerAgreeAll .popCtnfix{
    height:500px!important;
    overflow-y:scroll;
    display:block;
}


.popLayerAgreeAll .scrollBox,
.popLayerClauseAll .scrollBox {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    zoom: 1;
    /*scrollbar-base-color:#9b7f5b;*/
    scrollbar-face-color: #fdf8ef;
    scrollbar-shadow-color: #856f56;
    scrollbar-highlight-color: #FDF8EF;
    scrollbar-3dlight-color: #856f56;
    scrollbar-darkshadow-color: #FDF8EF;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #856f56;
}

.popLayerAgreeAll .scrollBox .scrollBoxIn,
.popLayerClauseAll .scrollBox .scrollBoxIn {
    width: 790px;
    padding-top: 10px;
}

.ctnJoin .contents {}

.ctnJoinStep2 a {
    text-decoration: underline;
    color: #03F
}

.ctnJoinStep2 .hTit {
    background: url(../../../images/ko/common/join/joinStep2Tit1.gif) no-repeat;
    margin: 40px 0 0px;
    height: 40px;
    line-height: 100px;
    overflow: hidden;
}

.ctnJoinStep2 .hTitS {
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    margin: 30px 0 0px 0;
}

.ctnJoinStep2 .hTitS .tit {
    float: left;
    font-weight: bold;
    color: #444444;
    font-size: 12px;
}

.ctnJoinStep2 .hTitS .info {
    float: right;
    padding: 3px 0 0 0;
}

.ctnJoinStep2 .btnJoinSend {
    background: url(../../../images/ko/common/join/btnJoinSend.gif) no-repeat;
    width: 137px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.ctnJoinStep2 .pwGuideBox {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    z-index: 10
}

.ctnJoinStep2 .pwGuideBox .btnPwHelp {}

.ctnJoinStep2 .pwGuideBox .pwGuide {
    display: none;
    position: absolute;
    left: 75px;
    top: 26px;
    width: 450px;
    border: #a1886f solid 1px;
    padding: 19px;
    background: #f7f4ea;
    z-index: 100;
    zoom: 1;
    color: #626262;
    font-size: 11px;
}

.ctnJoinStep2 .pwGuideBox .pwGuide .tit {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.ctnJoinStep2 .pwGuideBox .pwGuide .list li {
    background: url(../../../images/ko/mem/main/bul01.gif) no-repeat 0 9px;
    padding: 0 0 0 8px;
}

.ctnJoinStep2 .pwGuideBox .pwGuide .btnClose {
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../../../images/ko/common/join/btnClose.gif) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999%;
    overflow: hidden;
}

.ctnJoinStep2 .pwGuideBox .pwGuide .pwGuideArrow {
    position: absolute;
    left: 18px;
    top: -6px;
    background: url(../../../images/ko/common/join/pwGuideArrowTop.gif) no-repeat;
    width: 15px;
    height: 6px;
    overflow: hidden;
}


.ctnJoinStep2 .addressWrap {}

.ctnJoinStep2 .addressWrap input.address1 {
    width: 712px;
}

.ctnJoinStep2 .addressWrap input.address2 {
    width: 712px;
}

.ctnJoinStep2 .addressWrap .addressNew div.addressNew1,
.ctnJoinStep2 .addressWrap .addressNew div.addressNew2 {
    width: 650px
}

.ctnJoinStep2 .addressWrap .addressNew input.addressNew1,
.ctnJoinStep2 .addressWrap .addressNew input.addressNew2 {
    width: 653px
}


.tableJoinForm .emailRecepBox {
    padding: 6px 0 0 0;
}

.tableJoinForm .emailRecepBox .msgCheck3 {
    margin: 0 10px 0 0;
}

.tableJoinForm label.lastNameEn {
    margin: 0 10px 0 0;
}

.tableJoinForm input.lastNameEn {
    width: 150px;
    margin: 0 13px 0 0;
}

.tableJoinForm label.firstNameEn {
    margin: 0 10px 0 0;
}

.tableJoinForm input.firstNameEn {
    width: 150px;
    margin: 0 13px 0 0;
}


.tableJoinForm input.idForm {
    width: 150px;
    margin: 0 3px 0 0;
}

.tableJoinForm .btnIdChick {
    background: url(../../../images/ko/common/join/btnIdCheck.gif) no-repeat;
    width: 66px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.tableJoinForm input.pwForm1,
.tableJoinForm input.pwForm2 {
    width: 150px;
    margin: 0 3px 0 0;
}

.tableJoinForm .btnPwHelp {
    font-size: 11px;
    font-weight: normal;
    color: #806925;
    text-decoration: none;
}

.tableJoinForm .btnPwHelp .icoHelp {
    background: url(../../../images/ko/common/join/icoHelp.gif) no-repeat;
    width: 15px;
    height: 14px;
    margin: 0 0 0 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.tableJoinForm .msgCheck1,
.tableJoinForm .msgCheck2 {
    color: #727272;
    margin: 0 0 0 7px;
}

.tableJoinForm .btnSchAddress {
    background: url(../../../images/ko/common/join/btnSchAddress.gif) no-repeat;
    width: 66px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.tableJoinForm .zipcode1,
.tableJoinForm .zipcode2 {
    width: 36px;
}

.tableJoinForm input.address1 {
    width: 710px
}

.tableJoinForm input.address2 {
    width: 710px;
}

.tableJoinForm span.addressNew {
    display: block;
    float: left;
    width: 42px;
    padding: 5px 0 0 0;
}

.tableJoinForm div.address1 {
    padding: 2px 0;
}

.tableJoinForm div.address2 {
    padding: 2px 0;
}

/*.tableJoinForm div.addressNew1,
.tableJoinForm div.addressNew2{ margin:0 0 0 42px; padding:2px 0;}*/

.tableJoinForm input.addressNew1 {
    width: 668px;
}

.tableJoinForm input.addressNew2 {
    width: 668px;
}

.tableJoinForm .spDayBox {
    padding: 2px 0;
}

.tableJoinForm .btnSpDayAdd {
    margin: 0 4px 0 0;
    background: url(../../../images/ko/common/join/btnSpDayAdd.gif) no-repeat;
    width: 59px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.btnSpDayAdd {
    margin: 0 4px 0 0;
    background: url(../../../images/ko/common/join/btnSpDayAdd.gif) no-repeat;
    width: 59px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.tableJoinForm .spDayAdd {
    padding: 3px 0 0 0;
}

.tableJoinForm .spDayAdd span {
    color: #727272
}

.tableJoinForm label.nameH,
.tableJoinForm label.idForm,
.tableJoinForm label.pwForm1,
.tableJoinForm label.pwForm2,
.tableJoinForm label.emailId,
.tableJoinForm label.emailDomain,
.tableJoinForm label.emailDomainSel,
.tableJoinForm label.phoneComp,
.tableJoinForm label.phoneNum1,
.tableJoinForm label.phoneNum2,
.tableJoinForm label.phoneNum3,
.tableJoinForm label.phoneHome,
.tableJoinForm label.phoneHome1,
.tableJoinForm label.phoneHome2,
.tableJoinForm label.zipcode1,
.tableJoinForm label.zipcode2,
.tableJoinForm label.address1,
.tableJoinForm label.address2,
.tableJoinForm label.addressNew1,
.tableJoinForm label.addressNew2,
.tableJoinForm label.spDaySel1,
.tableJoinForm label.spDayName1,
.tableJoinForm label.spDaySel2,
.tableJoinForm label.spDayName2 {
    position: absolute;
    left: -9999%
}


.ctnJoinStep2 .tableJoinFormAddOpt {
    margin: 0 0 30px 0;
}

.ctnJoinStep2 .tableJoinFormAddOpt label {
    margin: 0 30px 0 0;
    display: inline-block;
}

.ctnJoinStep3 a {
    text-decoration: underline;
    color: #03F
}

.ctnJoinStep3 .hTit {
    background: #FC9;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0px;
    padding: 20px;
}

.ctnJoinStep3 .hTitS {
    background: #9FF;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 0px;
}

.ctnJoinStep3 {}

.ctnJoinStep3 .top {
    background: url(../../../images/ko/common/join/joinStep3Img1.gif) no-repeat;
    height: 140px;
    margin: 0 0 0px 0;
    overflow: hidden;
    position: relative;
}

.ctnJoinStep3 .top .tit,
.ctnJoinStep3 .top .info2 {
    position: absolute;
    left: -9999%;
}

.ctnJoinStep3 .top .info1 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    text-align: center;
    position: absolute;
    top: 92px;
    width: 866px;
}

.ctnJoinStep3 .btnList {
    margin: 0 0 29px 0;
    height: 44px;
}

.ctnJoinStep3 .btnGoHotelSeoul {
    background: url(../../../images/ko/common/join/btnGoHotelSeoul.gif) no-repeat;
    width: 151px;
    height: 44px;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.ctnJoinStep3 .btnGoHotelJeju {
    background: url(../../../images/ko/common/join/btnGoHotelJeju.gif) no-repeat;
    width: 151px;
    height: 44px;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.ctnJoinStep3 .btnGoLogin {
    background: url(../../../images/ko/common/join/btnGoLogin.gif) no-repeat;
    width: 137px;
    height: 44px;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}


.ctnJoinStep3 .hTitS1 {
    background: url(../../../images/ko/common/join/joinStep3Tit1.gif) no-repeat;
    height: 40px;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.ctnJoinStep3 .memberShip {}

.ctnJoinStep3 .memberShip:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.ctnJoinStep3 .memberShip .info {
    padding: 25px 0
}

.ctnJoinStep3 .memberShip .ctnBox {
    width: 424px;
    position: relative;
}

.ctnJoinStep3 .memberShip .ctnBox .tit,
.ctnJoinStep3 .memberShip .ctnBox .txt {
    position: absolute;
    left: -9999%;
}

.ctnJoinStep3 .memberShip .ctnBox1 {
    float: left;
    height: 194px;
    background: url(../../../images/ko/common/join/joinStep3LinkImg1.gif) no-repeat;
}

.ctnJoinStep3 .memberShip .ctnBox2 {
    float: right;
    height: 194px;
    background: url(../../../images/ko/common/join/joinStep3LinkImg2.gif) no-repeat;
}

.ctnJoinStep3 .memberShip .btn {
    width: 424px;
    height: 27px;
    text-align: center;
    position: absolute;
    top: 167px;
}

.ctnJoinStep3 .memberShip .btn .btnGoMemJoinSeoul {
    background: url(../../../images/ko/common/join/joinStep3LinkBtn1.gif) no-repeat;
    width: 189px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.ctnJoinStep3 .memberShip .btn .btnGoMemJoinJeju {
    background: url(../../../images/ko/common/join/joinStep3LinkBtn2.gif) no-repeat;
    width: 199px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}



/*로그인Pop*/

.popLayerLogin {
    width: 469px;
    left: 50%;
    top: 200px;
    margin: 0px 0 0 -190px;
    position: fixed;
}

.popLayerLogin .loginBox .formBox {
    background: #FFF;
    margin: auto;
}

.popLayerLogin .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat;
}

/*아이디중복확인 찾기 팝업레이어*/

.popLayerIdCheck {
    left: 50%;
    top: 100px;
    margin: 0 0 0 -200px
}

.popLayerIdCheck {
    width: 430px;
    left: 50%;
    top: 200px;
    margin: 0px 0 0 -215px;
    position: fixed;
}

.popLayerIdCheck .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -200px;
}

.popLayerIdCheck .top {
    border: #eaeaea solid 1px;
    margin: 0 0 9px 0;
    padding: 27px 0;
    text-align: center;
    background: #fbfbfb;
    color: #666666
}

.popLayerIdCheck .btn {
    text-align: center;
    margin: 0 0 17px 0;
}

.popLayerIdCheck .btn .btnIdUse {
    background: url(../../../images/ko/common/join/btnIdUse.gif) no-repeat;
    width: 83px;
    height: 27px;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
    vertical-align: middle;
}

.popLayerIdCheck .otherId {}

.popLayerIdCheck .otherId .tit {
    background: url(../../../images/ko/common/join/popIdCheckTit1.gif) no-repeat;
    height: 40px;
    line-height: 100px;
    overflow: hidden;
}

.popLayerIdCheck .otherId .otherIdSch {
    text-align: center;
    padding: 20px 0 10px 0;
}

.popLayerIdCheck .otherId label.otherIdInput {
    font-weight: bold;
    color: #727272
}

.popLayerIdCheck .otherId input.otherIdInput {
    width: 150px;
}

.popLayerIdCheck .btnIdChick {
    background: url(../../../images/ko/common/join/btnIdCheck.gif) no-repeat;
    width: 66px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}


/*주소 우편벊호 찾기 팝업레이어*/

.popLayerAdressSch {
    width: 500px;
    left: 50%;
    top: 100px;
    margin: 0px 0 0 -250px;
}

.popLayerAdressSch .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -250px;
}

.popLayerAdressSch * {
    color: #666
}

.popLayerAdressSch .tabBoxA {
    position: relative;
    padding: 36px 0px 0 0px;
    overflow: hidden;
}

.popLayerAdressSch .tabBoxA .ctn {
    zoom: 1;
    float: left;
    width: 100%
}

.popLayerAdressSch .tabBoxA .ctn .tit {
    position: absolute;
    top: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

.popLayerAdressSch .tabBoxA .ctn .tit a {
    display: block;
    height: 37px;
    width: 128px;
    background: url(../../../images/ko/common/join/tabMenuPopAdressSch.gif) no-repeat;
    line-height: 100px;
    overflow: hidden;
}

.popLayerAdressSch .tabBoxA .ctn .box {
    border: #e2d5c5 solid 1px;
    display: none;
    padding: 0;
    margin: 0;
    padding: 15px;
}

.popLayerAdressSch .tabBoxA .ctn1 .tit {
    left: 0px;
}

.popLayerAdressSch .tabBoxA .ctn1 .tit a {}

.popLayerAdressSch .tabBoxA .ctn2 .tit {
    left: 129px;
}

.popLayerAdressSch .tabBoxA .ctn2 .tit a {
    background-position: -129px 0;
    width: 140px;
}

.popLayerAdressSch .tabBoxA .ctnOn .tit a {
    background-image: url(../../../images/ko/common/join/tabMenuPopAdressSchOn.gif)
}

.popLayerAdressSch .tabBoxA .ctnOn .box {
    display: block;
}

.popLayerAdressSch .tabBoxB {
    position: relative;
    padding: 30px 0px 0 0px;
    zoom: 1;
    overflow: hidden;
}

.popLayerAdressSch .tabBoxB .ctnB {
    width: 100%;
    float: left;
}

.popLayerAdressSch .tabBoxB .ctnB .tit {
    position: absolute;
    top: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

.popLayerAdressSch .tabBoxB .ctnB .tit a {
    display: block;
    padding: 5px;
    height: 19px;
    width: 90px;
    line-height: 20px;
    background: #FFF;
    text-align: center;
    border: #ccc solid 1px;
    border-bottom: none;
    text-decoration: none;
}

.popLayerAdressSch .tabBoxB .ctnB .box {
    overflow: hidden;
    border: none;
    border-top: #a1886f solid 1px;
    display: none;
    padding: 0px 0 0 0;
    margin: 0;
}

.popLayerAdressSch .tabBoxB .ctnB1 .tit {
    left: 0px;
}

.popLayerAdressSch .tabBoxB .ctnB2 .tit {
    left: 116px;
}

.popLayerAdressSch .tabBoxB .ctnB3 .tit {
    left: 263px;
}

.popLayerAdressSch .tabBoxB .ctnBOn .tit a {}

.popLayerAdressSch .tabBoxB .ctnBOn .box {
    display: block;
}

.popLayerAdressSch .gibunAddressBox {
    color: #666
}

.popLayerAdressSch .gibunAddressBox .msg {
    text-align: left;
}

.popLayerAdressSch .gibunAddressBox .sch {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 19px 0;
    text-align: center;
    margin: 10px 0 0 0;
}

.popLayerAdressSch .gibunAddressBox label.addSchInput {
    background: url(../../../images/ko/common/join/popAdressSchAddSchInputTxt.gif) no-repeat;
    width: 47px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerAdressSch .gibunAddressBox .btnSch {
    background: url(../../../images/ko/common/join/popAdressSchAddSchBtn.gif) no-repeat;
    width: 62px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerAdressSch .listAddress {
    margin: 10px 0 0 0
}

.popLayerAdressSch .listAddress .msg {
    margin: 0 0 6px 0;
    color: #666;
}

.popLayerAdressSch .listAddress .listBox {
    border-top: #cdcbbe solid 1px;
    border-bottom: #cdcbbe solid 1px;
    height: 175px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}

.popLayerAdressSch .listAddress .listBox .list {}

.popLayerAdressSch .listAddress .listBox .list li {
    padding: 13px;
    border-bottom: #eceae1 solid 1px;
    position: relative;
}

.popLayerAdressSch .listAddress .listBox .list li .nameA {
    display: block;
}

.popLayerAdressSch .listAddress .listBox .list li .btnSelAddress {
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -10px 0 0 0;
    background: url(../../../images/ko/common/join/popAdressSchAddSchBtnSel.gif) no-repeat;
    width: 57px;
    height: 27px;
    line-height: 100px;
    overflow: hidden;
}

.popLayerAdressSch .stAddressBox .msg {
    padding: 10px 0;
    text-align: left;
    margin: 0 0 10px 0;
}

.popLayerAdressSch .stAddressBox .sch {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 19px 19px;
    margin: 10px 0 0 0;
}

.popLayerAdressSch .stAddressBox .sch .sch1 {
    margin: 0 0 8px 0;
}

.popLayerAdressSch .stAddressBox input.areaA3,
.popLayerAdressSch .stAddressBox input.areaA4,
.popLayerAdressSch .stAddressBox input.areaB3,
.popLayerAdressSch .stAddressBox input.areaB4 {
    width: 100px;
}

.popLayerAdressSch .stNameAdsBox1 .msgB,
.popLayerAdressSch .stNameAdsBox2 .msgB,
.popLayerAdressSch .stNameAdsBox3 .msgB {
    padding: 0px;
    margin: 0 0 10px 0;
}

.popLayerAdressSch .stAddressBox .btnSch {
    background: url(../../../images/ko/common/join/popAdressSchAddSchBtn.gif) no-repeat;
    width: 62px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerAdressSch .stAddressBox label.areaA1,
.popLayerAdressSch .stAddressBox label.areaB1 {
    background: url(../../../images/ko/common/join/popAdressSchTxt1.gif) no-repeat;
    width: 45px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerAdressSch .stAddressBox label.areaA2,
.popLayerAdressSch .stAddressBox label.areaB2 {
    background: url(../../../images/ko/common/join/popAdressSchTxt2.gif) no-repeat;
    width: 45px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerAdressSch .stAddressBox label.areaA3,
.popLayerAdressSch .stAddressBox label.areaB3 {
    background: url(../../../images/ko/common/join/popAdressSchTxt3.gif) no-repeat;
    width: 45px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}


.popLayerAdressSch .gibunStepEnd {}

.popLayerAdressSch .gibunStepEnd .msg {
    color: #666
}

.popLayerAdressSch .gibunStepEnd .address {
    text-align: center;
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 19px 0;
    margin: 10px 0 10px 0;
}

.popLayerAdressSch input.address1,
.popLayerAdressSch input.address2 {
    width: 328px;
}

.popLayerAdressSch .gibunStepEnd .btnList {
    height: 27px;
}

.popLayerAdressSch .gibunStepEnd .btnList .btnAddressSubmit {
    background: url(../../../images/ko/common/join/btnAddressSubmit.gif) no-repeat;
    width: 89px;
    height: 27px;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.popLayerAdressSch #uniform-gugun1,
.popLayerAdressSch #uniform-gugun2,
.popLayerAdressSch #uniform-gugun3,
.popLayerAdressSch #uniform-areaA2 {
    width: 120px !important
}

.popLayerAdressSch #uniform-gugun1 span,
.popLayerAdressSch #uniform-gugun2 span,
.popLayerAdressSch #uniform-gugun3 span,
.popLayerAdressSch #uniform-areaA2 span {
    width: 95px !important
}

.popLayerAdressSch label.address1,
.popLayerAdressSch label.address2,
.popLayerAdressSch label.areaA4,
.popLayerAdressSch label.areaB4 {
    position: absolute;
    left: -9999%;
}

/*아이디찾기*/

.popLayerFindId {
    width: 500px;
    left: 50%;
    top: 100px;
    margin: 420px 0 0 -237px;
    position: absolute;
}

.popLayerFindId .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -50px;
}

.popLayerFindId * {
    color: #666
}

.popLayerFindId .tabBox {
    position: relative;
    padding: 36px 0px 0 0px;
    overflow: hidden;
}

.popLayerFindId .tabBox .ctn {
    zoom: 1;
    float: left;
    width: 100%
}

.popLayerFindId .tabBox .ctn .tit {
    position: absolute;
    top: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

.popLayerFindId .tabBox .ctn .tit a {
    display: block;
    height: 37px;
    width: 167px;
    background: #e2d5c5;
    background: url(../../../images/ko/common/join/tabMenuPopFindId.gif) no-repeat;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .tabBox .ctn .box {
    border: #e2d5c5 solid 1px;
    display: none;
    padding: 0;
    margin: 0;
    padding: 15px;
}

.popLayerFindId .tabBox .ctn1 .tit {
    left: 0px;
}

.popLayerFindId .tabBox .ctn2 .tit {
    left: 168px;
}

.popLayerFindId .tabBox .ctn2 .tit a {
    width: 179px;
    background-position: -168px 0;
}

.popLayerFindId .tabBox .ctnOn .tit a {
    background-image: url(../../../images/ko/common/join/tabMenuPopFindIdOn.gif)
}

.popLayerFindId .tabBox .ctnOn .box {
    display: block;
}

.popLayerFindId .findInfoBox .btnList {
    margin: 0 0 30px 0;
}

.popLayerFindId .guideBox {
    border-top: #a1886f solid 1px;
    height: 91px;
    border-bottom: #a1886f solid 1px;
    padding: 0px 0;
    margin: 0px 0 0 0;
}

.popLayerFindId .guideBox .box1 {
    float: left;
    width: 197px;
    text-align: center;
    padding: 15px 0 0 0
}

.popLayerFindId .guideBox .box2 {
    float: right;
    width: 197px;
    text-align: center;
    padding: 15px 0 0 0;
    background: url(../../../images/ko/common/join/popFindIdLine.gif) no-repeat;
}

.popLayerFindId .guideBox .txt1 {
    background: url(../../../images/ko/common/join/popFindIdText1.gif) no-repeat;
    width: 104px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
    margin: 0 10px 2px;
}

.popLayerFindId .guideBox .txt2 {
    background: url(../../../images/ko/common/join/popFindIdText2.gif) no-repeat;
    width: 128px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
    margin: 0 10px 2px;
}

.popLayerFindId .guideBox .txt3 {
    background: url(../../../images/ko/common/join/popFindIdText3.gif) no-repeat;
    width: 122px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
    margin: 0 10px 2px;
}

/*20150609 신라리워즈 번호 찾기 추가*/

.popLayerFindId .guideBox .txt3_new {
    background: url(../../../images/ko/common/join/popFindIdText3_new.gif) no-repeat;
    width: 184px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
    margin: 0 10px 2px;
}

/*신라리워즈 계정 정보 확인*/

.popLayerFindPw .tabBox2 {
    position: relative;
    padding: 10px 0px 0 0px;
    overflow: hidden;
}

.popLayerFindPw .popHead .tit2 {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -657px;
}

.popLayerFindPw .findInfoBox .msg span {
    font-weight: bold;
}

.popLayerFindPw .findInfoBox .listText {
    font-size: 12px;
    color: #444;
    margin-bottom: 20px;
    background: #fbfbfa;
    padding: 10px;
}

.popLayerFindPw .findInfoBox .listText li {
    line-height: 20px;
}


.popLayerFindId .formBox {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 19px 19px;
    margin: 0px 0 10px 0;
}

.popLayerFindId .formBox .tableFormBox {
    border-collapse: collapse;
    width: 100%;
}

.popLayerFindId .formBox .tableFormBox th,
.popLayerFindId .formBox .tableFormBox td {
    padding: 4px 0;
}

.popLayerFindId .formBox label.nameK {
    background: url(../../../images/ko/common/join/popFindIdLabel1.gif) no-repeat;
    width: 64px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .formBox label.findIdOpt1 {
    background: url(../../../images/ko/common/join/popFindIdLabel2.gif) no-repeat;
    width: 43px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .formBox label.findIdOpt2 {
    background: url(../../../images/ko/common/join/popFindIdLabel3.gif) no-repeat;
    width: 43px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .formBox input.nameK {
    width: 150px;
}

.popLayerFindId .formBox input.emailId {
    width: 109px;
}

.popLayerFindId .formBox input.emailDomain {
    width: 109px;
}

.popLayerFindId .formBox input.phoneNum1 {
    width: 60px;
}

.popLayerFindId .formBox input.phoneNum2 {
    width: 60px;
}

.popLayerFindId .formBox #uniform-phoneComp {
    width: 50px !important;
}

.popLayerFindId .formBox #uniform-phoneComp span {
    width: 25px !important;
}

.popLayerFindId .btnSubmit {
    background: url(../../../images/ko/common/join/popFindIdBtnSubmit.gif) no-repeat;
    width: 61px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .btnCancel {
    background: url(../../../images/ko/common/join/popFindIdBtnCancel.gif) no-repeat;
    width: 61px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .btnLogin {
    background: url(../../../images/ko/common/join/popFindIdBtnLogin.gif) no-repeat;
    width: 74px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .btnLostPw {
    background: url(../../../images/ko/common/join/popFindIdBtnLostPw.gif) no-repeat;
    width: 112px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .btnJoin {
    background: url(../../../images/ko/common/join/popFindIdBtnJoin.gif) no-repeat;
    width: 85px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

/*20150609 신라리워즈 번호 찾기*/

.popLayerFindId .btnJoin2 {
    background: url(../../../images/ko/common/join/popFindIdBtnJoin2.gif) no-repeat;
    width: 120px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId ul.btnCertifi .formBox {
    margin: 0 0 10px 0;
}

.popLayerFindId label.phoneComp,
.popLayerFindId label.phoneNum1,
.popLayerFindId label.phoneNum2,
.popLayerFindId label.emailId,
.popLayerFindId label.emailDomain {
    position: absolute;
    left: -9999%;
}

.popLayerFindId .msg1 {
    margin: 0 0 10px 0;
}

.popLayerFindId .msg2 {}

.popLayerFindId ul.btnCertifi {
    padding: 0px 0;
    height: 84px;
    margin: 0 0 21px 0;
}

.popLayerFindId ul.btnCertifi li {
    float: left;
    width: 50%;
    text-align: center;
}

.popLayerFindId ul.btnCertifi .btnMobileCertifi {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat;
    width: 128px;
    height: 54px;
    display: inline-block;
    line-height: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.popLayerFindId ul.btnCertifi .btnIpinCertifi {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat -133px 0;
    width: 128px;
    height: 54px;
    display: inline-block;
    line-height: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.popLayerFindId ul.btnCertifi .btnPublicCertifi {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat -266px 0;
    width: 128px;
    height: 54px;
    display: inline-block;
    line-height: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.popLayerFindId ul.btnCertifi li.b1 {
    text-align: center;
}

.popLayerFindId ul.btnCertifi li.b2 {
    width: 50%;
}

.popLayerFindId ul.btnCertifi li.b3 {
    text-align: right;
}

.popLayerFindId ul.btnCertifi li.b1 .txt {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat 0px -54px;
    width: 128px;
    height: 39px;
    display: inline-block;
    line-height: 200px;
    overflow: hidden;
}

.popLayerFindId ul.btnCertifi li.b3 .txt {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat -266px -54px;
    width: 128px;
    height: 39px;
    display: block;
    line-height: 200px;
    overflow: hidden;
}

.popLayerFindId .findInfoBox {}

.popLayerFindId .findInfoBox .msg {
    margin: 0 0 10px 0;
}

.popLayerFindId .findCertifiBox {}

.popLayerFindId .findCertifiBox .msg2 {
    margin: 0 0 10px 0;
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 6px 6px;
}

.popLayerFindId .step2 .resultBox {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 17px 0 17px 30px;
    margin: 0px 0 0 0;
}

.popLayerFindId .step2 .resultBox dd {
    padding: 4px 0;
}

.popLayerFindId .step2 .msg1 {
    margin: 0 0 10px 0;
}

.popLayerFindId .step2 .msg2 {
    padding: 5px 0;
}

.popLayerFindId .step2 h5.tit {
    background: url(../../../images/ko/common/join/popFindId2Tit1.gif) no-repeat;
    height: 40px;
    line-height: 100px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.popLayerFindId .step2 .msg3 {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 19px 0 19px 30px;
    text-align: center;
    padding: 5px;
    margin: 0 0 10px 0;
}

.popLayerFindId .step3 .resultBox {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 25px 0 25px 30px;
    margin: 0px 0 10px 0;
}

.popLayerFindId .step3 .btnList {
    margin: 0 0 30px 0;
}

.popLayerFindId .step3 .msg1 {
    margin: 0 0 10px 0;
}

.popLayerFindIdResult {
    width: 458px;
    left: 50%;
    top: 100px;
    margin: 0px 0 0 -229px;
    position: absolute;
}

/*20150630 온라인계정등록하기 타이틀 추가 밑에 한줄*/

.popLayerFindId .popHead .tit2 {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -601px;
}



/*20150630 성명 추가*/

.popLayerFindId .formBox label.idInput {
    background: url(../../../images/ko/common/join/popFindPwLabel1.gif) no-repeat 5px 0px;
    width: 120px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .formBox label.findIdOpt1 {
    background: url(../../../images/ko/common/join/popFindIdLabel2.gif) no-repeat top left;
    width: 120px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .formBox label.findIdOpt2 {
    background: url(../../../images/ko/common/join/popFindIdLabel3.gif) no-repeat -4px 0px;
    width: 110px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .formBox label.idInput2 {
    background: url(../../../images/ko/common/join/popFindPwLabel_name.gif) no-repeat 5px 0px;
    width: 120px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindId .findInfoBox2 {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 19px 19px;
    margin: 0px 0 10px 0;
}

/*20150630 성명 끝*/

/*비번찾기*/

.popLayerFindPw {
    width: 550px;
    left: 50%;
    top: 100px;
    margin: 0px 0 0 -250px;
    position: absolute;
}

.popLayerFindPw .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -100px;
}

.popLayerFindPw .tabBox {
    position: relative;
    padding: 36px 0px 0 0px;
    overflow: hidden;
}

.popLayerFindPw .tabBox .ctn {
    zoom: 1;
    float: left;
    width: 100%
}

.popLayerFindPw .tabBox .ctn .tit {
    position: absolute;
    top: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

.popLayerFindPw .tabBox .ctn .tit a {
    display: block;
    width: 183px;
    height: 37px;
    background: url(../../../images/ko/common/join/tabMenuPopFindPw.gif) no-repeat;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .tabBox .ctn .box {
    border: #e2d5c5 solid 1px;
    display: none;
    padding: 0;
    margin: 0;
    padding: 15px;
}

.popLayerFindPw .tabBox .ctn1 .tit {
    left: 0px;
}

.popLayerFindPw .tabBox .ctn2 .tit {
    left: 184px;
}

.popLayerFindPw .tabBox .ctn2 .tit a {
    width: 167px;
    background-position: -184px 0;
}

.popLayerFindPw .tabBox .ctnOn .tit a {
    background-image: url(../../../images/ko/common/join/tabMenuPopFindPwOn.gif);
}

.popLayerFindPw .tabBox .ctnOn .box {
    display: block;
}

.popLayerFindPw .guideBox {
    border-top: #a1886f solid 1px;
    height: 91px;
    border-bottom: #a1886f solid 1px;
    padding: 0px 0;
    margin: 0px 0 0 0;
}

.popLayerFindPw .guideBox .box1 {
    float: left;
    width: 197px;
    text-align: center;
    padding: 15px 0 0 0
}

.popLayerFindPw .guideBox .box2 {
    float: right;
    width: 221px;
    text-align: center;
    padding: 15px 0 0 15px;
    background: url(../../../images/ko/common/join/popFindIdLine.gif) no-repeat;
}

.popLayerFindPw .guideBox .txt1 {
    background: url(../../../images/ko/common/join/popFindIdText1.gif) no-repeat;
    width: 104px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
    margin: 0 10px 2px;
}

.popLayerFindPw .guideBox .txt2 {
    background: url(../../../images/ko/common/join/popFindIdText2.gif) no-repeat;
    width: 128px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
    margin: 0 10px 2px;
}

.popLayerFindPw .guideBox .txt3 {
    background: url(../../../images/ko/common/join/popFindPwText1.gif) no-repeat;
    width: 221px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
    margin: 0 10px 2px 0;
}

.popLayerFindPw .btnList {
    margin: 0 0 30px 0;
}

.popLayerFindPw .btnSubmit {
    background: url(../../../images/ko/common/join/popFindIdBtnSubmit.gif) no-repeat;
    width: 61px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .btnCancel {
    background: url(../../../images/ko/common/join/popFindIdBtnCancel.gif) no-repeat;
    width: 61px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .btnLogin {
    background: url(../../../images/ko/common/join/popFindIdBtnLogin.gif) no-repeat;
    width: 74px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .btnLostId {
    background: url(../../../images/ko/common/join/popFindPwBtnLostId.gif) no-repeat;
    width: 185px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .btnJoin {
    background: url(../../../images/ko/common/join/popFindIdBtnJoin.gif) no-repeat;
    width: 85px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .formBox {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 19px 19px;
    margin: 0px 0 10px 0;
}

.popLayerFindPw .formBox .tableFormBox {
    border-collapse: collapse;
    width: 100%;
}

.popLayerFindPw .formBox .tableFormBox th,
.popLayerFindPw .formBox .tableFormBox td {
    padding: 4px 0;
}

/*20150626 성명 추가*/

.popLayerFindPw .formBox label.idInput {
    background: url(../../../images/ko/common/join/popFindPwLabel1.gif) no-repeat 5px 0px;
    width: 120px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .formBox label.findIdOpt1 {
    background: url(../../../images/ko/common/join/popFindIdLabel2.gif) no-repeat top right;
    width: 43px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .formBox label.findIdOpt2 {
    background: url(../../../images/ko/common/join/popFindIdLabel3.gif) no-repeat 1px 0px;
    width: 55px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPw .formBox label.idInput2 {
    background: url(../../../images/ko/common/join/popFindPwLabel_name.gif) no-repeat 5px 0px;
    width: 120px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

/*20150626 성명 끝*/

.popLayerFindPw ul.btnCertifi .formBox {
    margin: 0 0 10px 0;
}

.popLayerFindPw label.phoneComp,
.popLayerFindPw label.phoneNum1,
.popLayerFindPw label.phoneNum2,
.popLayerFindPw label.emailId,
.popLayerFindPw label.emailDomain {
    position: absolute;
    left: -9999%;
}

.popLayerFindPw input.phoneNum1,
.popLayerFindPw input.phoneNum2 {
    width: 70px;
}

.popLayerFindPw .msg1 {
    margin: 0 0 10px 0;
}

.popLayerFindPw ul.btnCertifi {
    padding: 0px 0;
    height: 93px;
    margin: 0 0 21px 0;
}

.popLayerFindPw ul.btnCertifi li {
    float: left;
    width: 50%;
    text-align: center;
}

.popLayerFindPw ul.btnCertifi .btnMobileCertifi {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat;
    width: 128px;
    height: 54px;
    display: inline-block;
    line-height: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.popLayerFindPw ul.btnCertifi .btnIpinCertifi {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat -133px 0;
    width: 128px;
    height: 54px;
    display: inline-block;
    line-height: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.popLayerFindPw ul.btnCertifi .btnPublicCertifi {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat -266px 0;
    width: 128px;
    height: 54px;
    display: inline-block;
    line-height: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.popLayerFindPw ul.btnCertifi li.b1 {
    text-align: center;
}

.popLayerFindPw ul.btnCertifi li.b2 {
    width: 50%;
}

.popLayerFindPw ul.btnCertifi li.b3 {
    text-align: right;
}

.popLayerFindPw ul.btnCertifi li.b1 .txt {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat 0px -54px;
    width: 128px;
    height: 39px;
    display: inline-block;
    line-height: 200px;
    overflow: hidden;
}

.popLayerFindPw ul.btnCertifi li.b3 .txt {
    background: url(../../../images/ko/common/join/popFindId2BtnCertifi.gif) no-repeat -266px -54px;
    width: 128px;
    height: 39px;
    display: block;
    line-height: 200px;
    overflow: hidden;
}

.popLayerFindPw .findInfoBox {}

.popLayerFindPw .findInfoBox .msg {
    margin: 0 0 10px 0;
}

.popLayerFindPw .findCertifiBox {}

.popLayerFindPw .findCertifiBox .msg2 {
    margin: 0 0 10px 0;
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 6px 6px;
}


.popLayerFindPwTemp {
    width: 440px;
    left: 50%;
    top: 150px;
    margin: 0px 0 0 -220px;
    position: absolute;
}

.popLayerFindPwTemp .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -100px;
}

.popLayerFindPwTemp .resultBox,
.popLayerFindPw .resultBox {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 19px 19px;
    margin: 0px 0 10px 0;
    text-align: center;
}

.popLayerFindPwTemp .btnLogin {
    background: url(../../../images/ko/common/join/popFindIdBtnLogin.gif) no-repeat;
    width: 74px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPwReset {
    width: 440px;
    left: 50%;
    top: 150px;
    top: 530px;
    margin: 0px 0 0 -220px;
    position: absolute;
    display: block !important
}

.popLayerFindPwReset .popHead .tit {
    background: url(../../../images/ko/mem/main/popHeadTitJoin.gif) no-repeat 0 -150px;
}

.popLayerFindPwReset .resultBox {
    border: #e9e9e9 solid 1px;
    background: #fbfbfb;
    padding: 19px 19px;
    margin: 0px 0 10px 0;
}

.popLayerFindPwReset .resultBox .tableResultBox {
    border-collapse: collapse;
    width: 100%;
}

.popLayerFindPwReset .resultBox .tableResultBox th,
.popLayerFindPwReset .resultBox .tableResultBox td {
    padding: 4px 0;
    vertical-align: top;
}

.popLayerFindPwReset .resultBox label.passwordNew {
    background: url(../../../images/ko/common/join/popLayerFindPwResetLabel1.gif) no-repeat 5px 0;
    width: 82px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPwReset .resultBox label.passwordConfirm {
    background: url(../../../images/ko/common/join/popLayerFindPwResetLabel2.gif) no-repeat;
    width: 82px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPwReset .btnSubmit {
    background: url(../../../images/ko/common/join/popFindIdBtnSubmit.gif) no-repeat;
    width: 61px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPwReset .btnCancel {
    background: url(../../../images/ko/common/join/popFindIdBtnCancel.gif) no-repeat;
    width: 61px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.popLayerFindPwReset .btnLogin {
    background: url(../../../images/ko/common/join/popFindIdBtnLogin.gif) no-repeat;
    width: 74px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.rgt {
    right: 172px;
}



.bold3px {
    border: 3px solid #e3d6c6;
    padding: 50px 24px 20px;
    display: block;
    width: 690px;
    margin: 0 auto;
}

.rewardsBox {
    padding: 0;
}

.rewardsBox + .rewardsBox {
    margin: 20px 0 0 0;
}

.rewardsBox li {
    display: inline;
}

.rewardsBox li > img {
    position: relative;
    top: 5px;
    margin-left: 180px;
}

.rewardsBox li.reWnum {
    padding: 3px 0 3px 35px;
    color: #a1886f;
    font-size: 18px;
    font-weight: bold;
}

.glayBox {
    color: #343434;
    font-size: 12px;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    padding: 20px;
    margin: 30px 0 0 0;
    line-height: 20px;
    text-align: center;
}



/*온라인 계정 활성화 하기 css추가*/

.online {
    display: block;
    padding-top: 8px;
    border-top: 1px solid #d4c8bb;
    margin-top: 15px;
}

.online > .onText {
    color: #666666;
    font-size: 12px;
}

input[placeholder],
[placeholder],
*[placeholder] {
    color: #727272;
}

/* 가입 20170222 */

.agreeNext {
    text-align: center;
    margin: 60px 0 0;
}

.agreeNext a {
    background: url(../../../images/ko/common/join/agreeNext.gif) no-repeat;
    width: 137px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.emailConfirm a {
    background: url(../../../images/ko/common/join/emailConfirm.gif) no-repeat;
    width: 96px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.idConfirm a {
    background: url(../../../images/ko/common/join/idConfirm.gif) no-repeat;
    width: 96px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}

.rwPromotion {
    margin: 20px 0 0;
}

.rwPromotion .checker span {
    margin: 0
}

.rwPromotion span {
    display: inline-block;
    margin-left: 10px;
    color: #727272;
    font-size: 11px;
}

.rwPromotion .warnDesc {
    font-size: 11px;
    color: #727272;
    padding-left: 30px;
    margin: 4px 0 0;
}


/* 신라리워즈 가입 약관 수정 CSS 추가 20171213 */

.hrstyleA {
    border-bottom: 1px dashed #ede4d6;
    margin: 10px 0 20px 0;
    height: 0px;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.checkallA {
    font-size: 10pt;
    color: #454545
}

.bordertop4px {
    border-top: 4px solid #987f66;
}

.buttonstyleA {
    padding: 10px 20px;
    background: #393124;
    color: #fff;
    font-weight: bold;
    font-family: dotum, '돋움', sans-serif;
    text-align: center;
    font-size: 11pt;
    display: inline-block;
    margin-top: 10px;
}

.buttonwrapA {
    text-align: center;
    display: block;
    margin: 10px;
}

.centeralignA {
    text-align: center!important;
}

.opacity {
    background: #e5e5e5;
    padding:10px 10px;
    color: #434343;
    line-height:180%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.opacity2 {
    background: #e5e5e5;
    padding:10px 10px;
    color: #434343;
    line-height:180%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}


.popLayerstPplan {
    width: 800px;
    left: 50%;
    margin: 0 0 0 -400px;
    position: absolute;
    top: 100px;
}

.popscroll {
    overflow-y: scroll;
}

.popLayer .popHead .tit3 {
    width: 70%;
    float: left;
    padding: 5px 0 0 25px;
    height: 27px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    line-height: 160%;
    overflow: hidden;
}

/*190322 면세 동시가입 약관 추가*/
.ctnJoinStep1 .policyBox dl { float: left; width: 280px; overflow: hidden; }
.ctnJoinStep1 .policyBox dl dt { float: left; width: 65px; font-weight: bold; color: #666; }
.ctnJoinStep1 .policyBox dl dd { float: left; width: 215px; color: #666; }
.ctnJoinStep1 .table_normal th, .table_normal td {padding:2px; border-bottom:1px solid #eaeaea;}
.ctnJoinStep1 .policyBox dl.last { width: 520px; }
.ctnJoinStep1 .policyBox dl.last dt { float: left; width: 65px; font-weight: bold; }
.policyBox dl.last dd { float: left; width: 455px; }

.ctnJoinStep1 dl.signup_info_newst {width: 665px; overflow: hidden; }
.ctnJoinStep1 dl.signup_info_newst dt.new_terms_fc { font-weight: bold; color: #666; min-height:20px;}
.ctnJoinStep1 dl.signup_info_newst dd.new_terms_fc {  color: #666;min-height:20px;}
.ctnJoinStep1 dl.signup_info_newst dt { width: 180px; font-weight: bold; color: #666; min-height:30px; padding-top:5px; border-top:1px solid #eceae1; }
.ctnJoinStep1 dl.signup_info_newst dd { width: 480px; color: #666;min-height:30px; padding-left:5px; padding-top:5px;border-top:1px solid #eceae1;}
.ctnJoinStep1 dl.signup_info_newst {paddng:5px 0; margin-bottom:10px;border-bottom:1px solid #eceae1;}
