@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/becky/fonticons/css/style.css');
/* 以下是 圖示文字 new ver. 的 CSS */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');

/* 表頭 top */
	header{
		position: fixed;
		z-index: 999;
		width: 100%;
		background-color: rgba(255,255,255,1);
		box-shadow: 0 0 8px #999;
	}
	.logo{
		background-image: url(/webeip/HT00001/img4/logotop.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	/* 社群小圖示 */
	.toplink ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.toplink ul li a{
		display: block;
		padding: 0.5rem;
		box-sizing: border-box;
		font-size: 2rem;
		margin: 0.5rem;
		border-radius: 7px;
	}
	.toplink ul li .toplink_subscription{
		width: 50px;
		height: 50px;
		padding: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-style: normal;
		cursor: pointer;
		box-sizing: border-box;
		color: #FFF;
		font-size: 0.9rem;
		transition: all .5s;
		background-color: #cf49e5;
		margin-top: 10px;
	}
	.toplink ul li .toplink_totop{
		position: fixed;
		z-index: 99;
		bottom: 0;
		right: 0;
	}
	.underlogin{
		max-width: 160px;
		margin: 10px auto;
		display: block;
		background-color: #fff;
		border-radius: 5px;
		letter-spacing: 5px;
		padding: 5px 0 5px 5px;
		box-sizing: border-box;
		color: #ffffff;
		text-align: center;
		background-color: #F44336;
		cursor: pointer;
		transition: all .5s;
	}
	.underlogin:hover{
		background-color: #03a9f4;
	}

@media (min-width: 1000px)
{
	.topwrap{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.topnav{
		width: 100%;
		background-color: #C60D1B;
	}
	.topnav ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.topnav ul li{ position: relative; }

	.topnav ul li a{
		white-space: nowrap;
		display: block;
		text-align: center;
		color: #FFF;
		padding: 1rem;
		box-sizing: border-box;
		font-size: 1.05rem;
		font-weight: bold;
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	.topnav ul li:last-child a{ border-right:none; }

	.topnav ul li:hover > a{
		background: #B60C19;
		background: -webkit-linear-gradient(top, #B60C19, #56040A);
		background: linear-gradient(to bottom, #B60C19, #56040A);
	}

	.topnav ul li > .subnav{
		position: absolute;
		z-index: 99;
		top: 100%;
		left: 50%;
		transform: translate(-50%,0);
		background-color: #DBAB2A;
		width: 150%;
		text-align: center;
		display: none;
	}
	.topnav ul li > .subnav li:hover > a{
		background: #FFF;
		color: #DBAB2A;
	}

	.topnav ul li > .subnav li > .thirdnav{
		position: absolute;
		top: 10%;
		left: 100%;
		background-color: #DBAB2A;
		width: 80%;
		display: none;
	}
}
@media (max-width: 999px)
{
	.toplink{
		position: fixed;
		z-index: 99;
		bottom: 0;
		right: 0;
	}
	.toplink ul{ display: block; }

	.toplink ul li .toplink_totop{
		position: static;
		z-index: 0;
	}

	header{
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
	}
	.topnav_btn{
		cursor: pointer;
		position: absolute;
		top: 20px;
		left: -60px;
		z-index: 10000;
		width: 40px;
		height: 40px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.topnav_open{ background-image: url(/webeip/HT00100/becky/icon/menubtn_open_blod_bl.svg); }

	.topnav_close{ background-image: url(/webeip/HT00100/becky/icon/menubtn_close_blod_bl.svg); }

	.topnav{
		background-color: rgba(198,13,27,0.8);
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -70vw;
		width: 70vw;
		padding-top: 100px;
		box-sizing: border-box;
		height: 100%;
	}
	.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: center;
		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(228,0,127,0.9);
	}
	.topnav ul li .subnav li .thirdnav{
		width: 95%;
		background-color: rgba(199,32,27,0.9);
	}
	.topnav ul li .subnav li .thirdnav li > a{ color: #FFF; }
}
/*under手機版css*/
@media screen and (max-width:980px)
{
	footer{
	background-color: #332C31;
	color: white;
	padding: 1em 0;
	}
	.undernav{
	width: 90%;
	margin: 0 auto;
	}
	.undernav ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	}
	.undernav ul li{
	width: 45%;
	margin: 0.5em auto;
	}
	/*.undernav ul li:last-child{
	width: 95%;
	}*/
	.undernav ul li:nth-child(2){
	display: none;
	}
	.undernav ul li a{
	display: block;
	text-align: center;
	background-color: #605F5F;
	color: white;
	padding: 0.5em 0;
	border-radius: 15px;
	}
	.underwrap1 p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 0 0.3em;
	box-sizing: border-box;
	}
	.underwrap1 p:first-child{
	flex-direction: column;
	}
	.underwrap1 p > span{
	padding: 0.5em 1em;
	box-sizing: border-box;
	}
	.undercompany{
	font-size: 1.5em;
	font-weight: bold;
	}
	.skypecall{
	display: inline-block;
	background-color: #00AEF3;
	color: white;
	font-weight: bold;
	padding: 0.3em 1em;
	box-sizing: border-box;
	margin: 0 0.5em;
	border-radius: 15px;
	}
	.underwrap2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
	.visa, .allpay{
	padding: 1em;
	}
	.allpay img{
	width: 200px;
	}
	/*綠視界*/
	.underp{
	font-size: 0.7em;
	padding-top: 1em;
	margin-bottom: 0;
	text-align: center;
	color: rgba(255,255,255,0.5);
	}
}
/*under電腦版css*/
@media screen and (min-width:980px)
{
	footer{
	width: 100%;
	min-width: 1000px;
	background-color: #332C31;
	color: white;
	/*for underp*/
	position: relative;
	padding: 0 0 1.5em;
	}
	.undernav{
	background-color: #605F5F;
	}
	.undernav ul{
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.undernav ul li a{
	display: block;
	padding: 0.5em 0.2em;
	box-sizing: border-box;
	margin: 0 0.5em;
	color: white;
	}
	.undernav ul li a:hover{
	color: rgba(255,255,255,0.7);
	}
	.underwrapbox{
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.underwrap1{
	margin-top: 1.5em;
	}
	.underwrap1 p{
	margin: 0.5em 0;
	line-height: 1.5em;
	}
	.underspanwrap{
	padding-right: 1em;
	}
	.skypecall{
	display: inline-block;
	background-color: #00AEF3;
	color: white;
	font-weight: bold;
	padding: 0.1em 0.7em;
	box-sizing: border-box;
	border-radius: 10px;
	}
	.skypecall:hover{
	position: relative;
	top: 2px;
	}
	.underwrap2{
	padding: 0 1em;
	}
	.visa{
	display: block;
	padding: 1em 0;
	}
	.allpay{
	display: block;
	}
	.allpay:hover{
	position: relative;
	top: 4px;
	}
	.allpay img{
	width: 100%;
	}
	/*綠視界*/
	.underp{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size:0.9em;
	padding: 0.5em 2em;
	box-sizing: border-box;
	color: white;
	}
}