@charset "UTF-8";
.ma0 {
  margin: 0; }

.ma30 {
  margin: 30px; }

.mt30 {
  margin-top: 30px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.ma-auto {
  margin: auto; }

.pa0 {
  padding: 0; }

.pt30 {
  padding-top: 30px; }

.hightlight {
  color: #2de984; }

.color-2 {
  color: #198760; }

.color-3-1 {
  color: #B63B9F; }

.color-5-1 {
  color: #EE7A00; }

.section-title {
  text-align: center;
  color: #333333; }
  .section-title .expo-title-crumb {
    font-size: 20px; }
  .section-title .expo-title-main {
    font-size: 62px;
    letter-spacing: 2px; }
  .section-title .expo-title-sub {
    font-size: 24px;
    margin: 10px 0;
    line-height: 1.4em; }
  .section-title .expo-title-desc {
    text-align: center; }

/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
/***************************
    specialEvent 現場活動與好禮
**********/
.title-crumb {
  font-size: 20px; }
.title-main {
  font-size: 50px;
  font-weight: 600;
  color: #15055c; }
  @media (max-width: 768px) {
    .title-main {
      font-size: 3em;
      line-height: 1em; } }
  .title-main .ban {
    background: #2de984;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 20px; }
.title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
  text-align: center; }
.title-desc {
  font-size: 18px; }

.title-ul {
  text-align: left;
  line-height: 3.4em; }
  .title-ul li {
    font-size: 24px;
    list-style: disc;
    margin-left: 10px;
    font-weight: 500;
    color: #15055c; }

.deco-box {
  position: relative;
  min-height: 200px;
  color: #333; }

.deco-text {
  background: #2de984;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 8px;
  position: absolute;
  left: 3%;
  top: 40%;
  width: 54%; }

.deco-text-img {
  max-width: 160px; }

.deco-box-flex {
  -webkit-display: flex;
  display: -ms-flex;
  display: flex; }

.block-box {
  padding: 1% 3% 4%; }
  .block-box .note {
    font-size: 90%;
    display: block; }

.note {
  font-size: 90%; }

figure {
  max-width: 250px; }

.gift-main-box .gift-main-title {
  max-width: 300px;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 991px) {
    .gift-main-box .gift-main-title {
      max-width: 100%;
      text-align: left; } }
@media (min-width: 993px) and (max-width: 1399px) {
  .gift-main-box {
    left: 5%; } }

@media (min-width: 993px) and (max-width: 1399px) {
  .circle-box {
    left: 5%; } }

@media (max-width: 768px) {
  .circle-box {
    margin-top: 5%; } }
.circle-box .circle-box-title {
  max-width: 300px;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 991px) {
    .circle-box .circle-box-title {
      max-width: 100%;
      text-align: left; } }
.circle-box .circle-box-text {
  text-align: left; }
.circle-box .circle-box-book img {
  max-width: 140px;
  margin-left: -2%; }
@media (max-width: 991px) {
  .circle-box .circle-box-book {
    margin: 2% auto; } }

.specialEvent-bg-blue {
  background: #f0e0ff;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.specialEvent-bg-demo {
  background: #fdf7e9;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .specialEvent-bg-demo .table {
    background: #ffffff; }

.specialEvent-bg-backpack {
  background: #d7fad4;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.specialEvent-bg-tshirt {
  background: #fffbd7;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.section-specialEvent-title {
  background: url("../img/banner-specailEvent.jpg") no-repeat left center;
  background-size: cover;
  text-align: center;
  color: #333333; }
.section-specialEvent-contain {
  margin: 0;
  text-align: center; }
  @media (max-width: 768px) {
    .section-specialEvent-contain {
      padding: 1.2% 2%; } }
  .section-specialEvent-contain .event-container {
    position: relative;
    float: left;
    width: 100%; }
  .section-specialEvent-contain .flex-container {
    display: -ms-flex;
    -webkit-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .section-specialEvent-contain .flex-container {
        flex-flow: -ms-column;
        -webkit-flex-flow: column;
        flex-flow: column; } }
  .section-specialEvent-contain .event-item {
    min-height: 300px;
    margin: 0;
    padding: 50px 10px;
    text-align: left;
    overflow: hidden; }
    @media (max-width: 768px) {
      .section-specialEvent-contain .event-item {
        min-height: 160px;
        margin-bottom: 10px;
        border-right: none;
        padding: 20px 0; } }
    .section-specialEvent-contain .event-item .event-item-title {
      font-weight: 500;
      text-align: center; }
  .section-specialEvent-contain .collect-container .collect-step-box {
    text-align: left; }
  .section-specialEvent-contain .collect-container .collect-step-box-bg {
    background: #f5f5f5;
    margin: 0.5%;
    padding: 1% 3%; }
  .section-specialEvent-contain .collect-container .collect-step-title {
    color: #1e8fc6; }
    .section-specialEvent-contain .collect-container .collect-step-title span {
      background: #1e8fc6;
      color: #ffffff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: inline-block;
      vertical-align: baseline;
      text-align: center;
      margin: 0 3px;
      line-height: 1em;
      font-size: 1.6em; }
  .section-specialEvent-contain .collect-container .collect-step {
    background: #1e8fc6;
    color: #ffffff;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 1%;
    font-size: 16px;
    font-weight: 500; }
  .section-specialEvent-contain .collect-container .collect-step-img {
    margin: 1% auto 0;
    max-height: 150px; }
  .section-specialEvent-contain .collect-container figure {
    text-align: center; }
  .section-specialEvent-contain .collect-container figcaption {
    text-align: center;
    margin-top: 2%; }
.section-specialEvent-collect {
  background: #e6e6e6;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .section-specialEvent-collect .block-box h3 {
    background: #e6e6e6; }

.section-specialEvent-guide {
  padding: 2% 0;
  display: flex;
  float: none;
  background: #eee;
  margin: 0;
  z-index: 0; }
  .section-specialEvent-guide .guide-deco {
    padding: 0;
    text-align: center; }
    .section-specialEvent-guide .guide-deco .guide-deco-img {
      position: relative;
      margin: auto; }
  .section-specialEvent-guide .guide-text {
    margin: 1.5% 0 1%;
    padding: 1% 15px;
    background-color: #fff; }
    .section-specialEvent-guide .guide-text span {
      display: block; }
  .section-specialEvent-guide .title-main {
    color: #ffffff;
    text-align: center;
    margin: 8px 0 12px; }
  .section-specialEvent-guide .title-badge {
    color: #ffffff;
    padding: 5px 6px 5px 0;
    margin-right: 6px;
    display: inline-block;
    font-size: 24px;
    font-weight: 500; }
  .section-specialEvent-guide .title-main-desc {
    line-height: 1.6em;
    font-weight: 400; }
  .section-specialEvent-guide table {
    background: #ffffff;
    color: #000000; }

.section-specialEvent-cyber {
  background-image: url("../img/event/bg-cyberplayground.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
  color: #eee;
  padding: 4% 15px 6%; }
  .section-specialEvent-cyber .cyber-cardgame-box img {
    margin: auto; }

/******* specialEvent 現場活動與好禮 end **********/

/*# sourceMappingURL=specialEvent.css.map */
