@charset "utf-8";

/*=================================================================================
 * Default Tag Style Definition
 =================================================================================*/
body {
    font-family:Helvetica-light,'AppleSDGothicNeo-Light','Noto Sans','Roboto-Light','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
    font-size: 12px;
    color: #808080;
    line-height: 18px;
    border-collapse: collapse;
    -webkit-text-size-adjust:none;
    position:relative;
    letter-spacing:-1px;
}

a:link, a:visited {
    font-size: 1em;
    color: #808080;
    text-decoration: none;
}
a:hover, a:active {
    font-size: 1em;
    color: #808080;
    text-decoration: none;
}

/*=================================================================================
 *Reset Tag Style Definition
 =================================================================================*/
/*html { overflow-y:scroll; }*/

html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol ,li,figure{
    list-style:none;
}i,
 *{
     margin:0;
     padding:0;
 }
figure{margin:0; padding:0;}

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
}


table {
    border-collapse:collapse;
    border-spacing:0;
    border:0;
}

img, fieldset, abbr, input.type-image,  button {
    border:none;
}

img, input {
    vertical-align:middle;
    border:0;
    padding:0;
    outline:none;
}



address, caption, cite, code,  em {
    font-style:normal;
    font-weight:normal;
}


input, select, textarea, button {
    color:#555;
    vertical-align:middle;
    font-family: Helvetica-light,'AppleSDGothicNeo-Light','Noto Sans','Roboto-Light','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
}


caption,legend,#skipNavi {
    width:0;
    height:0;
    padding: 0px;
    margin: 0px;
    visibility: hidden;
    font-size:0px;
    height:0px;
    line-height:0px
}

hr {
    display:none;
}

button::-moz-focus-inner{ border:0; padding: 0;} /*FF 초기화*/

button {
    background:transparent;
    overflow:visible;
    cursor:pointer;
}
img{object-fit:cover;}
.blind{display:none !important;}