.sns-login-section {
  margin-top: 43px;
}
.sns-login-section .sns-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding: 13px 0;
}
.sns-login-section .sns-divider-line {
  flex: 1;
  height: 1px;
  background-color: #C6C6C6;
}
.sns-login-section .sns-title {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.015em;
  color: #111111;
  text-align: center;
  white-space: nowrap;
}
.sns-login-section .sns-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.sns-login-section .sns-buttons .sns-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}
.sns-login-section .sns-buttons .sns-button .recent-login-tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 16px);
  z-index: 10;
  display: none;
  min-width: 72px;
  padding: 6px 8px;
  transform: translateX(-50%);
  border-radius: 8px;
  background: #260650;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.21px;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
.sns-login-section .sns-buttons .sns-button .recent-login-tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-right: 6px solid transparent;
  border-bottom: 6px solid #260650;
  border-left: 6px solid transparent;
}
.sns-login-section .sns-buttons .sns-button.is-recent-login .recent-login-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sns-login-section .sns-buttons .sns-button:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sns-login-section .sns-buttons .sns-button .sns-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns-login-section .sns-buttons .sns-button .sns-icon svg {
  width: 100%;
  height: 100%;
}
.sns-login-section .sns-buttons .sns-button.google {
  background: #FFFFFF;
  border: 1px solid #CCD5DD;
}
.sns-login-section .sns-buttons .sns-button.google:hover {
  background: #f8f9fa;
  border-color: #CCD5DD;
}
.sns-login-section .sns-buttons .sns-button.naver {
  background: #03C75A;
  border: 1px solid #03C75A;
}
.sns-login-section .sns-buttons .sns-button.naver:hover {
  background: #02b350;
  border-color: #02b350;
}
.sns-login-section .sns-buttons .sns-button.kakao {
  background: #FFEB02;
  border: 1px solid #FFEB02;
}
.sns-login-section .sns-buttons .sns-button.kakao:hover {
  background: #fdd835;
  border-color: #fdd835;
}
.login-banner-section {
  margin-top: 64px;
}
.login-banner-section img {
  width: 100%;
  height: auto;
  display: block;
}
/*# sourceMappingURL=ef6c937bba2661aceca37d29a1a950c2922b48cf.sns-login.scss.map */
