.popup {
  display: none;
  position: fixed;
  top: 0;
  z-index: 12;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.popup .popup_content {
  position: relative;
  height: 100%;
  /* background: rgba(255, 255, 255, 0.35); */
}

.popup .popup_content .menu_list {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 14rem;
  padding-bottom: 20rem;
  background: #ecc165;
  width: 60vw;
}

.popup .popup_content .menu_list .menu_item_box {
  box-sizing: border-box;
  padding-top: 32rem;
}

.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 .menu_item {
  box-sizing: border-box;
  line-height: 20rem;
  font-size: 18rem;
  font-weight: 400;
  color: #000000;
  padding: 0 16rem;
  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: 69.5%;
  transform: translateX(-50%);
}

.popup .popup_content .close_icon img {
  width: 100%;
  height: 100%;
}

.open-popup {
  display: block;
}

/*# sourceMappingURL=menu.css.map */
