@charset "UTF-8";

body {
    color: #292929;
    font-family: "Lato", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    height:100%;
    background-color: #f5f5f5;
}

html {font-size: 16px;}
li {list-style-type: none;}
h2 {font-size: 22px;font-weight: 700;}
h1 {font-size: 1.4rem;font-weight: 700;}
a {color: #000000;text-decoration: none;transition: all 0.4s;}
a:focus,
a:hover {color: #b99d74;text-decoration: none;transition: all 0.4s;}
button {display: inline-block;outline: none;border: 0;}
button:focus {outline: 0;}

header{
    background-color: #000;
    display: flex;
    justify-content: space-between;
    /* padding: 20px 0; */
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    height: 120px;
}
.p-r {
	position: relative;
}
.p-a {
	position: absolute;
}
.container-full {
	width: 1400px;
	margin: auto;
	padding: 0 20px;
}
.header-l,
.header-r{
    /* flex: 0 0 30%; */
    width: 30%;
}
.header-c{
    flex: 1;
    padding: 0 30px;
    /* overflow: hidden; */
}
.header-c .title{
	width: 600px;
	margin: auto;
	padding-top: 10px;
}
.header-c .title img{
	width: 100%;
}
.logo{
	padding-top: 20px;
	padding-left: 15px;
    width: 200px;
}
.tag-flex{
    display: flex;
    justify-content: center;
	bottom: 10px;
	right: 10px;
}
.tag-flex .img{
	flex: 0 0 20px;
    width: 20px;
	white-space: nowrap;
}
.tag-flex .tag{
    padding: 2px 10px;
    background-color: #B99D73;
    color: #000;
    font-size: 13px;
    margin: 0 6px;
	white-space: nowrap;
}
.tag-flex .tag a{
	color: #000;
}
.tag-flex .tag a:hover{
	color: #78613e;
}
.tag-flex.m{
	display: none;
	padding-bottom: 20px;
}
.tag-flex.m .tag{
    padding: 2px 10px;
    background-color: #B99D73;
    font-size: 14px;
    margin: 0 6px;
    white-space: nowrap;
	margin-bottom: 10px;
	color: #fff;
}
.tag-flex.m .tag a{
	color: #fff;
}
.tag-flex.m .tag a:hover{
	color: #fff;
}

/***  Hamburger start ****/
.m-menu{
	/*display:none;*/
}
.menu-icon-first, .menu-icon-second, .menu-icon-thrid {
	width: 20px;
	height: 2px;
	background-color: #B99D73;
	margin: 5px auto;
	transition: 0.4s;
}
.menu-icon-wrapper {
	position: absolute;
	font-weight: 300;
	top: 20px;
	right: 15px;
	cursor: pointer;
	transition: all 0.4s;
	z-index: 400;
	border: 2px solid #B99D73;
	padding: 8px;
	border-radius: 99rem;
	width: 45px;
	height: 45px;
}
.open .menu-icon-first {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background-color: #B99D73;
}
.open .menu-icon-second {
	opacity: 0;
	background-color: #B99D73;
}
.open .menu-icon-thrid {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background-color: #B99D73;
}
.aside-close{
    background-color: #000000b3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    /* opacity: 0; */
    display: none;
}
.menu-mb-fr{
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #B99D73;
	z-index: 12;
	background-color: #B99D73;
	max-height: 0;
	opacity: 0;
	transition: all 0.4s;
	overflow: hidden;
}
.menu-mb-fr ul{
	padding: 0;
	margin: 0;
}
.menu-mb-fr ul li{
	border-bottom: 1px solid #B99D73;
	padding: 20px 50px;
	font-size: 16px;
	text-align: center;
}
.menu-mb-fr ul li:active{
	background-color: #B99D73;
}
.menu-mb-fr ul li a{
	color: #fff;
}
.menu-mb-fr ul li a:active{
	color: #fff;
	transition: all 0.4s;
}
/***  Hamburger end ****/

.social-flex{
	display: flex;
	right: 80px;
	top: 30px;
}
.social-ft-flex{
	display: flex;
	right: 10px;
	bottom: 0;
	justify-content: center;
	padding-top: 20px;
}
.social-flex .icon{
	width: 35px;
	padding: 0 3px;
	transition: all 0.4s;
}
.social-flex .icon img{
	width: 100%;
}
.social-flex .icon:hover{
	opacity: .7;
	transition: all 0.4s;
}
.social-flex .icon.search{
	width: 35px;
	padding-right: 10px;
	cursor: pointer;
}
.search-md img{
	width: 100%;
}
.center-sp-line{
	padding-top: 50px;
}
.search-input{
	position: fixed;
	left: 10px;
	right: 10px;
	top: 120px;
	z-index: 99;
	background-color: #d6c9b4;
	opacity: 0;
	transition: all .4s;
	visibility: hidden;
	display: flex;
	justify-content: space-between;
	border: 1px solid  #ffffff;
	width: 1300px;
	margin: auto;
}
.search-input .item_1{
	flex: 1;
}
.search-input .item_2 button{
	background-color: #826f54;
	color: #fff;
	height: 40px;
	transition: all .4s;
}
.search-input .item_2 button:hover{
	background-color: #948875;
	transition: all .4s;
}
.search-input .item_2 button:active{
	background-color: #544b3d;
	transition: all .4s;
}
.search-input.open{
	opacity: 1;
	transition: all .4s;
	visibility: visible;
}
.search-input input{
	border: 0;
	background-color: unset;
	height: 40px;
	padding: 0 10px;
	outline: 0;
	width: 100%;
	padding-left: 20px;
	color: #fff;
}
.search-input input::placeholder{
	color: #fff;
}
.search-md{
	display: none;
}
/*
.newimg{
	padding-bottom: 70%;
}
*/

.img-overlay {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.ratio416x280 {
    aspect-ratio: 416 / 280;
}
.ratio400x180 {
    aspect-ratio: 416 / 180;
}
/*
.trip-cover{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 10px solid #be9c6c;
	transition: all 0.4s;
	z-index: 1;
	opacity: 0;
}
.trip-item:hover .trip-cover{
	opacity: 1;
	transition: all 0.4s;
}
*/
.trip-item .trip-cover{
	border: 0px solid #be9c6c;
	transition: all 0.4s;
}
/*
.trip-item:hover .trip-cover{
	border: 8px solid #be9c6c;
	transition: border 0.33s ease;
}
*/
.newimg.s2{
	padding-bottom: 40%;
}
.newimg.s3{
	padding-bottom: 0;
	height: 650px;
}
.newimg img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: -4px;
	object-fit: cover;
}
.trip-item:hover .newimg img{
	object-fit: 102%;
}
.news-fr .tp{
	color: #978262;
	font-weight: 600;
	padding: 20px 0 6px 0;
	font-size: 18px;
}
.news-fr .tp.s2{
	height: 45px;
	overflow: hidden;
}
.news-fr.s2 .tp{
	color: #393939;
	font-weight: 600;
	padding: 20px 0 6px 0;
	font-size: 20px;
}
.news-fr.s2.c2 .tp{
	color: #978262;
	font-weight: 600;
	padding: 20px 0 6px 0;
	font-size: 18px;
}
.news-fr .desc{
	color: #393939;
	padding: 6px 0;
	line-height: 1.6;
	overflow: hidden;
}
.news-fr .date{
	padding: 6px 0;
	font-size: 14px;
	color: #a6a6a6;
}
.user-img.s3{
	font-size: 14px;
	color: #fffffff2;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 100%;
	width: 100%;
	border-radius: 10px;
}
.newimg.s3::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(0 0 0 / 77%) 18%, rgba(0,0,0,0) 55%);
}
.newimg.s3 .info{
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 30px;
	z-index: 1;
}
.newimg.s3 .tp{
	color: #CBB087;
	font-size: 26px;
	font-weight: 600;
	padding: 10px 0;
	/* height: 95px; */
	/* overflow: hidden; */
	text-shadow: 0.1em 0.1em 0.2em black;
	transition: all 0.4s;
}
a:hover .newimg.s3 .tp{
	color: #ffffff;
	transition: all 0.4s;
}
.newimg.s3 .desc{
	color: #C3C3C3;
	height: 70px;
	overflow: hidden;
}
.newimg.s3 .date{
	color: #989898;
	padding-top: 10px;
}
footer{
	margin-top: 40px;
	margin-bottom: 80px;
	border-top: 1px solid #CBB087;
}
.ft-logo{
	width: 200px;
	margin: auto;
}
.ft-contents{
	color: #545454;
	font-weight: 300;
	font-size: 14px;
}
.ft-contents b{
	font-weight: 600;
}
.ft-info{
	text-align: end;
	font-size: 14px;
	color: #545454;
}
.ft-info .info{
	font-weight: 300;
}
.copyright{
	color: #b6b6b6;
	padding-top: 10px;
	font-size: 12px;
}
.ft-info .iata{
	padding-bottom: 20px;
}
.ft-info .iata img{
	width: 80px;
}

.gototop {
	position: fixed;
	z-index: 2;
	right: 12px;
	bottom: 30px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	border-radius: 3px;
	transition: all 0.5s;
	text-align: center;
	background-color: #b99d74;
	display: none;
	padding: 0 10px;
}
.gototop img {
	width: 15px;
}
.gettour-contents{
	background-color: #fff;
	padding: 40px;
	width: 930px;
	margin: auto;
}
.gettour-contents{
	background-color: #fff;
	padding: 40px;
	width: 930px;
	margin: auto;
}
.gettour-body img{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.gettour-body{
	line-height: 1.6;
	word-wrap: break-word;
}
.gettour-body img.img-responsive{
	width: unset!important;
	height: unset!important;
}
.gettour-title{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	line-height: 1.5;
	font-weight: 500;
	font-size: 36px;
	color: #373737;
}
.gettour-date {
	font-size: 12px;
	color: #666;
	display: block;
	line-height: 30px;
}
.tags-container .tag {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #4a4a4a;
  font-size: 14px;
  margin: 0px 10px;
  padding: 5px 0px;
  text-decoration: none;
}
.tags-container .tag:after {
  display: none;
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b99d74;
  left: 0;
  bottom: 0;
}
.tags-container .tag:hover:after {
  display: block;
}
.compass-topic {
    margin: 0 auto 20px auto;
    font-size: 18px;
    color: #000000;
    display: inline-block;
    border-bottom: 2px solid #ffbd00;
    line-height: 2;
    text-align: center;
    font-weight: 600;
	padding-top: 30px;
}
.container-sm-fr{
	width: 1140px;
	margin: auto;
}
.home-top-fr{
	/* background-image: url(../img/img1.jpg); */
	background-size:cover;
	background-position: center;
	height: 550px;
	position: relative;
}
.home-center-fr{
	padding-top: 25px;
}
.home-foot-fr{
	padding-top: 45px;
}
.home-foot-fr.s2{
	padding-top: 30px;
}
.home-top-fr .txt-fr{
	width: 50%;
	right: 0;
	bottom: 50px;
}
.home-top-fr .txt-fr .tp{
	background-color: #ffffffad;
	padding: 10px 20px 10px 20px;
	font-size: 26px;
	color: #1c1c1c;
	font-weight: 500;
}
.home-top-fr .txt-fr .desc{
	background-color: #ffffffe8;
	padding: 20px 10px 20px 20px;
	color: #606060;
}
.cover-model-v1::before {
	background-color: rgb(8 8 27 / 17%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: "";
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
}
a:hover .cover-model-v1::before{
	opacity: 1;
	transition: all 0.5s;
}
.menu-box-md {
	position: fixed;
	top: 120px;
	right: -280px;
	bottom: 0;
	background-color: #000000;
	width: 250px;
	z-index: 300;
	transition: all 0.3s ease;
	opacity: 1;
}
.menu-box-md.in {
	right: 0;
	opacity: 1;
	visibility: unset;
}
.aside-bg.open {
    opacity: 1;
    background-color: #0009;
    visibility: visible;
}
.aside-bg{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease;
	background-color: #0000008a;
}
body.open{
   overflow-y: hidden;
   position:fixed;width:100%;height:100% 
}
.menu-item-fr{
	padding-left: 50px;
	padding-top: 50px;
}
.menu-item-fr{
	font-size: 18px;
}
.menu-item-fr .menu-item a{
	color: #b99d74;
	line-height: 2.5;
}
.menu-item-fr .menu-item a:hover{
	color: #ead8bf;
}
.view-pc{
	display: block;
}
.view-md{
	display: none;
}
.trip-flex{
	display: flex;
	flex-direction: column;
}
.trip-flex-img{
	flex: 1;
	width: 100%;
}
.news-fr{
	padding-bottom: 20px;
}
.news-fr.s2{
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.prd-list-arrow .arrow-left{
	position: absolute;
	left: -15px;
	top: 30%;
	z-index: 1;
	cursor: pointer;
	transition: all 0.4s;
	text-align: center;
	transform: rotateY(180deg);
	width: 40px;
}
.prd-list-arrow .arrow-right{
	position: absolute;
	right: -15px;
	top: 30%;
	z-index: 1;
	cursor: pointer;
	transition: all 0.4s;
	text-align: center;
	width: 40px;
}
.prd-list-arrow img{
	width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list-top{
	font-size: 30px;
	font-weight: 600;
	padding-bottom:  20px;
	padding-left: 20px;
	position: relative;
}
.list-top::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 25px;
	background-color: #FFBD00;
	top: 10px;
	left: 0;
}
.tags-container-foot{
	width: 930px;
	margin: auto;
	padding-top: 20px;
}
.tags-container-foot a.tag{
	padding: 10px 15px;
	background-color: #DADADA;
	margin: 0 5px;
	border-radius: 20px;
	color: #444444;
}
.tags-container-foot a:hover.tag{
	background-color: #b99d73;
	color: #fff;
}
.breadcrumbs{
	width: 930px;
	margin: auto;
	display: flex;
	padding-bottom: 10px;
}
.breadcrumbs .item{
	position: relative;
	padding-right: 30px;
}
.breadcrumbs .item::after{
	position: absolute;
	content: "";
	background-image: url(../img/breadcrumbs-arrow.png);
	background-size: 90%;
	background-repeat: no-repeat;
	right: 10px;
	top: 7px;
	width: 10px;
	height: 15px;
}
.breadcrumbs .item.end::after{
	background-image: unset;
}

@media (max-width: 1400px) {
	.container-full {
		width: 100%;
	}
	.container-full2 {
		width: 100%;
	}
	.header-c .title{
		width: auto;
		margin: auto;
	}
	.search-input{
		width: 1116px;
	}
}

@media (max-width: 1200px) {
	.header-l,
	.header-r{
	    flex: 0 0 25%;
	    width: 25%;
	}
	.tag-flex .tag{
	    font-size: 12px;
	}
	.container-sm-fr{
		width: 100%;
	}
	.home-top-fr .txt-fr{
		width: 60%;
		right: 0;
		bottom: 50px;
	}
	.search-input{
		width: 936px;
	}
}

@media (max-width: 992px) {
	.social-flex{
		display: none;
	}
	.social-ft-flex{
		display: flex;
	}
	.tag-flex{
	    display: none;
	}
	.header-l{
	    padding: 0;
		padding-left: 20px;
	}
	header{
	    height: 80px;
	}
	.menu-icon-wrapper {
		top: 20px;
	}
	.logo{
		padding-top: 20px;
		padding-bottom: 10px;
	    width: 160px;
	}
	.newimg.s3 .info{
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 20px;
		z-index: 1;
	}
	.ft-contents{
		padding-top: 30px;
		text-align: center;
	}
	.ft-info{
		text-align: end;
		font-size: 14px;
		color: #545454;
		text-align: center;
		padding-top: 30px;
	}
	.tag-flex.m{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.menu-icon-wrapper {
		border: unset;
	}
	.search-input{
		top: 80px;
	}
	.search-input{
		width: 696px;
	}
	.menu-box-md {
		top: 80px;
	}
	.search-md{
		display: block;
	}
	.search-md{
		top: 28px;
		right: 65px;
		width: 24px;
	}
	.gettour-body img{
		width: 100%!important;
		height: 100%!important;
	}
	.gettour-contents{
		background-color: #fff;
		padding: 40px;
		width: 100%;
		margin: unset;
	}
	.tags-container-foot{
		width: 100%;
	}
	.breadcrumbs{
		width: 100%;
	}
}

@media (max-width: 768px) {
	.logo{
		display: none;
	}
	.center-sp-line{
		padding-top: 20px;
	}
	.newimg.s2{
		padding-bottom: 70%;
	}
	.news-fr .tp.s2{
		height: unset;
		overflow: unset;
	}
	.ratio400x180 {
	    aspect-ratio: 416 / 280;
	}
	header{
	    height: 70px;
	}
	.header-l,
	.header-r{
	    flex: 0 0 20%;
	    width: 20%;
	}
	.header-c{
	    padding: 0 20px;
	}
	.header-c .title{
		padding-top: 10px;
	}
	.menu-icon-wrapper {
		top: 10px;
	}
	.search-input{
		top: 70px;
	}
	.search-input{
		left: 0;
		right: 0;
	}
	.search-input{
		width: 100%;
	}
	.menu-box-md {
		top: 70px;
	}
	.view-pc{
		display: none;
	}
	.view-md{
		display: block;
	}
	.trip-flex-img{
		flex: 0 0 150px;
		width: 150px;
		height: 150px;
	}
	.trip-flex{
		flex-direction: unset;
		padding: 15px 0;
	}
	.trip-flex .info{
		padding-left: 20px;
	}
	.trip-flex .tp{
		padding: 0 0 0 0;
		height: 50px;
		overflow: hidden;
	}
	.news-fr .desc{
		height: 55px;
		overflow: hidden;
	}
	.home-foot-fr{
		padding-top: 0px;
	}
	.home-foot-fr.s2{
		padding-top: 30px;
	}
	.search-md{
		top: 18px;
		right: 65px;
		width: 20px;
	}
	.news-fr{
		padding-bottom: 0;
	}
}

@media (max-width: 576px) {
	.logo{
	    width: 100px;
	}
	.header-c{
	    padding: 0;
	}
	.header-l,
	.header-r{
	    flex: 0 0 20%;
	    width: 12%;
	}
	.gettour-contents{
		padding: 20px;
	}
	.gettour-title{
		font-size: 26px;
	}
	.menu-icon-wrapper {
		right: 0;
	}
	.header-c .title{
		padding-top: 15px;
	}
	.search-md{
		top: 18px;
		right: 45px;
		width: 20px;
	}
	.news-fr.s2{
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	.news-fr.s2 .tp{
		font-size: 16px;
	}
}
@media (max-width: 430px) {
	.news-fr .tp{
		font-size: 16px;
	}
	.trip-flex .tp{
		height: 45px;
	}
	.trip-flex-img{
		flex: 0 0 120px;
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 375px) {

}