body {
  font-family: "微軟正黑體", Arial;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  background-size: 100%;
  background-repeat: repeat-y;
  background-size: 100%;
  font-size: 24px; 
  background-color: #550907;
}
.top_bg2 {
  background-image: url(images/bg1.jpg);
  background-repeat: repeat;
  background-position: center 0%;
  color: #4a6d28;
  background-attachment: fixed;
}
.top_bg2 div2 {
  font-size: 1.2em;
  color: #2B2B2B;
  font-weight: bold;
  margin: 2% auto 0 auto;
  padding: 0 auto 0 auto;
  display: block;
}
.top_page01 {
  max-width: 1920px;
  margin: 0 auto 0 auto;
  padding: 0;
}
.top_page02 {
  max-width: 1170px;
  margin: 0 auto 0 auto;
  padding: 0;
}
.title {
  font-size: 2em;
  margin: 0 auto 0 auto;
  font-weight: bold;
  line-height: 2.5em;
  color: #7a5224;
}
.top_title{
  font-size: 1.7em;
  margin: 0 auto 0 auto;
  font-weight: bold;
  line-height: 1.4em;
  color: #25170a;
  text-align: center;
  padding-bottom: 15px;

}
.content {
  margin: 5% auto;
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  border: 10px solid #d27126;
  padding: 4%;
  background-color: rgba(255,255,255,0.9);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.content_dir{
  padding-bottom: 35px;
  border-radius: 100px;
  font-size: 22px;
  line-height: 37px;

}

.character-title{
  font-size: 38px;
  font-weight: bold;
  color: #25170a;
  padding-top: 15px;

}

.content img {
  margin: auto;
}
.content p {
  line-height: 2em;
  color: #7a5224;
  font-weight:500;
  text-align: justify;
  text-align-last: left;
}
.content_page {
  background-color: #FFFFFF;
  padding: 5%;
  border: 15px solid #bd9d30;
  margin: auto;
}
.content h1 {
  text-align: center;
  font-weight: 900;
  color: #fcf6c6;
  margin-bottom: 5%;
  text-shadow: 2px 2px 5px #000;
}
.copyright {
  font-size: 16px;
  text-align: center;
  color: #433e38;
  line-height: 3em;
  margin-top: 20px;
}
.p0 {
  padding: 0px;
}

.content .col-md-6 img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 15px 0;
  object-fit: contain;
}

.ww img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 15px 0;
  object-fit: contain;
}

.photosh {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.ww .col-md-6{
  padding-left:15px;
  padding-right:15px;
  margin-bottom:40px;
}

.ww{
  background-color: #FFF;
  margin-top: 3%;
  padding: 40px;
  overflow: hidden;
  box-shadow: rgba(14,30,37,.12) 0 2px 4px,
  rgba(14,30,37,.32) 0 2px 16px;
}

.dir{
  font-size: 27px;
  color: #ba3102;
  font-weight: 900;
  margin: 15px 0;
}

.content_dir .row{
  margin-left: 0;
  margin-right: 0;
}

.pc-banner{
    display:block;
}

.mobile-banner{
    display:none;
}




@media (max-width: 767px){

  .ww{
    padding: 15px;
    overflow: visible; /* 確保不會切掉內容 */
  }

  .ww [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
  }

  /* 手機版改成完整顯示圖片，不裁切 */
  .ww img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: contain;
    margin: 10px auto;
  }
  .pc-banner{
    display:none;
  }

  .mobile-banner{
    display:block;
  }
  
  body{
    font-size:16px;
    line-height:1.8;
  }

  .content_dir{
    font-size:16px;
    line-height:28px;
  }

  .dir{
    font-size:20px;
    line-height:1.4;
  }

  .character-title{
    font-size:28px;
  }
}