.highlight {
  color: #b37d00;
}

.section-specialEvent {
  /* background-color: #fff3e2; */
}
.section-specialEvent .header {
  position: relative;
}
.section-specialEvent .header::before {
  content: '';
  background: url('../img/event/deco.svg') no-repeat center center, 100%;
  position: absolute;
  width: 200px;
  height: 160px;
  top: 0;
  z-index: -1;
}
.section-specialEvent .header::after {
  content: '';
  background: url('../img/event/deco.svg') no-repeat center center, 100%;
  position: absolute;
  width: 200px;
  height: 160px;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width:768px){
  .section-specialEvent .header::before {
    width: 120px;
  }
  .section-specialEvent .header::after {
    width: 120px;
  }
}
.section-specialEvent .head .sub-title {}
.section-specialEvent .head .title {}


.section-specialEvent .event-box {}
.section-specialEvent .event-box .head {
  border-bottom: 3px solid #3cc3cc;
  padding-bottom: 0.6rem;
}

/* 會後滿意度調查 */
.event-box-after {
  /* background-color: #e1fdff; */
  background-color: #eee;
  border-radius: 30px;
}

/* 大會集點活動 */
.event-box-collect {

}

.event-box-techDemo {
  background-color: #F1EEE6;
  border-radius: 30px;
  position: relative;
}
.event-box-techDemo::after {
  content: '';
  background: url('../img/event/deco.svg') no-repeat center center, 100%;
  position: absolute;
  width: 200px;
  height: 160px;
  right: 0;
  bottom: -100px;
}

/* pavilion */
.event-box-pavilion {
  background-color: #19421b;
  border-radius: 30px;
  color: #fff;
}
.event-box-pavilion .title {
  color: #fff;
}

.event-box-pavilion .highlight {
  color: #e2a109;
}
/* from pavilion.css start */
.guided-card-group {}

.guided-card {
    
}
.guided-card ul {
    border-radius: 10px;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 350px;
}
@media (max-width: 768px) {
  .guided-card ul {
    height: auto;
  }
}
.guided-card ul li {
    line-height: 1.9;
    font-size: 1.2rem;
    padding-left: .5rem;
}
.guided-card ul li:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.2);
}

.guided-card ul li span {
    color: #ccc;
    padding-right: 1.5rem;
    letter-spacing: 1px;
}

.guided-title {
    color: #FDF89C;
}
.guided-subtitle{
  font-weight: 600;
  font-size: 1.8rem;
  padding: 1rem 0 1.3rem;
  text-align: center;
}
/* from pavilion.css end */




/* playground */
.event-box-play {
  background-color: #eaf0fe;
  border-radius: 30px;
}

.event-box-play .header {
  z-index: 0;
}
.event-box-play .header::before {
  z-index: 1;
  left: -200px;
}
.event-box-play .header::after {
  z-index: 1;
  right: -200px;
}


/* 企業資安演習活動暨頒獎典禮 */
.event-box-pavilionAward {
  background: #0f2146 url('../img/pavilion/bg-award.jpg') no-repeat right bottom/ cover;
  color: #fff;
  border-radius: 30px;
}
.event-box-pavilionAward .title {
  color: #fff;}