@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

.nanum-gothic-regular {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 10px;
    line-height: 1;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 공통 ----------------------------------------------------------*/

dl,
ul,
ol,
li {
    list-style: none;
}

img {
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
    word-wrap: expression(this.style.wordWrap="normal", this.hideFocus=true);
    cursor:pointer
    /* 점선 없애기 */
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


a:link,
a:hover,
a:active {
    text-decoration: none;
}

input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number],
input[type=date],
textarea, select {
    outline: none;
}



::-webkit-calendar-picker-indicator {
    margin-left: 0px;
}


/*-input[type="date"]::-webkit-inner-spin-button {
        opacity: 0
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        background: url(../images/calendar.png) center/70% no-repeat;
        color: rgba(0, 0, 0, 0);
        opacity: 1
    }

*/
input:focus,
textarea:focus,
textarea:focus,
select:focus {
    outline: none;
    font-family: "Nanum Gothic", sans-serif;
}

button {
    cursor: pointer;
    font-family: "Nanum Gothic", sans-serif;
}

/* 스크롤 바 넓이  */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* 스크롤 바 기본 색상 */
::-webkit-scrollbar-track {
    background-color: #fff;
}

/* 스크롤 구간 배경 색상 */
::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px
}

    /* 스크롤 바 위에 마우스 올렸을 때(hover) 색상 */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #ddd;
    }

/* 스크롤 상하단 버튼 넓이와 색상 */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    width: 10px;
    height: 0px;
    background-color: #eee;
}
