.popup {
  display: none;
  position: fixed;
  top: 0;
  z-index: 12;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
}
.popup .popup_content {
  background: rgba(0, 0, 0, 0.35);
}
.popup .popup_content .menu_list {
  padding: 0 14rem;
  padding-bottom: 20rem;
  background: #f39c12;
}
.popup .popup_content .menu_list img {
  width: 100%;
  height: 100%;
}
.popup .popup_content .menu_list .logo {
  padding-top: 20rem;
  margin-bottom: 28rem;
}
.popup .popup_content .menu_list .logo .logo_icon {
  width: 37rem;
  height: 37rem;
}
.popup .popup_content .menu_list .logo .logo_txt {
  padding-left: 9rem;
  font-size: 16rem;
  font-weight: 500;
  color: #16a085;
}
.popup .popup_content .menu_list .menu_item {
  box-sizing: border-box;
  height: 44rem;
  line-height: 44rem;
  font-size: 18rem;
  font-weight: 400;
  color: #ffffff;
  padding: 0 16rem;
  background: #1a252f;
  border-radius: 2rem;
  margin-bottom: 20rem;
}
.popup .popup_content .menu_list .menu_item:last-child {
  margin-bottom: 0;
}
.popup .popup_content .menu_list .menu_item .play_type_icon {
  width: 26rem;
  height: 26rem;
  margin-right: 12rem;
}
.popup .popup_content .menu_list .active {
  font-weight: bold;
  color: #ff00b2;
}
.popup .popup_content .close_icon {
  width: 27rem;
  height: 27rem;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.popup .popup_content .close_icon img {
  width: 100%;
  height: 100%;
}

.open-popup {
  display: block;
}/*# sourceMappingURL=menu.css.map */