@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: #ffffff;
	font-weight: lighter;
	font-family: '微軟正黑體', sans-serif,'Noto Sans TC',;
    letter-spacing: 1px;
}

.maincolor{
	color: #a0c538; /*#a6ce39 較亮的綠 |  #a0c538 暗*/
}

.mainbg{
	background-color: #a0c538;
}

.center{
	text-align: center;
}






/* CSS */
.button-63 {
  align-items: center;
  background-image: linear-gradient(144deg,#95c83d, #95c83d 50%,#00a04c);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 16px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 10px 12px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
    background-image: linear-gradient(144deg,#00a04c, #00a04c 50%,#00a04c);
  text-decoration: none;
} 

@media (min-width: 768px) {
  .button-63 {
    font-size: 16px;
    min-width: 140px;
  }

}

/* From Uiverse.io by e-coders */ 
.button-64 {
  appearance: none;
  background-color: transparent;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow:
    rgba(27, 31, 35, 0.04) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #007bff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-64:hover {
  background-color: #39b54a;color: #ffffff;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-64:disabled {
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959da5;
  cursor: default;
}

.button-64:active {
  background-color: #edeff2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-64:focus {
  outline: 1px transparent;
}

.button-64:before {
  display: none;
}

.button-64:-webkit-details-marker {
  display: none;
}






/*----------------------------------------------------------section---------------------------------------------------------*/
section {
    min-height:200px;  /*min-height: 800px;*/
    /*border-bottom: 1px solid #a0c538;*/
    padding-top: 60px;padding-bottom: 80px;
    margin-bottom: 0px;
    
	/*max-width: 100vw;
    overflow-x: hidden;*/
}

.mobile_show{
	display: none;
}

.mobile_hidden{
	display: block;
}


h3{
	font-size: 1.3rem;
}


/*主選單*/
#menu {padding-top:10px;
    line-height: 5em;
    font-size: 16px;
    position: absolute;
    z-index: 10000;
    width: 100%;
    left: -1px;
}

#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: 700px; /*min-height: 800px;*/
    padding-bottom: 100px;
}



/*------------------------------------------- slide / slide1 ---------------------------------------*/

#slide{ background-color:transparent;/*主視覺背景色*/
    padding-bottom:0;
    padding-top:0px; 


}

#slide1 {
    position: relative;
    
	background-image: url('../images/Zerone-ESG-KV_bg.jpg'); /*主視覺背景主圖*/
	background-size: cover;
	background-position: center center;
}



#slide1.slide-center {
    position: absolute;
}

#slide1 .slide-center {
    text-align: center;
    padding-top: 90px;/*padding-top: 190px;*/
    padding-left: 180px;
    z-index: 2;
    position: absolute;
    width: 100%; /*KV文字區塊寬度*/
}



/* 眉標文字 */
#slide1 .slide-center .info {
	color: #c7ef01;  /*眉標文字*/
    font-weight:normal;
	font-size: 25px;
    letter-spacing: 1px;
    line-height: 40px;
	margin-bottom: 0em;
    margin-top: 1.4em;
	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: 19px;
}

#agenda2  {    background-color: #eeeeee;}
#agenda2 p {
    line-height: 2em;
    text-align: justify;
	font-weight: 300;
    font-size: 19px;
}

/*.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
#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: #ffffff;     
}
#showcase p {
    line-height: 2em;
    text-align: justify;
	font-weight: 300;
    font-size: 19px;
}

#showcase2{
    background-color: #D5E8F9;
    position: relative;
	background-image: url('../images/Zerone-ESG-Performance_bg.png'); /*永續績效背景主圖*/
	background-size: cover;
	background-position: center center;
    
}

#showcase3{
    background-color: #dcefe2;
    position: relative;
	background-image: url('../images/Zerone-ESG-Performance_bg.png'); /*背景主圖*/
	background-size: cover;
	background-position: center center;
    
}
#showcase3 p {
    line-height: 2em;
    text-align: justify;
	font-weight: 300;
    font-size: 19px;
}
#showcase3 li {
    line-height: 1.8em;
    text-align: justify;
	font-weight: 100;
    font-size: 19px;
}

#showcase4{
    background-color: #f1f1f1;     
}
#showcase4 p {
    line-height: 2em;
    text-align: justify;
	font-weight: 300;
    font-size: 19px;
}

#showcase5{
    background-color: #ffffff; /*background-color: #ebebec;*/
    
}




.showcase-tabs {
    text-align: center;
}

.showcase-tabs li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    font-size: 2.5em; letter-spacing: 3px; /* 永續績效-大標 — Font size*/
    font-weight:  normal;
    color: #333;
    padding: 15px 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; 
}
.showcase-tabs li.active4 {
    border-bottom: 5px solid #a6ce39; 
	color: #ffffff; 
}


.showcase-tabs2 {
    text-align: center;
}

.showcase-tabs2 li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    font-size: 2.5em; letter-spacing: 3px; /*產品館大標文字size*/
    font-weight: normal;
    color: #333;
    padding: 15px 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-trans {
    background-color: transparent; /*  永續績效下的區塊（最外層）背景色*/
    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;
}





/*產品item*/
.product-info{
	padding: 25px 25px 10px 20px;
    
    
}

/*永續績效 四大項圖片*/
.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-left: 0px; /*重點選項點點縮排*/
    margin-right: 0px;
    line-height: 24px;
    color: #666666;
    font-weight: normal;
    font-size: 15px;
}
.product-title-in li::marker {
  color: #39b54a; /* 你想要的顏色 */
}

/* product-title-in2 永續價值鏈(文字)*/
.product-info .product-title-in2 {
    margin-bottom: 15px; text-align: justify;
    margin-left: 0px; /*重點選項點點縮排*/
    margin-right: 0px;
    line-height: 20px;
    color: #666666;
    font-weight: normal;
    font-size: 11px;
}

/*新增—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: 130px;
    display: block;
    
    border-bottom: 3px solid #a3ca39;
    margin: 15px auto; 
}

/*永續績效下 四區塊_標題下的__(無)綠底線*/
.product-info .product-title2:after {
    content: "";
    width: 30px;
    display: block;
    
    
    margin: 15px auto; 
}

/*產品館-按鈕*/
.product-info button {width:90%;
    margin: 10px 20px 10px 20px;
    border: 0;
    background-color: #9fc744;/*#dbdbdb*/
    color: #333333;/*按鈕文字色*/
    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;
}



/* ↑TOP */
#sidebar {
	display: none;
    position: fixed;
    top: 55vh;
	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; /*↑TOP 桿寬*/
    display: inline-block;
    border-top: 2px solid #009900; /*↑TOP 桿色*/
    height: 0.5em;
	margin-left: 8px;
}

#sidebar li >a.active:after,
#sidebar li >a:hover:after {
    width: 30px; /*↑TOP mouseOver桿寬*/
	border-top: 2px solid #009900; /*↑TOP 文字色*/
}

#sidebar li > a {
    color: #009900;  /*color: transparent;*/
	text-decoration: none;
}

#sidebar li > a.active,
#sidebar li > a:hover {
    color: #009900; /*↑TOP 文字色*/
}

.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;
}
