@charset "utf-8";

*, :after, :before {
    box-sizing:border-box;

    /* -webkit-print-color-adjust: exact; */
}
:root {-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;text-size-adjust:100%;cursor:initial;line-height:1.6;overflow-wrap:break-word;word-break:break-word;tab-size:4}
#__next, #root {isolation:isolate}
body, html {min-height:100%}
body {-webkit-font-smoothing:antialiased;line-height:1.6}

/* 리셋-에릭마이어 보완 */
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, i, center,
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, main, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%;
    vertical-align: baseline;
    background:transparent; */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul, li, dt, dd, menu {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {padding: 0;}
a {
    /* text-decoration: none;
    display: block;
    color: inherit; */

    text-decoration: revert;
    /* display: unset; */
    /* display: initial; */
    display: revert;
    color: revert;
}
button {
    border: none;
    /* padding: 0; margin: 0; */
}
address {font-style: normal;}


/* old */
i,cite,em,var,address,dfn {font-style:normal; font-weight:normal;}
h1,h2,h3,h4,h5,h6 {line-height:1.4em; padding:0; margin:0;}
label, img, input, select, textarea, button {vertical-align:middle; max-width: 100%;}
/* caption, legend {line-height:0; font-size:1px; overflow:hidden;}
img {font-size:0; line-height:0; border:0; vertical-align:middle; max-width: 100%;} */


canvas, picture, svg, video, audio, iframe, embed, object {display:block;max-width:100%;}
img,video{height:auto; max-width: 100%;}
h1, h2, h3, h4, h5, h6, p {font-size:inherit;font-weight:inherit;overflow-wrap:break-word}
button,[role="button"],[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none; cursor:pointer;visibility: visible; overflow: visible;}
:disabled{cursor:not-allowed}
legend{padding:0}
textarea{resize:vertical}
[hidden], template {display:none}
del {text-decoration: line-through;}
abbr[title], dfn[title] {text-decoration:underline dotted;cursor:help;}
/* abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;} */
/* code,kbd,samp,pre{font-family:monospace, monospace;font-size:1em} */


ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

