@charset "utf-8";

@import url(font.css);
@import url(page_con.css);

/* Reset */
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button{margin:0;padding:0}
body,h1,h2,h3,h4,input,button{font-family:ng,'돋움',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;font-size:12px;color:#898686}
body{background-color:#fff;text-align:center;*word-break:break-all;-ms-word-break:break-all}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button{vertical-align:middle}
img{vertical-align:top}
i,em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0}
a{color:#898686;text-decoration:none}
a:hover{text-decoration:none}
html:first-child select{height:20px;padding-right:6px}
option{padding-right:6px}
hr, caption{display:none}
table{/* border-collapse:collapse;table-layout:fixed; */border-collapse:collapse;border-spacing:0}
table th{margin:0;padding:0}
.blind,legend{display:block;overflow:hidden;position:absolute;top:-1000em;left:0; line-height: 0; width: 1px; height: 1px;}
button{overflow:visible; background:transparent; cursor:pointer; border:0 none;}

/* Mobile Form Default */
input[type=text] {/* -webkit-border-radius:0;-webkit-appearance:none;border:none; */ }
input[type=checkbox] {/* -webkit-border-radius:0;-webkit-appearance:none;border:none; */}

.clear{*zoom:1;}
.clear:after{display:block; content:''; clear:both;}
.fleft{float:left;}
.fright{float:right;}
.bg_none{background: none !important;}

textarea {border: 1px solid #d5d5d5;color: #767676;width: 96%;padding: 5px;}

/* Display */
select{min-width:50px;}
textarea{border:1px solid #d5d5d5; color:#767676; width:96%; padding:5px;}
input[type="text"], input[type="password"] {border: solid 1px #d5d5d5; padding: 0 3px; height:21px;}
input[type="check"]{border:0px;}
input[type="file"]{width:300px; border:1px solid #d4d4d4}


