html {word-break: keep-all; scroll-behavior: smooth;
    padding: 0px;margin: 0px;}

h2 {padding: 0px; margin: 0px;}

body {background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExa24zY2ljbG55cTMxdDZ1YnptdnplcXE4NXlvMmJ4ZXZydW53MHk4eCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/v27AT0zwkNDcBp9hjc/giphy.gif
);

}

header {height: 120px; margin: 0px; width: 100vw; padding-top: 0px;
         display: flex; justify-content: flex-start;
         padding-bottom: 8px;
         background: rgba(248, 0, 203, 0.3);    
  backdrop-filter: blur(10px);          
  -webkit-backdrop-filter: blur(12px);   

  box-shadow: 0 2px 20px rgba(0,0,0,0.13); 
}

header img {
  margin-bottom: 12px;
  max-width: 30%;
  height: 100%; width: auto;
  object-fit: contain;
}


.container {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 220px;
}

.main-content {
  flex: 2;
  position: relative;
  background-color: black;
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }
 
  .vip-promo {
    position: static;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}




.layout {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
}
.sidebar {
  flex: none;
  flex-direction: column;
  justify-content: space-between;
  height:auto;
  min-width: 32px; 
  padding:0px;
  background: rgba(248, 0, 203, 0.3);    
  backdrop-filter: blur(10px);    
  -webkit-backdrop-filter: blur(12px); 
  box-shadow: 0 2px 20px rgba(0,0,0,0.13); 
}
.sidebar img {
  margin-bottom: 12px;
  max-width: 100%;
  height: auto;
  align-self: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.main-content, .wrap1 {
  width: 1000px;
  margin: 0 20px;
  background: #000000;
}

.main-content {
  width: 1000px;
  min-height: 100vh;
  background: #fff;
  margin: 0 20px;
  position: relative;
  z-index: 0;
  backdrop-filter: blur(3px);    
  -webkit-backdrop-filter: blur(12px);
}
.left { border-right: 1px solid #ddd;}
.right { border-left: 1px solid #ddd;}


/*반응형*/ 

@media (max-width: 1200px) {
  .main-content {
    width: 90vw; /* 혹은 100% */
    margin: 0 4vw;
  }
  .sidebar {
    width: 100px;
    padding: 10px 0;
  }
}
@media (max-width: 800px) {
  .layout {
    flex-direction: column;
  }
  .sidebar {
    flex-direction: row;
    height: auto;
    width: 100vw;
    border: none;
    justify-content: center;
    align-items: center;
  }
  .sidebar img {
    margin: 0 10px 0 0;
    max-width: 40vw;
  }
  .main-content {
    width: 100vw;
    margin: 0;
  }
}


/*버튼*/

#floating-btn {
  position: fixed;
  width: 100px;
  height: 100px;
  left: 40px;
  top: 200px;
  z-index: 9;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(30, 30, 60, 0.5);
  transition: left 0.7s cubic-bezier(0.83, 0, 0.17, 1), top 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}

/* 중앙 일러스트 영역 */
.hero-wrap {
  position: relative;
  width: 100%;
  display: flex;
 
}

.hero-img {
  width: 75%;
  height: auto;
  display: block;
}


/* CTA 전체 박스: 일러스트 위에 겹치게 */
.cta-box {
  position: absolute;
  /* 이미지 기준 위치 조정용 값 (대략 예시) */
  top: 32%;      /* 세로 위치 */
  left: 68%;     /* 가로 위치 */
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.join-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
    position: relative;
  border-radius: 999px;
  filter: drop-shadow(0 0 10px #00fff6)
          drop-shadow(0 0 20px #ff1fbf);
  transition: 
    transform 0.25s cubic-bezier(.3,1.6,.4,1),
    filter 0.25s ease,
    rotate 0.25s ease;
}

.join-btn:hover {
 transform: translateY(-6px) scale(1.04);
  rotate: -2deg;
  filter: drop-shadow(0 0 16px #ff00b3)
          drop-shadow(0 0 32px #00fff6)
          drop-shadow(0 0 40px #ff1fbf);
}

.join-img {
  display: block;
  width: 260px;   /* PNG 크기에 맞게 조정 */
  height: auto;
}

.welcome-img {
  display: block;
  width: 420px;   /* 스크린샷 느낌에 맞게 조정 */
  height: auto;
    border-radius: 999px;
  filter: drop-shadow(0 0 10px #00ffe1)
          drop-shadow(0 0 20px #ff1fbf);
  transition: 
    transform 0.25s cubic-bezier(.3,1.6,.4,1),
    filter 0.25s ease,
    rotate 0.25s ease;
}


/* 이메일 영역 */
.email-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

/* Welcome to Club Dragonfly 텍스트 */
.email-label {
  font-family: "Script MT", cursive;
  font-size: 2.2rem;
  color: #00ffe8;
  text-shadow: 0 0 6px #000;
}

/* 이메일 입력줄 + 화살표 버튼 */
.email-row {
  display: flex;
  align-items: center;
  background-color: #b7f7ff;
  border: 4px solid #000;
  padding: 4px 10px;
  box-shadow: 0 0 18px rgba(0,0,0,0.7);
}

.email-input {
  border: none;
  background: transparent;
  font-size: 1.2rem;
  padding: 6px 12px;
  width: 320px;
  outline: none;
}

.arrow-btn {
  border: none;
  background: transparent;
  font-size: 2rem;
  padding-left: 16px;
  cursor: pointer;
}
