.pic-scale .pic, .pic-scale.pic {
  overflow: hidden;
}
.pic-scale .pic img, .pic-scale.pic img {
  transition: all 0.7s;
  transform: translateZ(0);
  will-change: transform;
}
.pic-scale:hover .pic img, .pic-scale:hover.pic img {
  transform: scale(1.05) !important;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}
img.pic-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
img.pic-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.pic-fill {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
img[src=""] {
  opacity: 0;
}

video.pic-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
video.pic-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
video.pic-fill {
  width: 100%;
  height: 100%;
  object-fit: fill;
}


.policy_page {
  padding: 2rem 0 1.6rem;
}
.policy_page .combj{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.policy_page .title {
  text-align: center;
  margin-bottom: 0.8rem;
}
.policy_page .html_cont {
  padding: 0 2rem;
  min-height: 40vh;
}
.policy_page .html_cont p {
  line-height: 1.5;
}
.policy_page .html_cont strong {
  font-weight: 600;
}


