* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hand {
  cursor: pointer;
}

.app-body {
  min-width: 390px;
  height: 100vh;
}

.popup-confirm {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-confirm .popup-confirm-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
}
.popup-confirm.hide {
  display: none;
}
.popup-confirm .popup {
  width: 80%;
}

.popup {
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .popup-bg {
  background: rgba(30, 30, 30, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
}
.popup.hide {
  display: none;
}
.popup .popup-business {
  width: 57.3vh;
  height: 78.771vh;
}
.popup .popup-business .popup-content .btn {
  margin-top: 2.083vh;
}

.player .player-wrap .control-wrap .media-info {
  width: 100%;
  display: flex;
  align-items: center;
}
.player .player-wrap .control-wrap .thumbnail img {
  height: 100%;
}

.progress-bar {
  transition: unset !important;
}

#box-container {
  background: rgba(255, 255, 255, 0) !important;
}

.contents .main-wrap .img-wrap {
  background: unset !important;
}
.contents .main-wrap .img-wrap .text {
  width: 35vh !important;
}
.contents .main-wrap .img-wrap img {
  width: 100%;
  height: 100%;
}
.contents .genre .list {
  width: unset;
}
.contents .notice .notice-icon {
  z-index: 1;
}
.contents .notice .notice-wrapper {
  width: 100%;
  height: 9.375vh;
  overflow: hidden;
  position: relative;
}
.contents .notice .notice-wrapper .mask-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.contents .pdpick .pdpick-wrap {
  width: 100%;
  position: relative;
}
.contents .pdpick .pdpick-wrap h2 {
  z-index: 2;
}
.contents .pdpick .pdpick-wrap .box {
  width: 100%;
  flex-direction: column;
  position: absolute;
}

@media screen and (max-width: 1023px) {
  .contents, .search-wrap, .mychannel {
    height: calc(100% - 7.5rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .contents, .search-wrap, .mychannel {
    height: calc(100% - 7.75rem) !important;
  }
}

.sidebar {
  top: 0;
  pointer-events: none;
}
.sidebar .menu-bg {
  pointer-events: auto;
}
.sidebar .menu-box {
  pointer-events: auto;
  transform: translateX(0);
  transition: transform 200ms ease-out;
}
.sidebar .menu-box .sidebar-menu ul li span.hide {
  display: none;
}
.sidebar.hide .menu-bg {
  display: none;
}
.sidebar.hide .menu-box {
  transform: translateX(100%);
}
.sidebar.mypage-sidebar {
  display: block !important;
}
.sidebar.mypage-sidebar .menu-box {
  transform: translateX(0) !important;
  transition: none !important;
}

.search-wrap .theme .list .best {
  width: 4.75rem !important;
}
.search-wrap .sch-text {
  text-wrap: nowrap !important;
}
.search-wrap input.input-w1 {
  width: unset !important;
  flex-grow: 1;
}
.search-wrap .hashtag .item {
  white-space: nowrap !important;
}

.empty {
  color: #999 !important;
  font-weight: 300 !important;
  border: 0 !important;
  font-size: 1.5rem !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
}

.custom {
  background: #fad000 !important;
  color: inherit !important;
}
.custom .list-box .item {
  border-bottom: 1px solid rgba(30, 30, 30, 0.1) !important;
}

.recent .empty, .recommend .empty {
  width: 100% !important;
  justify-content: center !important;
}

.mypage .mytype .type-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: unset !important;
}

.history-wrap .item .logo {
  display: flex;
}
.history-wrap .item .logo span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-wrap .item .logo span img {
  width: 3.2vh !important;
  height: 3.2vh !important;
}

.volume {
  opacity: 1;
}
.volume .volume-wrap .item .controller-wrap .slider-container .slider-fill-mask {
  pointer-events: all;
  position: relative;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  overflow: hidden;
}
.volume .volume-wrap .item .controller-wrap .slider-container .slider-fill-mask .slider-fill {
  pointer-events: none;
  width: 100%;
}
.volume .volume-wrap .item .controller-wrap .slider-container .slider-thumb {
  left: 0;
}
.volume.hide {
  display: none;
}
@media screen and (max-width: 1023px) {
  .volume {
    display: unset;
  }
}

.preloader {
  position: fixed;
  z-index: 9992 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preloader .preloader-bg {
  background: rgba(30, 30, 30, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
}
.preloader .preloader-content {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader.hide {
  display: none;
}

.login {
  height: 100vh;
  align-items: center;
}
.login .input {
  margin: 5px;
}
.login .input label {
  width: 80px;
  display: inline-block;
}
.login .input input {
  width: 150px;
}
.login .input .snnh-button {
  width: 100%;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 32px;
  height: 32px;
  border: 4px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 4px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  60%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulse {
  0%, 60%, 100% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
}

/*# sourceMappingURL=style.override.css.map */
