/* Common SNB login box */
.login_PlayoutA {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 102px;
  margin: 0;
  padding: 10px 5px 8px;
  border: 1px solid #e6e6e6;
  background: #f7f9fa;
  color: #666;
  font-size: 12px;
}

.login_PlayoutA.login_guest,
.login_PlayoutA.login_member {
  box-sizing: border-box;
  height: 102px !important;
}

.login_PlayoutA.login_member {
  padding: 0;
}

.login_member .wrap_profile {
  position: relative;
  height: 40px;
  overflow: hidden;
  padding: 14px 8px 11px;
}

.login_member .wrap_profile::after,
.login_member .userPoint::after {
  display: block;
  clear: both;
  content: "";
}

.login_member .wrap_userName {
  float: left;
  margin-top: -2px;
  padding-left: 10px;
}

.login_member .userName {
  position: relative;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.login_member .userName a {
  position: relative;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
}

.login_member .userName a.member_nic {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.login_member .userPoint {
  position: relative;
  margin: 0;
  padding: 3px 0 0;
  list-style: none;
}

.login_member .userPoint li {
  float: left;
  padding-right: 10px;
  color: #222;
  line-height: 20px;
}

.login_member .userPoint li:last-child {
  position: relative;
  padding-left: 11px;
}

.login_member .userPoint li:last-child::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #444;
  content: "";
}

.login_member .wrap_profile .userPoint a {
  color: #575757;
  font-size: 13px;
  text-decoration: none;
}

.login_member .login_management {
  position: absolute;
  top: 15px;
  right: 13px;
}

.login_member .wrap_profile a.user_logout {
  display: inline-block;
  padding: 0 10px;
  border-radius: 14px;
  background: #ccd0d4;
  color: #fff;
  line-height: 26px;
  text-decoration: none;
}

.login_member .wrap_member {
  position: relative;
  z-index: 2;
}

.login_member .wrap_Messages {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  list-style: none;
}

.login_member .wrap_Messages li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid #ddd;
  text-align: center;
}

.login_member .wrap_Messages li:last-child {
  border-right: 0;
}

.login_member .wrap_Messages li a {
  display: block;
  padding: 7px 5px;
  color: #202020;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.login_member .wrap_userMenu {
  position: absolute;
  z-index: 1;
  left: -1px;
  display: none;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}

.login_PlayoutA.login_guest fieldset {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.login_PlayoutA.login_guest {
  outline: 1px solid #d9dde2;
  outline-offset: -1px;
}

.login_PlayoutA.login_guest .idpwWrap {
  width: 100%;
}

.login_PlayoutA fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}

.login_PlayoutA fieldset .idpwWrap {
  position: relative;
  clear: both;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}

.login_PlayoutA fieldset .idpwWrap p {
  margin: 0;
  color: #9fa19f;
  font-size: 11px;
  line-height: 20px;
}

.idp_login {
  display: inline-block;
  width: 80%;
  margin: 5px 0;
  padding: 5px 10px;
  border-radius: 15px;
  background: #112042;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  line-height: 20px;
}

.login_PlayoutA.login_guest .idp_login {
  margin-top: 10px;
}

.login_PlayoutA.login_guest .kakao_login_button {
  display: inline-block;
  width: calc(100% - 10px);
  max-width: 309px;
  height: auto;
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 0;
}

.login_PlayoutA.login_guest .kakao_login_button img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.login_PlayoutA fieldset ul.help {
  display: flex;
  justify-content: space-between;
  height: 20px;
  margin: 0;
  padding: 0 25px;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
}

.login_PlayoutA fieldset ul.help li {
  display: block;
  float: left;
  list-style: none;
}

.login_PlayoutA fieldset ul.help li a {
  display: inline-block;
  padding-top: 1px;
  color: #112042 !important;
  text-decoration: none;
  white-space: nowrap;
  line-height: 18px;
}

.login_PlayoutA fieldset ul.help li a:hover {
  text-decoration: underline;
}

.login_PlayoutA .keep_msg,
.login_PlayoutA fieldset p.SSL,
.login_PlayoutA fieldset ul.help li.help_last_li {
  display: none;
}

.login_PlayoutA fieldset ul.help li * {
  display: inline-block;
  vertical-align: bottom;
  line-height: 18px;
}
