@charset "UTF-8";
/*
=========================================================================
/* Name: 미에르
/* PART: BASE STYLE 
/* Version: 1.0 / day: 2021-12 
=========================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&family=Noto+Sans+KR:wght@300;500;700&display=swap");

@font-face {
  font-family: 'SBAggroL';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'SBAggroM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Common */
html {
  text-align: left;
  color: #333;
  line-height: normal;
  font-family: 'Noto Sans KR',sans-serif;
  font-weight: 300;
  letter-spacing: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, span, form, fieldset, p, button, address, table, tbody, tfoot, thead, th, tr, td, video, tt, label {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

form {
  display: block;
  width: 100%; }

header, article, aside, canvas, details, figcaption, figure, footer, hgroup, menu, nav, section, summary, mark {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, input, button, textarea, select, table {
  box-sizing: border-box; }

input, button, textarea, select {
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box; }

/*-webkit-appearance: none*/
input[type=radio] {
  background-color: transparent; }

button, textarea {
  -webkit-appearance: none; }

img, fieldset, iframe {
  border: 0 none; }

li {
  list-style: none; }

img, input, select, button, textarea {
  vertical-align: middle;
  box-sizing: border-box; }

input[type=radio] {
  border-radius: 0px 0px;
  -webkit-border-radius: 50%; }

img {
  max-width: 100%; }

em, address, optgroup {
  font-style: normal; }

label, button {
  cursor: pointer; }

label {
  position: relative; }

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none; }

a, ::after, ::before {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #555;
  color: inherit; }

legend, caption {
  font-size: 0;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px; }

p {
  word-break: break-word; }

dt, dd, li {
  word-break: keep-all; }

table {
  width: 100%;
  border-spacing: 0; }

/* hidden contents */
.skip, .hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  z-index: -1; }

#skip_navi {
  position: absolute;
  top: 0;
  height: 0px;
  width: 100%;
  z-index: 150; }

#skip_navi a {
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  white-space: nowrap; }

#skip_navi a:focus,
#skip_navi a:active {
  display: block;
  top: 0;
  width: 100%;
  height: 45px;
  padding: 10px 0;
  background: #021b87; }


  textarea{font-family: 'Noto Sans KR',sans-serif; font-weight: 300;}