@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
html,body{
    font-family: Arial, Helvetica,"微軟正黑體",sans-serif;
    font-size: 1rem;
    -webkit-text-size-adjust: none;
    background-color: #52b8ec;
}
a{text-decoration: none;}
.wraper{
    width: 100%;
    background:url("../images/bg.jpg") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}

#gotop{
    display: none;
	width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    background-color:#f47d2e;
    text-align: center;
    line-height: 3rem;
    color: white;
    position: fixed;
    right: 2rem;
    bottom:3.333rem;
    z-index: 999;
    font-size:1.0666rem;
	cursor:pointer;}
#gotop:hover{
    background-color:#f47d2e;
}
/*大圖*/
.topbox{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.topwraper{
    background: url('../images/ad-bg.jpg') no-repeat top center;
}
.toper{
    width: 1200px;
    height: 720px;
    margin: 0 auto;
    position: relative;
}
img.ja01,img.ja02,img.ja03{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
img.ja01{
    top: 50px;}
img.ja02{
    bottom: -5px;
    right: -570px;
}
img.ja03{
    top: 365px;
    right: 175px;
}
     				
/*選單*/       				
.navwraper{
    width: 100%;
    border-bottom: 1px solid #2678be;
    background: #0a4e95;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 13%);
}
.nav{
	width:1000px;
	margin:0 auto;}
.nav ul.maintabs{
	width:100%;
    height: 10vh;
	display:flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center;
	margin:0 auto;
}	
.nav ul.maintabs li{
    text-align: center;
	margin: 0 auto;}
.nav ul.maintabs li a{
    text-decoration: none;
    display: block;
    color: #fbfbbc;
    font-size: 1.4rem;
    font-weight: 700;
    transition: all 0.2s linear;
    padding: .5rem;
}
.nav ul.maintabs li a:hover{
    color: rgba(255,255,255,0.9);
    margin-top: -1rem;
}
.nav ul.maintabs li a:hover:before{
    opacity: 0;
    margin-top: -1rem;
}
.nav ul.maintabs li a:hover:after{
    opacity: 0;
    margin-top: 0;
}
/*行程*/  
.content{
    width: 1000px; 
    height: auto;
    margin: 0 auto;
    padding-bottom: 2rem;
}  
a.tours>h2 ,a.tours2>h2{
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #315ba0;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6rem;
}
a.tours {
    text-decoration: none;
    display: block;
}
i.far.fa-snowflake {
    color: #3780d1;
    padding-right: .5rem;
}
.recommend .title{
    display: flex;
    justify-content: center;
    margin: 1rem;
    align-items: center;
}
.recommend .title img{
    width: 110px;
    height: 112px;
}
.recommend .title .box h4{
    color: #0a4e95;
    margin: 1rem 2rem;
    font-size: 2.2rem;
}
.recommend .title .box p{
    color: #0a4e95;
    margin: 1rem 2rem;
}

img{
  max-width: 100%;
  height: auto;
}
header img{
  width:150px;
}
ul.social-icon {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
}
ul.social-icon>li {
   margin-left: 20px;
}
ul.social-icon>li>a {
    color: #333;
    text-decoration: none;
    line-height: 58px;
    font-size: 18px;
    }
.megamenu{
    position: unset;
}
.show .col{
    text-align: center;
    }
.megamenu:hover .dropdown-menu{
    display: block;
    }
.megamenu .dropdown-menu {
    left: 0;
    text-align: center;
    }
#header-img{
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
div#header-img h1, 
div#header-img h2 {
    text-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
}
.breadcrumb{
    font-size:12px;
}
.breadcrumb a{
    color:#333;
    text-decoration: none;
}
.breadcrumb .active{
    color: red;
}
.tags-link a{
    text-decoration: none;
}
.tags-link a:nth-of-type(1){
    color: #0096f2;
    border: 1px #0096f2 solid;
    border-radius: 20px;
    padding:3px 5px;
}
.tags-link a:nth-of-type(2){
    color: #f75c03;
    border: 1px #f75c03 solid;
    border-radius: 20px;
    padding:3px 5px;
}
.tags-link a:nth-of-type(3){
    color: #0dab76;
    border: 1px #0dab76 solid;
    border-radius: 20px;
    padding:3px 5px;
}
.price {
    text-align: right;
}

.price>a.pb{
    color: #e3600a;
    font-size: 1.2rem;
    font-weight: 800;
    text-decoration: none;
}
.card-body{
    background-image: linear-gradient( 
    135deg, rgb(253, 252, 251) 0%, rgb(215 237 255) 100%);
}
.tour-card {
    display: flex;
    margin-bottom: 2rem;
}
.tour-card>.card{
    border: 1px solid #3b9af1;
    box-shadow: 1px 2px 10px rgba(0,0,0,.3);
    position: relative;
}
.card>span.pointag{
    background-color: red;
    color: #fff;
    padding: 6px 8px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
}
span.start, span.attractions {
    display: inline-block;
    color: #58616e;
    margin-right: .5rem;
    font-size: .9rem;
    font-weight: 800;
}

.date, .column {
    text-decoration: none;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
}

a.more{
    color: #0f4a78;
    font-size: .9rem;
    text-decoration: none;
}
.price{
    text-align: right;
}


section.list {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    margin-bottom: 25px;
}
section.list>.row>div:last-child {
    padding: 1rem 1rem;
    background-color: #f8f9fa;
}
section.list>.row>div:first-child {
    position: relative;
    overflow: hidden;
}
.bg{
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom:0;
}
.list{
    position: relative;
}
.pointag-b{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: red;
    color: #fff;
    padding: .5rem;
    margin-left: -12px;
}

@media screen and (max-width:999px){
.topwraper{
	height:0;
	padding-bottom:63.8148%;
	background:url(../images/head_sp.jpg) no-repeat center;
	background-size:cover;
}
a.mainbtn{
	display:block;
	width:50px;
	height:50px;
	background:url(../images/menu.png);
	position:fixed;
	z-index:200;
	top:60px;
	right:10px;
	cursor:pointer;
}
.left-btn{display: none;
}	     
#gotop{
	 right: 1rem;bottom: 1rem;
}
.topwraper > .toper{
	display:none;
}
.topbox{
	height: auto;
}	
.topbox::after{
    display: none;
}
/*選單*/	
.navwraper{
    display: none;
    position: fixed;
    top: 35px;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
    z-index: 1050;
    background-color: #2e82c8;
    border-bottom: 1px solid #2678be;}
.nav{
	width:100%;
	margin:0 auto;
}
.nav ul.maintabs {
	width: 100%;
	margin:0 auto;
	flex-wrap:wrap;
}
.nav ul.maintabs li{
    width: 100%;
    margin: .5rem auto;
    border-bottom: 1px solid #8ec3ef;
}
.nav ul.maintabs li a{
line-height: 3rem;
	}
.nav ul.maintabs li:last-child{
	width: 95%;
}
/*行程*/  
.content{
    width: 100%; 
    height: auto;
    padding: 1rem

}  
.recommend .title{
    display: flex;
    justify-content: center;
    margin: 1rem;
    flex-wrap: wrap;
}
.card {
    margin-bottom: 2rem;
}


}