@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);

@charset "UTF-8";
/* CSS Document */
body {
	background-color: #edfcfc;
	background: url("../images/bg.jpg") repeat #edfcfc;
	font-family: "微軟正黑體", "黑體", Helvetica, Arial, "sans-serif";
}
img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
	object-fit: scale-down; /* FF */
}
.top_bar {
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 9999;
}
.top_menu {
	position: relatives;	
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
.navbar-brand {
	width: 15%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none !important;
}
.navbar {
	padding: 0.1rem 1rem;
}
.navbar-nav {
	display: none !important;
}
#nav-icon{
  width: 40px;
  height: 30px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #005ba6;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 24px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}
#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
.collapse.show {
    border-top: 1px dotted #ccc;
}
.nav-link {
    margin: 12px 20px;
    padding: 0;
    opacity: 0.7;
	width: auto;
    height: 38%;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.nav-link img {
	height: auto;
    width: 100%;
}
.nav_dec {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
}
.top_banner {
    position: relative;
    background: #3b8088;
    width: 100%;
	max-height: 500px;
	overflow: hidden;
	z-index: 1;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.video-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
.video-responsive {
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.canvas, .kv01 {
	height: 100%;
	left: 0;
	position: absolute;
	top: -10%;
	bottom: -10%;
	width: 100%;
	z-index: 5;
}
#over_video{
	position: absolute;
    width: 12%;
    max-width: 123px;
    max-height: 500PX;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: 7% auto;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0px 40px 40px 40px;
	width: 100%;
	max-width: 1100px;
	background: rgba(255, 255, 255, 0.7);
}
.all_view {
	position: relative;
    margin: 0 auto;
    width: 100%;
    background: #e5d5cc;
}
.v_title {
	position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35%;
}
.v01, .v03, .v05, .v06, .v07, .v08 {
	float: left;
}
.v02, .v04 {
	float: right;
}
.view {
	position: relative;
	width: 25%;
	overflow: hidden;
}
.view a {
	display: block;
}
.view a:hover .btn_view {
	background: rgba(76, 62, 52, 0);
}
.view a:hover .btn_view img {
	width: 162%;
    margin: -6% -31%;
	opacity: 0;
}
.view img {
	width: 142%;
    margin: 0 -21%;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn_view {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(76, 62, 52, 0.4);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cx_logo {
	position: relative;
	margin: 10px auto;
	width: 40%;
	max-width: 400px;
}
.card-group, .card-deck {
	margin: 0 0 0px 0;
}
.card-deck {
	position: relative;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
.card-deck .card {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
	background: #fff;
	border:0px;
}
.card_entry {
	opacity: 0 !important;
	display: none;
	 background: transparent !important;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.0) !important;
    -moz-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.0) !important;
    box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.0) !important;
}
.card {
	width: 33.3%;
	min-width: 31.333%;
	max-width: 33.3%;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	border:0px;
}
.discount {
	position: absolute;
    z-index: 2;
    top: 0px;
    right: 0;
    width: 45%;
}
.card-img-top {
    border-radius: 0px;
    margin: 0px;
	position: relative;
	width: 100%;
	height: inherit;
	}
.tour_icon {
	position: absolute;
    right: 5px;
    bottom: 5px;
    width: 22%;
    max-width: 120px;
}
.card-body {
	padding: 0 10px;
}
.card-title {
	margin: 10px 0 5px 0;
    color: #3b8088;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
	font-family: 'MSung','明體', serif;
}
.card-title b {
	font-size: 16px;
	color: #ae0202;
	display: block;
	font-weight: bold;
}
.card-title span {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: bold;
}
.card-body h6 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.card-text {
	font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
	text-align: center;
}
.sub_content {
	min-height: 0px;
	font-size: 12px;
}
.sub_content ul {
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
	margin-bottom: 10px;
}
.special_dec {
	position: relative;
    padding: 5px;
    width: 100%;
    background: #5b4b40;
    color: #fff;
    font-size: 14px;
    text-align: center;
	margin-bottom: 10px;
}
.card-footer {
	background: transparent;
    border-top: 0;
    padding: 0;
	text-align: center;
	font-family: '明體', serif;
}
.price {
	position: relative;
    border-top: 1px dotted #ccc;
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #dd0000;
    line-height: 22px;
}
.price span {
	font-size: 32px;
}
.price span span {
	font-size: 12px;
}
.card-footer a {
	display: block;
	padding: 5px;
	background: #ae0202;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.card-footer a:hover {
	text-decoration: none;
	background: #38281d;
}
.btn_backtotop {
	position: relative;
    margin: 0 auto;
	width: 13%;
	max-width: 59px;
	z-index: 9;
}
.btn_backtotop a {
	display: block;
    margin-bottom: -40px;
    width: 100%;
}
.tnc {
	position: relative;
	margin: 0 auto;
    padding: 30px 10px;
    width: 100%;
    max-width: 1100px;
	font-size: 12px;
    color: #999;
}
.tnc ul {
	margin-bottom: 0;
    padding-left: 25px;
}
.tnc ul li {
	font-size: 12px;
	color: #999;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
.foot_grass {
	position: relative;
	width: 100%;
}
.foot_grass img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
	object-fit: initial; /* FF */
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1100px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    /* color: #666; */
    border-top: 1px solid #ccc;
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
}

@media (max-width: 1200px) {
	.card-title {
		font-size: 20px;
	}
	.card-title span {
		font-size: 18px;
	}
	.card-body h6 {
		font-size: 20px;
	}
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}
}
@media (max-width: 968px) {
	.canvas, .kv01 {
		top: 0%;
		bottom: 0%;
	}
	#over_video {
		width: 15%;
		max-width: 142px;
		max-height: 500PX;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		margin: 7% auto;
	}
}
@media (max-width: 768px) {
	.wrapper {
        padding: 20px 10px;
    }
    .view img {
        width: 110%;
        margin: 0 -5%;
    }
    .btn_view img {
        width: 170%;
        margin: -20% -35%;
    }
    .cx_logo {
        width: 80%;
    }
    .card {
		min-width: 48%;
	}
    .card-title, .card-footer {
        font-family: "微軟正黑體", "黑體", Helvetica, Arial, "sans-serif";
    }    
	.nav {
		display: -webkit-inline-box;
	}
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
	}
}
@media (max-width: 576px) {
	.top_bar {
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9999;
	}
	.navbar-brand {
		width: 19%;
		padding-bottom: 6px;
		max-width: 140px;
		min-width: 70px;
	}
	.top_banner {
		max-height: 700px;
	}
	.video-wrapper {
		margin: 0 -25%;
		width: 150%;
	}
    .all_view {
        margin: 20% auto 0 auto;
    }
    .v_title {
        top: -14%;
        width: 54%;
    }
    .view {
        width: 50%;
    }
    .view img {
        width: 102%;
        margin: 0px -1%;
    }
    .btn_view img {
        width: 150%;
        margin: -15% -25%;
    }
    .view a:hover .btn_view img {
        width: 150%;
        margin: -15% -25%;
        opacity: 1;
    }
    .card-deck {
        width: calc(100% + 0px);
        margin-left: 0;
        margin-right: 0;
    }
	.card {
		width: 98%;
		max-width: 98%;
	}
	.discount {
		width: 50%;
	}
}