@charset"utf-8";

/* Eric Meyer reset.css */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed, 
figure,figcaption,footer,header,hgroup, 
menu,nav,output,ruby,section,summary,
time,mark,audio,video{margin:0; padding:0; border:0 none; vertical-align:middle; font-size:12px; color:#666; line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:""; content:none;}
table{border-collapse:collapse; border-spacing:0; width:100%; table-layout:fixed;}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* shs reset.css*/
html{width:100%; height:100%; overflow-y:scroll;}
body{width:100%; height:100%;}
a{text-decoration:none;}
a:hover{color:#666; text-decoration:none;}
hr{display:none;}
legend,caption{display:block; position:absolute; top:-1000em; left:-1000em; text-indent:-1000em; overflow:hidden; }
button,label{cursor:pointer;}
input[type=text],
input[type=password]{border:1px solid #ccc; height:20px; line-height:20px; text-indent:5px; font-size:12px; color:#666; border-radius:0; padding:0; margin:0; font-family:나눔,"돋움",Dotum,sans-serif;}
input[type=text]:focus,
input[type=password]:focus{border:1px solid #666;}
input[type=checkbox],
input[type=radio]{width:13px; height:13px; margin:0 5px 0 0; padding:0;}
textarea{border:1px solid #ccc; line-height:1.5; font-size:12px; color:#666; resize:none; border-radius:0; font-family:나눔,sans-serif;}
textarea:focus{border:1px solid #666;}
select{height:24px; line-height:18px; border:1px solid #ccc; color:#666; border-radius:0;}
.blind{display:block; overflow:hidden; position:absolute; top:-1000em; left:0;}
label{*zoom:1;}
label:after{content:""; display:block; clear:both;}
label span,
label input{float:left;}
label input[type=check],
label input[type=radio]{position:absolute; top:0;}

/* font */
@font-face {
     font-family : '나눔';
     src :url(font/NanumGothic.eot);
     src :url(font/NanumGothic.eot?#iefix) format('embeded-opentype'),
           url(font/NanumGothic.woff) format('woff');
}
@font-face {
     font-family : '티타늄';
     src :url(font/TitilliumWebRegular.eot);
     src :url(font/TitilliumWebRegular.eot?#iefix) format('embeded-opentype'),
           url(font/TitilliumWebRegular.woff) format('woff');
}
@font-face {
     font-family : '티타늄볼드';
     src :url(font/TitilliumWebBold.eot);
     src :url(font/itilliumWebBold.eot?#iefix) format('embeded-opentype'),
           url(font/TitilliumWebBold.woff) format('woff');
}
/* Skip */
.skip{padding:0; margin:0;}
.skip a{position:absolute; top:-1000em; z-index:9999; display:block; width:100%; background:#ededed; font-size:1.5em; font-weight:bold; color:#666; text-align:center;}
.skip a:hover,.skip a:focus,.skip a:active{top:0; padding:1.2em 0;}