﻿@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "wfu", "wfu2", "Microsoft JhengHei"; }

body {
  font-size: 1.125rem;
  font-family: "wfu", "wfu2", "Microsoft JhengHei";
  margin: 0px;
  padding: 0px;
  line-height: 1.5em; }

/*.font2 {font-family: "wfu2"!important;}*/
/*.font3{font-family: "wp","wfu2" !important;}*/  
/*.font4{font-family: "wp1","wfu2" !important;}*/
/*.font5{font-family: "wp2","wfu2" !important;}*/
  
a, p, li, h1, h2, h3, h4, h5, h6 {
  color: #333; }

a {
  display: inline-block; }

a:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

li {
  line-height: 1.5em; }

.btn:focus, .btn.focus {
  box-shadow: none; }

input {
  text-transform: none; }

.form-control {
  border: 2px solid #eee;
  height: 32px;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.container {
  max-width: 1280px; }

/*浮動的雲start*/
@keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }
.bg_yb {
  background-image: url("../images/cloud1.png"), url("../images/cloud2.png"), linear-gradient(180deg, #70e1f5 0%, #f9edb4 60%);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  position: relative;
  animation: animatedBackground 40s linear infinite; }

.lawn {
  position: absolute;
  bottom: 10%;
  z-index: 0;
  width: 100%; }

.pb30 {
  padding-bottom: 30px; }

.mt--15 {
  margin-top: -1rem; }

.ml--3 {
  margin-left: -3rem; }

.ml--6 {
  margin-left: -6rem; }

.header a {
  border: 2px dotted transparent;
  margin: 10px;
  transition: all .5s; }
  .header a:hover, .header a :focus {
    border-color: #fff;
    transform: rotate(5deg);
    transition: all .5s; }
.header .top {
  text-align: center; }

.main_img {
  padding-top: 0px;
  width: 100%;
  position: relative; }
  .main_img img {
    width: 71%; }

@keyframes float {
  100% {
    transform: translateY(-10px); } }
@keyframes bob {
  0% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-10px); } }
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
.item_list {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-around; }
  .item_list a {
    position: relative; }
    .item_list a:hover {
      animation-name: float, bob;
      animation-duration: .5s, 1.5s;
      animation-delay: 0s, .5s;
      animation-timing-function: ease-out, ease-in-out;
      animation-iteration-count: 1, infinite;
      animation-fill-mode: forwards;
      animation-direction: normal, alternate;
      transition: all 2s; }
  .item_list > :nth-child(1) {
    margin-top: 15px;
    margin-left: 30px;
    position: relative; }
    .item_list > :nth-child(1):before {
      content: url("../images/accessories-1.png");
      position: absolute;
      bottom: 0px;
      right: 11%;
      z-index: 2; }
  .item_list > :nth-child(2) {
    position: relative;
    margin-top: 30px;
    margin-right: 20px; }
    .item_list > :nth-child(2):before {
      content: url("../images/accessories-2.png");
      position: absolute;
      bottom: 15px;
      left: 15%;
      z-index: 3; }

.item_list2 {
  position: absolute;
  top: 36%;
  display: flex;
  justify-content: space-between; }
  .item_list2 a {
    position: relative;
    z-index: 1; }
    .item_list2 a:hover {
      animation-name: float, bob;
      animation-duration: .5s, 1.5s;
      animation-delay: 0s, .5s;
      animation-timing-function: ease-out, ease-in-out;
      animation-iteration-count: 1, infinite;
      animation-fill-mode: forwards;
      animation-direction: normal, alternate;
      transition: all 2s; }
  .item_list2 > :nth-child(1) {
    margin-top: 2.5%;
    margin-left: 12%;
    position: relative; }
    .item_list2 > :nth-child(1):before {
      content: url("../images/accessories-3.png");
      position: absolute;
      top: 50%;
      left: 24%; }
  .item_list2 > :nth-child(2) {
    margin-top: 12%;
    margin-right: 20px; }

.item_list3 {
  position: absolute;
  bottom: 35px;
  display: flex;
  justify-content: center; }
  .item_list3 a {
    position: relative; }
    .item_list3 a:hover {
      animation-name: float, bob;
      animation-duration: .5s, 1.5s;
      animation-delay: 0s, .5s;
      animation-timing-function: ease-out, ease-in-out;
      animation-iteration-count: 1, infinite;
      animation-fill-mode: forwards;
      animation-direction: normal, alternate;
      transition: all 2s; }

.content {
  margin-top: 4rem;
  padding-bottom: 6rem;
  background: url("../images/bg.png");
  background-size: cover;
  border-radius: 10px;
  position: relative; }
  .content:before {
    content: '';
    background: url("../images/butterfly.svg") no-repeat;
    position: absolute;
    bottom: 120px;
    right: -40px;
    width: 100px;
    height: 75px; }
  .content .title {
    background: #e45151;
    border-radius: 30px;
    display: flex;
    align-items: center;
    max-height: 75px;
    padding: 15px 15px; }
    .content .title .pic {
      margin-top: -40px; }
    .content .title p {
      margin: 0 0 0 5px;
      color: #fff;
      font-size: 1.6rem;
      line-height: 2rem; }
  .content .bird {
    margin-top: -2rem;
    padding-right: 1rem; }
  .content .subject-pic {
    width: 100%;
    text-align: center; }
  .content .subject-text {
	width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .content .subject-text p {
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 2.5rem;
      letter-spacing: 4px;
      margin-bottom: 1.8rem;
      text-align: justify; }

.content2 span {
  color: #e45151; }
  
.content2 span.font3 {
  color: inherit; }
  
.content3 .subject-text {
  justify-content: flex-start;
  width: 80%;
  margin: 2.5rem auto 2.5rem auto;
  padding: 0 30px;
  max-height: 380px;
  overflow-y: scroll; }
  .content3 .subject-text::-webkit-scrollbar {
    width: 15px;
    background-color: #fff;
    border-radius: 15px; }
  .content3 .subject-text::-webkit-scrollbar-thumb {
    background-color: #e45151;
    border-radius: 15px; }
.content3 .subject-title {
  position: relative; }
  .content3 .subject-title .loud {
    position: absolute;
    top: -40%;
    left: 25px;
    z-index: 2; }
  .content3 .subject-title p {
    background: #fff;
    width: 85%;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 4px;
    margin: auto;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
    transform: rotate(-1deg);
    position: relative;
    z-index: 1; }
  .content3 .subject-title .yellow-bg {
    position: absolute;
    right: -8px;
    bottom: -7px;
    width: 100%;
    height: 90%;
    background: #ffcb48;
    border-radius: 15px;
    z-index: 0; }

.knowledge .title {
  background: #5bb224; }
.knowledge .toggle {
  margin: 2em 1rem;
  max-height: 450px;
  overflow-y: scroll;
  padding: 1.5rem; }
  .knowledge .toggle::-webkit-scrollbar {
    width: 15px;
    background-color: #fff;
    border-radius: 15px; }
  .knowledge .toggle::-webkit-scrollbar-thumb {
    background-color: #e45151;
    border-radius: 15px; }
  .knowledge .toggle .toggle-title {
    margin-bottom: 2rem; }
    .knowledge .toggle .toggle-title:last-child {
      margin-bottom: 0rem; }
    .knowledge .toggle .toggle-title label {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      cursor: pointer;
      background: #ffcb48;
      border-radius: 50px;
      border: 5px solid #fff;
      padding: 1rem 3rem 1rem 8rem;
      margin: 0;
      position: relative; }
      .knowledge .toggle .toggle-title label img {
        position: absolute;
        bottom: 10px;
        left: 25px; }
      .knowledge .toggle .toggle-title label p {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2.5rem;
        letter-spacing: 4px;
        text-align: justify;
        margin: 0 1rem 0 0;
        display: inline-block; }
      .knowledge .toggle .toggle-title label i {
        font-size: 2.3rem; }
    .knowledge .toggle .toggle-title .toggle-content {
      display: none;
      background: #fff;
      margin: -2rem auto 0 auto;
      padding: 3rem 2rem 1rem 2rem;
      width: 95%;
      border-radius: 0 0 15px 15px; }
      .knowledge .toggle .toggle-title .toggle-content p {
        margin: 0px;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2.5rem;
        letter-spacing: 4px; }
        .knowledge .toggle .toggle-title .toggle-content p a {
          color: #007bff; }
      .knowledge .toggle .toggle-title .toggle-content ol li, .knowledge .toggle .toggle-title .toggle-content ul li {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2.5rem;
        letter-spacing: 4px;
        margin: 0 1rem 0 0;
        display: inline-block; }
        .knowledge .toggle .toggle-title .toggle-content ol li a, .knowledge .toggle .toggle-title .toggle-content ul li a {
          color: #007bff; }
    .knowledge .toggle .toggle-title.active .toggle-content {
      display: block; }

.video .title {
  background: #935bce; }
.video .list .item {
  margin: 2rem 0; }
  .video .list .item a{width:100%;}
  .video .list .item a .pic {
    overflow: hidden;
    width: 90%;
    transform: rotate(1.5deg);
    margin: auto; }
    .video .list .item a .pic img {
      border: 4px solid #fff;
      border-radius: 15px;
      width: 100%;
      min-height: 200px; }
  .video .list .item a .name {
    display: flex;
    border-radius: 75px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    margin-top: -2.5rem;
    z-index: 1;
    position: relative;
    max-height: 70px; }
    .video .list .item a .name p {
      margin: 0;
      display: inline-block;
      font-size: 1.4rem;
      line-height: 1.7rem;
      letter-spacing: 2px;
      text-align: justify;
      color: #fff;
      padding: 0 1rem 0 2.5rem; }
  .video .list .item a:hover {
    animation-name: hvr-hang-sink, hvr-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate; }
  .video .list .item:nth-child(odd) .name {
    background: #3399ff; }
  .video .list .item:nth-child(even) .name {
    background: #e45151; }
  .video .list .item:nth-child(2), .video .list .item:nth-child(5) {
    margin: 0 0 2rem 0; }

.house .title {
  background: #ea6a2a; }
.house .home {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: auto; }
  .house .home .up, .house .home .down {
    margin: 1rem 0;
    width: 80%;
    display: flex;
    justify-content: space-around; }
    .house .home .up a .place, .house .home .down a .place {
      position: relative; }
      .house .home .up a .place p, .house .home .down a .place p {
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 0;
        top: 20px;
        margin: 0;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.5rem;
        letter-spacing: 4px;
        display: flex;
        align-items: center;
        justify-content: center; }
    .house .home .up a .small-bird, .house .home .down a .small-bird {
      display: none;
      position: absolute;
      top: 15px;
      left: -25px; }
    .house .home .up a.active .small-bird, .house .home .down a.active .small-bird {
      display: block; }
    .house .home .up a:hover, .house .home .down a:hover {
      animation-name: tada;
      animation-duration: 1s, 1.5s;
      animation-delay: 0s, .5s;
      animation-timing-function: ease-out, ease-in-out;
      animation-iteration-count: 1, infinite;
      animation-fill-mode: forwards;
      animation-direction: normal, alternate;
      transition: all 2s; }
.house .map-pic {
  position: relative; }
  .house .map-pic .map-text {
    position: absolute;
    top: -75px;
    left: 25px;
    z-index: 2; }
  .house .map-pic .map {
    position: relative;
    z-index: 1; }
    .house .map-pic .map iframe {
      width: 350px !important;
      height: 350px !important;
      border: 0 !important; }
  .house .map-pic .yellow-bg {
    position: absolute;
    bottom: -20px;
    right: -25px;
    z-index: 0; }
.house .map-content {
  padding: 0 4rem 0 15px; }
  .house .map-content span {
    color: #e45151;
    font-size: 1.7rem; }
  .house .map-content p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 4px;
    margin-bottom: 0.5rem;
    text-align: justify; }

.link .title {
  background: #3399ff; }
.link .item {
  margin: 1rem 0; }
  .link .item a {
    display: inherit; }
    .link .item a .pic {
      border: 5px solid #e45151;
      border-radius: 15px;
      height: 130px;
      overflow: hidden; }
    .link .item a p {
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 2.5rem;
      letter-spacing: 4px;
      margin-bottom: 0;
      text-align: justify; }
      .link .item a p i {
        padding-left: 10px; }
    .link .item a:hover p {
      color: #e25e24;
      transition: all 0.1s; }
    .link .item a:hover {
      animation-name: pulse;
      animation-duration: 1s, 1.5s;
      animation-delay: 0s, .5s;
      animation-timing-function: ease-out, ease-in-out;
      animation-iteration-count: 1, infinite;
      animation-fill-mode: forwards;
      animation-direction: normal, alternate;
      transition: all 2s; }

.page {
  display: flex;
  justify-content: center; }
  .page ul {
    display: flex;
    align-items: center; }
    .page ul li {
      display: inline-block; }
      .page ul li.arrow {
        background: #faaf3b;
        border-radius: 35px;
        padding: 10px 15px;
        border: 3px solid #fff; }
      .page ul li.active span {
        width: 25px;
        height: 25px;
        background: #e25e24; }
      .page ul li a {
        font-size: 1.3rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        letter-spacing: 5px; }
        .page ul li a i {
          font-size: 2rem;
          color: #e25e24; }
        .page ul li a span {
          width: 17px;
          height: 17px;
          background: #faaf3b;
          border: 3px solid #fff;
          margin: 0 5px;
          border-radius: 50%; }
		.page ul li a span.font3{
			width:auto;
			height:auto;
			border:0;
			background:transparent;
		}
        .page ul li a:hover {
          color: #000; }

.fat-footer {
  position: relative;
  background: url("../images/grass1.png") center no-repeat;
  background-size: cover;
  margin-top: -4rem; }
  .fat-footer .footer_menu {
    padding: 80px 0; }
    .fat-footer .footer_menu a {
      position: relative;
      z-index: 2;
      margin: 1em;
      transition: all .5s;
      border-radius: 50%; }
      .fat-footer .footer_menu a:hover {
        -webkit-animation-name: hvr-wobble-vertical;
        animation-name: hvr-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
      .fat-footer .footer_menu a.active:before {
        content: '';
        background: url("../images/greenbg.svg") no-repeat;
        width: 160px;
        height: 105px;
        position: absolute;
        z-index: -1;
        top: 20%;
        left: -15%;
        right: 0;
        bottom: 0;
        margin: auto; }

.footer {
  background: url("../images/grass2.png") center no-repeat;
  margin-top: -105px;
  background-size: cover;
  position: relative; }
  .footer .row {
    position: relative;
    overflow: hidden; }
    .footer .row:before {
      content: url("../images/bg_flower-1.png");
      position: absolute;
      top: 55%;
      left: 0%;
      z-index: 0; }
    .footer .row:after {
      content: url("../images/bg_flower-2.png");
      position: absolute;
      top: 55%;
      right: 0%;
      z-index: 0; }
  .footer .row {
    padding: 110px 0 10px; }
  .footer ul {
    position: relative;
    z-index: 3; }
    .footer ul li {
      color: #fff;
      text-shadow: 1px 1px 2px #7b7b7bb3; }

.position {
  font-size: 1.4rem;
  margin: 2rem 3rem;
  color: #ec5215;
  font-weight: 500; }
  .position a {
    display: inline-block;
    margin: 0.2rem 0;
    color: #ec5215;
    padding: 5px 0px;
    border-radius: 15px;
    font-weight: 600; }

.burger button {
  outline: none;
  display: none;
  border: 0;
  background: transparent;
  position: absolute;
  right: 20px;
  top: 20px; }
  .burger button i {
    color: #fff;
    font-size: 3rem; }
.burger ul {
  display: none;
  padding: 0;
  width: 85%;
  margin: auto; }
  .burger ul li {
    width: 100%;
    display: inline-block;
    margin: 0.3rem 0; }
    .burger ul li a {
      width: 100%;
      text-align: center;
      border-radius: 10px;
      border: 3px solid #fff;
      padding: 5px;
      color: #fff;
      font-size: 1.3rem; }
      .burger ul li a.pink {
        background: #e45151; }
      .burger ul li a.green {
        background: #5bb224; }
      .burger ul li a.purple {
        background: #935bce; }
      .burger ul li a.orange {
        background: #ea6a2a; }
      .burger ul li a.blue {
        background: #3399ff; }

.sitemap .title {
  background: #009145; }
.sitemap ul li {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 3px;
  margin-bottom: 1em;
  text-align: justify; }
  .sitemap ul li ol {
    padding-left: 5rem; }
    .sitemap ul li ol li {
      margin: 0; }
.sitemap .map_area .area_title {
  width: 100%;
  background: #ffc107;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 0px;
  margin-bottom: 1em;
  text-align: justify;
  padding: 5px 10px; }
.sitemap .map_area a:hover {
  color: #000; }
.sitemap .map_area ol {
  padding-left: 0.5rem; }
  .sitemap .map_area ol li {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    text-align: justify;
    list-style: none; }

@media (max-width: 1400px) {
  .content:before {
    right: 0px; } }
@media (max-width: 1200px) {
  .item_list2 > :nth-child(1) {
    margin-top: 1%;
    margin-left: 12%; } }
@media (max-width: 1199px) and (min-width: 991px) {
  .item_list > :nth-child(1) {
    margin-top: -25px; }

  .item_list > :nth-child(1):before {
    bottom: 25px; }

  .item_list2 > :nth-child(1) {
    margin-top: 1%;
    margin-left: 11%; } }
@media (max-width: 991px) {
	.bg_yb{animation: none;}
  .header .top {
    width: 100%;
    display: flex;
    justify-content: center; }
    .header .top a img {
      width: 100%; }

  .item_list2 > :nth-child(1) {
    margin-left: 0px; }

  .item_list > :nth-child(1):before, .item_list > :nth-child(2):before {
    content: ""; }

  .item_list2, .item_list, .item_list3 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto !important;
    padding: 0 !important;
    flex-wrap: wrap;
    justify-content: center; }

  .content {
    background: none; }
    .content:before {
      content: none; }
    .content .subject-pic {
      margin-bottom: 3rem; }
    .content .page ul li.arrow {
      padding: 10px; }
    .content .page ul li a {
      font-size: 1rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      letter-spacing: 0;
      word-break: keep-all; }

  .content3 .subject-text {
    width: 100%;
    padding: 0 10px; }

  .ml--3, .ml--6 {
    margin: 0; }

  .house .home .up a .place p, .house .home .down a .place p {
    left: 5px;
    font-size: 1.6rem;
    letter-spacing: 0px; }
  .house .home .up a .small-bird, .house .home .down a .small-bird {
    width: 85px;
    top: 10px;
    left: 5px; }

  .sitemap ul li ol {
    padding-left: 2.5rem; } }
@media (max-width: 767px) {
  .item_list2 > a, .item_list > a, .item_list3 > a {
    margin: 20px !important;
    padding: 0  !important;
    z-index: 1; }

  .fat-footer {
    display: none; }

  .footer .row:before, .footer .row:after {
    content: ""; }

  .knowledge .toggle {
    margin: 0 0 1rem 0;
    padding: 2rem 0.5rem 0 0rem; }
    .knowledge .toggle .toggle-title {
      margin-bottom: 1.5rem; }
      .knowledge .toggle .toggle-title:last-child {
        margin-bottom: 1.5rem; }
      .knowledge .toggle .toggle-title label {
        padding: 1rem; }
        .knowledge .toggle .toggle-title label img {
          top: -1.5rem;
          left: 0rem;
          width: 50px; }
        .knowledge .toggle .toggle-title label p {
          margin: 0 1rem; }

  .video .list .item {
    text-align: center;
    margin: 1rem 0 3rem 0 !important; }
    .video .list .item .name {
      margin-top: -5rem; }

  .house .home {
    width: 95%; }
    .house .home .up, .house .home .down {
      width: 95%; }
  .house .map-content {
    padding: 0 15px;
    margin-top: 3rem; }

  .content3 .subject-title .loud {
    top: -35%;
    width: 70px;
    left: 0; }
  .content3 .subject-title p {
    width: 100%; }

  .position {
    margin: 1rem 0; }

  .burger button {
    display: block; } }
@media (max-width: 575px) {
  .house .home .up a .place p, .house .home .down a .place p {
    left: 0;
    font-size: 1.1rem;
    letter-spacing: 0px; }
  .house .home .up a .place .small-bird, .house .home .down a .place .small-bird {
    width: 70px;
    top: 5px;
    left: -5px; }
  .house .map-pic .yellow-bg {
    bottom: -10px;
    right: -15px; }

  .content3 .subject-title .loud {
    top: -35%; } }

/*# sourceMappingURL=custom.css.map */
