 @charset "utf-8";





@keyframes arrowHover {
    0% {  }
    50% { opacity: 0; transform: translateX(10px); }
    75% { transform: translateX(-10px); opacity: 0; }
    100% { opacity: 1; transform: translateX(0); }
}





/* �몃쾭 �ㅽ��� */
@media screen and (min-width: 1024px) {

}

/* 諛섏쓳�� */

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


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







    
}

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

/* 1640px - 1241px */
@media screen and (max-width: 1640px) {





}

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

}

/* 1240px - 769px */
@media screen and (max-width: 1240px) {
    


}



