@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

.dentevent-body {
  margin: 0;
  padding: 0 0 100px 0;
}

.denthub-layout,
.dentevent-layout {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.denthub-layout .dentevent-images img,
.denthub-layout .dentevent-images video,
.dentevent-layout .dentevent-images img,
.dentevent-layout .dentevent-images video {
  width: 100%;
  display: block;
}

.denthub-layout footer img,
.dentevent-layout footer img {
  width: 100%;
  display: block;
  margin-top: 3%;
}

.dentevent-footer {
  width: 100%;
  max-width: 768px;
  margin: 20px auto 100px;
  background-color: #c0c0c0;
  padding: 15px 10px;
  text-align: center;
  box-sizing: border-box;
}

.dentevent-footer .footer-content {
  font-family: "GmarketSansMedium", sans-serif;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.dentevent-footer .company-name {
  font-size: clamp(11px, 1.4vw, 14px);
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #747474;
  width: 90%;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.dentevent-footer .disclaimer {
  font-size: clamp(9px, 1.3vw, 13px);
  color: #000000;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .dentevent-body {
    padding: 0;
  }
  .denthub-layout,
  .dentevent-layout {
    max-width: none;
  }
  .denthub-layout .dentevent-images img,
  .dentevent-layout .dentevent-images img {
    width: 100%;
    display: block;
  }
}
.dentevent-complete {
  margin: 0 auto;
  max-width: 768px;
}
.dentevent-complete img {
  width: 100%;
}
.dentevent-scroll-wrapper {
  width: 100%;
  height: 15vw;
  max-height: 200px;
  min-height: 130px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dentevent-scroll-box {
  width: 70%;
  height: 80%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
.dentevent-scroll-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: dentevent-scroll-up 10s linear infinite;
}
.dentevent-scroll-item {
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
  font-size: clamp(12px, 3vw, 20px);
  padding: 1%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@keyframes dentevent-scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
