@font-face {
  font-family: "NEXON Lv1 Gothic OTF";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff")
    format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "KoddiUDOnGothic-Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/KoddiUDOnGothic-Regular.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700&family=Playfair+Display:ital,wght@1,700&display=swap");

@font-face {
  font-family: "TAEBAEKmilkyway";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/TAEBAEKmilkyway.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MapoGoldenPier";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoGoldenPierA.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: url("https://54thWorkshop.skkudramaclub.kr/src/bg.png");
  background-size: cover;
  background-position: center;
  color: white;
  margin: 0px;
  padding: 0px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* 로딩 화면 배경색 및 투명도 설정 */
  z-index: 9999; /* 다른 요소보다 위에 표시되도록 설정 */
}

#loading .load-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  text-align: center;
  font-family: "KoddiUDOnGothic-Regular";
}

.sidenav a {
  font-family: "KoddiUDOnGothic-Regular";
  padding: 12px 8px 8px 20px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: lightslategray;
}
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 70px;
  transition: 0.5s;
  transform: translateX(-100%);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.menu-button {
  padding: 1px 1px 1px 0px;
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 40px;
  z-index: 1;
  color: #ffffff;
  background-color: transparent; /* Button Background to Transparent */
  backdrop-filter: blur(10px); /* Blur Effect */
  outline: none; /* Removes outline */
  border-style: none;
}
.menu-button:active {
  transform: none; /* Removes click effect */
}

.main {
  padding-top: 70px;
  margin-left: 0;
  margin-bottom: 150px;
}

a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none;
}

footer {
  font-size: 10px;
  color: lightgray;
  font-family: "KoddiUDOnGothic-Regular";
  text-align: center;
  padding-bottom: 50px;
}

h1 {
  color: white;
  padding-left: 20px;
  cursor: pointer;
  font-family: "NEXON Lv1 Gothic OTF";
}

h6 {
  color: white;
  font-family: "KoddiUDOnGothic-Regular";
  text-align: center;
  padding: 20px;
}

h5 {
  color: white;
  font-family: "KoddiUDOnGothic-Regular";
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

#who {
  color: lightgray;
  text-align: right;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: lightgoldenrodyellow;
  font-family: "MapoGoldenPier";
  font-weight: 700;
}

footer {
  font-size: 10px;
  color: lightgray;
  font-family: "KoddiUDOnGothic-Regular";
  text-align: center;
  padding-bottom: 50px;
}

.say {
  margin-top: 100px;
  opacity: 0;
  transition: all 1s;
}

.sidenav .closebtn {
  font-size: 50px;
}
