﻿@charset "UTF-8";

/* reset */
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, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    min-inline-size:auto;
	vertical-align: baseline;
}
body, table { word-break: break-word; word-wrap: break-word; }
:lang(ko-KR) body { word-break: keep-all; }
a { text-decoration: none; }
button:focus { outline: none;}
button span { position:relative; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; position: relative; }
ol, ul { 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; }

@media (min-width: 1025px) {
    html { font-size: 16px }
}

@media (max-width: 1024px) {
    html { font-size: 14px; }
}


@media (max-width: 430px) {
    html { font-size: 13.71px }
}

@media (max-width: 420px) {
    html { font-size: 13.38px }
}

@media (max-width: 410px) {
    html { font-size: 13.07px }
}

@media (max-width: 400px) {
    html { font-size: 12.75px }
}

@media (max-width: 390px) {
    html { font-size: 12.43px }
}

@media (max-width: 380px) {
    html { font-size: 12.11px }
}

@media (max-width: 370px) {
    html { font-size: 11.79px }
}

@media (max-width: 360px) {
    html { font-size: 11.47px }
}

@media (max-width: 350px) {
    html { font-size: 11.16px }
}

@media (max-width: 340px) {
    html { font-size: 10.83px }
}

@media (max-width: 330px) {
    html { font-size: 10.52px }
}

@media (max-width: 320px) {
    html { font-size: 10.2px }
}

