@charset "utf-8";

@font-face {
 font-family: '둥근모꼴';
    src: url(../font/DungGeunMo.otf) format('opentype');
    src: url(../font/DungGeunMo.ttf) format('truetype');
    src: url(../font/DungGeunMo.woff2) format('woff2');
    src: url(../font/DungGeunMo.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/*** 전체 설정 ***/
body {
    background-color: #000084;
}

* {
    margin: 0;
    padding: 0;
text-align: center;
    color: #fff;
    font-family: '둥근모꼴';
}

li {
    list-style: none;

}

a {
    text-decoration: none;
    color: #000;
}


img {
    vertical-align: top;

}

#wrap {
    width: 1200px;
   margin: 0 auto;

}
img{
    width: 1200px;
}

a{
    color: #fff;
    font-size: 20px;
    padding: 25px ;
    display: block;
}
a:hover{
    color: aqua;
}