
@charset "utf-8";

button {
    background: none;
    border: none;
    padding: 0;
}
*{-webkit-text-size-adjust:none;box-sizing: border-box;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	// font-size: 16px;
	vertical-align:baseline;
	background:transparent;
}
body,input,textarea,select,button,table{line-height:1; font-family:'NanumGothic', 'arial';}
ul,li,dl,dt,dd	{list-style:none; margin:0px; padding:0px; } 
a {	margin:0;
	padding:0;
	font-size:100%;
	// font-size: 16px;
	color: #333;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
	outline:none;}
a:hover,a:active {
	text-decoration:none; 
	color: #111111;
	
}
caption{
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}
table {border-collapse: collapse;}
img,fieldset,iframe{border:0}
em,address{font-style:normal}
input,select,button{vertical-align:middle}
select{
	-webkit-appearance: menulist;
	-webkit-align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	font: -webkit-small-control;
	text-align: start;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #adadad;
}
input{margin: 0; padding:0;}

input[type="file"]{}
input[type="email"]{
	background: #ffffff;
	padding-left:5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input[type="tel"]{
	background: #ffffff;
	padding-left:5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input[type="text"]{
	background: #ffffff;
	padding-left:5px;
	padding-top: 0.313em;
	padding-bottom: 0.313em;
	// padding: 7px 15px;
	border: 1px solid #adadad;
	// font-size: 13px;
	/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}
input[type="password"]{
	// background: #ffffff;
	// padding-left:5px;
	// border-radius: 4px;
	// -moz-border-radius: 4px;
	// -webkit-border-radius: 4px;
	background: #ffffff;
	padding-left:5px;
	padding-top: 0.313em;
	padding-bottom: 0.313em;
	border: 1px solid #adadad;
}
input[type="radio"] {
	vertical-align: middle;
	border: 0 none;
	width: 15px;
	height:15px;
	margin: 0;
}
input[type="check"] {
	vertical-align: middle;
	border: 0 none;
	width: 15px;
	height:15px;
	margin: 0;
}
textarea{background: #f9f9f9; padding-left:5px;	border: 1px solid #dadada;	border-radius: 3px;	-moz-border-radius: 3px;	-webkit-border-radius: 3px;}

body {text-align:center;}
img{vertical-align:top}


/* 메인 페이지 */

