@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, "Microsoft JhengHei", 微軟正黑體, "LiHei Pro", 儷黑體, PMingLiu, 新細明體, sans-serif;
}
.section{
	padding: 100px 0;
}
.row{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 400px){
	.row{ display: block; }
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}


/*==========================================================================
  00 - 主視覺
========================================================================*/ 
body {
	background-image: url(../images/index-bg.jpg);
	background-color: #000;
	background-size: 100vw;
  background-attachment: fixed;
  background-position: center center;
	background-repeat: no-repeat;
}

#j-slider {
	position: relative;
	height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.bg-title img{
  width: 100%;
  max-width: 1100px;
}
#j-slider.en .bg-title img{
  max-width: 1000px;
}

@media (max-width: 991px) and (min-width: 768px){
  #header .nav {
    float: none!important;
    display: table;
    margin: 0 auto;
  }
    body{
    background-position: 0% 40%;
  }
  .section{
    padding: 70px 0;
  }
  #j-slider {
    height: 70vh;
  }
}
@media (max-width: 767px){
  body{
    background-position: 0% 20%;
  }
  .section{
    padding: 70px 0;
  }
  #j-slider {
    height: 50vh;
  }
}
@media (max-width: 567px){
  body{
    background-position: 0% 12%;
  }
  .section{
    padding: 50px 0;
  }
  #j-slider {
    height: 30vh;
  }
}


/*==========================================================================
  01 - 關於研討會
========================================================================*/ 
#Webinar{
	position: relative;
}
.block1{
	border-width: 7px;
  border-style: solid;
}
.hov-btn1:hover {
    padding: 20px;
    border-radius: 30px;
}
.en-p{
  padding: 0 50px;
}
@media(max-width:1200px){
  .en-p{
    padding: 0 30px;
  }
}
@media(max-width:991px){
  .en-p{
    padding: 0;
  }
}

/*==========================================================================
  02 - Agenda 
========================================================================*/ 
#Agenda{
  position: relative;
}
.section-title h4{
  color: #fff;
  font-size: 22px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
  top: 20px;
}
.section-title p{
	font-weight: normal
}
#Agenda .single-service h2{
	margin-top: 5px;
}
.subhead{
	text-align: center;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px
}
.subhead02{
	margin-top: 60px;
}
#Agenda .section-title p{
	line-height: 2;
  text-align: left;
  text-transform: none;
}
.about_Report {
    margin-top: 80px;
}
.about_Report h3 {
    text-align: left;
    margin-bottom: 20px;
}
.about_Report p {
    margin-bottom: 30px;
}
.about_Report img{
    margin: auto;
}

/* dropdown-Outder */
.agendaContent,.timelineContent{
  margin-top: 80px;
}
.timeline-wrapper{
  margin-top: 35px;
}
.timeline-title{
  text-align: center;
}
.dropdown-Outder{
  text-align: center;
}
.description.dropdown-Outder{
  text-align: left;
}
.dropdown-Outder .read-more-box{
  font-size: 1rem;
  text-align: left;
  border-radius: 5px;
  padding: 5px 10px;
  display: none;
}
.dropdown-Outder .read-more-box.active{
  display: block;
}
.dropdown-Outder .read-more{
  display: inline-block;
  position: relative;
  padding: 3px 10px;
  margin-top: 0;
  margin-bottom: 5px;
}
.dropdown-Outder .read-more:hover{
  top: 0;
}
.timeline-wrapper-2 .dropdown-Outder .read-more{
  margin-top: 5px;
}
/*==========================================================================
  04 - contact 
========================================================================*/ 
.co-single-service-3{
	background-image: url(../images/Contact/Contact-item-bg.png);
  border-radius: 10px;
  position: relative;
}
.co-single-service-3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    z-index: 1;
}
.co-single-service-3 .icon,
.co-single-service-3 .content{
    position: relative;
    z-index: 2;
}
.co-single-service-3 .icon{
	border-width: 3px;
}
.co-single-service-3 .icon img{
  max-width: 100px;
}
.co-single-service-3 ul li{
	font-weight: normal;
}
@media(max-width:767px){
  .co-single-service-3 {
    width: 80% !important;
    margin: 15px auto 50px auto !important;
    float: none !important;
  }
}

/*==========================================================================
  05 - 右側欄 
========================================================================*/ 
.register-btn a{
	background-image: url(../images/register-btn-tw.png);
}
.register-btn.en a{
	background-image: url(../images/register-btn-en.png);
}


/*==========================================================================
  06 - Speaker
========================================================================*/ 
#Speaker{
  position: relative;
}
#Speaker .portfolio-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 10px;
}
#Speaker .portfolio-item .details {
  display: table-cell;
  vertical-align: middle;
  transition: 0.3s;
  text-align: center; 
  position: absolute;
  bottom: 0px;
  right:0px;
  left:0px;
  opacity: 0;
}
#Speaker .portfolio-item .details h4 {
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, -15px, 0);
  margin: 15px 0px 25px 0px;
}
#Speaker .portfolio-item .details span {
  display: block;
  font-size: 17px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 15px, 0);
  font-weight: 600;	
}
#Speaker .portfolio-item:hover .details {
  opacity: 0.8;
}
#Speaker .portfolio-item:hover .details h4 {
  transform: translate3d(0, 0, 0);
}
#Speaker .portfolio-item:hover .details span {
  transform: translate3d(0, 0, 0);
}
#Speaker .speaker-name{
  text-align: center;
  margin-bottom: 30px;
}
#Speaker .speaker-name h4{
  margin-bottom: 5px;	
}
#Speaker .speaker-name span{
  display: block;
  font-size: 17px;
  font-weight: 400;	
}
#Speaker .speaker-name span.title{
  font-size: 16px;
  font-weight: 800;	
  border-bottom: 1px solid #c4005e;
  border-top: 1px solid #c4005e;
  margin-bottom: 10px;
}
.spk-img{
	text-align: right;
}
.spk-title{
	font-size: 25px;
    text-align: left;
	margin-bottom: 10px;
	font-weight: 600;
}
.spk-list ul{
	list-style: none;
  text-align: left;
  padding: 0;
	margin-bottom: 10px;
}
.spk-list ul li{
	font-size: 16px;
    padding: 4px 0px;
}
.spk-list ul li i{
  margin-right: 8px;
}
.spk-content p{
	text-align: justify;
}

.Speaker-box{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.Speaker-box .col-lg-4:last-child blockquote{
  margin-bottom: 0;
}

@media (max-width: 767px) {
	.spk-img {text-align: center;margin-bottom: 20px;}
	.spk-list ul{text-align: center;}
	.spk-title{text-align: center;}
	.spk-content p{text-align: center;}
}
.section-title {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;	
}
.section-description {
  text-align: center;
  margin-bottom: 40px;
}
.section-title-divider {
  width: 50px;
  height: 3px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media(max-width:580px){
  .xxs-width-full{
    width:100%!important;
    padding: 0px 15px;
  }
  #Speaker .speaker-name span.title{
    font-size: 20px;
  }
}


/*==========================================================================
demovideo
========================================================================*/ 
#demovideo{
  position: relative;
}
#demovideo h4{
  text-align: center;
  margin-top: 15px;
}
.videobox-wrap{
  max-width: 640px;
  margin: 0 auto;
}
.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(max-width:767px) {
  .videobox-wrap {
    margin-bottom: 50px;
  }
}


/*==========================================================================
  04 - sponsor 
========================================================================*/ 
#Sponsor{
  padding-top: 100px!important;
  padding-bottom: 50px!important;
}
#Sponsor img{
  width: 250px;
	max-height: 100%;
  max-width: 100%;
  margin: 10px 5px;
}
#Sponsor h4{
  margin: 10px auto;
  position: relative;
}
#Sponsor h4:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -20%;
  margin: 0 auto;
}
.sponsor-card {
  padding: 35px;
  box-shadow: 2px 2px 16px rgba(0,0,0,.2);
  text-align: center;
  margin-bottom: 20px;
}
.sponsor-btn{
  padding: 10px 30px;
  border-radius: 30px;
  margin-top: 17px;
}
.sponsor-card .sponsor-logo-content{
	display: block;
	height: 100px;
}
.sponsor-card .sponsor-logo-content a{
	display: inline-block;
  position: relative;
  top: 50%;
	transform: translateY(-50%);
	border-left: 1px solid #ddd;
}
.sponsor-card .sponsor-logo-content a:first-child{
	border: none;
}
.sponsor-card p{
	text-align: left;
}
@media(max-width:1199px){
	.sponsor-card .sponsor-logo-content{
		height: auto;
	}
	.sponsor-card .sponsor-logo-content a{
    top: auto;
    transform: translateY(0);
	}
}


/*==========================================================================
# pop-up
==========================================================================*/
.overlay {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;	
  z-index: 9997;	
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
  z-index: 9998;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;	
}
.overlay .modal {
  background: white;
  text-align: center;
  padding: 40px 80px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
@media(max-width:580px){
  .overlay .modal {
    padding: 20px 30px;
  }
}
.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
  display: block;
	z-index: 9999;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;	
	width: 50%
}
@media (max-width: 1200px) {
	.overlay .modal.open{width: 80%;}
}
.content img {
  width: 100%;
	max-width: 260px;
}
.overflow{
	overflow: auto;
  height: 300px;
}
.overlay .modal.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal .title {
  margin-top: 0;
}


/*==========================================================================
  06 - 關鍵焦點
========================================================================*/ 
.agenda-service{
  border-radius:5px;
  margin-top: 130px;
  position: relative;
  transition: all .3s ease;
	margin: 20px;
  border-width: 2px;
  border-style: solid;
}
.agenda-service:hover{
  transition: all 0.4s ease;
}
.agenda-icon{
  padding: 10px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -26px;
  left: 0%;
  transform: translateX(-50%);
  z-index: 99;
  border-radius: 200px 200px;
  border-width: 2px;
  border-style: solid;
}
.agenda-service .img-fluid{
	position: absolute;
  top: -70px;
  width: 95px;
  border-radius: 200px 200px 200px 200px;
  right: -15px;
  border-width: 3px;
  border-style: solid;
  z-index: 99;
}
.agenda-icon img{
  transform: rotate(0deg);
  transition: all 1s ease;
  width: 46px;
}
.agenda-service:hover .agenda-icon img{
  transform: rotate(-360deg);
}
.agenda-service:hover .agenda-icon{
  transition: all 0.4s ease;
  border-width: 2px;
  border-style: solid;
}
.agenda-title h2{
  font-size: 24px;
  position: relative;
  padding: 25px 20px 20px 40px;
}
.agenda-news{
	padding: 20px;
  margin-top: 20px;
}
.agenda-news a{
  text-decoration: none;
}
.agenda-news a p{
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.single-service {
    margin: 0 !important;
    border-radius: 10px;
}
.single-service img {
    margin-bottom: 20px;
}
.agendaContent .margin-top-40{
	margin-top: 40px;
}
@media(max-width:991px){
  .single-service{
    margin-bottom: 50px !important;
  }
}
@media(max-width:767px){
  .agenda-title h2{
    font-size: 20px;
    padding: 10px 10px 10px 38px;
  }
  .agenda-service .img-fluid{
    width: 110px;
    top: -50px;
    right: -20px;
  }
}

/*========展開效果=========*/
/*//dropdown-Outder//*/
.dropdown-Outder a.dropdown-toggle{
	cursor: pointer;
	position: relative;
}
.agenda_button{
	text-align: center;
  margin: auto;
  padding: 5px 15px;
  border-radius: 200px 200px 200px 200px;
  margin-top: 20px;
}
.agenda-service a i {
  margin-right: 5px;
}
.description.dropdown-Outder h5 {
  margin-bottom: 10px;
}
.dropdown-Outder a.dropdown-toggle::after{
	display: none;
}
.dropdown-Outder a.dropdown-toggle span{
	position: absolute;
	right: 30px;
	top:49%;
}
.dropdown-Outder a.open span:before{
	display: none;
}
.dropdown-Outder .dropdown-box{
	display: none;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  opacity: 0;
  text-align: justify;
}
.dropdown-Outder .dropdown-box.active{
	display: block;
	width: 100%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-animation: DropdownBox .3s ease-in-out;
  animation: DropdownBox .3s ease-in-out;
  flex-grow: 5;
}
.dropdown-box.active {
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
	margin: 5px 0 20px 0;
}
.dropdown-box.active p{
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@-webkit-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/*---------講師--------------*/
.read-more-box h4{
  margin-bottom: 5px;
  margin-top: 5px;
}
.read-more-box ul{
  margin-left: 15px;
}
.read-more-box ul li{
	list-style: disc;
}
.read-more {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 8px 14px;
  border-radius: .5em;
  margin-top: 1rem;
}
.read-more:hover{
    top:-5px;
}
blockquote .read-more::before{	
  display:inline-block;
  margin-right:5px;	
}
blockquote .read-more::before{
  content:"閱讀更多";
}
blockquote footer.active + .read-more::before{
  content:"顯示較少";
}
blockquote.en .read-more::before{
  content:"Read More";
}
blockquote.en footer.active + .read-more::before{
  content:"Read Less";
}
blockquote footer +.read-more i{
  transform:rotate(0deg);
  transition:all .2s;
  margin-top: 0px;
}
blockquote footer.active +.read-more i {
  transform:rotate(180deg);
}

@-moz-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-ms-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/*========展開效果=END========*/
/*==========================================================================
About_content
========================================================================*/ 
#About_content {
  padding-bottom: 0;
}
#About_content h2 span {
  line-height: 40px;
}

section#About_content h6 {
  max-width: 750px;
  margin: auto;
  padding: 2px 0;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
#About_content h3.subhead01 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 36px;
}
#About_content .block1{
  border-radius: 10px;
}
#About_content .single-service {
  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
}
#About_content .section-title {
  margin-bottom: 0;
}
.About_box{
  max-width: 500px;
  margin: auto;
}
#About_content .single-service a {
  width: 200px;
  margin: auto;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.single-service h5 {
  text-align: center;
  margin: 20px 0;
  padding: 8px 0;
  border-radius: 5px;
}
.gof_button a {
  font-weight: 600;
  max-width: 250px;
  margin: auto;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
}
.gof_button a:hover {
    padding: 20px;
    border-radius: 30px;
}
.button_content a {
  width: fit-content;
  height: fit-content;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 12px 35px;
  text-align: center;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 100px;
}
.button_content a:hover {
  padding: 12px 35px;
  border-radius: 100px;
}
.button_content a i{
  font-size: 22px;
  padding-left: 5px;
}

#About_content .block1:hover .block1-show{
  -webkit-transform: scale(1.1) translateY(50px);
  -moz-transform: scale(1.1) translateY(50px);
  -ms-transform: scale(1.1) translateY(50px);
  -o-transform: scale(1.1) translateY(50px);
  transform: scale(1.1) translateY(50px);
}

@media(max-width:767px){
  .button_content a {
    margin: 0 auto;
  }
}

/*=======================
	獎品區塊
=========================*/ 
#luckydraws{
  background: transparent;
}
.gift-text {
  font-size: 22px;
  line-height: 2;
  font-weight: 600;
  opacity: .9;
}
.gift-text.small{
  font-size: 16px;
	opacity: .8;
  font-weight: 400;
	/* margin-top: 20px; */
}
#luckydraws img {
  width: 100%;
  max-width: 200px ;
  display: block;
  margin: 20px auto;
}
.single-service p {
  text-align: center;
  margin-bottom: 10px;
}
.container.about-container.wow.fadeInUp {
  width: 100%;
}
#luckydraws .single-service {
  padding: 20px;
	height: 460px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
}
.culd{
  position: absolute;
  top: 100px;
  left: 100px;
  width: 10px;
  height: 10px;
	border-width: 1px;
	border-style: solid;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%,-50%);
  animation: culd 12s  ease-in forwards infinite;
}
.culd:nth-child(2){
  animation-delay: 2s;
  top: 20%;
  left: 50%;
}
.culd:nth-child(3){
  animation-delay: 4s;
  top: 0%;
  left: 40%;
}
.culd:nth-child(4){
  animation-delay: 6s;
  top: 90%;
  left: 90%;
}
.culd:nth-child(5){
  animation-delay: 8s;
  top: 50%;
  left: 80%;
}
.culd:nth-child(6){
  animation-delay: 8s;
  top: 50%;
  right: 90%;
}
.culd:nth-child(7){
  animation-delay: 8s;
  top: 10%;
  left: 10%;
}
.culd:nth-child(8){
  animation-delay: 8s;
  top: 20%;
  left: 90%;
}
.culd:nth-child(9){
  animation-delay: 8s;
  top: 100%;
  left: 30%;
}
@keyframes culd{
  from{
    transform: scale(0) rotate(0deg) translate(-50%,-50%);
    opacity: 1;
  }
  to{
    transform: scale(20) rotate(360deg) translate(-50%,-50%);
    opacity: 0;
  }
}


/* ---------------------------------------------------------------------- */
/*	Float BTN
/* ---------------------------------------------------------------------- */
#slideAD.active, #slideAD.mouseover-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#slideAD {
	position: fixed;
	right: -5%;
	bottom: 150px;
	z-index: 99999999999;
	height: 239px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	cursor: pointer;
}
#slideAD img {
	max-width: 100%;
}
@media handheld, only screen and (max-width: 900px) {
	#slideAD, #slideAD img {
		height: 180px;
	}
}
/**premium-footerwarning-donna-202221207**/
.premium-footerwarning{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.premium-footerwarning .goToBlock{
    font-size: 24px;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    cursor: pointer;
}
.premium-footerwarning .goToBlock:hover{
    opacity: 1;
}
.premium-footerwarning-content{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.premium-footerwarning-img,
.premium-footerwarning-img img{
    width: 176px;
}
.premium-footerwarning-img{
    position: relative;
}
.premium-footerwarning-img img{
    position: absolute;
    bottom: -30px;
	left: 0;
}
.premium-footerwarning-text h4{
    margin: 0;
    font-family: Arial;
}
.premium-footerwarning-content p {
    font-weight: 600;
}
.goToBlock_img{
	width: 20px;
    margin-left: 5px;
}
.foldBtn{
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10px;
    left: 15px;
    transition: all .5s;
}
.foldBtn:active,
.foldBtn:focus{
    outline: none;
}

.foldBtn::before{
    content: '';
    display: block;
    width: 115%;
    height: 105%;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -54%);
    z-index: 1;
}

.foldBtn i{
    font-size: 2rem;
    position: relative;
    z-index: 9;
}
/*
.goToBlock span:after {
    display: inline-block;
    content: "\f10b";
    font-family: "Ionicons";
    padding-left: 10px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
*/

/*closed*/
.foldBtn.closed{
    top: -15px;
}
.foldBtn.closed::before{
    transform: translate(-50%, -50%);
}
.foldBtn.closed i{
    font-size: 3rem;
}
.foldBtn.opened i.fa-minus-circle,
.foldBtn.closed i.fa-plus-circle{
    display: block;
}
.foldBtn.closed i.fa-minus-circle,
.foldBtn.opened i.fa-plus-circle{
    display: none;
}
@media(max-width:676px){
    .premium-footerwarning-content{
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .premium-footerwarning-img,
    .premium-footerwarning-img img{
        width: 120px;
    }
    .premium-footerwarning .goToBlock{
        padding: 5px 13px;
    }
    .premium-footerwarning-text h4,
    .premium-footerwarning .goToBlock{
        font-size: 1.8rem;
    }
    .foldBtn.closed{
        top: -12px;
    }
    .foldBtn.closed::before{
        width: 30px;
        height: 30px;
    }
    .foldBtn.closed i{
        font-size: 1.5rem;
    }
}
@media(max-width:575px){
    .premium-footerwarning-img{
        display: none !important;
    }
}


/* 多位講師(議程大綱與講師簡介版本_20260102) accordion */
.accordion-container {
	max-width: 800px;
	margin: 10px auto; 
	border: 1px solid ;
	border-radius: 8px;
	overflow: hidden;
}
.accordion-container,
.accordion-btn.active + .accordion-content {
  border-width: 1px;
  border-style: solid;
}
.accordion-content{
  border-radius: 0 0 8px 8px;
}
.accordion-btn {
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.accordion-btn .icon {
	font-size: 1rem;
	transition: transform 0.3s ease;
}
.accordion-btn.active .icon {
	transform: rotate(180deg);
}
.accordion-content {
	max-height: 0; 
	overflow: hidden; 
	transition: max-height 0.3s ease-out; 
	text-align: left;
}
.inner-padding {
	padding: 15px;
}
.inner-padding h5,
.inner-padding p{
	margin: 0;
}
.inner-padding p,
.inner-padding ul  { 
	font-size: 0.9rem; 
	line-height: 1.5; 
}
.inner-padding hr{
	margin: 10px 0; 
	border: 0; 
	border-width: 1px;
	border-style: solid;
}
.en .accordion-btn,
.en .inner-padding p,
.en .inner-padding ul  { 
	line-height: 1.4; 
}


/*report 一種版本report_one*/
.report-tag span{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 12px;
}
.button_content{
  padding: 0;
}
@media(max-width:767px){
  .report_one,
  .button_content,
  .button_content a{
    text-align: center;
  }
}
