logo-font/**
* Template Name: TheEvent - v4.7.0
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #2f3138;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  height: 100%;
}

a {
  color: #EF8200; /* 超連結顏色 */
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
    /* 超連結顏色-滑鼠上移 */
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0E4266;} /* 內文標題顏色 */

.tnw {
    display:inline;}


.main {
  position: relative;
  padding: 80px 0px;}
@media (max-width: 992px) {
  .main {
    padding: 40px 0px; }}

.main-box {
  padding: 80px 0px;}
@media (max-width: 992px) {
  .main-box {
    padding: 40px 0px; }}


.wrapper{
    min-height: 100%;
}

.main-page {
	background-color: #EDF6F4;
}

.text-right{
	text-align: right;
}

.fc-FF5A5A{
	color: #FF5A5A;
}


/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

.display-01 {
	display: inline;}
@media (max-width: 992px) {
  .display-01 {
    display: none;}}

.display-02 {
	display: none;}
@media (max-width: 992px) {
  .display-02 {
    display: inline;}}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1D7362;
  width: 60px;
  height: 60px;
  border-radius: 70px;
  transition: all 0.4s;}
@media (max-width: 992px) {
  .back-to-top {
    width: 50px;
    height: 50px; }}


.back-to-top i {
  font-size: 50px;
  color: #fff;
  line-height: 0;}
@media (max-width: 992px) {
  .back-to-top i {
    font-size: 40px; }}

.back-to-top:hover {
  background: #EF8200;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}
.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 5px;
  background: #EF8200;
  bottom: 0;
  left: calc(50% - 100px);
}
.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section-header h2 {
    font-size: 32px;
	font-weight: 600;}}


.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #969696;}
@media (max-width: 992px) {
  .section-header p {
    font-size: 15px; }}


.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;}
@media (max-width: 992px) {
  #header {
    height: 100px; }}



#header.header-scrolled, #header.header-inner {
  background: #0E4266;
  height: 100px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
@media (max-width: 992px) {
  #header.header-scrolled, #header.header-inner {
    height: 80px; }}



#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 span {
  color: #EF8200;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}
@media (max-width: 992px) {
  #header #logo img {

    max-height: 80px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.9); /* 主選單文字顏色 */
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 25px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}
.navbar a i, .navbar a:focus i {
  font-size: 120px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #FFF100;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #FFF100;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 160px; /* 下拉的寬度 */
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 20px;
  text-transform: none;
  color: #0E4266;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #EF8200;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FFFFFF; /* 手機三條線顏色 */
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  font-weight: 700;
}

@media (max-width: 992px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
	color: #FFFFFF;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 25px;
  color: #0E4266; /* 手機選單文字顏色 */
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #EF8200; /* 手機選單文字顏色-滑鼠上移 */
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #EF8200;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/index-bg.jpg) center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  #hero {
  background: url(../img/index-m-bg.jpg) center;
  background-size: cover;
  overflow: hidden;
  position: relative;	  
  }
}



#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 991px) {
  #hero .hero-container {
    top: 70px;
  }
}
#hero h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}
#hero h1 span {
  color: #EF8200;
}
@media (max-width: 991px) {
  #hero h1 {
    font-size: 34px;
  }
}
#hero p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  #hero p {
    font-size: 16px;
  }
}
#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#EF8200 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#hero .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#hero .play-btn:hover::after {
  border-left: 15px solid #EF8200;
  transform: scale(20);
}
#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
#hero .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #EF8200;
}
#hero .about-btn:hover {
  background: #EF8200;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 40px 0 40px 0;
}
@media (min-width: 1024px) {
  #about {
    background-attachment: fixed;
  }
}
#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
#about h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
  padding: 30px 0;
}
#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#speakers .speaker .details {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#speakers .speaker .details h3 {
  color: #094D1C;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
#speakers .speaker .details p {
  color: #094D1C;
  font-size: 15px;
  margin-bottom: 10px;
}
#speakers .speaker .details .social {
  height: 40px;
}
#speakers .speaker .details .social i {
  line-height: 0;
  margin: 0 2px;
}
#speakers .speaker .details a {
  color: #fff;
}
#speakers .speaker .details a:hover {
  color: #EF8200;
}
#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}
#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#speakers-details .details .social {
  margin-bottom: 15px;
}
#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#speakers-details .details .social a:hover {
  background: #EF8200;
  color: #fff;
}
#speakers-details .details .social a i {
  font-size: 16px;
  line-height: 0;
}
#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

.speakers-box-Section {
	padding-bottom: 40px;}
    @media only screen and (max-width: 991px) {
      .speakers-box-Section {
		  padding-bottom: 50px;}}

.speakers-box-category {
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 5px 5px 0px #D2D2D2;
	padding: 20px;
    margin-bottom: 50px;}


.speakers-category-title {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 35px;
	font-weight: 400;
    color: #EF8200;
    padding: 30px;}
    @media only screen and (max-width: 991px) {
      .speakers-category-title {
		  font-size: 30px;
		  padding: 25px;}}



/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 30px 0;
}
#schedule .nav-tabs {
  font-size: 20px;
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0E4266; /* 議程-按鈕 */
  color: #fff;
  padding: 10px 50px;
}
@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}
@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 40px;
  }
}
@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 20px;
  }
}
#schedule .nav-tabs a.active {
  background-color: #EF8200;
  color: #fff;
}
#schedule .sub-heading {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  margin: 0 auto 30px auto;
}
@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}
#schedule .tab-pane {
  transition: ease-in-out 0.2s;
}
#schedule .schedule-item {
  border-bottom: 1px dotted #B4B4B4;
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
}
    @media only screen and (max-width: 991px) {
  #schedule .schedule-item {
    padding-bottom: 30px;  }}

#schedule .schedule-item:hover {
  background-color: #FAFAFA;
}

#schedule .schedule-itemA {
  border-bottom: 1px dotted #B4B4B4;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 2px;
  position: relative;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
}
#schedule .schedule-itemA:hover {
  background-color: #FAFAFA;
}

#schedule .schedule-itemB {
  border-bottom: 1px dotted #B4B4B4;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
}
    @media only screen and (max-width: 991px) {
  #schedule .schedule-itemB {
    padding-bottom: 15px;  }}

#schedule .schedule-itemB:hover {
  background-color: #FAFAFA;
}

#schedule .schedule-itemB1 {
  border-top: 1px dotted #B4B4B4;
  border-bottom: 1px dotted #B4B4B4;
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
}
    @media only screen and (max-width: 991px) {
  #schedule .schedule-itemB1 {
    padding-bottom: 30px;  }}

#schedule .schedule-itemB1:hover {
  background-color: #FAFAFA;
}

#schedule .schedule-itemC {
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
}
    @media only screen and (max-width: 991px) {
  #schedule .schedule-item {
    padding-bottom: 30px;  }}

#schedule .schedule-itemC:hover {
  background-color: #FAFAFA;
}




#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}
#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
#schedule .schedule-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

#schedule .schedule-item1 {
  border-bottom: 1px dotted #B4B4B4;
  padding: 40px 20px;
  position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
	background-color: #FDF3E6;
}

#schedule .schedule-item2 {
  border-bottom: 1px dotted #B4B4B4;
  border-top: 1px dotted #B4B4B4;
  padding:40px 20px;
  position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
	background-color: #EBEBEB;
}

#schedule .schedule-item2C {
  border-bottom: 1px dotted #B4B4B4;
  padding:40px 20px;
  position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
	background-color: #EBEBEB;
}

#schedule .schedule-item2A {
  padding: 20px 20px 10px 20px;
  position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
	background-color: #E6E6E6;
}

#schedule .schedule-item2B {
  border: 10px solid #E6E6E6;
}

#schedule .schedule-item3 {
  border-bottom: 1px dotted #B4B4B4;
  padding: 30px 40px;
  transition: background-color ease-in-out 0.3s;
	background-color: #FDF3E6;}
    @media only screen and (max-width: 991px) {
  #schedule .schedule-item3 {
    padding: 30px 25px;}}


.schedule-box-01{
	padding-top: 20px;
}

.schedule-box-01A{
	padding: 30px 0px 20px 0px;}
    @media only screen and (max-width: 991px) {
  .schedule-box-01A {
    padding-top: 0px;  }}

.schedule-box-01A-TOP{
	padding: 20px 0px 20px 0px;}
    @media only screen and (max-width: 991px) {
  .schedule-box-01A-TOP {
    padding-top: 0px;  }}

.schedule-box-01B{
	border-top: 1px solid #E8E8E8;
	padding: 25px 0px 5px 0px;
    margin-top: 30px;}
    @media only screen and (max-width: 991px) {
  .schedule-box-01B {
    padding-top: 20px; }}

.schedule-box-01C{
	padding: 20px 10px;}
    @media only screen and (max-width: 991px) {
  .schedule-box-01C {
    padding-top: 20px;  }}


.schedule-box-02{
	padding: 10px 0px 5px 0px;
}

.schedule-box-03{
	padding: 5px 10px 0px 10px;
}

.schedule-box-03A{
	padding: 0px 10px 5px 10px;
}


.schedule-box-04{
	padding-top: 30px;
}

.schedule-box-05{
	border-radius:3px;
    border: 1px dotted #C8C8C8;
	padding: 5px 10px;
}

.schedule-title {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 26px;
	font-weight: 600;
	line-height: 33px;
    color: #323232;}
    @media only screen and (max-width: 991px) {
      .schedule-title {
		  font-size: 24px;}}

.schedule-name {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	line-height: 35px;
	font-weight: 600;
    color: #EF8200;
    background-color: #FFFFFF;
    padding: 0px 0px;}
    @media only screen and (max-width: 991px) {
      .schedule-name {
		  font-size: 35px;
		  line-height: 40px;}}
.schedule-name:hover {
    color: #FFFFFF;
    background-color: #0E4266;}


.schedule-titleA {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	font-weight: 400;
	line-height: 33px;
    color: #323232;
    margin-bottom: 2px;}
    @media only screen and (max-width: 991px) {
      .schedule-titleA {
		  font-size: 35px;
		  margin-bottom: 0px;}}

.schedule-nameA {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
    color: #323232;
    margin-top: 5px;
    margin-bottom: 10px;
}
    @media only screen and (max-width: 991px) {
      .schedule-nameA {
		  font-size: 35px;
		  line-height: 35px;}}

.schedule-locationA{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 25px;
	line-height: 30px;
	font-weight: 200;
    color: #969696;}
    @media only screen and (max-width: 991px) {
      .schedule-locationA {
		  font-size: 25px;
		  line-height: 30px;}}

.schedule-name-01{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
    color: #323232;
padding-bottom: 10px;}
    @media only screen and (max-width: 991px) {
      .schedule-name-01 {
		  font-size: 28px;
		  padding-bottom: 10px;}}

.schedule-name-01A{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
    color: #505050;}
    @media only screen and (max-width: 991px) {
      .schedule-name-01A {
		  font-size: 25px;}}

.schedule-name-01B{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
    color: #323232;}
    @media only screen and (max-width: 991px) {
      .schedule-name-01B {
		  font-size: 28px;
		  padding-bottom: 0px;}}

.schedule-name-02{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 45px;
	font-weight: 400;
	line-height: 33px;
    color: #323232;}
    @media only screen and (max-width: 991px) {
      .schedule-name-02 {
		  font-size: 40px;}}

.schedule-site-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 35px;
	font-weight: 400;
    color: #EF8200;	
    border-bottom: 2px dashed #EF8200;
    margin-bottom: 3px;
    word-wrap:break-word;}
.schedule-site-01:hover {
	color: #696969;
    border-bottom: 2px dashed #696969;
    background-color: #FFFFFF;}

.schedule-site-01A {
	float: left;
    margin-bottom: 24px;}
    @media only screen and (max-width: 991px) {
      .schedule-site-01A {
		  float: none;
		  width: auto;}}

.schedule-speaker-01{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;
    text-indent: -60px;
    margin-left: 60px;
    padding-top: 0px;}
    @media only screen and (max-width: 991px) {
      .schedule-speaker-01 {
		  font-size: 20px;}}

.schedule-time-01{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 35px;
	font-weight: 200;
	line-height: 40px;
    color: #646464;}
    @media only screen and (max-width: 991px) {
      .schedule-time-01 {
		  font-size: 40px;
		  line-height: 45px;
          padding: 0px 0px 10px 10px;}}

.schedule-time-01A{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 25px;
	font-weight: 200;
	line-height: 30px;
    color: #646464;}
    @media only screen and (max-width: 991px) {
      .schedule-time-01A {
		  font-size: 40px;
		  line-height: 45px;
          padding: 10px 0px 20px 10px;}}

.schedule-time-02{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 35px;
	font-weight: 200;
	line-height: 40px;
    color: #646464;}
    @media only screen and (max-width: 991px) {
      .schedule-time-02 {
		  font-size: 40px;
		  line-height: 45px;
          padding: 10px 0px 20px 10px;}}

.schedule-btn-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 30px;
	font-weight: 400;
    color: #EF8200;	
    border: 1px dotted #C8C8C8;
	border-radius:5px;
	padding: 8px 15px;
    word-wrap: break-word;
	max-width: 220px;
    margin: 0px 0px 5px 0px;
    cursor: pointer;}
.schedule-btn-01:hover {
	color: #FFFFFF;
    border: 1px solid #696969;
    background-color: #696969;}
    @media only screen and (max-width: 991px) {
      .schedule-btn-01 {
		  max-width: 100%;}}








.schedule-btn-box {
	padding: 40px;
    text-align: center;}



.schedule-location{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
    color: #969696;}
    @media only screen and (max-width: 991px) {
      .schedule-location {
		  font-size: 25px;
		  line-height: 25px;
		  margin-top: 5px;
		  margin-bottom: 15px;}}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 60px 0;
}
#venue .container-fluid {
  margin-bottom: 3px;
}
#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
	border: 1px solid #EBEBEB;
}
#venue .venue-info:before {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}
#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}
.venue-gallery-container {
  padding-right: 12px;
}
.venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.venue-gallery img {
  transition: all ease-in-out 0.4s;
}
.venue-gallery:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Organize Section
--------------------------------------------------------------*/
.Organize-item {
  border-bottom: 1px dotted #B4B4B4;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
}

.Organize-item1 {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
}

.Organize-title-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 32px;
	font-weight: 300;
	line-height: 33px;
    color: #0E4266;}
    @media only screen and (max-width: 991px) {
      .Organize-title-01 {
	      font-weight: 600;
		  padding-left: 30px;}}

.Organize-name-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 28px;
	font-weight: 300;
    color: #323232;
    padding: 2px 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-name-01 {
		  font-size: 26px;}}

.Organize-name-01B {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 28px;
	font-weight: 700;
    color: #323232;
    padding: 2px 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-name-01B {
		  font-size: 26px;}}

.Organize-name-01B1 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 28px;
	font-weight: 500;
    color: #323232;
    padding: 2px 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-name-01B1 {
		  font-size: 26px;}}

.Organize-name-01C {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 28px;
	font-weight: 300;
    color: #323232;
    padding: 2px 0px;}

.Organize-name-01C1 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 28px;
	font-weight: 300;
    color: #323232;}
    @media only screen and (max-width: 991px) {
      .Organize-name-01C1 {
		  font-size: 20px;
		  font-weight: 400;
		  line-height: 20px;}}

.Organize-name-01T {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 28px;
	font-weight: 500;
    color: #0E4266;
    padding: 2px 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-name-01T {
		  font-size: 26px;}}

.Organize-note-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 24px;
	font-weight: 400;
    color: #B4B4B4;
    padding: 2px 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-note-01 {
		  font-size: 18px;}}

.Organize-box-01{
	padding: 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-box-01 {
		  padding: 0px;}}

.Organize-box-01A{
	padding: 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-box-01A {
		  padding: 15px 30px 0px 40px;}}

.Organize-box-01A1{
	padding: 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-box-01A1 {
		  padding: 15px 30px 0px 30px;}}

.Organize-box-01A2{
	padding-bottom: 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-box-01A2 {
		  padding-bottom: 10px;}}

.Organize-box-01A0{
	padding-bottom: 15px;}

.Organize-box-01B{
	padding: 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-box-01B {
		  padding: 0px 0px 0px 12px;}}

.Organize-box-01B1{
	padding: 0px;}
    @media only screen and (max-width: 991px) {
      .Organize-box-01B1 {
		  padding: 0px 0px 5px 20px;}}

.Organize-box-02{
	padding: 0px 15px;}
    @media only screen and (max-width: 991px) {
      .Organize-box-02 {
		  padding: 0px 15px;}}

.Organize-box-03{
	padding: 5px 20px 20px 20px;
}





/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  padding: 60px 0;
}

.contact-font-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 24px;
	font-weight: 400;
    color: #EF8200;
	line-height: 30px;
    letter-spacing: 1px;}
    @media only screen and (max-width: 991px) {
      .contact-font-01 {
		  font-size: 20px;
		  line-height: 26px;}}


.contact-font-02 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 600;
    color: #323232;
	line-height: 24px;
    letter-spacing: 1px;}

.contact-font-03 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;
	line-height: 24px;
    letter-spacing: 1px;}

.contact-font-04 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    padding: 4px 15px;
	margin-top: 3px;
    background-color: #EF8200;
    border-radius:3px;}
    @media only screen and (max-width: 991px) {
      .contact-font-04 {
		  }}


.contact-box-01 {
	margin-top: 30px;}
	
.contact-box-02 {
	padding-bottom: 30px;
	margin-bottom: 40px;
	margin-top: 10px;
	border-bottom: 1px dotted #DCDCDC;}

.contact-box-03 {
	padding: 0px 30px 30px 30px;}



.contact-item {
  border-bottom: 1px dotted #B4B4B4;
  padding:25px 15px;
  position: relative;
  display: flex;
	text-align: left;
  transition: background-color ease-in-out 0.3s;
}
.contact-item:hover {
  background-color: #F3F6F4;
}

.contact-item-master {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

.contact-img-01{
	max-width: 100px;
	margin-right: 20px;
	float: left;}
    @media only screen and (max-width: 991px) {
      .contact-img-01 {
		  max-width: 80px;}}

.contact-title-box{
	padding-top: 10px;}
    @media only screen and (max-width: 991px) {
      .contact-title-box {
		  padding-top: 0px;
		  padding-bottom: 15px;
		  border-bottom: solid 1px #F0F0F0;}}

.contact-img-box{
	padding-top: 0px;
    display: inline;}
    @media only screen and (max-width: 991px) {
      .contact-img-box {
		  padding-top: 10px;}}

.contact-name-box{
	margin-top: 16px;}
    @media only screen and (max-width: 991px) {
      .contact-name-box {
		  margin-top: 5px;}}


/*--------------------------------------------------------------
# Apply
--------------------------------------------------------------*/

.apply-font-01{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
    color: #EF8200;}
    @media only screen and (max-width: 991px) {
      .apply-font-01 {
		  font-size: 30px;
		  line-height: 35px;}}

.apply-font-02{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
    color: #323232;
    letter-spacing: 1px;}

.apply-font-03{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 50px;
	font-weight: 400;
	line-height: 55px;
    color: #646464;}
    @media only screen and (max-width: 991px) {
      .apply-font-03 {
		  font-size: 30px;
		  line-height: 35px;}}

.apply-font-04{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 50px;
	font-weight: 400;
	line-height: 55px;
    color: #EF8200;}
    @media only screen and (max-width: 991px) {
      .apply-font-04 {
		  font-size: 30px;
		  line-height: 35px;}}

.apply-font-05{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 24px;
	font-weight: 600;
    color: #0E4266;
    letter-spacing: 1px;
	padding-bottom: 5px;
    border-bottom: solid 5px #EAF0F4;}

.apply-font-06 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #EF8200;}

.apply-font-time-01{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
    color: #969696;}
    @media only screen and (max-width: 991px) {
      .apply-font-time-01 {
		  font-size: 28px;
		  line-height: 34px;}}

.apply-font-options-01{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;}

.apply-inquire-box-name {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
    color: #323232;}

.apply-inquire-note {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 24px;
	font-weight: 600;
    color: #EF8200;
    letter-spacing: 1px;}

.apply-inquire-note-box-1 {
	margin-bottom: 30px;
    text-align: center;}

.apply-inquire-note-box-2 {
	margin: 0px 20px 40px 20px;
    text-align: left;}

.apply-inquire-font-01A {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	font-weight: 400;
    color: #0D6EFD;}
    @media only screen and (max-width: 991px) {
      .apply-inquire-font-01A {
		  font-size: 35px;}}

.apply-inquire-font-01B {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	font-weight: 400;
    color: #F8234A;}
    @media only screen and (max-width: 991px) {
      .apply-inquire-font-01B {
		  font-size: 35px;}}

.apply-inquire-font-01C {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	font-weight: 400;
    color: #969696;}
    @media only screen and (max-width: 991px) {
      .apply-inquire-font-01C {
		  font-size: 35px;}}


.apply-time-box-01 {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
    border-bottom: dotted 1px #CDCDCD;}

.apply-options-box-01 {
	padding: 0px 10px 5px 10px;}

.apply-options-box-02 {
	padding: 0px 10px 5px 20px;}

.apply-screenings-box {
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 5px 5px 0px #D2D2D2;
	padding: 20px;
    margin-top: 20px;
    width: 100%;}

.apply-screenings-box-in {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;
	letter-spacing: 1px;
	border-top: 1px dotted #D2D2D2;
	padding: 10px 5px 0px 5px;
    margin: 10px 5px;}

.apply-inquire-box-01 {
	border-top: 1px dotted #D2D2D2;
	padding: 20px 5px 0px 5px;
    margin: 10px 5px;}

.apply-inquire-box-02 {
	padding: 10px 20px;}


.apply-box-01 {
	padding-bottom: 10px;}

.apply-box-02 {
	padding: 10px;
	margin-bottom: 10px;
    border: solid 5px #E6E6E6;}

.apply-box-02D {
	padding: 10px;
	margin-bottom: 10px;
    border: solid 5px #FADEB8;}

.apply-box-03 {
	padding: 0px 20px;}

.apply-box-04L {
	text-align: left;}
    @media only screen and (max-width: 991px) {
      .apply-box-04L {
		  text-align: center;}}

.apply-box-04R {
	text-align: right;}
    @media only screen and (max-width: 991px) {
      .apply-box-04R {
		  text-align: center;}}

.apply-box-05 {
	padding-top: 10px;}

.apply-box-06 {
	padding: 40px 0px 0px 0px;}

.apply-box-07 {
	padding: 0px 12px 20px 12px;}


.apply-btn-101 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 5px;
  color: #0E4266;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #0E4266;}
.apply-btn-101:hover {
  background: #0E4266;
  color: #fff;}

.apply-btn-102 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 5px;
  color: #EF8200;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #EF8200;}
.apply-btn-102:hover {
  background: #EF8200;
  color: #fff;}


/*--------------------------------------------------------------
# Contribute
--------------------------------------------------------------*/
.Contribute-item {
  border-bottom: 1px dotted #B4B4B4;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
	display: flex;
	align-items: center;
}

.Contribute-item-notice {
  border-bottom: 1px dotted #B4B4B4;
  padding-top: 20px;
  padding-bottom: 5px;
  position: relative;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
}

.Contribute-item-notice-N {
  padding-top: 20px;
  padding-bottom: 5px;
  position: relative;
	display: flex;
	align-items: center;
  transition: background-color ease-in-out 0.3s;
}

.Contribute-box-line-1 {
  border-bottom: 1px dashed #B4B4B4;
  margin-bottom: 20px;
}

.Contribute-box-line-2 {
  padding-top: 20px;
  border-top: 1px dotted #B4B4B4;
  margin-top: 20px;
}

.Contribute-box-line-3 {
  padding-top: 20px;
  border-top: 1px dotted #B4B4B4;
  margin: 20px 0px;
}

.Contribute-title-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 32px;
	font-weight: 300;
	line-height: 33px;
    color: #0E4266;}
    @media only screen and (max-width: 991px) {
      .Contribute-title-01 {
		  font-size: 24px;
	      font-weight: 600;
	      line-height: 33px;
		  padding-bottom: 10px;}}

.Contribute-submit {
  text-align: center;
	margin-top: 40px;}

.Contribute-note-font {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 32px;
	font-weight: 300;
	line-height: 33px;
    color: #F8234A;}
    @media only screen and (max-width: 991px) {
      .Contribute-note-font {
		  font-size: 24px;
	      line-height: 33px;
		  padding-bottom: 10px;}}

.Contribute-note-font1 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
    color: #F8234A;
    padding-top: 10px;}
    @media only screen and (max-width: 991px) {
      .Contribute-note-font1 {
		  font-size: 18px;
	      line-height: 28px;
		  padding-bottom: 10px;}}

.Contribute-navbar-01 {
	border-bottom: solid 0px #D2D2D2;
    border-top:  solid 0px #D2D2D2;}
    @media only screen and (max-width: 991px) {
      .Contribute-navbar-01 {
		  border-bottom: solid 1px #D2D2D2;
	      border-top:  solid 1px #D2D2D2;}}

.Contribute-navbar-btn-01 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #0E4266;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #0E4266;}
.Contribute-navbar-btn-01:hover {
  background: #0E4266;
  color: #fff;}
    @media only screen and (max-width: 991px) {
      .Contribute-navbar-btn-01 {
		  font-size: 20px;
		  padding: 15px;
          border-radius: 0px;
		  margin: 0px;
		  border: 0px solid #0E4266;}}


.Contribute-navbar-btn-02 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #EF8200;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #EF8200;}
.Contribute-navbar-btn-02:hover {
  background: #EF8200;
  color: #fff;}
    @media only screen and (max-width: 991px) {
      .Contribute-navbar-btn-02 {
		  font-size: 20px;
		  padding: 15px;
          border-radius: 0px;
		  margin: 0px;
		  border: 0px solid #0E4266;}}

.Contribute-upload-title {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;
    letter-spacing: 1px;
    max-width: 190px;
    padding-top: 10px;
    margin-left: 10px;}
    @media only screen and (max-width: 991px) {
      .Contribute-upload-title {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 10px;}}

.Contribute-Participate-font {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;
    letter-spacing: 1px;
    padding-top: 13px;
    margin-left: 10px;}
    @media only screen and (max-width: 991px) {
      .Contribute-Participate-font {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 10px;}}



.Contribute-list-f {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;
    letter-spacing: 1px;}
    @media only screen and (max-width: 991px) {
      .Contribute-list-f {
		  font-size: 18px;}}

.Contribute-list-title {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 24px;
	font-weight: 400;
    color: #323232;
	line-height: 30px;
    letter-spacing: 1px;}
    @media only screen and (max-width: 991px) {
      .Contribute-list-title {
		  font-size: 20px;
		  line-height: 26px;}}

.Contribute-list-link {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
    color: #EF8200;
    padding-bottom: 2px;
    word-break: break-all;}
    @media only screen and (max-width: 991px) {
      .Contribute-list-link {
		  font-size: 18px;
		  line-height: 28px;}}
.Contribute-list-link:hover {
	color: #0E4266;
	padding-bottom: 2px;
    border-bottom: dashed 1px #0E4266;}

.Contribute-list-link-box {
	padding-top: 0px;}
    @media only screen and (max-width: 991px) {
      .Contribute-list-link-box {
		  padding-top: 10px;}}


.Contribute-btn-101 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 5px;
  color: #FFFFFF;
  background: #0E4266;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
.Contribute-btn-101:hover {
  background: #4AA2B1;
  color: #FFFFFF;}

.Contribute-btn-102 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 5px;
  color: #FFFFFF;
  background: #EF8200;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
.Contribute-btn-102:hover {
  background: #FEA31B;
  color: #FFFFFF;}

.Contribute-btn-103 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 5px;
  color: #FFFFFF;
  background: #D03454;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
.Contribute-btn-103:hover {
  background: #F8234A;
  color: #FFFFFF;}

.Contribute-btn-01 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #FFFFFF;
  background: #1D7362;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
.Contribute-btn-01:hover {
  background: #0E4266;
  color: #FFFFFF;}



.Contribute-btn-02 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #FFFFFF;
  background: #D03454;
  width: 40px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 36px;}
.Contribute-btn-02:hover {
  background: #F8234A;
  color: #FFFFFF;}
    @media only screen and (max-width: 991px) {
      .Contribute-btn-02 {
		  margin-top: 0px;
		  margin-bottom: 20px;}}

.Contribute-screenings-box {
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 5px 5px 0px #D2D2D2;
	padding: 20px;
    margin-top: 20px;}


/*--------------------------------------------------------------
# Main Banner
--------------------------------------------------------------*/

#Mbanner {
  width: 100%;
  height: 240px;
  background: url(../img/Main-bg.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;  /* 靠底部 */
}
    @media only screen and (max-width: 991px) {
  #Mbanner {
    background-attachment: fixed;
	  height: 180px;
  }
}
#Mbanner:before {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#Mbanner .Mbanner-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;}
@media (max-width: 991px) {
  #Mbanner .Mbanner-container {
    top: 70px; }}

.Mbanner-title-01{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	font-weight: 400;
	line-height: 37px;
    color: #0E4266;
    letter-spacing: 1px;}
    @media only screen and (max-width: 991px) {
      .Mbanner-title-01 {
		  font-weight: 400;
		  font-size: 30px;
		  line-height: 27px;}}

.Mbanner-title-01bg{
	border-radius: 15px 15px 0px 0px;
    padding: 20px 50px;
    background: rgba(255, 255, 255, 0.7);
    position:absolute; /* 靠底部 */
    bottom: 0px;} /* 靠底部 */
    @media only screen and (max-width: 991px) {
      .Mbanner-title-01bg {
		  padding: 15px 30px 10px 30px;
		  border-radius: 10px 10px 0px 0px;}}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer{
    position: absolute;
    bottom: 0;
	width: 100%;
}

#footer {
  background: url(../img/footer-bg.jpg);
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #EF8200;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #EF8200;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #EF8200;
  font-size: 20px;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #EF8200;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #EF8200;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/

.card-title-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
    color: #323232;}
    @media only screen and (max-width: 991px) {
      .card-title-01 {
	      font-weight: 600;
		  margin-top: 5px;}}

.card-text-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 18px;
	font-weight: 400;
    color: #696969;
	line-height: 28px;
    letter-spacing: 1px;}
    @media only screen and (max-width: 991px) {
      .card-text-01 {
	      font-size: 20px;}}

/*--------------------------------------------------------------
# Basic
--------------------------------------------------------------*/

.logo-font{
    color: #235170;}
.logo-font:hover{
    color: #EF8200;}

.logo-font1{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 25px;
	font-weight: 700;
	line-height: 21px;}
    @media only screen and (max-width: 991px) {
      .logo-font1 {
		  font-size: 16px;
		  line-height: 16px;}}



.logo-font2{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 21px;
	font-weight: 400;
	line-height: 21px;}
    @media only screen and (max-width: 991px) {
      .logo-font2 {
		  font-size: 12px;
	      line-height: 12px;}}

.font-101 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #FFFFFF;
	line-height: 25px;
    letter-spacing: 1px;}

.font-102 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;
	line-height: 40px;
    letter-spacing: 1px;}

.font-103 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;
	line-height: 24px;
    letter-spacing: 1px;}

.font-103A {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 600;
    color: #EF8200;
	line-height: 24px;
    letter-spacing: 1px;}

.font-103C {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 22px;
	font-weight: 600;
    color: #F8234A;
	line-height: 28px;
    letter-spacing: 1px;}

.font-102-title {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #969696;
	line-height: 40px;
    letter-spacing: 1px;
    padding-right: 25px;}

.font-104 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;
	line-height: 28px;
    letter-spacing: 1px;}




.title-101{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 32px;
	font-weight: 400;
	line-height: 30px;
    color: #FFFFFF;
    letter-spacing: 1px;}
    @media only screen and (max-width: 991px) {
      .title-101 {
		  font-size: 27px;
		  line-height: 25px;}}

.title-101bg{
	border-radius: 0px 30px;
    padding: 20px 40px 10px 40px;
    background: rgba(128, 158, 148, 0.75)}

.btn-SignUp {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 30px 10px 10px 10px;
  color: #EF8200;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #EF8200;}
    @media only screen and (max-width: 991px) {
      .btn-SignUp {
		  font-size: 24px;
		  padding: 10px 40px;
		  margin: 20px 10px 10px 10px;}}
.btn-SignUp:hover {
  background: #EF8200;
  color: #fff;}

.btn-101 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #0E4266;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #0E4266;}
.btn-101:hover {
  background: #0E4266;
  color: #fff;}

.btn-102 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #EF8200;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #EF8200;}
.btn-102:hover {
  background: #EF8200;
  color: #fff;}

.btn-103 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 600;
  font-size: 25px;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin-left: 20px;
  color: #FFFFFF;
  background: #0E4266;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
    @media only screen and (max-width: 991px) {
      .btn-103 {
		  font-size: 20px;
		  margin-left: 15px;}}
.btn-103:hover {
  background: #1E8BD5;
  color: #fff;}

.btn-104 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 600;
  font-size: 25px;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
	margin-top: 15px;
  color: #FFFFFF;
  background: #0E4266;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
    @media only screen and (max-width: 991px) {
      .btn-104 {
		  font-size: 20px;
		  margin-top: 10px;
		  margin-bottom: 10px;}}
.btn-104:hover {
  background: #1E8BD5;
  color: #fff;}



.btn-105 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin-top: 5px;
  color: #FFFFFF;
  background: #1E8BD5;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
    @media only screen and (max-width: 991px) {
      .btn-105 {
		  font-size: 20px;
		  margin-top: 10px;
		  margin-bottom: 10px;}}
.btn-105:hover {
  background: #0E4266;
  color: #fff;}






.btn-reflesh-01 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #FFFFFF;
  background: #1D7362;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
.btn-reflesh-01:hover {
  background: #0E4266;
  color: #FFFFFF;}

.btn-question-01 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #FFFFFF;
  background: #EF8200;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-left: 5px;
  margin-top: 4px;}
    @media only screen and (max-width: 991px) {
      .btn-question-01 {
  margin-top: 15px;}}
.btn-question-01:hover {
  background: #FEA31B;
  color: #FFFFFF;}

.btn-sure-03 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #EF8200;
  border: solid 1px #CDCDCD;
  background: #FFFFFF;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-left: 5px;
  margin-top: 4px;}
    @media only screen and (max-width: 991px) {
      .btn-sure-03 {
  margin-top: 5px;}}
.btn-sure-03:hover {
  background: #FEA31B;
  color: #FFFFFF;}

.btn-sure-01 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 20px 30px;
  margin: 5px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #FFFFFF;
  background: #0E4266;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
    @media only screen and (max-width: 991px) {
      .btn-sure-01 {
		  font-size: 20px;
		  padding: 15px;}}
.btn-sure-01:hover {
  background: #4AA2B1;
  color: #FFFFFF;}

.btn-sure-02 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 13px 20px;
  margin: 5px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #FFFFFF;
  background: #0E4266;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
    @media only screen and (max-width: 991px) {
      .btn-sure-02 {
		  font-size: 20px;
		  padding: 13px;}}
.btn-sure-02:hover {
  background: #4AA2B1;
  color: #FFFFFF;}

.btn-reset-01 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 20px 30px;
  margin: 5px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #FFFFFF;
  background: #646464;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;}
    @media only screen and (max-width: 991px) {
      .btn-reset-01 {
		  font-size: 20px;
		  padding: 15px;}}
.btn-reset-01:hover {
  background: #969696;
  color: #FFFFFF;}




.index-font-01{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
    color: #EF8200;}
    @media only screen and (max-width: 991px) {
      .index-font-01 {
		  font-size: 30px;
		  line-height: 35px;}}

.index-font-02{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	font-weight: 400;
    color: #EF8200;
	opacity:0.75;}
    @media only screen and (max-width: 991px) {
      .index-font-02 {
		  font-size: 20px;}}

.index-font-03{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 35px;
	font-weight: 400;
    color: #323232;
	opacity:0.9;}
    @media only screen and (max-width: 991px) {
      .index-font-03 {
		  font-size: 25px;}}

.index-font-04{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
    color: #323232;}
    @media only screen and (max-width: 991px) {
      .index-font-04 {
		  font-size: 20px;}}

.index-font-05{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
    color: #323232;}
    @media only screen and (max-width: 991px) {
      .index-font-05 {
		  font-size: 25px;}}

.index-font-06 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 40px;
	font-weight: 300;
	line-height: 40px;
    color: #0E4266;	
    padding-top: 25px;}
    @media only screen and (max-width: 991px) {
      .index-font-06 {
		  font-size: 25px;}}

.index-font-06box {
  border-bottom: 1px solid #cad4f6;
  height: 40px;}

.index-font-07{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
    color: #646464;}
    @media only screen and (max-width: 991px) {
      .index-font-07 {
		  font-size: 25px;}}

.index-font-08{
	color: #969696;}

.CountDown-box-01 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 20px;
	font-weight: 400;
	color: #250000;
	max-width: 240px;
	float: left;
    padding-top: 10px; }
    @media only screen and (max-width: 991px) {
      .CountDown-box-01 {
		  max-width: 800px;
		  padding-top: 0px;
		  text-align: center;
		  float: none;}}

.CountDown-box-02 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 30px;
	font-weight: 400;
	color: #5C0000;
	max-width: 450px;
	margin-right: 20px;
	float: left;}
    @media only screen and (max-width: 991px) {
      .CountDown-box-02 {
		  font-size: 20px;
		  font-weight: 600;
		  max-width: 800px;
		  margin-right: 0px;
		  padding-top: 10px;
		  text-align: center;
		  float: none;}}

.box-div-w {
	width:100%;
	text-align:left;
	display:inline-block !important;
	display:inline; }

.box-div-center {
	display: flex;
	justify-content: center; }


.box-div-center1 {
	position: relative;
  top: 50%;
  transform: translate(0, -50%);}
  

.box-div-center2 {
	display:  flex;
    align-items: center;
}

.box-div-center3 {
	display:  flex;
    align-items: center;}
    @media only screen and (max-width: 991px) {
      .box-div-center3 {
		  justify-content: center;}}

.box-01 {
	margin: 40px 0px;}
  
.box-02 {
	padding: 0px 20px;}
  
.box-content-width {
	width: auto;
	display: inline-block !important;
	display: inline;}

.box-div-bottom-line-01 {
  padding-bottom: 30px;
	margin-bottom: 40px;
  border-bottom: 1px dashed #DCDCDC;}

.box-div-top-line-01 {
  padding-top: 40px;
	margin-top: 40px;
  border-top: 1px dashed #DCDCDC;}

.box-div-101 {
  padding: 30px;
  margin-top: 30px;
  border: 1px solid #DCDCDC;
  background-color: #EBEBEB; }

.box-time {
  align-items: center;
  text-align: center;
  padding: 80px 40px 0px 40px;
  }
@media (max-width: 991px) {
  .box-time {
    padding: 30px 40px; }}

.box-state {
  padding-bottom: 30px;
  }
@media (max-width: 991px) {
  .box-state {
    padding-bottom: 25px; }}

.showhide-01 {}
@media (max-width: 991px) {
  .showhide-01 {
    display: none; }}

.opacity-01 {
	opacity: 0.5;}


.note-101{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 32px;
	font-weight: 400;
	line-height: 30px;
    color: #FA623A;
    letter-spacing: 1px;
    padding-bottom: 30px;}
    @media only screen and (max-width: 991px) {
      .note-101 {
		  font-size: 27px;
		  line-height: 25px;}}

.UC-101{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 60px;
	font-weight: 600;
	line-height: 62px;
    color: #FA623A;
    letter-spacing: 1px;}
    @media only screen and (max-width: 991px) {
      .UC-101 {
		  font-size: 50px;
		  line-height: 45px;}}

.UC-102{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Microsoft JhengHei", Verdana, Arial;
	font-size: 30px;
	font-weight: 300;
	line-height: 42px;
    color: #FA623A;
    letter-spacing: 1px;}
    @media only screen and (max-width: 991px) {
      .UC-102 {
		  font-size:30px;
		  line-height: 35px;}}

