@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: 980px) {
	.page{ 
	max-width: 750px;
	}
}
@media screen and (max-width: 768px) {
	.page{ 
	max-width: 700px;
	}
}
.logo{
	width: 100%; 
	font-size: 16px;
	/*font-size: 15px;
	position: absolute; */
	
	
}
.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: 650px;
	background-image: url(https://www.aenrich.com.tw/news_events/Events/2025-succession-planning/images/bg.jpg?20250722);
	/*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: 494px;
    position: absolute;
    margin-top: 4%;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
	.title{
		width: 360px;
	}
}

@media screen and (max-width: 430px) {
	.title{
		max-width: 200px;
		left: 2%;
	}
}




/*content*/
.bg_white{
	width: 100%; 
	background-color: #ffffff;
	padding: 4% 0;
}

@media screen and (max-width: 736px) {
	.bg_white{
		padding: 8% 0 ;
		}
}

.bg_pink{
	width: 100%; 
	background-color: #f57665;
	padding: 4% 0;
}

@media screen and (max-width: 736px) {
	.bg_pink{
		padding: 8% 0 ;
		}
}
.bg_yellow{
	width: 100%; 
	background-color: #f5b700;
	padding: 4% 0;
}

@media screen and (max-width: 736px) {
	.bg_yellow{
		padding: 8% 0 ;
		}
}
.about{
	width: 100%;
    float: left;
}

.about p{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #34444c;
	text-align: left;
	margin-bottom: 8%;
}

@media screen and (max-width: 768px) {
	.about p{
		font-size: 16px; 
		}
}
@media screen and (max-width: 430px) {
	.about{
		padding: 0 5%;
		}
}


h1{
	font-size: 26px;
	color: #006cc7;
	padding: 3% 0;
	letter-spacing: 2px;
}
@media screen and (max-width: 430px) {
	h1{ 
		font-size: 20px;
		line-height: 1.4;
	}
}

h2{
	font-size: 30px;
	color: #006cc7;
	padding: 3% 0;
	letter-spacing: 2px;
}
@media screen and (max-width: 430px) {
	h2{ 
		font-size: 24px;
		line-height: 1.4;
		letter-spacing: 1.4px;
	}
}


.about ol {
	padding-left: 32px;
}

@media screen and (max-width: 430px) {
	.about ol { 
		padding-left: 5%
	}
}

.about ol > li {
	font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #ffffff;
	text-align: left;
	list-style: decimal;
	margin-bottom: 36px;
}

@media screen and (max-width: 430px) {
	.about ol > li{ 
		font-size: 16px;
		margin-bottom: 16px;
	}
}

.about ol > li > ul {
	padding-left: 20px;
	margin-top: 8px;
}

.about ol > li > ul > li {
	font-size: 18px;
    letter-spacing: 1px;
    line-height: 2;
    color: #ffffff; 
	list-style: disc;
	text-align: left;
}

@media screen and (max-width: 430px) {
	.about ol > li > ul > li {
		font-size: 16px;
	}
}


.reza p{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #34444c;
	text-align: left;
	margin-bottom: 4%;
}
.reza span{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #000000;
	text-align: left;

}


@media screen and (max-width: 768px) {
	.reza p{
		font-size: 16px; 
		}
}
@media screen and (max-width: 430px) {
	.reza{
		padding: 0 5%;
		}
	.reza span{
  		 font-size: 16px;
		 letter-spacing: 1.6px;
	}
}

.reza ul {
	padding: 0 0 32px 32px;
}

.reza ul > li {
	font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #34444c;
	text-align: left;
	list-style: disc;

}
@media screen and (max-width: 430px) {
	.reza ul {
	padding: 0 0 24px 24px;
}
	.reza ul > li {
		font-size: 16px;
		}
}

.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: #394004;
	padding:  4% 0;
}

@media screen and (max-width: 736px) {
	.bg_green{
		padding: 8% 0 ;
		}
}

.bg_blue{
	width: 100%; 
	background-color: #3d8fd4;
	padding:  4% 0;
}

@media screen and (max-width: 736px) {
	.bg_blue{
		padding: 8% 5%;
		}
}

.theme1{ 
	color: #34444c;
	font-size: 36px;
	font-weight: 600;
	/*padding:0 30px;*/
	margin-bottom: 4%;
	letter-spacing: 4px;
	text-align: center;
	position: relative;
}
.theme1::after {
	content: "";
	display: block;
	width: 8%;        
	height: 4px;   
	background-color: #34444c; 
	margin: 8px auto 0;
}

@media screen and (max-width: 430px) {
	.theme1{ 
		font-size: 28px;
		margin-bottom: 1%;
	}
}

.theme{
	width: 100%;
}
.theme2{ 
    color: #fff;
	font-size: 36px;
	font-weight: 600;
	padding:0 30px;
	margin-bottom: 3%;
	letter-spacing: 4px;
	text-align: center;
	position: relative;
}

.theme2::after {
	content: "";
	display: block;
	width: 8%;        
	height: 4px;   
	background-color: #fff; 
	margin: 8px auto 0;
}

@media screen and (max-width: 430px) {
	.theme2{ 
		font-size: 28px;
		margin-bottom: 1%;
	}
}

.theme3{ 
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 3%;
}

@media screen and (max-width: 736px) {
	.theme3{ 
    	padding: 0 40px;
		margin: -30px 0 20px 20px;
	}
}
@media screen and (max-width: 430px) {
	.theme3{ 
		padding: 0;
		margin: 0;
		font-size: 24px;
	}
}
.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-color: #0eddc9;
	/*background-image: url(../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 8% 2% 0;
    text-align: center;
}
.circle ul > li:nth-child(3n+3) {
    margin-right: 0;
}


@media screen and (max-width: 430px){
.circle > ul > li {
    width: 100%;
    margin: 0;
	padding: 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: #3974bf;
	font-weight: 800;
}

@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 {
	float: left;
	/*padding: 0 10px 0 0;
	width: 300px;
	min-height: 380px;
	min-height: 300px;
    margin-bottom: 50px;*/
}
/*@media screen and (max-width:780px) {
	.item{
		width: 50%;
    	margin: 0 25%;
	}
}*/
@media screen and (max-width:430px) {
	.item{
		width: 90%;
        margin: 0 5%;
	}
}
.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;
    color: #006cc7;
    font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
}
@media screen and (max-width:736px) {
	.itemTitle{
		margin: 0 ;
	}
}
.itemTitle span {
	display: block;
	color: #333333;
	font-size: 18px;
}
.itemInfo {
	color: #262626;
	font-size: 18px;
    line-height: 1.64;
}

.teacher{
	width: 90%;
    /* height: 360px; */
    padding: 5%;
    margin-left: 10%;
    border-radius: 20px;
    background-color: #fff;
    float: left;
}
@media screen and (max-width:780px) {
	.teacher{
	    width: 90%;
        height: auto;
        padding: 5%;
	}
}
@media screen and (max-width:430px) {
	.teacher{
		margin: 0 5%;
	}
}
.host{
	width: 33%;
	padding: 1% 0 0 0 ;
	float: left;
}

@media screen and (max-width:780px) {
	.host{
		width: 100%;;
	}
}


/*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: 18px;
	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;
}
@media screen and (max-width: 1024px){
.gift {
    padding: 0 20px;
	}
}
@media screen and (max-width: 430px){
.gift {
    font-size: 16px;
	padding: 10px 20px;
	}
}

.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{
	background-color: #ff0000;
    padding: 4px 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 24px;
}

@media screen and (max-width:980px) {
	.button{ 
		font-size: 20px;
		}
}

.d_button {
    display: inline-block;
    height: 20px;
    background: #2e71f2;
    border-radius: 12px;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    padding: 0 4px 0 8px;
    line-height: 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%;
    	margin: 2% 8%;
	}
}
.value > li > p {
	width: 100%;
	font-size: 22px;
	line-height: 32px;
	color: #465902;
	text-align: center;
	border-radius: 20px;
	font-weight: 600;
}

.value > li > img {
	max-width: 50px;
}

.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%; 
	float: left;
}

.bg_half_1 img{
	max-width: 457px;
	display: block;
    margin-left: auto;
    margin-right: 0;
}

@media screen and (max-width: 430px) {
	.bg_half_1{
		width: 100%; 
		padding: 5% 0;
		}
	.bg_half_1 img{
		margin-left: 0;
	}

}
/*@media screen and (max-width: 430px) {
	.bg_half_1{
		padding: 10% 0;
		}
}*/
.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;
}



/*fb_video*/
.fb_video{ width: 100%; }
@media screen and (max-width: 1024px) {
	.fb_video{ 
		/*width: 94%;*/
    	padding: 0 20px;
	}
}
@media screen and (max-width: 430px) {
	.fb_video{ 
		padding: 0;
	}
}
@media screen and (max-width: 320px) {
	.fb_video{ 
		width: 280px;
	}
}
.fb_video li{
	width: calc(25% - 5px); 
	margin-right: 4px; 
	/*height: 200px;
	background-color: #fff;*/
	float: left;
	text-align: center;
	list-style-type: none; 
}
.fb_video li:nth-child(4n+4){ margin-right: 0;}
	
@media screen and (max-width: 736px) {
	.fb_video li { 
		width: 90%;
    	margin: 0 5%;
	}
}

.fb_video li img{
	max-width: 320px;
	text-align: center;
}


.notice{ 
	color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 0 0 3%;
}
@media screen and (max-width: 980px) {
	.notice{ 
		padding: 0 6%;
		font-size: 16px;
		}
}
@media screen and (max-width: 430px) {
	.notice{ 
		padding: 0 2%;
		font-size: 14px;
		}
}
.notice > ul > li {
	list-style-type: disc;
	margin-left: 20px;
	color: #fff;
}

.notice > ul > li > ul > li {
	margin-left: 20px;
}
.notice_t{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}
@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: 300px;
	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: 100%;
		padding: 0 20%;
		margin: 0;
			}
}
.organizer img { vertical-align : middle; }

*/


.organizer{
	width: 70%;
	padding: 1% 0 0 0 ;
	border-radius: 20px;
	background-color: #fff;
	float: left;
	
}
@media screen and (max-width:780px) {
	.organizer{
	    width: 90%;
        margin: 5%;
        height: auto;
        padding: 5%;
	}
}
.co-organizer{
	width: 30%;
	padding: 1% 0 0 0 ;
	float: right
}

@media screen and (max-width:780px) {
	.co-organizer{
		width: 100%;;
	}
}


/*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;
}


/*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;
}



/*

   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;
}




