@charset "UTF-8";

/*
    AUTHOR : Lee.Hye.Jun
    E-MAIL : hyejun01@naver.com
    DATE : 2019.04
	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, select, textarea,
fieldset, form, label, legend, fieldset,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "cwTeXHei","NanumSquare","Nanum Gothic","BMJUA", sans-serif;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	list-style: none;
	text-decoration: none;
	border-collapse:collapse;
}

img{vertical-align: middle}
input,select,button,textarea{padding: 0;appearance:none;-webkit-appearance:none;-moz-appearance:none}
button{border: 0;background: transparent;box-shadow: none}
input[type="submit"], input[type="button"], input[type="reset"], button {cursor:pointer}

input[type="text"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent}
input[type="text"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent}
input[type="text"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent}
input[type="text"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent}
select::-ms-expand {display: none;}
