/* 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-fp-section {
  margin: 26px 0 0;
}
.lp-fp-title {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  padding-bottom: 8px;
  margin: 0 0 10px;
  border-bottom: 1px solid #000;
}
.lp-fp-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 12px;
}


/* ¦¡¦¡ 5. Á¶È¸¼ö´Ü ¶óµð¿À ¦¡¦¡ */
.lp-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 12px;
}
.lp-radio-wrap label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}


/* ¦¡¦¡ 6. ÀÔ·Â ¿µ¿ª (ÀÌ¸§/¾ÆÀÌµð + ÀÌ¸ÞÀÏ¡¤ÈÞ´ëÆù Åä±Û) ¦¡¦¡ */
.lp-input-wrap {
  margin: 5px 0 0;
}

/* MakeShop input_user_name / input_user_id µîÀÌ »ý¼ºÇÏ´Â 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: 8px;
  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;
}

/* ÀÌ¸ÞÀÏ/ÈÞ´ëÆù Åä±Û wrap (find_id_email_wrap µî) */
.lp-idtype {
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 8px;
  padding: 0 10px;
  background-color: #f4f0ea;
  border: 1px solid #f4f0ea;
  color: #898989;
  font-family: 'Lato', 'Noto Sans KR', sans-serif;
  font-size: 1em;
}
.lp-idtype input,
.lp-idtype select,
.lp-idtype .txt-input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0 none;
  background: transparent;
  padding: 0;
  color: #898989;
  font-family: inherit;
  font-size: 1em;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.lp-idtype:focus-within {
  background-color: #fff;
  border-color: #ccc;
  color: #222;
}


/* ¦¡¦¡ 7. Ã£±â/¹ß±Þ ¹öÆ° ¦¡¦¡ */
.lp-fp-btns {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.lp-fp-btns .lp-login-btn,
.lp-fp-btns .lp-pw-btn {
  flex: 1;
  margin: 0;
}
.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;
}
.lp-pw-btn {
  display: block;
  width: 100%;
  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;
}


/* ¦¡¦¡ 8. º»ÀÎÀÎÁõ ¹ß±Þ ºí·Ï ¦¡¦¡ */
.lp-fp-auth {
  margin-top: 12px;
  padding: 20px 16px;
  background: #f8f7f3;
  text-align: center;
}
.lp-fp-auth-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 14px;
}
.lp-fp-auth-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.lp-fp-auth-item .lp-fp-auth-btn {
  display: flex;
  align-items: center;
  height: 44px;
  border: 1px solid #e7e2db;
  background: #fff;
  color: #3e3e3e;
  font-size: 13px;
  text-align: left;
}
.lp-fp-auth-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border-right: 1px solid #e7e2db;
  flex-shrink: 0;
}
.lp-fp-auth-icon img {
  width: 22px;
  height: 22px;
}

/* BASIC css end */

