
/* 초기화 */
html { 
    overflow-y: scroll; 
    -webkit-text-size-adjust: none; 
    -moz-text-size-adjust: none; 
    -ms-text-size-adjust: none; 
    -o-text-size-adjust: none;
}

body {
    color: #000;
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-size: 15px;
    line-height: 1.267em;
    height: 100%; 
    font-family: 'SpoqaHanSansNeo-Regular';
}

strong { 
    font-weight: bold; 
}

em, dfn, cite, address { 
    font-style: normal; 
}

sup, sub { 
    font-size: 0.92em; 
}

del { 
    text-decoration: line-through; 
}

button {
    cursor: pointer; 
    border: none; 
    font-family: inherit; 
    background: none;
}

button:focus,
button:active{
    outline: none;
    box-shadow: none;
}

span.button, img.button, a.button {
    vertical-align: middle;
}

ol, ul, li,p { 
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse; 
    border-spacing: 0;
}

legend {
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 1px; 
    font-size: 0; 
    line-height: 0;
}

caption {
    height: 1px; 
    font-size: 0; 
    line-height: 0;
}

hr {
    display: none;
}

a {
    color: #000;
}

a:link {  
    text-decoration: none; 
}

a:visited { 
    text-decoration: none; 
}

a:hover {  
    text-decoration: none; 
    color: #000;
}

a:active {
    text-decoration: none; 
}

button,input,optgroup,select,textarea{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    vertical-align: middle;
}

button,input,select{
    display: inline-block;
}

/* button,input{
    overflow: visible;
} */

*, *:before, *:after {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* input[type=text],input[type=password], textarea {
    -webkit-transition:all 0.30s ease-in-out;
    -moz-transition:all 0.30s ease-in-out;
    -ms-transition:all 0.30s ease-in-out;
    -o-transition:all 0.30s ease-in-out;
    outline:none
} */

i{
    font-size: 15px;
    font-weight: 900;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active{
    text-decoration: none;
    border: none;
    outline: none;
}



