@charset "utf-8";

* {margin:0;padding:0;}
html, body	{position:relative;width:100%;height:100%;margin:0;padding:0;min-width:100%;min-height:100%;font-family: 'NanumBarunGothic', sans-serif;}
ul,li	{margin:0;padding:0;border:none;list-style:none;}
dl,dt,dd	{margin:0;padding:0;border:0;list-style:none;}
a	{text-decoration:none;margin:0;padding:0;}
p,span	{margin:0;padding:0;}
.normal		{font-weight:400}
.bold		{font-weight:700}
.bolder		{font-weight:800}
.light		{font-weight:300}
.colorB1	{background:#02225b;}
.colorB2	{background:#335f9c;}
.colorB3	{background:#5295ca;}
.colorB4	{color:#6379a9;}

.cboth	{clear:both;}
.pdt20	{padding-top:20px;}

.br	{display:block;}
.hide{font-size:0;line-height:0;color:transparent}
.inner{width:1200px;margin:0 auto;padding:100px 0}


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;}
fieldset, button, input{border:0}
a{text-decoration:none;color:#333}
button,a{cursor:pointer}
em, i{font-style:normal}
input::-webkit-input-placeholder{color:#908f8f}
input::-moz-placeholder{color:#908f8f}
input:-ms-input-placeholder{color:#908f8f}
input:-moz-placeholder{color:#908f8f}
legend{width:0; height:0; font-size:0; line-height:0; position:absolute; overflow:hidden; visibility:hidden;}


