@charset "utf-8";

body {
    font-family: 'Microsoft JhengHei', sans-serif;
    background: url(../images/bg.jpg)
}
#container{

}
#container .wrapper{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.banner{

}
.banner .item {
  border: .625rem solid #ffffff;
  border-radius: 2rem;
  box-shadow: 0 1rem 0 rgba(0, 0, 0, .05);
  box-sizing: border-box;
  outline: .25rem solid #63381a;
  overflow: hidden;
  position: relative;
  margin: 3% 1% 1% 1%;
}
.owl-carousel .owl-nav{
  display: none;
}
.banner .owl-theme .owl-dots{
  padding: 5px 0 0 0;
}
.banner .owl-theme .owl-dots .owl-dot span{
  width: 13px;
  height: 13px;
}
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot span{
  background: #f4dc26;
  border:2px solid #63381a;
}
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span{
  background: #63381a;
  border:2px solid #63381a;
}
.contents ul{
  list-style-type:none;
  background-color: #f5f5f5;
  border: .625rem solid #f4dd26;
  border-radius: 2rem;
  box-shadow: 0 1rem 0 rgba(0, 0, 0, .05);
  box-sizing: border-box;
  outline: .25rem solid #63381a;
  display: flex;
  overflow: hidden;
  margin: 1%;
  padding: 3%;
  flex-direction:column;
}
.contents ul li{
  display: flex;
  background: #ffffff;
  border-radius: 2rem;
  border: 3px solid #e8e6e9;
  padding: 3%;
  margin: 0 0 3% 0;
}
.contents ul li .pic{
  width: 55%;
}
.contents ul li .pic img{
  width: 100%;
  height: auto;
  display: block;
  border: 3px solid #63381a;
  border-radius: 3px;
}
.contents ul li .text{
  width: 45%;
  padding: 0 0 0 4%;
}
.contents ul li .text b{
font-size: 1.875rem;
color: #604c3f;
line-height: 2.5rem;
margin: 0 0 2% 0;
display: block;
}
.contents ul li .text a{
  display: block;
  font-size: 1.5rem;
  color: #5db5e4;
  font-weight: bold;
  margin: 0 0 1.5% 0;
  text-decoration: none;
}
.contents ul li .text a::before{
  content:"》";
}
.contents ul li .text a:hover{
  text-decoration: underline;
}
#footer{
  display: flex;
  justify-content:center;
}
#footer a{
  margin: 2% 1%;
}
#footer a img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .banner .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .contents ul li .text b{
    font-size: 1.75rem;
    line-height: 2.45rem;
  }
}

@media screen and (max-width: 600px) {
  .banner .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
  .contents ul li{
    flex-direction:column;
    padding: 5%;
  }
  .contents ul li .pic{
    width: 100%;
    isplay: flex;
    justify-content:center;
  }
  .contents ul li .text{
    width: 100%;
    padding: 1% 0 0 0;
  }
  .contents ul li .text b{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .contents ul li .text a{
    display: block;
    font-size: 1.2rem;
  }
}
