@charset "utf-8";
/*-----------------------for both-----------------------*/
.blueBG {
  background: #143078;
}
.countdownTitle{font-family: 'Kanit', sans-serif; letter-spacing: 1px; font-size: 280%}
/*-------------banner--------------------*/
#bannerWrapper {
  width: 100%;
  background: #000;
}
#banner {
  position: relative;
}
.bannerslide .swiper-slide {
  opacity: 0.5;
}
.bannerslide .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.pink {
  color:#2569b4
}
.white {
  color: #fff
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  .buttomBg {
    background-image: url(../images/bottomBg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #fff;
      background-size: contain;
  }
  /*-------------banner--------------------*/
  #bannerWrapper {
    margin-top: 70px;
  }
  .bannerslide li {
    width: 70%;
  }
  /*-------------indexWrapper--------------------*/
  .indexWrapper {
    width: 100%;
    margin: 0 auto;
    min-width: 1024px;
    max-width: 1200px;
    padding: 25px 0;
  }
  .indexWrapper h1 {
    /*    text-align: left;*/
    font-size: 25px;
    font-weight: bold
  }
  .indexWrapper .left {
    float: left;
    width: 49%;
    min-width: 550px
  }
  .indexWrapper .leftS {
    float: left;
    width: 30%;
    min-width: 350px;
    border: 1px solid #FF7577
  }
  /*.indexWrapper .left h1 {
    text-align: left;
    font-size: 25px;
  }*/
  .indexWrapper .right {
    float: right;
    width: 49%;
    min-width: 550px;
  }
  .indexWrapper .rightW {
    float: right;
    width: 70%;
    min-width: 750px;
    border: 1px solid #FF7577
  }
  /* .indexWrapper .right h1 {
    text-align: left;
    font-size: 25px;
  }*/
  .infoIndex {
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    /*align-items: center;*/
  }
  .infoIndex li {
    width: 200px;
    height: 200px;
    border: 5px solid #C51E85;
    -webkit-border-radius: 20px; /*圓角for Google Chrome、Safari*/
    -moz-border-radius: 20px; /*圓角for Firefox*/
    border-radius: 20px; /*圓角for IE*/
    text-align: center;
    margin: 2%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .infoIndex li h2 {
    width: 100%;
  }
  .infoIndex li img {
    display: block;
    width: 50%;
  }
  .infoIndex li span {
    display: block;
    text-align: center
  }
  /*-------------newsList--------------------*/
  .newsList {
    width: 580px;
    margin: 0 auto;
    /*height: 300px*/
  }
  .newsList li {
    padding: 5px 0px 5px 0px;
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-bottom: dashed 1px #006085*/
  }
  /*.newsList li::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }*/
  .newsList li:last-child {
    /*padding-bottom: 0;*/
    border-bottom: none
  }
  .newsList li span {
    color: #fff;
    width: 28%;
    padding: 5px;
    background: #f3a9c9;
    text-align: center;
  }
  .newsList li p {
    width: 72%;
    margin-left: 10px;
    color: #000;
  }
  /*-------------orgList--------------------*/
  #orgWrapper {
    text-align: center;
  }
  #orgWrapper dd {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
  }
  #orgWrapper dd:last-child {
    margin-right: 0;
  }
  .orgList {
    text-align: center;
  }
  .orgList li {
    width: 150px;
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
  }
  .orgList li img {
    width: 110px;
  }
  .orgList li:last-child {
    margin-right: 0;
  }
  .orgList li p {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 120%;
  }
  /*-------------video-------------*/
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #video li {
    /* float: left;*/
    width: 100%;
    margin: 0 1% 1% 0;
  }
  #video li:nth-child(3n) {
    margin-right: 0
  }
  #video li iframe {
    width: 100%;
  }
  .support {
    background: #eee;
    padding: 20px 10%;
    text-align: center;
  }
    
.card {
    display: inline-block;
    position: relative;
    width:100%;
    height:70px;
}

.overlay {
    position: absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    background:white;
    opacity: 1
}

.video{
    position: absolute;
    top:0;
    left:0;
    z-index:0;
}
    
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  .buttomBg {
    background-image: url(../images/bottomBgM.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  /*-------------banner--------------------*/
  #bannerWrapper {
    margin-top: 60px;
  }
  .bannerslide li {
    width: 100%;
  }
  /*-------------indexWrapper--------------------*/
  .indexWrapper {
    padding: 20px 15px;
  }
  .indexWrapper .left {
    margin-bottom: 40px;
  }
  .indexWrapper .right {
    margin-bottom: 10px;
  }
  .indexWrapper h1 {
    /*    text-align: left;*/
    font-size: 25px;
    font-weight: bold
  }
  /*-------------newsList--------------------*/
  .newsList li {
    padding-bottom: 8px;
    /*border-bottom: dashed 1px #006085;*/
    margin-bottom: 8px;
  }
  .newsList li:last-child {
    margin-bottom: 0;
  }
  .newsList li span {
    display: inline-block;
    color: #C51E85;
    /*background: #5dc2d0;*/
    width: 150px;
    text-align: left;
    font-weight: bold;
    /*font-size: 13px;*/
    /*border-radius: 20px;*/
    padding: 1px 0 1px 0px;
  }
  .newsList li p {
    margin-top: 3px;
    border-left: 3px solid #C51E85;
    padding: 3px 0 1px 10px;
  }
  .date li span {
    /*background: #11448d;*/
  }
  /*-------------orgList--------------------*/
  #orgWrapper dd {
    margin-bottom: 20px;
  }
  #orgWrapper dd:last-child {
    margin-bottom: 0;
  }
  .orgList li {
    padding-bottom: 6px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 6px;
    font-size: 13px;
  }
  .orgList li span {
    display: none;
  }
  .orgList li:last-child {
    margin-bottom: 0;
  }
   /*-------------video-------------*/
  #video li {
    margin-bottom: 20px;
  }
  #video li:last-of-type {
    margin-bottom: 0
  }
  #video li iframe {
    width: 100%;
    height: 200px;
  }
}