* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft JhengHei", Arial;
}
nav {
  background-color: #00736d;
}
.nav-item {
  line-height: 50px;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 0 25px;
}
header {
  width: 100%;
  background-color: #9fe2db;
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
}
.cont {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 1089px;
}
.tit01 {
  position: absolute;
  z-index: 4;
  top: 75px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 550px;
}
.tit01 img {
  width: 100%;
}
.tit02 {
  position: absolute;
  z-index: 3;
  top: 125px;
  right: 0;
}
.tit03 {
  position: absolute;
  z-index: 2;
  width: 645px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 30px;
}
.but {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 201px;
}
.page {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
.page h2 {
  color: #e92d46;
  font-size: 36px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-bottom: 3px solid #e92d46;
}
.h2_line {
  height: 50%;
  border-bottom: 1px solid #e92d46;
}
.title01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 40px;
}
.title01 p {
  font-size: 36px;
  padding-left: 10px;
}
.title02 {
  margin: 40px 0;
}
.title02 p {
  padding-top: 30px;
}
.page h3, .page h4 {
  color: #e92d46;
  font-size: 36px;
}
.page h3::after {
  content: url("../images/tit04.png");
  padding-left: 10px;
  padding-right: 10px;
}
ol.list-item {
  padding-top: 30px;
  padding-left: 20px;
}
ol.list-item li {
  margin: 0 0 25px 0;
}
.button {
  animation: myfirst 0.5s infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  /* Safari and Chrome */
  -webkit-animation: myfirst 0.5s infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}
@keyframes myfirst {
  from {
    bottom: 45px;
  }
  to {
    bottom: 50px;
  }
}
@-webkit-keyframes mymove /* Safari and Chrome */ {
  from {
    top: 45px;
  }
  to {
    top: 50px;
  }
}
.head {
  display: none;
}

#mclick {
    display: none;
}
@media screen and (min-width: 1280px) {
  .tit01 {
    width: 693px;
  }
  .tit02 {
    top: 180px;
  }
}
@media screen and (max-width:1024px) {
  .cont {
    width: 95%;
  }
  .page {
    width: 100%;
  }
  .tit02 {
    top: 202px;
  }
  .tit03 {
    width: 500px;
  }
  .tit03 img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header {
    display: none;
  }
  .page {
    width: 90%;
  }
  .title01 {
    flex-wrap: wrap;
  }
  .title01 p {
    font-size: 25px;
  }
  .logo img {
    width: 80%;
  }
  .head {
    display: block;
  }
  .navbar-toggler-icon {
    width: 60px;
    height: 40px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(../images/menuicon.png);
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  .nav-item {
    padding: 15px 0;
  }
  .nav-item {
    padding: 15px 0;
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 25px;
  }
	
	.navbar-toggler{
		padding: 0;
	}	
}