@charset "utf-8";
/* CSS Document */

/*a{color: #ffffff; text-decoration: none;}*/

/*header*/
.header{
	width: 100%; 
	height: 60px; 
	position: fixed; 
	z-index:988;
	top:0; 
	border-bottom:0px solid #ddd; 
	box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
    background-color: rgba(255,255,255,1); transform: all .3s;
}
.page{ 
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.page{ 
	max-width: 980px;
	}
}

@media screen and (max-width: 768px) {
	.page{ 
	max-width: 700px;
	}
}
.logo{
	width: 100%; 
	font-size: 16px;
	/*font-size: 15px;
	position: absolute; */
	padding: 1% 0;
	
}
.logo a {color: #000000;}

@media screen and (max-width: 980px) {
	.logo{ 
		padding-left: 20px;
	}
}
@media screen and (max-width: 736px) {
	.logo{ 
		padding-left: 10px;
	}
}

.gc_1{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 4px;
}

.gc_2{
	background-color: #95BF39;
	color: #fff;
	border: 1px solid #95BF39;
	padding: 4px 8px;
}

.menu{
	float: right;
	/*margin-right: 20px;*/
}

.menu ul{
	overflow: hidden;
}

.menu li{
	float: left;
	line-height: 60px;
	color: #000;
}

.menu li div{
	color: #000;
	transition: all .3s;
	padding: 0 16px;
	font-size: 18px;
	font-weight: 600;
}

.menu li div:hover{
	background-color: #000;
	color: #ffffff;
}

.icon{
	width: 60px;
	height: 60px; 
	line-height: 60px; 
	text-align: center;
	color: #fff; 
	font-size: 30px; 
	float: right; 
	display: none;
	transition: all .3s;
	opacity: 1;
    background-image: url("../images/menu.png"); 
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center left;
}

.op5{background-position: center right; }

@media screen and (max-width: 980px) {
    
.menu{margin-right:0px; position: fixed; top:60px; right: 0; width: 100%; display: none; z-index: 88;}    
.menu li{float: none; width: 100%; border-bottom: 1px solid #666;} 
.menu li div{width: 100%; background-color: #333; text-align: center; color: #fff;}
.icon{display: block;}   
}


/*main*/
.main_bg{ 
	width: 100%; 
	height: 610px;
	background-image: url(../images/bg.jpg);
	/*background-size: cover;*/
	background-position: top center;
	/*margin-top: 60px;*/
	position: relative;
}
/*@media screen and (max-width: 1024px) {
	.main_bg{ 
		height: 500px;
	}
}*/
@media screen and (max-width: 980px) {
	.main_bg{ 
		height: 440px;
		background-size: cover;
	}
}
@media screen and (max-width: 430px) {
	.main_bg{ 
		height: 240px;
	}
}
.main_page{ 
	max-width: 1024px;
	margin: 0 auto;
	padding: 341px 0;
	position: relative;
}

.title{
	max-width: 920px;
    position: absolute;
    top: 40px;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
	.title{
		width: 700px;
	}
}

@media screen and (max-width: 430px) {
	.title{
		max-width: 350px;
		left: 2%;
	}
}




/*content*/
.bg_white{
	width: 100%; 
	background-color: #ffffff;
	padding: 4% 0;
}

@media screen and (max-width: 736px) {
	.bg_white{
		padding: 8% 0 ;
		}
}
.about{
	width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #262626;
}

@media screen and (max-width: 768px) {
	.about{
		font-size: 16px; 
		}
}
@media screen and (max-width: 430px) {
	.about{
		padding: 0 5%;
		}
}


.about h1{
	font-size: 30px;
	font-weight: 800;
	padding-bottom: 30px;
}
@media screen and (max-width: 430px) {
	.about h1{ 
		font-size: 24px;
		line-height: 1.4;
	}
}
.about ol li { color: #000;margin-left: 32px;}


.ESG{
  position: relative;
  background:none;
  padding: 0 1%;
  color: #ffffff;	
}
.ESG::before{
  content:"";
  position: absolute;
  top: 0;right: 0;bottom: 0;left: 0;
  z-index:-1;
  background:#FF0000;
  transform:skew(-25deg);
}

.label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    color: #ffffff;
    margin-right: 12px;
    text-align: center;
    float: left;
    font-size: 13px;
}

.topic ol li {
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1.6px;
	margin-left: 48px;
}
@media screen and (max-width: 430px) {
	.topic ol li{
		font-size: 14px;
		padding: 0 10px;
		margin-left: 32px;
		}
}
.bg_gray{
	width: 100%; 
	background-color: #eeeeee;
	padding: 4% 0;
}

@media screen and (max-width: 736px) {
	.bg_gray{
		padding: 8% 0 ;
		}
}



.bg_darkgray{
	width: 100%; 
	background-color: #363636; 
	padding:  4% 0;
}

@media screen and (max-width:736px) {
	.bg_darkgray{
		padding: 8% 0;
	}
}

.bg_brown{
	width: 100%; 
	background-color: #A67A44;
	padding:  4% 0;
}

@media screen and (max-width: 736px) {
	.bg_brown{
		padding: 8% 0 ;
		}
}

.bg_green{
	width: 100%; 
	background-color: #17e4b1;
	padding:  4% 0;
}

@media screen and (max-width: 736px) {
	.bg_green{
		padding: 8% 0 ;
		}
}

.bg_blue{
	width: 100%; 
	background-color: #02b6ea;
	padding:  4% 0;
}

@media screen and (max-width: 736px) {
	.bg_blue{
		padding: 8% 0 ;
		}
}

.theme1{ 
	/*width: 190px;
    background-color: #000;
	color: #ffffff;*/
	color: #000;
	font-size: 36px;
	/*font-weight: 800;*/
	padding:0 30px;
	margin-bottom: 2%;
	letter-spacing: 2px;
	text-align: center;
}

@media screen and (max-width: 430px) {
	.theme1{ 
		font-size: 30px;
		margin-bottom: 1%;
	}
}

.theme{
	width: 100%;
}
.theme2{ 
    color: #fff;
	font-size: 36px;
	/*font-weight: 800;*/
	padding:0 30px;
	margin-bottom: 2%;
	letter-spacing: 2px;
	text-align: center;
}

@media screen and (max-width: 430px) {
	.theme2{ 
		font-size: 30px;
		margin-bottom: 1%;
	}
}

.theme3{ 
    background-color: #363636;
	border: 2px #fff solid;
	color: #ffe400;
	font-size: 30px;
	letter-spacing: 2px;
	padding:0 20px;
	float: left;
}
@media screen and (max-width: 980px) {
	.theme3{ 
		font-size: 24px;
	}
}
@media screen and (max-width: 736px) {
	.theme3{ 
    	padding: 0 40px;
		margin: -30px 0 20px 20px;
	}
}
@media screen and (max-width: 430px) {
	.theme3{ 
		padding: 0 28px;
		font-size: 20px;
	}
}
.theme4{ 
    border: 2px #363636 solid;
	background-color: #363636;
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	padding: 0 10px 0 30px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	float: left;
}
@media screen and (max-width: 1024px) {
	.theme4{ 
		margin-left: 20px;
	}
}
@media screen and (max-width: 980px) {
	.theme4{ 
		font-size: 24px;
		padding:0 10px;
	}
}
@media screen and (max-width: 430px) {
	.theme4{ 
		font-size: 20px;
		padding:0 5px ;
	}
}
@media screen and (max-width: 375px) {
	.theme4{ 
		font-size: 20px;
		padding:0 5px ;
	}
}
.theme5{ 
    border: 2px #363636 solid;
	color: #363636;
	font-size: 30px;
	font-weight: 600;
	padding:0px 20px;
	float: left;
}
@media screen and (max-width: 980px) {
	.theme5{ 
		font-size: 24px;
    	padding: 0 10px;
	}
}
@media screen and (max-width: 736px) {
	.theme5{ 
		padding: 0 40px;
		margin: -30px 0 20px 20px;
	}
}
@media screen and (max-width: 430px) {
	.theme5{ 
		font-size: 20px;
		padding: 0 32px;
		margin-bottom: 8px;
	}
}
.theme6{ 
	width: 250px;
    background-color: #ffffff;
	color: #363636;
	font-size: 30px;
	font-weight: 600;
	padding:0 10px 0 30px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	border: 2px #fff solid;
}
@media screen and (max-width: 1024px) {
	.theme6{ 
		padding:0 25px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 430px) {
	.theme6{ 
		font-size: 24px;
		padding: 5px 5px 5px 10px;
    	margin-bottom: 10px;
    	width: 180px;
	}
}
@media screen and (max-width: 375px) {
	.theme6{ 
		font-size: 24px;
	}
}

/*spotlight*/
.main_bg2{ 
	width: 100%; 
	height: auto;
	background-image: url(https://www.aenrich.com.tw/news_events/Events/2023_0411/images/bg2.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
	padding: 4% 0;
}

@media screen and (max-width: 980px) {
	.main_bg2{ 
		padding: 8% 0;
	}
}


.circle ul {
    overflow: hidden;
	margin-bottom: 5%;
}
@media screen and (max-width: 736px){
	.circle {
		padding: 0 2%;
	}
}
.circle > ul > li {
    float: left;
    width: calc(33.3% - 6%);
    margin: 0 9% 2% 0;
    position: relative;
    border-radius: 100%;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    padding: 7% 5%;
    height: 280px;
}
.circle ul > li:nth-child(3n+3) {
    margin-right: 0;
}

@media screen and (max-width: 1024px){
	.circle > ul > li {
		 height: 268px;
	}
}

@media screen and (max-width: 768px){
	.circle > ul > li {
		padding: 4% 3%;
		height: 190px;
	}
}

@media screen and (max-width: 430px){
.circle > ul > li {
    width: 50%;
    margin: 3% 25%;
	height: 180px;
	padding: 10% 5%;
	}

}


.circle p{
	font-size: 18px;
	color:#262626;
	margin-top: 2%;
}

@media screen and (max-width: 768px){
.circle p{
    font-size: 16px;
	text-align: center;
	}
}



.gain{
	font-size: 24px;
	color: #02b6ea;
	font-weight: 600;
}

@media screen and (max-width: 768px){
.gain{
    font-size: 20px;
	}
}

/*speakers*/

/*.itemwidth{
	padding-left: 144px;
}
@media screen and (max-width:980px) {
	.itemwidth{
		padding-left: 80px;
	}
}
@media screen and (max-width:430px) {
	.itemwidth{
		padding-left: 0px;
	}
}*/
.item {
	padding: 0 10px 0 0;
	float: left;
	width: 245px;
/*	min-height: 380px;
	min-height: 300px;
    margin-bottom: 50px;*/
}
@media screen and (max-width:980px) {
	.item{
		width: 25%;
    	/*min-height: 257px;*/
    	margin-bottom: 20px;
    	padding: 0 10px;
	}
}
@media screen and (max-width:430px) {
	.item{
		width: 100%;
	}
}
.item::after {
	clear: both;
	content: "";
	display: block;
}
.itemImgIn {
	display: block;
	position: relative;
	width: 160px;
	height: 160px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
}
/*@media screen and (max-width:320px) {
	.itemImgIn{
		width: 130px;
		height: 130px;
}*/

.itemImgIn > img {
	display: block;
	position: absolute;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(-50%);
}
.itemImg .flag {
	/*display: inline-block;*/
	display: none;
	position: absolute;
	bottom: 15px;
	right: 5px;
}
.itemImg .flag img {
	width: auto;
	height: 25px;
	border: 1px solid #000;
}
.itemBody {
	/*padding-bottom: 53px;*/
	text-align: center;
}
.itemTitle {
    margin: 10px 0 0 0;
    color:#262626 ;
    font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width:736px) {
	.itemTitle{
		margin: 0 ;
	}
}
.itemTitle span {
	display: block;
	color: #262626;
	font-size: 18px;
}
.itemInfo {
	color: #3873be;
	font-size: 18px;
    line-height: 1.4;
}


/*agenda*/
.col-md-12 col-sm-12 { 
	padding: 10px;
}
#agenda{  
	overflow: hidden;
	padding: 40px 20px;
}
.flex_box{ 
	display: flex;
}
.flex_box_r{
	flex: 3;
}
#agenda .section-title h1{
	background-color: #000000;
}
.timeline {
 	/*border-left: 5px solid #00c2c2;*/
  	border-bottom-right-radius: 2px;
  	border-top-right-radius: 2px;
  	margin: 20px auto;
  	position: relative;
  	list-style: none;
  	text-align: left;
  	font-size: 20px;
  	max-width: 810px;
}
@media (max-width: 768px) {
	.timeline{
		max-width: 600px;
	}
}

.timeline h4 { 
	margin: 1% 0 0 0;	
	letter-spacing: 0;
	font-size: 18px;
	color: #4c4948;
	font-weight: 400;
}
@media (max-width: 480px) {
	.timeline h4 {
		font-size: 14px;
	}
}
@media (max-width: 320px) {
	.timeline h4 {
		font-size: 12px;
	}
}
.timeline h3 { 
	margin: 1% 0 0 1%;	
	letter-spacing: 0;
	font-size: 20px;
	line-height: 1.4; 
	color: #2bb1a5;
}
@media (max-width: 480px) {
	.timeline h3 {
		font-size: 16px;
		margin: 0 0 1% 0;
	}
}
@media (max-width: 320px) {
	.timeline h3 {
		font-size: 18px;
	}
}
.timeline h2 {
	letter-spacing: 0;
	font-size: 20px;
	color: #3974bf;
	font-weight: 600;
	margin: 1% 0 0 0;	
}
@media screen and (max-width:480px) {
	.timeline h2{
		font-size: 16px;
	}
}
@media screen and (max-width:320px) {
	.timeline h2{
		font-size: 18px;
	}
}
.timeline p{ 
	font-size: 20px;
	margin: 0 0 10px;
	letter-spacing: 1.2px;
	line-height: 1.2;
	color: #ff6446;
}
@media (max-width: 480px) {
	.timeline p {
		font-size: 18px;
	}
}
@media (max-width: 320px) {
	.timeline p {
		font-size: 15px;
	}
}

.Features{
	font-size: 16px;
	color: #2670c0;
}


.Features li{
	list-style: disc;
	margin-left: 20px;
}

.timeline .event { 
	text-align: left;
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);
 	/* padding-bottom: 15px; 
  	margin-bottom: 15px;
  	background-image: linear-gradient(45deg, #fff 20%,#e4e4e4 50%);*/
  	padding: 25px 35px;  
  	position: relative;
}
@media (max-width: 1024px) {
	.timeline .event { 
		padding: 2%;
	}
}

.timeline .event:nth-child(odd){ 
	background: #fff;
}
.timeline .event:nth-child(even){
	background: #f2f2f2;
}
.timeline .event:last-of-type {
 	margin-bottom: 0;
  	border: none;
}
.timeline .event:after {
  	position: absolute;
  	display: block;
  	top: 0;
}
.timeline .event:before {
	background-color:#000000;
    color:#fff;
  	content: attr(data-date);
  	/*font-size: 24px;*/
  	position: relative;
  	width: 180px;
  	padding: 0.5% 2%;
  	margin: 0 auto;
	font-weight: 400;
}
.timeline .event:after {
    /*box-shadow: 0 0 0 5px #00c2c2;
    left: -8px;
    background: #f2f2f2;*/
    border-radius: 50%;
    height: 10px;
    width: 10px;
    content: "";
    top: 25px;
    transform: rotate(45deg);
}
#pricing { 
	text-align: center; 
	background-color: #0adbbd;
	/*background-image: url(../images/agenda_bg.jpg); 
	background-size: cover; 
	background-position: right;*/
	padding: 4% 0;
}

@media screen and (max-width: 430px) {
	#pricing { 
		padding: 2% 0;
		}
}
.section-title h1 {
	width: 120px;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    font-size: 24px;
	color: #ffffff;
	letter-spacing: 2px;
}

.share{
	background-color: #fff;	
	padding: 2%;
	margin: 1% 0;
} 
@media screen and (max-width: 430px) {
	.share{
		padding: 2% ;
		margin: 0;
	}
}
.share > ul {
	overflow: hidden;	
}
.share ul li {
	float: left;
	margin-left: 0;
}
.share_pic{
	width: 11%;
	margin-right: 2%;
}
@media screen and (max-width: 430px) {
	.share_pic{
		width: 30%;
	}
}
.share_award{
	width: 85%;
	font-size: 16px;
	color: #000!important;
	list-style: none;
}
@media screen and (max-width: 430px) {
	.share_award{
		width: 98%;
		padding-top: 0;
		font-size: 14px;
	}
}
.share_award  p{
	font-size: 20px;

}

@media screen and (max-width: 430px){
	.share_award  p {
		font-size: 14px;
	}
}

.share_award ul li{
	color: #000!important;
	margin-left: 5%;
}



/*gift*/
.process ul {
    overflow: hidden;
}
@media screen and (max-width: 736px){
	.process {
		padding: 0 2%;
	}
}
.process > ul > li {
    float: left;
    width: calc(33.3% - 2%);
    margin: 0 3% 2% 0;
    position: relative;
}
.process ul > li:nth-child(3n+3) {
    margin-right: 0;
}


@media screen and (max-width: 736px){
	.process > ul > li {
		width: 90%;
		margin: 3% 5% ;
		min-height: auto;
	}
}


.process p{
	font-size: 17px;
	color:#262626;
	margin-top: 2%;
}

@media screen and (max-width: 430px){
.process p{
    font-size: 16px;
	text-align: center;
	}
}
.classicon img {
	max-width: 500px;
	margin: 0 auto;
	display: block;
	border: 2px solid #eee;
}

.gift {
	font-size: 18px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	color: #3e3a3a;
}
@media screen and (max-width: 1024px){
.gift {
    padding: 0 20px;
	}
}
@media screen and (max-width: 430px){
.gift {
    font-size: 16px;
	padding: 10px 20px;
	}
}

.gift img{
	max-width: 911px;
   
    top: 80px;
   /* overflow: hidden;*/
}


/*Speakers*/

.Speaker {
	overflow: hidden;
}
.Speaker li{
	float: left;
	list-style-type: none;
}
.Speaker li:nth-child(1){
	width: 18%; 
}
.Speaker li:nth-child(2){
	width: 78%;float: right; 
}

.Speaker_pic img{
	width: 100%;
	border-radius: 50%;
	max-width: 300px;
}
.Speaker_pic .name{
	text-align: center;	
}
@media screen and (max-width: 736px){
	.Speaker li:nth-child(1){
		width:60%;
		padding-left: 10%;
	}
	.Speaker li:nth-child(2){
		width:90%;
	}
} 
.content_2{ 
	color: #000; 
	font-size: 24px; 
	letter-spacing: 1px;
	padding: 0 0 0 32px;
	text-align: center;
}
@media screen and (max-width: 736px) {
	.content_2{ 
		font-size: 18px; 
		}
}
@media screen and (max-width: 430px) {
	.content_2{ 
		padding: 0 20px;
		}
}

/*Map & Notice*/
.map{
    width:50%;
    height:360px;
    float: left;
}

@media screen and (max-width: 480px) {
	.map { 
		width:100%;
		}
}
.map iframe{
    width:100%; 
	height: 360px;
}

.map_info{
	width:50%;
	height:360px;
	padding: 40px;
	font-size: 16px;
	color: #fff;
	float: left;
    line-height: 1.6;
    letter-spacing: 1.6px;
	background-color: #22ac38;
	/*background-image: url("../images/bg.jpg");*/
	background-size: auto;
	background-position: top center;
}
@media screen and (max-width: 1024px) {
	.map_info{ 
    	padding: 20px;
		}
}
@media screen and (max-width: 736px) {
	.map_info{ 
		width: 100%;
    	padding: 20px 10px;
		font-size: 14px;
		height: auto;
		}
}
@media screen and (max-width: 320px) {
	.map_info{ 
    	padding: 30px 10px;
		height:330px;
		}
}
.map_info_2{
	width:50%;
	height:auto;
	font-size: 18px;
	color: #fff;
	float: left;
    line-height: 1.6;
    letter-spacing: 1.6px;

	background-size: auto;
	background-position: top center;
}
@media screen and (max-width: 1024px) {
	.map_info_2{ 
    	padding: 2%;
		}
}
@media screen and (max-width: 980px) {
	.map_info_2{ 
		font-size: 16px;
    	padding: 0 2%x;
		}
}
@media screen and (max-width: 736px) {
	.map_info_2{ 
		width: 100%;
    	padding: 2% 1%;
		height: auto;
		}
}
@media screen and (max-width: 320px) {
	.map_info_2{ 
    	padding: 3% 1%;
		height:330px;
		}
}
.big{
	font-size: 40px;
	color: #ffd000;
	padding-bottom: 20px;
}
@media screen and (max-width: 320px) {
	.big{ 
		font-size: 36px;
		}
}
.button{
	width: 30%;
    background-color: #FF0000;
    padding: 4px 40px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    border-radius: 24px;
}

@media screen and (max-width:980px) {
	.button{ 
		font-size: 20px;
		}
}




.value{
    overflow: hidden;

}
.value > li {
    float: left;
    width: calc(25% - 15px);
    margin: 0 20px 0 0;
    position: relative;
	font-size: 18px;
	text-align: center;
	padding-bottom: 12px;
	line-height: 1.4;
	color: #fff;
	/*padding: 0 1% 1% 1%;*/
}
.value > li:nth-child(4n+4) {
    margin-right: 0;
}
@media screen and (max-width: 430px) {
	.value > li {
		width: 84%!important;
    	margin: 2% 8%;
	}
}
.value > li > p {
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	color: #465902;
	text-align: center;
	border-radius: 20px;
	font-weight: 600;
}

.value > li > img {
	max-width: 150px;
}

.value_title {
	padding: 0 2%;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 1.6;
}

.value > li > .client {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 600;
}

.button3 {
	display:inline-block;
	width:120px;
	height:28px;
	line-height: 28px;
	background-color:#22ac38;
	border-radius: 24px;
	color:#fff;
	letter-spacing:2px;
	font-size:16px;
	text-align: center;
	border: 0;
	padding: 0 20px;
}


.bg_half_1{
	width: 50%; 
	padding: 0 20px 0 0;
	float: left;
}

@media screen and (max-width: 1024px) {
	.bg_half_1{
		padding: 0 15px 0 0;
		}
}
@media screen and (max-width: 430px) {
	.bg_half_1{
		width: 100%; 
		padding: 0 20px;
		}
}
.bg_half_2{
	width: 50%; 
	float: left;
}


@media screen and (max-width: 430px) {
	.bg_half_2{
		width: 100%; 
		padding: 0 20px;
		}
}
.reference > ul {
	overflow: hidden;	
}
.reference > ul > li {
    float: left;
    line-height: 1.6;
    width: calc(50% - 10px);
    margin: 0 20px 10px 0;
    position: relative;
	text-align: center;
}

.reference ul > li:nth-child(2n+2) {
    margin-right: 0;
}



/*mode*/
.mode{ width: 100%; }
@media screen and (max-width: 1024px) {
	.mode{ 
		/*width: 94%;*/
    	padding: 0 20px;
	}
}
@media screen and (max-width: 430px) {
	.mode{ 
		padding: 0;
	}
}
@media screen and (max-width: 320px) {
	.mode{ 
		width: 280px;
	}
}
.mode li{
	width: calc(33.33% - 20px); 
	margin-right: 30px; 
	/*height: 200px;
	background-color: #fff;*/
	float: left;
	text-align: center;
	list-style-type: none; 
}
.mode li:nth-child(3n+3){ margin-right: 0;}
	
@media screen and (max-width: 736px) {
	.mode li { 
		width: 96%;
    	margin: 2%;
	}
}

.mode li img{
	max-width: 320px;
	text-align: center;
}


.notice{ 
	color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 0 0 60px;
	line-height: 1.8;
}
@media screen and (max-width: 980px) {
	.notice{ 
		padding: 0 60px;
		font-size: 16px;
		}
}
@media screen and (max-width: 430px) {
	.notice{ 
		padding: 0 20px;
		font-size: 14px;
		}
}
.notice > ul > li {
	list-style-type: disc;
	margin-left: 20px;
}
.notice > ul > li > ul > li {
	margin-left: 20px;
}
.notice_t{
	font-size: 30px;
	font-weight: 600;
	padding: 4% 0 0 0;
	border-bottom: 4px solid #000;
	text-align: center;
}
@media screen and (max-width: 430px) {
	.notice_t{ 
		font-size: 20px;
		}
}

/*organizer*/
.organizer_t { 
	width: 19%;
	text-align: right;
	float: left;
	padding: 1% 0 2% 0;
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
}
@media screen and (max-width: 430px) {
	.organizer_t{ 
		font-size: 14px;
		}
}
.organizer { 
	width: 140px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	margin: 0 1%;
	float: left;
}
@media screen and (max-width: 980px) {
	.organizer{ 
		width: 30%;
		height: 80px;
		line-height: 80px;
			}
}
@media screen and (max-width: 430px) {
	.organizer{ 
		width: 50%;
        padding: 0 2%;
        margin: 0;
			}
}
.organizer img { vertical-align : middle; }

.organizer2 { 
	width: 300px;
	/*height: 110px;
	line-height: 110px;*/
	text-align: center;
	margin: 0 auto;

}



/*a+HCM*/
.bg_hcm{
  width: 100%; 
  background: linear-gradient(to right, #004da1, #091e55)
}

.ahcm{width:100%;padding:24px; margin:0 auto;}
/*.ahcm_up{width:100%; }*/
.ahcm_up > ul {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 0; 
  margin: 0;  
}
/*.ahcm_up > ul > li{width:100%;}*/
.ahcm_up > ul > li{float:left; position:relative;}

.ahcm_up > ul > li:nth-child(1){width:40%;}
.ahcm_up > ul > li:nth-child(2){width:35%;}
.ahcm_up > ul > li:nth-child(3){width:25%;}

.ahcm_up > ul > li:nth-child(1) img{max-width:340px;}
.ahcm_up > ul > li:nth-child(2) img{max-width:332px;}
.img-right img {width: auto;  float: right;}

.hcm_button {
  display: flex;  /* 讓按鈕容器使用 flex */
  align-items: center;  /* 垂直置中 */
  justify-content: center;  /* 水平置中 */
  width: 180px;
  height: 48px;
  line-height: 48px;
  background-color: #DD0000;
  border-radius: 24px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;	
}

.hcm_button a {
  display: flex;
  align-items: center;
  justify-content: center; 
  color: #ffffff !important; 
  text-decoration: none; 
}

.hcm_button span.arrow {
  font-size: 40px;
  margin: 0 0 8px 4px; 
}


@media screen and (max-width: 768px) {
	.ahcm_up > ul > li:nth-child(1){width:50%;float: left }
	.ahcm_up > ul > li:nth-child(2){display: none;}
	.ahcm_up > ul > li:nth-child(3){width:50%; display: flex;  align-items: center;justify-content: center; }
	/*.hcm_button{width:100%;}*/
}

@media screen and (max-width: 480px) {
	.ahcm_up > ul { display: grid;}
	.ahcm_up > ul > li:nth-child(1){width:100%; }
	.ahcm_up > ul > li:nth-child(2){display: block;width:100%;}
	.ahcm_up > ul > li:nth-child(3){width:100%; margin-top: 4%;}	
	  }
.ahcm_down_s2 li:nth-child(1){width:40%; text-align:center;}
.ahcm_down_s2 li:nth-child(2){width:52%; text-align:center;}
.ahcm_down{width:100%; padding:24px 0; }
.ahcm_down > ul{overflow:hidden;}
.ahcm_down > ul > li{float:left; position:relative; text-align:center;  padding:16px;}
.ahcm_down > ul > li > h6 {font-size:14px; color: #ffffff; text-align:center; margin-bottom:16px;}
.ahcm_down > ul > li:nth-child(1){width:27%; border-right:1px solid #eee;}
.ahcm_down > ul > li:nth-child(2){width:14%; border-right:1px solid #eee;}
.ahcm_down > ul > li:nth-child(3){width:59%; }


@media screen and (max-width: 768px) {
	.ahcm_down { padding:0 24px; }
	.ahcm_down > ul > li:nth-child(1){width:50%; }
	.ahcm_down > ul > li:nth-child(2){width:50%; }
	.ahcm_down > ul > li:nth-child(3){width:100%;}
	.ahcm_down img {max-width: 101px;}
	.ahcm_down_s2 > li:nth-child(2) img {max-width: 124px;}
}


@media screen and (max-width: 480px) {
	.ahcm_down > ul > li:nth-child(1){width:100%; border-right:0px solid #eee; border-bottom:1px solid #eee;}
	.ahcm_down > ul > li:nth-child(2){width:100%; border-right:0px solid #eee; border-bottom:1px solid #eee;}
	.ahcm_down > ul > li:nth-child(3){width:100%; }

}




.ahcm_down_s2 {overflow:hidden;}
.ahcm_down_s2 > li{float:left; margin-right:16px; width:calc(100% / 2 - 8px);}
.ahcm_down_s2 > li:nth-child(2n+2){margin-right:0;}

.ahcm_down_s1 {overflow:hidden;}
.ahcm_down_s1 > li{float:left; margin-right:16px; width:calc(100% / 1 - 0px);}
.ahcm_down_s1 > li:nth-child(1n+1){margin-right:0;}

.ahcm_down_s5 {overflow:hidden;}
.ahcm_down_s5 > li{float:left; margin-right:16px; width:calc(100% / 5 - 12.8px);}
.ahcm_down_s5 > li:nth-child(5n+5){margin-right:0;}



@media screen and (max-width: 480px) {



.ahcm_down_s2 > li{float:left; margin-right:8px; width:calc(100% / 1 - 0px); margin-bottom:16px;}
/*.ahcm_down_s2 > li:nth-child(1n+1){margin-right:0;}*/


.ahcm_down_s1 > li{float:left; margin-right:0px; width:calc(100% / 1 - 0px); margin-bottom:16px;}
.ahcm_down_s1 > li:nth-child(1n+1){margin-right:0;}


.ahcm_down_s5 > li{float:left; width:calc(100% / 3 - 8px); margin: 0 8px 8px 0;}
/*.ahcm_down_s5 > li:nth-child(1n+1){margin-right:0;}*/



}

/*copyright*/
.footer{
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 20px;
	line-height: 1.5;
}


/*LINE & FB*/
.fixed_circle {
    position: fixed;
    right: 30px;
    bottom: 152px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
	/*background: url(../images/LINE.png) center center #01b901 no-repeat;*/
}

.fixed_down {
   /* background-color: #365899;*/
    right: 30px;
    bottom: 100px;
	position: fixed;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
}

/*

   Styles for animated modal
   =========================

*/

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}



/*Back to top */
#top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#top:hover {
  cursor: pointer;
  background-color: #333;
}
#top:active {
  background-color: #555;
}
#top.show {
  opacity: 1;
  visibility: visible;
}

