@charset "utf-8";
@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);

html,
body {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1200px;
    color: #333;
    font-size: 0.75em;
    font-family: 'Noto Sans Korean';
    background: #fff;
}

body,
div,
p,
ul,
li,
form,
input,
textarea,
select,
button,
h1,
h2,
h3 {
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    height: auto;
    border: 0;
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: dotum;
    font-size: 1em;
}

textarea,
select {
    font-family: dotum;
    font-size: 1em;
}

.legacy-home-main,
.site-main {
    width: 100%;
    min-width: 1200px;
}

/* 404 fallback only */
.page-hero.error-page {
    width: 1164px;
    min-height: 360px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    color: #333;
    background: #fff;
}

.page-hero.error-page .eyebrow {
    margin: 0 0 12px;
    color: #888;
    font-size: 16px;
    font-weight: 700;
}

.page-hero.error-page h1 {
    margin: 0 0 16px;
    color: #222;
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -0.04em;
}

.page-hero.error-page p {
    margin: 0 0 28px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.page-hero.error-page .btn {
    display: inline-block;
    min-width: 140px;
    height: 42px;
    padding: 0 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    background: #43647d;
    border-radius: 3px;
}