﻿@media screen and (max-width:414px) {
    #c_portalResProduct_detail-16507360768674026 .proDetail {
        padding-left: 0;
        padding-right: 0;
    }
  #content_box-1650736077471-0 {
      /*width: 100%;*/
      /*margin: 0 auto;*/
  }
#gallery table {
     box-shadow: border-box;
   
  }  
#gallery table *{
     box-shadow: border-box;
  }  
  
  #gallery table {
     width: 96vw !important;
     height: auto;
     table-layout: auto;
     display: flex;
     flex-direction: column;
     border: none !important;
     border-left: none !important;
     border-top: none !important;
     border-bottom: none !important;
     border-right: 1px solid #000;
     
  }
  #gallery table tbody {
     display: flex;
     flex-direction: column;
     width: 96% !important;
  }
  #gallery table tr{
     display: flex;
  }  
  
  
  #gallery table tr td {
    width: 33.33333% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #gallery table tr td span {
    line-height: 1.4 !important;
    font-size: 12px;
  }
  #gallery table tr:nth-child(1) td:nth-child(3) {
    width: 100%;
    height: 246px;
  }
  
  #gallery table tr:nth-child(1) td img {
    max-width: 95%  !important;
    max-height: 95%  !important;
    width: auto !important;
    height: auto !important;
  }
  
  #gallery table tr:nth-child(6) td img {
    max-width: 95%  !important;
    max-height: 95%  !important;
    width: auto !important;
    height: auto !important;
  }
  
  #gallery table tr:nth-child(6) td:nth-child(2){ 
     width: 66.66666% !important;
  }
  #gallery table tr:nth-child(7) td:nth-child(2){ 
     width: 66.66666% !important;
  }
  
  #gallery table tr:nth-child(7){
     height: auto !important;
  }  
  #gallery table tr:nth-child(7) td{
     height: auto !important;
     padding: 5px !important;
  }  
}