:root{
    --text-color: rgb(229, 229, 229);
    --background-color:rgb(33, 33, 33);
    --main-color:rgb(255, 255, 255);
    --accent-color:rgb(97, 97, 97);
    --hover-color:rgb(255, 183, 0); 
    --twitter-color:rgb(38, 129, 255);
}

*{
    box-sizing: border-box;
}



@font-face {
    font-family: 'Gyeonggi_Batang_Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff') format('woff');
    unicode-range: U+AC00-D7A3, U+1100-11FF;
}

@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    unicode-range: U+0020-007F;
    font-weight: normal;
}

@font-face {
    font-family: 'GowunBatang-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    unicode-range: U+AC00-D7A3, U+1100-11FF;
}

#title-screen {
    transition: opacity 0.3s ease-out;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

html,body { 
    background-color: var(--main-color);
    margin: 0; 
    font-family:'GowunBatang-Regular', 'SF_HambakSnow', sans-serif !important; 

}

a {
    text-decoration: none;
    color: var(--text-color);
}

#wrap {
    min-height: 100vh;
    position: relative;
    width: 100%;
}

footer {
	width: 100%;
	height: 100px; /* 내용물에 따라 알맞는 값 설정 */
	position: absolute;
    border-top: 1px solid;
    margin-top: 30px;
    padding-top: 30px;
    background-color: #fff;
    margin-bottom: 20px;
    
}

footer a {
    display: flex;

}

footer p {
    display: flex;
    margin-top: 15px;
    justify-content:center;
    box-sizing: border-box;
    width: 85%;
    margin-bottom: 200px;
}



section {
	padding-bottom: 10%; /* footer의 height값과 동일 */
}
 

.navBar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--background-color);
    padding: 2px 2%;
    width: 100%;
    box-sizing: border-box;
}

.navbar{
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    width: 100%;
    box-sizing: border-box;
}

.nav{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    box-sizing: border-box; 
}

.navBar__menu {
    display: flex;
    list-style: none;
    text-align: center;
}

.navBar__home{
    display: none;
    list-style: none;
    text-align: center;
}

.navBar__home li{
    width: 40%;
}

.navBar__menu li {
    justify-content: center;
    width: 120px;
    
}

.navBar__tittle, .navBar__mtittle {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    font-size: 25px;
}

.navBar__tittle li, .navBar__mtittle li {
    justify-content: center;
}

.navBar__menu li:first-child {
    display: none; /* 큰 화면에서 Home 숨김 */
}

.navBar__tittle a, .navBar__mtittle a{
    color:black
}

.navBar_down{
    width: 100%;
    height: 20%;
    text-align:center;
    background-color: rgb(16, 235, 162);
    box-shadow: 5px 3px 4px rgba(0, 0, 220, 0.4);
}

.navBar__links {
    display: flex;
    align-items: center; /* 세로 정렬 */
    gap: 25px; /* 아이콘 간 간격 */
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    color:var(--accent-color);
}


.navBar__links li {
    padding: 0;
    margin: 0;
}

.navBar__links i {
    font-size: 20px; /* 아이콘 크기 통일 */
    line-height: 1; /* 세로 간격 조정 */
}

.navBar__links a {
    color: inherit; /* 아이콘의 기본 색상 유지 */
    text-decoration: none; /* 밑줄 제거 */
}

.navBar__tooglebtn{
    position: absolute;
    right: 40px;
    display: none;
}

.navBar__links a:hover {
    color: var(--hover-color); /* 호버 시 색상 변경 */
}


h1{
    font-size: 150%;
    text-align: left;
    margin-left: 6%;
    margin-top: 6%;
    margin-bottom: 5%;
}

h2{
    font-size: 150%;
    display: flex;
    align-items: center; /* 아이콘과 텍스트를 수평 정렬 */
    justify-content: center; /* 가운데 정렬 */
}


h3 {
    display: flex;
    align-items: center; /* 아이콘과 텍스트를 수평 정렬 */
    justify-content: center; /* 가운데 정렬 */
    font-size: 100%; /* 텍스트 크기 */
    margin-bottom:70%;
}

h3 a {
    text-decoration: none;
    color: #333; /* 기본 색상 */
    font-size: 90%; /* 아이콘 크기 */
    transition: color 0.2s ease;
}

h3 a:hover {
    color: var(--hover-color); /* 호버 시 색상 */
}


h4 {
    display: flex;
    align-items: center; /* 아이콘과 텍스트를 수평 정렬 */
    justify-content: center; /* 가운데 정렬 */
    font-size: 100%; /* 텍스트 크기 */ 
}

h6 {
    display: flex;
    align-items: center; /* 아이콘과 텍스트를 수평 정렬 */
    justify-content: center; /* 가운데 정렬 */
    font-size: 130%; /* 텍스트 크기 */ 
    margin-top: 0;
}

p{
    font-size: 90%;
    color: black;
    text-align: left;
    line-height: 2;
    letter-spacing: 0px;
    margin-left: 7%;
}

p1{
    font-size: 90%;
    color: black;
    text-align: left;
    line-height: 2;
    letter-spacing: 0px;
    margin-left: 7%;
    margin-bottom: 80px;
    line-height: 35px;
}

p2{
    font-size: 15px;
    font-weight: bold;
    color: black;
}

p3{
    font-size: 16px;
    font-weight: bold;
    color: black; 
}

p4{
    font-size: 15px;
    font-weight: bold;
    color: rgb(255, 93, 198); 
}

p5{
    font-size: 14px;
    font-weight: bold;
    color: rgb(117, 93, 255); 
}

.model-sns-no{
    display: flex;
    gap:20px;
}


.model-sns-no a {
    text-decoration: none;
    color: var(--accent-color); /* 기본 아이콘 색상 */
    font-size: 15px; /* 아이콘 크기 */
    transition: color 0.2s ease;
}


.model-sns-no a:hover {
    color: var(--twitter-color); /* 호버 시 색상 */
}

.model-sns-no h3 {
    display: flex;
    align-items: center; /* 텍스트와 아이콘 수평 정렬 */
    justify-content: center; /* 중앙 정렬 */
    gap: 8px; /* 텍스트와 아이콘 간 간격 */
    font-size: 1rem; /* 텍스트 크기 */
    margin-bottom: 50px;
}

/* 기본 설정 */
main {
    display: flex;
    flex-direction: column;
    align-items: center; /* 가로 중앙 정렬 */
    justify-content: flex-start; /* 세로 방향 위쪽 정렬 */
    width: 100%;
    padding: 20px;
}



.container {
    display: flex; /* 같은 행에 배치 */
    justify-content: space-between; /* 간격 조정 */
    padding-block:3% ;
    padding-inline: 5%;
    gap: 20px;
}

  


.wends-photo {
    display:flex;
    flex-wrap: wrap;
    justify-content: center; 
    max-width: 900px;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.979);
    padding-bottom: 100px;
}


.wends-photo img{
    width: 100%; 
    max-width: 900px;
    height: auto; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    padding-bottom: 5%;
    padding-top: 5%;
}


/* 모델 SNS 스타일 */
.model-sns {
    text-align: center;
    margin-top: 8px;
}

.model-sns h3 {
    display: flex;
    align-items: center; /* 텍스트와 아이콘 수평 정렬 */
    justify-content: center; /* 중앙 정렬 */
    gap: 8px; /* 텍스트와 아이콘 간 간격 */
    font-size: 1rem; /* 텍스트 크기 */
}

.model-sns a {
    text-decoration: none;
    color: var(--accent-color); /* 기본 색상 */
    transition: color 0.2s ease;
}

.model-sns a:hover {
    color: var(--twitter-color); /* 호버 시 색상 */
}


.photo-win{
    display: flex;
    flex-direction: column;
    gap:20px;
    margin-bottom: 40px; 
}

.photo-jing{
    display: flex;
    flex-direction: row;
    gap:20px;
    margin-bottom: 40px; 
}

.photo-jing2, .photo-jing3{
    max-width: 400px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
}

.photo-jing2 img{
    max-width: 400px;
    max-height: 600px;
    width: 400px; 
    height:auto; 
    display: block;
    padding-bottom: 20px;
}

.photo-jing3 img{
    max-width: 400px;
    max-height: 600px;
    width: auto; 
    height:575px; 
    display: block;
    padding-bottom: 20px;
}

.up{
    display: flex;
    flex-direction: row;
    gap:20px; 
}

.photo-hanna{
    display: flex;
    gap:20px;
    margin-bottom: 650px;
}

.photo-nozaki{
    display: flex;
    gap:20px;
    margin-bottom: 1200px;
}

.photo-asuka{
    display: flex;
    gap:20px;
    margin-bottom: 55%;
}

.photo-gallery{
    display: flex;
    gap:20px;
    margin-bottom: 650px;
}

.photo-mi{
    display: flex;
    gap:20px;
    margin-bottom: 250px;
}

.photo-noa{
    display: flex;
    gap:20px;
    margin-bottom: 500px;
}

.photo-c, .photo-madoka{
    display: flex;
    gap:20px;
    margin-bottom: 50px; 
}
.photo-tama{
    display: flex;
    gap:20px;
    margin-bottom: 50px;
}

.photo-hanna2, .photo-hanna3, .photo-madoka2, .photo-madoka3, .photo-madoka4, .mi1, .photo-n, .photo-a, .photo-noza1, .photo-noza2{
    max-width: 400px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
}

.mi4{
    max-width: 800px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
}

.happy1, .happy2, .happy3{
    max-width: 500px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
}

.mi1 img,.mi2 img{
    max-width: 250px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
    padding-bottom: 20px;
}

.mi3 img{
    max-width: 281px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
    padding-bottom: 20px;
}

.mi4 img{
    max-width: 790px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
    padding-bottom: 20px;
}

.photo-hanna2 img, .photo-hanna3 img, .photo-a img, .photo-noza1 img, .photo-noza2 img{
    max-width: 400px;
    max-height: 600px;
    width: 400px; 
    height:auto; 
    display: block;
    padding-bottom: 20px;
}

 .photo-madoka4 img{
    max-width: 303px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
    padding-bottom: 20px;
}

.happy1 img, .happy3 img{
    max-width: 350px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
    padding-bottom: 20px;
}

.happy2 img{
    max-width: 337.3px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
    padding-bottom: 20px;
}

.photo-madoka2 img, .photo-madoka3 img, .photo-n img{
    max-width: 350px;
    max-height: 600px;
    width: auto; 
    height:auto; 
    display: block;
    padding-bottom: 20px;
    padding-top: 0px;
}


/* 모달 창 기본 설정 */
.modal {
    display: none; /* 기본적으로 숨김 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(50, 54, 59, 0.694);
  }
  
  /* 모달 콘텐츠 */
  .modal-content {
    display: flex; /* 플렉스박스 사용 */
    justify-content: center; /* 가로 중앙 정렬 */
    align-items: center; /* 세로 중앙 정렬 */
    height: 100%; /* 부모 요소의 높이를 전체 화면으로 설정 */
  }
  
  .modal-content img {
    max-width: 80%; /* 가로 최대 크기 500px */
    max-height: 80%; /* 세로 최대 크기 500px */
    width: auto; /* 비율 유지하며 가로 크기 자동 조정 */
    height: auto; /* 비율 유지하며 세로 크기 자동 조정 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* 선택 사항: 그림자 */
    display: block; /* 이미지를 블록 요소로 설정하여 중앙 정렬 */
    margin: auto; /* 중앙 정렬 */
  }
  
  
  /* 닫기 버튼 */
  .close {
    position: absolute;
    top: 5%;
    transform: translateY(-50%);
    right: 200px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 1100;
  }

  /* 기본 화살표 스타일 */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
  }
  
  /* 왼쪽 화살표 */
  .prev {
    left: calc(10% + 20px); /* 이미지 크기에 맞춰 조정 */
  }
  
  /* 오른쪽 화살표 */
  .next {
    right: calc(10% + 20px); /* 이미지 크기에 맞춰 조정 */
  }
  

  @media screen and (max-width: 768px) {
    .modal-content img {
      max-width: 80%;
      max-height: 80%;
    }

      /* 닫기 버튼 */
  .close {
    position: absolute;
    top: 13%;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 1100;
  }
  
  /* 화살표 버튼 */
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  }
  



  .plus, .plus2, .navBar__twitter, .navBar__twitter2 {
    position: absolute;
    bottom: -40px; /* 사진 20px 아래에 위치 */
    left: 40%; /* 가운데 정렬 */
    transform: translateX(-90%); /* 정중앙으로 이동 */
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .navBar__twitter a, .navBar__twitter2 a {
    text-decoration: none;
    color: var(--accent-color); 
    font-size: 15px; 
  }



  .navBar__twitter a:hover {
    color: var(--twitter-color);
  }

  .navBar__twitter2 a:hover {
    color: var(--twitter-color);
  }


 
 form {
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
 }
 
 .input__container {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
 }
 
 .input__container label { font-size: 16px; }
 
 .input__container input,
 textarea {
  padding: 1rem 2rem;
  border-radius: 5px;
  border: 1px solid #555;
  resize: none;
  width: 400px;
 }
 
 button {
  align-self: center;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: none;
  background: #000000;
  color: #fff;
  cursor: pointer;
  margin-bottom: 50px;
 }

 #confirmModal {
    display: none; /* 기본적으로 숨김 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(184, 184, 184, 0.502);
    padding: 20px;
    border-radius: 8px;
    z-index: 1000;
    width: 100%; /* 모달 크기 조정 */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden2 {
    display: none !important;
}

 .modal2 {
    display: block; /* 기본적으로 숨김 */
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content2{
    background-color: rgb(255, 255, 255);
    width: 500px;
    height: 200px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center; /* 중앙 정렬 */
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.modal-content2 p {
    padding-top: 35px;
    padding-right: 23px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px; /* 버튼과 간격 20px */
    width: 100%;
}

.button-container {
    display: flex;
    flex-direction: row;
    gap: 10px; /* 버튼 간격 20px */
}

.button2 {
    width: 100px;
    border: none;
    border-radius: 5px;
    background: #000;
    color: white;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.button2:hover {
    background:var(--hover-color); /* 마우스 호버 시 색상 변경 */
}

  @media screen and (max-width: 768px) {

    .hover-text, .hover-text2 {
        font-size: 11px !important;
        font-weight:normal !important;
        width: 100%;
    }

    .hover-img::after {
        height: 97%  !important; 
    }

    h1{
        font-size: 20px;
    }

    p1, p5{
        font-size: 13px;
    }

    p2, p4, p3{
        font-size: 14px;
    }


    .navBar {
        flex-direction: column; /* 세로로 배치 */
        align-items: flex-start; /* 메뉴는 왼쪽 정렬 유지 */
        padding: 20px 24px;
    }

    .navBar i{
        color:var(--accent-color)
    }
    
    .navBar__home{
        display: flex;
    }

    .navBar__links {
        justify-content: center; /* 가로 중앙 정렬 */
        align-items: center; /* 세로 중앙 정렬 */
        width: 100%; /* 부모 요소 크기 100% 설정 */
        margin-top: 16px; /* 상단 여백 추가 */
        margin-bottom: 15px;
    }

    .navBar__menu{
        flex-direction: column;
        align-items: center;
        width: 91%;
        display: none;
        gap:7px;
    }

    .navBar__menu li{
        width: 100%;
        text-align: center;
    }

    .navBar__tooglebtn{
        display: block;
    }

    .navBar__menu.active {
        display: flex;
    }

    .navBar__tittle{
        display: none;
    }


    p{
        padding-bottom: 30px;
    }

    .link{
        display: flex;
    }

    .link a{
        color: #000;
    }

    footer{
        margin-top:0px;
    }


      .container {
        flex-direction:row; /* 세로 배치 */
        align-items: center; /* 가운데 정렬 */
        gap: 5%;           
      }

      .filter-menu {
        font-size: 13px;
      }

      .left, .right{
        display: flex;
        flex-wrap: wrap; /* 내부 이미지 줄바꿈 허용 */
        flex-direction: column; /* 이미지를 세로로 배치 */
        width: 100%; /* 화면의 절반씩 차지 */
        max-width: 1000%; /* 부모 너비에 맞춰 제한 */
        max-height: 6000px;
        box-sizing: border-box; /* 패딩 포함 크기 계산 */  
        margin: 4px;
      }

      /*
    .right .photos2 img[data-category="cosplay studio"]{
    margin-bottom: 26px; 
    }*/

      footer{
        margin-top: 0px;
      }

      .photos {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        
    }

    .gallery {
        margin-bottom: 30px;
    }


    .photos1 img, .photos2 img, .photos3 img, .photos4 img {
        display: block;
        width: 100%; /* 부모 컨테이너 너비에 맞춤 */
        max-width: 300px; /* 최대 너비 제한 */
        height: auto; /* 비율 유지 */
        margin: 0 auto; /* 중앙 정렬 */
        box-sizing: border-box; 
        max-width: 100% !important; /* 부모 컨테이너 크기에 맞추기 */
        object-fit: cover; /* 비율 유지하면서 크기에 맞추기 */
        
    }

    .filter-menu.filter-menu.level-2{
        padding-bottom: 30px;
    }


      .photo-jing, .photo-hanna, .photo-madoka, .photo-gallery, .photo-mi, .photo-tama, .photo-c, .photo-noa, .photo-win, .photo-asuka, .photo-nozaki {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* 중앙 정렬 */
        align-items: center;
    }

    .up{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center; /* 중앙 정렬 */
        align-items: center;  
    }

    .photo-noa, .photo-asuka,.photo-jing, .photo-gallery, .photo-mi, .photo-tama, .photo-c, .photo-noa, .photo-win, .photo-asuka, .photos{
        margin-bottom: 50px;
    }

    .photo-madoka{
        margin-bottom: 100px;
    }

    .photo-gallery{
        margin-bottom: 500px;
    }

    .photo-madoka4 img{
        max-width: 350px; 
        height: auto; 
        margin-bottom: 25px;
    }

    .happy2 img{
        max-width: 350px;  
    }

    .photo-hanna2{
        margin-bottom: 580px;
    }

    .photo-nozaki img, .photo-jing2 img, .photo-jing3 img, .photo-asuka img, .photo-a img, .photo-hanna img, .photo-hanna2 img, .photo-hanna3 img{
        max-width: 350px; 
        height: auto; 
    }

    .wends-photo img{
        max-width: 480px;
    }
    .happy1{
        margin-bottom: 430px;
    }
    .happy2{
        margin-bottom: 470px;
    }

    .mi1{
        margin-bottom: 170px;
    }

    .mi3 img{
        max-width: 250px; 
    }

    .photo-n{        
        margin-bottom: 430px;
    }

    .photo-noza1{
        margin-bottom: 980px;
    }
    

    .photo-noza2{
        margin-bottom: -200px;
    }


    .photo-a{
        margin-bottom: 730px;
    }

    .photo-jing3 img{
        margin-top: -20px;
        width: 400px;
        height: auto;
    }

    .mi4 img{
        max-width: 250px;
    }

    .modal-content p {
        font-size: 10px;
        margin-top: 50px;
    }
    .button-container {
        display: flex;
        flex-direction: row; /* 버튼을 세로로 배치 */
        gap: 10px; /* 버튼 간격 */
        margin-top: -30px;
        align-items: center; /* 버튼 가운데 정렬 */
    }
        
.button2 {
    width: 100px; /* 버튼 크기 조정 */
    border: none;
    border-radius: 5px;
    background: #000;
    color: white;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    display: block; /* 한 줄 차지하도록 설정 */
}



main{
    max-width: 100%;
}

.input__container {
    margin-bottom: 8px; /* 여백 축소 */
    width: 100%;
}

.input__container label {
    font-size: 0.9rem; /* 라벨 크기 축소 */
    margin-bottom: 3px;
    overflow-wrap: break-word;
}

.input__container input,
.input__container textarea {
    padding: 6px; /* 입력 필드 패딩 축소 */
    font-size: 0.9rem; /* 글자 크기 축소 */
    width: 100%; /* 너비를 100%로 고정 */
    max-width: 100%; /* 초과 방지 */
}

/* 라디오 버튼 간격 조정 */
div label {
    font-size: 0.9rem;
}

input[type="radio"] {
    margin-right: 5px;
}

/* 파일 업로드 섹션 */
div label[for="fileInput"] {
    font-size: 0.9rem;
}

input[type="file"] {
    font-size: 0.8rem;
}


}

  .gallery {
    max-width: 100%; /* 갤러리 전체 너비 제한 */
    margin-top: 3%;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  
  .filter-menu {
    margin-bottom: 2%;
    display: flex;
    justify-content: center; 
    
  }
  
  .filter-menu span {
    cursor: pointer;
    margin-bottom: 2%;
    width: 100px;
    text-align: center;
  }
  
  .filter-menu span:hover {
    color:var(--hover-color)
  }
  
  .photos {
    display: flex;
    gap:10px;
  }

  .right, .left{
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-width: 700px;
    max-height: 5000px;
  }



  .photos1, .photos2, .photos3, .photos4{
    position: relative; 
  }
  
  .photos1 img, .photos2 img, .photos3 img, .photos4 img{
    max-width: 300px;
    max-height: 500px;
    width: auto; 
    height:auto; 
    display: block;
    padding-bottom: 10px;
  }

  .hover-img, .hover-img2{
    position: relative;
    
  }

  .hover-img img, .hover-img2 img{
    display: block;
    width: 100%;
  }

  .hover-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgba(0, 0, 0, 0); 
    transition: background-color 0.2s ease-in-out;
}

.hover-img2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background-color: rgba(0, 0, 0, 0); 
    transition: background-color 0.2s ease-in-out;
}

  .hover-img:hover::after {
    background-color: rgba(0, 0, 0, 0.4);
}

.hover-img2:hover::after {
    background-color: rgba(0, 0, 0, 0.4);
}


.hover-text, .hover-text2 {
    position: absolute;
    align-items: center;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 13px;
    font-weight: normal;
    z-index: 2; 
    opacity: 0; 
    transition: opacity 0.3s ease-in-out;
    line-height: 1.6;
}

.hover-img:hover .hover-text {
    opacity: 1; 
}

.hover-img2:hover .hover-text2 {
    opacity: 1; 
}

  .filter-menu.level-2 {
    display: none; /* 기본적으로 숨김 */
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.filter-menu.level-2 span {
    cursor: pointer;
    padding: 5px 10px;
}



.upload-container {
    padding: 0;
    width: 400px;
    text-align: flex-start;
}


.upload-container input[type="file"] {
    margin: 0;
}

.upload-container button {
    background: #000000;
    border: none;
    padding: 5px 15px;
    font-size: 1rem;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 61px;
}

.upload-container button:hover {
    background: var(--hover-color);
}

.file-list {
    margin-top: 20px;
    text-align: left;
}

.file-list li {
    font-size: 0.9rem;
    margin: 5px 0;
}

.file-list a {
    color: #007BFF;
    text-decoration: none;
}

.file-list a:hover {
    text-decoration: underline;
}

.preview-container {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.preview-container img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 4px;
    object-fit: cover;
}



.link a{
    color: #000;
}






