@charset "utf-8";

/* 아웃로그인 스킨 */
.ol {position:relative;border:1px solid #dadada;margin-bottom:15px}
.ol h2 {width:50%;float:left;padding:15px 0;text-align:center}
.ol .join {width:50%;float:left;padding:15px 0;text-align:center;background:#f3f3f3;color:#6e6e6e}
.ol #ol_be_cate {font-size:13px}
.ol #ol_be_cate:after {display:block;visibility:hidden;clear:both;content:""}
.ol form {padding:20px}
.ol a.btn_admin {display:inline-block;padding:0 10px;height:25px;text-decoration:none;line-height:25px;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:8px}
#ol_id {display:block;width:100%;border:1px solid #d0d3db;padding:0 10px;height:35px;margin-bottom:5px;border-radius:3px}
#ol_pw {display:block;width:100%;border:1px solid #d0d3db;padding:0 10px;height:35px;margin-bottom:5px;border-radius:3px}
#ol_submit {width:100%;height:35px;background:#464f61;border-left:1px solid #ccc;color:#fff;font-weight:bold;font-size:1.167em;border-radius:3px}
#ol_svc {float:right;line-height:20px}
#ol_svc a {display:inline-block;border:1px solid #d5d9dd;color:#777;font-size:12px;border-radius:2px;padding:2px 5px}
#ol_auto {float:left;line-height:20px;margin-top:2px}
#ol_auto label {color:#555;vertical-align:baseline}
#ol_auto input {width:13px;height:13px} 
.ol_auto_wr {}
.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 {}
#ol_after_hd {position:relative;padding:22px 15px;height:65px;background:#f3f3f3;border-bottom:1px solid #dadada}
#ol_after_hd strong {display:block;margin:0 0;font-size:14px}
#ol_after_info {display:inline-block;height:28px;line-height:22px;border:1px solid #d5d9dd;color:#3a8afd;border-radius:2px;padding:2px 5px}
#ol_after h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#ol_after_logout {position:absolute;top:22px;right:15px;color:#a0a0a1;letter-spacing:-1px}
#ol_after_private {zoom:1}
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
#ol_after_private {padding:20px 15px}
#ol_after_private li {position:relative;float:left;width:25%;text-align:center}
#ol_after_private li:before{position: absolute;top: 3px;left: 0px;width: 2px;height: 20px;background: #ebebeb;content: '';}
#ol_after_private li.first:before{display:none}
#ol_after_private a {display:block;color:#465168;}
#ol_after_private a strong {display:block;padding:7px 0 0;font-size:12px;letter-spacing:0px}

.memo_count {color:#888;font-weight:normal}
.memo_new {color:#f8313e;font-weight:bold}

.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:3px;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(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
