@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/peggy/fonticons/css/style.css');

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');

/* 表頭 top */
	header{
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 999;
		transition: all .3s;
		background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,.2)),to(transparent));
    	background: linear-gradient(rgba(0,0,0,.2) 60%,transparent);
	}
	.topwrap_main{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.toplogo{
		display: block;
		position: relative;
		width: 120px;
		margin: 5px;
		transition: all .5s;
	}
	.toplogo > img{
		vertical-align: top;
		width: 100%;
		transition: all .5s;
	}



	/* 下滑時header_2 */
	.header_2 .toplogo{ width: 100px;}
	.header_2 .topnav ul li a{ font-size: 1.25rem;}

/* 社群小圖示 */
	.toplink ul{
		position: fixed;
		z-index: 999;
		bottom: 4rem;
		right: 0;
	}
	.toplink ul li a{
		display: block;
		padding: 0.5rem;
		box-sizing: border-box;
		font-size: 1.5rem;
		margin: 0.75rem 0.5rem;
		border-radius: 50%;
		transition: all .3s;
		transform: scale(1);
		background-color: transparent;
		color: #fff;
	    border: 2px solid transparent;
	    border-left: 2px solid #fff;
	    border-top: 2px solid #fff;
	}

	.toplink ul li:hover a{
		transform: scale(1.25);
	}
	.toplink ul li .toplink_totop{
		position: fixed;
		z-index: 99;
		bottom: 0;
		right: 0;
		cursor: pointer;
		background-color: #494848;
		color: rgba(255,255,255,0.85);
		transition: all .5s;
		display: none;
		border: none;
	}
	.toplink ul li .toplink_totop:hover{ background-color: #6B6B6B; }

	
@media (min-width: 1030px)
{
	.topwrap{
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all .5s;
	}
	.topnav ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;		
	}
	.topnav ul li{ position: relative; }

	.topnav ul li a{
		display: block;
		text-align: center;
		padding: 1rem 0.5rem;
		box-sizing: border-box;
		font-size: 1.3rem;
		position: relative;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		transition: all .5s;
	}
	.topnav > ul > li > a:before{
		position: absolute;
		content: '';
		width: 0;
		height: 5px;
		background-color: #fff;
    	top: 90%;
		transition: all .3s;
		left: 0;
	}
	.topnav ul li:hover > a{ background-color: rgba(0,0,0,0.2); }
	.topnav ul li:hover > a:before{
		width: 100%;
	}
	

	.topnav ul li > .subnav{
		position: absolute;
		z-index: 999;
		top: 100%;
		left: 50%;
    	transform: translate(-50%, 0);
		background-color: rgb(238 238 238 / 80%);
		width: 150%;
		text-align: center;
		display: none;
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	}
	.topnav ul li > .subnav li{
		display: block;
	}
	.topnav ul li > .subnav li a{ color: #333; }

	.topnav ul li > .subnav li:hover > a{ background-color: rgba(0,0,0,0.1); }

	/*.topnav ul li:hover > .subnav{ display: block; }*/

	.topnav ul li > .subnav li > .thirdnav{
		position: absolute;
		top: 0;
		left: 100%;
		background-color: #DDD;
		min-width: 125%;
		display: none;
	}
	.topnav ul li > .subnav li > .thirdnav li{ display: block; }

	.topnav ul li > .subnav li > .thirdnav li a{ white-space: nowrap; }

	/*.topnav ul li > .subnav li:hover > .thirdnav{ display: block; }*/

	.toplink ul{
		right: 10px;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.topUTF8_body .toplogo{ display: none; }
	.topUTF8_body .topwrap{
		position: static;
	}

	
	.header_2 .topwrap{ top: 0; }
	.header_2 .toplink ul{ display: block; bottom: 4rem; right: 0;}
	.header_2 .toplink ul li a{ border: none;}

	.header_2 .toplink ul li .toplink_fb{
		background-color: #3B559F;
	}
	.header_2 .toplink ul li .toplink_line{
		background-color: #4ECD00;
	}
	.header_2 .toplink ul li .toplink_mail{
		background-color: #f44336;
	}
	.header_2 .toplink ul li .toplink_ig{
		background: #E3297D;
		background: -webkit-linear-gradient(-120deg, #7D36AE 0%, #D82F81 30%, #F80A00 70%, #F7D903 100%);
		background: -o-linear-gradient(-120deg, #7D36AE 0%, #D82F81 30%, #F80A00 70%, #F7D903 100%);
		background: linear-gradient(-120deg, #7D36AE 0%, #D82F81 30%, #F80A00 70%, #F7D903 100%);
	}
	.header_2 .toplink ul li .toplink_phone{
		background-color: #ff9800;
	}

}
@media (max-width: 1029px)
{

	header{
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
	}
	.topnav_btn{
		cursor: pointer;
		position: absolute;
		top: 35px;
		left: -50px;
		z-index: 10000;
		width: 50px;
		height: 40px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.topnav_btn .line_btn{
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 5px;
		transition: all .3s;
		background-color: #fff;
	}
	.topnav_btn .line_btn_top{
		top: 10px;
	}
	.topnav_btn .line_btn_center{
		top: 20px;
	}
	.topnav_btn .line_btn_bottom{
		top: 30px;
	}
	.topnav_close .line_btn_top{
		transform: rotate(25deg);
		top: 20px;
	}
	.topnav_close .line_btn_center{
		display: none;
	}
	.topnav_close .line_btn_bottom{
		transform: rotate( -25deg);
		top: 20px;
	}
	.topnav_btn:before{
		content: '';
		position: absolute;
		width: 90px;
		height: 90px;
		background-color: transparent;
		box-shadow: 0 0 10px #b4b4b4;
		border-radius: 50%;
		border: none;
		border-left: 5px solid #fff;
		border-bottom: 5px solid #fff;
		top: -35px;
		right: -30px;
	}
	.topnav_close{ background-color: rgba(0,0,0,0.5); }
	.topnav_close:before{ display: none; }

	.topnav{
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -70%;
		width: 70%;
		padding-top: 100px;
		box-sizing: border-box;
		height: 100%;
	}
	.topnav:before{
		content: '';
		background-color: rgba(0,0,0,0.5);
		width: 150%;
		height: 100%;
		position: absolute;
		z-index: -1;
		top: 0;
		right: -80%;
		border-radius: 50%;
	}
	.topnav ul{
		width: 90%;
		max-width: 500px;
		margin: 0.25rem auto;
		height: 95%;
		overflow: auto;
	}
	.topnav ul li a{
		display: block;
		width: 100%;
		text-align: right;
		color: #FFF;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		font-size: 1.25rem;
		font-weight: bold;
		padding: 1rem;
		box-sizing: border-box;
	}
	.topnav ul li:last-child > a{ border-bottom: none; }

	.topnav ul li .subnav{
		width: 90%;
		background-color: rgba(0,0,0,0.2);
	}
	.topnav ul li .subnav li .thirdnav{
		width: 95%;
		background-color: rgba(0,0,0,0.5);
	}
	.topnav_logo{ display: none; }
	.topnav ul li .subnav li .thirdnav li > a{ color: #FFF; }
	.toplogo{ width: 120px; }
	.topnav_btn{ top: 10px; }

	.topUTF8_body .toplogo{
		background: linear-gradient(135deg, rgb(15, 240, 179) 0%, rgb(3, 110, 217) 100%);
		background: -webkit-linear-gradient(135deg, rgb(15, 240, 179) 0%, rgb(3, 110, 217) 100%);
		background: -o-linear-gradient(135deg, rgb(15, 240, 179) 0%, rgb(3, 110, 217) 100%);
		border-radius: 10px 0px 10px 0;
		margin: 5px;
	}
	.toplink ul li a{
		background-color: rgba(0,0,0,30%);
		border: none;
	}
	.header_2 .toplogo{ width: 100px; }

	.header_2 .topnav ul li a{ color: #fff; font-size: 1.25rem;}
	.header_2 .topnav_btn{ top: 10px; }

	
}
@media all and (max-width: 425px){

	.toplink ul li a{
		padding: 0.5rem;
		font-size: 1.25rem;
	}

	.topnav_btn{ top: 10px; }
	.toplogo > .toplogo_down{
		left: 20px;
		transform: translate(0, 0);
	}

}
/* 表尾 under */
	footer{
		width: 100%;
		position: relative;
		padding-top: 20px;
		background-color: #f5f5f5;
	}
	.under_main{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		overflow: hidden;
	}
	.underlogo_box{
		width: 40%;
		text-align: center;
	}
	.underlogo{
		display: block;
		position: relative;
		width: 200px;
		margin: 10px auto;
		transition: all .3s;
	}
	.underlogo > img{
		vertical-align: top;
		width: 100%;
		transition: all .3s;
	}
	.underlogo > span{
		display: block;
		margin-top: 10px;
		font-size: 1.25rem;
		color: #000;
		letter-spacing: 2.5px;
		padding-left: 2.5px;
		box-sizing: border-box;
	}
	.under_box{
		width: 60%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 20px;
		box-sizing: border-box;
		background-color: #e5e5e5;
		border-radius: 40px 0 0 40px;
	}
	.underwrap{
		width: 48%;
		margin: 0 1%;
		position: relative;
		z-index: 1;
	}
	.underwrap_p{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		font-size: 1rem;
	}
	.underwrap_mark{
		background-color: rgb(170 170 170 / 50%);
		border-radius: 10px;
		padding: 0 5px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.underwrap_span{ margin: 0.25rem;}

	.fectechs{
		width: 100%;
		font-size: 0.7rem;
		text-align: right;
		padding: 5px;
    	box-sizing: border-box;
    	color: #888888;
	}

@media all and (max-width: 850px){
	.underwrap{
		width: 100%;
	}
}
@media all and (max-width: 590px){
	.under_box,
	.underlogo_box{ width: 100%; }
}