@font-face {
  font-family: "labD";
  src: url("/font/LAB_digital.ttf") format("truetype");
  font-weight: normal;
  }
html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
* {
  font-family: "Noto Sans KR", sans-serif;
  box-sizing: border-box;
}
#bottom {
  position: fixed;
  bottom: 0;
  color: #fff;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px 10px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 90%);
  z-index: 2;
}
#bottom .plus-button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.splide__pagination {
  bottom: 20px !important;
}
.time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2rem;
}

.setting-layer {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
.setting-layer .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}
.setting-layer .in {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  /* border-radius: 20px;
  border: 2px solid #fff; */
  /* background: #000; */
  color: #fff;
  gap: 20px;
}
.setting-layer .in .button {
  border-radius: 20px;
  border: 2px solid #fff;
  background: #000;
  padding: 20px;
}

#no-image {
  width: 100vw;
  height: 100vh;
  background-image: url('/images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#upload-form {
  display: none;
}

#files nav {
  display: flex;
  padding: 0.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom : 1px solid #ccc;
  margin-bottom: 0.5rem;
}

#files nav .back-button {
  background: none;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #000;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
}
#files nav .file-button {
  background: none;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #2f0791;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
}
#files nav .delete-button {
  background: none;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #910707;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
}
