.section {
  font-family: "Pretendard-Regular";
  color: white;
}
.section h1 {
  position: relative;
  left: 25px;
  bottom: 30px;
  font-size: 3em;
}
.section p {
  margin-top: 23px;
  position: relative;
  left: 25px;
  bottom: 40px;
  font-size: small;
}

.s0 {
  background-image: url(../images/IMG_3739.png);
  background-size: cover;
}

.s1 {
  background-image: url(../images/IMG_3263.png);
  background-size: cover;
}
.s1 h1 {
  display: none;
}
.s1 p {
  display: none;
}

.s2 {
  background-image: url(../images/pexels-life-of-pix-8892.jpg);
  background-size: cover;
}
.s2 h1 {
  display: none;
}
.s2 p {
  display: none;
}

.fp-controlArrow {
  display: none;
}

#fp-nav ul li a span {
  background-color: white;
}

.footer {
  font-family: "Pretendard-Regular";
  font-size: small;
  color: white;
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 5;
}

@font-face {
  font-family: "twayair";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayair.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  color: white;
  background-color: rgba(53, 52, 52, 0.452);
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
}
header div {
  width: 97%;
  height: 60px;
  margin: 0 auto;
}
header div h1 {
  margin-left: 0px;
}
header div ul {
  margin-right: 100px;
}
header .logo img {
  margin-top: 10px;
  height: 40px;
  float: left;
}
header ul {
  float: right;
}
header ul li {
  margin-top: 22px;
  display: inline-block;
  margin-left: 30px;
}
header ul li:first-child {
  margin: 0;
}/*# sourceMappingURL=main.css.map */