html {
  font-size: 17px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #040000;
  font-weight: 400;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  letter-spacing: -0.05em;
}


a {
  color: #040000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.bold,
strong,
b {
  font-weight: 700;
}

.txt-xl {
  font-size: 2.3rem;
}

.txt-lg {
  font-size: 1.9rem;
}

.txt-sm {
  font-size: .8rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: .5em; 
  font-family: futura-pt, 'Noto Sans KR', sans-serif;
  font-style: normal;
  color: #040000;
  letter-spacing: -.06em;
}

h1 {font-size: 1.875em;}
h2 {font-size: 1.625em;}
h3 {font-size: 1.375em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.125em;}
h6 {font-size: 1.0em;}
p {margin-bottom: 1.0em;}


.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}


.font-100 {font-weight: 100;}
.font-300 {font-weight: 300;}
.font-400 {font-weight: 400;}
.font-500 {font-weight: 500;}
.font-600 {font-weight: 600;}
.font-700 {font-weight: 700;}


blockquote {
    margin: 20px 0 30px;
    padding-left: 20px;
    border-left: 5px solid #34495e;
}

blockquote p {
  font-weight: 700;
}

blockquote, q {
    quotes: none;
}

body, 
p {
    font-weight: 300; 
    letter-spacing: -.04em; 
    color: #040000;
    line-height: 1.7em;
}



@media screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}


@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}


