@charset "UTF-8";

/*
	AUTHOR : Lee.Hye.Jun
	E-MAIL : service@sibizi.com
	DATE : 2019.09.10
	EDIT : 2019.09.19
	File : css/reset.css
*/

/* ===========================
		 	font
=========================== */

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: local('Noto Sans KR'),url(../font/NotoSansKR-Thin.woff2) format('woff2'),
		url(../font/NotoSansKR-Thin.woff) format('woff'),
		url(../font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: local('Noto Sans KR'),url(../font/NotoSansKR-Light.woff2) format('woff2'),
		url(../font/NotoSansKR-Light.woff) format('woff'),
		url(../font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans KR'),url(../font/NotoSansKR-Regular.woff2) format('woff2'),
		url(../font/NotoSansKR-Regular.woff) format('woff'),
		url(../font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans KR'),url(../font/NotoSansKR-Medium.woff2) format('woff2'),
		url(../font/NotoSansKR-Medium.woff) format('woff'),
		url(../font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans KR'),url(../font/NotoSansKR-Bold.woff2) format('woff2'),
		url(../font/NotoSansKR-Bold.woff) format('woff'),
		url(../font/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: local('Noto Sans KR'),url(../font/NotoSansKR-Black.woff2) format('woff2'),
		url(../font/NotoSansKR-Black.woff) format('woff'),
		url(../font/NotoSansKR-Black.otf) format('opentype');
}


/* ===========================
		 	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: "Noto Sans KR", "Roboto", sans-serif;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	list-style: none;
	text-decoration: none;
	border-collapse:collapse;
	/* color: #444; */
}

h1,h2,h3,h4,h5,h6{font-weight: bold;}
legend{display: none;}
img{max-width: 100%;vertical-align: middle;}
input[type=text],input[type=submit],input[type=reset]{border-radius: none;appearance:none;-webkit-appearance:none;-moz-appearance:none;}
select,button,textarea{padding: 0;border-radius: 0;box-shadow: none;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;box-sizing: border-box;}

input[type=password]:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent}
input[type=password]:focus:-moz-placeholder, input[type=text]:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent}
input[type=password]:focus::-moz-placeholder, input[type=text]:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent}
input[type=password]:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent}
select::-ms-expand {display: none;}
option[value="hidden"][disabled] {display: none;}

a{cursor: pointer;}