@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: 'cocomat_promedium', 'DINPro-Medium', 'NanumSquare', sans-serif;
    line-height: 1;
}

body.reservation-window-open{
    overflow-y: hidden;
}

.body-wrap{
    overflow-x: hidden;
}

ol, ul {
	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;
}

input, textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
			appearance: none;
	outline-style: none;
	border-radius: 0px 0px;
}

@font-face {
    font-family: 'NanumSquare';
    src: url('../font/nanumsquarer-webfont.eot');
    src: url('../font/nanumsquarer-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/nanumsquarer-webfont.woff2') format('woff2'),
         url('../font/nanumsquarer-webfont.woff') format('woff'),
         url('../font/nanumsquarer-webfont.ttf') format('truetype'),
         url('../font/nanumsquarer-webfont.svg#nanumsquareregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
    src: url('../font/nanumsquareb-webfont.eot');
    src: url('../font/nanumsquareb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/nanumsquareb-webfont.woff2') format('woff2'),
         url('../font/nanumsquareb-webfont.woff') format('woff'),
         url('../font/nanumsquareb-webfont.ttf') format('truetype'),
         url('../font/nanumsquareb-webfont.svg#nanumsquarebold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
	font-family: 'cocomat_promedium';
	unicode-range: U+0041-005A, U+0061-007A;
    src: url('../font/zetafonts_-_cocomat_pro_medium-webfont.eot');
    src: url('../font/zetafonts_-_cocomat_pro_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/zetafonts_-_cocomat_pro_medium-webfont.woff2') format('woff2'),
         url('../font/zetafonts_-_cocomat_pro_medium-webfont.woff') format('woff'),
         url('../font/zetafonts_-_cocomat_pro_medium-webfont.ttf') format('truetype'),
         url('../font/zetafonts_-_cocomat_pro_medium-webfont.svg#cocomat_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Medium';
    unicode-range: U+0041-005A, U+0061-007A;
    src: url('../font/DINPro-Medium.eot');
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/DINPro-Medium.woff') format('woff'),
    url('../font/DINPro-Medium.ttf') format('truetype'),
    url('../font/DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}