@charset "utf-8";

/* 아웃로그인 스킨 */
.ol {position:relative;font-size:0.8rem}
.ol h2 {width:117px;float:left;padding:0 0 10px 0;text-align:center}
.ol .join {width:116px;float:left;padding:0 0 10px 0;text-align:center;}
.ol #ol_be_cate:after {display:block;visibility:hidden;clear:both;content:""}
.ol form {padding:0px}
.ol a.btn_admin {
	display:inline-block;
	padding:0px;
	text-decoration:none;
	vertical-align:middle;
} /* 관리자 전용 버튼 */
.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none}
.ol .login-sns{
	padding-bottom:0px
}

#ol_before {}
#ol_before:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:""
}
#ol_before .ol_wr {
	position:relative;
	margin-bottom:5px
}
#ol_id {
	display:block;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:5px;
	border-radius:20px
}
#ol_pw {
	display:block;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:5px;
	border-radius:20px
}
#ol_submit {
    display:block;
    font-size:1.0rem;
	height:40px;
	border-radius:20px;
	width:100%;
	font-weight:bold;
	vertical-align:middle
}
#ol_submit:hover {
    display:block;
    font-size:1.0rem;
    height:40px;width:100%;font-weight:bold;border-radius:20px;vertical-align:middle
}
#ol_before a{font-size:0.7rem}
#ol_svc {float:right;line-height:20px}
#ol_svc a {display:inline-block;border-radius:2px;padding:0px;font-size:0.7rem}
#ol_auto {float:left;line-height:20px;margin-top:5px}
#ol_auto label {vertical-align:baseline;font-size:0.6rem}
#ol_auto input {width:13px;height:13px}
.ol_auto_wr:after {display:block;visibility:hidden;clear:both;content:""}
#sns_login {margin-top:0 !important;border-top:0 !important}
#sns_login h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#ol_after {padding:0px;margin:0}
#ol_after_hd {
    position:relative;
	padding:0px;
	padding-left:0px;
	height:60px;
    font-weight:bold;
}
#ol_after_hd strong {
	display:block;
	margin: 0px
}
#ol_after_hd .profile_img {
	position:absolute;
	top:15px;
	left:0px;
	display:inline-block
}
#ol_after_hd .profile_img img {
	border-radius:50%;
	width:30px;
	height:30px}
#ol_after_hd .profile_img a {
	text-align:center;
	font-size:17px;
	width:30px;
	line-height:30px;
}
#ol_after_info {
    display:inline-block;
	height:24px;
    line-height:20px;
    border-radius:2px;
    margin:0px 0 0 0px;
    padding:0 10px;
	border-radius:12px;
    font-size:0.7rem;
}
#ol_after h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#ol_after_hd .btn_admin {border-radius:3px;height:28px;line-height:28px;vertical-align:baseline}
#ol_after_hd .btn_b04 {line-height:23px;padding:0 0px}
#ol_after_private {zoom:1}
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
#ol_after_private li {text-align:left;position:relative;text-align:left;height:30px;}
#ol_after_private li:first-child a {border-left:0}

#ol_after_private a {display:block;line-height:18px;}
#ol_after_private a strong {display:inline-block;float:right;max-width:87px;overflow:hidden;white-space:nowrap;text-overflow:clip;}
#ol_after_private li i {width:25px;margin-right:5px;font-size:0.8rem}

#ol_after_logout {
    display:block;
    font-size:1.0rem;
	line-height:35px;
	height:40px;
	width:100%;
	text-align:center;
	font-weight:bold;
	vertical-align:middle
}
#ol_after_logout:hover {
	vertical-align:middle;
    display:block;
    font-size:1.0rem;
	width:100%;
	text-align:center;
	font-weight:bold;
	vertical-align:middle
}
#ol_after_memo {margin-right:1px}
#ol_after_pt {margin-right:1px}

.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {padding-left:20px;color:#676e70}
.chk_box input[type="checkbox"] + label:hover{color:#2172f8}
.chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(http://dawayo.net/theme/my_theme/skin/outlogin/basic/img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}