.footer{
    border-top:1px solid #CCC;
    background:#EEE;
    padding:20px;
    color:#555;
    text-align:center;
}
.footer div{
    text-align:center;
    line-height: 130%;;
}
.footer #orgIcon{
    background-color:white;
    position:absolute;
    border-radius:15px; 
    overflow:hidden;
    padding:2px 4px;
    right:0px;
    margin-top:-20px;
    line-height:100%;
}
.mobile_extentions a{
    padding:4px 10px;
    border-radius:5px;
    background:#555;
    color:white;
    font-weight:700;
    font:600 15px Noto Sans KR, sans-serif;
    cursor: pointer;
}
#login{
    color:#FFF;
    background: #568;
    font:300 13px Noto Sans KR, sans-serif;
    padding:2px 5px;
    border-radius: 2px;
    cursor: pointer;
}
#copyright{
    color:#FFF;
    background: #568;
    font:300 13px Noto Sans KR, sans-serif;
    padding:2px 5px;
    border-radius: 2px;
    cursor: pointer;
}
@media(min-width:480px){

}
@media(min-width:720px){

}
@media(min-width:960px){
    .footer #orgIcon{
        right:10px;
        margin-top:-10px;
    }
    #footerBlockWrap{
        width:760px;
        margin:-25px auto 0 auto;
    }
    .footerBlock{
        float:left;
        padding:0 15px;
    }
    .footerBlock > div{
        padding:3px 5px;
        font:400 14px Nanum Gothic, sans-serif;
    }
}
@media(min-width:1280px){
    #orgIcon{
        margin-right:calc(38vw - 320px);
    }
}