@charset "utf-8";
@import "fonts.css";

body, html {height:100%;}
* {
	-webkit-text-size-adjust:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight:400;
	vertical-align: baseline;
	font-family:'NotoSans', '맑은 고딕', 'Malgun Gothic', Apple Gothic, Dotum, '굴림', sans-serif;
	word-break: keep-all;
	letter-spacing:-.5px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
	font-family:'NotoSans', '맑은 고딕', 'Malgun Gothic', Apple Gothic, Dotum, '굴림', sans-serif;
	font-weight:400;
}
body {
	line-height: 1;
	font-weight:400;
	font-family:'NotoSans', '맑은 고딕', 'Malgun Gothic', Apple Gothic, Dotum, '굴림', sans-serif;
}
ol, ul {
	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;
}
caption {position:absolute; left:-99999999999px; font-size:0; text-indent:-99999999px;}

*:first-child+html input {margin:-1px 0}
input {font-family:inherit; vertical-align:baseline; -moz-appearance:none; -webkit-appearance:none; appearance:none; -webkit-border-radius:0; -webkit-rtl-ordering:logical; cursor:text;}
input.checkbox {width:14px; height:13px; vertical-align:top;}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"]{
	padding:0 10px; 
	height:43px; 
	width:100%;
	border:1px solid #cecece;
	font-size:16px;
	border-radius:3px;
	font-weight:300;
	box-sizing:border-box;
	outline-style:none; 
	-webkit-appearance:none;
}
input[type="submit"],
input[type="button"],
input[type="radio"]{
	outline-style:none; 
	-webkit-appearance:none;
}
input[type="file"] {
	width:100%;
	height:25px;
}
input[type=text]::-ms-clear {
  display:none;
}

select {
	height:43px; 
	padding:0 8px;
	width:100%;
	border:1px solid #cecece;
	font-size:16px;
	font-weight:500;
	font-family:'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', Apple Gothic, Dotum, '굴림', sans-serif; 
	background:#fff url(../img/comm/ico_select.gif) no-repeat 98% center;
	box-sizing:border-box;  
  	-webkit-appearance: none;
       -moz-appearance: none;
			appearance: none;
}
select::-ms-expand { /* for IE 11 */
    display: none;
}
/* a-style */
a {color:#2d2d2d; text-decoration:none; letter-spacing:-0.5px;}
a:hover, a:active {text-decoration:none;}

/* html5 */
address, article, aside, figure, footer, header, hgroup, menu, nav, section {display:block;}
textarea{
	width:100%;
	height:350px;
	font-size:16px; 
	border:1px solid #cecece;
	padding:10px;
	border-radius:3px;
	font-family:'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', Apple Gothic, Dotum, '굴림', sans-serif; 
	line-height:20px;
	resize:none;
	overflow:auto;
	outline-style:none; 
	-webkit-appearance:none;
}


