﻿/* ---reset.css--- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ---reset.css--- */

html {
  font-family: "微軟正黑體", Arial;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

body,
html {
  overflow-x: hidden;
  background: url(../images/homeBG.jpg) no-repeat center top #010f92;
}

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

* a:link,
* a:visited {
  text-decoration: none;
}
* a:hover,
* a:active {
  text-decoration: none;
}
.clear {
  clear: both;
}
@font-face {
  font-family: GOTHIC;
  src: url(../fonts/GOTHIC.TTF);
}

/* --電腦版型------------------------------------- */
h1 {
  position: absolute;
  left: 0;
  top: -1000px;
}
a.joinBTN {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: block;
  width: 180px;
  z-index: 99999;
}
a.joinBTN img {
  width: 100%;
}
.mainCon {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  width: 90%;
}

/* -- 首頁 -- */
#home {
  width: 100%;
  position: relative;
  text-align: right;
  padding: 0;
  min-height: 725px;
  z-index: 2;
}
.shine {
  width: 100%;
  height: 1788px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background-image: url("../images/homeBG-shine.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  animation: shine 1s infinite alternate;
}

@keyframes shine {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

img.subT-1 {
  position: absolute;
  top: 60px;
  right: 50px;
}
img.subT-2 {
  margin: 0 0 10px 0;
  display: block;
  width: 95%;
  max-width: 756px;
  clear: both;
}
img.subT-3 {
  margin: 0;
  display: block;
  width: 95%;
  max-width: 756px;
  clear: both;
}
img.subT-4 {
  margin: 20px 0 0 0;
  display: block;
  width: auto;
  clear: both;
}
img.subT-5 {
  margin: 0;
  display: inline-block;
  float: right;
}
img.title {
  width: auto;
  display: block;
  margin: 80px auto 25px auto;
}

#logo {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px #333;
  position: absolute;
  top: 0;
  left: 0;
  padding: 33px 0 25px 0;
}
#logo img {
  display: block;
  width: auto;
  margin: 0 auto;
}

#warning {
  width: 500px;
  margin: 20px auto 60px auto;
  border-left: #2a8548 1px solid;
  border-right: #2a8548 1px solid;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.fonTxt {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: left;
  margin: 80px auto 0 auto;
  font-weight: bold;
  text-shadow: 0em 0em 1em #000;
  padding: 0;
  border-top: #b8fffe 2px dotted;
  border-bottom: #b8fffe 2px dotted;
  padding: 20px 0;
  width: 88%;
}
.fonTxt b {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 25px;
  color: #000;
}

.date {
  border-top: #b8fffe 2px dotted;
  border-bottom: #b8fffe 2px dotted;
  padding: 20px 0;
  margin: 30px 0 0 0;
}

/* -- 講員區 -- */
#speaker {
  width: 100%;
  padding: 80px 0 80px 0;
  margin: 0 auto;
  background: rgba(234, 249, 255, 0.95);
}
ul.five {
  width: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
  max-width: 1318px;
  z-index: 999;
}
ul.five li {
  width: 31%;
  max-width: 300px;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin: 0 1% 10px 1%;
  position: relative;
  vertical-align: top;
  color: #58bbe1;
}
ul.five li b {
  font-size: 45px;
  font-weight: bold;
  display: block;
  margin: 15px 0 10px 0;
  line-height: 30px;
  color: #fff;
}
ul.five li img {
  display: block;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  max-width: 285px;
}
ul.five li a .more {
  display: block;
  font-size: 30px;
  margin-top: 5px;
  color: #036;
}
ul.five li a:hover {
  color: #333;
}
ul.five li a:hover b {
  color: #c69;
}
ul.five li a:hover .more {
  color: #c69;
}
ul.five li a {
  width: 365px;
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  padding-top: 300px;
}
ul.five li a b {
  color: #036;
}

/* -- 活動議程 -- */
.title {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 50px auto;
}
#agenda {
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 20px auto;
  width: 90%;
  max-width: 1250px;
}
#agenda > b {
  color: #cbb49b;
  display: block;
  margin: 30px auto 5px auto;
  font-size: 15px;
}
#agenda table.M {
  display: none;
}
#agenda table.pc {
  width: 100%;
  margin: 50px auto 20px auto;
  text-align: left;
  max-width: 1100px;
}
#agenda table.pc th {
  text-align: left;
  padding: 15px 15px;
  letter-spacing: 1px;
  color: #0c3875;
  background: #59bfaf;
  font-size: 18px;
}
#agenda table.pc tr.rest {
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
}
#agenda table.pc tr.rest td.time,
#agenda table.pc tr.rest td.issue {
  color: #0c3875;
}
#agenda table.pc td {
  font-size: 18px;
  padding: 12px;
  border: #567db3 1px solid;
  line-height: 27px;
  vertical-align: middle;
  color: #fff;
}
#agenda table.pc td.time {
  font-size: 15px;
  width: 13%;
  color: #d1e4ff;
}
#agenda table.pc td.issue b {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  display: block;
  margin: 5px 0 0 0;
}
#agenda table.pc td.issue {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
#agenda table.pc td.item-1 {
  color: #94ecde;
}
#agenda table.pc td.issue .catego {
  font-size: 16px;
  color: #d1e4ff;
  margin: 0 0 0 0;
  display: block;
}
#agenda table.pc td.people {
  font-size: 16px;
  font-weight: normal;
  width: 42%;
}
#agenda table.pc td.people b {
  font-size: 20px;
  color: #aee5fa;
  font-weight: bold;
  display: inline-block;
}
#note {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  padding: 30px 0 50px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}
#note b {
  font-weight: bold;
  display: inline-block;
  color: #59bfaf;
  float: left;
}

ul.notelist {
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: calc(100% - 160px);
  float: right;
  border-left: #5f7ca4 1px solid;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  margin: 7px 0 0 30px;
}

/* -- Footer -- */
footer {
  width: 100%;
  text-align: center;
  color: #8491ad;
  padding: 45px 0 25px 0;
  font-size: 13px;
  border-top: #708aae 1px solid;
}
footer img {
  display: block;
  margin: 0 auto 20px auto;
}
footer b {
  font-size: 12px;
  display: block;
  margin: 0px auto 40px auto;
}
ul.logo {
  width: 100%;
  display: inline-block;
}
ul.logo li {
  display: inline-block;
  width: auto;
  margin: 0 50px 0 0;
  vertical-align: middle;
  color: #666;
  font-size: 13px;
}
ul.logo li img {
  display: block;
  margin: 0 0 5px 0;
  height: 40px;
}
img.PIC-M {
  display: none;
}
img.PIC-PC {
  display: block;
}
footer .par {
  display: block;
  margin-top: 20px;
}

/* --窄螢幕版型------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  .fonTxt {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin: 100px auto 0 auto;
    font-weight: bold;
    text-shadow: 0em 0em 1em #000;
    padding: 0;
    border-top: #b8fffe 2px dotted;
    border-bottom: #b8fffe 2px dotted;
    padding: 20px 0;
    width: 95%;
  }
}

/* --平板版型------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body,
  html {
    overflow-x: hidden;
    background: url(../images/homeBG.jpg) no-repeat center top #0c3875;
    background-size: 1700px auto;
  }
  #home {
    width: 100%;
    position: relative;
    background: url(../images/TOP.png) no-repeat center top;
    background-size: 986px auto;
    text-align: right;
    padding: 120px 0 0px 0;
  }
  a.joinBTN {
    position: fixed;
    right: 10px;
    bottom: 5px;
    display: block;
    width: 150px;
    z-index: 99999;
  }
  a.joinBTN img {
    width: 100%;
    display: block;
  }
  img.subT-1 {
    position: absolute;
    top: 45px;
    right: 30px;
    height: 40px;
  }
  img.subT-2 {
    margin: 0 0 10px -50px;
    display: block;
    width: 90%;
    max-width: 756px;
    clear: both;
  }
  img.subT-3 {
    margin: 0 0 0 -50px;
    display: block;
    width: 90%;
    max-width: 756px;
    clear: both;
  }
  img.subT-4 {
    margin: 20px 0 0 -50px;
    display: block;
    width: 90%;
    clear: both;
  }
  img.subT-5 {
    margin: 0 auto;
    display: block;
    float: none;
    width: 100%;
  }
  img.title {
    width: auto;
    display: block;
    margin: 80px auto 25px auto;
  }
  img.PIC-PC {
    display: none;
  }
  img.PIC-M {
    display: block;
    margin-bottom: 30px;
  }

  .fonTxt {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin: 200px auto 0 auto;
    font-weight: bold;
    text-shadow: 0em 0em 1em #000;
    padding: 0;
    border-top: #b8fffe 2px dotted;
    border-bottom: #b8fffe 2px dotted;
    width: 95%;
    border-top: #b8fffe 2px dotted;
    border-bottom: #b8fffe 2px dotted;
    padding: 20px 0;
    width: 88%;
  }

  ul.five {
    width: 90%;
    margin: 30px auto 0 auto;
    text-align: center;
    max-width: 1200px;
    z-index: 999;
  }
  ul.five li {
    width: 35%;
    max-width: 300px;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin: 0 7% 40px 7%;
    position: relative;
    vertical-align: top;
    color: #58bbe1;
  }
  ul.five li b {
    font-size: 45px;
    font-weight: bold;
    display: block;
    margin: 15px 0 10px 0;
    line-height: 30px;
    color: #fff;
  }

  #agenda table.pc {
    width: 100%;
    margin: 50px auto 20px auto;
    text-align: left;
    max-width: 1100px;
  }
  #agenda table.pc th {
    text-align: left;
    padding: 10px;
    letter-spacing: 1px;
    color: #0c3875;
    background: #59bfaf;
    font-size: 16px;
  }
  #agenda table.pc td {
    font-size: 16px;
    padding: 8px 10px;
    border: #567db3 1px solid;
    line-height: 27px;
    vertical-align: middle;
    color: #fff;
  }
  #agenda table.pc td.time {
    font-size: 13px;
    width: 10%;
    color: #d1e4ff;
  }
  #agenda table.pc td.issue b {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    display: block;
    margin: 5px 0 0 0;
  }
  #agenda table.pc td.issue {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
  }
  #agenda table.pc td.item-1 {
    color: #94ecde;
  }
  #agenda table.pc td.issue .catego {
    font-size: 14px;
    color: #d1e4ff;
    margin: 0 0 0 0;
    display: block;
  }
  #agenda table.pc td.people {
    font-size: 14px;
    font-weight: normal;
    width: 42%;
  }
  #agenda table.pc td.people b {
    font-size: 18px;
    color: #aee5fa;
    font-weight: bold;
    display: inline-block;
  }

  #note {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    padding: 30px 0 50px 0;
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
  }
  #note b {
    font-weight: bold;
    display: inline-block;
    color: #59bfaf;
    float: left;
  }
  ul.notelist {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    float: right;
    border-left: #5f7ca4 1px solid;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
    margin: 7px 0 0 30px;
  }
}

/* --手機版型------------------------------------- */

@media screen and (max-width: 767px) {
  body,
  html {
    overflow-x: hidden;
    background: no-repeat -400px top #021095;
    /* background-size: 1000px auto; */
  }
  .mobileKv {
    display: block !important;
    width: 100%;
  }
  .shine {
    display: none;
  }
  .bigTitle,
  .middleTitle,
  .smallTitle,
  .logoNew {
    display: none !important;
  }

  a.joinBTN {
    position: fixed;
    right: 10px;
    bottom: 5px;
    display: block;
    width: 100px;
    z-index: 99999;
  }
  a.joinBTN img {
    width: 100%;
    display: block;
  }

  #home {
    width: 100%;
    position: relative;
    /* background: url(../images/TOP.png) no-repeat -190px top; */
    background-size: 580px auto;
    text-align: right;
    padding: 0;
  }
  img.subT-1 {
    position: absolute;
    top: 25px;
    right: 20px;
    height: 25px;
  }

  img.subT-2 {
    margin: 0 0 10px -20px;
    display: block;
    width: 100%;
    max-width: 756px;
    clear: both;
  }
  img.subT-3 {
    margin: 0 0 0 -20px;
    display: block;
    width: 100%;
    max-width: 756px;
    clear: both;
  }
  img.subT-4 {
    margin: 20px 0 0 -20px;
    display: block;
    width: 100%;
    clear: both;
  }
  img.subT-5 {
    margin: 0 auto 30px auto;
    display: block;
    float: none;
    width: 100%;
  }
  img.title {
    width: 70%;
    display: block;
    margin: 80px auto 25px auto;
  }

  img.PIC-PC {
    display: block;
  }
  img.PIC-M {
    display: none;
  }

  .fonTxt {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    margin: 10px auto 0 auto;
    font-weight: bold;
    text-shadow: 0em 0em 1em #000;
    padding: 20px 0;
    border-top: #b8fffe 1px dotted;
    border-bottom: #b8fffe 1px dotted;
  }

  ul.five {
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
    max-width: 1200px;
    z-index: 999;
  }
  ul.five li {
    width: 40%;
    max-width: 300px;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 4% 40px 4%;
    position: relative;
    vertical-align: top;
    color: #58bbe1;
  }
  ul.five li b {
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin: 5px 0 10px 0;
    line-height: 30px;
    color: #fff;
  }
  ul.five li img {
    display: block;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    max-width: 285px;
  }
  ul.five li a .more {
    display: block;
    font-size: 30px;
    margin-top: 5px;
    color: #036;
  }
  ul.five li a:hover {
    color: #333;
  }
  ul.five li a:hover b {
    color: #c69;
  }
  ul.five li a:hover .more {
    color: #c69;
  }
  ul.five li a {
    width: 365px;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    padding-top: 300px;
  }
  ul.five li a b {
    color: #036;
  }

  #note {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    padding: 30px 0 50px 0;
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
  }
  #note b {
    font-weight: bold;
    display: inline-block;
    color: #59bfaf;
    float: left;
  }
  ul.notelist {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    float: right;
    border-left: #5f7ca4 1px solid;
    padding-left: 20px;
    font-size: 15px;
    line-height: 28px;
    margin: 7px 0 0 20px;
  }

  #agenda {
    font-size: 15px;
    line-height: 30px;
    margin: 0 auto 20px auto;
    width: 90%;
    max-width: 1250px;
  }
  #agenda table.pc {
    width: 100%;
    margin: 50px auto 20px auto;
    text-align: left;
    max-width: 1100px;
  }
  #agenda table.pc th {
    text-align: left;
    padding: 10px;
    letter-spacing: 0;
    font-size: 14px;
  }
  #agenda table.pc td {
    font-size: 14px;
    padding: 8px 10px;
    border: #567db3 1px solid;
    line-height: 27px;
    vertical-align: middle;
  }
  #agenda table.pc td.time {
    font-size: 12px;
    width: 10%;
  }
  #agenda table.pc td.issue b {
    font-size: 15px;
    font-weight: normal;
    display: block;
    margin: 5px 0 0 0;
  }
  #agenda table.pc td.issue {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
  }
  #agenda table.pc td.item-1 {
  }
  #agenda table.pc td.issue .catego {
    font-size: 13px;
    margin: 0 0 0 0;
    display: block;
  }
  #agenda table.pc td.people {
    font-size: 13px;
    font-weight: normal;
    width: 42%;
  }
  #agenda table.pc td.people b {
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
}

@media all {
  .lightbox {
    display: none;
  }
  .fl-page .jumbotron {
    margin-top: 2em;
  }
  .fl-page .doc {
    margin: 2em 0;
  }
  .fl-page .btn-download {
    float: right;
  }
  .fl-page .btn-default {
    vertical-align: bottom;
  }
  .fl-page .btn-lg span {
    font-size: 0.7em;
  }
  .fl-page .footer {
    margin-top: 3em;
    color: #aaa;
    font-size: 0.9em;
  }
  .fl-page .footer a {
    color: #999;
    text-decoration: none;
    margin-right: 0.75em;
  }
  .fl-page .github {
    margin: 2em 0;
  }
  .fl-page .github a {
    vertical-align: top;
  }
  .fl-page .marketing a {
    color: #999;
  }
  /* override default feather style... */
  .fixwidth {
    background: rgba(256, 256, 256, 0.8);
  }
  .fixwidth .featherlight-content {
    width: 500px;
    padding: 25px;
    color: #fff;
    background: #111;
  }
  .fixwidth .featherlight-close {
    color: #fff;
    background: #333;
  }
}
#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .fl-page h1 span {
    display: block;
  }
  .fl-page .btn-download {
    float: none;
    margin-bottom: 1em;
  }
}
