@charset "UTF-8";
@font-face {
  font-family: "RoundedFixedsys";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff")
    format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2")
    format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2")
    format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2")
    format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2")
    format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2")
    format("woff2");
  font-weight: 900;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

button {
  background: none;
  border: none;
}

/* nav */
/* 헤더 */
.hamburger {
  display: none;
}

.login-header {
  width: 100%;
  height: 8.625rem;
  padding: 0 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: absolute; */
  top: 0;
  left: 0;
  background-color: #fefc7b;
  /* position: fixed; */
  /* z-index: 10; */
  z-index: 9999;
}

/* .header a {
  display: block;
  color: #000;
  text-decoration: none;
} */
/* 로고 */
.logo {
  display: flex;
  align-items: center;
  width: 17.5rem;
  height: 5.25rem;
  justify-content: center;
  /* color: #000; */
  margin: 0;
  box-sizing: border-box;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 0;
}

.logo img {
  height: 5.25rem;
}

ul,
li {
  list-style: none;
}

.nav {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.menu-list {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}

.menu-list > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
}

.menu-list > li:last-child > a {
  color: #3c0051;
  margin-top: 0.375rem;
}

.menu-list > li > a:hover {
  font-weight: 700;
}

.login-section {
  width: 100%;
  height: 60rem; 
  background: linear-gradient(180deg, #fefc7b, #f6d6df, #f4cbff);
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-wrap {
  width: 25rem;
  text-align: center;
}
.login-wrap .login-logo img {
  margin-bottom: 5rem;
}
.login-wrap p {
  font-family: "RoundedFixedsys";
  font-size: 24px;
  margin-bottom: 6.25rem;
}
.login-wrap form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.login-wrap form input {
  height: 40px;
  border: none;
  padding-inline: 0 0.9375rem;
  font-size: 16px;
  padding-left: 1rem;
}
.login-wrap button {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  height: 40px;
  border: none;
  border-radius: 0.375rem;
  font-family: "Pretendard";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  background: linear-gradient(90deg, #cf43f5, #ffff67);
  box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.login-wrap button:hover {
  transform: translateY(-1px);
  box-shadow: none;
}
.login-wrap .login-bar {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 70vw;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.login-wrap .sns-login-list {
  display: flex;
  justify-content: center;
  gap: 1.5625rem;
  margin-top: 4rem;
}
.login-wrap .sns-login-list img {
  width: 4.5rem;
}
.login-wrap .login-links {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
.login-wrap .login-links a {
  color: #b15acf;
  margin-top: 2rem;
  position: relative;
}
.login-wrap .login-links a {
  color: #b15acf;
  position: relative;
  font-size: 16px;
}
.login-wrap .login-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #b15acf;
  transition: 0.3s;
}
.login-wrap .login-links a:hover::after {
  width: 100%;
}

.footer {
  position: relative;
  background: #3c0051;
  padding: 3.75rem 0 2.5rem;
  overflow: hidden;
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.line {
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #fefc7b,
    #fefc7b 10px,
    transparent 10px,
    transparent 20px
  );
}

.sns-list {
  padding: 1.25rem 5.625rem;
  display: flex;
  justify-content: space-between;
}
.sns-list li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.sns-list li:hover {
  transform: translateY(-2px);
}
.sns-list a {
  color: #fff;
  letter-spacing: 1px;
  transition: 0.3s;
  font-weight: 500;
}

.footer-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.company-name {

  font-size: clamp(4rem, 15vw, 18rem); 
  white-space: nowrap;
  font-weight: 600;
  color: #fff;
  

  text-align: right;   
  width: 100%;         
  padding-right: 25%;   
  letter-spacing: 0.5rem; 
  pointer-events: none;
}

.copy {
  font-size: 12px;
  margin-top: 3.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.go-top {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  justify-content: center;
  border-radius: 14px;
  background: rgba(177, 90, 207, 0.6);
  backdrop-filter: blur(8px);
  transition: 0.3s;
  z-index: 9999;
  color: #fff;
  font-size: 16px;
}
.go-top img {
  width: 1.25rem;
}

.go-top:hover {
  transform: translateY(-6px);
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .nav {
    display: none;
  }
  .hamburger {
    display: block;
    width: auto;
    height: auto;
  }
  .hamburger img {
    width: 40px;
  }
}
@media screen and (max-width: 425px) {
  html {
    font-size: 12px;
  }
  .header {
    padding: 0 1.2rem;
    height: 6rem;
  }
  .header .logo {
    width: auto;
    margin-left: 10px;
  }
  .header .logo img {
    padding-top: 9px;
    height: 4.5rem;
  }
  .header .logo a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .header .hamburger img {
    width: 30px;
    padding-top: 1.5px;
  }
  .login-section {
    min-height: 70vh;
    height: auto;
    padding: 12rem 0;
  }
  .login-wrap img {
    width: 190px;
  }
  .login-wrap p {
    font-size: 20px;
  }
  footer .sns-list {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  footer .sns-list img {
    display: none;
  }
  footer .sns-list a {
    white-space: nowrap;
  }
  footer .company-name {
    font-size: 110px;
  }
  footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
} /*# sourceMappingURL=login.css.map */
