@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;
}

@font-face {
  font-family: "DungGeunMo";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff")
    format("woff");
  font-weight: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  text-align: center;
}
/* --------------------------------- */
/* nav */

/* 헤더 */
.header {
  width: 100%;
  height: 138px;
  padding: 0 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  /* position: absolute; */
  top: 0;
  left: 0;
  background-color: #faebff;

  /* position: sticky; */
  position: fixed;
  /* z-index: 10; */
  z-index: 9999;
}
/* .header a {
  display: block;
  color: #000;
  text-decoration: none;
} */

/* 로고 */
.logo {
  display: flex;
  align-items: center;
  width: 280px;
  height: 84px;
  justify-content: center;
  /* color: #000; */
  margin: 0;
  box-sizing: border-box;
}
.logo a {
  display: flex;
  align-items: center;
  gap: 0;
}

.logo img {
  height: 84px;
}
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: 40px;
  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: 20px;
}
.menu-list > li:last-child > a {
  color: #3c0051;
  margin-top: 6px;
}
.menu-list > li > a:hover {
  font-weight: 700;
}
/* ------------------------------------------- */
/* map section */
/* map section */
.map-section {
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.map-header {
  /* height: 144px; */
  background-color: #faebff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  /* z-index: 10; */
  margin-top: 138px;
  width: 100%;
  height: 100px;
  /* display: flex; */
  /* flex-direction: column; */
  position: relative;
  z-index: 1;

  /* margin-top: 0; */
  padding-top: 0;
}
.map-header span {
  color: #000;
  font-size: 55px;
  font-family: "DungGeunMo", monospace !important;
  margin-right: 40px;
  animation: mapBlink 2.5s ease-in-out infinite;
}
@keyframes mapBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.map {
  flex: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* height: 80vh; */
}

.map .google-map {
  /* margin-top: 100px; */
  width: 100%;
  height: 600px;
  /* height: 900px; */
}

.map .google-map iframe {
  width: 100%;
  height: 100%;
}

.map img[alt="위치들 아이콘"] {
  width: 63.18px;
  height: 63.18px;
  position: absolute;
  display: none;
}
.map img[alt="위치들 아이콘"]:nth-of-type(2) {
  top: 5%;
  left: 13%;
  /* display: none; */
}

.map img[alt="위치들 아이콘"]:nth-of-type(3) {
  top: 73%;
  left: 34%;
  /* display: none; */
}

.map img[alt="위치들 아이콘"]:nth-of-type(4) {
  top: 68%;
  left: 71%;
  display: none;
}

.map img[alt="내위치 아이콘"] {
  position: absolute;
  top: 44%;
  left: 38%;
  transform: translate(-50%, -50%);
  width: 65.12px;
  display: none;
}

.my-location-text {
  position: absolute;
  top: 37.5%;
  left: 38%;
  transform: translateX(-50%);
  color: #6b0a8e;
  font-size: 21px;
  font-weight: 900;
}

.users {
  height: 144px;
  background-color: #faebff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* flex-shrink: 0; */
}

.users span:nth-child(2) {
  font-size: 46px;
  color: #2b2b2b;
  font-weight: 400;
}

.users span:nth-child(3) {
  font-size: 65px;
  color: #b15acf;
  font-weight: 700;
}

.users span:nth-child(4) {
  font-size: 46px;
  color: #2b2b2b;
  font-weight: 400;
}
.map img[alt="도트"]:nth-of-type(4) {
  top: 65%;
  left: 45%;
}
/* ----------------------------------------------- */
/* local matcing */
.local-matching {
  width: 100%;
  min-height: 1000px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 60px;
  overflow: hidden;
  text-align: center;
}
.local-matching img[alt="배경이미지"] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.decorative-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 113px;
  background-color: #b15acf;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 5;
  box-shadow: inset 0px -24px 21px 7px rgba(255, 255, 255, 0.38);
  border-bottom: 6px solid #ffff67;
  box-sizing: border-box;
}
.decorative-bar span {
  color: #7cfbff;
  font-family: "DungGeunMo", monospace !important;
  font-size: 35px;
}

.matching-title {
  /* margin-top: 60px; */
  /* margin-top: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;

  margin-top: -500px;
  position: relative;
  z-index: 2;
  font-family: "DungGeunMo", monospace !important;
}

.matching-title span {
  display: inline-block;
  font-family: "DungGeunMo", monospace !important;
}

.title-sm {
  /* font-size: 47px;
  color: #000;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill; */

  font-family: "DungGeunMo", monospace !important;
  font-size: 47px;
  color: #000;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(2px 2px 0px rgba(39, 0, 64, 0.65))
    drop-shadow(0px 0px 12px rgba(255, 115, 216, 0.4));
  margin-top: -380px;
}

.title-lg {
  /* font-size: 125px;
  background: linear-gradient(90deg, #ff5acd 0%, #b15acf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  font-family: "DungGeunMo", monospace !important; */
  margin-top: -400px;
  font-family: "DungGeunMo", monospace !important;
  font-size: 125px;
  background: linear-gradient(90deg, #ff5acd 0%, #b15acf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0px 0px 8px rgba(255, 107, 214, 0.4))
    drop-shadow(0px 0px 20px #ff6bd6);
}

.local-matching-btn {
  width: 366px;
  height: 83px;
  background-color: #ffff66;
  /* padding: 10px 40px; */
  border-radius: 75px;
  /* border: 9px solid #fff; */
  /* cursor: pointer; */
  display: inline-block;
  margin-top: 40px;
  position: relative;
  z-index: 2;

  outline: 9px solid #ffffff;
  outline-offset: 0px;
  border: none;
  box-shadow: inset 0px -2px 15px 5px rgba(139, 139, 0, 0.6);

  transition: transform 0.2s ease-in-out;
}
.local-matching-btn:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.local-matching-btn span {
  font-family: "DungGeunMo", monospace !important;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 19px;
  font-size: 50px;
  color: #ac58c9;

  -webkit-text-stroke: 9px #ffffff;
  paint-order: stroke fill;
}
.local-matching img[alt="매칭 손가락"] {
  position: absolute;
  width: 52.13px;
  height: 67.46px;
  top: 68%;
  left: 85%;
  z-index: 3;

  transform-origin: bottom center;
  transition: transform 0.2s ease-in-out;
}

.local-matching-btn:hover ~ img[alt="매칭 손가락"] {
  animation: finger-bounce 0.4s ease forwards;
}

@keyframes finger-bounce {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
  }
  25% {
    transform: translate(-50%, -8%) rotate(-15deg);
  }
  50% {
    transform: translate(-50%, -12%) rotate(10deg);
  }
  75% {
    transform: translate(-50%, -8%) rotate(-5deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(0deg);
  }
}

.loading-container {
  border-radius: 55px;
  width: 60%;
  margin: 60px auto 0;
  text-align: center;
}

.loading {
  width: 100%;
  height: 29px;
  border-radius: 55px;
  overflow: hidden;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f0abf6 100%);
  box-shadow: inset 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}

.loading-bar {
  width: 30%;
  height: 100%;
  background-color: #f799f7;
  border-radius: 55px;
  box-shadow: inset 0px -4px 4px 0px rgba(0, 0, 0, 0.25);

  animation:
    loadProgress 5s ease-in-out forwards,
    stripeMove 1s linear infinite;

  background: repeating-linear-gradient(
    45deg,
    #f799f7 0px,
    #f799f7 15px,
    #f2a4f9 15px,
    #f2a4f9 30px
  );
  background-size: 50px 50px;
}
@keyframes loadProgress {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}

@keyframes stripeMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 0;
  }
}
.loading-text {
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;

  font-family: "DungGeunMo", monospace;
  font-size: 38px;
  color: #ffffff;

  -webkit-text-stroke: 2px #000000;

  paint-order: stroke fill;

  display: block;
  margin-top: 33px;
}
/* --------------------------------------------------------- */
/* quick-meetup */
.quick-meetup {
  width: 100%;
  min-height: 932px;
  background-color: #faebff; /* 연보라 배경색 */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  /* padding: 100px 0; */
}
.typo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  gap: 20px;
}

.typo > span:nth-child(1) {
  font-family: "DungGeunMo", monospace !important;
  font-size: 32px;
  /* line-height: 1.4; */
  color: #222;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(2px 2px 0px rgba(39, 0, 64, 0.65))
    drop-shadow(0px 0px 12px rgba(255, 115, 216, 0.4));
}
.typo > span:nth-child(2) {
  font-family: "DungGeunMo", monospace !important;
  font-size: 50px;
  /* line-height: 1.4; */
  color: #222;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(2px 2px 0px rgba(39, 0, 64, 0.65))
    drop-shadow(0px 0px 12px rgba(255, 115, 216, 0.4));
}

.mini-typo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
}

.mini-typo > span:nth-child(1) {
  font-size: 32px;
  margin-top: 32px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
}
.mini-typo > span:nth-child(2) {
  font-size: 22px;
  margin-top: 26px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
}

.quick-meetup img {
  position: absolute;
  /* z-index: 10; */
}

img[alt="번개1"] {
  top: -17%;
  left: 15%;
  /* width: 365.61px; */
  width: 53%;
  /* height: 821.46px; */
  /* transform: rotate(-150deg); */
  transform: rotate(178deg);
}
img[alt="번개2"] {
  /* width: 365.61px; */
  width: 53%;
  /* height: 821.46px; */
  /* bottom: 20%; */
  top: 12%;
  right: 11%;
  transform: rotate(4deg);
}

img[alt="노란로고1"] {
  top: 32%;
  left: 22%;
  /* width: 134.52px; */
  /* height: 134.52px; */
  transform: rotate(-30deg);
}
img[alt="노란로고2"] {
  bottom: 29%;
  right: 20%;
  /* width: 134.52px; */
  /* height: 134.52px; */
  z-index: 1;
}

img[alt="컬러아이콘1"] {
  top: 62%;
  left: 19%;
  /* width: 172px; */
  /* height: 188.75px; */
  transform: rotate(-6deg);
}
img[alt="이미지아이콘2"] {
  top: 65%;
  left: 25%;
  /* width: 172.19px; */
  /* height: 203.73px; */
  border-radius: 25px;
  /* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); */
}
img[alt="컬러아이콘2"] {
  top: 11%;
  right: 29%;
  /* width: 205.19px; */
  /* height: 203.73px; */
}
img[alt="이미지아이콘3"] {
  top: 15%;
  right: 25%;
  /* width: 197.29px; */
  /* height: 229px; */
  border-radius: 25px;
  z-index: 4;
}

img[alt="이미지아이콘1"] {
  top: 60%;
  right: 20%;
  /* width: 185.96px; */
  /* height: 241.39px; */
  border-radius: 25px;
}

img[alt="이모지아이콘1"] {
  top: 28%;
  right: 23%;
  /* width: 71.44px; */
  /* height: 71.44px; */
  z-index: 5;
}
img[alt="이모지아이콘2"] {
  top: 77%;
  left: 31%;
  /* width: 71.44px; */
  /* height: 71.44px; */
}
img[alt="로그인버튼"] {
  top: 82%;
  right: 3%;
}
/* ------------------------------------------------------ */
/* pixel */
img[alt="픽셀이미지"] {
  width: 100%;
  background-color: #faebff;
  border: none;
  display: block;
}
/* ------------------------------------------------------ */
.purple-loading {
  /* border-radius: 55px; */
  /* width: 60%; */
  /* margin: 60px auto 0; */
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  background-color: #b15acf;
  border: none;
}

.purple-loading-container {
  width: 32%;
  height: 23px;
  border-radius: 55px;
  overflow: hidden;
  /* margin-bottom: 10px; */
  background: linear-gradient(180deg, #ffffff 0%, #f0abf6 100%);
  box-shadow: inset 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}

.purple-loading-bar {
  width: 30%;
  height: 100%;
  background-color: #f799f7;
  border-radius: 55px;
  box-shadow: inset 0px -4px 4px 0px rgba(0, 0, 0, 0.25);

  animation:
    purpleLoad 4s ease-in-out forwards,
    purpleStripe 1s linear infinite;

  background: repeating-linear-gradient(
    45deg,
    #f799f7 0px,
    #f799f7 15px,
    #f2a4f9 15px,
    #f2a4f9 30px
  );
  background-size: 50px 50px;
}
@keyframes purpleLoad {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes purpleStripe {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 0;
  }
}
/* ----------------------------------------------------------------- */
/* main-content */
.main-content {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  height: 814px;
  background-color: #b15acf;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.title-ko {
  position: absolute;
  top: 14%;
  display: block;
  font-size: 36px;
  color: white;
  font-family: "DungGeunMo", monospace !important;
}

.title-en {
  position: absolute;
  left: -4%;
  top: 58%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 36px;
  color: #fff;
  opacity: 0.6;
  font-family: "DungGeunMo", monospace !important;
}
img[alt="페이지1"] {
  position: absolute;
  left: 3.5%;
  top: 9%;
  /* width: 40px; */
}
.next-page2,
.next-page3 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 164px;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 62px 0 0 62px;
}
.next-page2 {
  right: 0;
  background: #faebff;
  z-index: 1;
}

.next-page3 {
  right: -3.5%;
  background: #f3c7ff;
  z-index: 2;
}
.next-page2 span {
  transform: translateY(-50%) rotate(-90deg);
  text-orientation: mixed;
  font-size: 36px;
  color: #b15acf;
  font-family: "DungGeunMo", monospace;
  white-space: nowrap;
  /* margin-right: 20px; */
  position: absolute;
  top: 73%;
  right: -19%;
}

.next-page3 span {
  transform: translateY(-50%) rotate(-90deg);
  text-orientation: mixed;
  font-size: 36px;
  color: #b15acf;
  font-family: "DungGeunMo", monospace;
  white-space: nowrap;
  /* margin-right: 20px; */
  position: absolute;
  top: 69%;
  right: -38%;
}
.next-page2 img {
  position: absolute;
  top: 11%;
  right: 53%;
}
.next-page3 img {
  position: absolute;
  top: 11%;
  right: 56%;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 83px; */
  /* margin-top: 262px; */
  gap: 4vw;
  margin-top: 30vh;
  justify-items: center;
}
.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-item img {
  width: 100px;
  height: 100px;
  /* width: 100%; */
  /* height: 100%; */

  transition: transform 0.2s ease;
  cursor: pointer;
}
.icon-item.active img {
  transform: scale(1.2);
}
.icon-item span {
  margin-top: 31px;
  font-size: 24px;
  color: white;
  font-family: "DungGeunMo", monospace;
}
/* --------------------------------------------------------------- */
/* footer */
.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);
}
/* 페이지 슬라이드 */
/* body {
  opacity: 0;
  transform: translateX(40px);
  animation: pageIn 0.6s ease forwards;
} */

@keyframes pageIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.page-out {
  opacity: 0;
  transform: translateX(-40px);
  transition: 0.5s;
}
/* --------------------------------------------------------- */
/* 반응형 */
/* --------- */
/* 모바일 기본 */
body {
  font-size: 14px;
}
.nav {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;

  /* display: none; */
}

.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;
}
/* 모바일: 화면 768px 미만 */
@media (max-width: 767px) {
  /* 1. 햄버거 버튼 보이게 설정 */
  .hamburger {
    display: block; /* 또는 flex (버튼 디자인에 따라) */
    cursor: pointer;
  }

  /* 2. 네비게이션/메뉴 리스트 숨기기 */
  .nav {
    display: none; /* 기존 네비게이션 영역 전체 숨김 */
  }

  /* 만약 nav는 놔두고 리스트만 숨기고 싶다면 */
  .menu-list {
    display: none;
  }
}

/* ------ */
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
/* --------------------------------------------------- */
/* 기본 반응형 */
img {
  max-width: 100%;
  height: auto;
}
/* -------------------------------------------------------- */
@media (max-width: 768px) {
  .local-matching {
    min-height: 700px;
    padding-top: 40px;
    display: none;
  }

  .decorative-bar {
    height: 80px;
  }

  .decorative-bar span {
    font-size: 20px;
  }

  /* 음수 margin 초기화 */
  .matching-title {
    margin-top: 120px;
    gap: 15px;
    flex-wrap: wrap;
  }

  .title-sm {
    font-size: 24px;
    margin-top: 0; /* 기존 -380px 제거 */
    -webkit-text-stroke: 3px #fff;
  }

  .title-lg {
    font-size: 60px;
    margin-top: 0; /* 기존 -400px 제거 */
    -webkit-text-stroke: 3px #fff;
  }

  .local-matching-btn {
    width: 220px;
    height: 60px;
    margin-top: 30px;
    outline: 6px solid #ffffff;
  }

  .local-matching-btn span {
    font-size: 28px;
    margin-top: 12px;
    -webkit-text-stroke: 5px #ffffff;
  }

  .local-matching img[alt="매칭 손가락"] {
    width: 35px;
    height: auto;
    top: 58%;
    left: 60%;
  }

  .loading-container {
    width: 85%;
    margin-top: 40px;
  }

  .loading {
    height: 20px;
  }

  .loading-text {
    font-size: 20px;
    margin-top: 20px;
  }
}
/* ---------------------------------------- */
/* =========================
   quick-meetup Mobile Responsive
   ========================= */
@media (max-width: 768px) {
  .quick-meetup {
    min-height: 600px;
    padding: 80px 20px;
  }

  /* 타이포 크기 축소 */
  .typo > span:nth-child(1) {
    font-size: 22px;
    -webkit-text-stroke: 3px #fff;
  }

  .typo > span:nth-child(2) {
    font-size: 32px;
    -webkit-text-stroke: 3px #fff;
  }

  .mini-typo > span:nth-child(1) {
    font-size: 18px;
    margin-top: 20px;
  }

  .mini-typo > span:nth-child(2) {
    font-size: 15px;
    margin-top: 12px;
  }

  /* 모든 이미지 숨기기 */
  .quick-meetup img {
    display: none;
  }

  /* 번개 이미지만 다시 표시 */
  img[alt="번개1"],
  img[alt="번개2"] {
    display: block;
    width: 90%;
    opacity: 0.25;
  }

  img[alt="번개1"] {
    top: -10%;
    left: -20%;
    transform: rotate(180deg);
  }

  img[alt="번개2"] {
    top: 20%;
    right: -25%;
    transform: rotate(0deg);
  }
}
/* ----------------------------------------------- */
/* purple-loading mobile */
@media (max-width: 768px) {
  .purple-loading {
    height: 90px;
    padding: 0 20px;
  }

  .purple-loading-container {
    width: 100%;
    height: 18px;
  }
}
/* ------------------------------------- */
/* =========================
   main-content Mobile
   ========================= */
@media (max-width: 768px) {
  .main-content {
    height: auto;
    padding: 80px 20px 60px;
  }

  .title-ko {
    font-size: 26px;
    top: 10%;
  }

  .title-en {
    display: none; /* 모바일에서는 세로영문 숨김 */
  }

  /* 아이콘 2열 */
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 160px;
  }

  .icon-item img {
    width: 80px;
    height: 80px;
  }

  .icon-item span {
    font-size: 18px;
    margin-top: 15px;
  }

  /* 옆 페이지 버튼 축소 */
  .next-page2,
  .next-page3 {
    /* width: 90px; */
    width: 80px;
  }

  img[alt="페이지2"] {
    /* top: -10%;
    left: -20%;
    transform: rotate(180deg); */
    display: none;
  }
  img[alt="페이지3"] {
    /* top: -10%;
    left: -20%;
    transform: rotate(180deg); */
    display: none;
  }

  .next-page2 span,
  .next-page3 span {
    font-size: 18px;
  }
}
/* ------------------------------------------ */
/* footer */
/* 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;
} */
.company-name {
  font-size: clamp(6rem, 25vw, 14rem);
}
.sns-list {
  justify-content: center;
  gap: 40px;
  padding: 1.25rem 0;
  flex-wrap: wrap;
}
.sns-list a {
  white-space: nowrap;
}

/*# sourceMappingURL=login.css.map */
