@charset "utf-8";

.ol {
  position: relative;
  padding: 27px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
.ol h2 {
  width: 117px;
  float: left;
  padding: 15px 0;
  text-align: center;
}
/* .ol .join {width:116px;float:left;padding:15px 0;text-align:center;background:#f7f7f7;color:#6e6e6e} */
.ol #ol_be_cate {
  display: none;
}
.ol #ol_be_cate:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.ol form {
}
.ol a.btn_admin {
  display: inline-block;
  padding-right: 5px;
  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;
  width: 70%;
  float: left;
  margin-bottom: 5px;
}
#ol_before .ol_wr.btn_subm {
  position: relative;
  width: 30%;
  float: right;
  padding-left: 8px;
  margin-bottom: 5px;
}
#ol_id {
  display: block;
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #eee;
  padding: 0 10px;
  border-radius: 3px 3px 0 0;
}
#ol_pw {
  display: block;
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 0 0 3px 3px;
}
#ol_submit {
  width: 100%;
  height: 70px;
  background-color: #ff0000;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  border-radius: 3px;
} /*기본 컬러셋*/
#ol_submit:hover {
  background-color: #333;
}
#ol_svc {
  float: right;
  margin-top: 5px;
  line-height: 20px;
}
#ol_svc a {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  color: #666;
  border-radius: 2px;
}
#ol_svc a:hover {
  color: #000;
}
#ol_svc i {
  vertical-align: top;
  margin-top: 3px;
  font-size: 13px;
}
#ol_svc a:nth-child(2) i {
  font-size: 15px;
}
#ol_auto {
  float: left;
  line-height: 20px;
  margin-top: 5px;
}
#ol_auto label {
  font-size: 13px;
  color: #555;
  vertical-align: baseline;
}
#ol_auto input {
  width: 13px;
  height: 13px;
}
.ol_auto_wr {
  position: relative;
  clear: both;
}
.ol_auto_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.ol_auto_wr .ol_snslogin {
  position: absolute;
  left: 0;
  top: 45px;
  color: #666;
}
.ol_auto_wr .ol_snslogin i {
  margin-top: 3px;
  font-size: 16px;
  color: #ccc;
  vertical-align: top;
}
#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 {
  border: 1px solid #e0e0e0;
  padding: 15px;
}
#ol_after_hd {
  position: relative;
  padding: 10px;
  padding-left: 80px;
  height: 80px;
}
#ol_after_hd strong {
  display: block;
  margin: 5px 0 5px;
  font-size: 14px;
}
#ol_after_hd .profile_img {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
}
#ol_after_hd .profile_img img {
  border: 1px solid #bbb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#ol_after_hd .profile_img a {
  text-align: center;
  font-size: 17px;
  width: 30px;
  line-height: 30px;
  color: #777;
}
#ol_after_info {
  display: inline-block;
  height: 28px;
  line-height: 22px;
  border: 1px solid #d5d9dd;
  color: #ff0000;
  border-radius: 2px;
  font-size: 13px;
  padding: 2px 5px;
  border-radius: 4px;
}
#ol_after h2 {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ol_after_hd .btn_admin {
  float: right;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  vertical-align: baseline;
}
#ol_after_hd .btn_b04 {
  line-height: 23px;
  padding: 0 5px;
}
#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;
}
#ol_after_private li:first-child a {
  border-left: 0;
}
#ol_after_private li:nth-child(2) {
  border-right: 1px solid #eee;
}
#ol_after_private li + li {
  float: left;
  width: 50%;
  border-top: 1px solid #eee;
}
#ol_after_private a {
  display: block;
  color: #465168;
  line-height: 18px;
  padding: 10px 10px 10px 20px;
}
#ol_after_private a strong {
  display: inline-block;
  float: right;
  max-width: 87px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  color: #333;
  padding: 0 5px;
  border-radius: 15px;
  font-size: 0.92em;
}
#ol_after_private a:hover strong {
  background: #4b8bff;
}
#ol_after_private li a:hover {
  background-color: #f7f7f7;
}
#ol_after_private li a:hover:after {
}
#ol_after_private li i {
  width: 25px;
  color: #999;
  margin-right: 5px;
}
#ol_after_private li:hover i {
  color: #ff0000;
}
#ol_after_private .win_point:hover strong {
  background-color: #ff0000;
  color: #fff;
}
#ol_after_private .win_memo:hover strong {
  background-color: #ff0000;
  color: #fff;
}
#ol_after_private .win_scrap:hover strong {
  background-color: #ff0000;
  color: #fff;
}

#ol_after_logout {
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  color: #333;
  border-top: 1px solid #dde7e9;
}
#ol_after_logout:hover {
  color: #ff0000;
  background-color: #eee;
}
#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: 4px;
  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% #ff0000;
  border-color: #1471f6;
  border-radius: 3px;
}

#sns_login .sns-google {
  border: 1px solid #eee;
  overflow: hidden;
}
#sns_login .sns-google .ico {
  left: 0 !important;
  top: -2px !important;
}
