body {
    margin: 0;
    width: 100%;
    background-color: #fff;
    font-family: 'Nanum Gothic Coding', monospace;
    font-size: 10pt;
}

.container {
    text-align: center;
}

.main {

}

.footer {
  font-size: 1em;
  font-weight: 500;
  position: relative !important;
  display: inline-block;
}


.footer-context_left {        
    position: absolute !important;
    width: 100% !important;
    font-size: 0.8em;
    line-height: 0.5;
    color: gray;
    margin: 6px 23px;
}

.footer-context_left p {    
    width: 100%;    
    text-align: left;
}

.footer-context_left a {
    text-decoration: none;
    color: rgb(65, 65, 65);
}

.footer-context_right {
    font-size: 0.7em;
    margin: 0 0 10px 0;
}


img {
    width: 100%;
    max-width: 890px;
}