@charset "utf-8";

* {
    font-family: "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
  
body, html {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-overflow-scrolling: auto;
}

a, blockquote, p, span {
    font-weight: 400;
}
  
dl, dt, dd {
    margin: 0;
}
    
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
    color: #000;
    line-height: 1.3;
}
  
button, div, p, ul, ol {
    margin: 0;
    padding: 0;
    color: #000;
    outline: none;
}

span {
    position:relative;
}
  
article, aside, figure, footer, header, main, nav, section {
    display: block;
}
  
dl, dt, dd {
    margin: 0;
    padding: 0;
}
  
li {
    list-style-type: none;
}
  
a, img {
    outline: none;
}
  
button {
    background: none;
    border: 0;
    cursor: pointer;
}
  
a:link, a:visited, a:focus, a:hover, a:active {
    text-decoration: none;
    color: #333;
}
  
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
  
textarea {
    padding: 0;
    border: 0;
    background: none;
    width: 100%;
    
}
  
input, textarea {
    appearance: none;
    outline: none;
    resize: none;
}
  
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    display: block;
    box-sizing: border-box;
    background-color: transparent;
}
  
img, input[type="image"] {
    border-width: 0;
    height: auto;
    max-width: 100%;
}
  
input[type="text"]::-ms-clear {
    display: none;
}
  
input[type="number"] {
    -moz-appearance:textfield;
}
  
input::placeholder,
textarea::placeholder {
    font-size: 18px;
    color: #b4b4b4;
    font-weight: normal;
}
  
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

select::-ms-expand {display:none}
  
.clearfix::after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
}
  
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.hide {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden
}
  
.skip-nav {
    position: absolute;
    left: 0;
    top: 0;
}
  
.skip-nav a {
    display: block;
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1000;
    width: 160px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #000;
    background-color: #fff;
}
  
.skip-nav a:focus {
    left: 0;
    z-index: 999;
}