@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');/* �ѱ� ����Ʈ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, 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;border:0;padding:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* default class */
body		{width:100%; height:100%; font-family: 'Noto Sans KR', sans-serif; }
html		{width: 100%; margin: 0 auto;}
ol, ul		{list-style:none;}
table		{border-collapse:collapse; border-spacing:0;}
button	{cursor:pointer; border:0; background:none; outline: 0;}

a:link			{text-decoration:none;}
a:visited		{text-decoration:none;}
a:hover		{text-decoration:none;}
a:active		{text-decoration:none;}

input			{outline-style: none !important; }
input:focus	{outline: none !important; }
input[type="submit"]{cursor:pointer;}
input[type=text],input[type=password], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* float clear */
.both			{clear:both;}
.clear			{width:auto;}
