@charset "UTF-8";
/*--------------------------------------------------------------------------*/
/* reset
-----------------------------------------------------------------------------*/
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, strong, 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;
    outline: 0 none;
    padding: 0;
    /* vertical-align: baseline; */
}

html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4 {
    font-size: 100%;
    font-weight: normal;
}

nav ul, ul, ol, li {
    list-style: outside none none;
}

img {
    border: 0 none;
    vertical-align: top;
}

fieldset {
    border: 0 none;
}

td form{
		line-height:0;
}

a:link {
    text-decoration: none;
    color: #6d6d6d;
}

a:visited {
    text-decoration: none;
    color: #6d6d6d;
}

a:hover {
    text-decoration: none;
    color: #6d6d6d;
}

a:active {
    text-decoration: none;
    color: #6d6d6d;
}

hr {
    display: none;
}

input, select {
    vertical-align: middle;
}

em, address {
    font-style: normal;
}

button {
    border: 0 none;
    cursor: pointer;
    padding: 0;
    letter-spacing: -1px;
    background: transparent;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

table caption, legend {
    font-size: medium;
    height: 0;
    line-height: normal;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    word-break: break-all;
}

.blind {
    display: inline-block;
    font-size: medium;
    height: 1px;
    line-height: normal;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute;
    word-break: break-all;
    z-index: -10 !important;
}

textarea {
    width: 99%;
    resize: vertical;
    padding: 0;
    border: 0;
    font-family:"맑은 고딕", "Malgun Gothic", sans-serif;
}

body{
	color:#6d6d6d;
	font-size:12px;
	font-family:"맑은 고딕", "Malgun Gothic", sans-serif;
	line-height: 1.5;
    word-break: break-all;
}


/*--------------------------------------------------------------------------*/
/* skipNavi
-----------------------------------------------------------------------------*/
#skipNavi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#skipNavi a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    color: #000;
    font-size: 0;
    overflow: hidden;
}

#skipNavi a:focus, #skipNavi a:active {
    position: relative;
    height: auto;
    font-size: 1.5em;
    line-height: 2.4em;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    font-weight: bold;
    background: black;
    z-index: 9999;
}

