@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;
}
img {
    max-width:100%;
}
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:100%;
    min-width:100%;
}
tr, th, td{
    vertical-align: middle;
}
a, a:active, a:visited, a:hover {
    text-decoration: none;
}

html, body{
    font-size:16px;
    font-family: 'Noto Sans Korean', sans-serif;
}
@media screen and (max-width:1200px) {
    html, body{
        font-size:14px;
    }
}

.wrapper{width:100%;max-width:1920px;}
.wrap{width:1200px;box-sizing:border-box;margin:0 auto;position:relative}
.wrap:after{content:'';display:block;clear:both;}
.float-left{float:left;}
.float-right{float:right;}
.clearfix:after{content:'';display:block;clear:both;}
.blind{position:absolute;left:0;top:0;width:1px;height:1px;overflow:hidden;opacity:0;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}

@media screen and (max-width:1200px) {
    .wrap{padding:0 .8em;}
}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mt-1{margin-top:1em;}
.mt-2{margin-top:2em;}
.pt-1{padding-top:1em;}