/* @font-face {
    font-family: '나눔스퀘어';

    src: local('fonts/나눔스퀘어'),
        url('fonts/나눔스퀘어.eot?#iefix') format('embeded-opentype'),
        url('fonts/나눔스퀘어.ttf') format('truetype'),
        url('fonts/나눔스퀘어.woff') format('woff');
} */

body{
    margin:0;
}

.wrap{
    overflow: hidden;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    position: relative;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: inherit;
}

.container_w{
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
    position: relative;
}