﻿@charset "utf-8";
/* CSS Document */
body { font-size: 0.75em;font-family: 돋움,'돋움',arial,sans-serif;line-height: 16px;}
label { cursor:pointer}
a { text-decoration:none;color: #6d6d6d;}
a:hover, a:focus, a:active { text-decoration:underline}
/* css2 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub{ font-size:1em}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img,abbr,acronym { border: 0}
address,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul { list-style: none }
q:before,q:after {
	content:'';
	}
img, input, button, select, textarea { vertical-align:middle}

legend, hr { overflow:hidden; position:absolute; top:0; left:0}
legend, hr { visibility:hidden; font-size:0; width:0; height:0; line-height:0}
caption{font-size: 0;height: 0;line-height: 0;text-indent: -9999px;visibility: hidden;width: 0;}

.skip a{position:absolute; display:block; width:100%; left:0; text-align:center; top:-999em; z-index:999; font-size:1.3em}
.skip a:hover, 
.skip a:focus, 
.skip a:active{position: absolute; top: 0; padding: 15px 0; font-weight:bold; color:#fff; background:#1d60a7; }