.qchan-event {
  display: none;
}
.qchan-event-wrapper {
  position: absolute;
  top: 128px;
  left: 40px;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 600;
}
.qchan-event-wrapper > * {
  display: block;
  text-align: center;
  /* z-index: 600; */
}
.circle_progress_wrap {
  position: relative;
  width: 160px;
  height: 160px;
  /* z-index: 5; */
}
.circle_progress {
  transform: rotate(-90deg);
  /* z-index: 5; */
}
.frame,
.bar {
  fill: none;
}
.frame {
  stroke: #ffffff99;
}
.bar {
  stroke: #0793ea;
  stroke-linecap: square;
  animation: all 2.5s ease-in forwards;
}
.bar.bar-move {
  animation: all 2.5s ease-in forwards;
}

.testbtn {
  width: 200px;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.circle-qchan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
  height: 132px;
  background: #ffffff80;
  border: 1px solid #cccccc;
  border-radius: 999px;
}
.circle-qchan-dot {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 4px solid #0793ea;
  background: #fff;
  border-radius: 999px;
}
.qchan-event-prog {
  position: relative;
  width: fit-content;
  padding: 2px 16px;
  border-radius: 4px;
  background: #0793ea;
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px 0px #0000001a;
}
.qchan-event-prog::after {
  border-top: 8px solid #0793ea;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid transparent;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 4px 0px #0000001a;
}
.qchan-event-prog-value {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
}
.qchan-event-prog span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-left: 2px;
}
.qchan-event-prog-complete {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../image/icon/icon_confirm.svg");
  width: 30px;
  height: 30px;
}
.qchan-event-desc {
  position: relative;
  width: max-content;
  padding: 6px 20px;
  border-radius: 8px;
  background: #fff;
  margin-top: 20px;
  box-shadow: 0px 4px 4px 0px #0000001a;
}
.qchan-event-desc::after {
  border-top: 0px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.qchan-event-desc-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  white-space: pre-line;
}
.popup-qchan-event .cont-cap {
  padding: 14px 28px 16px;
}
.popup-qchan-event-email .close-btn {
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-size: 24px;
  border-radius: 0px;
  background-image: url(../image/icon/icon_close_black.svg);
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  top: 20px;
  right: 28px;
}
.layer-popup.popup-qchan-event-email
  .layer-popup-wrapper
  .layer-popup-container {
  border-radius: 8px 8px 0 0;
}
.layer-popup.popup-qchan-event-email .cont-cap {
  padding: 16px 28px;
}

.layer-popup.popup-sm.popup-qchan-event-email .layer-popup-wrapper .cont-input {
  padding: 0px 28px 16px;
  display: flex;
  flex-direction: column;
}
.layer-popup.popup-sm.popup-qchan-event-email
  .layer-popup-wrapper
  .cont-input-ele {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.layer-popup.popup-sm.popup-qchan-event-email
  .layer-popup-wrapper
  .cont-input.check
  .cont-input-ele {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.layer-popup.popup-sm.popup-qchan-event-email
  .layer-popup-wrapper
  .cont-input.check
  .cont-input-ele
  p {
  color: #191919;
}
.layer-popup.popup-sm.popup-qchan-event-email
  .layer-popup-wrapper
  .cont-input.check
  .cont-input-ele
  p
  span {
  color: #0793ea;
  cursor: pointer;
}
.layer-popup.popup-sm.popup-qchan-event-email
  .layer-popup-wrapper
  .car-btn-wrapper
  .btn-lg.cont-btn.deactivate {
  color: #fff;
  background-color: #002c5f33;
  pointer-events: none;
}
.popup-qchan-event-email a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 1280px), (max-height: 860px) {
  .qchan-event-wrapper {
    top: 96px;
    left: 48px;
    width: 80px;
  }
  .circle_progress_wrap {
    position: relative;
    width: 80px;
    height: 80px;
  }
  .circle-qchan {
    width: 68px;
    height: 68px;
  }
  .qchan-event-prog-value {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
  }
  .qchan-event-prog span {
    font-size: 10px;
  }
  .circle-qchan-dot {
    top: -4px;
    width: 12px;
    height: 12px;
    border: 3px solid #0793ea;
  }
  .qchan-event-desc-value {
    font-size: 12px;
  }
  .qchan-event-desc {
    padding: 4px 20px;
    margin-top: 14px;
  }
  .layer-popup.popup-mo-size.popup-qchan-event-email-complete .layer-popup-dimm .layer-popup-container{
    width: 400px;
  }
}
