/* BASIC css start */
.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: 74px;
}
.txt_simple_join {
    position: relative;
    display: block;
    width: 360px;
    margin: 0 auto;
    text-align: center;
}
.txt_simple_join span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #a6a7aa;
    width: 100px;
    background: #fff;
    z-index: 11;
    font-family: 'Noto Sans KR', sans-serif;
}
.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: 50px;
}
.member_sns_login > *:first-child {
    margin-top: 0;
    margin-left: 325px;
}
.btn_kakao_login {
    width: 400px;
    height: 50px;
    padding: 0;
    margin: 20px auto 0 auto;
    font-size: 17px;
    font-weight: 400;
    color: #381e1f;
    line-height: 50px;
    border-radius: 25px;
    background: #fae200 url(http://ocato.img20.kr/web/join/kakao.png) no-repeat left 88px center;
    padding-left: 150px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}
.member_sns_login > * {
    display: block;
    margin-top: -15px;
}
.btn_naver_login {
    width: 400px;
    height: 50px;
    padding: 0;
    margin: 12px auto 0 auto;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    border-radius: 25px;
    background: #01bf31 url(http://ocato.img20.kr/web/join/naver.png) no-repeat left 90px center;
    padding-left: 150px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif
}
.chk_none {
	display: block;
    min-height: 17px;
    width: 400px;
    color: #444444;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 0 0 19px;
    background: url(http://ocato.img20.kr/web/join/notice.png) no-repeat left top 2px;
    text-align: left;
    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 */

