@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:500,700');
@import url('https://fonts.googleapis.com/css?family=Nanum+Pen+Script');

* {
  font-family: "Verdana",Arial,sans-serif;
  font-size:10pt;
  color:#444444;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Verdana",Arial, sans-serif;
  font-size:10pt;
  color:#444444;
  background-color:#f8f9fa!important;
}
img {
    max-width: 100%;
    height: auto;
}

.innercont{
       width:720px;
       margin-top:0;
       margin-left:auto;
       margin-right: auto;
       padding:0px;
       height:auto;
       background-color: #ffffff;
   } 
.innerAnchor{
       margin-top:0px;
       margin-left:auto;
       margin-right: auto;
       padding:0px;
       height:auto;
    } 

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
