#photo {
  display: none;
  padding-bottom: 30px;
}
@font-face {
  font-family: 'Semibold';
  src: url('https://d13pvy8xd75yde.cloudfront.net/global/tablets/fonts/HurmeGeometricSans_No3_6_Bold.otf') format('opentype');
}
@font-face {
  font-family: 'HurmeGeometricSans_No3_4_Regular';
  src: url('https://d13pvy8xd75yde.cloudfront.net/global/tablets/fonts/HurmeGeometricSans_No3_4_Regular.otf') format('opentype');
}
#photo li,
#photo ul,
#photo p {
  list-style: none;
  margin: unset;
  padding: unset;
}
#photo .vote_num {
  font-size: 2.604vw;
  font-family: 'Semibold';
}
@media screen and (max-width: 1080px) {
  #photo .vote_num {
    font-size: 5vw;
  }
}
#photo .type {
  position: relative;
}
#photo .type .typeBox {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 48.9vw;
  margin: auto;
  left: 17vw;
  flex-flow: column;
  height: 38.59375vw;
}
#photo .type .typeBox ul {
  display: flex;
  flex-flow: column;
  color: #fff;
  margin: unset;
  row-gap: 0;
  background: #000;
  border-radius: 1.5625vw;
  height: 8.71875vw;
  justify-content: center;
  padding: 0 5.208vw;
}
@media screen and (max-width: 1080px) {
  #photo .type .typeBox ul {
    height: 10.648vw;
    padding: 0 6.389vw;
  }
}
#photo .type .typeBox ul li {
  position: relative;
  font-size: 1.302vw;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  #photo .type .typeBox ul li {
    font-size: 1.667vw;
  }
}
#photo .type .typeBox ul li span {
  margin-left: 0.521vw;
  width: fit-content;
  overflow: hidden;
  position: absolute;
}
#photo .type .typeBox ul li:last-child {
  font-size: 1.5625vw;
  font-family: 'Semibold';
  font-style: italic;
}
@media screen and (max-width: 1080px) {
  #photo .type .typeBox ul li:last-child {
    font-size: 1.667vw;
  }
}
#photo .type .typeBox ul li:last-child:after {
  content: '';
  width: 0.78125vw;
  height: 0.78125vw;
  background: red;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -1.5vw;
  top: 0.7vw;
}
@media screen and (max-width: 1080px) {
  #photo .type .typeBox ul li:last-child:after {
    top: 0.278vw;
    width: 1.389vw;
    height: 1.389vw;
    left: -1.852vw;
  }
}
@keyframes w_w {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
#photo .type .typeBox ul:hover > li > span {
  color: red;
  animation: w_w 2s ease-in-out;
  animation-iteration-count: infinite;
}
#photo .loaderBox {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#photo .loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 30%, #0000 0 70%, #000 0) 50%/8% 100%, linear-gradient(90deg, rgba(0, 0, 0, 0.25) 30%, #0000 0 70%, rgba(0, 0, 0, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
#photo .loader::before,
#photo .loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
#photo .loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}
#photo .pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000000;
  z-index: 999;
}
#photo .pop-up .swiper {
  position: relative;
  height: 100vh;
}
#photo .pop-up .swiper .swiper-slide {
  height: auto;
}
#photo .pop-up .swiper .swiper-slide .LikedBox,
#photo .pop-up .swiper .swiper-slide .yesLikedBox {
  position: relative;
  width: 5.208vw;
  height: 5.208vw;
}
@media screen and (max-width: 1080px) {
  #photo .pop-up .swiper .swiper-slide .LikedBox,
  #photo .pop-up .swiper .swiper-slide .yesLikedBox {
    width: 10vw;
    height: 10vw;
  }
}
#photo .pop-up .swiper .swiper-slide .name_title {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 5.208vw;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #photo .pop-up .swiper .swiper-slide .name_title {
    height: 12.037vw;
  }
}
#photo .pop-up .swiper .swiper-slide .name_title > span {
  font-size: 2.604vw;
}
@media screen and (max-width: 1080px) {
  #photo .pop-up .swiper .swiper-slide .name_title > span {
    font-size: 5vw;
  }
}
#photo .pop-up .swiper .swiper-slide .name_title > span:last-child {
  text-align: right;
}
#photo .pop-up .swiper .swiper_img {
  width: 90%;
  height: 70%;
  object-fit: contain;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
}
#photo .pop-up .swiper .img_detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: end;
  color: #fff;
  font-size: 1.5625vw;
}
#photo .pop-up .swiper .img_detail > div {
  padding: 0 1.5625vw;
}
@media screen and (max-width: 1080px) {
  #photo .pop-up .swiper .img_detail > div {
    padding: 0 2.778vw;
  }
}
#photo .pop-up .swiper .swiper-button-next,
#photo .pop-up .swiper .swiper-button-prev {
  color: #fff;
  background: #999999bd;
  width: 4.167vw;
  height: 4.167vw;
  border-radius: 50%;
  padding: 1.5625vw;
}
@media screen and (max-width: 1080px) {
  #photo .pop-up .swiper .swiper-button-next,
  #photo .pop-up .swiper .swiper-button-prev {
    width: 10vw;
    height: 10vw;
  }
}
#photo .pop-up .swiper .swiper-button-next:after,
#photo .pop-up .swiper .swiper-rtl .swiper-button-prev:after,
#photo .pop-up .swiper .swiper-button-prev:after,
#photo .pop-up .swiper .swiper-rtl .swiper-button-next:after {
  font-size: 2.604vw;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  #photo .pop-up .swiper .swiper-button-next:after,
  #photo .pop-up .swiper .swiper-rtl .swiper-button-prev:after,
  #photo .pop-up .swiper .swiper-button-prev:after,
  #photo .pop-up .swiper .swiper-rtl .swiper-button-next:after {
    font-size: 5.171875vw;
  }
}
#photo .pop-up .icon-close {
  position: absolute;
  background: #999999bd;
  top: 1.171875vw;
  right: 0.521vw;
  border-radius: 50%;
  width: 4.167vw;
  height: 4.167vw;
  transition: transform 0.3s linear, background-color 0.3s linear, -webkit-transform 0.3s linear;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #photo .pop-up .icon-close {
    width: 10vw;
    height: 10vw;
    top: 10.171875vw;
  }
}
#photo .pop-up .icon-close:hover {
  transform: rotate(90deg);
}
#photo .pop-up .icon-close:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.167vw;
  height: 4.167vw;
  font-size: 2.604vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #photo .pop-up .icon-close:before {
    font-size: 7.171875vw;
    width: 10vw;
    height: 10vw;
  }
}
#photo .LikedBox {
  background: url("./NoLike.png") no-repeat;
  width: 1.5625vw;
  height: 1.5625vw;
  background-size: 100%;
  transition: all 0.3s ease;
}
#photo .yesLikedBox {
  background: url("./Like.png") no-repeat;
  width: 1.5625vw;
  height: 1.5625vw;
  background-size: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px) {
  #photo .LikedBox,
  #photo .yesLikedBox {
    width: 9.259vw;
    height: 9.259vw;
  }
}
#photo .LikedBox:hover,
#photo .yesLikedBox:hover {
  cursor: pointer;
}
#photo ul {
  display: grid;
  grid-template-columns: repeat(5, 14.583vw);
  justify-content: space-between;
  margin: 9.417vw 9.854vw;
  row-gap: 3.646vw;
}
@media screen and (max-width: 1080px) {
  #photo ul {
    grid-template-columns: repeat(1, 100%);
    gap: 9.259vw;
  }
}
#photo ul li > div {
  overflow: hidden;
  border-radius: 1.042vw;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #photo ul li > div {
    border-radius: 3.704vw;
  }
}
#photo ul li > div > div {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-flow: row-reverse;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #66666654;
  color: #fff;
  font-weight: 600;
  padding: 0 1.042vw 0 0;
  gap: 0.5vw;
  height: 2vw;
}
@media screen and (max-width: 1080px) {
  #photo ul li > div > div {
    padding: 0 3.704vw 0 0;
    gap: 3vw;
    height: 11vw;
  }
}
@media screen and (min-width: 1081px) {
  #photo ul li > div:hover .LikedBox {
    background: url("./Like.png") no-repeat;
    background-size: 100%;
  }
}
#photo ul li .enlarge {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 4.167vw;
  height: 4.167vw;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (max-width: 1080px) {
  #photo ul li .enlarge {
    width: 9.259vw;
    height: 9.259vw;
  }
}
#photo ul li .photo_img {
  width: 100%;
  height: 14.583vw;
  object-fit: cover;
}
@media screen and (max-width: 1080px) {
  #photo ul li .photo_img {
    height: 65vw;
  }
}
#photo ul li .photo_dateil {
  display: flex;
  flex-flow: column;
  padding-top: 0.521vw;
  text-align: center;
  font-size: 1.302vw;
  font-family: 'Semibold';
}
@media screen and (max-width: 1080px) {
  #photo ul li .photo_dateil {
    font-size: 4.704vw;
  }
}
#photo ul li .photo_dateil .photo_btn:hover {
  cursor: pointer;
}
#photo .Pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 1.953125vw;
}
@media screen and (max-width: 1080px) {
  #photo .Pagination > p {
    font-size: 3.704vw;
  }
}
#photo .Forward {
  height: 50px;
  position: fixed;
  width: 50px;
  z-index: 99;
  bottom: 5%;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  right: 10px;
  box-shadow: 0px 0px 10px #999;
}
#photo .return {
  background: #50635D;
  color: #fff;
  position: fixed;
  width: fit-content;
  text-align: center;
  padding: 1.042vw;
  border-radius: 50%;
  bottom: 15%;
  right: 0;
  z-index: 99;
  box-shadow: 0vw 0vw 0.521vw #999;
  font-family: 'Semibold';
}
@media screen and (max-width: 1080px) {
  #photo .return {
    font-size: 10px;
    padding: 10px;
  }
}
#country-change-selector {
  margin-left: 0;
}
.row > * {
  max-width: none;
  width: auto;
}
@media (max-width: 767px) {
  footer.global-footer .directory-footer .slogan-col {
    right: 0;
    left: 0;
  }
}
/*# sourceMappingURL=index.css.map */