@charset "UTF-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) repeat;
    font-family: "微軟正黑體";
	font-family: "微軟正黑體", "黑體", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.top_bar {
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 9999;
	margin-bottom: 10px;
}
.top_menu {
	position: relative;	
	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 {
	margin: 0% auto 20px auto;
}
.carousel-inner {
    max-height: 750px;
}
.main_kv {
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    max-width: 984px;
    z-index: 2;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1200px;
}
.kv_mask {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 10px 0;
}
.card-group, .card-deck {
	margin: 0 0 0px 0;
}
.carousel-caption {
	right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    position: relative;
    margin: 30px auto 0 auto;
    width: 55%;
    padding: 0;
}
.carousel-caption div:first-child {
	animation-delay: 0s;
	width: 48%;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    position: absolute;
}

.site_dec {
	position: relative;
	margin: 0 auto 20px auto;
    padding: 10px;
    width: 100%;
    max-width: 800px;
    font-size: 16px;
    background: #6556a4;
    color: #fff;
    border-radius: 10px;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
}
.card-deck {
	position: relative;
	width: 100%;
}
.card-deck .card {
	margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #e24067;
	border-radius: 0;
}
.card_entry {
	opacity: 0;
	display: none;
}
.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;
}
.card-img-top {
    width: calc(100% - 4px);
    border-radius: 0;
    margin: 2px;
    position: relative;
}
.dis_tour {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 44%;
    max-width: 120px;
}
.tour_icon {
	position: absolute;
    right: 5px;
    bottom: 5px;
    width: 22%;
    max-width: 120px;
}
.card-body {
    padding: 6px 8px 0 8px;
}
.card-title {
    margin-bottom: 2px;
    color: #15a7ce;
    font-size: 24px;
    font-weight: bolder;
    line-height: 24px;
}
.card-title span {
    color: #05687f;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.card-text {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
}
.sub_content {
	min-height: 140px;
}
.sub_content ul {
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
}
.one_price {
    position: relative;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    background: #cc8306;
    line-height: 18px;
}
.f_date {
    font-size: 14px;
    color: #ff0000;
    line-height: 16px;
}
.price_book {
    position: relative;
    padding: 0 8px 8px 8px;
}
.all_price {
    position: relative;
    border: 1px solid #15a7ce;
}
.o_price {
    position: relative;
    float: left;
    padding: 3px 5px 6px 5px;
    width: 32%;
    font-size: 18px;
    color: #ccc;
    line-height: 18px;
}
.o_price span {
    font-size: 12px;
    display:block;
}
.oo_price {
    position: relative;
    float: left;
    padding: 13px 5px 13px 5px;
    width: 32%;
    font-size: 18px;
    color: #ccc;
    line-height: 18px;
}
.oo_price span {
    font-size: 12px;
    display:block;
}
.n_price {
    position: relative;
    float: right;
    width: 68%;
    background: #15a7ce;
    color: #fff;
    padding: 3px 5px 3px 5px;
}
.citi_discount {
    position: relative;
    float: left;
    width: 41%;
    font-size: 12px;
    text-align: right;
}
.d_price {
    position: relative;
    float: right;
    width: 58%;
    font-size: 26px;
}
.price_dec {
    position: relative;
    width: 100%;
    font-size: 12px;
    text-align: center;
}
.btn-block {
	display: block;
    width: calc(100% - 0px);
    padding: 6px 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #ef4e6e;
    font-size: 22px;
    font-weight: bold;
    color: #fcf48d;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.btn-block:hover {
    display: block;
    width: 100%;
	background: #f993b1;
	color: #ffc132;
	margin: 0 auto;
}
.btn_pop {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 display: block;
	 width: 100%;
	 height: 100%;
}
.btn_close {
	 position: absolute;
	 top: 5px;
   right: 5px;
   z-index: 1;
}
.tnc {
	position: relative;
	margin: 0 auto;
    padding: 20px 25px;
    width: 100%;
    max-width: 1200px;
    font-size: 12px;
    color: #999;
}
.tnc ul {
	margin-bottom: 0;
    padding-left: 20px;
}
.tnc ul li {
	font-size: 12px;
	color: #999;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    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) {
	.top_banner {
		overflow: hidden;
	}
	.carousel-caption {
		width: 58%;
	}
	.card-title {
		font-size: 26px;
	}
	.card-title span {
		font-size: 20px;
	}
	.card-body h6 {
		font-size: 20px;
	}
    .citi_discount {
        width: 42%;
        line-height: 16px;
        padding: 3px 0px;
    }
	.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) {
	.carousel-caption div:first-child {
		width: 100%;
		top: 4%;
		left: 0;
		right: 0;
	}
	.carousel-caption div:nth-child(2) {
		width: 38%;
		top: -18%;
		left: -12%;
	}
	.carousel-caption div:nth-child(3) {
		width: 24%;
		top: -11%;
		right: 9%;
	}
	.carousel-caption div:nth-child(4) {
		width: 37%;
		top: -36%;
		right: 23%;
	}
	.carousel-caption div:nth-child(5) {
		width: 53%;
		top: -22%;
		right: -1%;
	}
	.carousel-caption div:nth-child(6) {
		width: 17%;
		top: 56%;
		right: 3%;
	}
    .o_price {
        float: none;
        width: 100%;
        text-align: center;
    }
    .oo_price {
        float: none;
        width: 100%;
        text-align: center;
    }
    .n_price {
        float: right;
        width: 100%;
}
@media (max-width: 768px) {
	.card {
		min-width: 48%;
	}
	.carousel-caption {
		margin: 45px auto 0 auto;
		width: 88%;
	}
	.nav {
		display: -webkit-inline-box;
	}
	.main_kv {
		margin: 0 -20%;
		width: 140%;
	}
	.site_dec {
		margin: 0 2%;
		width: 96%;
	}
	.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_banner {
		margin: 0% auto 15px auto;
	}
	.carousel-caption div:nth-child(2) {
		width: 38%;
		top: -19%;
		left: 0%;
		z-index: 2;
	}
	.carousel-caption {
		width: 86%;
		margin: 45px auto 0 auto;
	}
	.main_kv {
		margin: 0 -16%;
		width: 134%;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.card {
		width: 98%;
		max-width: 98%;
	}
	.sub_content {
		min-height: inherit;
	}
	.site_dec {
		margin: 0 6%;
		width: 86%;
		font-size: 14px;
		border: 8px solid #fff;
		border-radius: 0;
	}
    .o_price {
        float: left;
        width: 32%;
    }
    .oo_price {
        float: left;
        width: 32%;
    }
    .n_price {
        float: right;
        width: 68%;
    }
}