@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900&display=swap');
*/
/* 修正粗體 */
@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: bold;
    src: 'Noto Sans TC';
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體);
}
*{font-family:"Roboto","微軟正黑體修正","微軟正黑體";}
.glyphicon, .glyphicon:before, .glyphicon:after {
    font-family: 'Glyphicons Halflings' !important;
}
:root {
  --funtime-color: #f58900;
}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	min-width: 1330px;
    border: 0px;
    margin-bottom: 0;
}

/***header***/
nav#main {
    width: 100%;
	box-shadow: 0 0 15px 0 rgba(43, 48, 54, 0.18);
	border-top:solid 4px var(--funtime-color);
}
nav.fh5co-nav * {
    box-sizing: border-box;
	margin: 0px;
	
}
.fh5co-nav {
    margin: 0;
}
.container-wrap {
    background: #fff;
	margin: 0 auto;
}
.fh5co-nav .top-menu {
    padding: 0 0;
	background: white;
    border-bottom: 1px solid #eeeeee;
}

.member_top_bg {
    background: -webkit-linear-gradient(left, #f5891f 55%,#eda918 100%);
}

.row-no-gutter {
    margin: 0px;
    padding: 0px;
}
.main_top{
    border-bottom: solid 1px #eeeeee;

}
.fh5co-nav #fh5co-logo {
    position: relative;
    width: 1100px;
    font-size: 23px;
    margin: 0 auto;
    padding: 0 0 0px 0;
    border-bottom: none;
    line-height: 1;
	height:70px;
}

.ft_logo {
    width: 197px;
	padding-top:19px;
}
.logo_pic {
    background: url(/images/header_v3/header_logo_c.svg?) no-repeat;
    width: 198px;
    height: 31px;
}


/*會員*/
.member_top {
	height: 27px;
    line-height: 27px;
    font-size: 14px;
    color: #333333;
    position: absolute;
    top: 21px;
    right: 0;
}

.member_top a {
	transition: 0s;
    color: #333333!important;
	display: block;
	padding:0 4px;
	margin:0 -4px;
}
#login_fancybox,#regester_fancybox{
	display:inline;
	margin:0;
}
.member_top img {
    vertical-align: middle
}

.member_button {
    z-index: 1000;
}
.member_login {
    float: left;
    cursor: pointer;
	
	background: url(/images/header_v3/icon_user_c.svg) no-repeat 0px 4px;
	text-indent: 24px;
}
.member_login:hover {
	color:var(--funtime-color) !important;
	background: url(/images/header_v3/icon_user_hover.svg) no-repeat 0px 4px;
}
.member_regester {
    float: left;
}
.member_regester:hover{
	color:var(--funtime-color);
}
.trace_ball{
	font-size: 13px;
    color: var(--funtime-color);
    display: inline;
}
.packet_ball{
	font-size: 13px;
    color: var(--funtime-color);
    display: inline;
}
.packet_ball:before{
	content:"(";
}
.packet_ball:after{
	content:")"
}
.member_regester {
    float: left;
}
.my_members {
    float: left;
    cursor: pointer;
	background: url(/images/header_v3/icon_user_c.svg) no-repeat 4px 4px;
	text-indent: 24px;
	max-width: 121px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my_members:hover {
	background: url(/images/header_v3/icon_user_hover.svg) no-repeat 4px 4px;
} 
.my_trace {
    float: left;
	background: url(/images/header_v3/icon_trace.svg) no-repeat 4px 4px;
	text-indent: 24px;
	margin:0 21.5px 0 25px !important;
}
.my_trace:hover {
	background: url(/images/header_v3/icon_trace_hover.svg) no-repeat 4px 4px;
}
.my_packet {
    float: left;
	background: url(/images/header_v3/icon_packet.svg) no-repeat 4px 4px;
	text-indent: 24px;
} 
.my_packet:hover {
	background: url(/images/header_v3/icon_packet_hover.svg) no-repeat 4px 4px;
}
.my_trace:hover a,.my_packet:hover a,.my_members:hover a{
	color:var(--funtime-color) !important;
	text-decoration:none;
}
/***menubar***/
.fh5co-nav ul {
    margin: 0 auto;
    width: 1300px;
	font-size: 0px;
    text-align: center;
	padding:0px;
}
.fh5co-nav ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    height: 47px;
    padding: 14px 33px;
	line-height: 21px;
}
.fh5co-nav ul.headert2 li {
	padding: 14px 31px;
}
.menubar_localtour_campaign{
    background:url(/localtour/campaign_img/lt_c_menubar_tag.gif) no-repeat;
	position:absolute;
	top:-20px;
	left:0;
    width: 97px;
    height: 29px;
}
.menubar_localtour_campaign:after{
	content:'';
    border-color:#d50000 transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 46px;
}

.fh5co-nav ul li a {
    position: relative;
    font-size: 16px;
    color: #333333;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    
    letter-spacing: 0;
    font-weight: normal;
}
.fh5co-nav ul li.active > a, .a, .fh5co-nav ul li a:hover {
    color: #f57025 !important;
    position: relative;
	font-weight:bold;
	text-decoration: none;
}

.fh5co-nav ul li > a:after{
	position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    content: '';
    width:100%;
    height: 4px;
    background: #1bb4ba;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    box-shadow: none;
	border-radius: 2px;
}
.fh5co-nav ul li.active > a:after, .a, .fh5co-nav ul li a:hover:after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fh5co-nav ul li img{
	display:none;
}
.fh5co-nav ul li.active img{
	display:inline;
	margin-right: 4px;
    vertical-align: middle;
	margin-top: -3px;
}

.fh5co-nav ul li.has-dropdown {
    position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
    width: 140px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1005;
    visibility: hidden;
    /* opacity: 0; */
    position: absolute;
    top: 27px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 6px;
    display: block;
    line-height: 2;
    text-transform: none;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0;
}
/* 移至 header_all_module.php
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    background: #969696;
	color: #fff !important;
}*/
.fh5co-nav ul li.has-dropdown .dropdown li a:after {
  display: none !important;
}
/*最新消息*/
.header_alert{
	width:417px;
	position:absolute;
	left:230px;
	top: 19px;
	height: 32px;
	overflow: hidden;
}
.header_box{
	float:left;
	width: 77px;
	height: 23px;
	border-radius: 2px;
	background-color: #3e87b1;
	line-height:23px;
	text-align:center;
	color:white;
	font-size:14px;
	position: relative;
	top: 4.5px;
}
.header_box img {
    vertical-align: middle;
    margin-left: 4px;
}
.header_info_box {
    position: absolute;
    top: 0;
    left: 87px;
    width: 320px;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}
.header_info_wording {
    height: 32px;
    position: relative;
    padding-right: 14px;
    /* -webkit-box-pack: center; */
    width: fit-content;
    display: flex;
    align-items: center;
	overflow:hidden;
}
.header_arrow{
	/* float: right; */
	/* padding-top: 4.5px; */
	position: absolute;
	top: 7px;
	right: 0;
}
.header_arrow img {
    vertical-align: middle;
}

.header_info_wording a {
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}
.header_info_wording a:hover{
    color: #3E87B1;
	text-decoration:none;
}
/*** 麵包屑 ***/
#location{
	width: 950px;
	margin: 10px auto
}
.location_h1{
	font-size: 12px;
	line-height: 25px;
	display: inline;
	font-weight: bold;
}
.location_h1 strong{
	color:#F98906;
	font-size:15px
}

.word {
	FONT-SIZE: 15px;
	COLOR: #666666;
	LINE-HEIGHT: 25px;
	float: left;
}

.word a {
    color: #666;
    font-weight: normal;
}

.word a:hover{
	color: #F98906;
	font-weight: bold;
}
.community{
	width: 440px;
	float: right;
	margin: 10px auto;
	text-align: right;
}

/*** 麵包屑 end ***/
ul.nav {
	position: relative;
}
ul.nav li {
	display: inline;
	float: left;
	position: relative;
	margin-left: 0px;
}

ul.nav li a, ul.nav li a:visited {
	display: block;
	text-decoration: none;
}

ul.nav li a span {
	cursor: pointer;
	display: block;
	position: absolute;
}
a, a:hover{
	text-decoration: none; /* 移除連結底線 */
}

.location_style:link,.location_style:visited,.location_style:active{
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
	font-weight:normal;
}
.location_style:hover{
	font-size: 15px;
	COLOR: #F98906;
	text-decoration: none;
	line-height: 15px;
	font-weight:normal;
}

.change_btn {
    padding: 15px 0 !important;
    text-align: center;
    font-size: 15px;
	color: rgba(255,255,255,0.5);
    background: #44444e !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.change_btn span{
	color: rgba(255,255,255,0.8);
    font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change_btn a{
    margin:0 24px;
    opacity: 0.5;
	color:#fff !important;
}
.change_btn a:hover {
    font-weight: bold;
    color:#fff !important;
    opacity: 1;
}
.change_btn span:before {
    content: url(../../images/footer_v3/icon_check_white.svg);
    margin-top: 4px;
    margin-left: 24px;
    margin-right: 6px;
}
.ui-menu .ui-menu-item{
	list-style-image:none !important;
}
a.fancybox-close {
    top: 0;
    right: 0;
    width: 40px;
    height: 39px;
    background-image: url(/images/header_v3/fancybox_close_black.svg);
    background-position: center;
}