@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
.main-nav .container .menu ul.nav-content li > a:before, #info .container .main .word, #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before, #more .container .article .box:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

html, body {
  font-family: 'Work Sans','微軟正黑體', sans-serif;
  letter-spacing: 2px;
}
html a, html a:hover, html a:active, html a:focus, body a, body a:hover, body a:active, body a:focus {
  text-decoration: none;
}
@media (min-width: 0) {
  html, body {
    min-width: 320px;
  }
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 4.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

p {
  font-size: 1.0625rem;
}

span {
  font-size: 1rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.45rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  p {
    font-size: 1rem;
  }

  span {
    font-size: 0.875rem;
  }
}
.main-nav {
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 40px;
}
.main-nav .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-nav .container .logo {
  position: absolute;
  top: -10px;
  left: 0px;
}
.main-nav .container .logo a img {
  width: 120px;
  transition: 0.2s ease-out;
}
.main-nav .container .menu ul.nav-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav .container .menu ul.nav-content li {
  float: left;
}
.main-nav .container .menu ul.nav-content li > a {
  color: #fff;
  padding: 10px 15px;
  position: relative;
}
.main-nav .container .menu ul.nav-content li > a:before {
  content: "";
  width: 0px;
  height: 2px;
  background-color: #f8a908;
  top: 35px;
  opacity: 0;
}
.main-nav .container .menu ul.nav-content li > a:hover:before {
  width: 30px;
  opacity: 1;
  transition: 0.5s ease-out;
}
.main-nav .container .menu ul.nav-content li > a.active {
  text-decoration: none;
}
.main-nav .container .menu ul.nav-content li > a.active:before {
  width: 30px;
  opacity: 1;
  transition: 0.5s ease-out;
}
.main-nav .container .menu.vhide {
  display: block;
}
.main-nav .container a.menu-trigger {
  display: none;
}

.navbg {
  background-color: rgba(0, 42, 94, 0.9);
  transition: 0.5s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.describe{ 
	display:block; 
	width:100%; 
	padding-top:20px; 
	margin:0 auto; text-align:center;} 
.describe h5{
	color:#fff;
	line-height:2rem;}
@media (max-width: 1024px) {
	  .main-nav {  padding-left: 15px; padding-bottom:40px;}
	}
@media (max-width: 991px) {
  .main-nav {
    background-color: rgba(0, 42, 94, 0.9);
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .main-nav .container {
    justify-content: center;
  }
  .main-nav .container .logo {
    top: -15px;
    left: 20px;
  }
  .main-nav .container .logo a img {
    width: 100px;
  }
  .main-nav .container .menu {
    display: flex;
    align-items: center;
    height: 100vh;
  }
  .main-nav .container .menu ul.nav-content {
    padding-top: 35%;
    transition: 0.5s ease-out;
  }
  .main-nav .container .menu ul.nav-content li {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .main-nav .container .menu ul.nav-content li > a {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .main-nav .container .menu ul.nav-content li > a:before {
    width: 0px;
    top: 50px;
  }
  .main-nav .container .menu ul.nav-content li > a:hover:before {
    width: 60px;
  }
  .main-nav .container .menu ul.nav-content li > a.active:before {
    width: 60px;
  }
  .main-nav .container .menu.vhide {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .main-nav .container a.menu-trigger {
    z-index: 999;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    padding-left: 6px;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .main-nav .container a.menu-trigger .menu-line {
    background: #fff;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    position: absolute;
  }
  .main-nav .container a.menu-trigger .top-menu,
  .main-nav .container a.menu-trigger .mid-menu,
  .main-nav .container a.menu-trigger .bottom-menu {
    width: 28px;
    height: 2px;
    border-radius: 5px;
    background-color: #fff;
  }
  .main-nav .container a.menu-trigger .top-menu {
    top: 10px;
  }
  .main-nav .container a.menu-trigger .mid-menu {
    top: 18px;
  }
  .main-nav .container a.menu-trigger .bottom-menu {
    top: 26px;
  }
  .main-nav .container a.menu-trigger.close-btn .top-menu {
    background: #fff !important;
    top: 18px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-nav .container a.menu-trigger.close-btn .mid-menu {
    opacity: 0;
  }
  .main-nav .container a.menu-trigger.close-btn .bottom-menu {
    background: #fff !important;
    top: 18px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  
 
}
@media (max-width: 823px) {
	  .main-nav {
    padding-bottom: 40px;
  }
  .main-nav .container .menu ul.nav-content {
    padding-top: 30%;
	
  }
  .main-nav .container .menu ul.nav-content li {
    margin-bottom: 20px;
  }
  .main-nav .container .menu ul.nav-content li > a {
    font-size: 20px;
  }
  .main-nav .container .menu ul.nav-content li > a:before {
    width: 0px;
    top: 40px;
  }
  .main-nav .container .menu ul.nav-content li > a:hover:before {
    width: 45px;
  }
  .main-nav .container .menu ul.nav-content li > a.active:before {
    width: 45px;
  }
}
@media (max-width: 640px) {
  .main-nav .container .menu ul.nav-content {
    padding-top: 10%;
  }
  .main-nav .container .menu ul.nav-content li {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
	
  .main-nav .container .menu ul.nav-content li {
    margin-bottom: 30px;
  }
}
section {
  overflow: hidden;
  width: 100%;
  padding-bottom: 5%;
  position: relative;
}
section .title {
  text-align: center;
  color: #002a5e;
  margin-bottom: 30px;
  margin-top: 100px;
}
section .title h2 {
  font-size: 2.5rem;
}
section .title hr {
  border-top: 2px solid #FFF;
  width: 150px;
  margin-bottom: 5px;
  margin-top: 5px;
}
section .title h4 {
  font-size: 1.25rem;
  line-height: 36px;
  font-weight: normal;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  section .title h2 {
    font-size: 2.25rem;
  }
  section .title h4 {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media (max-width: 823px) {
  section .title {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  section .title {
    margin-top: 80px;
  }
  section .title h3 {
    font-size: 1rem;
    line-height: 24px;
  }
}

#info .title, #speaker .title {
  color: #fff;
}

header {
  overflow: hidden;
  background:url(../images/KVbg.jpg)no-repeat;
  background-size:cover;
  background-position:right;
  position:inherit;
  

  /* 
  
    background: linear-gradient(45deg, #4069c6 0%, #1c3f90 50%);
  position: relative;
  padding-bottom: 5%;*/
}
header .container {
  text-align: center;
  color: #fff;
  padding-top: 5%;

}
header .container .main {
  margin-bottom: 120px;
  height:400px;
}
header .container .main img {
  display: block;
  margin: 0 auto;
  width: 45%;
}
header .container .main h1.pc {
  margin-top: 200px;
  margin-right:20px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align:right;
}
header .container .main h1.mobile {
  display: none;
}
header .container .main h4.pc {
  line-height: 36px;
}
header .container .main h4.mobile {
  display: none;
}
header .container:before {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /*background-image: url(../images/main_bg.svg);*/
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 80%;
  opacity: 0.1;
}
@media (max-width: 1366px) {
  header {
  overflow: hidden;
  background:url(../images/KVbg.jpg)no-repeat;
  background-size:115%;
  background-position:100% 0;
  position:inherit;
  }
}
@media (max-width: 1199px) {
  header .container {
    padding-top: 10%;
  }
  header .container .main {
    margin-bottom: 120px;
  }
  header .container .main img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  header .container .main h1.pc {
    font-size: 3.4rem;
  }
  header .container .main h4.pc {
    line-height: 30px;
    font-size: 1.125rem;
  }
  header .container:before {
    background-size: 70%;
  }

  
}

@media (max-width: 1190px) {
	  header {
  overflow: hidden;
  background-size:cover;
  background-position:60%;
  position:inherit;

  

  }
    header .container .main img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
	
	}
@media (max-width: 823px) {
  header {
  overflow: hidden;
  background:url(../images/KVbg.jpg)no-repeat;
  background-size:cover;
  background-position:60%;
  position:inherit;

  

  }
    header .container .main img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  header .container {
    padding-top: 6%;
    padding-bottom: 0%;
  }
  header .container .main {
    margin-bottom: 80px;
	 height:200px;
  }
  header .container .main img {
    display: block;
    margin: 0 auto;
    width: 35%;
  }
  header .container .main h1.pc {
    font-size: 2.5rem;
    margin-top: 20%;

  }
  header .container .main h4.pc {
    line-height: 24px;
    font-size: 1.125rem;
  }
  header .container:before {
    background-size: 65%;
  }

}
@media (max-width: 768px) {
  header .container {
    padding-top: 10%;
  
  }
  header .container .main {
    margin-bottom: 120px;
  }
  header .container .main img {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  header .container .main h1.pc {
    font-size: 3.8rem;
  }
  header .container .main h4.pc {
    line-height: 30px;
    font-size: 1.5rem;
  }
  header .container:before {
    background-size: 100%;
  }

}
@media (max-width: 667px) {
  header .container {
    padding-top: 8%;
  }
  header .container .main {
    margin-bottom: 100px;
  }
  header .container .main img {
    display: block;
    margin: 0 auto;
    width: 35%;
  }
  header .container .main h1.pc {
    font-size: 3rem;
	margin-top:30%;
  }
  header .container .main h4.pc {
    line-height: 24px;
    font-size: 1rem;
  }
  header .container:before {
    background-size: 65%;
  }

}

@media (max-width: 580px) {
  header .container {
    padding-top: 18%;
  }
  header .container .main {
    margin-bottom: 100px;
  }
  header .container .main img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  header .container .main h1.pc {
    display: none;
  }
  header .container .main h4.pc {
    display: none;
  }
  header .container .main h1.mobile {
    display: block;
    margin-bottom: 10px;
    margin-top: 20%;
    font-weight: bold;
	font-size:2.8rem;
	line-height:3.2rem;
	text-shadow:1px 1px 10px #28538C;
  }
  header .container .main h4.mobile {
    display: block;
    line-height: 24px;
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
  }
  header .container:before {
    background-size: 130%;
  }
}

#info {
  background: rgba(147,159,233,1);

}
#info .container {
  color: #fff;
  text-align: center;
}

#info .container .describe .pc{
	display:block;

}

#info .container .describe .mobile{
	display:none;

}
#info .infobg:before {
 
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(../images/information_bg.png);
  background-repeat: no-repeat;
  background-position:150% 0;
  background-size: 50%;
  opacity: 0.5;

}

#sc
#info .container h4 {
  font-family: '微軟正黑體', sans-serif;
}
#info .container h4 i {
  font-size: 1.8rem;
  margin-right: 5px;

}
#info .container .session {
  margin-top: 10%;
  margin-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#info .container .session .box {

  width:300px;
  height:480px;
  border-radius:10px;
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
  background-color:#FFF;
  box-shadow: 5px 10px 10px rgba(120,132,205,0.5);
}

#info  .topbox{ 
  width:300px;
  height:180px;
  border-radius:10px 10px 0px 0px;
  background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
  }
#info  .smail{
  font-size: 1rem;
 }

#info .container .session .box h3 {
  margin-bottom: 5px;
  line-height: 2rem;
  color:#8468e6;
}
#info .container .main {	
  margin-bottom: 30px;

}
#info .container .main h4{
	padding-top:20px;
	font-size: 1.5rem;
	}

#info .container .main .date {
  padding-top:30px;
  display: inline-block;
  font-size: 5.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}
#info .text{
  color:#3b3b3b;
}
#info .container a.goBtn {
  margin-top: 10px;
  display: inline-block;
  padding: 8px 40px;
  font-size: 1.875rem;
  font-weight: bold;
  background-color:#f8a908;
  color: #fff;
  border-radius: 10px;
  transition: 0.6s ease;
}
#info .container a.goBtn span {
  display: block;
}
#info .container a.goBtn:hover {
  background-color: #0c377b;
  margin-top: -3px;
}
.tellink a{
  color:#FFF;
   font-size: 1.5rem;
}
.tellink h4{ line-height:1.8rem;}
@media (max-width: 1199px) {
  #info .container h4 {
    font-size: 1.125rem;
  }
  #info .container h4 i {
    font-size: 1.25rem;
    margin-right: 5px;
  }
  #info .container .session .box {
    flex: 1;
    margin-right: 15px;
    margin-left: 15px;
  }
  #info .container .session .box h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    line-height: 2rem;
  }
  #info .container .session .box p {
    font-size: 1.1rem;
  }
  #info .container .main {
    margin-bottom: 40px;
  }
  #info .container .main .date {
    font-size: 4rem;
    line-height: 3rem;
    letter-spacing: 1px;
  }
  #info .container a.goBtn {
    padding: 8px 30px;
    font-size: 1.6rem;
  }
  #info .container .describe .pc{
	display:none;

}

#info .container .describe .mobile{
	display:block;
	text-align:justify;
	font-size:1.2rem;
	padding:0 10px;	
}
  
}
@media (max-width: 990px) {
  #info .container h4 {
    font-size: 1rem;
  }
  #info .container h4 i {
    font-size: 1.25rem;
    margin-right: 5px;
  }
  #info .container .session {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  #info .container .session .box {
	width:250px;
    height:380px;
    flex: 1;
    margin-right: 5px;
    margin-left: 5px;
  }
  
  #info  .topbox{ 
  width:250px;
  height:150px;
  }
  #info .container .session .box h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 2rem;
  }
  #info .container .session .box p {
    font-size: 1rem;
  }
  #info .container .main {
    margin-bottom: 10px;
  }
  #info .container .main .date {
    font-size: 3rem;
    line-height: 1rem;
    letter-spacing: 1px;
  }
  #info .container a.goBtn {
    padding: 8px 30px;
    font-size: 1.4rem;
  }
  #info .container a.goBtn:hover {
    margin-top: 3px;
  }
.tellink a{
  color:#FFF;
   font-size: 1.1rem;
}
#info .infobg:before {

  background-position:300% 50px;
  background-size: 80%;
  opacity: 0.5;

}



}


@media (max-width: 768px) {
  #info .container .session {
    margin-top: 10%;
    margin-bottom: 0;
    letter-spacing: 0px;
    flex-wrap: wrap;
  }
  #info .container .session .box {
    flex-basis: 55%;
	max-width:60%;
	height:420px;
    margin:20px;
  }
  
 #info  .topbox{ 
  width:100%;

  }
  
  #info .container .session .box h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 2rem;
  }
  #info .container .session .box p {
    font-size: 1.1rem;
    margin-bottom: -5px;
  }
  #info .container .main {
    margin-bottom: 20px;
  }
  #info .container .main .pic {
    width: 40%;
    margin-left: 30%;
  }
  #info .container .main .date {
    font-size: 3.5rem;
    line-height: 0.9rem;
    letter-spacing: 0px;
	margin-bottom:10px;
  }
  #info .container a.goBtn {
    margin-top: 20px;
    padding: 8px 50px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  #info .container a.goBtn:hover {
    margin-top: 20px;
  }
  #info .infobg:before {

  background-position:-100% 100px;
  background-size: 130%;
  opacity: 0.5;

}

}
@media (max-width: 479px) {
.infobg{
	margin-bottom:40px;	
}
#info .container .describe .pc{
	display:none;

}

#info .container .describe .mobile{
	display:block;
	text-align:justify;
	font-size:1.2rem;
	padding:0 10px;	
}
  #info .container .session {
    margin-top: 10%;
    margin-bottom: 0;
    letter-spacing: 0px;
    flex-wrap: wrap;
  }
  #info .container .session .box {
    flex-basis: 100%;
	max-width:80%;
	height:420px;

  }
   #info .container .session .box p {
    font-size: 1.2rem;
    margin-bottom: -5px;
  }
  #info .infobg:before {
  background-position:-10% 500px;
  background-size: 180%;
  opacity: 0.5;

}
}
@media (max-width: 375px) {
  #info .container .session {
    margin-top: 10%;
    margin-bottom: 0;
    letter-spacing: 0px;
    flex-wrap: wrap;
  }
  #info .container .session .box {
    flex-basis: 100%;
	max-width:80%;
	height:400px;

  }  
 #info .container .session .box h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    line-height: 1.8rem;
  }

  #info .container .main .pic {
    width: 60%;
    margin-left: 20%;
  }
  #info .container a.goBtn {
    padding: 8px 50px;
    font-size: 1.4rem;
  }
  .tellink a{
  color:#FFF;
   font-size: 1.3rem;
}
}
@media (max-width: 360px) {
  #info .container .session {
    margin-top: 10%;
    margin-bottom: 0;
    letter-spacing: 0px;
    flex-wrap: wrap;
  }
  #info .container .session .box {
    flex-basis: 100%;
    margin-right: 0px;
    margin-left: 0px;
		height:380px;
  }
  #info .container .session .box h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    line-height: 1.8rem;
  }
  #info .container .session .box p {
    font-size: 1rem;
  }

  #info .container a.goBtn {
    padding: 8px 35px;
    font-size: 1.4rem;
  }
}

#schedule {
  overflow: hidden;
  background:#dcdcdc;
}
#schedule .linehr{
border-top: 2px solid #3b3b3b;
  width: 150px;
  margin-bottom: 5px;
  margin-top: 5px;
}
 #schedule .black{ color:#3b3b3b;}
 #schedule .schebg:before{

   content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(../images/information_bg.png);
  background-repeat: no-repeat;
  background-position:-40% 100px;
  background-size: 45%;
  opacity: 1;
}


#schedule .container ul.tab {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#schedule .container ul.tab li > a {
  padding: 10px 20px;
  color: #f8a908;
  border-radius: 10px;
  margin: 0 30px;
  border: 1px solid #f8a908;
  background-color:#F0F0F0;
  transition: 0.6s ease;
}
#schedule .container ul.tab li.active > a {
  background-color: #f8a908;
  color: #fff;
}
#schedule .container .tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#schedule .container .tab-content #taoyuan, #schedule .container .tab-content #taichung, #schedule .container .tab-content #kaohsiung {
  width: 860px;
}
#schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
  content: "";
  background-image: url(../images/schedule_bg.png);
  background-repeat: no-repeat;
  background-position: center;

  width: 100%;
  height: 100%;
}
#schedule .container .tab-content #taoyuan ul, #schedule .container .tab-content #taichung ul, #schedule .container .tab-content #kaohsiung ul {
  list-style: none;
  width: 100%;
  padding-top: 12%;
  margin-bottom: 105px;
}
#schedule .container .tab-content #taoyuan ul li, #schedule .container .tab-content #taichung ul li, #schedule .container .tab-content #kaohsiung ul li {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
}
#schedule .container .tab-content #taoyuan ul li .time, #schedule .container .tab-content #taichung ul li .time, #schedule .container .tab-content #kaohsiung ul li .time {
  flex-basis: 50%;
  text-align: right;
  margin-right: 30px;
  font-family:Optima, sans-serif;
  font-size: 20px;
}
#schedule .container .tab-content #taoyuan ul li .process, #schedule .container .tab-content #taichung ul li .process, #schedule .container .tab-content #kaohsiung ul li .process {
  flex-basis: 50%;
  margin-left: 30px;
  font-size: 1.0625rem;
}
#schedule .container .tab-content #taoyuan ul .item, #schedule .container .tab-content #taichung ul .item, #schedule .container .tab-content #kaohsiung ul .item {
  padding: 0px;
  /*border: 1px solid #002a5e;*/
  display: inline-block;
  margin-bottom: 0px;
}
#schedule .container .tab-content #taoyuan ul .topic, #schedule .container .tab-content #taichung ul .topic, #schedule .container .tab-content #kaohsiung ul .topic {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  color:#937be9;
}
#schedule .container .tab-content #taoyuan ul .intro, #schedule .container .tab-content #taichung ul .intro, #schedule .container .tab-content #kaohsiung ul .intro {
  color: #3b3b3b;
  margin-bottom: 5px;
}

#schedule .container .tab-content #taoyuan a.goBtn, #schedule .container .tab-content #taichung a.goBtn, #schedule .container .tab-content #kaohsiung a.goBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 8px 25px;
  background-color: #f8a908;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 10px;
  transition: 0.6s ease;
}
#schedule .container .tab-content #taoyuan a.goBtn:hover, #schedule .container .tab-content #taichung a.goBtn:hover, #schedule .container .tab-content #kaohsiung a.goBtn:hover {
  background-color: #0c377b;
}
#schedule .container .note {
  text-align: center;
  margin-top: 70px;
}
#schedule .container .note p {
  margin-bottom: 2px;
}

.gifeimg{ width:100%; height:100%; margin-top:10px;}

@media (max-width: 1440px) {
  #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
  
   width: 100%;
   height: 95%;
}
  }
@media (max-width: 1200px) {
  #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
 
   width: 100%;
   height: 100%;
}
  }
@media (max-width: 1024px) {
  #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
  
   width: 100%;
   height: 100%;
}
  }

@media (max-width: 900px) {
  #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
   
   width: 100%;
   height: 100%;
}
  }
  
  @media (max-width: 800px) {
  #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
 	background-size: 60%;
   width: 100%;
   height: 100%;
}
  }

@media (max-width: 768px) {
  #schedule .container ul.tab {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #schedule .container ul.tab li > a {
    padding: 8px 10px;
    margin: 0 20px;
  }
  #schedule .container .tab-content #taoyuan, #schedule .container .tab-content #taichung, #schedule .container .tab-content #kaohsiung {
    width: 700px;
  }
  
  #schedule .container .tab-content #taoyuan ul, #schedule .container .tab-content #taichung ul, #schedule .container .tab-content #kaohsiung ul {
    padding-top: 10%;
    margin-bottom: 50px;
  }
  #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
   background-size: 65%;
   width: 100%;
   height: 100%;
}
  
  #schedule .container .tab-content #taoyuan ul li .time, #schedule .container .tab-content #taichung ul li .time, #schedule .container .tab-content #kaohsiung ul li .time {
    flex-basis: 50%;
    font-size: 20px;
  }
  

  #schedule .container .tab-content #taoyuan ul li .process, #schedule .container .tab-content #taichung ul li .process, #schedule .container .tab-content #kaohsiung ul li .process {
    font-size: 1rem;
  }
  #schedule .container .tab-content #taoyuan ul .item, #schedule .container .tab-content #taichung ul .item, #schedule .container .tab-content #kaohsiung ul .item {
    margin-bottom: 2px;
  }
  #schedule .container .tab-content #taoyuan ul .topic, #schedule .container .tab-content #taichung ul .topic, #schedule .container .tab-content #kaohsiung ul .topic {
    font-size: 1.25rem;
  }
  #schedule .container .note p {
    font-size: 1rem;
  }
    #schedule .schebg:before{
  width: 100%;
  height: 100%;
  background-image: url(../images/information_bg.png);
  background-repeat: no-repeat;
  background-position:150% 0;
  background-size: 100%;
  opacity: 1;
}
}

@media (max-width: 750px) {
 #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
 background-size: 70%; 
 }
}
@media (max-width: 700px) {
 #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
   background-size: 70%;  
 }
}
@media (max-width: 680px) {
 #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
    background-size: 80%; 
 }
}
@media (max-width: 610px) {
	 #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
    
}
}

@media (max-width: 600px) {
		 #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
     background-size: 90%; 
}
	}
@media (max-width: 550px) {
		 #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
   background-size: 100%; 
}
	}
@media (max-width: 500px) {
	 #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
    background-size: 110%;
}
    #schedule .schebg:before{
  width: 100%;
  height: 100%;
  background-image: url(../images/information_bg.png);
  background-repeat: no-repeat;
  background-position:150% 130px;
  background-size: 150%;
  opacity: 1;
}
}
@media (max-width: 479px) {
  #schedule .container ul.tab {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #schedule .container ul.tab li > a {
    padding: 8px 10px;
    margin: 0 20px;
  }
  #schedule .container .tab-content #taoyuan, #schedule .container .tab-content #taichung, #schedule .container .tab-content #kaohsiung {
    width: 700px;
  }
  #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
    background-size: 120%;
    background-position: -140px 30px;
  }
  #schedule .container .tab-content #taoyuan ul, #schedule .container .tab-content #taichung ul, #schedule .container .tab-content #kaohsiung ul {
    padding-top: 15%;
    margin-bottom: 20px;
  }
  #schedule .container .tab-content #taoyuan ul li, #schedule .container .tab-content #taichung ul li, #schedule .container .tab-content #kaohsiung ul li {
    margin-bottom: 20px;
  }
  #schedule .container .tab-content #taoyuan ul li .time, #schedule .container .tab-content #taichung ul li .time, #schedule .container .tab-content #kaohsiung ul li .time {
    flex-basis: 2%;
    text-align: center;
    font-size: 1.1rem;
    line-height: 0.875rem;
    margin-right: 20px;
    margin-top: 5px;
  }
  #schedule .container .tab-content #taoyuan ul li .process, #schedule .container .tab-content #taichung ul li .process, #schedule .container .tab-content #kaohsiung ul li .process {
    flex-basis: 60%;
    font-size: 1rem;
    margin-left: 20px;
    letter-spacing: 0px;
  }
  #schedule .container .tab-content #taoyuan ul .item, #schedule .container .tab-content #taichung ul .item, #schedule .container .tab-content #kaohsiung ul .item {
    margin-bottom: 2px;
  }
  #schedule .container .tab-content #taoyuan ul .topic, #schedule .container .tab-content #taichung ul .topic, #schedule .container .tab-content #kaohsiung ul .topic {
    font-size: 1.25rem;
  }
  #schedule .container .note {
    padding-right: 15px;
    padding-left: 15px;
  }
  #schedule .container .note p {
    font-size: 1rem;
  }
  #schedule .schebg:before{
  width: 100%;
  height: 100%;
  background-image: url(../images/information_bg.png);
  background-repeat: no-repeat;
  background-position:150% 0;
  background-size: 201%;
  opacity: 1;
}

}
@media (max-width: 375px) {
  #schedule .container .tab-content #taoyuan, #schedule .container .tab-content #taichung, #schedule .container .tab-content #kaohsiung {
    width: 700px;
  }
  #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
    background-size: 151%;
    background-position: -180px 25px;
  }
}
@media (max-width: 320px) {
  #schedule .container ul.tab {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #schedule .container ul.tab li > a {
    padding: 5px 8px;
    margin: 0 10px;
  }
  #schedule .container .tab-content #taoyuan:before, #schedule .container .tab-content #taichung:before, #schedule .container .tab-content #kaohsiung:before {
    background-size: 180%;
    background-position: -195px 15px;
  }
  #schedule .container .tab-content #taoyuan ul li .time, #schedule .container .tab-content #taichung ul li .time, #schedule .container .tab-content #kaohsiung ul li .time {
    flex-basis: 5%;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1rem;
  }
  #schedule .container .tab-content #taoyuan ul li .process, #schedule .container .tab-content #taichung ul li .process, #schedule .container .tab-content #kaohsiung ul li .process {
    font-size: 1rem;
  }
  #schedule .container .tab-content #taoyuan ul .item, #schedule .container .tab-content #taichung ul .item, #schedule .container .tab-content #kaohsiung ul .item {
    margin-bottom: 2px;
  }
  #schedule .container .tab-content #taoyuan ul .topic, #schedule .container .tab-content #taichung ul .topic, #schedule .container .tab-content #kaohsiung ul .topic {
    font-size: 1.25rem;
  }
}

#speaker {
  background: #939fe9;
}
#speaker .container{ width:1200px;}
#speaker .container .man {
	width:300px;
  text-align: center;
  color: #fff;
}
#speaker .container .man .pic img {
  top:10px;	
  width: 70%; 
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
}
#speaker .container .man .pic:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10%;
  top:0px;
  width: 80%;
  padding-bottom: 80%;
  z-index: 18;
  background-image: url(../images/main_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-animation: whirling 6s infinite ease-out alternate-reverse;
  -webkit-animation: whirling 6s infinite ease-out alternate-reverse;
  animation: whirling 6s infinite ease-out azlternate-reverse;

}

@-moz-keyframes whirling {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes whirling {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes whirling {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
#speaker .container .man .name {

  display: inline-block;
  padding: 5px 8px;
  border-radius:10px;
  margin-top: 30px;
  z-index: 19;
  font-weight: bold;
}

.name img{ padding-bottom:5px;}
#speaker .container .man h5 {
  margin-bottom: 5px;
  line-height:24px;
  
}
#speaker .container .man p {
  color: #3b3b3b;
}
@media (max-width: 1199px) {
#speaker .container{ width:60%;}	
  #speaker .container .man {
    margin-bottom: 20px;
  }
  #speaker .container .man h5 {
    font-size: 1rem;
  }
  #speaker .container .man p {
    font-size: 0.875rem;
  }
  #speaker .container .man p.space {
    margin-bottom: 40px;
  }
  
}
@media (max-width:1000px) {
#speaker .container{ width:75%; margin-right:0px;}	
#speaker .container .man {
	width:70%;
  text-align: center;
  color: #fff;
}
 #speaker .container .man h3{
  	 font-size: 2rem;
  }
  #speaker .container .man h5 {
    font-size: 1.5rem;
	line-height:2rem
  }
  #speaker .container .man p {
    font-size: 1.1rem;
  }  
#speaker .container .man .pic img {
  top:20px;	
  width: 70%; 
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
}
#speaker .container .man .pic:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10%;
  top:0px;
  width: 80%;
  padding-bottom: 80%;
  z-index: 18;
  background-image: url(../images/main_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;

}
}

@media (max-width: 700px) {
 #speaker .container .man .pic img {
  top:18px;	}
  #speaker .container .man h3{
  	 font-size: 1.5rem;
  }
  #speaker .container .man h5 {
    font-size: 1.2rem;
	line-height:1.8rem
  }
  #speaker .container .man p {
    font-size: 0.9rem;
  }   
}
@media (max-width: 600px) {
 #speaker .container .man .pic img {
  top:15px;	}

}
@media (max-width: 500px) {
#speaker .container{ width:80%; margin-right:0px;}		
 #speaker .container .man .pic img {
  top:13px;	}

}
@media (max-width: 480px) {
#speaker .container{ width:100%; margin-right:0px;}	
  #speaker .container .man {
    width: 100%;
  }
  #speaker .container .man p.space {
    margin-bottom: 0px;
  }
}
@media (max-width: 414px) {
	 #speaker .container .man .pic img {
  top:18px;}



#more {
  overflow: hidden;
  background-color: #eee;
}
#more .container .article {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#more .container .article .box {
  flex-basis: 50%;
}
#more .container .article .box span {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  transition: 0.6s ease;
}
#more .container .article .box span img {
  width: 20%;
  opacity: 1;
  transition: 0.6s ease;
}
#more .container .article .box img {
  opacity: 0.3;
}
#more .container .article .box:before {
  content: "";
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  z-index: 10;
  transition: 0.6s ease;
}
#more .container .article .box:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 95%;
  height: 90%;
}
#more .container .article .box:hover span {
  letter-spacing: 8px;
}
#more .container .article .box:hover span img {
  transform: rotate(90deg);
}
#more .container .article .box:hover:before {
  margin-top: 10px;
}
#more .container .article .one {
  background-color: #046e86;
}
#more .container .article .one:before {
  content: "美元可望走弱　有助新興市場反彈";
}
#more .container .article .two {
  background-color: #b83854;
}
#more .container .article .two:before {
  content: "挑基金首重操盤經驗　掌握類股輪動";
}
}
@media (max-width: 1199px) {
  #more .container .article .box {
    flex-basis: 50%;
  }
  #more .container .article .box:after {
    top: 10px;
    left: 13px;
  }
}
@media (max-width: 823px) {
  #more .container .article .box {
    flex-basis: 50%;
  }
  #more .container .article .box:before {
    font-size: 1.125rem;
  }
  #more .container .article .box:after {
    top: 8px;
    left: 10px;
  }
}
@media (max-width: 667px) {
  #more .container .article .box {
    flex-basis: 50%;
  }
  #more .container .article .box:before {
    font-size: 1rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  #more .container .article .box:after {
    top: 8px;
    left: 10px;
  }
}
@media (max-width: 568px) {
  #more .container .article .box {
    flex-basis: 50%;
  }
  #more .container .article .box:before {
    font-size: 1rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  #more .container .article .box:after {
    top: 5px;
    left: 7px;
  }
}
@media (max-width: 480px) {
  #more .container .article {
    padding-right: 30px;
    padding-left: 30px;
    flex-wrap: wrap;
  }
  #more .container .article .box {
    flex-basis: 100%;
  }
  #more .container .article .box:before {
    font-size: 1.125rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  #more .container .article .box:after {
    top: 6px;
    left: 8px;
  }
}

#footer {
  background-color:rgba(0, 42, 123, 1);
  color: #FFF;
  padding-top: 20px;
  text-align: center;
  font-family: '微軟正黑體', sans-serif;
  
}
#footer p {
  padding: 0;
  margin: 0;
  font-size: 1rem;

}
#footer .logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
#footer .logo-area .schroders {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 50px;
}
#footer .logo-area .schroders img {
  width: 80%;
}
#footer .logo-area .smart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 50px;
}
#footer .logo-area .smart img {
  width: 70%;
}
#footer hr {
  border-color: #ddd;
  width: 80%;
  opacity: 0.5;
}
#footer .word-area {
  margin-bottom: 30px;
}
#footer .copyright {
 background-color: rgba(0, 42, 123, 1);
}
#footer .copyright p {
  font-size: 0.875rem;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  #footer p {
    font-size: 0.875rem;
  }
  #footer hr {
    width: 95%;
  }
  #footer .logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 15px;
  }
  #footer .logo-area .schroders {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
  }
  #footer .logo-area .schroders span {
    font-size: 0.875rem;
  }
  #footer .logo-area .schroders img {
    margin-left: -40px;
    width: 60%;
  }
  #footer .logo-area .smart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
  }
  #footer .logo-area .smart span {
    font-size: 0.875rem;
  }
  #footer .logo-area .smart img {
    margin-left: -50px;
    width: 50%;
  }
  #footer .copyright p {
    font-size: 0.7rem;
  }
  #footer {
  background-color:rgba(0, 42, 123, 1);
  
}
}
@media (max-width: 480px) {
  #footer .logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #footer .logo-area .schroders {
    flex-basis: 70%;
    margin-left: 15%;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  #footer .logo-area .schroders span {
    font-size: 0.875rem;
  }
  #footer .logo-area .schroders img {
    margin-left: -30px;
    width: 70%;
  }
  #footer .logo-area .smart {
    flex-basis: 70%;
    margin-left: 15%;
    justify-content: flex-start;
  }
  #footer .logo-area .smart span {
    font-size: 0.875rem;
  }
  #footer .logo-area .smart img {
    margin-left: -30px;
    width: 60%;
  }
  #footer .word-area {
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
  }
  #footer .word-area p {
    margin-bottom: 10px;
  }
}
.go-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background-color: #f8a908;
  cursor: pointer;
  z-index: 999;
}
.go-top a {
  display: block;
  width: 50px;
  height: 50px;
}
.go-top a:before, .go-top a:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.go-top a:before {
  transform: rotate(45deg);
  right: 12px;
}
.go-top a:after {
  transform: rotate(-225deg);
  left: 12px;
}

.go-top:hover {
  background-color: #002a5e;
}

@media (max-width: 767px) {
  .go-top {
    width: 40px;
    height: 40px;
    bottom: 40px;
  }
  .go-top a {
    width: 40px;
    height: 40px;
  }
  .go-top a:before {
    transform: rotate(45deg);
    right: 7px;
  }
  .go-top a:after {
    transform: rotate(-225deg);
    left: 7px;
  }
}
.container {
  position: relative;
}
.container a.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 50px;
}
.container a.scroll:hover {
  opacity: .5;
}
.container a.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb  2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  10% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
@media (max-width: 990px) {
  .container a.scroll {
    padding-top: 40px;
    font-size: 0.875rem;
  }
  .container a.scroll span {
    width: 18px;
    height: 18px;
  }
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #002a5e;
  color: #fff;
}
.preloader .loader .circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
}
.preloader .loader span {
  display: block;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 1px;
}
.preloader .loader .one {
  animation: moving 0.6s 0.1s linear infinite;
}
.preloader .loader .two {
  animation: moving 0.6s 0.2s linear infinite;
}
.preloader .loader .three {
  animation: moving 0.6s 0.3s linear infinite;
}
@keyframes moving {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*# sourceMappingURL=main.css.map */
