blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0;
}
article, aside, figure, footer, header, hgroup, section {
    display: block;
}
html {
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}
body, button, input, select, textarea {
    font-family: Noto Sans KR, Apple SD Gothic Neo, HelveticaNeue-Light, sans-serif;
}
a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #eee;
}
li, ul {
    list-style: none;
}
button, input, select, textarea {
    margin: 0;
}
button {
    background: none;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    vertical-align: baseline;
}
*, :after, :before {
    box-sizing: inherit;
}
audio, img, video {
    height: auto;
}
iframe {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
    text-align: left;
}
body {
    color: #333;
    font-size: 14px;
    line-height: 1;
}
pre {
    overflow-x: auto;
    white-space: pre;
    word-wrap: normal;
}
pre code {
    background-color: transparent;
    padding: 0;
}
.sr-only {
    position: relative;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}
.wrap, .wrap img {
    width: 100%}
.wrap img {
    max-width: 100%;
    display: block;
}
.header {
    padding: 10px 5.5555%}
.header:after, .header:before {
    content: "";
    display: table;
}
.header:after {
    clear: both;
}
.header .logo {
    width: 24.1666%;
    float: left;
}
.header .call {
    width: 26.9444%;
    float: right;
}
.info-container {
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #dfdfdf;
}
.footer {padding:3%; position: relative;}
.footer .footer-btn01 {position: absolute; right:4%; top:13%; width:12.5%; height:8%; text-indent:-999em;}