
@media  (max-width: 520px) {
  .box{
    width: 100%;
    padding-top: 20px;
    margin: auto;
  }
  .logo_M{
    position: absolute;
    right: 5px;
    width: 32px;
    height: 32px;
  }
  .yellow_logo_M{
    width: 24px;
    height: 24px;
  }
  .footer-text{
    font-size: 13px;
  }
}
@media  (min-width: 520px) {
  .box{
    width: 520px;
    padding-top: 20px;
    margin: auto;
  }
  .logo_M{
    position: absolute;
    right: 5px;
    width: 42px;
    height: 42px;
  }
  .yellow_logo_M{
    width: 32px;
    height: 32px;
  }
  .footer-text{
    font-size: 16px;
  }
}



*{
  box-sizing: border-box;
   margin: 0;
  padding: 0;
}
 body{
  margin: 0;
  padding: 0;
  height: 100vh;
 }
.container {
  width: 100%;
  background-image: url('../assets/img/dseparty2025//bgc.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.box-header{
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 80px;;
  width: 100%;
}
.party{
  width: 100%;
}
.box-header-above {
 position: relative;
}

.location{
  position: absolute;
  left: auto;
  bottom: -30px;
  width: 75%;
}
.box-body{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  padding: 0 10px;
}
.box-body-left{
  width: 50%;
  height: auto;
  position: relative;
}
.group_1{
  width: 100%;
}
.jam_btn{
  position: absolute;
  width: 100%;
  top: 75%;
  left: 0;
  
}
.jam_btn-img{
  width: 100%;
  object-fit: cover;
  padding: 0 10px;
  
}
.box-body-right{
width: 50%;
position: relative;
}
.group_2{
  width: 100%;
}
.dse_btn{
  position: absolute;
  width: 100%;
  top: 75%;
  left: 0;
}
.box-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 20px;
  gap: 20px;
  bottom: 30px;
  position: absolute;
}
.footer-text{
  font-weight: 400;
  font-family: Noto Sans TC ;
  color: var(--mc-d-50-text, rgba(0, 0, 0, 0.5));
  text-align: center;
}