html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 16px;
	color: #fff;
	font-family: 'Noto Sans TC', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}






.container{
	background-color: #131616;
}


/*----Banner------------------------------------------------*/

.banner-section{
	
}

.bg-1{
	position: absolute;
	top: 50px;
	left: 100px;
	z-index: 0;
	
	animation:float-bg1 4s ease-out 1s infinite;
}

@keyframes float-bg1{
	0%{
		transform: translateY(0px);
	}
	
	50%{
		transform: translate(5px,7px);
	}
	100%{
		transform: translateY(0px);
	}
}

.bg-2{
	position: absolute;
	top: 350px;
	left: 100px;
	z-index: 0;
	
	animation:float-bg2 2s ease-out 1s infinite;
}

@keyframes float-bg2{
	0%{
		transform: translateY(0px);
	}
	
	50%{
		transform: translateY(-8px);
	}
	100%{
		transform: translateY(0px);
	}
}

.bg-3{
	position: absolute;
	top: 30px;
	right: 100px;
	z-index: 0;
	
	animation:float-bg3 3s ease-out 1s infinite;
}

@keyframes float-bg3{
	0%{
		transform: translateY(0px);
	}
	
	50%{
		transform: translateY(-10px);
	}
	100%{
		transform: translateY(0px);
	}
}

.bg-4{
	position: absolute;
	top: 270px;
	right: 100px;
	z-index: 0;
	width: 380px;
	
	animation:float-bg4 4s ease-out 2s infinite;
}

@keyframes float-bg4{
	0%{
		transform: translateY(0px);
	}
	
	50%{
		transform: translateY(-8px);
	}
	100%{
		transform: translateY(0px);
	}
}

.banner-theme{
	text-align: center;
	position: relative;
	z-index: 1;
}

.theme{
	width: 45%;
	margin: 80px auto 0px auto;
	min-width: 650px;
	margin-left: -50px;
}

.subtitle{
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	margin-top: 20px;
}

.basic-info{
	display: flex;
	margin: 50px auto 30px auto;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	letter-spacing: 1px;
	z-index: 1;
	position: relative
}

.info-1{
	text-align: right;
	line-height: 1.5;
	font-size: 1.3em;
	padding: 0px 40px 0px 0px;
}

.info-icon{
	width: 30px;
}

.info-2{
	text-align: left;
	line-height: 1.5;
	font-size: 1.3em;
	padding: 0px 0px 0px 40px;
}

.new-update-button{
	display: flex;
	justify-content: center;
	align-items: center;
}

.register-link{
	text-decoration: none;
	margin: 0px 15px 0px 0px;
	
	color: #fff;
	background-color: #FF6000;
	border: none;
	padding: 1rem 2.5rem;
	border-radius: 40px;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 2px;
	
	animation:blink 0.7s ease-out 1s infinite;
	
	transition: all 1s ease-out;
}

@keyframes blink {
  50% {
    background-color: #F7B200;
  }
}

.register-link:hover{
	transform: scale(1.1);
}


.register-span{
	line-height: 1.4;
}



/*----活動簡介------------------------------------------------*/
.sec-1{
	width: 85%;
	max-width: 1320px;
	min-width: 800px;
	margin: 100px auto 0px auto;
}

.sec-1-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sec-1-img{
	width: 40%;
}

.s1-image{
	width: 100%;
}

.sec-1-info{
	width: 50%;
}

.s1-ttl-box{
	margin-bottom:50px;
}

.ttl-1{
	font-size:2em;
	margin-bottom: 25px;
}

.ttl-2{
	font-weight: 750;
	color: #D9A00B;
	font-size: 5em;
}

.info-p{
	margin-top: 30px;
	font-size: 1.3em;
	letter-spacing: 0.5px;
}

.s1-p{
	line-height: 1.6;
}

.s1-list-box{
	margin-top: 25px;
}

.s1-list{
	margin-bottom: 20px;
}

.s1-list-icon{
	margin-right: 20px;
	vertical-align: middle;
}



/*----活動特色------------------------------------------------*/
.sec-2{
	width: 85%;
	max-width: 1320px;
	min-width: 800px;
	margin: 100px auto 0px auto;
}

.sec-2-box{
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-wrap: wrap;
}

.s2-info{
	width: 30%;
	text-align: center;
	margin-bottom: 50px;
}

.s2-icon{
	margin-bottom: 20px;
}

.s2-ttl{
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: 500;
}

.s2-subttl{
	color: #9A927B;
	font-size: 1.2em;
	line-height: 1.4;
	letter-spacing: 1px;
}



/*----講師陣容------------------------------------------------*/
.sec-3{
	width: 85%;
	max-width: 1320px;
	min-width: 800px;
	margin: 100px auto 0px auto;
}

.sec-3-box{

}

.ttl-2.s3{
	color:#F2772D;
	margin-bottom: 25px;
}

.ttl-1.s3{
	margin-bottom: 0px;
}

.s3-speaker-box{
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}

.s3-info{
	width: 30%;
	text-align: center;
	position: relative;
}

.s3-icon{
	width: 90%;
}

.s3-icon-ani-1{
	width: 90%;
	position: absolute;
	top: 0;
	right: 0;
	
	animation:spk-1 4s ease-out 2s infinite;
}


@keyframes spk-1{
	50%{

		transform: rotate(5deg);
	}
}

.s3-icon-ani-2{
	width: 90%;
	position: absolute;
	top: 0;
	right: 0;
	
	animation:spk-2 3s ease-out 2s infinite;
}


@keyframes spk-2{
	50%{

		transform: rotate(6deg);
	}
}

.s3-icon-ani-3{
	width: 90%;
	position: absolute;
	top: 0;
	right: 0;
	
	animation:spk-3 4s ease-out 2s infinite;
}


@keyframes spk-3{
	50%{

		transform: rotate(7deg);
	}
}


.s3-ttl{
	color: #75C3C3;
	font-size: 1.6em;
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: 500;
}

.s3-subttl{
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 10px;
}

.s3-spk-info{
	line-height:1.4;
	color: #9EB2B2;
	font-size: 1.2em;
}


/*----議程------------------------------------------------*/
.sec-4{
	width: 85%;
	max-width: 1320px;
	min-width: 800px;
	margin: 100px auto 0px auto;
}

.ttl-2.s4{
	color:#75C3C3;
	margin-bottom: 25px;
}

.ttl-1.s4{
	margin-bottom: 0px;
}

.s4-schedule-1{
	background-color: #323B40;
	padding: 30px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	font-weight: 550;
	font-size: 1.5em;
	letter-spacing: 2px;
}

.s4-time{
	width: 250px;
}


.s4-schedule-2{
	padding: 30px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 3px solid #89C1C2;
	margin-bottom: 20px;
	font-weight: 550;
	font-size: 1.5em;
	letter-spacing: 2px;
}

.s4-time-2{
	letter-spacing: 2px;
	width: 250px;
	color: #ADDB46;
}

.s4-activity-2{
	line-height:1.4;
}

.act-ttl{
	margin-bottom: 20px;
	color: #F7B200;
}



/*----好禮贈送------------------------------------------------*/

.sec-5{
	width: 85%;
	max-width: 1320px;
	min-width: 800px;
	margin: 100px auto 0px auto;
}

.ttl-2.s5{
	color:#A6C660;
	margin-bottom: 25px;
}

.ttl-1.s5{
	margin-bottom: 0px;
}

.s5-gift-box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.s5-info{
	width:45%;	
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	
	background-color: #293121;
	padding: 30px 20px 20px 5px;
}

.s5-info.mg-r{
	margin-right:50px;
}

.s5-icon{
	width: 230px;
	margin-right: 20px;
}

.gift-info{
	margin-top: 20px;
}

.s5-ttl{
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 1.4;
	color: #F7B200;
	font-weight: 500
}

.s5-subttl{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6;
	letter-spacing: 1px;
}


/*----報名連結------------------------------------------------*/
.register-div{
	padding: 150px 0px 100px 0px;
	text-align: center;
}

.register-a{
	text-decoration: none;
	font-size: 1.8em;
	font-weight: 600;
	color: #fff;
	
	animation:blink-2 0.7s ease-out 1s infinite;
	transition: all 1s ease-out;
}



@keyframes blink-2 {
  50% {
    color: #F7B200;
  }
}

.rgt-icon {
  width: 25px;
  vertical-align: middle;
  margin-left: 10px;
}


/*----footer------------------------------------------------*/
.footer-div{
	background-color: #F2772D;
	text-align: center;
	padding: 25px 0px;
}

.footer-img{
	width: 400px;
}














@media (max-width:1080px){
	
	
	/*----活動簡介------------------------------------------------*/
	.ttl-2 {
	  font-size: 4em;
	}
	
	
	/*----好禮贈送------------------------------------------------*/
	.s5-info {
	  height: 270px;
	}

	
}


@media (max-width:810px){

	/*----Banner------------------------------------------------*/
	.bg-1 {
	  top: 10px;
	  left: 10px;
	  opacity: 80%;
	  width: 200px;
	}
	
	.bg-2 {
	  top: 450px;
	  left: 10px;
	  opacity: 80%;
		width: 100px;
	}
	
	.bg-3 {
	  top: 10px;
	  right: 10px;
	  z-index: 0;
	  opacity: 80%;
		width: 150px;
	}
	
	.bg-4 {
	  top: 500px;
	  right: 10px;
	  z-index: 0;
	  opacity: 80%;
		width: 200px;
	}
		
	.ttl-1 {
	  font-size: 1.5em;
	}
	

/*----活動簡介------------------------------------------------*/
	.sec-1{
	 text-align: center;
	  max-width: 100%;
	  margin: 100px auto 0px auto;
	  min-width: 80%;
	}
	
	.sec-1-box{
		flex-direction:column;
	}
	
	.sec-1-img{
		display: none;
		width: 40%;
		margin: 0 auto 50px auto;
	}
	
	.sec-1-info {
	  width: 100%;
	  margin: 0 auto;
	  text-align: left;
	}
	
	
/*----活動特色------------------------------------------------*/
	.sec-2{
		 text-align: center;
		  max-width: 100%;
		  margin: 100px auto 0px auto;
		  min-width: 80%;
	}
	
	.s2-icon {
	  width: 90px;
	}
	
.s2-ttl {
  font-size: 1.3em;
}
	
/*----講師陣容------------------------------------------------*/
	.sec-3{
		 text-align: center;
		  max-width: 100%;
		  margin: 100px auto 0px auto;
		  min-width: 80%;
	}

	.s3-speaker-box {
	  justify-content: space-between;
	}

	.s3-icon {
	  width: 100%;
	}

	.s3-icon-ani-1,.s3-icon-ani-2,.s3-icon-ani-3 {
	  width: 100%;
	}

	.s3-subttl {
	  font-size: 1.1em;
	}

	.s3-spk-info {
	  font-size: 1em;
	}
	
	
/*----議程------------------------------------------------*/
	.sec-4,.sec-5{
		 text-align: center;
		  max-width: 100%;
		  margin: 100px auto 0px auto;
		  min-width: 80%;
	}

	.s4-schedule-1 {
	  text-align: left;
		font-weight: 450;
	}

	.s4-schedule-2 {
		text-align: left;
		font-weight: 450;
		align-items: flex-start;
	}

	.s4-time,.s4-time-2{
		width:35%;
	}

	.s4-activity,.s4-activity-2{
		width:65%;
	}
	
	
/*----好禮贈送------------------------------------------------*/
	.s5-gift-box {
		justify-content: space-between;
	}

	.s5-info.mg-r {
	  margin-right: 0px;
	}

	.s5-info {
	  width: 40%;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  padding: 30px 20px 20px 20px;
	  height: 400px;
	}

	.s5-icon {
	  margin-right: 0px;
	}
	

	
	
}


@media (max-width:767px){
	
/*----Banner------------------------------------------------*/

.banner-section{
	
}

.bg-1{
	top: 5px;
	left: 5px;
	width: 100px;
}


.bg-2{
	top: 270px;
	left: 5px;
	width: 100px;
}

.bg-3{
	top: 10px;
	right: 5px;
	width: 100px;

}

.bg-4{
	top: 270px;
	right: 15px;
	width: 150px;

}

.theme{
	width: 85%;
	margin:50px auto 0px auto;
	min-width: inherit;
	margin-left: -20px;
}

.subtitle{
	font-size: 1.7em;
	font-weight: 600;
	margin-top: 20px;
}

.basic-info{
	margin: 40px auto 30px auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 500;
}

.info-1{
	text-align: center;
	line-height: 1.4;
	font-size: 1.2em;
	padding: 0px 0px 15px 0px;
}

.info-icon{
	width: 20px;
}

.info-2{
	text-align: center;
	line-height: 1.4;
	font-size: 1.2em;
	padding: 15px 0px 0px 0px;
}

.new-update-button{
	justify-content: center;
	align-items: center;
}

.register-link{
	margin: 0px 15px 0px 0px;
	
	padding: 1rem 2.5rem;
	font-size: 1.4em;
}

.register-span{
	line-height: 1.4;
}



/*----活動簡介------------------------------------------------*/
.sec-1{
	width: 85%;
	max-width: inherit;
	min-width: inherit;
	margin: 50px auto 0px auto;
}

.sec-1-box{
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.s1-image{
	width: 100%;
}

.sec-1-info{
	width: 100%;
}

.s1-ttl-box{
	margin-bottom:30px;
}

.ttl-1{
	font-size:1.6em;
	margin-bottom: 10px;
	line-height: 1.4;
}

.ttl-2{
	font-weight: 700;
	font-size: 2.5em;
}

.info-p{
	font-size: 1em;
	letter-spacing: 0.5px;
}

.s1-p{
	line-height: 1.6;
}

.s1-list-box{
	margin-top: 25px;
}

.s1-list{
	margin-bottom: 10px;
}

.s1-list-icon{
	margin-right: 10px;
}



/*----活動特色------------------------------------------------*/
.sec-2{
	width: 85%;
	max-width: inherit;
	min-width: inherit;
	margin: 50px auto 0px auto;
}

.sec-2-box{
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}

.s2-info{
	width: 47%;
	margin-bottom: 50px;
}

.s2-icon{
	margin-bottom: 20px;
	width: 70px
}

.s2-ttl{
	font-size: 1.1em;
	margin-bottom: 15px;
}

.s2-subttl{
	font-size: 0.9em;
}



/*----講師陣容------------------------------------------------*/
.sec-3{
	width: 85%;
	max-width: inherit;
	min-width: inherit;
	margin: 50px auto 0px auto;
}

.ttl-2.s3{
	margin-bottom: 10px;
}

.ttl-1.s3{
	margin-bottom: 0px;
}

.s3-speaker-box{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.s3-info{
	width: 100%;
	text-align: center;
	position: relative;
}

.s3-icon{
	width: 75%;
}

.s3-icon-ani-1,.s3-icon-ani-2,.s3-icon-ani-3{
	width: 75%;
	left: 12.5%;
}	
	
.s3-ttl{
	font-size: 1.3em;
	margin-bottom: 15px;
	margin-top: -20px;
}

.s3-subttl{
	font-size: 1.2em;
	margin-bottom: 10px;
}

.s3-spk-info{
	font-size: 1.1em;
}


/*----議程------------------------------------------------*/
.sec-4{
	width: 85%;
	max-width:inherit;
	min-width:inherit;
	margin: 80px auto 0px auto;
}

.ttl-2.s4{
	margin-bottom: 10px;
}

.ttl-1.s4{
	margin-bottom: 0px;
}

.s4-schedule-1{
	padding: 20px 20px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 1.3em;
	letter-spacing: 0px;
}

.s4-time{
	width: 100%;
	margin-bottom: 20px;
	color: #ADDB46;
	font-size: 0.9em;
}

.s4-activity{
	width: 100%;	
}

.s4-schedule-2{
	padding: 20px 20px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border: 3px solid #89C1C2;
	font-weight: 500;
	font-size: 1.3em;
	letter-spacing: 0px;
}

.s4-time-2{
	width: 100%;
	margin-bottom: 25px;
	color: #ADDB46;
	font-size: 0.9em;
}

.s4-activity-2{
	width: 100%;
}

.act-ttl{
	margin-bottom: 10px;
	color: #F7B200;
}



/*----好禮贈送------------------------------------------------*/

.sec-5{
	width: 85%;
	max-width: inherit;
	min-width: inherit;
	margin: 80px auto 0px auto;
}

.ttl-2.s5{
	margin-bottom: 10px;
}

.ttl-1.s5{
	margin-bottom: 0px;
}

.s5-gift-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.s5-info{
	width:100%;	
	justify-content: center;
	align-items: center;
	padding: 20px 0px 30px 0px;
	height: auto;
	margin-bottom: 20px;
}

.s5-info.mg-r{
	margin-right:0px;
}

.s5-icon{
	width: 200px;
	margin-right: 0px;
}

.gift-info{
	margin-top: 10px;
}

.s5-ttl{
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: 500
}

.s5-subttl{
	font-size: 1.1em;
}


/*----報名連結------------------------------------------------*/
.register-div{
	padding: 50px 0px 50px 0px;
}

.register-a{
	font-size: 1.2em;
}

.rgt-icon {
  width: 17px;
  margin-left: 5px;
}


/*----footer------------------------------------------------*/
.footer-div{
	padding: 15px 0px 20px 0px;
}

.footer-img{
	width: 70%;
}

	
}






























