@charset "UTF-8";
.scrollnon::-webkit-scrollbar {
  display: none;
}

.ellipsis {
  min-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* 말줄임 적용 */
}

html {
  height: 100%;
}
html body {
  height: 100%;
}
html body div.navbar {
  padding-right: 100px;
  padding-left: 100px;
}
html body div.content {
  height: 100%;
  padding: 0;
  margin: 0;
}
html body div.content div.section1 {
  background-color: hsla(150, 100%, 50%, 0.02);
  padding: 0;
}
html body div.content div.section1 header.masthead {
  padding-top: 168px;
  padding-bottom: 96px;
}
html body div.content div.section1 header.masthead div.container a.btn {
  padding: 15px;
}
html body div.content div.section2 {
  position: relative;
}
html body div.content div.section2 div {
  padding: 10px;
}
html body div.content div.section2 div:nth-child(1) {
  background-color: hsla(120, 100%, 50%, 0.02);
  padding: 10px 0;
}
html body div.content div.section2 div:nth-child(1) div.masthead-subheading {
  text-align: center;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 800;
}
html body div.content div.section2 div:nth-child(1) div.masthead-subheading a.btn {
  padding: 3px 10px;
  border: none;
}
html body div.content div.section2 div:nth-child(1) img {
  display: block;
  margin: 10px auto;
}
html body div.content div.section2 div:nth-child(2) {
  background-color: hsla(240, 100%, 50%, 0.02);
}

/*# sourceMappingURL=index.css.map */
