@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
/* @font-face {
    font-family: "Noto Sans KR";
    src: url('./fonts/NotoSansCJkr/NotoSansCJKkr-Regular.otf');
} */


.download-footer {
    font-family: "Noto Sans KR", sans-serif !important;
}

.download-footer{
    width:100%;
    height:566px;
    min-width: 1440px;
}

.footer-bg{
    width:100%;
    height:266px;
    background-image: url('./img/contents/banner_01.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    
}

.footer-init-msg{
    width:1280px;
    min-width: 1280px;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.9px;
    text-align: left;
    color: #000000;
    margin: 0 auto;
    padding-top: 100px; 
}

.footer-minibar{
    width:1280px;
    min-width: 1280px;
    height:73px;
    border-bottom: 1px solid #dddddd;
    margin: 0 auto;
}
.footer-site-info{
    display: inline-block;
    padding: 23px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    color: #333333;

}

.footer-site-info:hover{
    color:#000000;
    font-weight: bold;
    cursor: pointer;
}

.footer-contents{
    width:1280px;
    min-width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
}

.footer-img{
    width:20%;

    vertical-align: middle;
    display: inline-block;
}

.footer-text-box{
    width:75%;
   
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.38px;
    text-align: left;
    color: #8e8e8e;
}