@charset "utf-8";

@import url("font.css");

html * {
    font-family: NotoSansCJKkr;
}

html, body, div, span, applet, 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, 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;
    /* font-size: 100%; 최은영 삭제함*/
    vertical-align: baseline;
    background-color: transparent;
    
} 
body{line-height: 1;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display: block;}
blockquote, p{quotes: none;}
blockquote::before, blockquote::after,
q::before, q::after{content: "";content: none;}
a{
    margin: 0;
    padding: 0;
    color:#222;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
}
ul, ol, dl{
    list-style: none;
    padding: 0;
    margin: 0;}
table{
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
}
img, button, fieldset, abbr, acronym{border: 0;}
strong, address, caption, cite, code, dfn, em, var{font-style: normal; font-weight: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block;
    padding: 0;
    margin: 0;
}
a{text-decoration: none;cursor: pointer;}
a:link, a:visited{text-decoration: none;}
a:hover, a:focus, a:active {text-decoration: none;}
button {
	margin:0;
	padding:0;
    color:#222;
    font-size:1em;
	-webkit-appearance:none;
    background-color: transparent;
    cursor: pointer;
}
/* img{
    width: 100%;
} */