@charset "UTF-8";
/* ==========================================================================
Reset CSS
========================================================================== */

*, *:after, *:before, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
}

header, article, section, nav, footer {
    display: block;
}

html, body {
    width: 100%;
    height: 100%;
    color: #333;
    -webkit-overflow-scrolling: touch;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, button {
    margin: 0;
    padding: 0;
}

body {
    *word-break: break-all;
    word-break: break-all;
}

img, fieldset, iframe, button {
    border: 0 none;
}

li {
    list-style: none;
}

input, select, button {
    vertical-align: middle;
}

img {
    vertical-align: top;
}

i, em, address {
    font-style: normal;
}

label, button {
    cursor: pointer;
}

button {
    font-family: '맑은 고딕', 'Malgun Gothic', verdana;
    background-color: transparent;
    outline: none;
    overflow: visible;
    border: 0;
}

a, button, input {
    border: 0 none;
}

a:link, a:active, a:visited {
    display: block;
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #2247a6;
    transition: all 0.125s cubic-bezier(0.7, 0, 0.3, 1);
}

legend {
    *width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    z-index: -1;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    text-align: center;
}

caption {
    width: 0;
    height: 0;
    padding: 0;
    font-size: 0;
    opacity: 0;
}

th {
    text-align: center;
}

input::-ms-clear {
    display: none;
}

input, button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

pre {
    white-space: pre-line;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
}

textarea {
    resize: none;
}

figure {
    text-align: center;
}
