*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height:normal;
}
body p {
    margin-bottom:0;
}
a{
    color:unset;
    text-decoration: unset;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    min-width:1410px;
}

a {
    color: inherit;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

li {
    list-style: none;
}

input:focus {
    outline: none;
}


.gs {
    font-family: 'GmarketSans';
}
.ns {
    font-family: 'NanumSquare', sans-serif
}

:root {
    --color-red: #c21f25;
    --color-yellow:#fcaf17;
    --color-black:#101010;
    --color-grey:#838383;
}

body dl, body ol, body ul {
    margin-bottom:0;
}



body ol, body ul  {
    padding:0;
}