#slider-box {
  width: 100%;
  margin: 0 auto;
  background: url("../common/images/holl.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  padding: 10px;
  display: table; }
  #slider-box #app {
    display: table-cell;
    vertical-align: middle; }
    #slider-box #app .next[data-v-43e93932], #slider-box #app .prev[data-v-43e93932] {
      color: #fff; }

.carousel-3d-container figure {
  margin: 0; }

.carousel-3d-container {
  height: 500px !important; }
  .carousel-3d-container a {
    display: block;
    width: 100%;
    height: 100%; }

.carousel-3d-slide {
  background-color: transparent !important;
  border: hidden !important; }

.carousel-3d-container figcaption {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 12px;
  min-width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem !important; }

.carousel-3d-slide.current figcaption {
  display: block; }

.img_ratio {
  position: relative !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%) !important; }

@media screen and (max-width: 767px) {
  main {
    margin-top: 58px !important; } }
