@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
    font-family: 'Noto Sans KR', '나눔고딕', 'Malgun Gothic', '맑은 고딕', 'dotum', '돋움',
    'sans-serif' !important;
  /* -webkit-overflow-scrolling: touch; */
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.award_content *{
  -webkit-text-stroke: 0.05vw;
}

/* common */
.align-items-center {
  display: flex;
  align-items: center;
}

.width-100 {
  width: 100%;
}

/* common */

.template {
  display: none;
}

.popup.share {
  width: 80%;
  background: 0 0;
}

.popup {
  display: none;
  position: fixed;
  top: 35%;
  left: 50%;
  width: 75%;
  margin: -25% 0 0 -40%;
  background: #fff;
  z-index: 2;
  border-radius: 10px;
  font-size: 4vw;
  z-index: 100;
  border-radius: 10px;
  font-size: 4vw;

  /* ios fixed 0 */
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.btn-open-share {
  position: absolute;
  top: 2%;
  right: 3%;
  width: 12%;
  height: 18%;
}

.btn-link-free {
  position: absolute;
  bottom: 13%;
  right: 10%;
  width: 80%;
  height: 18%;
}

.btn-close-share {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 29%;
}

.btn-share-fb {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 71%;
}

.btn-share-kakao {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 71%;
}

.audition-content {
  width: 100%;
  margin-bottom: 20px;
}

.video-container {
  position: relative;
  margin-bottom: 5px;
}

.popupBlock {display:none;	background-color: black;	opacity: 0.5;	width: 100%;	height: 120%;position: fixed;	top: -10%;	z-index:990;}

.video-container .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-frame {
  width: 100%;
  height: 100%;
}

.info-row {
  width: 85%;
  line-height: 1.5;
  font-size: 3vw;
}

.info-row img {
  width: 4vw;
}

.info-row > * {
  vertical-align: middle;
}

.info-row .song-name {
  font-weight: bold;
  color: #313131;
  font-size: 3.2vw;
}

.song-name {
  font-weight: bold;
  font-size: 3.2vw;
  margin-top: 5px;
}

.btn-open-share-audition {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 12%;
  height: 12%;
}

.btn-open-share-event {
  position: absolute;
  top: 7%;
  right: 3%;
  width: 12%;
  height: 10%;
}

.reply-container {
  width: 98%;
  padding: 1%;
}

.btn-more-auditions {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-open-audition {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
}

.btn-open-subscribe-event {
  position: absolute;
  width: 80vw;
  height: 20vw;
  top: 59vw;
  left: 10vw;
  z-index: 2;
}

.btn-open-subscribe-event2 {
  cursor: pointer;
  position: absolute;
  width: 80vw;
  height: 18vw;
  bottom: 65vw;
  left: 10vw;
}

.btn-open-subscribe-link {
  cursor: pointer;
  position: absolute;
  width: 80vw;
  height: 18vw;
  bottom: 47vw;
  left: 10vw;
}

.audition-regist-container .popup-content {
  display: flex;
  width: 200%;
}

.audition-regist-container {
  display: none;
  position: absolute;
  margin: 0;
  width: 100vw;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* margin-top: 10vh; */
  /* margin-left: 6%; */
  border-radius: 0;
  background: white;
}

.audition-regist-container .popup-content {
  position: absolute;
  left: 0;
}

.audition-regist-container .popup-content.agreed {
  left: -100%;
  transition: left 0.5s;
}

.top-containter {
  display: flex;
}

.top-containter .top-menu {
  flex: 0 0 50%;
  font-size: 80%;
  color: #a5a5a5;
  text-align: center;
  line-height: 13vw;
  height: 13vw;
}

.top-containter .top-menu.active {
  color: #303552;
  font-weight: bold;
}

.popup-content .content-container--frame {
  position: relative;
  width: 50%;
  display: inline-block;
}

.popup-content .content-container--frame.agree .description {
  height: 25vw;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
  line-height: 1.5;
  background-color: #303552;
}

.popup-content .content-container--frame.regist .description {
  height: 12vw;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 3%;
  line-height: 12vw;
  background-color: #303552;
}

.popup-content .content-container--frame .description p {
  color: white;
}

.popup-content .content-container--frame.agree .description .title {
  font-weight: bold;
  font-size: 90%;
}

.popup-content .content-container--frame.regist .description .title {
  font-weight: bold;
  font-size: 95%;
}

.popup-content .content-container--frame .description .sub {
  font-size: 3.2vw;
}

.popup-content .content-container--frame .content {
  background-color: #f6f6f6;
  padding: 5vw;
  line-height: 1.5;
  font-size: 3vw;
}

.popup-content .content-container--frame .content ul {
  padding-left: 1vw;
}

.popup-content .content-container--frame .content li {
  list-style: circle;
  font-size: 2.8vw;
}

.popup-content .content-container--frame .content .center {
  text-align: center;
  font-weight: bold;
  padding-top: 3vw;
}

.popup-content .agree .button-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 25vw;
}

.popup-content .regist .button-container {
  position: relative;
  height: 11vw;
  width: 50%;
  margin: 3vw auto;
  padding: 0;
}

.popup-content .regist .button-container .btn-submit-audition {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-content .button-container button {
  flex: 0 0 46%;
  height: 10vw;
  border-radius: 1.3vw;
}

.popup-content .button-container .btn-agree {
  background: #007aff;
  color: white;
}

.popup-content .button-container .btn-no-agree {
  background: #d6d6d6;
  color: #828282;
}

.form-container {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  padding: 3vw;
}

.form-container .row {
  height: 10vw;
  background: white;
}

.form-container .row.height2 {
  height: 20vw;
}

.form-container .row > * {
  border: 1px solid #eeeeee;
  border-bottom: 0px;
  height: 100%;
  font-size: 3vw;
  font-weight: bold;
}

.form-container .row > *:nth-child(2) {
  border-left: 0px;
}

.form-container .row .label {
  flex: 0 0 26%;
  padding-left: 2%;
}

.form-container .row .label * {
  color: black;
}

.form-container .row .input-container {
  flex: 0 0 72%;
}

.form-container .row .input-container label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-container .row .input-container.sub-container {
  flex-direction: column;
  flex: 0 0 72%;
}

.form-container .row .input-container.sub-container .row {
  height: 10vw;
  background: white;
  width: 100%;
}

.form-container .row .input-container.sub-container .row:first-child {
  border-bottom: 1px solid #eeeeee;
}

.form-container .row .input-container.sub-container .row > * {
  height: 10vw;
  background: white;
  border: 0;
}

.form-container .row .input-container.sub-container .label {
  border-right: 1px solid #eeeeee;
}

.form-container .row .input-container.sub-container .label span {
  text-align: center;
  width: 100%;
}

.form-container .row .input-container.sub-container .input-container {
  flex: 0 0 70%;
  border: 0;
}

.form-container .row input,
.form-container .row select {
  margin-left: 3%;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
  padding: 0 3%;
  height: 65%;
}

.form-container .row .input-container .input-name {
  width: 88%;
}

.form-container .row .input-container .input-three {
  flex: 0 0 23%;
}

.regist.regist.container-side-padding .info-container {
  background-color: #f6f6f6;
  padding: 0 5vw 5vw;
  line-height: 1.5;
  font-size: 3vw;
}

.info-container.audition-info {
  line-height: 1.7;
  padding: 0;
  background: #f6f6f6;
}

.info-container .audition-info-text {
  line-height: 1.7;
  padding: 0 5vw 5vw;
  background: #54484c;
  text-align: justify;
}

.info-container .audition-youtube-info-text {
  line-height: 1.7;
  padding: 0 5vw 5vw;
  background: #50508c;
  text-align: justify;
}

.info-container.event-info {
  line-height: 1.7;
  padding: 0;
  background: #f6f6f6;
}

.info-container .event-info-text {
  line-height: 1.7;
  padding: 0 5vw 5vw;
  background: #003aa5;
}

.event-info {
  color: #fff;
}

.info-container .info-title {
  font-weight: bold;
}

.info-container ul {
  margin-left: 4vw;
}

.info-container li {
  list-style: circle;
  font-size: 3.4vw;
  color: #ffffff;
}

.regist.container-side-padding > * {
  padding: 3vw;
}

.category-radio-image {
  width: 4vw;
  margin-left: 2vw;
  margin-right: 1vw;
}

.input-hidden {
  display: none;
}

.close-container {
  position: relative;
  width: 100%;
  height: 40px;
  background: #404040;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
}

.close-container-image {
  height: 60%;
  margin-right: 10px;
}

.btn-close-audition {
  position: absolute;
  top: 0;
  right: 0;
  width: 13%;
  height: 100%;
}

.youtube-play-container {
  position: fixed;
  top: 50vw;
  left: 5vw;
  width: 95%;
  z-index: 4;
}

.youtube-play-container iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 90vw;
  height: 56vw;
}

.youtube-play-container .button-container {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12vw;
  height: 12vw;
  margin-top: -10vw;
}

.youtube-play-container .close-image {
  width: 60%;
  height: 60%;
  margin: 20%;
}

.youtube-play-container .btn-youtube-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0) !important;
}

.when-no-videos {
  text-align: center;
  font-size: 7vw;
  font-weight: bold;
  line-height: 15vw;
}

/* .test {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  color: red;
  z-index: 123123;
}

.test2 {
  top: 50%;
} */
.submit-button-contaioner {
  position: absolute;
  top: 86%;
  left: 3%;
  width: 94%;
}

.celeb-title-contaioner {
  position: absolute;
  top: -90%;
  left: 26%;
}

.celeb-title-text {
  color: #ffffff;
}

.celeb-artist-li {
  float: left;
}

.event-info {
  padding: 10px;
}

.event-youtube-id {
  margin-top: 3vw;
}

.youtube-id-contaioner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eventYoutubeId-row {
  height: 80px !important;
}

.artist-celeb-list {
  cursor: pointer;
  width: 16%;
  margin: 2%;
  float: left;
}

.artist-celeb-img {
  width: 200%;
  margin-left: -50%;
  margin-top: -20%;
}

.btn-copy-email {
  cursor: pointer;
  position: absolute;
  bottom: 35%;
  right: 13%;
  width: 25%;
  height: 17%;
}
.btn-send-email {
  cursor: pointer;
  position: absolute;
  bottom: 15%;
  left: 25%;
  width: 50%;
  height: 20%;
}

.btn-naver-link {
  cursor: pointer;
  position: absolute;
  bottom: 30%;
  left: 8%;
  width: 18%;
  height: 35%;
}
.btn-daum-link {
  cursor: pointer;
  position: absolute;
  bottom: 30%;
  left: 30%;
  width: 18%;
  height: 35%;
}
.btn-gmail-link {
  cursor: pointer;
  position: absolute;
  bottom: 30%;
  left: 50%;
  width: 18%;
  height: 35%;
}
.btn-outlook-link {
  cursor: pointer;
  position: absolute;
  bottom: 30%;
  left: 73%;
  width: 18%;
  height: 35%;
}

.share-img {
  cursor: pointer;
  position: absolute;
  top: 3%;
  right: 3%;
  width: 10%;
}

.youtube-btn {
  cursor: pointer;
  position: absolute;
  top: 12%;
  right: 32%;
  width: 36%;
}

.artistCelebContainer {
  display: inline-block;
  background-color: #013aa5;
}

.swiper-width {
  width: 80%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -30%;
  margin-bottom: 4%;
}

.swiper-slide {
  background-color: rgba(0, 0, 0, 0);
}

.swiper-button-right {
  position: absolute;
  right: 1%;
  bottom: 30%;
}

.swiper-button-left {
  position: absolute;
  left: 1%;
  bottom: 30%;
}

.info-popup li {
  color: #838383 !important;
}

.emailPopup {
  left: 45%;
  width: 90%;
}

.emailLinkPopup {
  left: 45%;
  width: 90%;
}

.youtube-cover-container {
  position: absolute;
  top: 17vw;
  left: 7vw;
  width: 86%;
}

.top1YoutubeCoverContainer {
  position: absolute;
  top: 31vw;
  left: 7vw;
  width: 86%;
}

.youtube-cover-container iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 86vw;
  height: 50vw;
}

.youtube-cover-container .button-container {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12vw;
  height: 12vw;
  margin-top: -40vw;
}

.youtube-cover-container .close-image {
  width: 60%;
  height: 60%;
  margin: 20%;
}

.youtube-cover-container .btn-youtube-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cover-title-contaioner {
  position: absolute;
  width: 100%;
  bottom: 2vh;
  text-align: center;
}

.cover-title-box {
  position: absolute;
}

.cover-first-title-text {
  font-size: 4vw;
  color: red;
  line-height: 1rem;
  font-weight: bold;
  margin-bottom: 1%;
}
.redBold {
  color: #fc6fa4;
  font-weight: bold;
}
.cover-second-title-text {
  font-size: 2vw;
  line-height: 1rem;
}

.audition-content-cover {
  width: 100%;
  margin-bottom: 20px;
  height: 33vh;
}

.new-cover-icon {
  position: absolute;
  width: 13%;
  top: 17%;
  left: 8%;
}

.new-cover-img {
  position: absolute;
  width: 40%;
  top: -20%;
  left: -8%;
  z-index: 0;
}

.img-border-radius {
}

.song-all-play {
  position: absolute;
  top: 16%;
  width: 30%;
  height: 5%;
  right: 0;
}

.copycheck {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
}

.cover-button-right {
  cursor: pointer;
  position: absolute;
  right: 3%;
  bottom: 33%;
}

.cover-button-left {
  cursor: pointer;
  position: absolute;
  left: 3%;
  bottom: 33%;
}

.youtubePopup {
  left: 45%;
  width: 90%;
}
.youtubePlayContainer {
  display: none;
}

.entryLikeEventPopupContainer {
  z-index: 3;
}

.contents-container {
  margin-top: 5%;
}

.floatingBottomBanner {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
}

.image-w80 {
  width: 80%;
  display: block;
}

.subscribe-youtube {
  cursor: pointer;
  position: absolute;
  width: 80vw;
  height: 45vw;
  bottom: 8vw;
  margin: 0 10vw;
}

.popup-text {
  font-size: 0.7rem;
  padding: 2% 0;
  line-height: 1rem;
  color: #fff;
  background-color: #f29fbf;
  margin: 3% 0;
  text-align: center;
}

.noti-tit-box {
  background: #f29fbf !important;
}

.noti-tit-box-top3 {
  background: #25adb3 !important;
}

.btn-width {
  position: absolute;
  width: 80vw;
}

.entry1 {
  top: 61vw;
  left: 10vw;
}

.entry2 {
  bottom: 67vw;
  left: 10vw;
}

.link1 {
  bottom: 49vw;
  left: 10vw;
}

.present {
  width: 90%;
}
.shoesSize {
  width: 90%;
}
.correct1 {
  width: 90%;
}
.subscribe-notice {
  background: #324f88;
  padding: 5%;
}

.top3-subscribe-notice {
  background: #ebebeb;
  padding: 5%;
}

.hyo-subscribe-notice {
  background: #901ae5;
  padding: 5%;
}

.hyo2-subscribe-notice {
  background: #bb81e7;
  padding: 5%;
}

.event-info-text {
  font-size: 1.3rem;
  color: #c180aa;
}

.event-top3-info-text {
  font-size: 1.3rem;
  color: #ffffff;
}

.info-text-ul > li {
  font-size: 0.8rem;
  color: #c180aa;
  line-height: 1.5rem;
}

.info-top3-text-ul > li {
  font-size: 0.8rem;
  color: #380743;
  line-height: 1.5rem;
}

.info-hyo-text-ul > li {
  font-size: 0.8rem;
  color: #ffdf92;
  line-height: 1.5rem;
}

.btn-stare-link {
  cursor: pointer;
  position: absolute;
  width: 27vw;
  height: 27vw;
}

.stare-link-0 {
  top: 54vw;
  left: 23vw;
}

.stare-link-1 {
  top: 54vw;
  left: 50vw;
}

.stare-link-2 {
  top: 81vw;
  left: 23vw;
}

.stare-link-3 {
  top: 81vw;
  left: 50vw;
}

.artistList-li {
  float: left;
  width: 35%;
}

.artist-left {
  margin: 5% 5% 5% 10%;
}

.artist-right {
  margin: 5% 10% 5% 5%;
}

.artist-bg {
  background: url('//image.soribada.com/image/event/promotion/190131_bluepearl/m_2_bg.jpg') repeat;
  background-size: 100%;
  display: flex;
}

.btn-open-share-top3event {
  position: absolute;
  top: 2%;
  right: 4%;
  width: 14%;
  height: 8%;
}

.casting {
  cursor: pointer;
  position: absolute;
  bottom: 2%;
  right: 10%;
}

.top3EventOpen {
  cursor: pointer;
  position: absolute;
  bottom: 4%;
  right: 10%;
}

.entrytop3PopupContainer {
  z-index: 5;
}

.top3TicketOpen {
  cursor: pointer;
  position: absolute;
  bottom: 25%;
  right: 10%;
}

.stareOpen {
  cursor: pointer;
  position: absolute;
  bottom: 0%;
  right: 18%;
  width: 64vw;
}

.youtubeLink {
  cursor: pointer;
}

.top3Link {
  cursor: pointer;
}

textarea::placeholder {
  /* 파이어폭스 51+, 크롬 57+ */
  color: #a1a1a1;
  opacity: 1;
}

.artist_name_text {
  font-size: 0.7rem;
  color: #fff;
  line-height: 2rem;
}

.ios-notice {
  display: none;
}

.entryTop3PopupContainer {
  z-index: 4;
}

.vote-rate {
  position: absolute;
  top: 28%;
  right: 4%;
  color: #0047ff;
  font-size: 1.1rem;
  font-weight: bold;
  display: none;
}

.btn-album-list-play {
  cursor: pointer;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}

.btn-playlist-play {
  cursor: pointer;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}

.playlist-link {
  cursor: pointer;
}

/*   */

.changeMenu {
  width: 25%;
}
.changeMiddleMenu{
  width: 25%;
}
.middle-menu-btn.selected::after{
  position: absolute;
  bottom: -0.1vw;
  left: calc(50% - 13.6vw);
  content: " ";
  height: 0;
  z-index: -1;
  width: 27vw;
  border-bottom: 10.85vw solid;
  color: #30e4c1;
  transform: skew(172deg);
}

.changeEventMiddleMenu, .changeSummaryMiddleMenu{
  width: 50%;
}

.middle-event-menu-btn, .middle-summary-menu-btn,.middle-menu-btn {
  position: relative;
  float: left;
  height: 100%;
  cursor: pointer;
  line-height: 308%;
  font-size: 3.7vw;
}
.middle-event-menu-btn.selected::after , .middle-summary-menu-btn.selected::after{
  position: absolute;
  bottom: 0.1vw;
  left: calc(50% - 27vw);
  content: " ";
  height: 0;
  z-index: -1;
  width: 53vw;
  border-bottom: 10.85vw solid;
  color: #30e4c1;
  transform: skew(172deg);
}



.middle-line {
  border-left: 1px solid #ffffff;
  height: 60%;
  margin: 0 5px;
}

.title-container {
  position: absolute;
  top: 3%;
  left: 0%;
  font-size: 4vw;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-container .title.text {
  display: inline-block;
  color: white;
}

.title-container .title.white-text {
  display: inline-block;
  color: white;
}

.title-container .title.subject {
  display: inline-block;
  color: white;
}

.albumContainer {
  margin-top: 5%;
}

.youtubeContainer {
  margin-top: 5%;
}

.album-content {
  float: left;
}

.album-cover {
  width: 25%;
  margin: 5%;
}

.album-text {
  margin: 10% 0 0 0;
}

.main-title {
  width: 100%;
  margin-bottom: 2%;
  font-size: 1rem;
  color: #333333;
}

.sub-title {
  width: 100%;
  font-size: 0.9rem;
  color: #808080;
}

.youtube-title-container {
  text-align: center;
  margin-top: 5%;
}

.youtube-content-container {
  width: 90%;
  margin-left: 5%;
  margin-top: 5%;
  height: 50vw;
}

.album-cover-container {
  display: flex;
}

.main-bg {
  display: flex;
  background-color: #9825ac;
  padding: 2%;
}

.image-w20 {
  width: 20%;
  display: block;
}

.container-level1 {
  background-color: #531766;
  padding: 2%;
  width: 100%;
  border-radius: 2%;
}

.artist-container {
  float: left;
  width: 23%;
  margin: 1%;
}
.artist-name {
  text-align: center;
  font-size: 0.8rem;
  color: #ffffff;
  margin-top: 15%;
  width: 100%;
  display: inline-block;
}

.team-container {
  text-align: center;
  margin: 5% 0;
}

.team-name {
  text-align: center;
  font-size: 1.3rem;
  color: #f680ff;
  width: 100%;
  display: inline-block;
}

.home-content {
  padding-bottom: 5%;
  background-color: #9825ac;
}

.albumTopContainer {
  position: relative;
}
.album-tag {
  position: absolute;
  top: 4vw;
  left: 0;
}

.album-list {
  position: absolute;
  top: -20%;
  left: 3vw;
  width: 97vw;
}

.album-container {
  padding: 5%;
  position: relative;
}

.album-img {
  cursor: pointer;
  width: 100%;
}

.album-title-container {
  line-height: 6vw;
  color: #fff;
  text-align: left;
  font-size: 0.8rem;
}

.album-artist {
  line-height: 4vw;
  color: #888888;
  text-align: left;
  font-size: 0.8rem;
}

.top-title-container {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 2.5vw;
  height: 100%;
  font-weight: bold;
  width: 38%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-title-container .title.text {
  display: inline-block;
  color: black;
}

.top-title-container .title.white-text {
  display: inline-block;
  color: white;
}

.top-title-container .title.date {
  display: inline-block;
  color: black;
}

.album-all-play {
  cursor: pointer;
  position: absolute;
  top: 74vw;
  left: 4vw;
  width: 92vw;
  z-index: 2;
  height: 20vw;
}
.album-select {
  width: 100%;
  margin-top: 4.5vw;
}
.btn-like {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 25%;
}

.like-container {
  display: flex;
}

.like-container2 {
  display: flex;
  position: relative;
  float: right;
}

.btn-like-event {
  width: 30%;
  float: left;
  margin: 0 2%;
}

.btn-like-event2 {
  width: 30%;
  float: left;
  margin: 0% 2%;
  left: 16%;
  position: relative;
}

.stamp-container {
  position: absolute;
  bottom: 24vw;
}

.btn-winner-open {
  cursor: pointer;
  position: absolute;
  bottom: 9%;
  left: 10%;
  width: 37%;
  height: 20%;
}

.btn-close-likeevent-winner {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 13%;
  height: 4%;
}

.winner-container {
  float: left;
  width: 21vw;
}

.winner-text-container {
  float: left;
  margin: 2%;
}

.winner-text {
  font-size: 0.7rem;
  color: #fff;
  font-weight: bold;
}

.winner-title-text {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
}

.entryPopupContainer {
  height: 80%;
  background: #0e0e0e !important;
}

.winner-item-container {
  clear: both;
  padding-top: 5%;
}

.like-winner-container {
  cursor: pointer;
  position: absolute;
  top: 54vw;
  left: 5vw;
  width: 100vw;
}

.hyoevent-sns-open {
  cursor: pointer;
  position: absolute;
  bottom: 4%;
  left: 15%;
  width: 70%;
}

.hyoevent-entry-open {
  cursor: pointer;
  position: absolute;
  top: 20%;
  left: 6%;
  width: 90%;
}

/* replay css start */

.award_win_mainList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.award_win_mainList > img {
  width: 100%;
  max-width: 720px;
}
.award_win_mainListLink {
  width: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  position: absolute;
  height: 1850vw;
  top: 1.6%;
  left: 0px;
}
.award_win_mainListLink > div {
  /* background: rgba(0, 128, 0, 0.1); */
  width: 100%;
  /* height: 300px; */
  height: 3%;
  max-width: 720px;
  /* height: 294.1px; */
}
.award_win_mainListLink > .wins {
  /* height: 368px !important; */
  height: 3.8% !important;
  margin-bottom: 9.2%;
}
.award_win_mainListLink > .martop {
  /* height: 368px !important; */
  margin-top: 9%;
}

#mainPrize {
  position: relative;
}
#mainPrizeList {
  position: absolute;
  top: 5.9%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.main_prize_li {
  width: 100%;
  height: 7.1%;
  cursor: pointer;
}
.main_prize_li.top {
  width: 100%;
  height: 8.2%;
  cursor: pointer;
}

#uniquePrize {
  position: relative;
}
#uniquePrizeList {
  position: absolute;
  top: 1%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.unique_prize_li {
  width: 100%;
  height: 5.1%;
  cursor: pointer;
}
#sobaplaylist {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 3%;
  cursor: pointer;
}

.ul-middle-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #545253;
}

.ul-bottom-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

/* replay css end */

.celebration_container {
  display: none;
}
#youtubeList {
  padding-bottom: 1%;
}
#highlightList {
  padding-bottom: 1%;
}
#youtubeList {
  padding-bottom: 1%;
}
#highlightList {
  padding-bottom: 1%;
}
.youtube-list-click {
  cursor: pointer;
}
.mv-list-click {
  cursor: pointer;
}
.mv-list-click-cel {
  cursor: pointer;
}
.p-youtube-title {
  font-size: 12px;
  color: #3f3d3d;
  line-height: 16px;
  padding: 3%;
}
.youtube-li {
  position: relative;
  margin: 0% 5% 5% 5%;
  background: #f1f1f1;
}
.youtubeImage {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.mainMovie {
  position: absolute;
  width: 86%;
  height: 20%;
  top: 22%;
  left: 7%;
}
.youtube-container {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.youtube-frame {
  width: 100%;
  height: 100%;
}
#youtubeFrame {
  width: 86%;
  height: 20%;
  top: 22%;
  left: 7%;
  position: absolute;
}
#facebookBtnLink {
  width: 20%;
  height: 5%;
  top: 55%;
  left: 25%;
}
#kakaoBtnLink {
  width: 23%;
  height: 5%;
  top: 56%;
  left: 46%;
}
#youtubeLink {
  width: 23%;
  height: 9%;
  top: 28%;
  left: 38%;
  cursor: pointer;
}
#redCarpetBtnLink {
  width: 50%;
  height: 100%;
  top: 0%;
  left: 0%;
  cursor: pointer;
}
#awardsBtnLink {
  width: 50%;
  height: 100%;
  top: 0%;
  left: 50%;
  cursor: pointer;
}
#celebrationBtnLink {
  width: 50%;
  height: 100%;
  top: 0%;
  left: 50%;
  cursor: pointer;
}
#highlightBtnLink {
  width: 50%;
  height: 100%;
  top: 0%;
  left: 0%;
  cursor: pointer;
}

.middlemenu {
  width: 100%;
  display: block;
  height: 50px;
  height: 11vw;
  font-size: 4.3vw;
  position: relative;
  overflow: hidden;
}


.bottommenu {
  width: 100%;
  display: block;
  height: 50px;
  height: 14vw;
  font-size: 4.3vw;
  position: relative;
  background: #f5f3f4;
}

#soba_poster {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  width: 100%;
}

.nextBtn {
  position: absolute;
  right: 0;
}

.mv-list-click-cel {
  display: none;
}

.top-menu-btn-award {
  position: relative;
  float: left;
  height: 100%;
  cursor: pointer;
  line-height: 308%;
  font-size: 3.7vw;
}

.versionTestDiv{
  transform: scale(1);
}
.top-menu-btn-award.selected,.middle-menu-btn.selected,.middle-event-menu-btn.selected,.middle-summary-menu-btn.selected {
  color: #fff;
  font-weight: bold;
  position: relative;
}
.top-menu-btn-award.selected::after{
  position: absolute;
  bottom: 0;
  left: calc(50% - 13.6vw);
  content: " ";
  height: 0;
  z-index: -1;
  width: 27vw;
  border-bottom: 10.85vw solid;
  color: #144daf;
  transform: skew(172deg);
}

.doStick2019{
  background-color: #dedede;
  cursor: pointer;
  padding: 5%;
}

.rank-container{
  width: 100%;
  position: relative;
}

.rank-container-vote{
  width: 100%;
  height: 9vw;
  background-size: 100% !important;
  position: relative;
}
.rank-container-vote1{
  background: url('//image.soribada.com/image/event/promotion/190702_2019awards/01_mobile/m_go_awards_01.jpg') no-repeat;
}

.rank-container-vote2{
 background: url('//image.soribada.com/image/event/promotion/190702_2019awards/01_mobile/m_go_awards_02.jpg') no-repeat;
}
 .rank-container-vote3{
   background: url('//image.soribada.com/image/event/promotion/190702_2019awards/01_mobile/m_go_awards_03.jpg') no-repeat;
 } 
.vote-container{
  width: 100%;
}
.vote-container .award-sector-top{
  background: linear-gradient(to right, #144daf, #30e4c1);
  color: #fbfbfb;
  font-weight: bold;
  font-size: 5.8vw;
  text-align: center;
  padding: 5.5%;
}

.award-sector-middle{
  display: flex;
  background-color: #fbfbfb;
  padding-bottom: 5%;
}
.award-sector-middle-container{
  width: 50%;
  box-sizing: border-box;
  position: relative;
  /* height: 5vw; */
}
.award-arti-img-div{
  width: 65%;
  height: 32.5vw;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 0.5vw solid #ebebeb;
  position: relative;
  cursor: pointer;
}
.award-arti-img{
  width: 150%;
  margin-left: -25%;
  margin-top:-3%;
  cursor: pointer;
}
.award-arti-1st{
  width: 15%;
  margin-left: 10%;
}
.award-arti-star{
  width: 8%;
  position: absolute;
  top:32.3%;
  left: 30%;
}
.award-arti-stick{
  font-size: 3.4vw;
  color:#313131;
  position: absolute;
  top:33%;
  left: 40%;
}
.award-arti-rate-div{
  position: absolute;
  background-color: #ff539b;
  width: 23%;
  height: 11.2vw;
  border-radius: 50%;
  left: 10%;
  top: 19%;
}
.award-arti-rate-div span{
  color: #fff;
  display: block;
  float: left;
  
}
.award-arti-rate-div span:first-child{
  font-size: 3.2vw;
  margin-top: 29%;
  margin-left: 19%;
}
.award-arti-rate-div span:nth-child(2){
  font-size: 2vw;
  margin-top:40%;
  -webkit-text-stroke: 0;
  margin-left: 2%;
}
.award-arti-info{
  position: relative;
  margin-bottom: 12%;
}
.award-arti-name{
  color: #313131;
  font-size: 3.7vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 280%;
  margin:0 auto;
  width: 80%;
  text-align: center;
}

.do-stick{
 cursor: pointer; 
}
/* .do-stick-l{
  background-image: url('http://image.soribada.com/image/event/promotion/190702_2019awards/01_mobile/m_vote_l.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 68%;
  height: 10vw;
  height: 16%;
  margin: 0 auto;
} */

.do-stick-l{
position: relative;
  width: 68%;
  left: 16%;
}

.do-stick-s{
  background-image: url('http://image.soribada.com/image/event/promotion/190702_2019awards/01_mobile/m_vote_s.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20%;
  /* height: 10vw; */
  height: 42%;
  margin: 0 auto;
  top: 29%;
  position: absolute;
  right: 7%;
}
.award-vs{
  position: absolute;
  width: 32%;
  top:42%;
  left: 84.4%;
}
.award-sector-bottom{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.award-sector-bottom:nth-child(even){
  background-color: #fff;
}
.award-sector-bottom:nth-child(odd){
  background-color: #fbfbfb;
}
.award-sector-bottom-container{
 position: relative; 
 display: flex;
 flex-direction: row;
 border-bottom: 1px solid #ebebeb;
}
.award-bottom-arti-img-div{
  width: 17%;
  height: 17vw;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin: 2.5% 0;
}
.award-bottom-arti-img{
  width: 133%;
  margin-left: -15%;
  margin-top:-11%;
}
.award-bottom-index{
  line-height: 630%;
  font-size: 3.5vw;
  width: 8%;
  text-align: center;
  margin: 0 0.8% 0 2%;
}
.award-bottom-arti-info{
  display: flex;
  flex-direction: column;
  margin-left: 4%;
  width: 55%;

}

progress{height:0.5vw;width: 60vw; -webkit-appearance: none;}
progress::-webkit-progress-bar{background-color:#EBEBEB;}
progress::-webkit-progress-value{background-color:#5a5aef;}

.award-sector-bottom-container * {
  color:#313131;
}
.award-bottom-rate-stick *{
  -webkit-text-stroke: 0;
}
.award-bottom-arti-name{
  color: #313131;
  font-size: 3.3vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 265%;
  width: 69%;
  padding-top: 4.3%;
}
.award-bottm-rate, .award-bottom-stick{
  font-size: 3vw;
  line-height: 220%;
  
}
.award-bottom-star{
  width: 7%;
  /* vertical-align: text-bottom; */
  margin-bottom: -1%;
  margin-right: 0.3%;
}
.go-vote-page{
  width: 30%;
  height: 8.5vw;
  float: right;
  cursor: pointer;
}
.vote-info-container{
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fbfbfb;
  padding: 5% 0;
}
.vote-info-container p:first-child{
  font-size: 3.5vw;
  font-weight: bold;
  padding-bottom: 3.5%;
  letter-spacing: 0.5px;
}
.vote-info-container p:first-child .votedate2019::before{
  content: "  |  ";
  font-size: 3.3vw;
}

.vote-info-container *{
  color: #313131;
}
.vote-info-container p:nth-child(2){
  font-size:10vw;
  font-weight:bold;
}
.vote-info-popup{
  width: 22%;
  margin-top: 3%;
  cursor: pointer;
}

.all-rank-container{
  width: 100%;
  overflow: hidden;
}
.all-rank-container-swipe{
  display: flex;
  transition-duration: .5s;
  overflow-x: scroll;
}
.all-rank-artist-container{
  position: relative;
  margin: 6.5% 0 2%;
  /* margin:7% 0 2%; */
  flex-basis: 33%;
  flex-shrink: 0;
}

.award-arti-rate-div-all{
  position: absolute;
  background-color: #ff539b;
  width: 32%;
  height: 10.56vw;
  /* height: 10.5vw; */
  border-radius: 50%;
  left: 1%;
}
.award-arti-rate-div-all span{
  color: #fff;
  display: block;
  float: left;
  
}
.award-arti-rate-div-all span:first-child{
  font-size: 3vw;
  margin-top: 28%;
  margin-left: 19%;
}
.award-arti-rate-div-all span:nth-child(2){
  font-size: 2vw;
  margin-top:36%;
  -webkit-text-stroke: 0;
  margin-left: 1.3%;
}
.award-arti-img-div-all{
  width: 78%;
  height: 25.74vw;
  margin-left:12%;
  /* margin: 0 auto; */
  overflow: hidden;
  border-radius: 50%;
  border: 0.5vw solid #ebebeb;
  position: relative;
  cursor: pointer;
  margin-top: 7%;
}
.award-arti-img-all{
  width: 150%;
  margin-left: -25%;
  margin-top:-4%;
}
.testtest{
  width: 600%;
  overflow-x: scroll;
}
.award-arti-name-all{
  font-size: 3.3vw;
}

.go-award-replay{
  cursor: pointer;
  position: absolute;
  width: 77.7%;
  height: 23vw;
  left: 11.1%;
}
.go-award-replay-2018 {
  bottom: 5.8%;
}
.go-award-replay-2017 {
  bottom: 1.3%;
}
.summary-container{
  position: relative;
}


.sticky{
  position: fixed !important;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc !important; 
  z-index: 99;
  background: #fff;
}


.sticky2{
  position: fixed !important;
  top: 11vw;
  width: 100%;
  border-bottom: 1px solid #dcdcdc !important; 
  /* box-shadow: 0px 3px 1vw 0px #c4c4c4; */
  z-index: 99;
  background: #fff;
}

.rank-banner-container img, .rank-share-container img{
  cursor: pointer;
}
.rank-share-container{
  margin: 7% 0 10%;
  text-align: center;
}
.rank-share-sns{
  width: 10%;
}
.rank-share-sns-vote{
  width: 17%;
  vertical-align: middle;
  margin-bottom: 1%;
  cursor: pointer;
}

.artist-vote-after-sns{
  font-size:3.3vw; border-top: 1px solid #ebebeb; margin:0 auto; width:80%; padding:5% 3%; position:relative; 
  font-weight:bold;
  color: #707070;
}
.artist-vote-before-mystar{
  border-top: 1px solid #ebebeb; margin:0 auto; width:80%; padding:5% 3%; position:relative; padding-bottom:18%;
}
.shareKakao{
  margin-right: 3%;
}
.rank-banner:first-child{
  margin-bottom: 1%;
}

.myvote-container{
width: 90%;
margin: 0 auto;
padding: 7% 0 15%;
position: relative;
}

.myvote-possible-star{
  background-color: #144daf;
  padding: 2% 3% 2.5%;
  border-radius: 5px;
  text-align: center;
  width: 65%;
  color: #fff;
  font-size: 3.6vw;
  margin: 0 auto;
  line-height: 220%;
}

.myvote-possible-star img {
  width: 11%;
  margin-bottom: -3%;
}

#myvote{
  border-top: 1px solid #ebebeb;
}
.vote-info-popup-container, .vote-certify-popup-container{
  display: none;
  position: fixed;
  z-index: 999;
  height: 101%;
  overflow-y:scroll;
  width: 100%;
}

.vote-info-popup-container-fixed, .vote-certify-popup-container-fixed{
  position: fixed;
  z-index: 999;
  width: 100%;
  /* overflow: hidden; */
}

.award-popup-close{
  width: 15%;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  position: absolute;
}

#artist-vote-stick{
  display: none;
  position: fixed;
  z-index: 999;
  /* width: 80%; */
  width: 70%;
  border-radius: 10px;
  background-color: #fff;
  /* left: 10%; */
  left: 15%;
  top: 8%;
  box-shadow: 1px 1px 20px 1px #3e3e3e;
}
.artist-vote-stick-header{
  width: 100%;
  background-color: #1c8cfd;
  height: 11vw;
  color: #fff;
  font-size: 4.3vw;
  border-radius: 10px 10px 0 0;
  text-align: center;
  /* line-height: 320%; */
  line-height: 258%;
  position: relative;
}
.artist-vote-stick-middle-top{
  width: 75%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: center;
}
.artist-vote-stick-middle-top p{
  color:#707070;
  font-size:3.8vw;
  margin: 5% 0;
}
.artist-vote-stick-count{
  display: inline-block;
  font-size: 3.5vw;
  line-height: 280%;
}
.artist-vote-stick-number{
  padding: 0;
  width: 20%;
  padding-left: 5%;
  border: 1px solid #5a5aef;
  color:#707070;
}
.artist-vote-stick-button{
  background-color: #5a5aef;
  padding: 0 6%;
  line-height: 295%;
  border-radius: 0 5px 5px 0;
  color: #fff;
  margin-left: -2%;
}
.artist-vote-mystar{
  width: 30%;
  display:inline-block;color:#707070;font-size:3.3vw;
  line-height: 295%;
}
.artist-vote-mystar-after{
  width: 100%;
  display:inline-block;color:#707070;font-size:3.3vw;
  line-height: 295%;
}
.artist-vote-mystar-after img{
  width: 6%;
  /* margin-bottom: -6%; */
}
.artist-vote-mystar img{
  width: 30%;
  margin-bottom: -6%;
}
.artist-vote-stick-middle-bottom{
  width: 70%;
  margin: 0 auto;
}
#artist-vote-do-stick{
cursor: pointer;
}
.myvote-ul{
  width: 100%;
}
.myvote-ul-li{
  position: relative;
  background-color:#313131;
  color:#fff;
  float: left;
  height: 100%;
  cursor: pointer;
  padding: 3.5% 0;
  font-size: 3.2vw;
  text-align: center;
  width: 25%;
}

.myvote-ul-li-data{
  position: relative;
  background-color:#fff;
  color:#313131;
  float: left;
  height: 100%;
  cursor: pointer;
  padding: 3.5% 0;
  font-size: 3.2vw;
  text-align: center;
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.myvote-log ul{
  display: flex;
  flex-direction: row;
}
.myvote-ul-log:nth-child(odd) li{

  background-color: #f2f2f2;
}

.myvote-ul-log:nth-child(even) li{
  background-color: #fbfbfb;  
}

.artist-vote-possible-star{
  /* display: inline-block; */
  float: left;
  width: 45%;
  margin-bottom: 12%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 2%;
  position: relative;
}
.artist-vote-possible-star p{
  display: flex;
  line-height: 170%;
  font-size: 3.3vw;
  color: #707070;
  flex-direction: row;
}
.artist-vote-possible-star img {
  width: 18%;
  height: 100%;
  margin-top: 4%;
  margin-left: 2%;
}
.artist-vote-possible-star-left{
  margin-left: 8%;
}

.artist-vote-after-view{
  display: none;
}

#device-certify{
  background-image: url('http://image.soribada.com/image/event/promotion/190702_2019awards/01_mobile/m_btn_certify.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80%;
  height: 14.5vw;
  position: relative;

}

#deviceCheck{
  display: none;
}
#deviceCheck + label {
  color:#313131;
}

#deviceCheck + label span {
  display:inline-block;
  width:19px;
  height:19px;
  margin:-2px 10px 0 0;
  vertical-align:middle;
  background:url('http://image.soribada.com/image/feed/msoribada/checkbox_off.svg') no-repeat;
  cursor:pointer;
}

#deviceCheck:checked + label span {
  background:url('http://image.soribada.com/image/feed/msoribada/checkbox_on.svg') no-repeat;
}

.vote-certify-check{
  width: 85%;margin:0 auto; position:relative; padding-bottom:7%;
  text-align: center;
}
.vote-certify-check p{
  line-height: 170%;
  font-size: 3.9vw;
  padding-bottom: 5%;
}
.already-certify-device{
  display: none;
}
.not-vote-user{
  color: #313131;
  font-size: 3.3vw;
  text-align: center;
  background-color: #f2f2f2;
  padding: 5% 0;
}
.rank-more-btn, .myvote-more-btn,.go-ticket-page, .award-popup-close-ref{
  cursor: pointer;
}
.abusing-text{
  line-height: 160%;
  width: 90%;
  margin: 0 auto;
  font-size: 3.3vw;
  color: #ff539b;
}
.event-list-top-div{
  margin: 4% 0;
}
.event-list-top{
  color: #fff;
  background-color: #88c3ff;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  line-height: 300%;
  font-size: 3.6vw;
  -webkit-text-stroke: 0.03vw;
  border-radius: 5px;
}
.event-list-container{
  position: relative;
  width: 92%;
  padding-bottom: 5%;
  margin: 0 auto;
}
.event-list-banner{
  position: relative;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  box-shadow: 0px 5px 10px 0px #d5d5d5;
}
.event-list-banner p{
  font-size: 3.3vw;
  color: #3a3a3a;
  padding: 1.5% 4%;
}
.event-list-banner p:first-of-type{
  font-size: 3.1vw;
  padding-top: 4.5%;
}
.event-list-banner p:nth-of-type(2){
  font-size: 3.8vw;
  font-weight: bold;
  padding-bottom: 6%;
}
.event-list-go-page{
  position: absolute;
  width: 26%;
  bottom: 23.5%;
  right: 4%;
  cursor: pointer;
}

#event1 * {
  font-family: 'Noto Sans KR', '나눔고딕', 'Malgun Gothic', '맑은 고딕', 'dotum', '돋움',
    'sans-serif' !important;
}
.eventNoticeCheckBox{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 8%;
  padding: 3% 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#eventNoticeCheck{
  display: none;
}
#eventNoticeCheck + label {
  color:#313131;
  font-weight: bold;
  font-size:4vw;
}

#eventNoticeCheck + label span {
  display:inline-block;
  width: 4.8%;
  height: 4.7vw;
  margin: 0 1.5% 0 0;
  vertical-align:middle;
  background-image:url('http://image.soribada.com/image/feed/msoribada/checkbox_off.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  cursor:pointer;
}

#eventNoticeCheck:checked + label span {
  background-image:url('http://image.soribada.com/image/feed/msoribada/checkbox_on.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.event-info-container{
  background-color: #dfdfdf;
  font-size: 3.4vw;
  margin-top: -1%;
  padding-bottom: 5%;
}
.event-info-container ul {
  width: 85%;
  margin: 0 auto;
}
.event-info-container ul li{
  color: #4c4c4c;
  padding: 1% 0;
  line-height: 150%;
  text-indent: -2.2%;
}
.event-info-header{
  color: #313131;
  text-align: center;
  padding: 8% 0 5%;
  font-size:4vw;
  font-weight: bold;
}
#entry-event-btn, #event1-winner-check{
  position: absolute;
  width: 82%;
  height: 57%;
  top: 20%;
  left: 9%;
  cursor: pointer;
}

.eventContainerDivPosition{
  position: relative;
}
.shareSnsEvent1{
  position: absolute;
  width: 82%;
  left: 9%;
  cursor: pointer;
}
.shareKaKaoEvent1{
  bottom: 7%;
  height: 39%;
}
.shareFbEvent1{
  bottom: 26%;
  height: 68%;
}

.info-close{
  position: absolute;
  cursor: pointer;
  width: 18%;
  height: 8vw;
  bottom: 3%;
  left: 41%;
  z-index: 1;
  background: #fff;
  opacity: 0;

}
.award-event2-container{
  position: relative;
}
.event2-info-container ul li {
  color:#000;
  padding: 2% 0;
}
.event2-info-container{
  /* background-color: #bedcff; */
  background-color: #fff;
}
.event2-youtube-frame{
  position: absolute;
  top: 28%;
  width: 87.6%;
  height: 17.8%;
  left: 5.8%;
  border: 1px solid #757575;
}
.award-event2-menu-change{
  position: absolute;
  width: 50%;
  height: 37.3%;
  top: 25%;
  box-sizing: border-box;
  cursor: pointer;
}
.tema3, .tema4 {
  top: 62.5%;
}
.tema2, .tema4{
  left: 50%;
}
.event2-tema-container{
  display: none;
  position: relative;
}
#tema1{
  display: block;
}
.event2-sub-menu-container{
  position: absolute;
  width: 100%;
  top: 30.9vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.event2-sub-conatiner{
  height: 7.1vw;
  width: 100%;
}

.event2-sub-menu-img{
  display: none;
}
.event2-sub-conatiner-1{
  width: 45%;
}
.event2-sub-conatiner-2{
  width: 52%;
}
.event2-sub-conatiner-3{
  width: 60%;
}
.event2-sub-conatiner-4{
  width: 78%;
}

.event2-show-select-container{
  position: absolute;
  top: 7%;
  width: 84%;
  left:8%;
}
.event2-show-select-box{
  width: 100%;
  border: none;
  padding: 4%;
  font-size: 3.6vw;
  cursor: pointer;
  background: url('//image.soribada.com/image/event/promotion/190725_kworldfesta/m_selectbox.jpg') no-repeat center center/100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.event2-entry-event{
  background-image: url('//image.soribada.com/image/event/promotion/190725_kworldfesta/app_bt.jpg');
  background-repeat:  no-repeat;
  background-size: 100%;
  position: absolute;
  top:24%;
  left: 8%;
  width:84%;
  height: 20%;
  cursor: pointer;
}

.event2-winner-check{
  width:84%;
  cursor: pointer;
  padding: 8%;
}

.event2-event-star-count{
  width: 14%;
  right: 26%;
  top: 15%;
  position: absolute;

}

.event2NoticeCheckBox{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 48%;
  padding: 3% 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#event2NoticeCheck{
  display: none;
}
#event2NoticeCheck + label {
  font-size:3.9vw;
  color: #000;
  font-weight: bold;
}

#event2NoticeCheck + label span {
  display:inline-block;
  width: 4.8%;
  height: 4.7vw;
  margin-right: 2.2%;
  margin-bottom:0.5%;
  vertical-align:middle;
  background-image:url('//image.soribada.com/image/event/promotion/190725_kworldfesta/m_check_d.png');
  background-repeat: no-repeat;
  background-size: 100%;
  cursor:pointer;
}

#event2NoticeCheck:checked + label span {
  background-image:url('//image.soribada.com/image/event/promotion/190725_kworldfesta/m_check.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.event2Share{
  width: 100%;
  cursor: pointer;
}

.event2FbShare{
  margin-top: 6%;
}
#tema1 .swiper-button-next,#tema1 .swiper-button-prev{
  top: 95vw !important;
}
#tema2 .swiper-button-next,#tema2 .swiper-button-prev,#tema4 .swiper-button-next,#tema4 .swiper-button-prev{
  top: 90vw !important;
}
#tema3 .swiper-button-next,#tema3 .swiper-button-prev{
  top: 104vw !important;
}
.swiper-button-next, .swiper-button-prev{
  background-size: 100% !important;
  width: 4.2% !important;
  height: 7% !important;
}
.swiper-container{
  z-index: 0 !important;
  padding-top: 0 !important;
}
.event2-share-container{
  position: absolute;
  top: 35%;
  margin-left: 9%;
  width: 82%;
}
.event2-select-show{
  color: #000;
  padding-left: 4.5%;
  width: 100%;
}
.more-festa{
  position: absolute;
  right: 15%;
  bottom: 35%;
  width: 16%;
  cursor: pointer;
}
.award-2020-event-img{
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 10%;
  cursor: pointer;
}
.award-2020-event-check{
  bottom: 2%;
}
.award-2020-event-entry{
  bottom: 10%;
}
.event-stamp-container{
  position: absolute;
  width: 100%;
  height: 34%;
  top: 10%;
}
.event-stamp{
  position: absolute;
  width: 16.4%;
  display: none;
}
.event-stamp-top{
  top:103%;
}
.event-stamp-bot{
  top: 123.49%;
}
.event-stamp-1{
  left: 19.15%;
}
.event-stamp-2{
  left: 42.1%;
}
.event-stamp-3{
  left:64.9%;
}
.race-event-container{
  display: none;
  border: 1px solid #fff;
  width: 82%;
  position: fixed;
  height: 98vw;
  top: 12%;
  left: 10.5%;
  background-image:url('http://image.soribada.com/image/event/promotion/2020Awards2/popup/bg_2.png');
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
}

.race-event-check-container{
  border: 1px solid #fff;
  display: none;
  width: 82%;
  position: fixed;
  height: 99vw;
  top: 10%;
  left: 10.5%;
  background-image:url('http://image.soribada.com/image/event/promotion/2020Awards2/popup/bg_3.png');
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
}

.race-event-count{
  border: none;
  position: absolute;
  color: #ff4600;
  width: 27%;
  font-size: 4vw;
  left: 51.5%;
  bottom: 26%;
  padding: 3%;
  text-align: center;
}
.race-event-star{
  position: absolute;
  bottom: 30%;
  font-size: 4vw;
  left: 15.3%;
  text-align: center;
  width: 32%;
  color: #313131;
}
#race-event-entry{
  cursor: pointer;
  position: absolute;
  left: 13%;
  width: 73%;
  bottom: 5.5%;
}
.race-event-popup-close{
  position: absolute;
  right: 0;
  width: 6%;
  padding: 5%;
  cursor: pointer;
}
.race-event-check-popup-close{
  position: absolute;
  right: 0;
  width: 6%;
  padding: 5%;
  cursor: pointer;
}

.award-lineup-img{
  position: relative;
  left: 26.5%;
  width: 50%;
}
.award-lineup-artist{
  width: 30%;
  border-radius: 50%;
  margin: 0 10%;
  box-sizing: border-box;
}
.award-lineup-container{
  margin-top: 5%;
  position: relative;
}
.award-lineup-arti-container{
  width: 50%;
  box-sizing: border-box;
  float: left;
  position: relative;
  z-index: 3;
}

.userNick{
  color: #ff8000;
  position: absolute;
  top: 24.7%;
  font-size: 4.2vw;
  font-weight: bold;
  overflow: hidden;
  right: 40%;
  text-align: right;
  padding: 2% 0;
  width: 43%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.event-used-star{
  color: #ff8000;
  position: absolute;
  top: 44.5%;
  font-size: 4.2vw;
  font-weight: bold;
  right: 52%;
  text-align: right;
  padding: 2% 0;
  width: 39%;
}

.race-event-check-rank{
  position: absolute;
  width: 44%;
  left: 54%;
  top: 67.8%;
}
.race-event-check-rank p{
line-height: 7.4vw;
}

.race-rank-count{
  width: 52%;
  text-align: center;
  display: inline-block;
  float: left;
  font-size: 3.3vw;
  color: #fff;
  
}
.race-rank-count span{
  color: #ff952a;
}
.award2020-event1-entry{
  width: 80%;
  left: 11%;
  position: absolute;
  cursor: pointer;
  bottom: 2%;
}
.event3-entry-event, .event3-winner-check{
  position: absolute;
  top: 75%;
  z-index: 1;
  width: 70%;
  height: 7.5%;
  left: 15%;
  cursor: pointer;
}
.text-count-cont{
  font-size: 0.8rem;
  color: #313131;
  text-align: right;
  margin: 1% 3% 0 0;
}
.text-count-cont span{
  color: #f4584d;
  font-weight: bold;
}
.event3shareSns{
  position: absolute;
  top: 0;
  width:14%;
  height: 6%;
  cursor: pointer;
  right: 0;
}
.event3shareKakao{
  right: 14%;
}
.award-winner-container{
  position: fixed;
  left: 50%;
  top: 19%;
  margin: 0 0 0 -45%;
  width: 90%;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  display: none;
  border-radius: 5px;
}
.user-winner-container p{
  text-align: center;
  font-size: 4vw;
  line-height: 150%;
  color: #707070;
}
.event4-entry-event{
  position: absolute;
  top: 1%;
  z-index: 1;
  width: 70%;
  height: 15.5%;
  left: 15%;
  cursor: pointer;
}

.winner-box-container{
  position: fixed;
  background-image: url('//image.soribada.com/image/event/promotion/190806_Instantpick/m_blank_ing.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  height:120vw;
  width: 80%;
  left: 10%;
  top: 8%;
  z-index: 2;
  border-radius: 5px;
  display: none;
}

.roulette-container{
  width: 80%;
  left: 10%;
  position: absolute;
  top:30%;
  overflow: hidden;
}
.roulett-img{
  width: 108%;
  position: absolute;
  z-index: 10;
  margin-top: -3%;

}
.roulette-twinkle{
  position: absolute;
  z-index: 100;
  top: 30%;
}
.winner-box-info{
  position: absolute;
  top: 18%;
  width: 100%;
  text-align: center;
}
.winner-box-info p{
  font-size: 4.5vw;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
}
.winner-box-ticket{
  color: #141167;
  font-size: 3.3vw;
  position: absolute;
  text-align: center;
  top: 66%;
  z-index: 15;
  width: 100%;
}
.confirm-winner-box{
  position: absolute;
  width: 55%;
  cursor: pointer;
  height: 11%;
  bottom: 7.5%;
  left: 23%;
}
.winner-box-top-close{
  position: absolute;
  width: 15%;
  cursor: pointer;
  height: 11%;
  top: 0;
  right: 0;

}
.after-anmation{
  display: none;
}
.event4shareSns{
  position: absolute;
  cursor: pointer;
  width: 17%;
  height: 14%;
  left:51%;
  bottom: 3%;
}
.event4KaKaoShare{
  left: 32%;
}
.user-winner-container, .user-notwinner-container{
  padding: 5% 5% 9%;
}
.user-winner-container ul{
  font-size: 3.5vw;
  padding-left: 6%;
  padding-top: 5%;
}
.user-winner-container li{
  text-indent: -2.4%;
  line-height: 125%;
  color: #707070;
}
.user-winner-container p:first-of-type{
  font-weight: bold;
  font-size: 5.7vw;
  color: #000;
  padding-bottom: 3%;
}
.user-winner-name{
  color: #000;
  font-weight: bold;
}
.user-winner-item{
  font-weight: bold;
  color:#007aff;
}
.award-winner-container-close{
  position: absolute;
  top: 0%;
  right: 0;
  width: 14%;
  height: 12vw;
  cursor: pointer;
}
.user-winner-container{
  display: none;
}
.user-notwinner-container p{
  text-align: center;
  font-size: 3.7vw;
  color: #707070;
  line-height: 160%;
}