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, input, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
    font-family: 'Nanum Square', 'Apple', 나눔고딕, '맑은 고딕','Malgun Gothic',돋움,Dotum,굴림,Gulim,'Apple SD Gothic Neo',sans-serif;   
    letter-spacing: -0.5px;
    color: #4a4a4a;
}

input[type='password'] {
    font-family: sans-serif;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background: #fff;
}
ol, ul,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { 
    color: inherit;
    text-decoration: none; 
}

input[type='text'], select, input[type='password'],input[type='tel'],input[type='number'] {border: 0; }

input[type='button'] {cursor: pointer;}
button {border: 0; background: none; cursor: pointer; outline-width: 0;}
button:focus {outline: none;}

input, textarea {outline-width: 0; -webkit-appearance:none;}
input:focus, textarea:focus {outline-width: 0; }
textarea {resize: none;}
textarea:focus {
  outline: none; 
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkt-outer-spin-button {appearance:none; -webkit-appearance:none; -moz-appearance:none;}
select {appearance:none; -webkit-appearance:none; -moz-appearance:none; outline-width: 0; border: 0; border-radius: 0; background-color: transparent;}

/*
input::-webkit-input-placeholder {color: #9b9b9b;}
input:-ms-input-placeholder {color: #9b9b9b;}
textarea::-webkit-input-placeholder {color: #9b9b9b;}
textarea:-ms-input-placeholder {color: #9b9b9b;}
input::placeholder {color: #9b9b9b;}
textarea::placeholder {color: #9b9b9b;}
*/

input[type=submit], input[type=text], input[type=button], input[type=password], input[type=tel], input[type=number], textarea {-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}


/* 
300L - 얇은폰트
400R - 기본폰트 
700B - 굵은폰트
900EB 더 굵은 폰트  */



a { transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out; -moz-transition:color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out;  }
a.btn {transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; -moz-transition:background-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out; display: block; }


