@charset "utf-8";
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

/* reset.css */
body{font-family: 'Nanum Barun Gothic', sans-serif; font-size: 14px; line-height: 20px;}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea, strong {margin:0; padding:0; color:#303030;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
img, fieldset{border:0px;}
table{border-collapse:collapse;}
ul, ol, li{list-style:none;}
address, em{font-style:normal;}
li img, object{vertical-align:top;}
input, select, textarea, form img{vertical-align:middle;}
a{ outline:0; text-decoration:none; border:none; color: #000;}

/* layout */


.visWrap{
    background: url(../images/sub4Vis.jpg)no-repeat center center;
    height: 300px; width: 100%;
    position: absolute;
}
.visWrap .visTxt{
    text-align: center;
    
}
.visWrap .visTxt strong{
    color: #fff;
    font-size: 45px;
    line-height: 300px;
}
.top {
  position: fixed;
  right: 5%;
  bottom: 50px;
  display: none;
    z-index: 10;
cursor: pointer;
}

.top img{
    width: 70%;
}


.fixed{
    position: fixed;
    top: 20px;
    z-index: 1000000000000000;
    left: 20%;
    margin-left: -270px !important;
}

#content{padding-top: 300px;}
#content .alert{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}


@media screen and (max-width : 699px){
    
    /* layout */

    .visWrap{height: 200px; width: 100%; }
    .visWrap .visTxt strong{
        color: #fff;
        font-size: 45px;
        line-height: 200px;
    }
    .top {
      position: fixed;
      right: -5%;
      bottom: 50px;
    }
    .top img{
        width: 50%;
    }

    #navigation-menu{
        width: 90%; 
        position: absolute;
        left: 50%; top: 240px;
        margin-left: -45%;
    }

    #navigation-menu li{
        border: 3px solid #fff;
        width: 31.5%;
    }
    #navigation-menu li:nth-child(1){}
    #navigation-menu li:nth-child(3){float: right;}

    .fixed{
        position: fixed;
        top: 20px;
        z-index: 1000000000000000;
        left: 20%;
        margin-left: -270px !important;
    }#content{padding-top: 220px;}
    #content .alert{
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
}
    #content .alert img{
        width: 100%;
    }

}