
#about {
  /* background-color: #F6CCCC; */
  position: relative;
  height: 730px;
}
.about1_text {  
    width: 100%; /* width+left, 加總需100%,否則畫面會超出 */
    height: 730px;
    background-image: url(../img/ab_bg_01.png);
    background-position:center;
    background-repeat: no-repeat;
    padding: 150px 0 0 0px;
    box-sizing: border-box;
    color: #A79C8E;
    position: absolute;  浮動
    top: 100px;
    text-align: center;
    z-index: 5;
}
/* .about1_text h2{ 
  margin: auto;
  text-align: left;
 } */
.about1_text p {
    margin: auto;
    margin-top: 20px;
    text-align: left;
    width: 240px;
    line-height: 26px;
    
}
.about_img {
    display: none;
}
.bg_pb {
  width: 100%;
  height: 70px;
  background-image: url("../img/bg_wb1.png");
}
h2 {
  margin-left: -110px;
}
h2 i{
  color: #eb9f9f;
}
/* 平版 */
@media screen and (min-width: 768px) {
  h2 {
    margin-left: -70px;
  }
  .about1_text p {
    width: 300px;
    padding-left: 120px;
    line-height: 26px;
    
  }
  .about1_text {  
    background-image: url(../img/ice_bg.png);
   }
}

/* 電腦版 */
@media screen and (min-width: 1200px) {
  /* .about1_text {  
    width: 90%;
    left: 10%; width+left, 加總需100%,否則畫面會超出 
  } */
 
  .about1_text p {
    /* margin-left: 550px; */
    padding-left: 150px;
    width: 350px;
    line-height: 26px;
    
  }
}