.un_corporate_panel_linkBg::before {
  background-image: none !important;
}

.president_img {
  width: 100%;
  position: relative;
}
.president_img img {
  width: 100%;
}
.president_img a {
  transition: opacity 0.3s ease;
}
.president_img a:hover {
  opacity: 0.8;
}

.arrow_icon {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 16px;
  z-index: 1;
  background-image: url(../../assets/img/common/ico_arrow_wh.svg);
  bottom: 3rem;
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .arrow_icon {
    width: 45px;
    bottom: 0.5rem;
    right: 2rem;
  }
}/*# sourceMappingURL=corporate-top.css.map */