/* BASIC css start */
#hdWrap {border-bottom:1px solid #dddddd;}

.tit-page {
    margin:80px auto 60px auto;
    color:#333;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    line-height:30px;
}

#loginWrap .login-wrap { 
    position:relative;
    padding:0px 670px 0px 30px;
    min-height:466px;
}
#loginWrap .login-wrap .img {
    position:absolute;
    top:0px;
    right:30px;
    font-size:0px;
    /*margin-top: 15px;*/
}

#loginWrap .login-wrap .login-tab {
}
#loginWrap .login-wrap .login-tab:after {
    display:block;
    clear:both;
    content:"";
}
#loginWrap .login-wrap .login-tab a {
    float:left;
    width:50%;
    height:50px;
    background:white;
    border:1px solid #ccc;
    color:#333;
    font-size:15px;
    line-height:48px;
    text-align:center;
    letter-spacing:-0.5px;
    box-sizing:border-box;
}
#loginWrap .login-wrap .login-tab a.active {
    background:#333;
    border:1px solid #333;
    color:white;
}

#loginWrap .login-wrap .mlog {
    position:relative;
    margin-top:60px;
}
#loginWrap .login-wrap .mlog .frm-list {
    padding-right:135px;
    box-sizing:border-box;    
}
#loginWrap .login-wrap .mlog .frm-list li:first-child {
    margin-bottom:15px;
}
#loginWrap .login-wrap .mlog .frm-list li label {
    display:none;
}
#loginWrap .login-wrap .mlog .frm-list li input {
    width:365px;
    height:50px;
    padding:0px 20px;
    background:white;
    border:1px solid #eeeeee;
    color:#333;
    font-size:12px;
    letter-spacing:-0.5px;
    outline:none;
    box-sizing:border-box;
}

#loginWrap .login-wrap .mlog .login-btn {
    position:absolute;
    top:0px;
    right:0px;
}

#loginWrap .login-wrap .mlog .sub-frm {
    width:365px;
    margin-top:10px;
    margin-bottom:30px;
}
#loginWrap .login-wrap .mlog .sub-frm:after {
    display:block;
    clear:both;
    content:"";
}
#loginWrap .login-wrap .mlog .sub-frm .security {
    float:left;
    padding-left:20px;
    background:url('/design/ocato/renewal/pc/img/member/login-lock.jpg') no-repeat center left;
    color:#888;
    font-size:14px;
    line-height:20px;
    letter-spacing:-0.5px;
}
#loginWrap .login-wrap .mlog .sub-frm .security input {
    display:none;
}
#loginWrap .login-wrap .mlog .sub-frm .lost {
    float:right;
    padding-left:20px;
    background:url('/design/ocato/renewal/pc/img/member/login-lost.jpg') no-repeat center left;
}
#loginWrap .login-wrap .mlog .sub-frm .lost a {
    color:#888;
    font-size:14px;
    line-height:20px;
    letter-spacing:-0.5px;
}

#loginWrap .login-wrap .mlog .sns-btn {
    font-size:0px;
    padding-bottom:40px;
}
#loginWrap .login-wrap .mlog .sns-btn:after {
    display:block;
    clear:both;
    content:"";
}
#loginWrap .login-wrap .mlog .sns-btn .naver {
    float:left;
    font-size:0px;
}
#loginWrap .login-wrap .mlog .sns-btn .kakao {
    float:right;
    font-size:0px;
    margin-bottom: 10px;
    margin-top: 20px;
}

#loginWrap .login-wrap .mlog .dot-line {
    border-bottom:1px dotted #d0d0d0;
}


#loginWrap .login-wrap .sign {
    margin-top:40px;
    margin-bottom:150px;
}
#loginWrap .login-wrap .sign .frm-list {
}
#loginWrap .login-wrap .sign .frm-list li {
    position:relative;
    height:50px;
    padding-right:160px;
}
#loginWrap .login-wrap .sign .frm-list li.join {
    margin-bottom:30px;
}
#loginWrap .login-wrap .sign .frm-list li p {
    margin-top:8px;
    color:#888;
    font-size:12px;
    letter-spacing:-1px;
}
#loginWrap .login-wrap .sign .frm-list li p.title {
    margin-top:0px;
    color:#333;
    font-size:15px;
    line-height:24px;
}
#loginWrap .login-wrap .sign .frm-list li a {
    position:absolute;
    top:0px;
    right:0px;
    font-size:0px;
}
.content_box {
    float: left;
    width: 100%;
}
.member_wrap {
    width: 593px;
    margin: 20px auto 40px auto;
}
.member_tit h2 {
    text-align: center;
    font-size: 18px;
    color: #0963a5;
    font-weight: 800;
}
.member_tit h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
}
.skip {
    overflow: hidden;
    position: absolute;
    top: -999em;
    left: -999em;
    width: 1px;
    height: 1px;
    /*background: url(../../img/common/bg/bg_skip.gif) repeat;*/
}
.member_cont {
    padding: 0 60px;
    transform: skew(0.1deg);
}
.member_cont {
    padding: 37px 60px;
}
.simple_login_box {
    margin-bottom: 50px;
}
.txt_simple_join {
    position: relative;
    display: block;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
}
.txt_simple_join span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #a6a7aa;
    width: 200px;
    background: #fff;
    z-index: 11;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 15px;
}
.txt_simple_join:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    width: 100%;
    height: 1px;
    background: #a6a7aa;
    z-index: 10;
}
.member_sns_login {
    /*padding-top: 40px;*/
}
.one {
    margin-top: -25px;
    margin-left: 340px;
    position: absolute;
}
.btn_kakao_login {
    width: 500px;
    height: 50px;
    padding: 0;
    margin: 20px auto 0 auto;
    font-size: 17px;
    font-weight: 400;
    color: #381e1f;
    line-height: 50px;
    border-radius: 3px;
    background: #fae200 url(http://ocato.img20.kr/web/join/kakao.png) no-repeat left 160px center;
    padding-left: 205px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}
.member_sns_login > * {
    display: block;
    /*margin-top: -10px;*/
}
.btn_naver_login {
    width: 500px;
    height: 50px;
    padding: 0;
    margin: 12px auto 0 auto;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    border-radius: 3px;
    background: #01bf31 url(http://ocato.img20.kr/web/join/naver.png) no-repeat left 160px center;
    padding-left: 205px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}
.btn_other_login {
    width: 500px;
    height: 50px;
    padding: 0;
    margin: 12px auto 0 auto;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    border-radius: 3px;
    background: #4b4b4b;
    padding-left: 180px;
    margin-bottom: 50px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}
.chk_none {
	display: block;
    min-height: 17px;
    width: 400px;
    color: #333;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 0 0 30px;
    background: url(http://ocato.img20.kr/web/join/notice_pc.png) no-repeat left 23px top 3px;
    text-align: center;
    font-weight: normal;
    line-height: 17px;
}
.shop_mall_join {
	display: block;
    width: 400px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    border-radius: 25px;
    background: #333 url(http://ocato.img20.kr/web/join/moulian_w.png) no-repeat left 110px center;
    border: none;
    text-align: left;
    padding-left: 160px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}
.member_guide_txt {
	text-align: center;
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    padding: 19px 0 57px 0;
}
.member_guide_txt a {
    color: #444444;
    font-size: 14px;
}
.shop_mall_join:hover {
    background: #808080 url(http://ocato.img20.kr/web/join/moulian_w.png) no-repeat left 110px center;
    color: #fff;
    border: none;
}
.member_guide_txt a:hover {
    text-decoration: underline;
}
/* BASIC css end */

