@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;
}

@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;
}

* {
  background-color: black;
}

body {
  color: white;
  margin-top: 0px;
  margin-bottom: 8px;
}

#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;
  background-color: #111; /* 배경 색상을 #111로 설정 */
  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: 30px;
  margin-left: 0;
  transition: margin-left 0.5s;
  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;
  margin-left: 20px;
  cursor: pointer;
  font-family: "NEXON Lv1 Gothic OTF";
}

h6 {
  text-align: center;
  font-family: "KoddiUDOnGothic-Regular";
  margin-top: 5px;
  margin-bottom: 5px;
}

.mem1,
.mem2,
.mem3,
.mem4 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  justify-content: space-between;
  margin-right: 10px;
}

h3 {
  font-family: "MapoGoldenPier";
  color: lightpink;
  margin-left: 10px;
  margin-right: 10px;
}

.plan1,
.plan2,
.plan3,
.light1,
.light2,
.light3,
.cloth1,
.cloth2,
.stage1,
.stage2,
.stage3,
.stage4,
.mr,
.yj,
.pds {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sound1,
.sound2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  font-family: "TAEBAEKmilkyway";
  color: wheat;
  font-size: 9px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

#leader {
  font-family: "KoddiUDOnGothic-Regular";
}

h5 {
  text-align: left;
  font-family: "KoddiUDOnGothic-Regular";
  margin-top: 5px;
  margin-bottom: 5px;
}

.says {
  text-align: right;
}

h4 {
  margin-right: 10px;
  margin-top: 5px;
  font-family: "MapoGoldenPier";
}

.pd1,
.pd2 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 90px;
}

.pd1 {
  margin-right: 10px;
}

.campus {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cast {
  margin-bottom: 2px;
}

.mr,
.yj {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#cam {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#thanks {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team {
  margin-top: 100px;
  opacity: 0;
  transition: all 1s;
}

.sidenav .closebtn {
  font-size: 50px;
}
