@charset "utf-8";
/* 외부로그인 */
.outlogin_layer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index:999;
}
.outlogin_layer{
  z-index:100;
}
.outlogin_layer .wrap{
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.outlogin_layer .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.outlogin_layer .loginBox{
  display:inline-block;
  overflow: hidden;
  width:100%;
  max-width: 300px;
  background-color:rgb(255,255,255);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  padding:56px 30px 25px;
  position: relative;
  border-radius:10px;
}
.loginBox h6 {
  font-size: 24px;
  font-family:'NanumSquareRound';
  margin-bottom:37px;
}
.outlogin_layer .btClose{
  position: absolute;
  top:13px;
  right:13px;
  display:inline-block;
  overflow:hidden;
  width:20px;
  height:20px;
  font-size:0px;
  background:url(../img/login_close.png) no-repeat 50%;
  background-size:contain;
  border:none;
}
.loginBox input[type="text"],
.loginBox input[type="password"]{
  display: block;
  width: 100%;
  border: 1px solid rgb(161 161 166);
  height: 40px;
  color: rgb(134 134 139);
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.loginBox input[type="password"]{
  border-top:none;
}
.loginBox #ol_submit{
  width:100%;
  margin:9px auto 10px;
  padding:10px 0px;
  text-align:center;
  color:rgb(255,255,255);
  font-size:14px;
  border:none;
  border-radius:0px;
  background:#0071E3;
}
.outlogin_service{
  width:100%;
  margin:0 auto 26px;
}
.outlogin_service>li{
  margin-left:0px;
  margin-right:18px;
  padding-left:0px;
}
.outlogin_service>li:nth-of-type(2){
  margin-right:0px;
}
.outlogin_service>li a{
  color:rgb(0,113,227);
  position:relative;
  font-size:14px;
  padding-right:18px;
}
.outlogin_service>li a:after{
  content:"";
  display: block;
  position: absolute;
  width:5px;
  height:10px;
  background:url(../img/ic_outlogin.png) no-repeat 50% 50%;
  background-size:contain;
  right:8px;
  top:5px;
}
