@charset "UTF-8";

/*
	AUTHOR : Lee.Hye.Jun
	E-MAIL : service@sibizi.com
	DATE : 2019.08.07
	File : css/reset.css
*/

/* ===========================
		 	reset
=========================== */



html, body, div, span, 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,
dl, dt, dd, ol, ul, li, input, select, textarea,
fieldset, form, label, legend, fieldset,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "NotoSans", sans-serif;
	font-style: normal;
	font-size: 100%;
	list-style: none;
	text-decoration: none;
	border-collapse:collapse;
	color: #333333;
	letter-spacing: -0.5px;
	box-sizing: border-box;
}


h1,h2,h3,h4,h5,h6{font-weight: bold}
legend{display: none}
img{max-width: 100%;height:auto;vertical-align: middle}
input[type=text],input[type=submit],input[type=reset]{appearance:none;-webkit-appearance:none;-moz-appearance:none}
select,button,textarea{padding: 0;appearance:none;-webkit-appearance:none;-moz-appearance:none}
button{margin: 0;border: 0;background: transparent;cursor: pointer;vertical-align: middle;box-shadow: none}
input[type=submit], input[type=button], input[type=reset] {cursor:pointer}
textarea{resize: none}
caption{width: 1px; height: 1px; position: absolute; top: 0; left: 0; overflow: hidden; clip: rect(1px, 1px, 1px, 1px);}
input[type=text]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent !important}
input[type=text]:focus:-moz-placeholder, input[type=password]:focus::-webkit-input-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent !important}
input[type=text]:focus::-moz-placeholder, input[type=password]:focus::-webkit-input-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent !important}
input[type=text]:focus:-ms-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent !important}
select::-ms-expand {display: none}
option[value="hidden"][disabled] {display: none}
select{border-radius:0}
