@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');
.travelwant_nav, .contact_nav{ display: none; }

/*表頭*/
	header{
		width: 100%;
	    position: fixed;
	    z-index: 9999;
	    box-shadow: 0 0 15px rgba(0,0,0,0.1);
	    background-color: #08585F;
	}
/*logo*/
	.toplogo img{
		width: 120px;
		margin: 0.25rem;
		transition: all 0.5s ease-in-out 0s;
	}
/*社群*/
	.toplink{
		position: fixed;
		z-index: 999;
		bottom: 20%;
	    right: 0;
	}
	.toplink ul li a{
		display: inline-block;
	    padding: 0.5rem;
	    box-sizing: border-box;
	    color: #FFF;
	    border-radius: 50%;
	    margin:0 0.5rem 0.5rem 0; 
	    font-size: 1.75rem;
	}
	.toplink_fb{
		background: #3B559F;
	}
	.toplink_line{
		background: #4ECD00;
	}
	.toplink_phone{
		background: #4CDA64;
	}
	.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_sk{
		background: #00AEF3;
	}
	.toplink_ytb{
		background: #FF0000;
	}
	.toplink ul li .toplink_totop{
		cursor: pointer;
		position: fixed;
	    bottom: 10%;
	    right: 0;
	    font-size: 2.5rem;
	    background-color: #e8c95c;
	}
/*表尾*/
	footer{
		position: relative;
		width: 100%;
		background-color: #095960;
		color: #fff;
		padding: 15px 0;
		box-sizing:  border-box;
	}
	.underwarp{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.underwarp p{
		padding: 5px;
		box-sizing: border-box;
	}
	.underwarp div{
		text-align: center;
	}
	.underwarp a{
		display: inline-block;
		padding: 5px 10px;
		box-sizing: border-box;
		color: #fff;
		background: #FF5B43;
		border-radius: 5px;
		margin: 5px;
		transition: all .3s;
	}
	.underwarp a:hover{
		background: #e8c95c;
	}
	.underwarp .underwarp_mark{ font-size: 1.15rem; font-weight: bold; }
	/*綠視界*/
	.underp{
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0.5em 2em;
		box-sizing: border-box;
		color: #ba9e3e;
	}
	.underp a{ color: #ba9e3e; }
	.underp a:hover{ text-decoration: underline; }

	.underwarp .underlogin{
		background-color: #F44336;
	}
	.underwarp .underlogin:hover{
		background-color: #03a9f4;
	}
@media all and (min-width: 1100px){
	/*導覽列*/
	.topwrap{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
	    justify-content: space-around;
	    align-items: center;
	}	
	.topnav ul{
	    display: flex;
	    justify-content: center;
	}
	.topnav ul li{
		position: relative;
		transition: all .3s;
	}
	.topnav ul li a{
		padding: 0.85rem 0.75rem;
    	display: block;
    	color: #fff;
	    font-size: 1.25rem;
	    transition: all .3s;
	}
	.topnav > ul > li:hover > a{
		color: #FFDE6A;
	}
	.topnav ul li .subnav{
		position: absolute;
		z-index: 999;
		width: 200%;
	    left: 50%;
	    transform: translate(-50%, 0);
		display: none;
    	border: none;
    	text-align: center;
    	background: rgba(255,91,67,.8);
	    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	.topnav ul li:hover .subnav{
		display: block;
	}
	.topnav ul li .subnav li a{
		color: #fff;
	}
	.topnav ul li .subnav li:hover a{
		color: #FFDE6A;
		background: rgba(0,0,0,.5)
	}
	.topnav ul li .subnav li .thirdnav{
		position: absolute;
		z-index: 100;
		top: 0%;
		left: 100%;
		width: 80%;
		background-color: rgba(0,0,0,.5);
		display: none;
	}
	.topnav ul li .subnav li .thirdnav li a{
		color: #fff;
		border: none;
	}
	.topnav ul li .subnav li .thirdnav li:hover a{
		color: #FFFF00;
	}

}
@media all and (max-width: 1099px){

	.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/HT01007/img/menubtn_open_w.svg); }

	.topnav_close{ background-image: url(/webeip/HT01007/img/menubtn_close_w.svg); }

	.search_box{
		display: none;
	}
	.topwrap{
		background-color: #08585F;
	}
	.topnav{
		background-color: rgba(8,88,95,.8);
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -70%;
		width: 70%;
		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(0,0,0,0.2);
	}
	.topnav > ul > li > .subnav > li > .thirdnav{
		background-color: rgba(255,255,255,.2);
	}
	.toplogo img{ width: 80px; }
}
@media all and (max-width: 980px){
	.underp{
		position: static;
		text-align: center;
		padding-top: 0.25rem; 
	}
}