@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);


body{
	background-color: #eeeeee;
	font-weight: lighter;
	font-family: '微軟正黑體', sans-serif,'Noto Sans TC',;
}

.maincolor{
	color: #a0c538; /*#a6ce39 較亮的綠 |  #a0c538 暗*/
}

.mainbg{
	background-color: #a0c538;
}

.center{
	text-align: center;
}






/*----------------------------------------------------------section---------------------------------------------------------*/
section {
    min-height:200px;  /*min-height: 800px;*/
    /*border-bottom: 1px solid #a0c538;*/
    padding-top: 100px;padding-bottom: 100px;
    margin-bottom: 0px;
    
	/*max-width: 100vw;
    overflow-x: hidden;*/
}

.mobile_show{
	display: none;
}

.mobile_hidden{
	display: block;
}


h3{
	font-size: 1.3rem;
}


#menu {
    line-height: 5em;
    font-size: 16px;
    position: absolute;
    z-index: 10000;
    width: 100%;
}

#menu .row {
    margin: 0;
}

#menu .logo img{
	max-width: 160px;
	margin-left: 100px;
}

#top-menu {
    display: flex;
}

#top-menu li {
    list-style: none;
    display: inline-block;
    flex-grow: 1;
    text-align: center;
}

#top-menu li a{
	color: #000000;/*menuT色*/
    display: inline-block;
    width: 100%;
    border-radius: 25px;
    height: 2em;
    line-height: 2em;
}

.main-slide .item{
	width: 100%;
	min-height: 600px; /*min-height: 800px;*/
    padding-bottom: 100px;
}



/*---------------------------------------------------------- slide / slide1 ---------------------------------------------------------*/

#slide{background-color: #e8ecf4;/*主視覺背景色*/
    padding-bottom:0;
    padding-top:20px;}

#slide1 {
    position: relative;
	background-image: url('../images/bg3.gif'); /*主視覺背景主圖*/
	background-size: cover;
	background-position: center center;
}



#slide1.slide-center {
    position: absolute;
}

#slide1 .slide-center {
    text-align: center;
    padding-top: 90px;/*padding-top: 190px;*/
    z-index: 2;
    position: absolute;
    width: 100%;
}

#slide1 .slide-center .info {
	color: #8dcd03;  /*眉標文字*/
    font-weight:normal;
	font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
	margin-bottom: 1em;
	letter-spacing: 1px;
}

#slide1 .slide-center .info i { 
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;  /* icon圖色-眉標無使用*/
    background-color: #a6ce39;/* icon底色-眉標無使用*/
    border-radius: 50%;
    font-size: 12px;
	margin-left: 20px;
	margin-right: 5px;
}

#slide1 .slide-center .call-to-action button {
    background: #a6ce39;  /* 主視覺上按扭顏色 background: transparent;*/
    font-size: 18px;
    color: white;margin-top:20px;
    padding: 15px 55px;
    border: 2px solid white;
    border-radius: 35px;
}

#slide1 .slide-center .call-to-action button:hover,
.product-info button:hover,
#events .calltoaction button:hover,
#top-menu li:hover a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9fc744+0,86a638+50,708b30+100 */
	background: #9fc744; /* Old browsers */
	background: -moz-linear-gradient(top, #9fc744 0%, #86a638 50%, #708b30 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9fc744 0%,#86a638 50%,#708b30 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9fc744 0%,#86a638 50%,#708b30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fc744', endColorstr='#708b30',GradientType=0 ); /* IE6-9 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fc744', endColorstr='#708b30',GradientType=0 ); */
	border: transparent;
	color: white;
}
#slide1 .slide-center .call-to-action button:hover{
	box-shadow: 0 0 3px black;   /* 主視覺上按扭陰影 */
}

#slide1 .slide-center .share{
	color: white;
	font-size: 15px;
	margin: 100px 0;
}

#slide1 .slide-center .share a{
	color: white;
}

#slide1 .share i {
    margin: 0 6px;
}

#slide1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent; /*這裡處理主視覺bg的，原本預設black*/
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 0;
}

/*---------------------------------------------------------- agenda ---------------------------------------------------------*/

#agenda  {
    
    background-color: #ffffff; /*background-color: #f6f6f6;*/
}
#agenda p {
    line-height: 2em;
    text-align: justify;
	font-weight: 300;
    font-size: 20px;
}

.agenda-icons{
	margin-top: 50px;
	margin-bottom: 38px;
}

.agenda-icons img{
	max-width: 125px;
}

#timeline {
    margin-top: 30px;
    margin-bottom: 40px;
}

.notice {
    text-align: right;
    font-size: 50%;
    margin-top: 30px;
}

#agenda .timeblock {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin: 0;
    margin-left: -5px;
	color: #707070;
    line-height: 30px;
    font-weight: normal;
}

#agenda .timeblock > div {
    height: 30px;
}

#agenda .timeline-img {
    border-bottom: 1px solid #c1cbd0;
    margin: 25px 0;
	position: relative;
	height: 0 !important;
}

#agenda .timeblock.focus {
    color: #a0c538;
    font-size: 25px;
    line-height: 23px;
    font-weight: bolder;
}

#agenda .timeblock.focus .timeline-img {
    border-bottom: 1px solid #a0c538 !important;
}

#agenda .timeline-img:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    display: block;
    font-size: 20px;
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
    z-index: 100;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    border: 1.5px solid;
	border-color: #DDD;
}

#agenda .timeblock.focus .timeline-img:after {
    width: 20px;
    height: 20px;
    top: -10px;
    left: calc(50% - 10px);
    border: 0;
	background-color: transparent;
    background-image: url('../images/dot.png');
    background-size: cover;
    background-position: center center;
}

.table-left {
    float: left;
	color: white;
	width: 25%;
    padding-top: 40%;
}

.table-left a {
    color: white;
    font-weight: normal;
}

.table-left p {
    line-height: 1.5em !important;
    margin: 40px 0;
	text-align: center !important;
}

.table-right {
    float: right;
	background-color: white;
    border-radius: 25px;
    width: 75%;
}

.agenda-table {
    background-color: #a6ce39;
    border-radius: 25px;
}

.agenda-item {
    padding: 25px 20px;
	margin: 0;
	line-height: 75px;
    position: relative;
}

.agenda-item.more:after {
    content: "+";
    position: absolute;
    right: 15px;
	font-size: 2em;
    color: #a6ce39;
    font-weight: bold;
    cursor: pointer;
}

.agenda-item.more.opened:after {
    content: "-";
}

.agenda-item.more .speaker-intro {
    font-size: 15px;
    display: none;
    color: #333;
	margin-top: 1em;
}

.agenda-item.more.opened .speaker-intro {
    display: block;
}

.agenda-item:nth-child(2n){
	background-color: #fbfbfb;
}

.agenda-item .time {
    color: #aaaaaa;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 1.2em;
}

.agenda-item .topic {
	color: #333333;
    font-size: 20px;
	font-weight: normal;
}

.agenda-item:hover .topic{
	color: #a6ce39;
}

.speaker-img {
    width: 60px;
    height: 60px;
    background-color: grey;
    border-radius: 50%;
    display: inline-block;
	background-size: 150%;
	background-position: center -10px;
	/*background-image: url(../images/head.png);*/
    border: 1px solid lightgrey;

}

.speaker-title {
    font-size: 14px;
}

.speaker-info {
    text-align: center;
    line-height: 1em;
}


#sponsor{
	background-image: url("../images/small bg.png");
	background-size: cover;
	background-position: center center;
	padding: 55px 0 ;
}

.section-title {
    color: white;
}

.section-title small {
    font-size: 60%;
    letter-spacing: 0.2em;
    margin-left: 10px;
}

.sponsor-tabs {
    text-align: right;
}

.sponsor-tabs li {
    display: inline-block;
    color: white;
    font-size: 1.5em;
    padding: 5px 30px;
	cursor: pointer;
}

.sponsor-tabs li.active {
	color: #333333;
	border-bottom: 2px solid #333333;
	font-weight: normal;
}

.sponsor-logo {
    background-color: white;
    border-radius: 25px;
    /* margin: 0 5px; */
    margin: 0 10px;
    max-width: calc(25% - 20px);
    padding: 30px;
}

.sponsor-logo img {
    max-width: 100%;
}

.sponsor-contents .tab{
	display: none;
	padding: 150px 0;
}

.sponsor-contents .tab.multiplerow{
	padding: 0;
}

.sponsor-contents .tab.active{
	display: block;
}

.sponsor-contents .tab .row {
    margin-bottom: 20px;
}






/*---------------------------------------------------------- showcase ---------------------------------------------------------*/
#showcase{
    background-color: #ebebec; /*background-color: #ebebec;*/
    
}

#showcase2{
    background-color: #D5E8F9;/*background-color: #a0c538;*/
    
}

#showcase3{
    background-color: #a0c538;/*background-color: #a0c538;*/
    
}

.showcase-tabs {
    text-align: center;
}

.showcase-tabs li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    font-size: 3em; letter-spacing: 3px; /*產品館大標文字size*/
    font-weight: normal;
    color: #333;
    padding: 5px 30px;
    border-bottom: 2px solid transparent;
}

.showcase-tabs li.active {
    border-bottom: 5px solid #a6ce39; 
	color: #333333; /*產品館大標文字顏色 #a3ca39*/
}

.showcase-tabs li.active3 {
    border-bottom: 5px solid #eeeeee; 
	color: #333333; /*產品館大標文字顏色 #a3ca39*/
}


.showcase-tabs2 {
    text-align: center;
}
.showcase-tabs2 li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    font-size: 3em; letter-spacing: 3px; /*產品館大標文字size*/
    font-weight: normal;
    color: #333;
    padding: px 30px;
    border-bottom: 2px solid transparent;
}
.showcase-tabs2 li.active {
    border-bottom: 5px solid #95c415; 
	color: #333333; /*產品館大標文字顏色 #a3ca39*/
}

.product-item {
    background-color: #f9f9f9;
    border-radius: 20px;
    margin: 10px;
    max-width: calc(50% - 20px);
}
.product-item-space {
    background-color: transparent; /*itme 背景透明*/
    border-radius: 20px;
    margin: 10px;
    max-width: calc(50% - 20px);
}

.product-logo {
    background-color: white;
    border-radius: 20px 0 0 20px;
}

.product-logo img {
    max-width: 100%;
	margin: 50% 0;
}

.product-logo h6 {
    text-align: center;
    font-weight: lighter;
    color: #9f9fac;
}






.product-info{
	padding: 25px 20px 10px 20px;
    
    
}

/*新增—CSS：產品館title上方圖片*/
.product-info .product-title-Bimg img{
    margin-bottom: 15px;
    
    font-size: 17px;
    width: 100%;
    height: auto;
}
.product-info .product-title {
    margin-bottom: 15px;
    color: #333333;
    font-weight: bold; /*產品館標題粗體*/
    font-size: 17px;
}


/*新增—CSS：產品館內文*/
.product-info .product-title-in {
    margin-bottom: 15px; text-align: justify;
    margin-right: 0px;
    line-height: 24px;
    color: #666666;
    font-weight: normal;
    font-size: 15px;
}


/*新增—CSS：產品館內文下聯絡人*/
.product-info .product-title-contact {
    
    margin-bottom: 40px;
    
    line-height: 24px;
    color: #333333;
    font-weight: normal;
    font-size: 13px;
    
}



/*產品館標題下的綠底線*/
.product-info .product-title:after {
    content: "";
    width: 40px;
    display: block;
    border-bottom: 3px solid #a3ca39;
    margin-top: 8px;
}

/*產品館-按鈕*/
.product-info button {
    margin: 20px 20px 20px 20px;
    border: 0;
    background-color: #dbdbdb;
    color: #999999;
    padding: 10px 50px;
    border-radius: 25px;
}

.product-info a{text-align: center;
}

.fancybox-content {
    width: 680px;
    max-width: 95%;
    border-radius: 25px;
    position: relative;
    padding-top: 80px;
}

.fancybox-content h3 {
    position: absolute;
    width: 100%;
    background-color: #a0c538;
    top: 0;
    left: 0;
    color: white;
    padding: 20px 44px;
    font-weight: lighter;
}

.fancybox-button svg {
    color: white;
    top: 10px;
    right: 10px;
    width: 130%;
    height: 130%;
}

.fancybox-content h4 {
    color: #a0c538;
    font-size: 18px;
    margin-bottom: 1em;
}

.fancybox-content h4:after {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 1px solid #a0c538;
    margin-top: 10px;
}

.fancybox-content p{
    text-align: justify;
}


.showcase-content .tab{
	display: none;
}
.showcase-content .tab.active{
	display: block;
}

.theme-item {
    background-color: white;
    margin: 50px 0;
    border-radius: 25px;
	box-shadow: 0 0 20px #CCC;
}

.theme-item .row {
    margin: 0;
}

.theme-img {
    background-size: cover;
    background-position: 100% center;
}

.theme-item:nth-child(2n-1) .theme-img {
    border-radius: 25px 0 0 25px;
}

.theme-item:nth-child(2n) .theme-img {
    border-radius: 0 25px 25px 0;
}

.theme-info {
    padding: 100px 50px;
}

.theme-info h5 {
    color: #a3ca39;
	margin-bottom: 1.5em;
	font-size: 25px;
}

.theme-info p {
    text-align: justify;
    line-height: 1.8em;
    font-weight: 300;
}


.event-card-outer {
    /*width: 350px;
    margin: auto;*/
	position: relative;
	min-height: 600px;
}

.event-title {
    color: white;
    font-size: 30px;
    font-weight: normal;
    padding: 50px 40px;
    border-radius: 25px 25px 0 0;
}

.event-card-inner {
    background-color: white;
    border-radius: 25px;
    width: 350px;
	min-height: 600px;
	position: absolute;
	z-index: 1;
    left: 18%;
}

.calltoaction {
    text-align: center;
	position: absolute;
    width: 100%;
    bottom: 50px;
}

.calltoaction button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #a0c538;
    border-radius: 30px;
}

.event-desc {
    padding: 50px 40px;
    line-height: 2.5em;
    text-align: justify;
}

.event-desc p, .event-desc ol {
    background-image: url("../images/notebook_bg.png");
    background-size: 2.5em;
	margin-bottom: 0;
}

.event-card-outer:after {
    content: "";
    /*background-color: gray; */
	background-image: url("../images/dot_bg.png");
	background-size: cover;
    display: block;
    width: 350px;
    height: 420px;
    position: absolute;
    bottom: -70px;
    left: 13%;
    z-index: 0;
}

.event-card-inner:hover {
    box-shadow: -5px 5px 20px lightgrey;
	left: 20%;
	top: -2%;
}

.event-desc ol{
    padding-left: 1em;
}

.event-cards.owl-carousel,
.showcase-slide.owl-carousel {
    display: flex;
	margin: 0;
}


#sidebar {
	display: none;
    position: fixed;
    top: 40vh;
	right: 10px;
    font-size: 13px;
	z-index: 1000;
}

#sidebar.show{
	display: block;
}

#sidebar ul {
    padding: 0;
}

#sidebar li {
    list-style: none;
    text-align: right;
}

#sidebar li >a:after {
    content: "";
    width: 15px;
    display: inline-block;
    border-top: 2px solid #333333;/* border-top: 2px solid #749131;*/
    height: 0.5em;
	margin-left: 8px;
}

#sidebar li >a.active:after,
#sidebar li >a:hover:after {
    width: 30px;
	border-top: 2px solid #ff6600;/*border-top: 2px solid #a0c538;*/
}

#sidebar li > a {
    color: #333333;  /*color: transparent;*/
	text-decoration: none;
}

#sidebar li > a.active,
#sidebar li > a:hover {
    color: #ff6600;
}

.join_now button {
    background: white;
    border-radius: 15px;
    height: 90px;
    width: 90px;
    color: #a0c538;
    border: 3px solid #a0c538;
	box-shadow: 1px 1px 5px grey;
	font-size: 2em;
	text-align: center;
}

.join_now {
    text-align: right;
}

.inactive {
    border: 1px solid lightgrey !important;
    color: lightgrey !important;
}
.inactive:hover {
    background: transparent !important;
}

#footer {
    text-align: center;
    color: white;
    padding: 2em 0;
    font-size: 14px;
    font-weight: lighter;
    background-color: #282d35;
    border-top: solid 8px #a0c538;
}

#footer a{
	color: white;
	text-decoration: none;
}
