@charset "utf-8";

* {
    font-family: 'Noto Sans KR', sans-serif;
    padding: 0;
    text-decoration: none;
    color: #333;
    margin:0;
}
li {
    list-style: none;
    display:inline-block;
} 
#wrap {
    width:100%;
    height:100%;
}
header {
    width:1080px;
    height:80px;
    margin:0 auto;
}
#headerbox {
    max-width:1080px;
    height:80px;
    margin:0 auto;
    position: fixed;
    z-index: 2;
    background-color: #fff;
}

header img {
    max-width:100%;
    
}
#contentwrap {
    max-width:1620px;
    height:100%;
}
#main {
    max-width:1080px;
    height:360px;
    margin:0 auto;
    background-image: url(../images/main.png);
    background-position: center;
    background-repeat: no-repeat;
    
}
#projects {
    position:relative;
    max-width:1140px;
    margin: 0 auto;
    padding-top:60px;
    display: grid;
    grid-template-columns: 300px 300px 300px;
    grid-row-gap: 100px;
    justify-content: space-around;
    
    
}
#projects li {
    max-width:300px;
    height:300px;

}
#projects li a{
    display: block;
    text-align: center;
    font-size: 16x;
    line-height: 16px;
}
.bo_txt {
    margin-top:24px;
    color:#999;
    font-weight: 300;
}
.bo_txt2 {
    display: none;
    margin-top:24px;
    color:#fff;
    font-weight: 300;
    
}
.bo_txt3 {
    margin-top:12px;
    color:#999;
    font-weight: 300;
}
h3 {
    margin:0;
    padding:0;
    text-align: center;
    margin-bottom:24px;
}




@media all and (max-width:1023px) {
    header img{
    }
}