@charset "utf-8";

*{outline: none;}

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, input, button, textarea, select, 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-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style:normal;
	line-height: 1.4;
	vertical-align: baseline; 
	word-break: keep-all; 
	word-wrap: break-word;
}

fieldset{display: none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.25;
	letter-spacing: -0.025px;
	font-size:18px;
	color:#444;
	font-family: 'Pretendard', sans-serif; 
	font-weight: 400; 
}
a {
	text-decoration: none;
	color:#333;
	font-family: 'Pretendard', sans-serif;  
}
ol, ul , 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;
}
.cf::after{
	content:"";
	display:block;
	clear:both;
}
.hide{
	position:absolute; left:0; top:0;
	width:0; height:0; overflow: hidden; text-indent: -9999em;
	line-height: 0; visibility: hidden;
	font-size:0
}

/*아이폰 기본css제거*/
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="image"],input[type="tel"],input[type="checkbox"], textarea {-webkit-appearance:none;-webkit-border-radius:0;}
textarea, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}
select {-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0; border:0px; color: #333; background: #fff; font-size: 1em; -moz-appearance: none; -webkit-appearance: none; appearance: none;}

@media screen and (max-width: 1280px){ 
	html,body{font-size: 16px;}
}