﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

*:focus {
    outline: 0;
}

body {
    background: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 100%;
    font-weight: normal;
    margin: 0px;
}

div,
p,
ul,
li,
table,
th,
td,
textarea,
input,
span,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dl,
dd,
em,
sup {
    padding: 0px;
    margin: 0px;
}

ul,
ol,
dl,
dd,
dt,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 12px;
    color: #5b5b5b;
    letter-spacing: 0px;
}



a,
a:link,
a:visited,
a:active {
    color: #575757;
    outline: none;
    text-decoration: none;
    letter-spacing: -0.8px;
}

    a:hover {
        color: #575757;
        text-decoration: none;
    }


/*-----기본코드-----*/
