@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
    line-height: 1;
    font-family: 'Noto Sans Korean', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width:auto;
    min-width:100%;
}
address, em {
    font-style: normal;
}
img {
    vertical-align: top;
    max-width:100%;
}
a {
    text-decoration:none;
    color:#333;
}
a:active, a:visited, a:focus {
    color:#333;
    text-decoration: none;
}
.wrapper{
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.wrap {
    max-width:768px;
    width:calc(100% - 20px);
    margin:0 auto;
    position:relative;
    box-sizing:border-box;

}

.blind{
    visibility:hidden;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    width:1px;
    height:1px;
    font-size:0;
    line-height:0;
}
caption.blind{
    position:static;
}
.position-center {
    position:absolute;
    left:50%;
    top:50%;
    max-width:100%;
    max-height:100%;
    transform:translate(-50%, -50%);
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.full-right{
    float:right;
}
.full-left{
    float:left;
}
.clearboth{
    clear:both
}
