@font-face {
  font-family: 'AlimamaFangYuanTiVF-Thin';
  src: url('../fonts/AlimamaFangYuanTiVF-Thin.woff2') format('woff2'),
      url('../fonts/AlimamaFangYuanTiVF-Thin.woff') format('woff'),
      url('../fonts/AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

.hmenusection {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.hmenusection > div {
    flex: auto;
    max-height: 150px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 20px;
}


.hmenusection .activestatus {
    min-width: 250px;
    height: 80px;
    background-image: url('../images/site/gameworld/dangan/yellowbg.png');
    justify-content: center;
}

.hmenusection .normalstatus {
    min-width: 120px;
    height: 40px;
    margin-left: 10px;
    background-image: url('../images/site/gameworld/dangan/whitebg.png');
    justify-content: center;
}


.hmenusection .left-div {
    min-width: 250px;
    height: 80px;
    background-image: url('../images/site/gameworld/dangan/yellowbg.png');
    justify-content: center;
}

.hmenusection .center-div {
    width: 20px;
    height: auto;
}

.hmenusection .right-div {
    min-width: 120px;
    height: 40px;
    margin-left: 10px;
    background-image: url('../images/site/gameworld/dangan/whitebg.png');
    justify-content: center;
}

.hmenusection .menu-text {
    color: #000000;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 24px;
    text-align: center;
}

.event-title {
    width: 100%;
    text-align: center;
    margin:auto;
    margin-bottom: 20px;
}

.event-title-text {
    color: #f9aa12;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 36px;
    text-align: center;
}

.timeline-year {
    color: #f9aa12;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 26px;
}

.timeline-title {
    color: #f9aa12;
    font-family: 'AlimamaFangYuanTiVF-Thin', sans-serif;
    font-size: 20px;
}

.timeline {
    position: relative;
    padding-left: 20px;
  }
  .timeline-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    margin-right: 10px;
    background: #064044;
  }
  
  .timeline-item {
    position: relative;
    margin-bottom: 50px;
    margin-left: 2px;
    width: 100%;
  }

  .timeline-left-content {
    position: relative;
  }

.timeline-content {
    font-family: 'AlimamaFangYuanTiVF-Thin', sans-serif;
    color: #c5c5c5;
    font-size: 14px;
    line-height: 1.6;
    margin: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    max-height: 500px;
  }
  .timeline-content.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 22px;
  }
  .timeline-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
  }

  .timeline-tag span,  .timeline-tag a {
    font-family: 'AlimamaFangYuanTiVF-Thin', sans-serif;
  }

  .timeline-tag a:hover {
    transform: scale(1.05);
  }

  .timeline-detail-btn {
    font-family: 'AlimamaFangYuanTiVF-Thin', sans-serif;
    display: inline-block;
    padding: 5px 15px;
    background: #FFB300;
    color: #01242c;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
	font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .timeline-detail-btn:hover {
    background: #FFD700;
    color: #01242c;
  }

  .timeline-progress {
    position: absolute;
    right: 0;
    top: 10px;
    color: #FFB300;
    font-size: 24px;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
  }
