@charset "utf-8";

/* Writing day:2010.11.09, Modifying day:2012.05.14, Writer:Han Chang Su(hcs1105@gmail.com) */

/******** Web Font - Droid Sans(hcs1105 - 20120221) ********/
@font-face{
 font-family:'Droid Sans';
 font-style:normal;
 font-weight:normal;
 src:url('http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciFQlYEbsez9cZjKsNMjLOwM.eot');
	src:local('Droid Sans'), url('https://img.wepware.com/app/img/common/DroidSansFallback.ttf') format('truetype'); 
	src:local('Droid Sans'), url('http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff') format('woff');
}

/******** Reset(hcs1105 - 20120413) ********/

/* appearance */
*{padding:0; margin:0;}
html, body{width:100%; height:100%;}
body, select, textarea, input{line-height:20px; font-family:"Droid Sans", Arial, Sans-serif; font-size:13px; color:#565656; word-wrap:break-word;}
button, img, fieldset, iframe{border:0 none; vertical-align:top;}
address, caption, cite, code, dfn, em, var{font-style:normal; font-weight:normal;}
button{font-family:"Droid Sans", Arial, Sans-serif;}
ul, ol{list-style:none;}
.noBg{background:none !important;}

/* button */
button::-moz-focus-inner{border:0 none;} /* Firefox 브라우저에서 보더의 두께를 0으로 만들어 주는 속성 추가(hcs1105 - 20120413) */

/* link */
a{color:#565656; text-decoration:none;} 
a:hover{text-decoration:none; color:#099;}

/* table */
table{border-collapse:collapse; table-layout:fixed;}

/* form */
select, textarea, input{vertical-align:middle;}
input:focus, textarea:focus, select:focus{outline:none;} /* Webkit 계열 브라우저의 입력 폼 외곽선 없애기 속성 추가(hcs1105 - 20111110) */

/* hide */
caption, #accessibility, legend, .hidden{width:0; height:0; line-height:0; overflow:hidden; visibility:hidden; font-size:0;}
hr{display:none;}

/* cursor */
.click{cursor:pointer;}