@charset "utf-8";
/*
 ⓒ REUP Corp. 
 http://www.reup.co.kr/
*/

@import url('content.css');
@import url('responsive.css');
@import url('../font/nanumbarungothic.css');

/* Type Selector */
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, font, 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 {
	margin:0;
	padding:0;
	border:0;
	line-height:normal;
}

html,body {min-height:100%; height:100%;}
body {background:#3c4452; font-size:0.75em; font-family:"Nanum Barun Gothic",'굴림',Gulim,Dotum,'돋움',Dotum,sans-serif,Arial; -webkit-font-smoothing:subpixel-antialiased; -webkit-text-size-adjust:none; color:#e0e0e0;}

/* Anchor */
a:link {text-decoration:none; cursor:pointer;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none; cursor:pointer;}
a:active {text-decoration:none;}

table {width:100%;}
table, th, td {border-spacing:0;}
table caption {display: none;}

img {border:0px; vertical-align:top;}
hr {display:none;}
col {background:none;}
li {list-style:none;}

/* floating */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear {clear:both;}
/* End hide from IE-mac */

/* Form Selector */
input {-webkit-border-radius:0;/* -webkit-appearance: none;*/}
.inputText {height:21px; line-height:21px; vertical-align:middle; border:1px solid #e0e0e0; text-indent:10px; letter-spacing:-.035em;}
.inputCheck {vertical-align:middle; width:15px; height:15px; position:relative; top:-1px;_top:-3px;}
.inputRadio {vertical-align:middle; width:15px; height:15px; position:relative; top:-2px;_top:-4px;}

button {margin:0; padding:0; font-size:0; border:none; background:none; width:auto; height:auto; overflow:visible;}
fieldset {border:none;}
legend {display:none}
form * {vertical-align:middle;}
select {height:19px; border:1px solid #ccc; font-size:12px; font-family:"돋움",dotum;}

iframe {background:transparent;}

