@charset "utf-8";

/*reset*/
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: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

caption{display:none;}

/*reset*/

/*font*/
@font-face {
    font-family: 'Cafe24Dangdanghae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family:'NanumGothic';
	font-style:normal;
	font-weight:400;
	src:url('../fonts/nanum/NanumGothic-Regular.eot');
	src:url('../fonts/nanum/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nanum/NanumGothic-Regular.woff2') format('woff2'),
		url('../fonts/nanum/NanumGothic-Regular.woff') format('woff'),
		url('../fonts/nanum/NanumGothic-Regular.ttf') format('truetype');
}

@font-face{
	font-family:'NanumGothic';
	font-style:normal;
	font-weight:700;
	src:url('../fonts/nanum/NanumGothic-Bold.eot');
	src:url('../fonts/nanum/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nanum/NanumGothic-Bold.woff2') format('woff2'),
		url('../fonts/nanum/NanumGothic-Bold.woff') format('woff'),
		url('../fonts/nanum/NanumGothic-Bold.ttf') format('truetype');
}

@font-face{
	font-family:'NanumGothic';
	font-style:normal;
	font-weight:800;
	src:url('../fonts/nanum/NanumGothic-ExtraBold.eot');
	src:url('../fonts/nanum/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nanum/NanumGothic-ExtraBold.woff2') format('woff2'),
		url('../fonts/nanum/NanumGothic-ExtraBold.woff') format('woff'),
		url('../fonts/nanum/NanumGothic-ExtraBold.ttf') format('truetype');
}
/*font*/

/* input */
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=number] {
    -moz-appearance: textfield;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
input[type=submit],
input[type=button],
input[type=number],
textarea,
select{font:400 1.1em sans-serif; color:#666; line-height:1.5; box-sizing:border-box; outline:none; border:1px solid #ddd; border-radius:0; padding:0; background:#fff;}

input::-webkit-input-placeholder{color:#999;}
input:-ms-input-placeholder{color:#999;}
input::placeholder{color:#999; opacity:1;}
textarea::-webkit-input-placeholder{color:#999;}
textarea:-ms-input-placeholder{color:#999;}
textarea::placeholder{color:#999; opacity:1;}

input[type=checkbox],
input[type=radio],
input[type=file]{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;}