.laypop_wrap {
  background: transparent url(../images/pop/popBg.png) 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
  display: none;
  top: 0px;
}

.laypop_wrap .laypop_box {
  width: 400px;
  height: 400px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  margin-top: 167px;
}

.laypop_wrap .ly_header {
  width: 100%;
  height: 70px;
  background: #da291c;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 68px;
  text-indent: 20px;
}

.laypop_wrap .ly_content {
  background: #fff;
  margin: 0;
}

.chk_focus .sch_box {
  background: #f5f5f5;
  padding: 20px;
}

.laypop_wrap .ly_ctnbox {
  padding: 20px;
}

.chk_focus .ly_ctnbox dl dd {
  overflow: hidden;
  overflow-y: scroll;
}

.chk_focus .ly_ctnbox dl dd ul li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
  padding: 5px 10px 9px;
}

.laypop_wrap .subsid_pop_close {
  background: transparent url(../images/pop/popExit2.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}

/* 2023-09-25 Γί°‘ */
.layer_login {
  position: relative;
  width: 360px;
  letter-spacing: -0.08rem;
}
.layer_login * {
  box-sizing: border-box;
}
.layer_login .layer_radius {
  border-radius: 0;
  background-color: #fff;
  padding: 20px 20px 100px;
}
.layer_login .ly_header {
  position: relative;
  background-color: transparent;
  background-size: 180px;
  height: 120px;
}
.layer_login .ly_header p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #777;
  font-weight: 700;
}
.layer_login .id_input,
.layer_login .pw_input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #777;
}
.layer_login .id_input {
  margin-top: 80px;
}
.layer_login .pw_input {
  margin-top: 15px;
  margin-bottom: 0;
}
.layer_login .id_input input,
.layer_login .pw_input input {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}
.layer_login label {
  font-size: 11px;
  font-weight: 700;
  color: #555;
}
.layer_login .id_input,
.layer_login .pw_input,
.layer_login .login_submit {
  width: 100%;
}
.layer_login .login_join {
  width: auto;
  height: auto;
}
.layer_login .login_join span {
  position: static;
  margin: 0;
}
.layer_login .lg_serchbox {
  border: 0;
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  font-weight: 700;
}
.layer_login .lg_serchbox li {
  float: none;
  width: auto;
  border: 0;
  display: inline-flex;
}
.layer_login .lg_serchbox li + li::before {
  content: "/";
  display: inline-block;
}
.layer_login .lg_serchbox li a {
  font-size: 13px;
  line-height: 1;
  background: transparent !important;
  text-indent: 0 !important;
  border-radius: 0;
  padding: 0 5px;
}
.layer_login .lg_chkbox {
  text-align: left;
}
.layer_login .lg_chkbox label {
  margin: 15px 0;
  font-size: 12px;
  font-weight: 700;
}
.layer_login .checkbox {
  background: #a6a6a6;
  height: 24px;
  width: 46px;
  border-radius: 12px;
}
.layer_login .checkbox::before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  margin: 2px;
  transition-duration: 0.3s;
}
.layer_login .checkbox.on {
  background-color: #da291c;
}
.layer_login .checkbox.on::before {
  margin-left: 25px;
  transition-duration: 0.3s;
}
.layer_login .ly_footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  background: url(../images/pop/popLogin_footer.png) no-repeat center bottom;
  padding-bottom: 25px;
  text-align: center;
}
