@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

*{
    font-family: 'Nanum Gothic', 맑은 고딕, 굴림;
    font-size: 11pt;
    margin: 0;
    padding: 0;
}

.clearfix:before, .clearfix:after {
    display: block;
    content: '';
    line-height: 0;

}

.clearfix:after {
    clear: both;
}
a {
    text-decoration: none;
    color: black;
}

#container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#site-title {
    margin: 10px 10px 0 10px;
}

#site-title a {
    font-size: 25pt;
    font-weight: bold;
    text-shadow: 1px 1px 3px #999;
}

#main-menu{
    background-color: rgb(0,121,168);
    margin-top: 10px;
}

#main-menu a {
    color: white;
    font-size: 12pt;
}

#main-menu a:hover {
    color: yellow;
    text-decoration: underline;

}

#main-menu ul {
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main-menu ul li {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #333;
    color: #fff;
    font-weight: bold;
}

#main-menu ul li:last-child {
    border-right: 0;
}

#banner {
    width: 920px;
    height: 220px;
    padding: 40px;
    margin-top: 10px;
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner-intro {
    text-align: justify;
    color: white;
    background-color: rgba(0,0,0,0.7);
    text-shadow: -1px 0 5px black, 0 1px 5px black, 1px 0 5px black, 0 -1px 5px black;
}

#banner-intro h1 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20pt;
    color: yellow;
    text-align: left;
}

#banner-intro h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15pt;
    color: orange;
}

#banner-intro p {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12pt;
    color: yellow;    
}