|  | @@ -1361,16 +1361,98 @@
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  .reporter-img {
 | 
	
		
			
				|  |  | -    display: flex;
 | 
	
		
			
				|  |  | -    justify-content: center;
 | 
	
		
			
				|  |  | +  .ai-reporter {
 | 
	
		
			
				|  |  | +    .cover-img {
 | 
	
		
			
				|  |  | +      display: flex;
 | 
	
		
			
				|  |  | +      justify-content: center;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    img {
 | 
	
		
			
				|  |  | -      width: 100%;
 | 
	
		
			
				|  |  | -      max-width: 70vw;
 | 
	
		
			
				|  |  | +      img {
 | 
	
		
			
				|  |  | +        width: 100%;
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    .info {
 | 
	
		
			
				|  |  | +      margin: 3rem auto;
 | 
	
		
			
				|  |  | +      display: flex;
 | 
	
		
			
				|  |  | +      flex-direction: column;
 | 
	
		
			
				|  |  | +      align-items: center;
 | 
	
		
			
				|  |  | +      justify-content: center;
 | 
	
		
			
				|  |  | +      position: relative;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        @media (max-width: 767px) {
 | 
	
		
			
				|  |  | -        max-width: 100vw;
 | 
	
		
			
				|  |  | +        margin: auto;
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +      span {
 | 
	
		
			
				|  |  | +        width: 100%;
 | 
	
		
			
				|  |  | +        padding: 1rem 2rem;
 | 
	
		
			
				|  |  | +        border-radius: 30px;
 | 
	
		
			
				|  |  | +        background-color: #F8E6E2;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @media (max-width: 767px) {
 | 
	
		
			
				|  |  | +          width: 90%;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        &.grey {
 | 
	
		
			
				|  |  | +          background-color: #DDDDDD;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +          @media (max-width: 767px) {
 | 
	
		
			
				|  |  | +            background-color: #F8E6E2;
 | 
	
		
			
				|  |  | +          }
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        h3 {
 | 
	
		
			
				|  |  | +          font-weight: bold;
 | 
	
		
			
				|  |  | +          text-align: center;
 | 
	
		
			
				|  |  | +          line-height: 1.4;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +          @media (max-width: 991px) {
 | 
	
		
			
				|  |  | +            font-size: 1.25rem;
 | 
	
		
			
				|  |  | +          }
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        img {
 | 
	
		
			
				|  |  | +          width: 100%;
 | 
	
		
			
				|  |  | +          height: 30vh;
 | 
	
		
			
				|  |  | +          object-fit: contain;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +          @media (max-width: 991px) {
 | 
	
		
			
				|  |  | +            height: 15vh;
 | 
	
		
			
				|  |  | +          }
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +      p {
 | 
	
		
			
				|  |  | +        margin-top: 1rem;
 | 
	
		
			
				|  |  | +        font-size: 1.25rem;
 | 
	
		
			
				|  |  | +        font-weight: bold;
 | 
	
		
			
				|  |  | +        text-align: center;
 | 
	
		
			
				|  |  | +        position: absolute;
 | 
	
		
			
				|  |  | +        bottom: -90px;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @media (max-width: 991px) {
 | 
	
		
			
				|  |  | +          font-size: 1rem;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @media (max-width: 767px) {
 | 
	
		
			
				|  |  | +          position: static;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +      .material {
 | 
	
		
			
				|  |  | +        width: 100px;
 | 
	
		
			
				|  |  | +        position: absolute;
 | 
	
		
			
				|  |  | +        top: -25px;
 | 
	
		
			
				|  |  | +        left: -25px;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @media (max-width: 991px) {
 | 
	
		
			
				|  |  | +          width: 75px;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @media (max-width: 767px) {
 | 
	
		
			
				|  |  | +          left: 0px;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    }
 | 
	
	
		
			
				|  | @@ -1856,6 +1938,7 @@
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  @media (max-width: 767px) {
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    // .header {
 | 
	
		
			
				|  |  |    //   height: 70vh;
 | 
	
		
			
				|  |  |    // }
 | 
	
	
		
			
				|  | @@ -2642,7 +2725,7 @@
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    .card-content {
 | 
	
		
			
				|  |  | -    & > div {
 | 
	
		
			
				|  |  | +    &>div {
 | 
	
		
			
				|  |  |        display: flex;
 | 
	
		
			
				|  |  |        flex-direction: column;
 | 
	
		
			
				|  |  |        // border: 2px solid #ffebe2;
 | 
	
	
		
			
				|  | @@ -3698,7 +3781,7 @@
 | 
	
		
			
				|  |  |        filter: invert(33%) sepia(55%) saturate(2232%) hue-rotate(357deg) brightness(102%) contrast(89%);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    .content > div {
 | 
	
		
			
				|  |  | +    .content>div {
 | 
	
		
			
				|  |  |        margin-bottom: 40px;
 | 
	
		
			
				|  |  |        padding: 0px 15px;
 | 
	
		
			
				|  |  |        border-left: 1px solid rgba(0, 0, 0, 0.125);
 | 
	
	
		
			
				|  | @@ -4100,7 +4183,7 @@
 | 
	
		
			
				|  |  |      .row {
 | 
	
		
			
				|  |  |        padding: 0 5vw;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -      & > div {
 | 
	
		
			
				|  |  | +      &>div {
 | 
	
		
			
				|  |  |          display: flex;
 | 
	
		
			
				|  |  |          flex-direction: column;
 | 
	
		
			
				|  |  |          align-items: center;
 | 
	
	
		
			
				|  | @@ -4691,15 +4774,15 @@
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    .table-striped > tbody > tr:nth-child(odd) > td,
 | 
	
		
			
				|  |  | -    .table-striped > tbody > tr:nth-child(odd) > th {
 | 
	
		
			
				|  |  | +    .table-striped>tbody>tr:nth-child(odd)>td,
 | 
	
		
			
				|  |  | +    .table-striped>tbody>tr:nth-child(odd)>th {
 | 
	
		
			
				|  |  |        box-shadow: none;
 | 
	
		
			
				|  |  |        background-color: #fdeae1;
 | 
	
		
			
				|  |  |        border-bottom-width: 0px !important;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    .table-striped > tbody > tr:nth-child(even) > td,
 | 
	
		
			
				|  |  | -    .table-striped > tbody > tr:nth-child(even) > th {
 | 
	
		
			
				|  |  | +    .table-striped>tbody>tr:nth-child(even)>td,
 | 
	
		
			
				|  |  | +    .table-striped>tbody>tr:nth-child(even)>th {
 | 
	
		
			
				|  |  |        border-bottom-width: 0px !important;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -4840,6 +4923,10 @@
 | 
	
		
			
				|  |  |    padding-bottom: 5rem;
 | 
	
		
			
				|  |  |    margin: 0 auto 50px;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +  @media (max-width: 991px) {
 | 
	
		
			
				|  |  | +    padding-top: 0;
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    .blogtab-title {
 | 
	
		
			
				|  |  |      display: inline-block;
 | 
	
		
			
				|  |  |      margin-bottom: 30px;
 | 
	
	
		
			
				|  | @@ -5675,6 +5762,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #responsive-iframe {
 | 
	
		
			
				|  |  |    right: 3px;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    @media (max-width: 768px) {
 | 
	
		
			
				|  |  |      // width: 375px; /* 行動裝置上的寬度 */
 | 
	
		
			
				|  |  |      // height: 650px; /* 行動裝置上的高度 */
 | 
	
	
		
			
				|  | @@ -5844,4 +5932,4 @@
 | 
	
		
			
				|  |  |        margin-top: 0.3rem !important;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  | -}
 | 
	
		
			
				|  |  | +}
 |