body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1,
h2,
h4,
h6 {
  font-family: "Nanum Myeongjo", "Garamond", serif !important;
  font-weight: 900;
  font-size: 40px;
}

h3,
h5 {
  font-family: "Nanum Myeongjo", "Garamond", serif !important;
  font-weight: bold;
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 8px;
}

h5 + p {
  margin-top: 8px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 8px;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

#content {
  text-align: left;
  width: 650px;
  padding: 32px 32px 32px 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  margin-top: 30px;
  margin-bottom: 30px;
}

#content h1,
#content h2,
#content h3 {
  margin: 0;
}

#content h2 {
  margin-top: 2em;
}

#content .byline,
#content .byline a,
#content .note {
  font-size: 10px;
  color: #aaa;
}

#content p,
#content ul {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 12px;
}

#content sup.note {
  display: inline-block;
  margin-top: -5px;
}

#content p.notop {
  margin-top: 0;
}

#content .thanks {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #eee;
  margin-bottom: 4em;
  font-size: smaller;
  color: #777;
}

#content .thanks a {
  color: #777;
}

#content li {
  margin-bottom: 0.7em;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.front-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: calc(100vh - 72px);
  align-items: center;
}

.banner {
  flex: 0.5 0 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 20px;
  margin-right: 80px;
}

.banner img {
  max-width: 100%;
  height: auto;
}

.body-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  min-height: unset;
}

.about-photo {
  display: block;
  margin-bottom: 16px;
}

h5 {
  margin-bottom: 24px;
}

h5 + p {
  margin-top: 24px;
}

#content ul {
  margin-bottom: 12px;
}


