@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* CSS Document */
a {
  color: #f19ec2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; /*text-decoration: none;*/
}
a:hover {
  color: #7ecbf6;
}
a.disabled {
  pointer-events: none;
}
.italic {
  font-style: italic
}
.bold {
  font-weight: bold
}
/*-------font effect-----------*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}
.bold {
  font-weight: bold;
}
.red {
  color: #f00;
}
.yellow {
  color: rgba(255, 229, 0, 1.00)
}
.blue {
  color: #2786d6;
}
.pink {
  color: #f19fc3;
}
.largeFont {
  font-size: 19px;
}
.smallFont {
  font-size: 13px;
}
.align_r {
  text-align: right;
}
.align_c {
  text-align: center;
}
.float_r {
  float: right;
}
.italic {
  font-style: italic;
  opacity: 0.7;
  font-weight: normal;
}
.nowrap {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.divider {
  height: 10px;
  line-height: 10px;
}
ol.number {
  list-style: decimal;
  margin-left: 20px;
  display: block;
}
ol.number li {
  /*margin-bottom: 5px;*/
}
ol.number li:last-child {
  margin-bottom: 0;
}
ol.disc {
  list-style: disc;
  margin-left: 20px;
  display: block;
}
ol.abc {
  margin-left: 20px;
  display: block;
  list-style-type: lower-alphaj
}
ul.disc {
  list-style: disc;
  margin-left: 20px;
  display: block;
}
.grayLine {
  border-bottom: 1px solid #e0e0e0;
  height: 1px;
  line-height: 1px;
  margin: 20px auto;
}
.alert {
  background: #FFF1F0;
  padding: 10px 15px;
  color: #D85030;
  font-size: 14px;
  line-height: 130%;
}
.highlight {
  background: #FFF1F0;
  padding: 10px 15px;
  color: #D85030;
  line-height: 130%;
}
/*-------img effect-----------*/
.addShadow {
  border: 1px solid #f1f1f1;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.squareThumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  opacity: 0;
}
.recThumb {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  opacity: 0;
}
.adThumb {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.multiply {
  mix-blend-mode: multiply
}
.imgborder {
  border: 1px solid #e0e0e0;
}
/*-------btn effect-----------*/
.btn {
  border: none;
  color: #FFF;
  background: #f19ec2;
  cursor: pointer;
  padding: 7px 20px;
  font-size: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.btn:hover {
  background: #7ecbf6;
  color: #FFF;
}
.btnStyle {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #f19ec2;
  -webkit-appearance: none; /*取消手機預設樣式*/
}
.btnStyle:hover {
  background: #7ecbf6;
  color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
.btnSmall {
  border: none;
  color: #FFF;
  background: #f19ec2;
  cursor: pointer;
  padding: 2px 10px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 50px;
}
.btnSmall:hover {
  background: #11448D;
  color: #FFF;
}
.block {
  display: flex;
  /*flex-wrap: nowrap;
    flex-direction: row;*/
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.block li {
  width: auto;
  border-radius: 5px;
  color: #fff;
  background: #f19ec2;
  -webkit-appearance: none; /*取消手機預設樣式*/
  padding: 8px;
  margin: 2px;
}
.btnDownload, .btnDownload:hover {
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
}
.fa-solid {
  color: #f19ec2;
  font-size: 20px;
  padding: 5px;
}
.fa-file-pdf, .fa-file-word {
  color: #fff;
  font-size: 20px;
  padding: 5px;
}
/*------------------form effect-------------------*/
input, textarea, body select {
  font-family: "微軟正黑體", "Roboto", sans-serif;
  font-size: 15px;
  padding: 0;
  color: #333;
  /*避免select長度不一*/
  box-sizing: border-box;
  display: inline-block;
  line-height: 100%;
}
input:focus {
  outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  font-style: italic;
  opacity: 0.80;
}
:-ms-input-placeholder { /* WebKit browsers */
  font-style: italic;
  opacity: 0.80;
}
.textStyle {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.textStyle:focus {
  border: 1px solid #11448d;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}
.formTitle {
  margin-bottom: 5px;
  font-weight: bold;
}
.refresh {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-image: url(../images/refresh.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
label {
  cursor: pointer;
}
/*------------page--------------*/
#page {
  color: #666;
  overflow: auto;
  text-align: center;
}
#page span {
  float: left;
  margin: 0 6px 6px 0;
}
#page span a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  border: solid 1px #e0e0e0;
  background: #f5f5f5;
  border-radius: 3px;
}
#page span a:hover {
  background: #FFF;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
#page span.current a, #page span.current a:hover {
  background: none;
  color: #666;
  border: none;
  box-shadow: none;
}
/*--------------lightbox----------------*/
.lightbox {
  padding: 20px 15px;
}
/*---------------------- toTop ------------------------*/
#toTop {
  position: fixed;
  right: 30px;
  bottom: 35px;
  width: 40px;
  height: 40px;
  background: url(../images/icon_top.svg) no-repeat rgba(197, 30, 133, 0.5) center center;
  cursor: pointer;
  display: none;
  z-index: 123;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#toTop:hover {
  background: url(../images/icon_top.svg) no-repeat #7ecbf6 center center;
}
/*-----------------------footer-----------------------*/
#footerRight a {
  display: inline-block;
  width: 100px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
  opacity: 0.7;
}
#footerRight a:hover {
  opacity: 1;
  color: #fff;
}
.coming {
  width: 200px;
  height: 200px;
  border: 3px solid #f19ec2;
  border-radius: 100%; /*圓角for IE*/
  -webkit-border-radius: 100%; /*圓角for Google Chrome、Safari*/
  -moz-border-radius: 100%; /*圓角for Firefox*/
  line-height: 200px;
  font-size: 150%;
  text-align: center;
  margin: 10px auto;
}
/*-------------calendar--------------------*/
#calendar li {
  padding: 20px;
  display: block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  background: #f5f5f5;
  border-radius: 3px;
}
#calendar li ol li {
  border: none;
  padding: 3px;
  list-style-type: disc;
  margin-left: 20px
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  ol.two li {
    width: 48%;
    float: left;
    margin: 2px;
  }
  .buttomBgIn {
    background-image: url(../images/bottomBgIn.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    /*  background-color: #fff;*/
  }
  /*-----------------------body-----------------------*/
  html, body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 15px;
    line-height: 160%;
    font-family: 'Noto Sans JP', "微軟正黑體", sans-serif;
  }
  p {
    line-height: 160%;
  }
  h1, h2, h3, h4 {
    line-height: 120%;
  }
  .btnStyle {
    padding: 12px 25px;
    line-height: 100%;
    font-size: 17px;
  }
  .textStyle {
    padding: 10px;
  }
  .NoShowInPC {
    display: none;
  }
  /*------------------menu------------------------*/
  #headerWrapper {
    /*display: block;*/
    width: 100%;
    top: 0;
    height: 100px;
    background-image: url("../images/banner/sliderMenu.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*   background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(199, 32, 133, 1) 0%, rgba(92, 48, 140, 1) 36%, rgba(27, 124, 192, 1) 73%, rgba(25, 37, 113, 1) 100%);*/
    position: fixed;
    z-index: 100;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bgcolor {
    /*background-image: url("../images/menuBg.png");
    background-repeat: no-repeat;
    background-size: cover;*/
  }
  .bgcolor.scrolled {
    /*background-image: -webkit-cross-fade(url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==), url(../images/menuBg.png), 80%);
    background-image: cross-fade(url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==), url(../images/menuBg.png), 80%);
    background-size: cover;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/menuBg.png') no-repeat 0% 0%/ cover;*/

    /*background-color: rgba(0, 0, 0, 0.7);*/ /*Change Navbar Background Color On Scroll*/
    /*border-bottom: 3px solid #2786d6 ;*/
    /*   opacity: 0.9*/
  }
  #menuWrapper {
    width: 1200px;
    /*min-width: 1200px;*/
    top: 0;
    height: 95px;
      /*background: #f19ec2;*/
    position: relative;
      
  }
  h4.openMenu {
    display: none;
  }
  #menu {
    float: right;
    /* margin: 0 auto;*/
    /*    height: 100px;*/
    /*position: fixed;*/
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    /*width: 100%;
      border: #FF9FA0 1px solid*/
    height: 95px;
  }
  #menu li {
    float: left;
  }
  #menu li a {
    /*display: flex;*/
    text-align: center;
    line-height: 55px;
    padding: 17px 30px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    /*vertical-align: middle;
    justify-content: center;
    align-items: center;*/
    transition: 0.5s;
  }
  #menu li.selected a{
    /* background: #f19ec2;*/
    color: #f19ec2;
  }
  #menu li.selected  {
    /*color: #f19ec2;*/
  }
  #menu li a:hover {
    color: #f19ec2;
    transition: 0.5s;
    /*background: #f19ec2;*/
  }
  #menu li ul {
    position: absolute;
    display: none;
  }
  #menu li ul.last {
    right: 0;
    text-align: right;
  }
     #menu li.selected ul li a{
    /* background: #f19ec2;*/
    color: #fff;
  }
  #menu li ul li {
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 995;
    float: none;
    /*height: 50px;*/
    width: auto;
  }
  #menu li ul li a {
    display: block;
    /*background: #7ecbf6;*/
    background: rgba(126, 203, 246, 1);
    line-height: 25px;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    /*border-bottom: 1px solid #fff;*/
    transition: none;
  }
  #menu li ul li:last-child {
    border-bottom: none;
  }
  #menu li ul li a:hover {
    /*background: #f19ec2;*/
    background: rgba(241, 158, 194, 1);
    color: #fff;
  }
  #menu li ul li.selected a {
    background: #f19ec2;
  }
  /*-----------------header---------------*/
  #menuWrapper h1 a {
    display: block;
    position: absolute;
    width: 200px;
    height: 100px;
    text-indent: -9999px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    /*position: fixed;*/
    /*    left: 0%;*/
  }
  #menu li.sm a {
    width: 25px;
    /*    text-indent: -9999px*/
    margin: 30px 5px 5px 5px;
  }
  #menu li.sm a:hover {
    background: none;
  }
  /*  #menu li.sm i {
    width: 50px;
    font-size: 20px;
      
  }
  #menu li.sm i:hover {
    color: #F1FF64
  }*/
  #menu li.sm a.FB {
    background-image: url(../images/fb.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
  }
  #menu li.sm a.IG {
    background-image: url(../images/ig.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
  }
  /*----------------track----------------------------------*/
  #track {
    width: 100%;
    min-width: 1024px;
    margin: 100px 0 0 0;
    font-size: 13px;
    line-height: 100%;
    padding: 12px 5%;
    color: #fff;
    background: #2786d5;
    border-bottom: 1px solid #eee;
  }
  #track span {
    padding: 0 5px;
  }
  #track a {
    color: #FFFFFF
  }
  #track a:hover {
    color: #f19ec2;
    text-decoration: underline;
  }
  /*-------------content inner--------------------*/
  article {
    width: 80%;
    margin: 8px auto;
    min-width: 1024px;
    max-width: 1440px;
    padding: 25px 0px;
  }
  article h1, .indexWrapper h1 {
    font-size: 31px;
    font-weight: normal;
  }
  article h1 span, .indexWrapper h1 span {
    /*border-bottom: 4px solid #f19ec2;*/
    color: #2786d6;
    display: inline-block;
    padding-bottom: 5px;
  }
  h2 {
    font-size: 24px;
    font-weight: normal;
    color: #f19ec2
  }
  h3 {
    font-size: 20px;
    font-weight: normal;
    color: #2786d6;
    /*border-left: 3px solid #f19ec2;
    padding-left: 10px;*/
  }
  h4 {
    font-size: 17px;
    color: #f19ec2;
    font-weight: normal
  }
  #left {
    width: 22%;
    /*min-width: 200px;*/
    float: left;
  }
  #left h1 {
    margin-bottom: 25px;
  }
  #left h4 {
    display: none;
  }
  #right {
    width: 75%;
    padding: 0;
    float: right;
  }
  #right h1 {
    color: #2786d6
  }
  /*-------------list--------------------*/
  .list li {
    margin-bottom: 10px;
    background: #2786d6;
    width: 250px;
  }
  .list li a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
  }
  .list li a:hover {
    color: #fff;
    background: #f19ec2;
  }
  .list li.selected a {
    color: #fff;
    background: #f19ec2;
    /*font-weight: bold;*/
  }
  /*--------------itemList-------------------*/
  /*--------------itemList-------------------*/
  .itemList li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
  }
  .itemList li:first-child {
    /*padding-top: 0;*/
  }
  .itemList li:last-child {
    /*padding-bottom: 0;*/
    border-bottom: none;
  }
  .itemList li div.left {
    width: 25%;
    float: left;
    text-align: center;
  }
  .itemList li div.right {
    width: auto;
    margin-left: 27%;
  }
  .itemList li div.right li {
    border: none;
  }
  /*for living taipei*/
  .smallList li div.left {
    width: 15%;
  }
  .smallList li div.right {
    width: auto;
    margin-left: 17%;
  }
  /*for living taipei*/
  .itemList li div.left img {
    width: 100%;
  }
  .btnList li {
    margin-right: 10px;
    display: inline-block;
  }
  .btnList li:last-child {
    margin-right: 0;
  }
  .eventList li {
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
  }
  .eventList li:first-child {
    border-top: 1px solid #e0e0e0;
  }
  .eventList li:last-child {
    /*padding-bottom: 0;*/
    /*border-bottom: none;*/
  }
  .eventList li div.left {
    width: 40%;
    float: left;
    text-align: center;
  }
  .eventList li div.right {
    width: auto;
    margin-left: 42%;
  }
  .eventList li div.right li {
    border: none;
  }
  .eventList li div.right h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold
  }
  .eventList i {
    color: #f19ec2
  }
  .eventList i:hover {
    color: #9079D0
  }
  .eventList li div.right img {
    float: left;
    padding: 0px 5px 5px 0px;
    width: 10%;
  }
  /*--------------countryList-------------------*/
  .countryList {}
  .countryList li {
    width: 25%;
    float: left;
  }
  /*--------------countryList-------------------*/
  .Committee li {
    width: 48%;
    margin: 2%;
    border: 1px solid #FF7E80
  }
  .Committee li span {
    color: #f19ec2;
    display: block;
    font-size: 120%;
  }
  .Committee li img {
    float: left;
    width: 15%;
  }
  .CommitteeRight {
    width: 80%;
  }
  /*--------------signature-------------------*/
  .signature li {
    width: 48%;
    float: left;
    margin-right: 5px;
  }
  .signature li img {
    float: left;
    width: 28%;
  }
  .signatureR {
    float: right;
    width: 70%;
  }
  .abstracts li {
    width: 48%;
    float: left;
    list-style: disc;
    margin-left: 15px;
  }
  /*------Affiliated Conference-------*/
  dl.indexLogo {
    text-align: center;
  }
  dl.indexLogo dd {
    display: inline-block;
    margin: 0 10px;
  }
  .Affiliated {
    text-align: center;
  }
  .Affiliated li {
    display: inline-block;
    width: 150px;
  }
  /*-----------------adBanner---------------*/
  .adBanner {
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .adBanner li {
    width: 350px;
    /*height: 120px;*/
    margin: 1%; /*建議尺吋220*100*/
  }
  .adBanner li img {
    /*width: 350px;*/
  }
  .adBannerFive li {
    display: inline-block;
    width: 14%;
    margin: 0 1%; /*建議尺吋220*100*/
  }
  .adBannerFive li img {
    /*width: 150px*/
  }
  /*--------------signature-------------------*/
  .googleMap {
    width: 100%;
    height: 300px;
  }
  /*--------------sticky-------------------*/
  #sidebar.sticky {
    float: none;
    position: fixed;
    top: 50;
    z-index: 6;
    left: auto;
    min-width: 200px;
  }
  #hidden-content {
    max-width: 600px;
  }
  /*-------------table form--------------------*/
  .maxText {
    width: 100%;
  }
  .largeText {
    width: 80%;
  }
  .midText {
    width: 50%;
  }
  .smallText {
    width: 120px;
  }
  .btnDownload, .btnDownload:hover {
    background-position: left 15px center;
    background-size: 20px 20px;
    padding-left: 40px;
    width: 360px;
    text-align: center;
  }
  /*-------------JQ Validate--------------------*/
  label.error {
    color: #fff;
    margin-top: 5px;
    line-height: 100%;
    display: inline-block;
    font-style: italic;
    background: url(../images/alertTop.png) no-repeat left center;
    padding: 20px 10px 8px 10px;
    font-size: 14px;
    float: none;
  }
  .errorContainer {
    display: block;
  }
  .errorContainer label.error {
    margin-top: 5px;
    background: url(../images/alertTop.png) no-repeat left center;
    padding: 20px 10px 8px 10px;
  }
  /*-------------subscript--------------------*/
  #subscript {
    float: left;
    width: 58%;
    margin-right: 2%;
  }

  #subscriptText {
    border: 3px solid #ddd;
    background: #FFF;
    vertical-align: middle;
    width: 45%;
    text-indent: 10px;
    height: 45px;
    margin-right: 5px;
    border-radius: 3px;
  }
  #subscriptText:focus {
    border: 3px solid #004e66;
  }
  #subscriptBtn {
    vertical-align: middle;
    width: 17%;
    height: 45px;
    text-align: center;
  }
  #validText {
    border: 3px solid #ddd;
    background: #FFF;
    vertical-align: middle;
    width: 14%;
    text-indent: 4px;
    height: 45px;
    margin-right: 2px;
    border-radius: 3px;
  }
  #validText:focus {
    border: 3px solid #004e66;
  }

  /*-------------footer--------------------*/
  footer {
    background: #333;
    color: #ccc;
    padding: 25px 10%;
    font-size: 13px;
  }
  footer h4, footer a {
    color: #fff;
  }
  .footerleft {
    display: block;
    float: right;
    width: 30%;
    margin-right: 2%;
  }
  #footerRight {
    float: left;
    width: 45%;
  }
  .logoList li {
    width: 300px;
    float: left;
    margin: 5px;
    text-align: center;
  }
  .logoList ul li img {
    width: 300px
  }
  .logoListF li {
    width: 200px;
    float: left;
    margin: 5px;
    text-align: center;
  }
  .logoListF ul li img {
    width: 200px
  }
  .SocialMedia {
    display: table-cell;
    width: 100%;
    padding-bottom: 10px;
  }
  .SocialMedia ol li a {
    display: inline-block;
    width: 100px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    opacity: 0.7;
  }
  .SocialMedia ol li a:hover {
    opacity: 1;
    color: #fff;
  }
  .SocialMedia li {
    float: left
  }
  .Secretariat {
    display: block;
    width: 100%;
  }
  #getting-startedWrapper {
    width: 700px;
    margin: 0 auto;
    height: 150px;
    /* border: 1px solid #B3B3B3;*/
  }
  #getting-started ol {
    display: flex;
    /*  flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    /*align-items: center;*/
  }
  #getting-started li {
    /* float: left;*/
    margin: 10px;
    width: auto;
    height: 100px;
    display: block;
    text-align: center;
    /*font-family: 'Oswald', 'Noto Sans TC', sans-serif;*/
    font-family: 'Bebas Neue', sans-serif;
    background: #fff;
    padding: 30px 20px 30px 20px;
    -webkit-border-radius: 15px; /*圓角for Google Chrome、Safari*/
    -moz-border-radius: 15px; /*圓角for Firefox*/
    border-radius: 15px; /*圓角for IE*/
    font-size: 18px
  }
  #getting-started li span {
    background: #fff;
    color: #840080;
    font-size: 60px;
    height: 40px;
    /*border-radius: 3px;*/
    /*padding: 20px 20px 25px 20px;*/
    display: inline-block;
  }
  .langTW {
    display: block;
    float: right;
    margin-left: 10px;
  }
  .langTW a {
    background: #28B5B2;
    border-radius: 50px;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    height: 35px;
    width: 60px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    margin-top: 32px
  }
  .langTW a:hover {
    color: #fff;
    background: #f19ec2;
  }
  .tourImg {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    /*	  flex-wrap:nowrap;
    flex-direction:row;*/
    justify-content: space-between;
  }
  .tourImg img {
    width: 100%;
  }
  .tourIntro {
    width: 48%;
    margin: 1% 1% 1% 0%;
  }
  .tourIntro p {
    padding: 5px 0px
  }
  .noBorder li {
    border: none;
    padding: 0px 0px 3px 0px;
  }
  .VenueList_con {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .VenueList {
    width: 49%;
    margin: 0% 1% 0% 0%;
    /* border: 1px solid #B8B8B8;*/
    align-items: center;
    padding: 1%;
    background: #efefef;
  }
  .VenueList img {
    width: 100%;
  }
  .VenueList p {
    text-align: center;
    width: 100%;
  }
  .committee li {
    float: left;
    width: 31%;
    margin: 2px;
    list-style: disc;
    margin-left: 20px;
  }
  .logoWrapper {
    width: 100%;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    /*height: 120px;*/
  }
  .logoWrapper li {
    display: block;
    margin: 2%;
    width: 310px;
    background: #fff;
    padding: 20px 20px 30px 20px;
    text-align: center;
    position: relative;
    /* -webkit-border-radius:10px;
	border-radius:10px;*/
    -webkit-box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    border: 1px solid #fff;
    transition: 400ms;
  }
  .logoWrapper li a {
    text-decoration: none;
  }
  .logoWrapper li:hover {
    border: 1px solid #f19ec2
  }
  .logoWrapper li img {
    width: 100%;
  }
  .logoWrapper li p {
    text-align: center;
    color: #949494;
    transition: 400ms;
  }
  .logoWrapper li i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 30%;
    right: 42%;
    opacity: 0.7;
    filter: alpha(opacity=70); /*  IE8 及更早的版本 */
    transform: scale(1, 1);
    transition: all 0.5s ease-out;
  }
  .logoWrapper li:hover i {
    color: #fff;
    /*width: 20px;*/
    opacity: 1;
    filter: alpha(opacity=100); /*  IE8 及更早的版本 */
    transform: scale(2, 2);
  }
  .logoWrapper li:hover p {
    color: #f19ec2
  }
  .logoWrapper p span {
    color: #7ecbf6;
    font-size: 20px;
  }
  .blockColumn {
    width: 100%;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    /*height: 120px;*/
  }
  .blockColumn li {
    display: block;
    margin: 1%;
    width: 31%;
    background: #fff;
    padding: 20px 10px 20px 10px;
    text-align: center;
    /* position: relative;*/
    /* -webkit-border-radius:10px;
	border-radius:10px;*/
    -webkit-box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    border: 1px solid #fff;
    transition: 400ms;
  }
  .blockColumn li a {
    text-decoration: none;
  }
  .blockColumn li:hover {
    border: 1px solid #f19ec2
  }
  .blockColumn li img {
    width: 100%;
  }
  .blockColumn li p {
    text-align: center;
    color: #949494;
    transition: 400ms;
  }
  .blockColumn li i img {
    width: 8%;
    /* font-size: 30px;
      color: #fff;
      position: absolute;
      top: 30%;
      right: 42%;
      opacity: 0.7;
      filter: alpha(opacity=70); 
      transform: scale(1, 1);
      transition: all 0.5s ease-out;*/
  }
  .blockColumn li:hover i {
    /* color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(2, 2);*/
  }
  .blockColumn li:hover p {
    color: #f19ec2
  }
  .blockColumn p span {
    color: #7ecbf6;
    font-size: 20px;
  }
  .hidden-content {
    max-width: 550px; /*首頁popup的寬度*/
    display: none;
  }
  .dailyProgram {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 600px;
    overflow: hidden;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-----------------------body-----------------------*/
  ol.two li {
    width: 100%;
    float: left;
    margin: 2px;
  }
  html {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
  }
  body {
    color: #333;
    line-height: 150%;
    font-size: 14px;
    font-family: 'Noto Sans JP', "微軟正黑體", sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-height: 100%;
  }
  p {
    line-height: 150%;
  }
  h1, h2, h3, h4 {
    line-height: 120%;
  }
  .btnStyle {
    font-size: 14px;
    padding: 8px 15px;
    line-height: 100%;
    -webkit-appearance: none; /*取消手機預設樣式*/
  }
  .textStyle {
    padding: 8px;
  }
  .alignCenterMobile {
    text-align: center
  }
  input, textarea, select {
    font-size: 14px;
  }
  .btnSmall {
    padding: 6px 12px;
    font-size: 14px;
  }
  .picForMobile {
    width: 100%;
    height: auto;
  }
  .NoShowInMobile {
    display: none;
  }
  ::-webkit-scrollbar {
    display: none; /*隱藏手機scroll*/
  }
  /*-----------------header---------------*/
  #menuWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    /*background: #fff;*/
    /*background: rgb(2,0,36);
background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(199,32,133,1) 0%, rgba(92,48,140,1) 36%, rgba(27,124,192,1) 73%, rgba(25,37,113,1) 100%);*/
    z-index: 199;
    /*border-top: 5px solid #f19ec2*/
    /*box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);*/
    /*border-bottom: 5px solid #7ecbf6*/
    background-image: url("../images/menuBg.png");
    background-repeat: repeat-y;
    background-size:100%;
  }
  #menuWrapper h1 a {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 320px;
    height: 70px;
    display: inline-block;
    text-indent: -9999px;
    background-image: url(../images/logoM.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 499;
  }
  /*------------------menu------------------------*/
  h4.openMenu {
    display: block;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    background-image: url(../images/bars.svg);
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    z-index: 200;
  }
  h4.changColor {
    background-color: #eee;
    background-image: url(../images/close.svg);
  }
  #menu {
    width: 100%;
    background: #efefef;
    position: fixed;
    top: 80px;
    right: 0;
    display: none;
    z-index: 9999;
    height: 100%;
    overflow: auto;
    padding-bottom: 150px; /**重要!!*/
  }
  #menu li {
    border-bottom: 1px solid #ddd;
  }
  #menu li a {
    color: #333;
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 20px;
  }
  #menu li.selected {
    /*background: #f19ec2;*/
    background: #f19ec2;
    color: #000
  }
  #menu li a:hover {
    color: #fff;
    /*background: #f19ec2;*/
    background: rgba(241, 158, 194, )
  }
  #menu li ul {
    display: none;
  }
  #menu li ul li {
    border-bottom: 0;
    border-top: 1px solid #ccc;
  }
  #menu li ul li a {
    background: #ddd;
    padding-left: 40px;
  }
  #menu li:hover {
    background: #ccc;
  }
  #menu li ul li a:hover {
    background: #f19ec2;
    color: #fff;
  }
  #menu li.sm {
    float: left;
    width: 50%;
    margin: 0 auto;
    border: none;
    margin-top: 30px;
    background: none;
  }
  #menu li.sm a {
    width: 100%;
    height: 30px;
    /*    text-indent: -9999px*/
    text-align: center;
    background: none;
  }
  #menu li.sm a:hover {
    /*background: none;*/
    background: none;
  }
  #menu li.sm a.FB {
    background-image: url(../images/fbC.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 95% 40%;
    background-color: none
  }
  #menu li.sm a.IG {
    background-image: url(../images/igC.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 5% 40%;
    background-color: none
  }
  /*----------------track----------------------------------*/
  #track {
    font-size: 13px;
    margin: 80px 0 0 0;
    width: 100%;
    line-height: 100%;
    padding: 10px 15px;
    color: #fff;
    background: #7ecbf6;
    border-bottom: 1px solid #eee;
  }
  #track span {
    padding: 0 5px;
  }
  /*-------------content--------------------*/
  article {
    padding: 20px 15px;
  }
  article h1, .indexWrapper h1, .lightbox h1 {
    font-size: 25px;
    font-weight: normal;
    /*color: #f19ec2;*/
  }
  article h1 span, .indexWrapper h1 span {
    /*border-bottom: 4px solid #f19ec2;*/
    display: inline-block;
    padding-bottom: 5px;
    color: #2786d6;
  }
  article h3, .lightbox h3 {
    color: #2786d6;
    font-size: 20px;
    font-weight: normal;
    /*border-left: 3px solid #f19ec2;
    padding-left: 10px;*/
  }
  h2 {
    font-size: 22px;
    font-weight: normal;
    color: #f19ec2
  }
  h4 {
    font-size: 17px;
    color: #f19ec2;
    font-weight: normal
  }
  /*-------------left menu--------------------*/
  #left h1 {
    display: none;
  }
  #left h4 {
    position: fixed;
    right: 15px;
    top: 110px;
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(99, 99, 99, 0.1);
    background-image: url(../images/more.svg);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    z-index: 99;
  }
  #left h4.gray {
    background-color: #ddd;
  }
  #left ul {
    display: none;
    position: fixed;
    right: 15px;
    top: 165px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 993;
  }
  #left ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 15px;
  }
  #left ul li:last-child a {
    border: none;
  }
  #left ul li.selected a {
    background: #f1f1f1;
  }
  #left ul li a:hover {
    background: #4285F4;
    color: #fff;
  }
  /*--------------itemList-------------------*/
  .itemList li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 15px;
  }
  .itemList li:first-child {
    padding-top: 0;
  }
  .itemList li:last-child {
    /*padding-bottom: 0;*/
    border-bottom: none;
  }
  .itemList li div.left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .itemList li div.right {
    margin-top: 15px;
  }
  /*for living taipei*/
  .smallList li div.left {
    width: 50%;
  }
  /*for living taipei*/
  .itemList li div.left img {
    width: 60%;
  }
  .eventList li {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0px;
    margin: 10px 0px
  }
  .eventList li:first-child {
    border-top: 1px solid #e0e0e0;
  }
  .eventList li:last-child {
    /*padding-bottom: 0;*/
    /* border-bottom: none;*/
  }
  .eventList li div.left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .eventList li div.right {
    margin-top: 15px;
  }
  .eventList li div.right h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold
  }
  .eventList i {
    color: #f19ec2
  }
  .eventList i:hover {
    color: #9079D0
  }
  .eventList li div.right img {
    float: left;
    padding: 0px 5px 5px 0px;
    width: 20%;
  }
  /*for living taipei*/
  .smallList li div.left {
    width: 50%;
  }
  /*for living taipei*/
  .itemList li div.left img {
    width: 60%;
  }
  .btnList li {
    margin-bottom: 10px;
  }
  .btnList li a {
    width: 100%;
  }
  .btnList li:last-child {
    margin-bottom: 0;
  }
  .btnDownload, .btnDownload:hover {
    background-position: left 10px center;
    background-size: 16px 16px;
    padding-left: 35px;
    width: 100%;
  }
  /*-----------------adBanner---------------*/
  .adBanner {
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .adBanner li {
    display: inline-block;
    width: 46%;
    margin: 2px; /*建議尺吋220*110*/
  }
  .adBannerFive li {
    display: inline-block;
    width: 32%;
    margin: 2px; /*建議尺吋220*110*/
  }
  /*--------------countryList-------------------*/
  .countryList li {
    width: 50%;
    float: left;
  }
  .googleMap {
    width: 100%;
    height: 300px;
  }
  /*------Affiliated Conference-------*/
  .Affiliated {
    text-align: center;
  }
  .Affiliated li {
    display: inline-block;
    width: 50%;
  }
  /*-------------form--------------------*/
  .contentBox, .maxText, .largeText, .midText, .btnMax {
    width: 100%;
  }
  .smallText {
    width: 100px;
  }
  .formTitle {
    font-weight: normal;
  }
  /*-------------JQ Validate--------------------*/
  label.error {
    color: #fff;
    margin-top: 5px;
    line-height: 100%;
    display: inline-block;
    font-style: italic;
    background: url(../images/alertTop.png) no-repeat left center;
    padding: 20px 10px 8px 10px;
    font-size: 14px;
  }
  #subscriptText {
    border: 3px solid #ddd;
    background: #FFF;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    text-align: center;
  }
  #subscriptText:focus {
    border: 3px solid #EC7474;
  }
  #subscriptBtn {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    font-size: 16px
  }
  #validText {
    border: 3px solid #ddd;
    background: #FFF;
    vertical-align: middle;
    width: 60%;
    text-indent: 10px;
    height: 45px;
    margin-right: 10px;
    border-radius: 3px;
      text-align: center
  }
  #validText:focus {
    border: 3px solid #004e66;
  }
  /*-------------footer--------------------*/
  footer {
    background: #333;
    color: #ccc;
    padding: 20px 15px;
    font-size: 13px;
  }
  footer h4, footer a {
    color: #fff;
  }
  /*#footerRight, #footerleft {
	margin-top: 20px;
}*/
  .footerleft {
    margin-top: 20px;
  }
  #footerRight li {
    float: left
  }
  .SocialMedia {
    display: table-cell;
    width: 100%;
    padding-bottom: 10px;
  }
  .SocialMedia ol li a {
    display: inline-block;
    width: 100px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    opacity: 0.7;
  }
  .SocialMedia ol li a:hover {
    opacity: 1;
    color: #fff;
  }
  .SocialMedia li {
    float: left
  }
  .Secretariat {
    display: block;
    width: 100%;
  }
  .Committee li {
    width: 100%;
    margin-left: 5px;
  }
  .Committee li span {
    color: #f19ec2;
    display: block;
    font-size: 120%;
  }
  /*--------------signature-------------------*/
  .signature li {
    margin-bottom: 30px;
  }
  .signature li:last-of-list {
    margin-bottom: 0;
  }
  .signature li img {
    float: left;
    width: 28%;
  }
  .signatureR {
    float: right;
    width: 70%;
  }
  .abstracts li {
    width: 100%;
    list-style: disc;
    margin-left: 20px;
  }
  .logoList li {
    width: 47%;
    float: left;
    margin: 10px 5px;
    text-align: center;
    height: 100px;
  }
  .logoList li img {
    width: 95%
  }
  .logoListF li {
    width: 47%;
    float: left;
    margin: 10px 5px;
    text-align: center;
    height: 100px;
  }
  .logoListF li img {
    width: 95%
  }
  #getting-startedWrapper {
    width: 100%;
    margin: 0 auto;
    height: 80px;
    padding: 2%
  }
  #getting-started li {
    float: left;
    margin: 2%;
    width: 21%;
    display: block;
    text-align: center;
    /*font-family: 'Oswald', 'Noto Sans TC', sans-serif;*/
    font-family: 'Bebas Neue', sans-serif;
    background: #fff;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 15px; /*圓角for Google Chrome、Safari*/
    -moz-border-radius: 15px; /*圓角for Firefox*/
    border-radius: 15px; /*圓角for IE*/
    font-size: 125%;
  }
  #getting-started li span {
    background: #fff;
    color: #840080;
    font-size: 175%;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    text-align: center;
  }
  .langTW {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
  }
  .langTW a {
    background: #28B5B2;
    border-radius: 50%;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    height: 60px;
    width: 60px;
    padding: 20px 5px 5px 5px;
    text-align: center;
    margin-top: 32px;
    font-size: 16px
  }
  .langTW a:hover {
    color: #fff;
    background: #f19ec2;
  }
  .tourImg {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    /*	  flex-wrap:nowrap;
    flex-direction:row;*/
    justify-content: space-between;
  }
  .tourImg img {
    width: 100%
  }
  .tourIntro {
    width: 100%;
    margin: 5px 0px
  }
  .tourIntro p {
    padding: 5px 0px;
  }
  #right h1 {
    color: #2786d6
  }
  .noBorder li {
    border: none;
    padding: 0px 0px 3px 0px;
  }
  .VenueList_con {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .VenueList {
    width: 100%;
    margin: 2% 0px;
    /*border: 1px solid #efefef;*/
    align-items: center;
    padding: 2%;
    background: #efefef;
  }
  .VenueList img {
    width: 100%;
  }
  .VenueList p {
    text-align: center;
    width: 100%;
  }
  .committee li {
    float: left;
    width: 100%;
    margin: 2px;
    list-style: disc;
    margin-left: 20px
  }
  .logoWrapper {
    width: 100%;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    /*height: 120px;*/
  }
  .logoWrapper li {
    display: block;
    margin: 2%;
    width: 310px;
    background: #fff;
    padding: 20px 20px 30px 20px;
    text-align: center;
    position: relative;
    /* -webkit-border-radius:10px;
	border-radius:10px;*/
    -webkit-box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
  }
  .logoWrapper li a {
    text-decoration: none;
  }
  .logoWrapper li img {
    width: 100%;
  }
  .logoWrapper li p {
    text-align: center;
    color: #949494;
    transition: 400ms;
  }
  .logoWrapper li i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 30%;
    right: 42%;
    opacity: 0.7;
    filter: alpha(opacity=70); /*  IE8 及更早的版本 */
    transform: scale(1, 1);
    transition: all 0.5s ease-out;
  }
  .logoWrapper li:hover i {
    color: #fff;
    /*width: 20px;*/
    opacity: 1;
    filter: alpha(opacity=100); /*  IE8 及更早的版本 */
    transform: scale(2, 2);
  }
  .logoWrapper li:hover p {
    color: #f19ec2
  }
  .logoWrapper p span {
    color: #7ecbf6;
    font-size: 20px;
  }
  .blockColumn {
    width: 100%;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    /*height: 120px;*/
  }
  .blockColumn li {
    display: block;
    margin: 2%;
    width: 310px;
    background: #fff;
    padding: 20px 20px 30px 20px;
    text-align: center;
    position: relative;
    /* -webkit-border-radius:10px;
	border-radius:10px;*/
    -webkit-box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(84, 82, 84, 0.2);
  }
  .blockColumn li a {
    text-decoration: none;
  }
  .blockColumn li img {
    width: 100%;
  }
  .blockColumn li p {
    text-align: center;
    color: #949494;
    transition: 400ms;
  }
  .blockColumn li i img {
    width: 8% /*    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 30%;
    right: 42%;
    opacity: 0.7;
    filter: alpha(opacity=70); 
    transform: scale(1, 1);
    transition: all 0.5s ease-out;*/
  }
  .blockColumn li:hover i {
    /*color: #fff;

    opacity: 1;
    filter: alpha(opacity=100); 
    transform: scale(2, 2);*/
  }
  .blockColumn li:hover p {
    color: #f19ec2
  }
  .blockColumn p span {
    color: #7ecbf6;
    font-size: 20px;
  }
  .hidden-content {
    max-width: 95%;
    display: none;
  }
}