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

* {
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 12px;
}


body {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100vh;
  overflow: hidden;
  background: #ffffff;
  font-family: "산작";
  word-break: keep-all;
}


a, a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

h1 {
  font-family: "Futura";
  font-size: 2.8rem;
  font-weight: 400;
  color: #000000;
  margin: 0;
  text-align: center;
}

h2 {
  font-family: "J옛고딕";
  font-size: 2.8rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-align: center;
}


.figure { 
  width: 100%; 
  margin: 0 auto; 
  text-align: center; 
}

.figure img { 
  max-width: 100%;
}

figcaption {
  font-family: "Pretendard", sans-serif;
  font-size: 1em;
  text-align: center;
}


.main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main h1 {
  position: absolute;
  bottom: 1.5rem;
}

.contents {
  max-width: 980px;
  margin: 10vh auto;
  padding: 0 1rem;
}

.contents p {
  font-size: 1.7rem;
  line-height: 1.7em;
  padding-bottom: 0;
}

.contents p span {
  font-family: "바탕";
  font-size: 1em;
}

.column {
  flex: 1;
  overflow-y: scroll;
  padding: 20px;
  box-sizing: border-box;
}
.column:nth-child(1) {
  background-color: #ffffff;
}
.column:nth-child(2) {
  background-color: #ffffff;
}
.column:nth-child(3) {
  background-color: #ffffff;
}