@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


#gnb{
    background: black !important;
}


.site_ready{
    width: 100vw;
    height: 100%;
    background-image: linear-gradient(180deg, #001420, rgba(0,39,63, 0.1)), linear-gradient(110deg, black, rgba(0, 0, 0, 0.1)), url(img/1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #fff;
    padding-bottom: 200px;
    padding-top:150px;
}