@charset "utf-8";
/* SIR 지운아빠 */

/* 아웃로그인 스킨 */
.ol {
	border: 1px solid #e6e6e6;
	height: 200px;
	overflow: hidden;
	box-sizing: border-box;
}
.ol h2 {
	font-size: 13px;
}
.ol ul {margin:0;padding:0;list-style:none}

.ol a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none}

#ol_before {
	padding: 22px 19px 0 20px;
}
#ol_before fieldset {
	position: relative;
	margin-top: 10px;
}
#ol_id,
#ol_pw {
	width: 100%;
	box-sizing: border-box;
	height: 43px;
	border: 1px solid #e6e6e6;
	color: #333333;
	padding: 0 10px;
	line-height: 43px;
}
#ol_id:focus,
#ol_pw:focus {
	position: relative;
	z-index: 1;
}
#ol_pw {
	margin-top: -1px;
}
#ol_submit {
	width: 229px;
	height: 45px;
	margin-top: -1px;
	border: 0;
	background: url('img/btn_login1.png') no-repeat left top;
	display: block;
	cursor: pointer;
	text-indent: -1000em;
	box-sizing: border-box;
}

#ol_after {
	padding: 22px 19px 0 20px;
}
#ol_after .name {
	font-size: 13px;
	padding: 5px 0 10px;
	display: block;
}
#ol_after .btn1 {
	width: 229px;
	height: 45px;
	margin-top: 10px;
	border: 0;
	background: #3a4ca0;
	border: 1px solid #394ba0;
	color: #ffffff;
	font-size: 13px;
	display: block;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	box-sizing: border-box;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top,#485ab7,#394ba0);
	background-image: linear-gradient(top,#485ab7,#394ba0);
}
