@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 52%;
}
.header .logo {
  width: 11%;
  height: 0;
  padding-bottom: 7.968%;
  top: 1.5%;
  left: 34%;
  background-size: 100%;
}
.header .header_label {
  width: 11.406%;
  height: 0;
  padding-bottom: 11.406%;
  top: 29.68%;
  left: 77.109%;
  background-size: 100%;
}

.header-slogan {
	position: absolute;
	display: block;
	width:65%;
	height:50%;
	left: 24%;
	top:-3%;
	}

/* ================= 頁面選單 ================= */
/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}
.nav .container {
  width: 100%;
}
.nav .container .navBtn {
  width: 98%;
}
.nav .container .navBtn li {
  width: 33.33%;
  height: 0;
  padding-bottom: 13%;
}
.nav .container .navBtn li a {
  width: 100%;
  background-size: 400% !important;
  height: 0;
  padding-bottom: 34%;
  margin: 3.9% auto;
}

/* ================= 內容 ================= */
.content {
  background-size: 150%;
}
.content .container {
  width: 98%;
}

@media only screen and (max-width: 500px) {
  .content__btn {
    width: 300px;
    margin: 0 auto;
  }
	.daysBtn a{ 
		width:45%;
	}
}
