/* *************************************** */
/* PC VERSION */
/* *************************************** */
.membership #setupform .check_btn { 
	cursor:pointer;
    color: #FFF;
    background: #999;
    display: inline-block;
    padding: 3px 7px;
    font-size: 11px;
    vertical-align: middle;
    font-family: NanumGothic;
    border:1px solid #666
}


/* *************************************** */
/* MOBILE VERSION */
/* *************************************** */
.mobile #setupform p.submit {
    text-align: center;
    padding: 20px 0;
}

.mobile #setupform input#user_name {
	max-width: 48%;
}

.mobile #setupform .check_btn {
    color: #FFF;
    background: #999;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 2px;
    border: 1px solid #777;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* *************************************** */
/* Daum Address (testyoon)*/
/* *************************************** */
iframe#__daum__viewerFrame_1 {
    min-width: 278px !important;
}

iframe#__daum__viewerFrame_2 {
    min-width: 278px !important;
}

iframe#__daum__viewerFrame_3 {
    min-width: 278px !important;
}

#zipform iframe {
    min-width: 278px !important;
}

#__daum__layer_1 {
    min-width: 278px !important;
}

#__daum__layer_2 {
    min-width: 278px !important;
}

#__daum__layer_3 {
    min-width: 278px !important;
}


/* *************************************** */
/* sns login (yoon eun sook) */
/* *************************************** */
#sns_login {
    clear: both;
    width: 94%;
    float: left;
    margin: 10px 0 20px 0;
}
#sns_login div{width:33%;float:left;}
#sns_login div span {display:block;margin:5px;text-align:left;padding:10px 0;border-radius:5px;font-weight:bold;}
#sns_login div span i {display:inline-block; width:23px;height:23px;vertical-align:middle;margin: 0 20px;}
.f_sns_login span i {background:url(http://default.jstkd.com/wp-content/plugins/pibs-network/images/sns/i_facebook.png) 0 0 no-repeat;}
.t_sns_login span i {background:url(http://default.jstkd.com/wp-content/plugins/pibs-network/images/sns/i_twitter.png) 0 0 no-repeat;}
.i_sns_login span i {background:url(http://default.jstkd.com/wp-content/plugins/pibs-network/images/sns/i_instar.png) 0 0 no-repeat;}
.n_sns_login span i {background:url(http://default.jstkd.com/wp-content/plugins/pibs-network/images/sns/i_naver.png) 0 0 no-repeat;}
.k_sns_login span i {background:url(http://default.jstkd.com/wp-content/plugins/pibs-network/images/sns/i_kakao.png) 0 0 no-repeat;}
.g_sns_login span i {background:url(http://default.jstkd.com/wp-content/plugins/pibs-network/images/sns/i_google.png) 0 0 no-repeat;}

.f_sns_login span {background:#4267b2;border:#3056a4 1px solid;color:#fff;}
.t_sns_login span {background:#39a0ce;border:#2687b3 1px solid;color:#fff;}
.i_sns_login span {background:#fff;border:#d1d1d1 1px solid;}
.n_sns_login span {background:#1ec545;border:#14ae1f 1px solid;color:#fff;}
.k_sns_login span {background:#fce000;border:#fcca00 1px solid;}
.g_sns_login span {background:#fff;border:#d1d1d1 1px solid;}
