﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/*초기화*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,input,select,textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	
    padding:0;
    margin:0;
    box-sizing:border-box;
}
fieldset,img {border:0 none;vertical-align:top;}
dl,ul,ol,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
button {border:0 none;background-color:transparent;cursor:pointer;outline:none; transition: all 0.1s ease-in-out;}
body {font-size:16px;font-family:'nanum-barun-gothic-regular',  'sans-serif';}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

dl,ul,ol,li {list-style:none}
a {color:#333;text-decoration:none; outline:none; transition: all 0.1s ease-in-out;}
a:active, a:hover {text-decoration:none;}
img {border:0;}
input[type="text"] {appearance: none;-webkit-apperance:none;}