.ebg-module-speaker-pop-up {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9999;
}
.ebg-module-speaker-pop-up .ebg-con {
  padding: 80px 60px 60px;
  width: 46.875%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.ebg-module-speaker-pop-up .ebg-con .name {
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.ebg-module-speaker-pop-up .ebg-con .job {
  font-size: 16px;
  color: #666;
  margin-bottom: 6px;
}
@media (max-width: 750px) {
  .ebg-module-speaker-pop-up .ebg-con .job {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.ebg-module-speaker-pop-up .ebg-con .comp {
  font-size: 16px;
  color: #999;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .ebg-module-speaker-pop-up .ebg-con .comp {
    font-size: 14px;
  }
}
.ebg-module-speaker-pop-up .ebg-con .introduce {
  padding-right: 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  max-height: 269px;
  overflow-y: auto;
}
.ebg-module-speaker-pop-up .ebg-con .introduce p {
  margin-bottom: 16px;
}
.ebg-module-speaker-pop-up .ebg-con .introduce p:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .ebg-module-speaker-pop-up .ebg-con .introduce {
    font-size: 14px;
  }
}
.ebg-module-speaker-pop-up .ebg-con .close-btn {
  font-size: 34px;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #9c9c9c;
  transform: rotate(0);
  transition: 0.65s;
  background: url(/Assets/enp/v2/img/ebg-module-speaker/close.png) no-repeat left top / 20px 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.ebg-module-speaker-pop-up .ebg-con .close-btn:hover {
  transform: rotate(360deg);
}
@media (max-width: 750px) {
  .ebg-module-speaker-pop-up .ebg-con .close-btn {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1200px) {
  .ebg-module-speaker-pop-up .ebg-con {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .ebg-module-speaker-pop-up .ebg-con {
    width: 75%;
    padding: 60px 45px 45px;
  }
}
@media (max-width: 750px) {
  .ebg-module-speaker-pop-up .ebg-con {
    width: calc(100% - 30px);
    padding: 60px 20px 20px;
  }
}
