@charset "utf-8";

/* 아웃로그인 스킨 */
.s_ol {position:relative;border-bottom:1px solid #f6f6f6;font-size:13px;}
.s_ol h2 {width:125px;float:left;padding:15px 0;text-align:center;font-size:14px;}
.s_ol .join {width:115px;float:left;padding:15px 0;text-align:center;background:#f7f7f7;color:#6e6e6e;font-size:14px;}
.s_ol #s_ol_be_cate:after {display:block;visibility:hidden;clear:both;content:""}
.s_ol form {padding:20px}
.s_ol a.btn_admin {display:inline-block;padding:0 10px;height:25px;text-decoration:none;line-height:25px;vertical-align:middle} /* 관리자 전용 버튼 */
.s_ol a.btn_admin:focus, .s_ol a.btn_admin:hover {text-decoration:none}

#s_ol_before {padding:0;}
#s_ol_before:after {display:block;visibility:hidden;clear:both;content:""}
#s_ol_before .s_ol_wr {position:relative;margin-bottom:5px}
#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:#3a8afd;border-left:1px solid #ccc;color:#fff;font-weight:bold;font-size:1.167em;border-radius:3px}
#ol_svc {float:right;margin-top:5px;line-height:20px}
#ol_svc a {display:inline-block;border:1px solid #d5d9dd;color:#3a8afd;border-radius:2px;padding:2px 5px}
#ol_auto {float:left;line-height:20px;margin-top:5px}
#ol_auto label {color:#555;vertical-align:baseline}
#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}

#s_ol_after {padding:5px 0;border-bottom:1px solid #f6f6f6}
#s_ol_after_hd {position:relative;padding:10px;padding-left:80px;height:80px}
#s_ol_after_hd strong {display:block;margin:5px 0 10px}
#s_ol_after_hd .profile_img {position:absolute;top:15px;left:15px;display:inline-block}
#s_ol_after_hd .profile_img img {border-radius:50%;width:50px;height:50px}
#s_ol_after_hd .btn_admin {position:absolute;right:0;bottom:0;width:20px;height:20px;line-height:20px;padding:0;text-align:center;border-radius:50%;background:#000;vertical-align:baseline}

#s_ol_after_info {display:inline-block;height:28px;line-height:22px;border:1px solid #d5d9dd;color:#3a8afd;border-radius:2px;padding:2px 5px;font-size:13px;}
#s_ol_after h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#s_ol_after_hd .btn_b04 {line-height:23px;padding:0 5px}
#s_ol_after_private {zoom:1;font-size:13px;}
#s_ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
#s_ol_after_private li {text-align:left;position:relative;text-align:left}
#s_ol_after_private li:first-child a {border-left:0}
#s_ol_after_private a {display:block;background:#fff;color:#465168;line-height:18px;padding:10px 20px 10px 25px}
#s_ol_after_private a strong {display:inline-block;float:right;max-width:87px;overflow:hidden;white-space:nowrap;text-overflow:clip;color:#3a8afd;padding:0 5px;border-radius:15px;}
#s_ol_after_private a:hover strong {background:#4b8bff}
#s_ol_after_private li a:hover {color:#4b8bff;background:#f7f7f7}
#s_ol_after_private li a:hover:after {position:absolute;left:0;top:0;width:2px;height:38px;background:#3a8afd;content:""}
#s_ol_after_private li i {width:15px;color:#8c9eb0;margin-right:5px}
#s_ol_after_private li:hover i {color:#3a8afd}
#s_ol_after_private .win_point:hover strong {background:#37bc9b;color:#fff}
#s_ol_after_private .win_memo:hover strong {background:#ff8b77;color:#fff}
#s_ol_after_private .win_scrap:hover strong {background:#8cc152;color:#fff}
#s_ol_after_private .win_noti:hover strong {background:#a352c1;color:#fff}

#s_ol_after_logout {display:inline-block;height:28px;line-height:22px;border:1px solid #d5d9dd;color:#8a8a8a;border-radius:2px;padding:2px 5px;font-size:13px;}
#s_ol_after_logout:hover {color:#3c8bfd}
#ol_after_memo {margin-right:1px}
#ol_after_pt {margin-right:1px}

/* 알림 추가 */
.noti-count {background-color: #b8181a;color: #ffffff !important;}
.fa-bell-red {color: #b8181a !important;}
@keyframes blink {0%, 100% {opacity: 1;} 50% {opacity: 0.3;}}
/* 알림이 있을 때 깜빡이 ㅋ */
.noti-blink {color: #b8181a !important;animation: blink 1s infinite;}