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;
	vertical-align: baseline;
	background:transparent;
	font-family:  "sandoll-press-original","sandoll-gothicneo1",  'Pretendard';, sans-serif;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

body {font-family: "sandoll-press-original", "sandoll-gothicneo1",  'Pretendard';, sans-serif;}

audio
{
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
border-radius:50px;
height:60px;
padding:20px;
text-align:center;
 }

body {line-height: 1;}

ol, ul {list-style: none;}

a,  a:hover, a:focus {display:block; color:inherit; text-decoration: none;  cursor: pointer; }

button{outline-style: none; border:none;}

*{box-sizing:border-box;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
}

/*border*/
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

img, video{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

input, select, textarea, button { 
	vertical-align: middle; 
}

input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; }

select::-ms-expand { display: none; }
select { 
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
}

@font-face{
	font-family: "sandoll-press-original", sans-serif;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "sandoll-gothicneo1", sans-serif;
	font-weight: 200;
	font-style: normal;

}

@font-face {
	font-family: "sandoll-gothicneo1", sans-serif;
	font-weight: 300;
	font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/font/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}