@import url("/assets/css/font.css");
@import url("/assets/css/main.css");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* box-sizing ±ÔÄ¢À» ¸í½ÃÇÕ´Ï´Ù. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ÆùÆ® Å©±âÀÇ ÆØÃ¢À» ¹æÁöÇÕ´Ï´Ù. */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* ±âº» ¿©¹éÀ» Á¦°ÅÇÏ¿© ÀÛ¼ºµÈ CSS¸¦ ´õ Àß Á¦¾îÇÒ ¼ö ÀÖ½À´Ï´Ù. */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* list¸¦ role°ªÀ¸·Î °®´Â ul, ol ¿ä¼ÒÀÇ ±âº» ¸ñ·Ï ½ºÅ¸ÀÏÀ» Á¦°ÅÇÕ´Ï´Ù. */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* ÇÙ½É bodyÀÇ ±âº»°ªÀ» ¼³Á¤ÇÕ´Ï´Ù. */
body {
  min-height: 100vh;
}

/* Á¦¸ñ¿¡ ´ëÇÑ text-wrapÀ» balance·Î ¼³Á¤ÇÕ´Ï´Ù. */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* Å¬·¡½º°¡ ¾ø´Â ±âº» a ÅÂ±× ¿ä¼Ò´Â ±âº» ½ºÅ¸ÀÏÀ» °¡Á®¿É´Ï´Ù. */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* ÀÌ¹ÌÁö °ü·Ã ÀÛ¾÷À» ´õ ½±°Ô ÇÕ´Ï´Ù. */
img,
picture {
  max-width: 100%;
  display: block;
}

/* input ¹× button Ç×¸ñµéÀÌ ±Û²ÃÀ» »ó¼ÓÇÏµµ·Ï ÇÕ´Ï´Ù. */
input,
button,
textarea,
select {
  font: inherit;
}

/* Çà ¼Ó¼ºÀÌ ¾ø´Â textarea°¡ ³Ê¹« ÀÛÁö ¾Êµµ·Ï ÇÕ´Ï´Ù. */
textarea:not([rows]) {
  min-height: 10em;
}

/* °íÁ¤µÈ ¸ðµç Ç×¸ñ¿¡´Â ¿©ºÐÀÇ ½ºÅ©·Ñ ¿©¹éÀÌ ÀÖ¾î¾ß ÇÕ´Ï´Ù. */
:target {
  scroll-margin-block: 5ex;
}

a{
  text-decoration: none;  /* ¹ØÁÙ Á¦°Å */
}

button {
	all: unset; /* ¸ðµç ±âº» ½ºÅ¸ÀÏ ÃÊ±âÈ­ */
	display: inline-block; /* ÀÎ¶óÀÎ ¿ä¼Ò·Î ¼³Á¤ */
	cursor: pointer; /* Æ÷ÀÎÅÍ Ä¿¼­ »ç¿ë */
	text-align: center; /* ÅØ½ºÆ® °¡¿îµ¥ Á¤·Ä */
	font: inherit; /* »óÀ§ ¿ä¼ÒÀÇ ÆùÆ® »ó¼Ó */
	color: inherit; /* »óÀ§ ¿ä¼ÒÀÇ »ö»ó »ó¼Ó */
	background-color: transparent; /* ¹è°æ Åõ¸í */
	padding: 0; /* ±âº» ÆÐµù Á¦°Å */
	border: none; /* ±âº» Å×µÎ¸® Á¦°Å */
	outline: none; /* ±âº» ¾Æ¿ô¶óÀÎ Á¦°Å */
	line-height: inherit; /* »óÀ§ ¿ä¼ÒÀÇ ÁÙ °£°Ý »ó¼Ó */
}

/* Ãß°¡ÀûÀÎ Æ÷Ä¿½º ½ºÅ¸ÀÏ */
button:focus {
  outline: none; /* Æ÷Ä¿½º ½Ã ±âº» ¾Æ¿ô¶óÀÎ Á¦°Å */
}

button:focus-visible {
  outline: 2px solid blue; /* Á¢±Ù¼º: Æ÷Ä¿½º°¡ º¸ÀÏ ¶§ ¾Æ¿ô¶óÀÎ Ç¥½Ã */
}

img,
video,
iframe {
  max-inline-size: 100%;
  block-size: auto;
}