/* 공통 부분 */

@font-face {
    font-family:NanumMyeongjo;
    src: url(/font/NanumMyeongjo.otf);
}

@font-face {
    font-family:NanumGothic;
    src: url(/font/NanumGothic.otf);
}

@font-face {
    font-family:NanumGothicBold;
    src: url(/font/NanumGothicBold.otf);
}

@font-face {
    font-family:NanumGothicExtraBold;
    src: url(/font/NanumGothicExtraBold.otf);
}

body{
    margin:0 0;
    font-family:NanumGothic;
}

#wrap {
    margin:0 auto;
}

.center_box{
    margin:0 auto;
    width:1600px;
}

ul{
    padding:0px;
}

li{
    padding:0px;
}

.line{
    margin:0px;
    height:1px;
    width:100%;
    background-color:#e1e1e1;
    clear:both;
}

a:link, a:visited { 
    color:black;
    text-decoration: none;
}