/* -----------------------------------------------
 Name: user.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: _config.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: vars/_easing.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: mixins/_clearfix.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: mixins/_hideaway.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: mixins/_opacity.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: mixins/_border.scss
----------------------------------------------- */
.main {
  float: none;
  margin-right: 0;
}

.mainInner {
  margin-right: 0;
}

.user {
  padding: 60px 30px;
}
.user_header {
  margin-bottom: 80px;
}
.user_aside {
  padding: 15px 0;
}
.user .title,
.user .description {
  color: #948263;
  text-align: center;
}
.user .title {
  font-size: 28px;
  margin-bottom: 0.4em;
}
.user .description {
  font-size: 15px;
  line-height: 1.6;
}
.user .btn {
  display: inline-block;
  width: 360px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  background: url("../images/common/user/ico_arrow_right.png") no-repeat 95% center;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.user .btn-submit {
  background-color: #3b80ff;
}
.user .btn-submit:hover {
  background-color: #2265e1;
}
.user .btn-cancel {
  background-color: #b7b7b7;
  background-image: url("../images/common/user/ico_arrow_left.png");
  background-position: 5% center;
}
.user .btn-cancel:hover {
  background-color: #9d9d9d;
}
.user .btnGroup {
  overflow: hidden;
  width: 624px;
  margin: 0 auto;
  text-align: center;
}
.user .btnGroup .btn {
  margin: 0;
}
.user .errorText {
  color: #ff0000;
  font-size: 14px;
  margin-bottom: 15px;
}
.user .errorText p {
  margin-bottom: 5px;
}
.user .contact {
  font-size: 13px;
}
.user .contact p {
  text-align: center;
}
.user .contact p a {
  color: #3b80ff;
}

.user-login .user_header {
  margin-bottom: 60px;
}
.user-login .userInputForm {
  width: 580px;
  margin: 0 auto 60px;
}
.user-login .util {
  text-align: center;
}
.user-login .util p {
  line-height: 1.8;
  font-size: 12px;
}
.user-login .util p a {
  color: #3b80ff;
}
.user-login .note {
  font-weight: bold;
  padding: 2em 0 0.5em 0;
  text-align: center;
}
.user-reminder .userInputForm {
  width: 580px;
  margin: 0 auto 80px;
}
.user-reminderComplete .info {
  text-align: center;
  margin-bottom: 80px;
}
.user-agreement .term {
  width: 100%;
  max-width: 705px;
  height: 300px;
  overflow: auto;
  border: 1px solid #d2d2d2;
  margin: 0 auto 80px;
}
.user-agreement .term_inner {
  background: #fff;
  padding: 15px 25px;
}
.user-mailauth .userInputForm {
  width: 580px;
  margin: 0 auto 80px;
}
.user-mailauthResult .user_header {
  margin-bottom: 30px;
}
.user-mailauthResult .userConfirm {
  width: 480px;
  margin: 0 auto;
}
.user-password {
  padding-top: 20px;
}
.user-password .user_header {
  margin-bottom: 40px;
}
.user-password .userInputForm {
  width: 580px;
  margin: 0 auto 60px;
}
.user-register .step {
  display: none;
}
.user-register .userRegisterSteps {
  margin-bottom: 20px;
}
.user-register .userIconRegister {
  width: 660px;
  margin: 0 auto 30px;
}
.user-register .info {
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
  font-size: 15px;
  padding: 1em 0;
  text-align: center;
  width: 436px;
  margin: 0 auto 80px;
}
.user-register .userCommentRegister {
  width: 707px;
  margin: 0 auto 80px;
}
.user-register .userSettingRegister {
  width: 310px;
  margin: 0 auto 80px;
}
.user-confirm .userRegisterSteps {
  margin-bottom: 20px;
}
.user-confirm .userConfirm {
  width: 410px;
  margin: 0 auto 80px;
}
.user-complete .user_header {
  margin-bottom: 100px;
}
.user-complete .user_header .title {
  margin-bottom: 2.4em;
}
.user-complete .description span {
  font-size: 13px;
  padding-top: 1em;
  display: inline-block;
}
.user-complete .btn {
  width: 611px;
}

@media screen and (max-width: 767px) {
  .user {
    padding: 30px 15px 30px;
  }
  .user_header {
    margin-bottom: 40px;
  }
  .user_aside {
    padding: 5px 0;
  }
  .user .title {
    font-size: 20px;
  }
  .user .description {
    font-size: 13px;
  }
  .user .btn {
    float: none !important;
    margin: 5px auto !important;
    width: 280px;
    height: 45px;
    line-height: 45px;
    font-size: 11px;
    background-size: 4px 6px;
  }
  .user .btn-cancel {
    background-image: url("../images/common/user/ico_arrow_right.png");
    background-position: 95% center;
  }
  .user .btnGroup {
    width: 297px;
  }
  .user .errorText {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .user .errorText p {
    margin-bottom: 3px;
  }
  .user .contact {
    font-size: 11px;
  }
  .user-login .userInputForm {
    width: 100%;
    margin-bottom: 40px;
  }
  .user-login .util p {
    font-size: 10px;
  }
  .user-reminder .user_header .description {
    text-align: left;
  }
  .user-reminder .userInputForm {
    width: 100%;
    margin-bottom: 40px;
  }
  .user-reminderComplete .info {
    text-align: left;
  }
  .user-agreement .term {
    height: 250px;
    margin-bottom: 40px;
  }
  .user-mailauth .userInputForm {
    width: 100%;
    margin-bottom: 40px;
  }
  .user-mailauthResult .userConfirm {
    width: 100%;
  }
  .user-password .userInputForm {
    width: 100%;
    margin-bottom: 40px;
  }
  .user-register .userRegisterSteps {
    margin-bottom: 10px;
  }
  .user-register .userIconRegister {
    width: 100%;
  }
  .user-register .info {
    width: 218px;
    margin-bottom: 40px;
    font-size: 13px;
  }
  .user-register .userCommentRegister {
    width: 100%;
    margin-bottom: 40px;
  }
  .user-register .userSettingRegister {
    width: 100%;
    margin-bottom: 40px;
  }
  .user-confirm .userConfirm {
    margin-bottom: 40px;
    width: 100%;
  }
  .user-complete .user_header {
    margin-bottom: 50px;
  }
  .user-complete .description span {
    font-size: 11px;
  }
}

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