


/* #wrap img{
    width: 40%;
    margin: 0 auto;
    fill: aqua;
    color: aqua;
    background-color: aqua;
} */
.thankyou_message{
    display:none;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
}


.thankyou{
    margin: 0 auto;
    margin-top: 5%;
    width: 490px;
    height: 85px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 10px;
    padding: 25px;
    box-shadow: 0 3px 5px #ccc;
}
.thankyou h2{
    font-weight: normal;
    text-decoration: none;
    /* text-align: center; */
    margin-top: 0px;
}
.thankyou h2 em{
    font-style:normal;
}
.thankyou button{
    border-radius: 5px;
    width: 70px;
    height: 32px;
    background-color: #222;
    margin-top: 30px;
    float: right;
    /* padding: 2px; */
}
.thankyou button a{
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    width: 70px;
    text-align: center;
}



.custom-cursor {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(28, 32, 52, 0.5);
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 10px rgba(28, 32, 52, 0.5);
  }
  
  
  .hovered {
    /* 여기에 원하는 스타일 추가 */
    /* 예시: 색상 반전 */
    filter: blur(20px);
    filter: invert(1);
  }
  
  
  /* 커서 색상 반전 스타일 */
  .custom-cursor-invert {
    /* 커서의 색상 반전 스타일 설정 */
  
  }
  






@media ( max-width:1920px ) {}


@media ( max-width:1243px ) {}


@media ( max-width:780px ) {}


@media ( max-width:420px ) {}