@charset "utf-8";

/* ============================================================
    파일정의 : reset.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, 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, input, select, button, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'HyundaiSans', sans-serif;
    font-weight: 300;
	vertical-align: baseline;
    letter-spacing: -.5px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	color: #333;
    text-decoration: none;
}
ol, ul, dl, dt, dd, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

/* skip nav
.skip_nav a {
    display: block;
    width: 100%;
    position: absolute;
    top: -9999px;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.6);
    border: none;
    text-align: center;
    color: #fff;
    z-index: 10;
}
.skip_nav a:focus,
.skip_nav a:hover,
.skip_nav a:active {
    top: 0;
} */

.hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

/* HyundaiSansTextOffice 웹폰트 */
@font-face {
    font-family: 'HyundaiSans';
    src: url('/css/fonts/SpoqaHanSansNeo-Thin-c9026604bd1a4fea44be2b5f71290b36.woff2') format('woff2'),
         url('/css/fonts/SpoqaHanSansNeo-Thin-7fdc09f6de82c11d66c573cfdfe794f6.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'HyundaiSans';
    src: url('/css/fonts/SpoqaHanSansNeo-Light-de87dfe939de7a3a1f7564bdc95b9f9e.woff2') format('woff2'),
        url('/css/fonts/SpoqaHanSansNeo-Light-de87dfe939de7a3a1f7564bdc95b9f9e.woff2') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'HyundaiSans';
    src: url('/css/fonts/SpoqaHanSansNeo-Regular-6f876d098a687c3ac9c6871fe473b3f1.woff2') format('woff2'),
         url('/css/fonts/SpoqaHanSansNeo-Regular-17458b7840c51e9c8a8646c495049cbb.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HyundaiSans';
    src: url('/css/fonts/SpoqaHanSansNeo-Medium-9d46d938dff0062eddc760e606b2a020.woff2') format('woff2'),
         url('/css/fonts/SpoqaHanSansNeo-Medium-f4d5d7240069d0dd291579991883da22.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HyundaiSans';
    src: url('/css/fonts/SpoqaHanSansNeo-Bold-d57ff6f22085316b0326e4396df975d3.woff2') format('woff2'),
         url('./fonts/SSpoqaHanSansNeo-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}