*{font-family: sans-serif;}

body{margin:0; font-family: sans-serif;}

.wrap{
    /* width:100%;
    overflow: hidden; */
    min-width: 1440px;

    position: relative;
    
}

/* 공통 */
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}
