@charset "utf-8";


/* html5 reset add */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, stromg, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0;}

/* default css */
body {width:100%; height:100%; overflow-y:scroll;}
html, body {padding:0; margin:0; border:0; -webkit-text-size-adjust:none;}
h1, h2, h3, h4, h5, h6 {text-align:left;font-weight:normal;margin:0; padding:0; border:0;}
table {table-layout:fixed; margin:0; padding:0; border:0; border-collapse:collapse;}
td, th {empty-cells:show;}
form, img, fieldset, legend, input, select, textarea, div, p, dl, dt, dd, ul, ol, li, fieldset, blockquote, th, td, iframe {margin:0;padding:0;border:0;}
ul, ol, li {list-style:none;}
a:link, a:visited {text-decoration:none;}
a:hover, a:active {text-decoration:none;}
em, address {font-style:normal;}
textarea {overflow:auto;}
hr, legend, caption, .hide {position:absolute; top:0; left:0; display:none; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}/* For Screen Reader */ 
caption, th {text-align:left;}
td {vertical-align:middle;}
img {vertical-align:top;}

/* default color & font */
@font-face {
 font-family: 'mg';
	src: url('font/MalgunGothicRegular.eot');
	src: url('font/MalgunGothicRegular.eot?#iefix') format('embedded-opentype'),
	   url('font/MalgunGothicRegular.woff') format('woff'),
	   url('font/MalgunGothicRegular.ttf') format('truetype'),
	   url('font/MalgunGothicRegular.svg#MalgunGothicRegular') format('svg');
	   font-weight: normal;
	   font-style: normal;
}

@font-face {
 font-family: 'mgb';
 src: url('font/MalgumgothicBold.eot');
	src: url('font/MalgumgothicBold.eot');
	src: url('font/MalgumgothicBold.eot?#iefix') format('embedded-opentype'),
	   url('font/MalgumgothicBold.woff') format('woff'),
	   url('font/MalgumgothicBold.ttf') format('truetype'),
	   url('font/MalgumgothicBold.svg#Malgumgothic') format('svg');
	   font-weight: normal;
	   font-style: normal;
}

/* default color & font */
body{font:10pt 'Nanum Gothic', 'mg', 'Dotum', sans-serif; color:#666666;}
a:link, a:visited {color:#555555;font-family:'mg', 'Dotum', sans-serif; }
a:hover {color:#035ca4;font-family:'mg', 'Dotum', sans-serif; }
a.active {color:#666666;}
select, input, textarea {font-family:'mg', 'Dotum', sans-serif; color:#666666; font-size:14px;}


/* default select/input type */
select.select_type {height:24px; background:#fff; border:1px solid #c8c8c8; color:#555555; vertical-align:middle;}
input.iput_style01 {height:20px; padding:3px; background:#fff; border:1px solid #c8c8c8; color:#555555;vertical-align:middle;font-size:12px; line-height:16px; }
input.iput_style02 {height:24px; padding:3px; background:#fff; border:1px solid #e3e3e3; color:#666666;vertical-align:middle;font-size:12px; line-height:24px; }
input.radio_type {width:12px; height:12px; vertical-align:top; *vertical-align:middle;}
input.checkbox_type {width:13px; height:13px; vertical-align:text-bottom;}
input.button_type1 {padding:7px 10px;}
textarea {background:#fff; padding:5px; border:1px solid #c8c8c8; color:#555555; font-size:12px; width:100%;resize:none;}
.search_wrap {position:relative;}
.search_wrap .img_btn {position:absolute; top:2px; right:0px;}

/* skip */
.skip a {display:block; position:absolute; left:0; top:-9999px; overflow:hidden; width:100%; background:black; color:#fff; font-size:12px; font-weight:bold; text-align:center; z-index:2222;}
.skip a:focus {position:absolute; top:0; padding:10px 0; z-index:99999;}
