﻿.bossgoo-index-application5 .maintitle {
  text-transform: uppercase;
  color: var(--themeColor);
  position: relative;
}

.bossgoo-index-application5 .maintitle:after {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: var(--themeColor);
  left: 50%;
  transform: translateX(-50%);
  top: 115%;
}

.bossgoo-index-application5 .appbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.bossgoo-index-application5 .appbar .appbox {
  width: 49%;
  height: auto;
  position: relative;
}

.bossgoo-index-application5 .appbar .appbox .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 67.48%;
  position: relative;
}

.bossgoo-index-application5 .appbar .appbox .imgbox .innerbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-application5 .appbar .appbox .imgbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-application5 .appbar p a{
  position: absolute;
  left: 10%;
  bottom: 8%;
  width: 54%;
  font-size: 32px;
  text-transform: uppercase;
  color: white;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.bossgoo-index-application5 .appbar p:before {
  content: "-";
  position: absolute;
  left: -5%;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-application5 .wrap {
    min-width: 300px;
  }
  .bossgoo-index-application5 .maintitle {
    line-height: 1.5;
  }
  .bossgoo-index-application5 .maintitle:after {
    display: none;
  }
  .bossgoo-index-application5 .appbar {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .bossgoo-index-application5 .appbar .appbox {
    width: 100%;
  }
  .bossgoo-index-application5 .appbar p {
    width: 65%;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.5;
  }
  .bossgoo-index-application5 .appbar p:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-application5 .appbar p {
    transform: translate(-50%, -50%);
    font-size: 0.36rem;
  }
}