@charset "UTF-8";
/* 로그인 login */
#sub.member {
  background: #f8f8f8; }
  #sub.member .container {
    margin: 0 auto;
    padding-top: 82px; }
#sub.login .container {
  width: 458px; }
#sub.join .container {
  width: 800px;
  padding: 38px 55px;
  background: #fff; }

.member h3 {
  padding: 126px 0 47px;
  font-weight: 600;
  font-size: 45px;
  line-height: 40px;
  color: #5f66f1;
  text-align: center; }
.member .text-box {
  width: 100%;
  height: 53px;
  padding: 0 16px;
  margin-bottom: 15px;
  text-align: left;
  border: 1px solid #ddd; }
  .member .text-box::placeholder {
    font-weight: 600;
    font-size: 16px;
    color: #999;
    letter-spacing: -0.025rem; }
  .member .text-box::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    color: #999;
    letter-spacing: -0.025rem; }
  .member .text-box:-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    color: #999;
    letter-spacing: -0.025rem; }
    .member .text-box.pwd.error {
      background: #f4f675; }
  .member .text-box:disabled {
    background: #ddd; }
.member .custom-btn {
  display: inline-block;
  width: 100%;
  height: 62px;
  margin: 12px 0 14px;
  border: none;
  border-radius: 5px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  background: #5f66f1;
  cursor: pointer; }
  .member .custom-btn.disabled {
    background: #ddd; }

.login {
  min-height: 100vh; }
  .login .custom-btn.go-login {
    height: 62px; }
  .login .custom-btns {
    text-align: center; }
    .login .custom-btns a {
      font-size: 16px;
      letter-spacing: -0.025rem;
      color: #777; }
      .login .custom-btns a:first-child:before {
        display: none; }
      .login .custom-btns a:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 14px;
        margin: -2px 10px 0 10px;
        background: #ccc;
        vertical-align: middle; }
      .login .custom-btns a.join {
        font-weight: 500; }
  .login .keep-login label {
    font-weight: 500; }
  .login .caution {
    clear: both;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #555; }
    .login .caution.error strong {
      color: #eb2a3e; }
.popup.find-id-pw .txt {
  padding: 70px 0 62px;
  font-weight: 500;
  color: #555;
  text-align: center;
  letter-spacing: -0.05rem; }
.popup.find-id-pw .context {
  padding: 24px; }
.popup.find-id .context {
  padding: 24px; }
.popup.find-id .txt {
  padding: 54px 0;
  font-weight: 600;
  font-size: 20px;
  color: #555;
  text-align: center;
  letter-spacing: -1px; }
  .popup.find-id .txt .user-name {
    font-weight: 600;
    color: #333; }
.popup.find-pw .context {
  padding: 24px; }
.popup.find-pw .form-list {
  width: 347px;
  margin: 0 auto; }
  .popup.find-pw .form-list > li .text-box {
    width: 100%;
    text-align: left; }
  .popup.find-pw .form-list .caution {
    padding: 21px 0 39px;
    font-weight: 200;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    letter-spacing: -0.05rem;
    text-align: center; }
    .popup.find-pw .form-list .caution strong {
      color: #ff0000; }

/* 회원가입 */
.join {
  padding-bottom: 160px; }
  .join .custom-btn {
    width: 158px;
    height: 53px;
    margin: 0 0 0 8px;
    font-size: 16px;
    line-height: 53px;
    vertical-align: top; }
  .join .form-list > li {
    clear: both;
    height: 73px;
    margin-bottom: 5px;
    padding: 0 0 0 109px; }
    .join .form-list > li.email .text-box {
      width: 193px; }
    .join .form-list > li.email .select-box {
      width: 193px; }
    .join .form-list > li > label {
      float: left;
      margin-left: -109px;
      padding-left: 5px;
      font-size: 16px;
      line-height: 53px;
      color: #333; }
  .join .form-list .text-box {
    float:left;
    width: 415px;
    margin-bottom: 6px;
    vertical-align: top; }
  .join .form-list .caution {
    clear: both;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #555; }
    .join .form-list .caution.allow strong {
      color: #5f66f1; }
    .join .form-list .caution.error strong {
      color: #eb2a3e; }
  .join .form-list .select-box {
    height: 53px;
    padding: 0 13px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #999; }
  .join .form-list:after {
    content: "";
    display: block;
    width: 780px;
    height: 1px;
    margin: 0 0 30px -45px;
    padding-top: 30px;
    border-bottom: 1px solid #f5f5f5; }
  .join .agree h4 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #5f66f1; }
  .join .agree .check-box span {
    font-weight: 500;
    padding-left: 17px;
    color: #5f66f1; }
  .join .agree .check-box label {
    font-weight: 500; }
  .join .agree .check-box label.error {
    color: #eb2a3e; }
  .join .custom-btns {
    margin-top: 35px;
    text-align: center; }
    .join .custom-btns .custom-btn-join {
      width: 298px;
      height: 62px;
      font-size: 24px;
      line-height: 60px; }

.popup.join-complete {
  top: 50%;
  text-align: center; }
  .popup.join-complete .welcome-msg {
    padding: 160px 0 19px;
    font-size: 20px;
    line-height: 20px;
    color: #555;
    background: url("../images/member/bg_join_complete.png") 50% 0 no-repeat; }
    .popup.join-complete .welcome-msg strong {
      color: #333; }
  .popup.join-complete .txt {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.05rem; }
    .popup.join-complete .txt .company-name {
      color: #5f66f1; }

/* 마이페이지 */
.my-page .my-info-summary {
  float: left;
  width: 278px; }
  .my-page .my-info-summary h2 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.08125rem; }
  .my-page .my-info-summary .summary {
    width: 278px;
    height: 151px;
    margin-bottom: 6px;
    padding: 20px;
    background: #5f66f1; }
    .my-page .my-info-summary .summary * {
      color: #fff; }
    .my-page .my-info-summary .summary .my-info {
      margin-bottom: 28px;
      padding-left: 25px;
      font-size: 15px;
      line-height: 17px;
      letter-spacing: -0.05625rem;
      background: url("../images/member/ico_myinfo.png") 0 50% no-repeat; }
      .my-page .my-info-summary .summary .my-info .user-name {
        font-size: 18px; }
      .my-page .my-info-summary .summary .my-info .btn-modify {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: -2px 0 0 11px;
        font-size: 0;
        background: url("../images/member/btn_modify.png") 100% 50% no-repeat;
        vertical-align: middle; }
    .my-page .my-info-summary .summary .point .txt {
      display: block;
      margin-bottom: 13px;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: -0.05rem; }
    .my-page .my-info-summary .summary .point strong {
      padding-left: 18px;
      font-weight: 500;
      font-size: 24px;
      background: url("../images/member/ico_point.png") 0 50% no-repeat; }
    .my-page .my-info-summary .summary .point .expecting {
      font-weight: 100;
      font-size: 14px;
      color: #c7c9fc; }
  .my-page .my-info-summary .link-to-notify {
    display: block;
    height: 54px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    background: #9293ab; }
  .my-page .my-info-summary .links {
    height: 122px;
    padding: 18px 0 18px 18px;
    background: #f9f9f9; }
    .my-page .my-info-summary .links a {
      margin-left: 29px;
      padding-left: 24px;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: -0.00875rem;
      background: url("../images/member/ico_point2.png") 0 50% no-repeat; }
      .my-page .my-info-summary .links a:first-child {
        margin-left: 0;
        background-image: url("../images/member/ico_notify.png"); }
    .my-page .my-info-summary .links .txt {
      margin-top: 20px;
      font-size: 14px;
      line-height: 14px;
      letter-spacing: -0.045rem;
      color: #666; }
.my-page i.ico-calendar {
    background: url(../images/member/ico_calendar.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 26px;
    display: block;
    background-position-y: center;
}
.my-page .input-daterange .txt-date-to {
    padding: 0 10px;
    line-height: 34px;
}

.my-page .real-contents h3 .txt {
  margin-left: 13px;
  font-size: 14px;
  color: #666; }
.my-page .filter {
  margin-bottom: 13px; }
  .my-page .filter h4 {
    display: inline-block;
    padding: 0 22px 0 13px;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    vertical-align: middle; }
  .my-page .filter .btn-search {
    margin-left: 13px;
    vertical-align: middle; }
  .my-page .filter .term {
    margin-left: 31px; }
.my-page .table {
  margin-bottom: 73px; }
  .my-page .table tbody tr td {
    text-align: center; }
  .my-page .table tfoot tr td {
    text-align: center; }
.my-page .caution {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .my-page .caution h4 {
    padding: 24px 0 20px 14px;
    border-bottom: 1px solid #ddd;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.05rem;
    background: #fff; }
  .my-page .caution ul {
    padding: 32px 14px; }
    .my-page .caution ul > li {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.04375rem;
      color: #555; }
  .my-page .caution .link {
    display: inline-block;
    margin: 0 0 35px 14px;
    padding-right: 26px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #5f66f1;
    background: url("../images/member/arrow_right.png") 100% 60% no-repeat; }

.popup.my-info-popup {
  height: auto; }
  .popup.my-info-popup * {
    vertical-align: middle; }
  .popup.my-info-popup .context {
    padding: 40px; }
  .popup.my-info-popup .form-list {
    width: auto;
    margin-left: 0; }
    .popup.my-info-popup .form-list > li {
      margin-top: 16px;
      padding-left: 85px;
      font-weight: 500;
      font-size: 16px;
      line-height: 32px;
      color: #333;
      overflow: hidden; }
      .popup.my-info-popup .form-list > li:first-child {
        margin-top: 0; }
      .popup.my-info-popup .form-list > li label {
        float: left;
        width: auto;
        margin: 0 0 0 -85px;
        line-height: 32px;
        color: #555;
        text-align: left; }
      .popup.my-info-popup .form-list > li.user-id {
        font-weight: 600; }
        .popup.my-info-popup .form-list > li.user-id label {
          line-height: 16px; }
      .popup.my-info-popup .form-list > li.pwd label {
        line-height: 16px; }
      .popup.my-info-popup .form-list > li.pwd .custom-btn.v2 {
        margin-left: 44px; }
      .popup.my-info-popup .form-list > li.address .group {
        margin-bottom: 16px; }
      .popup.my-info-popup .form-list > li.address .text-box {
        width: 139px; }
        .popup.my-info-popup .form-list > li.address .text-box.road {
          width: 179px; }
        .popup.my-info-popup .form-list > li.address .text-box.detail {
          width: 169px;
          margin-left: 8px; }
      .popup.my-info-popup .form-list > li.tel .text-box {
        width: 200px; }
      .popup.my-info-popup .form-list > li.email .text-box {
        width: 179px; }
      .popup.my-info-popup .form-list > li.email .select-box {
        width: 119px;
        vertical-align: middle; }
      .popup.my-info-popup .form-list > li.email .txt {
        margin-top: 16px;
        font-size: 13px;
        line-height: 13px;
        color: #333; }
      .popup.my-info-popup .form-list > li.account .group {
        margin-bottom: 16px; }
      .popup.my-info-popup .form-list > li.account .select-box {
        width: 161px; }
      .popup.my-info-popup .form-list > li.account .caution {
        margin-left: 15px; }
      .popup.my-info-popup .form-list > li.account .text-box {
        width: 186px; }
        .popup.my-info-popup .form-list > li.account .text-box.holder {
          width: 169px;
          margin-left: 8px; }
    .popup.my-info-popup .form-list .text-box {
      text-align: left; }
    .popup.my-info-popup .form-list .select-box {
      text-align: left; }
    .popup.my-info-popup .form-list .caution {
     /*  margin-left: 31px;
      font-weight: 200;
      font-size: 14px;
      letter-spacing: -0.1rem;
      color: #ff0000;  */}
    .popup.my-info-popup .form-list .custom-btn.v2 {
      width: auto;
      height: 32px;
      margin-left: 10px;
      padding: 0 10px;
      font-size: 13px;
      line-height: 30px; }
.popup.member-out .context {
  padding: 30px 0;
  text-align: center; }
.popup.member-out .txt {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #555;
  letter-spacing: -0.05rem; }
.popup.member-out .text-box {
  width: 283px;
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: left; }
.popup.member-out .select-box {
  height: 34px;
  padding: 5px 3px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.1rem;
  color: #999;
  border: none;
  border-bottom: 1px solid #ddd;
  background: url("../images/sub/ico_selectbox.png") 98% 50% no-repeat; }

.popup.member-out .caution {
  padding: 10px 0 22px;
  font-size: 13px; }
  .popup.member-out .caution span {
    color: #ff0000; }
.popup .member-out-step2 .select-box {
  width: 283px;
  margin-bottom: 10px; }

/*# sourceMappingURL=member.css.map */
