@charset "utf-8";

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, button, blockquote, a, address, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input
{margin:0; padding:0; font-size:100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

html, body {width:100%; height:100%;}
html {overflow-y:scroll;}
body, input, button, textarea, select {font-family:"돋움",Dotum,"굴림",Gulim,Verdana,tahoma,Sans-serif; font-size:12px; color:#333; line-height:1.2;}
input, select, button{vertical-align:middle}
li {list-style:none}
img, fieldset, iframe{border:none;}
textarea {resize:none;}
legend {display:none;}
button {cursor:pointer; border:0; margin:0; padding:0;}
table {border-spacing:0; border-collapse:collapse;}
caption, th, td {text-align:left;}
em, address{font-style:normal;}
label {cursor:pointer;}
object {outline:none;}

/* cross */
.input_check,.input_radio{width:13px; height:13px; margin:-1px; padding:-1px; vertical-align:top;}

/* a */
a {color:#333; text-decoration:none;} /* 파폭 및 익스 링크 점선없애기 outline:none; selector-dummy: expression(this.hideFocus=true); */
a:hover {color:#333; text-decoration:underline;}

input[type='selectbox'] {
	margin-top:-1px;
    background: #fff;
    border: solid 1px #d1d1d1;
    height: 17px;
    width: 17px;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
}

/*input[type='text'] {
	margin-top:-1px;
    background: #fff;
    border: solid 1px #d1d1d1;
    height: 17px;
    -webkit-appearance: none;
}*/