@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap');

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src:url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff');
}

@font-face {
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-weight: 400;
} */


/* pc */

/* 1330px */
@media(max-width:1330px){

}

/* tablet */
@media(max-width:1024px){

}

/* mobile */
@media(max-width:768px){


}



/* tablet */
@media(max-width:1024px){

}


/* mobile */
@media(max-width:768px){


}






