*{
	font-family: '微軟正黑體';
}

body {
  background-color: #f8f9fa;
}

a {
  text-decoration: none;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.bg-card {
  background-color: rgb(220 93 86);
}

.navbar-card .navbar-nav .nav-link:focus,
.navbar-card .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75);
}

a.navbar-brand {
  color: #fff;
}

.nav-link {
  color: #fff;
}

.card-text {
  text-align: center;
  color: rgb(233 18 96);
  font-weight: bold;
}

.bgc {
  background-repeat: no-repeat;
  background-position: top;
}

@keyframes c1 {
  0% {
    transform: rotate(-1deg);
  }

  20% {
    transform: rotate(1deg);
  }

  50% {
    transform: rotate(-1deg);
  }

  75% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(-1deg);
  }
}

@keyframes c2 {
  0% {
    transform: rotate(-4deg);
    width: 80%;
  }

  25% {
    transform: rotate(0deg);
    width: 78%;
  }

  50% {
    transform: rotate(-4deg);
    width: 80%;
  }

  75% {
    transform: rotate(0deg);
    width: 78%;
  }

  100% {
    transform: rotate(-4deg);
    width: 80%;
  }
}

@media (max-width: 2560px) {
  .bgc {
    background-image: url("../images/all/header01.png");
    background-size: 2560px;

  }

  /*
	  .hand1,.dragon1{
		  display: none;
	  }	
*/
  .mpt {
    margin: 120px 0;
  }

  .hand1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;

  }

  .hand2 {
    position: absolute;
    right: 100px;
    top: 285px;
    animation: c1 2s infinite;
    transform-origin: 88% 28%;
    width: 580px;
  }

  .hand2>img {
    width: 100%;
  }

  .dragon1 {
    position: absolute;
    width: 550px;
  }

  .dragon2 {
    position: absolute;
    left: 20px;
    bottom: 120px;
    animation: c2 2s infinite;
    width: 80%;
  }

  .dragon2>img {
    width: 100%;
  }
}

@media (max-width: 1920px) {
  .bgc {
    background-image: url("../images/all/header01.png");
    background-size: 1920px;
  }

  .mpt {
    margin: 0px 0px 40px 0;
  }

  .hand1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    transform-origin: 88% 28%;
  }

  .hand2 {
    position: absolute;

    top: 238px;
    animation: c1 2s infinite;
    transform-origin: 88% 28%;
  }

  .hand2>img {
    width: 380px;
  }

  .dragon1 {
    position: absolute;
    width: 300px;
  }

  .dragon2 {
    position: absolute;
    left: 20px;
    bottom: 120px;
    animation: c2 2s infinite;
    width: 80%;
  }

  .dragon2>img {
    width: 100%;
  }
}

@media (max-width: 1440px) {
  .bgc {
    background-image: url(../images/all/header01.png);
    background-size: 1920px;
  }

  .mpt {
    margin: 0px 0px 40px 0;
  }

  .hand1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    transform-origin: 88% 28%;
  }

  .hand2 {
    position: absolute;
    right: -130px;

    animation: c1 2s infinite;
    transform-origin: 88% 28%;
  }

  .hand2>img {
    width: 380px;
  }

  .dragon1 {
    display: none;
  }

}

@media (max-width: 768px) {
  .bgc {
    background-image: url("../images/all/header01.png");
    background-size: 1024px;
  }

  .hand1,
  .dragon1 {
    display: none;
  }
}

@media (max-width: 375px) {
  .bgc {
    background-image: url("../images/all/header01.png");
    background-size: 1200px;
    background-position: -180px 0px;
  }
}


.bg-gray {
  background-color: #ffdddb;
}

.card {
  overflow: hidden;
}

.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1);
  overflow: hidden;
}

.bg-card .navbar-toggler {
  color: rgb(255 252 252 / 75%);
  border-color: rgb(255 252 252 / 75%);
}

.navbar-toggler-icon {
  color: #fff;
}
