@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");

* {
  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: "Pretendard", sans-serif;
  word-break: keep-all;
}

h1 {
  font-family:"Pretendard", sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.7em;
  padding-bottom: 0;
}

h2 {
  font-family:"Pretendard", sans-serif;
  font-weight: 400;
  color: #ff0000;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.7em;
  padding-bottom: 0;
}


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

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

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

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

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

.contents p span {
  font-family: "Tangerine";
  font-size: 12em;
  line-height: 1.8em;
  text-align: center;
}

.column {
  flex: 1;
  overflow-y: scroll;
  padding: 40px;
  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;
}

body{
  -ms-overflow-style: none;
  }
 ::-webkit-scrollbar {
   display: none;
 }
 