.app-wrapper[data-view-exhibit-wrapper="true"] {
  --890a5922: 0.5;
  --8d74114e: rgba(27, 27, 27, 0.8);
  --21c5b998: white;
  --627080e5: 1.1vw;
  --4c1f0770: gray;
  --2e402912: white;
  --88bd9ac8: black;
}

.view-exhibit-content {
  color: black;
  font-size: 1em;
  border-color: gray;
}

.view-exhibit-list-block {
  --57fc6b27: var(--2e402912);
  --7cae421e: var(--4c1f0770);
  height: 100%;
  margin: 0 1rem;
  padding: 2rem;
  justify-content: center;
  background-color: var(--57fc6b27);
  border: solid 1px var(--7cae421e);
}

.view-exhibit-page .content {
  margin-top: 2%;
  border-top: 2px solid var(--7cae421e);
  border-bottom: 2px solid var(--7cae421e);
}

.view-exhibit-page .result {
  gap: 5%;
  margin: 1rem 3rem 0;
}

.view-exhibit-page .view-exhibit-image-viewer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.view-exhibit-page .view-exhibit-image-viewer.is-open {
  display: block;
}

.view-exhibit-page .viewer-mode-icon {
  display: none;
}

.view-exhibit-page .viewer-mode-icon.is-active {
  display: inline;
}

.view-exhibit-page .el-image-viewer__img {
  height: 95%;
  object-fit: contain;
}

.view-exhibit-page .el-image-viewer__close,
.view-exhibit-page .el-image-viewer__prev,
.view-exhibit-page .el-image-viewer__next {
  font-size: 30px;
  font-weight: bold;
}

.view-exhibit-page .el-image-viewer__actions__inner {
  font-size: 30px;
}

.view-exhibit-page .el-image-viewer__btn {
  background-color: black !important;
}

.view-exhibit-page .el-image-viewer__mask {
  background-color: black;
  opacity: 0.8;
}

.view-exhibit-page .label-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.view-exhibit-page .tournamentLabel,
.view-exhibit-page .folderLabel {
  font-size: 1em;
  text-align: center;
}

.view-exhibit-page .titleLabel {
  margin: 0;
  font-weight: inherit;
  font-size: 2em;
  text-align: center;
}

.view-exhibit-page .exhibit-area {
  display: flex;
  width: 95%;
  height: 95%;
  margin: 2% 0 2% 3%;
  gap: 20px;
  justify-content: center;
}

.view-exhibit-page .first-image-group,
.view-exhibit-page .second-image-group,
.view-exhibit-page .second-image {
  box-sizing: border-box;
}

.view-exhibit-page .first-image-group {
  display: flex;
  position: relative;
  width: 45vw;
  height: 30vw;
  align-items: center;
  justify-content: center;
  background-color: var(--2e402912);
  border: solid 1px var(--4c1f0770);
}

.view-exhibit-page .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  color: gray;
  font-size: 2.5vw;
  cursor: pointer;
}

.view-exhibit-page .first-image {
  display: flex;
  height: 25vw;
  justify-content: center;
  padding: 5% 2%;
}

.view-exhibit-page .first-image .el-image__inner {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
}

.view-exhibit-page .second-image-group {
  width: 35vw;
  height: 30vw;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--2e402912);
  border: solid 1px var(--4c1f0770);
}

.view-exhibit-page .second-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: 10%;
  padding: 2%;
}

.view-exhibit-page .second-image {
  display: grid;
  position: relative;
  width: 100%;
  height: 9vw;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px var(--4c1f0770);
}

.view-exhibit-page .second-image .el-image {
  width: 8.5vw;
  height: 8.5vw;
  padding: 1%;
}

.view-exhibit-page .second-image .el-image__inner {
  min-width: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.view-exhibit-page .icon-area {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.view-exhibit-page .icon-area .el-icon {
  display: grid;
  width: 9vw;
  margin: 0 auto;
  gap: 10px 10px;
  color: rgb(149, 148, 148);
  font-size: 3vw;
}

.view-exhibit-page .description-area {
  display: flex;
  width: 95%;
  height: 100%;
  margin: 2% 0 2% 3%;
  gap: 20px;
}

.view-exhibit-page .tag-section-area {
  width: 95%;
  height: 100%;
  margin: 2% 0 2% 3%;
  gap: 20px;
}

.view-exhibit-page .tag-name-btn {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  color: inherit;
  background-color: var(--2e402912);
  border-color: var(--4c1f0770);
}

.view-exhibit-page a.tag-name-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
}

@media (min-width: 621px) and (max-width: 1150px) {
  .view-exhibit-page .first-image-group {
    width: 55vw;
    height: 40vw;
  }

  .view-exhibit-page .first-image {
    height: 95%;
    padding: 5% 2%;
  }

  .view-exhibit-page .icon {
    font-size: 3.5vw;
  }

  .view-exhibit-page .second-image-group {
    width: 55vw;
    height: 40vw;
  }

  .view-exhibit-page .second-image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .view-exhibit-page .second-image {
    height: 15vw;
  }

  .view-exhibit-page .second-image .el-image {
    width: 13vw;
    height: 13vw;
    max-width: 13vw;
    max-height: 13vw;
  }

  .view-exhibit-page .icon-area .el-icon {
    width: 13vw;
  }

  .view-exhibit-page .description-area,
  .view-exhibit-page .tag-section-area,
  .view-exhibit-page .tag-name-btn {
    font-size: 1em;
  }
}

@media (max-width: 620px) {
  .view-exhibit-page .view-exhibit-list-block {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
  }

  .view-exhibit-page .content {
    padding: 0;
  }

  .view-exhibit-page .result {
    margin: 0;
  }

  .view-exhibit-page .el-link__inner {
    font-size: 3vw;
  }

  .view-exhibit-page .tournamentLabel,
  .view-exhibit-page .folderLabel {
    font-size: 2.5vw;
  }

  .view-exhibit-page .titleLabel {
    margin: 0;
    font-weight: inherit;
    font-size: 4vw;
  }

  .view-exhibit-page .exhibit-area {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .view-exhibit-page .first-image-group {
    width: 100%;
    height: 60vw;
    margin: 2% 0;
    border: none;
  }

  .view-exhibit-page .first-image {
    height: 95%;
    padding: 5% 2%;
  }

  .view-exhibit-page .icon {
    font-size: 5.5vw;
  }

  .view-exhibit-page .second-image-group {
    width: 100%;
    height: 100%;
    margin: 2% 0;
    overflow-x: auto;
    border: none;
    background-color: transparent !important;
  }

  .view-exhibit-page .second-image-grid {
    display: flex;
    width: max-content;
    gap: 10px;
    padding: 1%;
  }

  .view-exhibit-page .second-image {
    width: 25vw;
    height: 25vw;
    padding: 0 5px;
    background: white;
  }

  .view-exhibit-page .second-image .el-image {
    width: 24vw;
    height: 24vw;
  }

  .view-exhibit-page .description-area {
    width: 95%;
    margin: 5% 0 0 2%;
    font-size: 3vw;
  }

  .view-exhibit-page .tag-section-area {
    width: 95%;
    margin: 5% 0 5% 2%;
    font-size: 3vw;
  }

  .view-exhibit-page .tag-name-btn {
    font-size: 3vw;
  }

  .view-exhibit-page .second-image-group::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .view-exhibit-page .second-image-group::-webkit-scrollbar-track {
    background: #eee;
  }

  .view-exhibit-page .second-image-group::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }

  .view-exhibit-page .second-image-group::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}
