@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&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 {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  background-color: #000000;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin: 0;
}

#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 {
  text-align: center;
  padding-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  transition: margin-left 0.5s;
  padding-bottom: 50px;
  margin-top: 50px;
  padding-left: 8px;
  padding-right: 8px;
}

.video-container {
  position: relative;
  width: 100%;
  /*  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

video {
  width: 100%;
  height: auto;
}

#poster {
  /*margin:auto;*/
  display: block;
  text-align: center;
  margin: 0;
}

.info {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 10px;
  font-family: "NEXON Lv1 Gothic OTF";
}

.address {
  color: #f5deb3;
}

.ticket_button {
  text-decoration: none !important;
  text-align: center;
  width: 300px;
  height: 20px;
  background-color: wheat;
  color: black;
  padding: 10px;
  font-family: "KoddiUDOnGothic-Regular";
  margin-left: auto;
  margin-right: auto;
}

a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none;
}

h2 {
  font-family: "MapoGoldenPier";
  color: white;
}

h3 {
  text-align: center;
  font-family: "KoddiUDOnGothic-Regular";
  color: white;
}

h5 {
  text-align: center;
  font-family: "KoddiUDOnGothic-Regular";
  color: white;
}

h6 {
  color: lightgrey !important;
  text-align: center;
  text-decoration: none;
  font-family: "KoddiUDOnGothic-Regular";
}

p {
  align-content: center;
  font-family: "KoddiUDOnGothic-Regular";
}

#insta {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: lightgray;
}

#insta a {
  color: lightgray;
  text-decoration: none;
}

#insta a:hover {
  color: gray;
}

#phone {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: lightgrey !important;
  font-family: "KoddiUDOnGothic-Regular";
}

footer {
  font-size: 10px;
  color: lightgray;
  font-family: "KoddiUDOnGothic-Regular";
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#name,
#date {
  color: white;
  font-family: "KoddiUDOnGothic-Regular";
  font-size: 10px;
}
