@charset "utf-8";
@font-face {
  font-family: "Optima";
  src: url("../font/OptimaLTPro-Roman.woff2") format("woff2"),
    url("../font/OptimaLTPro-Roman.woff") format("woff"),
    url("../font/OptimaLTPro-Roman.eot") format("eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Optima";
  src: url("../font/OptimaLTPro-Medium.woff2") format("woff2"),
    url("../font/OptimaLTPro-Medium.woff") format("woff"),
    url("../font/OptimaLTPro-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Optima";
  src: url("../font/OptimaLTPro-Bold.woff2") format("woff2"),
    url("../font/OptimaLTPro-Bold.woff") format("woff"),
    url("../font/OptimaLTPro-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Optima";
  src: url("../font/OptimaLTPro-Black.woff2") format("woff2"),
    url("../font/OptimaLTPro-Black.woff") format("woff"),
    url("../font/OptimaLTPro-Black.eot") format("eot");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansKR";
  src: url("/font/NotoSansKR-Regular.woff2") format("woff2"),
    url("/font/NotoSansKR-Regular.woff") format("woff"),
    url("/font/NotoSansKR-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansKR";
  src: url("/font/NotoSansKR-Medium.woff2") format("woff2"),
    url("/font/NotoSansKR-Medium.woff") format("woff"),
    url("/font/NotoSansKR-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansKR";
  src: url("/font/NotoSansKR-Bold.woff2") format("woff2"),
    url("/font/NotoSansKR-Bold.woff") format("woff"),
    url("/font/NotoSansKR-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "hanwha";
  src: url("../font/02HanwhaR.woff2") format("woff2"),
    url("../font/02HanwhaR.woff") format("woff"),
    url("../font/02HanwhaR.eot") format("eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "hanwha";
  src: url("../font/01HanwhaB.woff2") format("woff2"),
    url("../font/01HanwhaB.woff") format("woff"),
    url("../font/01HanwhaB.eot") format("eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* jhk_default */
html {
  font-family:  "Optima", "NotoSansKR", -apple-system, Apple SD Gothic Neo,
    android sans fullback, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--white);
  color: var(--Black);
  
}
body:before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
}
body {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px;
  letter-spacing: -0.5px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
iframe,
th,
td {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd {
  font-weight: normal;
  word-break: keep-all;
}
img,
fieldset,
iframe,
button {
  border: 0 none;
}
li {
  list-style: none;
}
button {
  border: 0 none;
  font-family: "Optima", "NotoSansKR", -apple-system, Apple SD Gothic Neo,
    android sans fullback, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  border-collapse: collapse;
}
legend,
caption,
hr {
  display: none;
}
select,
input,
textarea {
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
i,
em,
u,
cite {
  font-style: normal;
}
strong {
  font-weight: 800;
}
a {
  text-decoration: none;
  outline-offset: -1px;
}

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

:root {
  --MUWAGREEN: #0E352D;
  --MUWALIGHTGREEN: #006544;
  --MUWALIGHTGREEN2: #C4CEC2;
  --MUWAWARMGRAY: #B9B1A9;
  --MUWALIGHTWARMGRAY:#E0DED9;
  --border: #ECECEC;
  --white: #fff;
  --Black: #232323;
  --Gray: #BFBFBF;
  --side-margin: 72px;

  -body-font-family: "Optima", "NotoSansKR", "serif" "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -body-font-size: 1rem;
  -body-font-weight: 400;
  -body-line-height: 1.5rem;
}