@charset "utf-8";

/* 아웃로그인 */
.ol {
  position: relative;
}
.ol h2 {
  width: 0;
  height: 0;
  overflow: hidden;
}

/* 관리자 전용 버튼 */
#mamber_info {
  height: 30px;
  padding: 15px;
  background: #fff;
  line-height: 30px;
}
#mamber_info strong {
  display: inline-block;
  color: #000;
  font-size: 1.2em;
}
#mamber_info .btn_admin {
  display: inline-block;
  text-decoration: none;
  float: right;
  border: none;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 3px;
}

#ol_before .login_box {
  padding: 10px;
}
#ol_before input[type="text"],
#ol_before input[type="password"] {
  display: block;
  margin-bottom: 10px;
  padding: 0 2%;
  width: 96%;
  height: 30px;
  border: 1px solid #e3e3e3;
  background-color: #fff !important;
  vertical-align: middle;
  line-height: 1.8em;
}
#ol_before #ol_submit,
#ol_password_lost {
  width: 48.5%;
  height: 2.3em;
  background: #d61a24;
  color: #fff;
  border-radius: 3px;
  border: 0;
  letter-spacing: -0.1em;
  vertical-align: top;
  cursor: pointer;
}
#ol_password_lost {
  display: inline-block;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
}
#ol_svc {
  margin: 10px 0;
  text-align: left;
}
#ol_svc a {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}

#ol_after_private {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ol_after_private:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#ol_after_private li {
  float: left;
}
#ol_after_memo {
  width: 30%;
}
#ol_after_pt {
  width: 40%;
}
#ol_after_scrap {
  width: 30%;
}
#ol_after_private a {
  display: block;
  padding: 20px 0;
  background: #fff;
  color: #7c7c7c;
  text-decoration: none;
  text-align: center;
}
#ol_after_private a strong {
  height: 1em;
  line-height: 12px;
  color: #fda100;
}
#ol_after_private li:nth-of-type(1) a,
#ol_after_private li:nth-of-type(2) a {
  border-right: 1px solid #dde4e9;
  border-bottom: 1px solid #dde4e9;
}
#ol_after_private li:nth-of-type(3) a {
  border-right: 0px none;
  border-bottom: 1px solid #dde4e9;
}
#ol_after_ft {
  margin-top: 5px;
  text-align: center;
  padding: 10px;
}
#ol_after_ft a {
  width: 48%;
  height: 2.3em;
  display: inline-block;
  background: #d61a24;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  line-height: 2em;
}
#ol_after_ft a#ol_after_info {
  background: #ffa330;
}

.fa-key {
  font-size: 13px;
  color: #fff;
}
.fa-sign-in-alt {
  font-size: 13px;
  color: #fff;
}
