@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
body {
	font-family: futura-pt, 微軟正黑體, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
.preloader {
  background-image: url('../images/ps01_prd_f01_glitch_c.jpg');
  background-image: url('../images/ps01_prd_f01_glitch_m.jpg');
  background-image: url('../images/ps01_prd_f02_glitch_c.jpg');
  background-image: url('../images/ps01_prd_f02_glitch_m.jpg');
  background-image: url('../images/ps01_prd_f03_glitch_c.jpg');
  background-image: url('../images/ps01_prd_f03_glitch_m.jpg');
  background-image: url('../images/ps01_prd_f04_glitch_c.jpg');
  background-image: url('../images/ps01_prd_f04_glitch_m.jpg');
  background-image: url('../images/ps01_prd_m01_glitch_c.jpg');
  background-image: url('../images/ps01_prd_m01_glitch_m.jpg');
  background-image: url('../images/ps01_prd_m02_glitch_c.jpg');
  background-image: url('../images/ps01_prd_m02_glitch_m.jpg');
  background-image: url('../images/ps01_prd_m03_glitch_c.jpg');
  background-image: url('../images/ps01_prd_m03_glitch_m.jpg');
  background-image: url('../images/ps01_prd_m04_glitch_c.jpg');
  background-image: url('../images/ps01_prd_m04_glitch_m.jpg');
  width: 0px;
  height: 0px;
  display: inline;
}
/*******************common setting*******************/
.for_desktop {display:block;}
.for_mobile {display:none;}
.clearboth {clear:both;}
.top-without-brand a {
	color: #5d656c;
	text-decoration: none;
}
.top-without-brand img {
  vertical-align: top;
}
.hoverScaleUp {
  transition: 0.2s;
}
.hoverScaleUp:hover {
  transform:scale(1.03);
}
.hoverBrightness {
  transition: 0.2s;
}
.hoverBrightness:hover {
  filter: brightness(120%);
}
/*******************button style*******************/
/*normal*/
.btn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #000;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  transition: 0.2s;
}
.btn:hover {
  color: #fff;
  background-color: #d64930;
}
/*lively*/
.livelyBtn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #000;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  transition: 0.2s transform ease-in-out;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.livelyBtn::after {
  background-color: #d64930; /*hover背景顏色*/
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  z-index: -1;
  box-sizing: border-box;
}
.livelyBtn:hover::after {
  transform: translate(0, 0);
}
.livelyBtn:hover {
  color: #fff; /*hover文字顏色*/
  /*transform: scale(1.03);*/
}
/*draw*/
.drawBtn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #000;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  border: none;
  position: relative;
  transition: 0.2s;
}
.drawBtn::before, .drawBtn::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.drawBtn::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.drawBtn::after {
  border-top-width: 1px;
  border-right-width: 1px;
}
.drawBtn:hover {
  color: #fff;
  background-color: #d64930;  /*hover背景顏色*/
}
.drawBtn:hover::before, .drawBtn:hover::after {
  border-color: #fff;
  transition: border-color 0s, width 0.2s, height 0.2s;
  width: 100%;
  height: 100%;
}
.drawBtn:hover::before {
  transition-delay: 0s, 0s, 0.2s;
}
.drawBtn:hover::after {
  transition-delay: 0s, 0.2s, 0s;
}
/*solid*/
.solidBtn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #d64930;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  transition: 0.25s;
  position: relative;
  box-shadow: 0px 2px 0 #af351f, 2px 4px 6px rgba(214, 73, 48, 0.8);
}
.solidBtn:hover {
  background: #af351f;
  box-shadow: 0px 1px 0 #af351f, 0px 2px 0 rgba(255, 255, 255, 0.2);
}
/*flash*/
.flashBtn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #d64930;;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.flashBtn:hover {}
.flashBtn:after {
  content: "";
  width: 48px;
  height: 160px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  left: -80px;
  top: -48px;
  z-index: 1;
  transform: rotate(35deg);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.flashBtn:hover:after {
  left: 120%;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/*******************kv*******************/
.kv_wrap {
  width:100%;
  height:auto;

  position:relative;
  overflow-x: hidden;
}
.kv_wrap::after {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_01_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  bottom:0px;
  z-index:0;
}
.kv {
  width:100%;
  max-width:1920px;
  margin:0 auto;
  box-sizing: border-box;
  position:relative;
}
.kv .kv_bg{
  width:100%;
  position:relative;
  z-index:0;
}
.kv .kv_title{
  width:30%;
  position:absolute;
  left:5.8vw;
  top:3.8vw;
  z-index:1;
}
.mkv .kv_bg{
  width:100%;
  position:relative;
  z-index:0;
}
.mkv .kv_title{
  width:64%;
  position:absolute;
  left:0vw;
  top:3.2vw;
  z-index:1;
}
.ytmv {
  width:28.4%;
  height:auto;
  position:absolute;
  right:12.8%;
  top:24.6%;
  box-sizing: border-box;
  border: 0.8vw solid #000;
}
.ytmv img.ytmv_spacer {
  width:100%;
  height:auto;
  position:relative;
  z-index:0;
}
.ytmv iframe.ytmv_iframe {
  width:100%;
  height:100%;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
}


/*******************promo section 01*******************/
.ps01_wrap {
  width:100%;
  height:auto;
  background-color: #ccc;
  background-image:url("../images/ps01_desktop_bg.jpg");
  background-position:center top;
  background-repeat: repeat-y;
  background-size: cover;
  position:relative;
  box-sizing: border-box;
  padding-bottom:4vw;
  overflow: hidden;
}
.ps01_wrap::before {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_01_bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  top:0px;
  z-index:2;
}
.ps01_wrap::after {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_02_top.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  bottom:0px;
  z-index:2;
}
img.ps01_desktop_bg_deco01 {
  width:5.1%;
  height:auto;
  position:absolute;
  right:50%;
  top:402px;
  margin-right:755px;
  z-index:1
}
img.ps01_desktop_bg_deco02 {
  width:4.4%;
  height:auto;
  position:absolute;
  right:50%;
  top:693px;
  margin-right:822px;
  z-index:1
}
img.ps01_desktop_bg_deco03 {
  width:6.45%;
  height:auto;
  position:absolute;
  left:50%;
  top:75px;
  margin-left:750px;
  z-index:1
}
img.ps01_desktop_bg_deco04 {
  width:3.3%;
  height:auto;
  position:absolute;
  left:50%;
  top:403px;
  margin-left:876px;
  z-index:1
}
.deco01_move {-webkit-animation:deco01_move 5s linear infinite both;animation:deco01_move 5s linear infinite both}
.deco02_move {-webkit-animation:deco02_move 5.4s linear infinite both;animation:deco02_move 5.4s linear infinite both}
.deco03_move {-webkit-animation:deco03_move 5.2s linear infinite both;animation:deco03_move 5.2s linear infinite both}
.deco04_move {-webkit-animation:deco04_move 5.7s linear infinite both;animation:deco04_move 5.7s linear infinite both}
@-webkit-keyframes deco01_move {
  0%{-webkit-transform:translate(0);transform:translate(0)}
  20%{-webkit-transform:translate(-8px,8px);transform:translate(-8px,8px)}
  40%{-webkit-transform:translate(-8px,-8px);transform:translate(-8px,-8px)}
  60%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}
  80%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}
  100%{-webkit-transform:translate(0);transform:translate(0)}
}
@keyframes deco01_move {
  0%{-webkit-transform:translate(0);transform:translate(0)}
  20%{-webkit-transform:translate(-8px,8px);transform:translate(-8px,8px)}
  40%{-webkit-transform:translate(-8px,-8px);transform:translate(-8px,-8px)}
  60%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}
  80%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}
  100%{-webkit-transform:translate(0);transform:translate(0)}
}
@-webkit-keyframes deco02_move {
  0%{-webkit-transform:translate(0);transform:translate(0)}
  20%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}
  40%{-webkit-transform:translate(-4px,-4px);transform:translate(-4px,-4px)}
  60%{-webkit-transform:translate(-4px,4px);transform:translate(-4px,4px)}
  80%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}
  100%{-webkit-transform:translate(0);transform:translate(0)}
}
@keyframes deco02_move {
  0%{-webkit-transform:translate(0);transform:translate(0)}
  20%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}
  40%{-webkit-transform:translate(-4px,-4px);transform:translate(-4px,-4px)}
  60%{-webkit-transform:translate(-4px,4px);transform:translate(-4px,4px)}
  80%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}
  100%{-webkit-transform:translate(0);transform:translate(0)}
}

@-webkit-keyframes deco03_move {
  0%{-webkit-transform:translate(0);transform:translate(0)}
  20%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}
  40%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}
  60%{-webkit-transform:translate(6px,-6px);transform:translate(6px,-6px)}
  80%{-webkit-transform:translate(6px,6px);transform:translate(6px,6px)}
  100%{-webkit-transform:translate(0);transform:translate(0)}
}
@keyframes deco03_move {
  0%{-webkit-transform:translate(0);transform:translate(0)}
  20%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}
  40%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}
  60%{-webkit-transform:translate(6px,-6px);transform:translate(6px,-6px)}
  80%{-webkit-transform:translate(6px,6px);transform:translate(6px,6px)}
  100%{-webkit-transform:translate(0);transform:translate(0)}
}

@-webkit-keyframes deco04_move {
  0%{-webkit-transform:translate(0);transform:translate(0)}
  20%{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}
  40%{-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}
  60%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}
  80%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,-2px)}
  100%{-webkit-transform:translate(0);transform:translate(0)}
}
@keyframes deco04_move {
  0%{-webkit-transform:translate(0);transform:translate(0)}
  20%{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}
  40%{-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}
  60%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}
  80%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,-2px)}
  100%{-webkit-transform:translate(0);transform:translate(0)}
}
.ps01 {
  width:100%;
  max-width:1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ps01_title {
  width:90%;
  max-width:914px;
  height:auto;
  margin:4vw auto 2.8vw auto;
}
.ps01_hiphop_content {
  width:100%;
  box-sizing: border-box;
  padding:0 2.47vw;
  position:relative;
  z-index:1;
}
.ps01_hiphop_female, .ps01_hiphop_male {
  float:left;
  width:50%;
}
.ps01_hiphop_itemwrap {
  float:left;
  width:68.8%;
}
.ps01_hiphop_item {
  float:left;
  width:50%;
  background-color: black;
  box-sizing: border-box;
  padding:1px;
  position:relative;
}
.ps01_hiphop_item_inner {
  width:100%;
  height:100%;
  background-color: white;
  border-radius:1vw;
  box-sizing: border-box;
  padding:8px 0px 12px 0px;
}
.ps01_hiphop_item_info {
  text-align: center;
}
.ps01_hiphop_item_brand {
  text-transform: uppercase;
  font-size: 1.1vw;
  font-weight: bold;
  color: black;
  line-height:1.5vw;
}
.ps01_hiphop_item_name {
  font-size: 0.85vw;
  line-height:1vw;
}
.ps01_hiphop_item_img {
  width:80%;
  height:auto;
  position: relative;
  margin: 8px auto 0px;
}
.ps01_hiphop_item_img.ps01_f01 {
  background-image: url("../images/ps01_prd_f01.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps01_hiphop_item_img.ps01_f01:hover {
  animation: ps01_f01_play 1.5s;
  animation-iteration-count:1;
  animation-play-state:running;
}
@keyframes ps01_f01_play {
    0%   { background-image: url('../images/ps01_prd_f01.jpg'); } 
    4%   { background-image: url('../images/ps01_prd_f01.jpg'); } 
    8%  { background-image: url('../images/ps01_prd_f01_glitch_c.jpg'); }
    16%  { background-image: url('../images/ps01_prd_f01_glitch_m.jpg'); }
    17%  { background-image: url('../images/ps01_prd_f01.jpg'); }
    100%  { background-image: url('../images/ps01_prd_f01.jpg'); }
}
.ps01_hiphop_item_img.ps01_f02 {
  background-image: url("../images/ps01_prd_f02.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps01_hiphop_item_img.ps01_f02:hover {
  animation: ps01_f02_play 1.5s;
  animation-iteration-count:1;
  animation-play-state:running;
}
@keyframes ps01_f02_play {
    0%   { background-image: url('../images/ps01_prd_f02.jpg'); } 
    4%   { background-image: url('../images/ps01_prd_f02.jpg'); } 
    8%  { background-image: url('../images/ps01_prd_f02_glitch_c.jpg'); }
    16%  { background-image: url('../images/ps01_prd_f02_glitch_m.jpg'); }
    17%  { background-image: url('../images/ps01_prd_f02.jpg'); }
    100%  { background-image: url('../images/ps01_prd_f02.jpg'); }
}
.ps01_hiphop_item_img.ps01_f03 {
  background-image: url("../images/ps01_prd_f03.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps01_hiphop_item_img.ps01_f03:hover {
  animation: ps01_f03_play 1.5s;
  animation-iteration-count:1;
  animation-play-state:running;
}
@keyframes ps01_f03_play {
    0%   { background-image: url('../images/ps01_prd_f03.jpg'); } 
    4%   { background-image: url('../images/ps01_prd_f03.jpg'); } 
    8%  { background-image: url('../images/ps01_prd_f03_glitch_c.jpg'); }
    16%  { background-image: url('../images/ps01_prd_f03_glitch_m.jpg'); }
    17%  { background-image: url('../images/ps01_prd_f03.jpg'); }
    100%  { background-image: url('../images/ps01_prd_f03.jpg'); }
}
.ps01_hiphop_item_img.ps01_f04 {
  background-image: url("../images/ps01_prd_f04.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps01_hiphop_item_img.ps01_f04:hover {
  animation: ps01_f04_play 1.5s;
  animation-iteration-count:1;
  animation-play-state:running;
}
@keyframes ps01_f04_play {
    0%   { background-image: url('../images/ps01_prd_f04.jpg'); } 
    4%   { background-image: url('../images/ps01_prd_f04.jpg'); } 
    8%  { background-image: url('../images/ps01_prd_f04_glitch_c.jpg'); }
    16%  { background-image: url('../images/ps01_prd_f04_glitch_m.jpg'); }
    17%  { background-image: url('../images/ps01_prd_f04.jpg'); }
    100%  { background-image: url('../images/ps01_prd_f04.jpg'); }
}
.ps01_hiphop_item_img.ps01_m01 {
  background-image: url("../images/ps01_prd_m01.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps01_hiphop_item_img.ps01_m01:hover {
  animation: ps01_m01_play 1.5s;
  animation-iteration-count:1;
  animation-play-state:running;
}
@keyframes ps01_m01_play {
    0%   { background-image: url('../images/ps01_prd_m01.jpg'); } 
    4%   { background-image: url('../images/ps01_prd_m01.jpg'); } 
    8%  { background-image: url('../images/ps01_prd_m01_glitch_c.jpg'); }
    16%  { background-image: url('../images/ps01_prd_m01_glitch_m.jpg'); }
    17%  { background-image: url('../images/ps01_prd_m01.jpg'); }
    100%  { background-image: url('../images/ps01_prd_m01.jpg'); }
}
.ps01_hiphop_item_img.ps01_m02 {
  background-image: url("../images/ps01_prd_m02.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps01_hiphop_item_img.ps01_m02:hover {
  animation: ps01_m02_play 1.5s;
  animation-iteration-count:1;
  animation-play-state:running;
}
@keyframes ps01_m02_play {
    0%   { background-image: url('../images/ps01_prd_m02.jpg'); } 
    4%   { background-image: url('../images/ps01_prd_m02.jpg'); } 
    8%  { background-image: url('../images/ps01_prd_m02_glitch_c.jpg'); }
    16%  { background-image: url('../images/ps01_prd_m02_glitch_m.jpg'); }
    17%  { background-image: url('../images/ps01_prd_m02.jpg'); }
    100%  { background-image: url('../images/ps01_prd_m02.jpg'); }
}
.ps01_hiphop_item_img.ps01_m03 {
  background-image: url("../images/ps01_prd_m03.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps01_hiphop_item_img.ps01_m03:hover {
  animation: ps01_m03_play 1.5s;
  animation-iteration-count:1;
  animation-play-state:running;
}
@keyframes ps01_m03_play {
    0%   { background-image: url('../images/ps01_prd_m03.jpg'); } 
    4%   { background-image: url('../images/ps01_prd_m03.jpg'); } 
    8%  { background-image: url('../images/ps01_prd_m03_glitch_c.jpg'); }
    16%  { background-image: url('../images/ps01_prd_m03_glitch_m.jpg'); }
    17%  { background-image: url('../images/ps01_prd_m03.jpg'); }
    100%  { background-image: url('../images/ps01_prd_m03.jpg'); }
}
.ps01_hiphop_item_img.ps01_m04 {
  background-image: url("../images/ps01_prd_m04.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps01_hiphop_item_img.ps01_m04:hover {
  animation: ps01_m04_play 1.5s;
  animation-iteration-count:1;
  animation-play-state:running;
}
@keyframes ps01_m04_play {
    0%   { background-image: url('../images/ps01_prd_m04.jpg'); } 
    4%   { background-image: url('../images/ps01_prd_m04.jpg'); } 
    8%  { background-image: url('../images/ps01_prd_m04_glitch_c.jpg'); }
    16%  { background-image: url('../images/ps01_prd_m04_glitch_m.jpg'); }
    17%  { background-image: url('../images/ps01_prd_m04.jpg'); }
    100%  { background-image: url('../images/ps01_prd_m04.jpg'); }
}
.ps01_hiphop_btn {
  width: 53.3%;
  margin: 12px auto 0px;
}
.ps_01_hiphop_female_desktop, .ps_01_hiphop_male_desktop  {
  float:left;
  width:31.2%;
}
.ps01_hiphop_item a{display:block;width:100%; height:100%;}

/*******************promo section 02*******************/
.ps02_wrap {
  width:100%;
  height:auto;
  background-color: #000;
  position:relative;
}
.ps02_wrap::before {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_02_bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  top:0px;
  z-index:2;
}
.ps02_wrap::after {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_01_top.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  bottom:0px;
  z-index:2;
}
.ps02 {
  width:100%;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
}
.ps02_glitch {
  pointer-events: none;
  width:100%;
  height:100%;
  position: absolute;
  left:0px;
  top:0px;
  background-image: url("../images/ps02_glitch.gif");
  background-size:auto;
  
}

.ps02_flexG3_container {
    width:100%; /*電腦版宮格總寬度-可調整*/
    margin:0px auto;
    display:flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    transition:  0.2s;
    padding:0px 0.05%;
    box-sizing: border-box;
    position:relative;
    z-index: 0;
}
.ps02_flexG3_container a, .ps02_flexG3_container img {
    width:100%;
    height:auto;
    display:block;
}    
.ps02_flexG3_item {
    flex-basis:auto;
    margin:0vw; /*宮格與下方版位間距-可調整*/
}
.ps02_flexG3_container div:nth-child(1) {
  background-image: url("../images/ps02_bn_left_V2.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps02_flexG3_container div:nth-child(2) {
  background-image: url("../images/ps02_bn_mid_V2.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps02_flexG3_container div:nth-child(3) {
  background-image: url("../images/ps02_bn_right_V2.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
/*.ps02_flexG3_container div:nth-child(1) a {
  background-image: url("../images/ps02_bn_left_t01.png");
  background-position: center top;
  background-size: contain;
  transition: 0.2s;
}*/
.ps02_flexG3_container div:nth-child(1) a:hover {
  background-image: url("../images/ps02_bn_left_V2.png");
}
/*.ps02_flexG3_container div:nth-child(2) a {
  background-image: url("../images/ps02_bn_mid_t01.png");
  background-position: center top;
  background-size: contain;
  transition: 0.2s;
}*/
.ps02_flexG3_container div:nth-child(2) a:hover {
  background-image: url("../images/ps02_bn_left_V2.png");
}
/*.ps02_flexG3_container div:nth-child(3) a {
  background-image: url("../images/ps02_bn_right_t01.png");
  background-position: center top;
  background-size: contain;
  transition: 0.2s;
}*/
.ps02_flexG3_container div:nth-child(3) a:hover {
  background-image: url("../images/ps02_bn_left_V2.png");
}

/*******************promo section 03*******************/
.ps03_wrap {
  width:100%;
  height:auto;
  background-color: #bbb;
  background-image:url("../images/ps03_desktop_bg.jpg");
  background-position:center top;
  background-repeat: repeat-y;
  background-size: cover;
  position:relative;
  box-sizing: border-box;
  padding-bottom:4vw;
}
.ps03_wrap::before {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_02_bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  top:0px;
  z-index:0;
}
.ps03_wrap::after {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_02_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  bottom:0px;
  z-index:0;
}
.ps03 {
  width:100%;
  max-width:1440px;
  margin: 0 auto;
  padding: 1vw 0px;
  box-sizing: border-box;
}
.ps03_title {
  width:90%;
  max-width:914px;
  height:auto;
  margin:3.2vw auto 1.2vw auto;
}
.ps03_hiphop_content {
  width:100%;
  position:relative;
  z-index:1;
}
.ps03_hiphop_content img, .ps03_hiphop_content a {width:100%; height:auto; display:block;}
.ps03_hiphop_content a {
  border-radius: 1.6vw;
  overflow:hidden;
}
.ps03_hiphop_content_L, .ps03_hiphop_content_R {
  float:left;
  width:50%;
  box-sizing: border-box;
  padding:2% 0.8% 2% 0%;
  display: grid;
  grid-row-gap: 1.6%;
  grid-column-gap: 3.2%;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows:auto;
}
.ps03_hiphop_content_R {
  padding:2% 0% 2% 0.8%;
}
.ps03_hiphop_content_L div:nth-child(1) {
  grid-column: span 2; grid-row: span 2;
}
.ps03_hiphop_content_L div:nth-child(2) {
  grid-column: span 2; grid-row: span 1;
}
.ps03_hiphop_content_L div:nth-child(3) {
  grid-column: span 2; grid-row: span 2;
  position:relative;
}
.ps03_hiphop_content_L div:nth-child(3) div.upper {
  position:absolute;
  bottom:0;
  z-index:1;
  border-radius: 1.6vw;
  overflow:hidden;
}
.ps03_hiphop_content_L div:nth-child(4) {
  grid-column: span 1; grid-row: span 2;
}
.ps03_hiphop_content_L div:nth-child(5) {
  grid-column: span 1; grid-row: span 1;
}
.ps03_hiphop_content_L div:nth-child(6) {
  grid-column: span 2; grid-row: span 1;
}
.ps03_hiphop_content_L div:nth-child(7) {
  grid-column: span 1; grid-row: span 1;
}
.ps03_hiphop_content_L div:nth-child(8) {
  grid-column: span 2; grid-row: span 2;
}
.ps03_hiphop_content_L div:nth-child(9) {
  grid-column: span 2; grid-row: span 1;
}
.ps03_hiphop_content_L div:nth-child(10) {
  grid-column: span 2; grid-row: span 1;
}
.ps03_hiphop_content_R div:nth-child(1) {
  grid-column: span 1; grid-row: span 1;
}
.ps03_hiphop_content_R div:nth-child(2) {
  grid-column: span 2; grid-row: span 2;
}
.ps03_hiphop_content_R div:nth-child(3) {
  grid-column: span 1; grid-row: span 2;
}
.ps03_hiphop_content_R div:nth-child(4) {
  grid-column: span 1; grid-row: span 2;
}
.ps03_hiphop_content_R div:nth-child(5) {
  grid-column: span 1; grid-row: span 1;
}
.ps03_hiphop_content_R div:nth-child(6) {
  grid-column: span 2; grid-row: span 2;
}
.ps03_hiphop_content_R div:nth-child(7) {
  grid-column: span 2; grid-row: span 2;
}
.ps03_hiphop_content_R div:nth-child(8) {
  grid-column: span 2; grid-row: span 1;
}
.ps03_hiphop_content_R div:nth-child(9) {
  grid-column: span 1; grid-row: span 1;
}
.ps03_hiphop_content_R div:nth-child(10) {
  grid-column: span 2; grid-row: span 1;
}
.ps03_hiphop_content_R div:nth-child(11) {
  grid-column: span 1; grid-row: span 1;
}

/*******************promo section 04*******************/
.ps04_wrap {
  width:100%;
  height:auto;
  background-color: #ccc;
  position:relative;
  background-image:url("../images/ps04_desktop_bg.jpg");
  background-position:center top;
  background-repeat: repeat-y;
  background-size: cover;
  position:relative;
  box-sizing: border-box;
  padding-bottom:3vw;
  overflow: hidden;
}
.ps04_wrap::before {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_01_bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  top:0px;
  z-index:1;
}
.ps04_wrap::after {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_01_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  bottom:0px;
  z-index:1;
}
img.ps04_desktop_bg_deco01 {
  width:5.8%;
  height:auto;
  position:absolute;
  right:50%;
  top:366px;
  margin-right:781px;
  z-index:1
}
img.ps04_desktop_bg_deco02 {
  width:6.46%;
  height:auto;
  position:absolute;
  right:50%;
  top:871px;
  margin-right:675px;
  z-index:1
}
img.ps04_desktop_bg_deco03 {
  width:5.52%;
  height:auto;
  position:absolute;
  left:50%;
  top:210px;
  margin-left:678px;
  z-index:1
}
img.ps04_desktop_bg_deco04 {
  width:5.15%;
  height:auto;
  position:absolute;
  left:50%;
  top:726px;
  margin-left:756px;
  z-index:1
}
.ps04 {
  width:100%;
  max-width:1440px;
  margin: 0 auto;
  padding: 1vw 0px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.ps04_title {
  width:90%;
  max-width:914px;
  height:auto;
  margin:3.2vw auto 1.2vw auto;
}

.ps04_hiphop_content {
  width:100%;
  position:relative;
  z-index:1;
}
.ps04_hiphop_flexG4_container {
  width:100%; /*電腦版宮格總寬度-可調整*/
  margin:0px auto;
  margin-bottom:0vw; /*宮格與下方版位間距-可調整*/
  display:flex;
  display: -webkit-flex;
  flex-wrap:nowrap;
  justify-content:center;
  transition:  0.2s;
  padding:0 11%;
  box-sizing: border-box;
}
.ps04_hiphop_flexG4_container.adj_1, .ps04_hiphop_flexG4_container.adj_3 {
  margin-right:-12px;
}
.ps04_hiphop_flexG4_container.adj_2 {
  margin-left:-12px;
}
.ps04_hiphop_flexG4_item .vmargin {margin-top:46px;}
.ps04_hiphop_flexG4_container a, .ps04_hiphop_flexG4_container img {
  width:100%;
  height:auto;
  display:block;
}    
.ps04_hiphop_dummy_space {
  width:1.25vw; /*電腦版宮格水平間距-可調整*/
  height:10px;
  flex-shrink:0;
}

.ps04_hiphop_flexG4_item .for_desktop {display:block;}
.ps04_hiphop_flexG4_item .for_mobile {display:none;}

/*******************promo section 05*******************/
.ps05_wrap {
  width:100%;
  height:auto;
  position:relative;
  overflow-x: hidden;
}
.ps05_wrap::before {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_02_bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  top:0px;
  z-index:2;
}
.ps05_wrap::after {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_02_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  bottom:0px;
  z-index:2;
}
.ps05 {
  width:100%;
  max-width:1920px;
  margin:0 auto;
  box-sizing: border-box;
  position:relative;
}
.ps05_bn_base, .ps05_mbn_base {
  width:100%;
  height:auto;
  position:relative;
  z-index:0;
}
.ps05_bn_gif {
  width:auto;
  height:100%;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  pointer-events: none;
}
.ps05_mbn_gif {
  width:64%;
  height:auto;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  pointer-events: none;
}

/*******************promo section 06*******************/
.ps06_wrap {
  width:100%;
  height:auto;
  position:relative;
  overflow-x: hidden;
}
.ps06_wrap::before {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_02_bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  top:0px;
  z-index:0;
}
/*.ps06_wrap::after {
  content: "";
  width:100%;
  height:36px;
  display:block;
  background-image:url("../images/paper_torn_01_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  bottom:0px;
  z-index:0;
}*/
.ps06 {
  width:100%;
  max-width:1920px;
  margin:0 auto;
  box-sizing: border-box;
}

/*******************popUp*******************/
/*******************popUp*******************/
/***** popup's controler *****/
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
/***** popup's appearance *****/
/* Modal */
.pop-modal {
	background-color: rgba(0, 0, 0, .65);
	display: none;
	overflow: auto;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 10%;
}
.pop-modal_title2 {
    margin: 2% auto auto 6%;
    font-weight: 600;
    font-size: 1.1em;
    color: #877164;
}
.pop-modal_sec li {
    margin-left: 11% !important;
    list-style: disc !important;
    color: #3082d6;
}
/* Modal Content */
.modal-content {
	position: relative;
	top: 0px;
	width: 60%;
	/*0419新增 width: 600px;*/
	margin: 0 auto;
	background-color: #434343;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-animated-in {
	animation: totop-in .3s ease;
}
.modal-animated-out {
	animation: totop-out .3s ease forwards;
}
.modal-header {
    background-color: #66cc00;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}
.modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #333;
    width: 60px;
    height: 60px;
    color: #fdf4eb;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.modal-content .close:hover {
	background-color: #498e04;
}
.modal-header h3 {
    color: #fff;
    /* text-shadow: 1px 0px rgb(255 255 255); */
    font-weight: bolder;
    font-size: 22px;
}
/* Modal Body */
.modal-body {
    padding: 20px 27px 20px 20px;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    background-color: #fff;
}
.modal-body h3 {
	font-size: 18px;
}
.modal-body-inner {
	overflow-y: auto;
	height: 60vh;
	/* 0418更新 height: 350px;*/
	padding: 0 30px 0 10px;
}
.modal-body-inner hr {
	width: 97%;
}
.modal-body-inner h3 {
	margin-bottom: 5px;
	/* color: #edff00; */
}
.modal-body-inner::-webkit-scrollbar-track {
	background-color: #dfdddd;
}
.modal-body-inner::-webkit-scrollbar {
	width: 5px;
	background-color: white;
}
.modal-body-inner::-webkit-scrollbar-thumb {
	background-color: #66cc00;
}
.modal-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.modal-body ul li {
    position: relative;
    margin-left: 30px;
    list-style-type: decimal-leading-zero;
    color: #666666;
}
.modal-body ul li::before {
	position: absolute;
	color: #5cc560;
	left: -20px;
	top: 10px;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.modal-body a {
    color: #d64930;
}
.modal-body a:hover {
	color: #019ae3;
	transition: all .2s linear;
}
.modal-body-text-wrap {
	margin-bottom: 20px;
}
.modal-body-text {
	font-size: 15px;
}
.modal-body-text-wrap h5 {
    color: #48b217;
    font-weight: 500;
}
.modal-body-text-special{
	color:#ffef9a;
}
.modal-body-text-wrap h6 {
	color: #999;
	font-size: 12px;
}
.modal-body-text-wrap p {
	color: #019ae3;
}
/* Modal Footer */
.modal-footer {
	background-color: #656464;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}

/*******************seideBar*******************/
/*******************seideBar*******************/
.menu {
  width: 10%;
  position: fixed;
  right: 1%;
  bottom: 8%;
  z-index: 31;
}
.menu>img {
  display:block;
}
.menu__style {
  background-color: #fff;
  border: solid;
  text-align: center;
  padding: 6% 1% 6%;
}
.menu ul li {
  font-size: 0.9vw;
  font-weight: 600;
  opacity: 1 !important;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  line-height: 2vw;
  width: 85%;
}
.menu ul li a{
	filter: none;
}
.menu ul li:hover {
    color: #61ca31;
    font-weight: 500;
}
#sidebar {
	transition: all 0.2s linear;
}
#sidebar.active {
	right: -800px;
	/* -200px */
}
#sidebar .toggle-btn {
  position: fixed;
  right: 0px;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  background-color: #000;
}
#sidebar .toggle-btn span {
  display: block;
  width: 30px;
  height: 90px;
  color: #fff;
  margin: 1px 0px;
  padding: 1px 0;
  text-align: center;
  cursor: pointer;
}

/*******************toTop*******************/
/*******************toTop*******************/
.toTop-arrow {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    opacity: 0.8;
    background: #80fd47;
    color: #000;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding-top: 5px;
    z-index: 999;
}
.toTop-arrow.color_black {
    background: #222;
    color: #fff;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 10px;
	height: 3px;
	border-radius: 5px;
	top: 10px;
	background: #000;
	position: absolute;
	content: "";
}
.toTop-arrow.color_black::before, .toTop-arrow.color_black::after {
	background: #fff;
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 1.1rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 1.1rem;
}
.toTop-arrow:focus {
	outline: none;
}

/*新增CSS*/
/*投票區域*/
.vote {
    position: absolute;
    margin: -16vw -15% auto 15%;
    width: 100%;
}
.vote_box{
	display: none;
}
.vote div {
    display: inline-block;
    width: 16%;
    height: 12.5vw;
    text-align: center;
    margin-right: 2.4%;
}
.vote_btn {
    margin-top: 5.5vw;
    font-weight: 600;
    font-size: 1em;
    border: none;
    width: 30%;
    background-color: #fff;
}
.vote_btn:hover{
	color: 000;
    background-color: #80FD47;
	transition: 0.5s;
}
.vote p{
	color: #80FD47;
	margin-top: 2.5vw;
}
.vote p span {
    font-size: 2vw;
    font-weight: 800;
    vertical-align: middle;
    padding: 0 1.5%;
}
.vote_info {
    font-size: 1em;
    color: #80FD47;
    text-decoration: underline;
    position: absolute;
    margin: -26.7vw auto 0% 27.5%;
    z-index: 1;
}
.vote_info:hover{
	color: #fff;
}
.vote_one{
	background-image: url("../images/event_one_1.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.vote_two{
	background-image: url("../images/event_one_2.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.vote_three{
	background-image: url("../images/event_one_3.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.vote_four{
	background-image: url("../images/event_one_4.png");
	background-size: contain;
	background-repeat: no-repeat;
}
/*挑戰時程*/
.audition_top {
    width: 100%;
    margin-top: -5.7%;
}
.audition {
    background-image: url(../images/audition_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -3vh;
    padding-bottom: 9vh;
}
.event_two_title {
    display: block;
    width: 45vw;
    margin-left: 26.5%;
    padding: 5% 0 2.5%;
}
.audition_table {
    display: block;
    width: 54%;
    margin: 0 auto;
}
.audition_tableM{
	display: none;
}
.audition_title {
    display: block;
    width: 13%;
    margin: 3% auto 1%;
}
.audition_img {
    text-align: center;
}
.audition_img img {
    display: inline;
    width: 20%;
    margin-right: 3%;
}

.audition_text {
    margin: 2% auto;
    width: 69%;
    line-height: 1.5vw;
	color: #333333;
}
.audition_text p {
    font-size: 1.6em;
    font-weight: 600;
    margin: 2.5% auto 1%;
}
.audition_text ol li {
    font-size: 1.2em;
    margin: 1% auto auto 1.5%;
}
.audition_text ol li span{
	color: #66cc00;
    font-weight: 600;
}
.audition_btn {
    text-align: center;
}
.audition_btn button {
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.2em;
    border-radius: 50px;
    border: none;
    color: #fff;
    padding: 0.2% 1%;
}
.audition_btn_g {
    background-color: #000000;
    margin: 4vw auto 0vw;
}
.audition_btn_b {
    background-color: #20201f;
    padding: 0.2% 2.5% !important;
}
.audition_btn_g:hover{
	color: #000;
	background-color: #fffb01;
	transition: 0.5s;
}
.audition_btn_b:hover{
	color: #000;
	background-color: #fffb01;
	transition: 0.5s;
}
/*報名表單*/
/*報名組別*/
.registration li{
	margin-left: 0px !important;
	list-style-type: none !important;
}
.registration li p{
	display: inline;
	font-size: 1.2em;
    font-weight: 600;
}
.registration li form{
	/*display: inline;*/
    color: #6c0;
    font-weight: 800;
}
.registration input{
    vertical-align: text-top;
}
.form_width{
	display: inline;
	width: 100%;
}
.term {
    display: block !important;
    margin: 5% auto;
    font-size: 1.2em;
    font-weight: 600;
}
.registration_check {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    margin-top: 2%;
}
.registration_check input{
	vertical-align: baseline;
}
.registration_btn {
    display: block;
    font-size: 1.8em;/*0421大小調整*/
    font-weight: 700;
    letter-spacing: 0.2em;
    border: none;
    color: #fff;
    padding: 0.2% 1%;
    background-color: #66cc00;
    margin: 1vw auto;
}
.registration_btn:hover{
	background-color: #20201f;
	transition: 0.5s;
}
/*報名成功*/
.susses_text {
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 3vw;
    margin-top: 4vw;
    text-align: center;
    color: #333;
}
/*錨點微調*/
:root {
  scroll-padding-top: 7rem;
}
/*0417後新增*/
/*sidebar*/
.lazyload:hover{
	filter: saturate(200%);
	transition: 0.5s;
}
/*示範影片*/
.gallery-image:hover{
	filter: saturate(200%);
	transition: 0.5s;
	cursor: pointer;
}
.gallery-video{
	width: 100%;
}
/*YT*/
.vmodal-youtube {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    justify-content: center;
    align-items: center;
}

.vmodal-content-youtube {
    background-color: #fefefe;
    padding: 20px;
    border-radius: 8px;
    width: 90vw;
    height: 90vh;
    max-width: 24%;
    max-height: 75%;
    overflow: hidden;
    margin: 15vh auto auto;
}

.vclose-youtube {
    position: absolute;
    top: 14vh;
    right: 35vw;
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.vclose-youtube:hover,
.vclose-youtube:focus {
    color: #000;
    text-decoration: none;
}

.video-container-youtube {
    position: relative;
    width: 100%; /* 影片容器寬度 100% */
    height: 100%; /* 影片容器高度 100% */
}

.video-container-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* 影片寬度 100% */
    height: 100%; /* 影片高度 100% */
}
/*IG*/
.vmodal-instagram {
    /* 保持彈出視窗在畫面中央 */
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.vmodal-content-instagram {
    background-color: #fefefe;
    padding: 20px;
    border-radius: 8px;
    width: 450px;
    max-width: 70%;
    height: 40vw;
    max-height: 90%;
    overflow: auto;
    margin: 10% auto auto;
}


.vclose-instagram {
    position: absolute;
    top: 10vw;
    right: 36%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.vclose-instagram:hover,
.vclose-instagram:focus {
    color: #000;
    text-decoration: none;
}

.video-container-instagram {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-container-instagram iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*0515人氣票選*/
.popular_top {
    width: 100%;
    margin-bottom: -21px;
}
.popular_title {
    display: block;
    width: 16%;
    margin: 3% auto 4%;
}
.popular_giftArea {
    display: block;
    background-image: url(../images/vote_bg_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 1%;
    padding-bottom: 5%;
    margin-top: -15px;
}
.popular_giftArea p {
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    line-height: 2em;
    margin: -3vh auto 3vh;
}
.popular_giftArea p a {
    font-size: 0.8em;
    color: #80FD47;
    text-decoration: underline;
}
.popular_giftArea p a:hover{
	color: #fff;
}
.popular_gift {
    display: block;
    width: 60%;
    margin: 2vw auto auto;
}
.popular_gift_m{
	display: none;
}
/*投票區*/
.popular_coverArea {
    display: block;
    background-image: url(../images/vedio_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -14px;
    padding-top: 4%;
}
.pro_title {
    display: block;
    width: 72%;
    margin: 0 auto;
}
.pro_title_m, .pro_bt_m{
	display: none;
}
.pro_bt {
    display: block;
    width: 72%;
    margin: 0 auto;
}

.voteArea_inline {
    display: inline-block;
    width: 17%;
	margin-bottom: 3%;
}
.cover_image {
    margin-bottom: 15px;
    width: 90%;
}
.cover_voteArea {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.cover_voteArea p {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5vw;
}
.cover_btn_1 {
    background-color: #ff009c;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.2em;
    border-radius: 50px;
    border: none;
    color: #000;
    padding: 0.2% 5%;
    margin: 0.5vw auto 2vw;
}

.cover_btn_2 {
    background-color: #00f6ff;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.2em;
    border-radius: 50px;
    border: none;
    color: #000;
    padding: 0.2% 5%;
    margin: 0.5vw auto 2vw;
}
.cover_btn_3 {
    background-color: #87ee21;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.2em;
    border-radius: 50px;
    border: none;
    color: #000;
    padding: 0.2% 5%;
    margin: 0.5vw auto 2vw;
}
.cover_btn_1:hover{
	background-color: #fff;
	transition: 0.5s;
}
.cover_btn_2:hover{
	background-color: #fff;
	transition: 0.5s;
}
.cover_btn_3:hover{
	background-color: #fff;
	transition: 0.5s;
}
.cover_offkey, .cover_reels{
	margin-top: 3vw;
}


.login_btn, .registration_btn {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.2em;
  border: none;
  color: #fff;
  padding: 0.2% 1%;
  background-color: #66cc00;
  margin: 1vw auto;
}

.login_btn:hover, .registration_btn:hover{
background-color: #20201f;
transition: 0.5s;
}

.mymind_error_text{
  display: flex;
  justify-content: center;
  align-content: center;
  font-weight: bold;
  color: red;
}

#popup-voted .voted_login a , #popup-group-voted .group_voted_login a {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.2em;
  border: none;
  color: #fff;
  padding: 0.2% 1%;
  background-color: #66cc00;
  margin: 1vw auto;
  width: auto;
  text-align: center;
  width: 32%;
}

#popup-voted .susses_text, #popup-group-voted .susses_text{
  margin-top: 25px;
}

#popup-voted .modal-body-inner, #popup-group-voted .modal-body-inner{
  height: 170px;
}


.already_voted_susses_text {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: inherit;
  margin: 15px 0;
  text-align: center;
  color: #333;
}
/*公告區*/
.event_M_title{
	display: none;
}
.ranking_table {
    display: inline-block;
    text-align: center;
}
.ranking_table div {
    display: inline-table;
    width: 15%;
    margin: auto 1%;
}
.ranking_image {
    margin-top: 2vw;
}
.ranking_star_l {
    position: absolute;
    width: 4%;
    margin: 14% auto auto 4%;
}
.ranking_star_r {
    position: absolute;
    width: 7%;
    margin: 7% auto auto 88%;
}
/*所有作品*/
.popular_vedio_all img {
    display: block;
    width: 55%;
    margin: 2vw auto 3vw;
}
.popular_vedio_all img:hover{
	filter: saturate(200%);
	transform: scale(1.03);
	cursor: pointer;
	transition: all 0.2s;
}
.popular_MB{
	display: none !important;
}
/*精選作品回顧*/
.chosen_vedio {
    margin: -8vw auto 0;
    text-align: center;
    padding: 8% 9% 7%;
}
.chosen_vedio img {
    display: inline;
    width: 24% !important;
    margin: 1% !important;
}
.chosen_vedio img:hover{
	filter: saturate(200%);
	transform: scale(1.03);
	cursor: pointer;
	transition: all 0.2s;
}