﻿/* RWD 026 Custom only */
/* 20230810 首頁產品位置交換 */
#home #main  {
   display: flex;
   flex-direction: column;
}
#home #main-products {
  order: -1;
}