@charset "utf-8";

/* Common */
html, body{height:100%;}
/*body{min-width:800px;font-family:'Gulim','sans-serif','AppleGothic';font-size:12px;*/
body{min-width:800px;font-family:'Arial' , 'Gulim' , 'dotum';font-size:12px;
PADDING-BOTTOM: 0px;
color: #464646;
MARGIN: 0px;
PADDING-LEFT: 0px;
PADDING-RIGHT: 0px;
HEIGHT: 100%;
PADDING-TOP: 0px}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,button,select,a,div{margin:0;padding:0;}
img{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}

a{text-decoration:none;color:#464646;}
a:hover,a:active,a:focus,a:visited,a:link{text-decoration:none;}

input[type=checkbox]{margin:0px 3px 0px 3px;vertical-align:middle;border:1px solid #DFDFDF;}
input[type="text"],input[type="password"]{border:1px solid #DFDFDF;height:20px;line-height:160%;vertical-align:middle}
input[type="text"]:focus,input[type="password"]:focus{border:1px solid #4e88c7;height:20px;line-height:160%;vertical-align:middle}
input[type="checkbox"],input[type="radio"] {vertical-align: text-bottom;}
input[checked] { border: 2px solid #660000; }



/*common css*/
.ta_right{text-align:right}
.ta_left{text-align:left}
.f_right{float:right;}
.f_left{float:left;}
.clear{clear:both;}
.c_hand{cursor:pointer}
.DESC:before{content : url('/_common/images/icons/arrow-090-small.png');vertical-align:middle;}
.ASC:before{content : url('/_common/images/icons/arrow-270-small.png');vertical-align:middle;}
.datalist_table thead [orderby]{cursor:pointer}
/*custom css*/


/*button css*/
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	padding: 5px 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.button:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.button:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

.testborder{border:1px solid red}

.img_desc{height:200px;text-align:center;vertical-align:middle;margin-top:200px}
._botspot{font-size:18px;}
._botspoton{font-size:20px;font-weight:bold;}
