/* CSS Document */
.hidden-content {
  max-width: 650px;
  display: none;
}
.Hedgehog {
  background: url(../images/Hedgehog.svg) left top no-repeat;
  padding-left: 45px;
}
.rabbit {
  background: url(../images/rabbit.svg) left top no-repeat;
  padding-left: 45px;
}
.mouse {
  background: url(../images/mouse.svg) left top no-repeat;
  padding-left: 45px;
}
/*date nav*/
#tabsNav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  background: #f5f5f5;
}
#tabsNav li a {
  display: block;
  border-bottom: 3px solid #f5f5f5;
  text-decoration: none;
  color: #888;
  text-align: center;
  padding: 10px 20px;
}
#tabsNav li.active a {
  border-bottom: 3px solid #E95378;
  color: #333;
  background: #ededed;
}
#tabsNav li a:hover {
  color: #333;
  border-bottom: 3px solid #ccc;
}
#tabsTag {
  overflow: auto;
    width: 750px;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  /*background: #f5f5f5;*/
    margin: 0 auto
}
#tabsTag li {
  margin: 2px;
  background: #E95378;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#tabsTag li a {
  display: block;
  /*border-bottom: 3px solid #f5f5f5;*/
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}
#tabsTag li.active a {
  /*border-bottom: 3px solid #E95378;*/
  color: #fff;
  background: #57C1D1;
}
#tabsTag li a:hover {
  color: #fff;
  background: #57C1D1; /*	border-bottom: 3px solid #ccc;*/
      -webkit-border-radius: 5px;
  border-radius: 5px;
}
.whiteFrame {
  background: #fff;
  padding: 6%;
  width: 100%
}
/*-----------------------for both-----------------------*/
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  .css-table {
    display: table;
    width: 100%;
  }
  .css-table .thead {
    display: table-header-group;
  }
  .css-table .tbody {
    display: table-row-group;
  }
  .css-table .tr {
    display: table-row;
  }
  .css-table .th, .css-table .td {
    display: table-cell;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
  }
  .css-table .th {
    background: #333;
    color: #fff;
  }
  .css-table .td {
    word-break: break-all;
  }
  .css-table .center {
    text-align: center;
  }
  .tdHeader span {
    color: #E95378
  }
  .card-table h4 {
    color: #E95378;
    font-size: 17px;
  }
  /*.css-table .tr:nth-child(odd) {
	background: #f5f5f5;
}*/
  /*date nav*/
  #tabsNav li a {
    font-size: 17px;
    padding: 10px 30px;
  }
  #tabsNav li {
    float: left;
  }
  #tabsTag li a {
    font-size: 17px;
    padding: 10px 30px;
  }
  #tabsTag li {
    float: left;
  }
    .picLeft {
    float: left;
    padding: 0px 20px 10px 0px;
    width: 30%;
  }
  .picLeft img {
    width: 100%;
  }
  .introRight {
    float: right;
    width: 70%;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  .card-table {
    /*border-top: 1px solid #ddd;*/
    margin: 0 -15px;
  }
  .card-table .thead {
    display: none;
  }
  .card-table .tr {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    display: block;
  }
  .card-table .th {
    border: currentColor;
    width: 100%;
    display: inline-block;
  }
  .card-table .td {
    border: currentColor;
    width: 100%;
    display: block;
  }
  .card-table .tdHeader {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 19px;
    color: #E95378
  }
  .card-table h4 {
    color: #E95378;
    font-size: 17px;
  }
  .tdHeader span {
    color: #000;
    font-size: 15px
  }
  /*--------------- css table -----------------*/
  /*date nav*/
  #tabsNav {
    margin: 0 -15px;
  }
  #tabsNav li {
    display: inline-block;
  }
  #tabsTag {
    margin: 0 -15px;
      width: 100%;
  }
  #tabsTag li {
    display: inline-block;
  }
    
    
      .picLeft {
    padding: 20px;
    width: 100%;
  }
  .picLeft img {
    width: 100%;
  }
}

/*------------------for mobile end------------------------*/




/* Wrapper */
.wrapper {
  position: relative;
  /* background: #450026*/
}
.wrapper > .inner {
  padding: 0em 5em 3em 5em;
  max-width: 100%;
  width: 100%;
}
.wrapper > .inner h3 {
  font-size: 150%;
  font-family: "微軟正黑體";
  text-align: left
}
@media screen and (max-width: 1680px) {
  .wrapper > .inner {
    padding: 2em 2em 1em 2em;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper > .inner {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .wrapper > .inner {
    padding: 2em 1em 1em 1em;
  }
}
.wrapper.alt {
  background-color: #261c3e;
}
.wrapper.style1 {
  background-color: #5e42a6;
}
.wrapper.style1-alt {
  background-color: #493382;
}
.wrapper.style2 {
  background-color: #5052b5;
}
.wrapper.style2-alt {
  background-color: #3e4094;
}
.wrapper.style3 {
  background-color: #b74e91;
}
.wrapper.style3-alt {
  background-color: #953d75;
}
.wrapper.fullscreen {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 100vh;
}
body.is-ie .wrapper.fullscreen {
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  .wrapper.fullscreen {
    min-height: calc(100vh - 2.5em);
  }
  body.is-ie .wrapper.fullscreen {
    height: calc(100vh - 2.5em);
  }
}
@media screen and (max-width: 736px) {
  .wrapper.fullscreen {
    padding: 2em 0;
    min-height: 0;
  }
  body.is-ie .wrapper.fullscreen {
    height: auto;
  }
}
.wrapper.fade-up > .inner {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1.0;
}
.wrapper.fade-up.inactive > .inner, body.is-preload .wrapper.fade-up > .inner {
  opacity: 0;
  -moz-transform: translateY(1em);
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
}
.wrapper.fade-down > .inner {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1.0;
}
.wrapper.fade-down.inactive > .inner, body.is-preload .wrapper.fade-down > .inner {
  opacity: 0;
  -moz-transform: translateY(-1em);
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
}
.wrapper.fade > .inner {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1.0;
}
.wrapper.fade.inactive > .inner, body.is-preload .wrapper.fade > .inner {
  opacity: 0;
}
/* Header */
#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  background-color: #94004A;
  cursor: default;
  padding: 1em 1em;
  height: 80px;
}
#header > .title {
  border: 0;
  color: #ffffff;
  display: block;
  /*font-size: 1.25em;*/
  font-weight: bold;
}
#header > nav {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#header > nav > ul {
  margin-top: 30px;
  padding: 0;
}
#header > nav > ul > li {
  display: inline-block;
  margin: 0em 1em;
  padding: 0;
  vertical-align: middle;
}
#header > nav > ul > li:first-child {
  /*margin-left: 0;*/
}
#header > nav > ul > li a {
  border: 0;
  color: rgba(255, 255, 255, 0.35);
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}
#header > nav > ul > li a:hover {
  color: rgba(255, 255, 255, 1);
}
#header > nav > ul > li a.active {
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  #header {
    padding: 1em 2em;
    height: 60px;
  }
  #header > nav > ul {
    margin-top: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #header {
    display: block;
    padding: 0;
    text-align: left;
    margin: 0px 0px 0px 5px;
    height: 50px
  }
  #header .title {
    font-size: 1.25em;
  }
  #header > nav {
    /*border-top: solid 1px rgba(255, 255, 255, 0.15);*/
    width: 100%;
    padding: 4px 5px;
    text-align: left;
  }
  #header > nav > ul {
    margin-top: 10px;
    padding: 0;
  }
  #header > nav > ul > li {
    display: inline-block;
    margin-left: 0.1em;
    padding: 0;
    vertical-align: middle;
    width: auto;
  }
  #header > nav > ul > li a {
    border: 0;
    color: rgba(255, 255, 255, 0.35);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
  }
}