@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

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

a:focus,
a:hover {
  color: #E65E87;
  text-decoration: underline;
}

body,
td,
th,
tr,
p,
a {
  font-family: 'Pretendard', Verdana, Helvetica, sans-serif;
  font-size: 15px;
}

.top-nav {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 18px 20px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.top-nav a {
  color: #111;
  font-size: 15px;
  font-weight: inherit;
}

.top-links {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.top-nav a:focus,
.top-nav a:hover {
  color: #E65E87;
  text-decoration: underline;
}

strong {
  font-family: 'Pretendard', Verdana, Helvetica, sans-serif;
  font-size: 15px;
}

h2 {
  margin: 0;
  font-weight: normal;
  font-family: 'Pretendard', Verdana, Helvetica, sans-serif;
  font-size: 22px;
}

.papertitle {
  font-family: 'Pretendard', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.name {
  padding-top: 20px;
  margin: 0;
  font-family: 'Pretendard', Verdana, Helvetica, sans-serif;
  font-size: 32px;
}

.one {
  width: 160px;
  height: 160px;
  position: relative;
}

.two {
  width: 160px;
  height: 160px;
  position: absolute;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.fade {
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

span.highlight {
  background-color: #ffffd0;
}

.colored-box {
    color: black;
    padding: 20px;
    display: inline-block;
    border-radius: 10px;
}
