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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: inherit;
    font-size: 12px;
    line-height:13px;
    font-family: "dotum";
    vertical-align: baseline;
    /*color:#686868;*/
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: #686868;
    background: white;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.hide {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -10000px;
}

button {
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    font-family: "dotum";
    vertical-align: baseline;
    color:#686868;
    padding:1px;margin:0;
}

button span, button img {
    position: relative;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    -webkit-tap-hightlight-color: rgba(0, 0, 0, 0);
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

/* firefox bug fix */
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
button:focus {outline:0;}


@font-face{font-family:'Nanum Barun Gothic Bold';
  src:url(../../fonts/NanumBarunGothicWebBold.eot);
  src:url(../../fonts/NanumBarunGothicWebBold.eot?#iefix) format('embedded-opentype'),
  url(../../fonts/NanumBarunGothicWebBold) format('woff'),
  url(../../fonts/NanumBarunGothicWebBold) format('truetype')}
@font-face{font-family:'Nanum Barun Gothic';
  src:url(../../fonts/NanumBarunGothicWeb.eot);
  src:url(../../fonts/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
  url(../../fonts/NanumBarunGothicWeb.woff) format('woff'),
  url(../../fonts/NanumBarunGothicWeb.ttf) format('truetype');}