@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: 9999;
		transition: all .5s;
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
		background-color: #fff;
	}
	.topwrap_main{
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.topwrap_top{
		width: 100%;
		background-color: #000;
		padding: 5px 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.topwrap_top ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.topwrap_top ul > li{
		display: inline-block;
		margin-left: 5px;
		border-left: 1px solid #fff;
		padding-left: 20px;
	}
	.topwrap_top ul > li:first-child{
		border-left: none;
	}
	.topwrap_top ul > li > a{
		display: inline-block;
		color: #fff;
		margin-right: 10px;
	}
	.topwrap_top ul > li > a span{
		display: inline-block;
		margin-right: 5px;
	}
	.topwrap_top_toplink_lineBox{
		position: absolute;
		width: 135px;
		top: 30px;
		right: -200px;
		transition: all .3s;
		z-index: 99;
	}
	.topwrap_top ul > li .topwrap_top_toplink_lineBox a{
		display: block;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 1rem;
		margin: 0.25rem;
		border-radius: 5px;
		transition: all .3s;
		transform: scale(1);
		background-color: #7F7F7F;
		color: #fff;
		text-align: center;
	}
	.topwrap_top ul > li .topwrap_top_toplink_lineBox a:hover{
		background-color: #4ECD00;
	}
	.toplogo{
		width: 160px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin: 5px;
		transition: all .5s;
	}
	.toplogo > span{
		margin-left: 10px;
		display: block;
		font-size: 1.5rem;
		color: #000;
		letter-spacing: 2.5px;
		padding-left: 2.5px;
		box-sizing: border-box;
		font-weight: normal;
	}
	.toplogo > img{
		vertical-align: top;
		width: 100%;
		transition: all .5s;
	}


/* 社群小圖示 */
	.toplink ul{
		position: fixed;
		z-index: 999;
		bottom: 4rem;
		right: 0;
	}
	.toplink ul > li{ position: relative;}
	.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 > .toplink_fb{ background-color: #3B559F; }
	.toplink ul > li > .toplink_line{ background-color: #4ECD00; }
	.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%);
	}
	.toplink ul > li > .toplink_phone{ background-color: #4CDA64; }
	.toplink ul > li:hover > a{
		transform: scale(1.25);
	}

	.toplink_lineBox{
		position: absolute;
		width: 135px;
		top: 0;
		right: -200px;
		transition: all .3s;
		z-index: 99;
	}
	.toplink ul > li .toplink_lineBox a{
		display: block;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 1rem;
		margin: 0.25rem;
		border-radius: 5px;
		transition: all .3s;
		transform: scale(1);
		background-color: #7F7F7F;
		color: #fff;
		text-align: center;
	}
	.toplink ul > li .toplink_lineBox a:hover{
		background-color: #4ECD00;
	}
	.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;
		padding-right: 40px;
		box-sizing: border-box;
	}
	.topnav ul li{ position: relative; }

	.topnav ul li a{
		display: block;
		text-align: center;
		padding: 20px 10px 20px 12px;
		box-sizing: border-box;
		font-size: 1.1rem;
		position: relative;
		cursor: pointer;
		color: #000;
		letter-spacing: 2px;
		font-weight: bold;
		transition: all .5s;
	}
	.topnav > ul > li:hover > a{
		background-color: #ab845b;
		color: #fff;
	}
	.topnav ul li a span{
		display: block;
		margin-bottom: 10px;
		font-size: 1.25rem;
		color: #666;
		transition: all .5s;
	}
	.topnav > ul > li:hover > a span{
		color: #fff;
	}

	.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{
		font-weight: normal;
	}

	.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;
		display: none;
	}

	/* 下滑 */
		.header_down{
			top: -100%;
		}
		

	/* 下滑時 */	
		.header_down_2{ top: 0; }
		.header_top_2{ top: -100%; }





	.topUTF8{ top: 0; }



}
@media (max-width: 1029px)
{

	header{
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		box-shadow: none;
	}
	.header_down{ display: none; }
	.topwrap_main{ box-shadow: 0 0 5px rgb(0 0 0 / 20%); }
	.topwrap_top{ display: none; }
	.topnav_btn{
		cursor: pointer;
		position: fixed;
		top: 15px;
		right: 10px;
		z-index: 10000;
		width: 40px;
		height: 35px;
	}

	.topnav_btn .line_btn{
		position: absolute;
		display: inline-block;
		width: 30px;
		height: 5px;
		transition: all .3s;
		background-color: #444444;
		left: 5px;
		border-radius: 5px;
	}
	.topnav_btn .line_btn_top{
		top: 5px;
	}
	.topnav_btn .line_btn_center{
		top: 15px;
	}
	.topnav_btn .line_btn_bottom{
		top: 25px;
	}

	.topnav_close .line_btn_top{
		transform: rotate(25deg);
		top: 20px;
		background-color: #fff;
	}

	.topnav_close .line_btn{
		transform: rotate(90deg);
		width: 15px;
	}

	.topnav{
		position: fixed;
		z-index: 9999;
		top: 63px;
		right: -100%;
		width: 50%;
		padding-top: 100px;
		box-sizing: border-box;
		height: calc(100% - 63px);
		background-color: rgb(0 0 0 / 80%);
	}
	.topnav ul{
		width: 90%;
		max-width: 500px;
		margin: 0.25rem auto;
		height: 95%;
		overflow: auto;
	}
	.topnav ul li a{
		display: block;
		width: 100%;
		max-width: 200px;
		text-align: center;
		color: #fff;
		margin: 0 auto 20px;
		font-size: 1.25rem;
		font-weight: bold;
		padding: 10px;
		box-sizing: border-box;
		background-color: rgb(170 131 91 / 80%);
		border-radius: 10px;
	}
	.topnav ul li a span{
		display: inline-block;
		margin-right: 5px;
	}
	.topnav ul li:last-child > a{ border-bottom: none; }

	.topnav ul li .subnav{
		width: 90%;
		background-color: rgb(146 115 83 / 50%);
		border-radius: 10px;
		margin: 0.25rem auto 20px;
	}
	.topnav ul li .subnav li a{
		max-width: 90%;
		background-color: transparent;
		border-bottom: 1px solid rgb(255 255 255 / 50%);
		border-radius: 0;
	}
	.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; }

	.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;
	}

	
}
@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: #fffcf4;
		overflow: hidden;
	}
	.under_main{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		padding: 0 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.underboxL{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.underlogo{
		width: 130px;
		margin: 5px;
		display: inline-block;
		position: relative;
		transition: all .3s;
	}
	.underlogo > img{
		width: 100%;
		vertical-align: top;
		transition: all .3s;
		padding: 5px;
		box-sizing: border-box;
	}
	.underlogo > span{
		display: block;
		font-size: 1.75rem;
		color: #000;
		letter-spacing: 2.5px;
		padding-left: 2.5px;
		box-sizing: border-box;
		font-weight: normal;
	}
	.underboxL > div{
		margin-left: 100px;
	}
	.underboxL > div span{
		display: block;
		margin-bottom: 5px;
		color: #444;
	}
	.underboxR{ margin-left: 100px; }
	.underboxR > div p{
		display: block;
		margin-bottom: 5px;
		color: #444444;
		letter-spacing: 2px;
		padding-left: 2px;
		box-sizing: border-box;
	}
	.underboxR > div p span{
		display: inline-block;
	}
	.underbottom_main{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		margin-top: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 2px dashed #BFBFBF;
	}
	.underlink ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.underlink ul > li{
		position: relative;
	}
	.underlink ul > li a{
		display: block;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 1rem;
		margin: 0.25rem;
		border-radius: 5px;
		transition: all .3s;
		transform: scale(1);
		background-color: #7F7F7F;
		color: #fff;
		text-align: center;
	}
	.underlink ul > li > .underlink_fb{ background-color: #3B559F; }
	.underlink ul > li > .underlink_line{ background-color: #4ECD00; }
	.underlink ul > li > .underlink_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%);
	}
	.underlink ul > li > .underlink_phone{ background-color: #4CDA64; }
	.underlink ul > li:hover > a{
		transform: scale(1.25);
	}


	.underlink_lineBox{
		position: absolute;
		width: 135px;
		bottom: 30px;
		left: -200px;
		transition: all .3s;
		z-index: 99;
	}
	.underlink ul > li .underlink_lineBox a:hover{
		background-color: #4ECD00;
	}
	.fectechs{
		font-size: 0.7rem;
		text-align: right;
		padding: 5px;
		box-sizing: border-box;
		color: #444;
	}

@media all and (max-width: 768px){
	.underboxL > div, .underboxR{ margin-left: 20px; }
}
@media all and (max-width: 580px){
	.underboxL, .underboxR, .underboxL > div{
		width: 100%;
	}
	.underboxL > div, .underboxR{ margin-left: 0; }
	.underboxL > div{
		padding-left: 5px;
		margin-bottom: 20px;
	}
}
@media all and (max-width: 425px){
	.under_box{ justify-content: center; }
}