
@media screen and (min-width:769px){
.side .content p {
margin-bottom: 8px;
    text-indent:unset;
}
 .side .content {
    font-size: 18px;
}
  .side .content p{
   line-height: 36px !important;
  }
  .side .info h4 { 
	width: 100%;
    height: auto;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    line-height: 50px;
    font-family: SourceHanSansSCBold;
}
}

@media screen and (max-width:768px) { 
  .side .content p{
    font-size: 40px !important;
    /*font-weight: 400;*/
    line-height: 67px !important;
    margin-bottom: 0 !important;
    text-align: justify;
    text-indent:unset;
  }
  .side .content span{
    font-size: 40px !important;
    /*font-weight: 400;*/
    line-height: 67px !important;
    margin-bottom: 60px !important;
    text-align: justify;
  }
.content p img {
    margin: 0.25rem 0;
    height: auto !important;
    width: 100% !important;
    display: block;
}
.side .info h2 {
font-size: 40px;
}
.content iframe{
max-width: 100% !important;
}
.side .info h4 { 
    width: 100%;
    height: auto;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
   line-height: 65px;
    font-family: SourceHanSansSCBold;
}

}
.side .content p {
font-family: 微軟雅黑 !important;
}
.side .content p  span{
font-family: 微軟雅黑 !important;
}
.content a {
text-decoration: revert;
color: #0000ee;
}
.content  a:hover {
text-decoration: revert;
color: #0000ee;
}
