/* Login */
.skopiLogin {
  width: 100%;
  max-width: 400px;
  margin: 20px auto 40px;
  padding: 20px;
  border: 1px solid #CCC;
  border-radius: 20px;
  background-color: #FFF;
}
.skopiLogin .loginForm {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .skopiLogin .loginForm .itemLine > *:first-child {
    flex: 0 0 90px;
    width: auto;
  }
}
.skopiLogin .loginForm .itemLine input {
  width: 100%;
}
.skopiLogin .loginForm .itemLine .login {
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}
.skopiLogin .loginForm .itemLine .login:hover {
  background: #E8132C;
}
.skopiLogin .loginForm .itemLine .idKeep {
  font-size: 12px;
  font-weight: 500;
}
.skopiLogin .btn3 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCC;
  text-align: center;
}
.skopiLogin .btn3 .sButton {
  margin: 0 5px;
}

.loginBottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .loginBottom {
    flex-direction: column;
  }
}
.loginBottom .banner1 {
  flex: 0 0 66%;
  padding-right: 15px;
}
@media screen and (max-width: 480px) {
  .loginBottom .banner1 {
    padding: 0;
    margin-bottom: 40px;
  }
}
.loginBottom .notice {
  flex: 0 0 33%;
  padding-left: 15px;
}
.loginBottom .notice .stit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
  line-height: 26px;
}
.loginBottom .notice h3 {
  font-size: 21px;
  font-weight: 700;
}
.loginBottom .notice .loginNotice li {
  padding: 3px 0;
}

#JoinUsBenefit.join {
  width: 100%;
  max-width: 1024px;
  padding: 20px;
  border-radius: 20px;
  margin: 0 auto 40px;
  background-color: #FFF;
}
@media screen and (max-width: 480px) {
  #JoinUsBenefit.join {
    border-radius: 10px;
  }
}
#JoinUsBenefit .now {
  font-size: 21px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 26px;
  border-bottom: 1px solid #CCC;
}
#JoinUsBenefit .benefit {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 480px) {
  #JoinUsBenefit .benefit {
    display: block;
  }
  #JoinUsBenefit .benefit .first {
    margin-bottom: 20px;
  }
}
#JoinUsBenefit .benefit h4 {
  display: inline-block;
  padding: 6px 24px;
  background: #E8132C;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 14px;
}
#JoinUsBenefit .benefit dl {
  width: 90%;
  margin-top: 10px;
}
#JoinUsBenefit .benefit dt {
  font-size: 17px;
  color: chocolate;
}

/* Join */
#memberJoinForm,
#memberInfoForm {
  width: 100%;
  max-width: 1024px;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #memberJoinForm,
  #memberInfoForm {
    padding: 10px;
  }
}
#memberJoinForm .tableForm,
#memberInfoForm .tableForm {
  max-width: 900px;
  margin: 0 auto 50px;
}
#memberJoinForm .tableForm:last-child,
#memberInfoForm .tableForm:last-child {
  margin-bottom: 0;
}
#memberJoinForm .tableForm legend,
#memberInfoForm .tableForm legend {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
  font-size: 21px;
  font-weight: 700;
  color: #000;
}
#memberJoinForm .tableForm legend svg,
#memberInfoForm .tableForm legend svg {
  color: #E8132C;
}
#memberJoinForm .tableForm #addr1,
#memberInfoForm .tableForm #addr1 {
  margin-bottom: 4px;
}
@media screen and (max-width: 480px) {
  #memberJoinForm .tableForm > dl,
  #memberInfoForm .tableForm > dl {
    border-bottom: 1px solid #DDD;
    padding: 12px 0;
  }
  #memberJoinForm .tableForm > dl:last-child,
  #memberInfoForm .tableForm > dl:last-child {
    border-bottom: none;
  }
  #memberJoinForm .tableForm > dl > dt,
  #memberInfoForm .tableForm > dl > dt {
    font-weight: bold;
    line-height: 1.4;
  }
  #memberJoinForm .tableForm > dl > dd .desc,
  #memberInfoForm .tableForm > dl > dd .desc {
    display: block;
    line-height: 1.2;
    font-size: 12px;
  }
  #memberJoinForm .tableForm > dl > dd ul.desc,
  #memberInfoForm .tableForm > dl > dd ul.desc {
    margin-top: 8px;
  }
  #memberJoinForm .tableForm > dl > dd ul.desc li,
  #memberInfoForm .tableForm > dl > dd ul.desc li {
    padding-left: 8px;
    text-indent: -8px;
  }
}

.agreement {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
}
.agreement:last-child {
  margin-bottom: 0;
}
.agreementWrap {
  width: 100%;
  max-width: 1024px;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFF;
  margin: 0 auto 20px;
}
@media screen and (max-width: 480px) {
  .agreementWrap {
    border-radius: 10px;
  }
}
.agreement h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.agreement .closeup {
  position: absolute;
  right: 0;
  top: 0;
}
.agreement .textBoxOuter {
  height: 120px;
  padding: 15px;
  border: 1px solid #CCC;
}
.agreement .textBoxOuter .textBox {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.agreement .textBoxOuter .textBox h4 {
  margin-top: 20px;
  font-size: 15px;
}
.agreement .textBoxOuter .textBox h4:first-child {
  margin-top: 0;
}
.agreement .textBoxOuter .closeWin {
  display: none;
}
.agreement .textBoxOuter.zoom {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: auto;
  padding: 50px;
  background: #FFF;
  z-index: 1002;
}
@media screen and (max-width: 480px) {
  .agreement .textBoxOuter.zoom {
    padding: 30px;
  }
}
.agreement .textBoxOuter.zoom .closeWin {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  background: url("/skopi/images/common/ico/ico-closewin.svg") no-repeat 50% 50%/contain;
  cursor: pointer;
}
.agreement .check {
  padding: 8px;
  text-align: right;
}
.agreement.privacyPolicy dl {
  margin-top: 30px;
}

/* Find Password */
.findPass {
  width: 100%;
  max-width: 400px;
  margin: 20px auto 40px;
  padding: 20px;
  border: 1px solid #CCC;
  border-radius: 20px;
}

/* Find ID */
.findID h3 {
  margin-bottom: 40px;
  font-size: 23px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

/* Mobile Certification */
.personConfirmPopup {
  padding: 20px;
  background-color: #FFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  border: 1px solid #CCC;
}
.personConfirmPopup .description {
  padding: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 10px;
}
.personConfirm dl {
  margin-bottom: 15px;
}
.personConfirm dt {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

/*# sourceMappingURL=skopi_member.css.map */
