

html{font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto; 
    font-style: normal; 
    letter-spacing: -0.5px; 
    word-break: keep-all;}
body{background: #e6e6e6;}
    ul li a{text-decoration: none; color: black; word-break: keep-all;
      }

 body {
       
      }


nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 70px;
    background: transparent;
    padding: 0;
    z-index: 999;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    gap: 0.3rem;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
}

nav ul li {
    margin: 0;
}

nav ul li a {
    text-decoration: none;
    font-family: "Special Elite", system-ui;
    font-size: 1rem;
    line-height: 1.05;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    display: block;
    color: #000000;
    padding: 10px 30px 30px 10px;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px) brightness(1) contrast(1) grayscale(0) hue-rotate(0) invert(0) opacity(1) saturate(1) sepia(0);
    -webkit-backdrop-filter: blur(8px) brightness(1) contrast(1) grayscale(0) hue-rotate(0) invert(0) opacity(1) saturate(1) sepia(0);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: left;
}

nav ul li a:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px) brightness(1) contrast(1) grayscale(0) hue-rotate(0) invert(0) opacity(1) saturate(1) sepia(0);
    -webkit-backdrop-filter: blur(8px) brightness(1) contrast(1) grayscale(0) hue-rotate(0) invert(0) opacity(1) saturate(1) sepia(0);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Special Elite", system-ui;
    overflow-x: hidden;
}

.wrap {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 0.8rem;
  display: flex;
  justify-content: center; /* 가로 중앙 */
  align-items: center;     /* 세로 중앙 */
  height: 100vh;
  color: rgb(135, 135, 135);
  text-align: center;
}

.content {
  display: flex;
  flex-direction: row;     /* 가로 나열 */
  justify-content: flex-start;
  align-items: flex-start; /* 텍스트 위쪽 정렬 */
  gap: 20px;               /* 문장 사이 간격 */
}


.g-bg2{
  background-image: url(back3.png);
  
  background-size: cover;}
  
.image-stack img{opacity: 0.9;
  border: 1px solid #ffffff6a;
filter: grayscale(1);}

.image-stack {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    padding: 20px;
    z-index: 1;
}

.stacked-image {
    height: 140px;
    width: auto;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
    /* margin-right: -30px; */
}

.stacked-image:hover {
    transform: translateY(-20px);
    z-index: 2;
    opacity: 1;
    filter: grayscale(0);

}

.large-image-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1000px;
    text-align: center;
    z-index: 0;
}

#largeImage {
    height: 100%;
    max-height: 90vh;
    object-fit: contain;
    display: none;
}

.controls {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    padding: 10px;
    z-index: 2;
}

.tool-btn {
   
    font-family: "Special Elite", system-ui;
    font-size: 1rem;
    color: #0a0a0a;
    padding: 5px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-color: white;
}

.tool-btn:hover {
    color: #00ff2a;
}



#imageCanvas {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    max-height: 60vh;
    background: #fff;
    display: none;
    cursor: url('spray.png'), auto;;
    box-shadow: 0 0 20px rgba(74, 74, 74, 0.651);

}

input[type="color"] {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  background: none;
  box-shadow: 0 0 2px #aaa;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 50%;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
}

input[type="color"]::-moz-color-swatch {
  border: none;
  border-radius: 50%;
}

input[type="range"] {
  accent-color: #444;
}
input[type="range"]::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
input[type="range"]::-webkit-slider-thumb {
  background: #d5d5d5;
  border: none;
}
input[type="range"]::-moz-range-track {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
input[type="range"]::-moz-range-thumb {
  background: #444;
  border: none;
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: #ccc;
}
input[type="range"]::-ms-thumb {
  background: #444;
  border: none;
}

.left-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.286);
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 350px;
  background: transparent;
  padding: 0;
  z-index: 1000;
}




.left-nav2 {
  position: fixed;
  left: 20px;
  bottom: 80px;
  width: 260px;
  background: transparent;
  padding: 0;
  z-index: 1000;
  
}
.left-nav2 p{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
}
h2{
  font-family: "Special Elite", system-ui;
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
  text-align: left;
}



/* 초기 상태 - 살짝 아래, 투명 */
.wrap, .content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 애니메이션 후 상태 */
.wrap.show, .content.show {
  opacity: 1;
  transform: translateY(0);
}
