@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ , v2.0 | 20110126 , License: none (public domain) */
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;font-size:100%;font:inherit;vertical-align:baseline}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{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}

/* common */
body{color:#333;word-wrap:break-word}
body,input,textarea,select,button,table,p,div,ul,ol{font-family:"맑은 고딕",MalgunGothic,Dotum,arial}
a,a:hover{text-decoration:none}

/* header */
.navbar{min-height:42px !important}
.header{margin:0;padding:0;border:0;background:#0074C1;border-radius:0}
.header a{color:#fff}
.header .navbar-brand{padding:12px 8px 12px 15px !important;height:40px !important}
.header .xe-widget-wrapper{float:left;padding:14px 0 0 0;font-size:14px;line-height:14px}
.header .navbar-toggle{margin:12px 15px !important;padding:0 !important;border:0;color:#fff}


/* footer */
.footer{margin:0;padding:10px 0 20px;background:#353840;font-size:12px;color:#ddd;border-radius:0}
.footer a{color:#ddd}
.footer .info .btn-xs{margin:0 3px;padding:3px 6px;background:#3d4049;color:#ddd;border-color:#444}
.footer .help{margin-top:20px}
.footer .copyright{margin-top:10px}

/* content */
.content{padding:0}

/* scrollup */
.scrollup{position:fixed;display:none;padding:4px 0 0 0;width:42px;height:40px;bottom:15px;right:11px;background:#fff;color:#333;text-align:center;line-height:1em}
.scrollup i{display:block}
.scrollup strong{font-size:12px}
.scrollup:focus{background:#0074c1;color:#fff}

/* widget style page */
.content .bd img{width:100%;height:auto}


@media (max-width: 767px){
.header{}
.header .navbar-collapse{background:#f1f1f1}	
.header .navbar-collapse ul{}
.header .navbar-collapse a{color:#817A82}
}