.layer-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.layer-wrap.main {
  background-color: rgba(0, 0, 0, 0.5);
  width:100%;
}
.layer-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.speaker_pop {
  width: 664px;
  /*height:472px;*/
  padding-top: 86px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
}
.speaker_pop .pop_img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.speaker_pop .pop_img span {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  background: #d7d7d7;
}
.speaker_pop .pop_img img {
  width: 100%;
}
.speaker_pop .pop_info {
  width: 100%;
  height: auto;
  /*height:386px;*/
  background: #fff;
  border-radius: 16px;
  text-align: center;
  position: relative;
}
.speaker_pop .pop_info .name {
  padding: 66px 0 8px 0;
  margin-bottom: 12px;
  font-size: 28px;
  color: #222;
  position: relative;font-weight:600;
}
.speaker_pop .pop_info .name:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 0;
  width: 28px;
  height: 2px;
  background:#1abc9c;
}
.speaker_pop .pop_info .history {
  font-size:14px;
  color:var(--cnvs-themecolor);
}
.speaker_pop .pop_info .scroll_box {
  padding:18px 18px 10px 18px;
  /*position:absolute;left:0;bottom:0;*/
}
.speaker_pop .pop_info .scroll_box p {
  width: 100%;
  height: 168px;
  line-height: 1.5;
  padding:20px;
  text-align: left;
  background: #f7f7f7;
  box-sizing: border-box;
  overflow-y: scroll;
}

.speaker_pop .pop_info .session_title {
  color: #fe323f;
  text-align: center;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.08px;
  margin-right: 10px;
}

.speaker_pop .pop_info .session_text {
  color: #222222;
  text-align: left;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.08px;
  padding: 0 32px 24px;
}


.speaker_pop .btn-layerClose {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  top: -40px;
  background: url('/_skin/kor/images/icons/pop_close.png') 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 99999;
}

@media all and (max-width: 767px) {
  .speaker_pop_wrap {
    padding: 0 24px;
  }
  .speaker_pop {
    width: 100%;
    height: auto;
    padding-top: 49px;
    top: 50%;
    margin-top: 0 !important;
    transform: translate(0, -50%);
  }
  .speaker_pop .pop_img span {
    width: 98px;
    height: 98px;
  }
  /* .speaker_pop .pop_info{height: 342px;}*/
  .speaker_pop .pop_info .history {
    padding: 0 16px;
  }
  .speaker_pop .pop_info .name {
    font-size: 20px;
    padding: 61px 0 8px 0;
  }
  .speaker_pop .pop_info .scroll_box {
    padding:18px 18px 10px 18px;
  }
  .speaker_pop .pop_info .scroll_box p {
    font-size: 14px;
  }
  .speaker_pop .btn-layerClose {
    width: 24px;
    height: 24px;
    top: -30px;
  }

  .speaker_pop .pop_info .session_title {
    color: #fe323f;
    text-align: left;
    font-family: 'Noto Sans KR';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.07px;
    margin-right: 8px;
  }

  .speaker_pop .pop_info .session_text {
    color: #222222;
    text-align: left;
    font-family: 'Noto Sans KR';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.07px;
    padding: 0 24px 20px;
  }
}