#pop_layer .layer-item[data-name^="popquest-group"] {
  position: relative;
  margin: 80px auto 0;
  width: 800px;
  height: 480px;
  background-color: white;
}

#pop_layer .layer-item[data-name^="popquest-group"] > .header {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 48px;
  background-color: #2265BC;
  color: white;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding-left: 8px;
}

#pop_layer .layer-item[data-name^="popquest-group"] > .header > .icon + .text {
  margin-left: 8px;
}

#pop_layer .layer-item[data-name^="popquest-group"] > .header > span.icon {
  width: 32px;
  height: 32px;
  background: url('../imgs/popquest/header-icon.png') no-repeat center;
}

#pop_layer .layer-item[data-name^="popquest-group"] > .tab-item {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: 400px;
  overflow-y: auto;
  /* background-color: rgba(0, 255, 255, 0.5); */
}

/* 팝레이어 페기네이션 스타일 */
#pop_layer .layer-item[data-name^="popquest-group"].has-pagination > .tab-item {
  bottom: 60px;
  height: 350px;
}

#pop_layer .layer-item[data-name^="popquest-group"].has-pagination > .tab-child-nav-wrapper {
  position: absolute;
  transform: none;
  top: auto;
  bottom: 5px;
  left: 300px;
  right: 300px;
}

#pop_layer .layer-item[data-name^="popquest-group"].has-pagination > .tab-child-nav-wrapper > .nav-item.btn {
  border: none;
  background-color: transparent;
}

#pop_layer > .container > .close.btn {
  top: 88px;
  right: 108px;
}

#pop_layer > .container > .close.btn,
#pop_layer > .container > .close.btn:hover,
#pop_layer > .container > .close.btn:active {
  background-color: transparent;
}

#pop_quest .group > .pop-layer.btn {
  position: absolute;
  bottom: 16px;
  right: 50px;
  width: 200px;
  height: 50px;
}