@charset "UTF-8";
/* CSS Document */
body {
	background-color: #edfcfc;
	background: url("../images/bg.jpg") repeat #edfcfc;
	font-family: "微軟正黑體", "黑體", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", 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 {
	margin: 50px auto 60px auto;
    max-width: 900px;
}
.carousel-inner {
    max-height: 750px;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 10px 10px 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;
}
.carousel-caption div:nth-child(2) {
	animation-delay: 0.1s;
	width: 30%;
    max-width: 350px;
    top: -2%;
    left: 1%;
    position: absolute;
    z-index: 6;
}
.carousel-caption div:nth-child(3) {
	animation-delay: 0.2s;
	animation-duration: 0.4s;
	max-width: 238px;
    width: 19%;
    position: absolute;
    top: 2%;
    right: 17%;
    z-index: 2;
}
.carousel-caption div:nth-child(4) {
	animation-delay: 0.3s;
	animation-duration: 0.4s;
	max-width: 380px;
    width: 31%;
    position: absolute;
    top: -19%;
    right: 27%;
    z-index: 2;
}
.carousel-caption div:nth-child(5) {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	max-width: 500px;
	width: 41%;
    position: absolute;
    top: -8%;
    right: 8%;
    z-index: 1;
}
.carousel-caption div:nth-child(6) {
	animation-delay: 0.5s;
	animation-duration: 0.4s;
	max-width: 153px;
    width: 12%;
    position: absolute;
    top: 61%;
    right: 14.5%;
    z-index: 7;
}
.carousel-caption button {
	animation-delay: 0.4s;
}
.carousel-item {
	text-align: center;
}
.carousel-item p {
	text-align: center;
	margin-bottom: 0;
	color: #0c94c4;
}
.sub_bar {
	position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}
.quest {
	position: relative;
	margin: 4% auto 0 auto;
    padding: 15px 25px;
    width: 80%;
    color: #fff;
    background: #56c0ef;
    border: 6px solid #fff;
    border-radius: 100px;
	text-align: center;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.6);
    -moz-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.6);
    box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.6);
}
.quest_title {
	position: relative;
    display: block;
    margin: -8% auto 5px auto;
    width: 80%;
}
.momstyle_ans {
	position: relative;
	margin: 20px auto;
	width: 100%;
}
.momstyle_l {
	position: relative;
    float: left;
    margin: 10px 0;
    width: 50%;
}
.momstyle_l a {
	display: block;
}
.momstyle_l a:hover {
	opacity: 0.6;
}
.momstyle_ans_s {
	position: relative;
    margin: 20px auto 40px auto;
    width: 100%;
	text-align: center;
}
.momstyle_s {
	position: relative;
    display: inline-block;
    width: 16.1%;
}
.momstyle_s a {
	display: block;
}
.momstyle_s a:hover {
	opacity: 0.6;
}
.momstyle_ans_s .active {
	opacity: 0.6;
	-webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
	filter: grayscale(60%);
}
.momstyle_title {
	position: relative;
    margin: 20px auto;
    width: 45%;
}
.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;
	padding: 8px;
	background: #fff;
    border-radius: 10px;
	border:0px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.6);
    -moz-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.6);
    box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.6);
}
.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: 6px;
    margin: 0px;
	position: relative;
	width: 100%;
	height: inherit;
	}
.special_txt {
	font-size: 12px;
    color: #fff;
    line-height: 14px;
    margin: 5px 10px;
    padding: 8px 10px;
    background: #466648;
    border-radius: 8px;
}
.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: #56c0ef;
    font-size: 19px;
    font-weight: bolder;
    text-align: center;
}
.card-title span {
	font-size: 17px;
	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: 12px;
    color: #333;
    font-weight: 400;
}
.card-footer {
	background: transparent;
    border-top: 0;
    padding: 0;
	text-align: center;
}
.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: #ffa1a1;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.card-footer a:hover {
	text-decoration: none;
	background: #e27f7f;
}
.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: 1200px;
	font-size: 12px;
    color: #999;
}
.tnc ul {
	margin-bottom: 0;
}
.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: 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: 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) {
	.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%;
	}
}
@media (max-width: 768px) {
	.card {
		min-width: 48%;
	}
	.carousel-caption {
		margin: 45px auto 0 auto;
		width: 88%;
	}
	.nav {
		display: -webkit-inline-box;
	}
	.quest {
		margin: 8% auto 0 auto;
		width: 95%;
		font-size: 20px;
	}
	.quest_title {
		margin: -10% auto 5px auto;
		width: 85%;
	}
	.momstyle_s {
		width: 32%;
	}
	.momstyle_title {
		width: 95%;
	}
	.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 {
		position: fixed;
		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 {
		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;
	}
	.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;
	}
	.top_banner {
		margin: 0% auto 0px auto;
		padding-top: 22vw;
	}
	.quest {
		margin: 12% auto 0 auto;
		width: 95%;
		font-size: 16px;
	}
	.quest_title {
		margin: -14% -3% 5px -3%;
		width: 106%;
	}
	.momstyle_l {
		margin: 0 0;
		width: 100%;
	}
	.momstyle_s {
		width: 32.5%;
	}
	.discount {
		width: 50%;
	}
}