@charset "utf-8";
/* ======================================================= */
/*                         Fonts                           */
/* ======================================================= */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "Noto Sans KR";
    src: url("/assets/fonts/noto/notokr-thin.eot");
    src: url("/assets/fonts/noto/notokr-thin.eot") format("embedded-opentype"), url("/assets/fonts/noto/notokr-thin.woff2") format("woff2"), url("/assets/fonts/noto/notokr-thin.woff") format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("/assets/fonts/noto/notokr-light.eot");
    src: url("/assets/fonts/noto/notokr-light.eot") format("embedded-opentype"), url("/assets/fonts/noto/notokr-light.woff2") format("woff2"), url("/assets/fonts/noto/notokr-light.woff") format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("/assets/fonts/noto/notokr-regular.eot");
    src: url("/assets/fonts/noto/notokr-regular.eot") format("embedded-opentype"), url("/assets/fonts/noto/notokr-regular.woff2") format("woff2"), url("/assets/fonts/noto/notokr-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("/assets/fonts/noto/notokr-medium.eot");
    src: url("/assets/fonts/noto/notokr-medium.eot") format("embedded-opentype"), url("/assets/fonts/noto/notokr-medium.woff2") format("woff2"), url("/assets/fonts/noto/notokr-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("/assets/fonts/noto/notokr-bold.eot");
    src: url("/assets/fonts/noto/notokr-bold.eot") format("embedded-opentype"), url("/assets/fonts/noto/notokr-bold.woff2") format("woff2"), url("/assets/fonts/noto/notokr-bold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("/assets/fonts/noto/notokr-black.eot");
    src: url("/assets/fonts/noto/notokr-black.eot") format("embedded-opentype"), url("/assets/fonts/noto/notokr-black.woff2") format("woff2"), url("/assets/fonts/noto/notokr-black.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

/* ======================================================= */
/*                       Font Icon                         */
/* https://developers.google.com/fonts/docs/material_icons */
/* https://fonts.google.com/icons?icon.set=Material+Icons  */
/* ======================================================= */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/MaterialIcons/MaterialIcons-Regular.eot');
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2'),
    url('/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff') format('woff'),
    url('/assets/fonts/MaterialIcons/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; line-height: 1; text-transform: none;
  letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Rules for Size */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for Color */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 40 }