/* BASIC css start */
/* ================================================================
   SWEETYSPOON | melee vichi   ¸ð¹ÙÀÏ È¸¿ø ·Î±×ÀÎ CSS
   ³×ÀÓ½ºÆäÀÌ½º: #login-page   SmartSkin ºñÀÇÁ¸
================================================================ */

.right_fixed { display: none; }


/* ¦¡¦¡ 1. ½ºÄÚÇÁ ¸®¼Â ¦¡¦¡ */
#login-page,
#login-page * { box-sizing: border-box; }
#login-page ul,
#login-page li { list-style: none; margin: 0; padding: 0; }
#login-page p  { margin: 0; }
#login-page a  { text-decoration: none; color: inherit; }


/* ¦¡¦¡ 2. ÆäÀÌÁö ÄÁÅ×ÀÌ³Ê ¦¡¦¡ */
#login-page {
  background: #fff;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px 60px;
}


/* ¦¡¦¡ 3. ÆäÀÌÁö Å¸ÀÌÆ² ¦¡¦¡ */
.lp-title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000;
    text-align: center;
    padding: 25px 0px 25px 0px;
    margin: 0;
    font-size: 17px;
    background: #fff;
}


/* ¦¡¦¡ 4. ·Î±×ÀÎ Æû ¦¡¦¡ */
.lp-form-section {
  width: 100%;
}

.lp-input-wrap {
  margin: 5px 0 0;
}

/* MakeShop input_login_id / input_login_pw °¡ »ý¼ºÇÏ´Â input */
.lp-input-wrap input[type="text"],
.lp-input-wrap input[type="password"],
.lp-input-wrap input {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  padding: 0 10px;
  background-color: #f4f0ea;
  border: 1px solid #f4f0ea;
  color: #898989;
  font-family: 'Lato', 'Noto Sans KR', sans-serif;
  font-size: 1em;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.lp-input-wrap input:focus {
  background-color: #fff;
  border-color: #ccc;
  color: #222;
}

/* º¸¾È ·Î±×ÀÎ Ã¼Å©¹Ú½º */
.lp-security {
  margin: 4px 0 0;
  font-size: 12px;
  color: #666;
}
.lp-security label {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 11px;
    color: #222;
}

/* LOG-IN ¹öÆ° */
.lp-submit {
  margin-top: 15px;
}
.lp-login-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff !important;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1em;
  margin: 0;
}


/* ¦¡¦¡ 5. ÇÏ´Ü ¸µÅ© (JOIN-US / ID¡¤PASSWORD) ¦¡¦¡ */
.lp-foot {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0 0;
}
.lp-join-btn,
.lp-pw-btn {
  display: block;
  flex: 1;
  height: 40px;
  line-height: 38px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1em;
}


/* ¦¡¦¡ 6. SNS ·Î±×ÀÎ ¦¡¦¡ */
.lp-sns {
  margin: 30px 0 0;
}
.lp-sns-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #000;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e2db;
  margin-bottom: 0;
}
.lp-sns-list {
  padding: 8px 0 20px;
}
.lp-sns-item {
  height: 40px;
  line-height: 40px;
  margin-top: 10px !important;
  border: 1px solid #f4f0ea;
  border-radius: 4px;
  background: #f4f0ea;
}
.lp-sns-item a {
  display: block;
  text-align: center;
  color: #434343;
  font-size: 1.1em;
  font-family: 'Noto Sans KR', sans-serif;
}

/* BASIC css end */

