.main {
  padding-top: 0;
}

.work-info {
  position: fixed;
  bottom: 9px;
  left: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #181d4b;
  border: #ccc solid 1px;
  cursor: pointer;
}
.work-info-box {
  position: fixed;
  bottom: 50px;
  left: 0;
  height: 420px;
  width: 100%;
  max-width: 400px;
  max-height: calc(100% - 110px);
  color: #FFF;
  background: rgba(24, 29, 75, 0.7);
  padding: 30px;
  font-size: 1em;
  box-sizing: border-box;
}
.work-info-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.work-info-close img {
  width: 20px;
}
.work-share {
  position: fixed;
  bottom: 9px;
  right: 55px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #181d4b;
  border: #ccc solid 1px;
  cursor: pointer;
}
.work-share-box {
  position: fixed;
  padding: 10px;
  bottom: 50px;
  right: 0;
  background: rgba(24, 29, 75, 0.7);
  display: none;
}
.work-share-box i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: #FFF solid 1px;
  color: #FFF;
  margin: 5px;
}
.work-close {
  position: fixed;
  bottom: 9px;
  right: 15px;
  border: #ccc solid 1px;
  height: 30px;
}
.work-full {
  position: fixed;
  bottom: 9px;
  right: 95px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #181d4b;
  border: #ccc solid 1px;
  cursor: pointer;
}

.compress {
  display: none;
}
.show-all .compress {
  display: inline-block;
}

.show-all .expand {
  display: none;
}

#close {
  width: 20px;
  height: 20px;
  margin: 5px;
}
#close path {
  stroke: #181d4b;
}

.page-title {
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 30px;
}
.page-title span {
  padding: 0;
}

.page-text {
  width: auto;
}
.page-text h2 {
  text-align: left;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 1em;
}
.page-text p {
  font-size: 0.85em;
  line-height: 2;
}
.page-text-inner {
  max-height: 100%;
  overflow: auto;
}

.fotorama__arr {
  background-color: rgba(24, 29, 75, 0.3);
}
.fotorama__arr:hover {
  background-color: #181d4b;
}

.fotorama__nav-wrap {
  margin: 0 140px;
}

@media screen and (max-width: 640px) {
  .fotorama__nav-wrap {
    margin: 0 140px 0 60px;
  }
}
