/* BASIC css start */
/* =============================================
   SHEMEKS LOGIN PAGE
   ============================================= */

/* ·Î±×ÀÎ ÆäÀÌÁö ³» ¸ðµç ¸µÅ© ±âº» »ö»ó */
#loginWrap a,
#loginWrap a:link,
#loginWrap a:visited {
    color: #333 !important;
    text-decoration: none;
}
#loginWrap .btn-primary,
#loginWrap .btn-primary:hover,
#loginWrap .btn-primary:visited,
#loginWrap .btn-join:hover,
#loginWrap .btn-find:hover {
    color: #fff !important;
}
#loginWrap * {
    font-family:"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
}

#loginWrap,
#loginWrap .mlog-sign,
#loginWrap .mlog-sign .mlog,
#loginWrap .mlog-sign .sign,
#simpleLogin {
  all: unset;
  display: block;
}

/* ¦¡¦¡ ÆäÀÌÁö ÀüÃ¼ ·¡ÆÛ ¦¡¦¡ */
#loginWrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 20px 80px;
  font-weight: 500;
  font-family:"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #333333;
  box-sizing: border-box;
}

/* ¦¡¦¡ ÆäÀÌÁö »ó´Ü ºê·£µå Çì´õ ¦¡¦¡ */
.login-page-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.brand-name {
  font-size: 13px;
  font-weight: 700;
  color: #e30025;
  letter-spacing: 1px;
}

.brand-sub {
  font-size: 13px;
  color: #888;
}

.login-page-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.03em;
  
  
  line-height: 1.3;
  margin-bottom: 6px;
}

.login-page-desc {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

/* ¦¡¦¡ »ó´Ü Æ÷ÀÎÆ® ¹Ù ¦¡¦¡ */
.login-accent-bar {
  height: 2px;
  background: #e30025;
  border-radius: 2px 2px 0 0;
}

/* ¦¡¦¡ Ä«µå ÄÁÅ×ÀÌ³Ê ¦¡¦¡ */
.login-card {
  display: flex;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: #fff;
}

/* ¦¡¦¡ ¼½¼Ç °øÅë ¦¡¦¡ */
.login-section,
.sign-section {
  flex: 1;
  padding: 40px 36px;
}

/* ¦¡¦¡ ¼öÁ÷ ±¸ºÐ¼± ¦¡¦¡ */
.card-divider {
  width: 1px;
  background: #ebebeb;
  flex-shrink: 0;
}

/* ¦¡¦¡ ¼½¼Ç Á¦¸ñ / ¼³¸í ¦¡¦¡ */
.section-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 6px;
}

.section-sub {
  font-size: 13px;
  color: #999;
  margin-bottom: 22px;
  line-height: 1.6;
}

/* ¦¡¦¡ ÀÔ·Â ÇÊµå ·¡ÆÛ ¦¡¦¡ */
.field-wrap {
  position: relative;
  margin-bottom: 10px;
}

.field-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #bbb;
  pointer-events: none;
  font-family: "tabler-icons";
}

/* MakesShop »ý¼º input °øÅë ½ºÅ¸ÀÏ */
.field-wrap input,
.MS_login_id,
.MS_login_pw {
  width: 100% !important;
  height: 48px !important;
  padding: 0 14px 0 38px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 7px !important;
  font-size: 14px !important;
  color: #222 !important;
  background: #fff !important;
  box-sizing: border-box !important;
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none !important;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif !important;
}

.field-wrap input:focus,
.MS_login_id:focus,
.MS_login_pw:focus {
  border-color: #e30025 !important;
  box-shadow: 0 0 0 3px rgba(227, 0, 37, 0.10) !important;
}

.field-wrap input::placeholder,
.MS_login_id::placeholder,
.MS_login_pw::placeholder {
  color: #bbb;
}

/* ¦¡¦¡ º¸¾È Á¢¼Ó Ã¼Å©¹Ú½º Çà ¦¡¦¡ */
.remember-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 12px;
  color: #888;
}

.remember-row input[type="checkbox"] {
  accent-color: #e30025;
  cursor: pointer;
}

.secure-link {
  color: #888;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.15s;
}

.secure-link:hover {
  color: #e30025;
  text-decoration: underline;
}

/* ¦¡¦¡ ·Î±×ÀÎ ¹öÆ° ¦¡¦¡ */
.btn-primary {
  display: block;
  width: 100%;
  height: 50px;
  background: #ccc;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary:hover {
  background: #e30025;
  color: #fff;
}

.btn-primary:active {
  transform: scale(0.98);
}

/* ¦¡¦¡ °£Æí ·Î±×ÀÎ ±¸ºÐ¼± ¦¡¦¡ */
.sns-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #bbb;
  margin: 16px 0;
}

.sns-divider::before,
.sns-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

/* ¦¡¦¡ SNS ·Î±×ÀÎ ¹öÆ° °øÅë ¦¡¦¡ */
.btn-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  height: 46px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.15s, transform 0.1s;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.btn-sns:active {
  transform: scale(0.98);
}

/* ³×ÀÌ¹ö */
.btn-naver {
  background: #fff;
  color: #333;
  border: none;
    border: 1px solid #e8e8e8;
}

.btn-naver:hover {
  filter: brightness(0.92);
  color: #333;
    border: 1px solid #e8e8e8;
}

/* Ä«Ä«¿À */
.btn-kakao {
  background: #fff;
  color: #333;
  border: none;
    border: 1px solid #e8e8e8;
}

.btn-kakao:hover {
  filter: brightness(0.95);
  color: #333;
    border: 1px solid #e8e8e8;
}


/* ¦¡¦¡ ¹«·á ¹îÁö ¦¡¦¡ */
.free-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff0f2;
  color: #a3001a;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  margin-bottom: 18px;

  position: relative;
  overflow: hidden;
}

/* ¹ÝÂ¦ÀÌ´Â ºû */
.free-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-20deg);
  animation: shimmer 2.8s infinite;
}

@keyframes shimmer {
  0% {
    left: -60%;
  }
  100% {
    left: 140%;
  }
}

/* ¦¡¦¡ ÇýÅÃ ¸®½ºÆ® ¦¡¦¡ */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: #555;
  padding: 6px 0;
  line-height: 1.55;
}

.check-icon {
  width: 15px;
  height: 15px;
  color: #e30025;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ¦¡¦¡ È¸¿ø°¡ÀÔ ¹öÆ° ¦¡¦¡ */
.btn-join {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  background: #ccc;
  color: #fff !important;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.btn-join:hover {
  background: #e30025;
  color: #fff;
}

.btn-join:active {
  transform: scale(0.98);
}

/* ¦¡¦¡ ¾ÆÀÌµð/ºñ¹Ð¹øÈ£ Ã£±â ¹öÆ° ¦¡¦¡ */
.btn-find {
  display: block;
  width: 100%;
  height: 44px;
  background: transparent;
  color: #333333;
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.1s;
  box-sizing: border-box;
}

.btn-find:hover {
  background: #e30025;
  color: #ffff;
}

.btn-find:active {
  transform: scale(0.98);
}

/* =============================================
   ¹ÝÀÀÇü   ¸ð¹ÙÀÏ (600px ÀÌÇÏ)
   ============================================= */
@media (max-width: 600px) {
  #loginWrap {
    padding: 36px 16px 60px;
  }

  .login-card {
    flex-direction: column;
  }

  .card-divider {
    width: auto;
    height: 1px;
  }

  .login-section,
  .sign-section {
    padding: 30px 20px;
  }

  .login-page-title {
    font-size: 20px;
  }
}

/* BASIC css end */

