html {
  font-size: 9px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
.photo h4 {
  display: table;
  font-size: 3.5rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 0 auto 2rem;
}
.photo h4 i,
.photo h4 span {
  display: table-cell;
  vertical-align: middle;
}
.photo h4 i {
  color: #016118;
  padding: 0 10px;
}
.photo .style-table th,
.photo .style-table td {
  text-align: left;
  padding: 1.2rem 0.8rem;
}
.photo .style-table th {
  padding-left: 3rem;
  white-space: nowrap;
}
.photo .style-search-form select {
  width: 10rem !important;
}
.photo .style-list {
  border-top: 3px solid #000;
  margin-top: 1rem;
}
.photo .style-list .nodata,
.photo .style-list .nodata2 {
  padding-top: 5rem;
}
.photo .style-list > ul {
  width: 100%;
  max-width: 120rem;
}
.photo .style-list > ul > li {
  text-align: center;
}
.photo .style-list > ul > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.photo .style-list > ul > li > a:before {
  content: '\f055';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  font-size: 6rem;
  color: #fff;
  margin-top: -3rem;
  margin-left: -3rem;
}
.photo .style-list > ul > li > a > span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem 0;
  text-align: center;
}
.photo .style-list > ul > li > a:focus:before,
.photo .style-list > ul > li > a:hover:before {
  z-index: 1;
}
.photo .style-list > ul > li > a:focus img,
.photo .style-list > ul > li > a:hover img {
  filter: brightness(60%);
}
@media only screen and (min-width: 993px) {
  .photo .style-list > ul > li > a {
    width: 100%;
    min-height: 30rem;
  }
}
.nodata2 {
  display: table;
  margin: 2rem auto;
  min-height: 50rem;
  width: 80%;
  background: url('../../skin/images/ei_photo_bg.png') no-repeat center;
  background-size: cover;
}
.nodata2 p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.nodata2 p span.tit {
  display: block;
  color: #FFF;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: -1;
  margin-top: 2rem;
  padding: 3rem;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.7);
}
