@charset "utf-8";
@import url(font.css);
@import url(layout.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;font-size: 16px;}
body,h1,h2,h3,h4,input,button{font-family:nsk,'돋움',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;font-size:12px;color:#000}
body{text-align:left; word-break:break-word;}
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}
a{color:#666;text-decoration:none;font-size: 16px;}
a:hover{color:#000;text-decoration:none}
hr{display:none}
legend{*width:0;}
table{border-collapse:collapse;border-spacing:0}
caption{font-size:0; line-height:0; height:0}

/* Mobile Form Default */
input[type='text'],input[type='password'],input[type='image'],input[type='search']{-webkit-appearance:none;-webkit-border-radius:0}





/* Skip */
#skipnavigation{z-index:9999;position:absolute;left:0;top:0;width:100%;text-align:center}
#skipnavigation *{list-style:none;margin:0;padding:0;}
#skipnavigation a{display:block;width:100%;height:0;overflow:hidden;white-space:nowrap;}
#skipnavigation a:focus,
#skipnavigation a:active{display:block;width:100%;height:36px;color:#fff;background:#000;line-height:36px;text-decoration:underline !important;font-size:14px;}

/* Common */
.show{display:block}
.hide{display:none}
.blind,legend{display:block;overflow:hidden;position:absolute;top:-1000em;left:0; line-height: 0; width: 1px; height: 1px;}
.ellipsis{width:98%; position:relative; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.shadow{overflow:hidden;position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:url('../images/bg_shadow_v3.png');_background:none;font-size:0;line-height:0;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_shadow_v3.png',sizingMethod='scale')}
.flash_fix{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}
.clear{*zoom:1;}
.clear:after{display:block; content:''; clear:both;}
.fleft{float:left;}
.fright{float:right;}
.bg_none{background: none !important;}
.blind{display:none;}
/*label{display:none;}*/

.ta_l{text-align:left !important;}
.ta_c{text-align:center;}
.ta_r{text-align:right !important;}

.mt_9{margin-top:9px;}
.mt_42{margin-top:42px;}
.hidden{display:block;width:0;text-indent:-9000px;overflow:hidden;}