@charset "utf-8";
/* ============================================================
 * 檔案:production.css
 * 用途:產品製程 / 生產介紹頁(production.php)
 * ------------------------------------------------------------
 * 【常見小修改速查】
 *   字體大小  → 搜尋  font-size      (例 font-size: 16px;)
 *   字型      → 搜尋  font-family    (全站預設字型設定在 public.css)
 *   文字顏色  → 搜尋  color
 *   背景顏色  → 搜尋  background  或  background-color
 *   外距(元素之間) → 搜尋  margin
 *   內距(框內留白) → 搜尋  padding
 *   粗體      → font-weight: bold;   置中 → text-align: center;
 * ============================================================ */

    article{
        padding-bottom: 200px;
    }
    article:after{
        content:".";
        height:0;
        visibility:hidden;
        display:block;
        clear:both;
    }
    #banner{       
        height: 770px;
        background:url(/images/production/banner_bg.png) repeat-x center bottom;
    }
    #banner_title{
        width: 400px;
        height: 100px;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 2px;        
    }
    #banner_txt1{
        width: 100%;
        height: 60px;
        font-family: "新細明體";
        font-size: 24px;
        font-weight: bold;
    }
    #banner_txt2{
        width: 100%;
        height: 30px; 
        line-height: 25px;
        font-size: 13px;
    }
    #products_img{
        width: 172px;
        height: 276px;

        position: fixed;
        left: 50%;
        margin-left: -7px;
        bottom: 250px;
        z-index: 1000;
    }
    #products_img img{
            width: 100%;
        }
    #list_start{
        width: 100%;
        height: 70px;
        padding-top: 50px;
    }
    #start_radiu{
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border: 1px solid #666;
        margin: 0 auto;
    }
    #list_left{
        width: calc(50% + 1px);
    
        border-right: 2px dashed #666;
        float: left;
        padding-bottom: 50px;
        
    }
    #list_right{
        width: calc(50% - 2px);
    
        float: right;
    }
    .left_pro{
        padding-top: 30px;
        float: right;
        margin-right: 150px;
    }
    .left_img{
        width: 100%;
        margin-bottom: 30px;
    }
    .left_info{
        width: 320px;
        text-align: center;
    }
    .right_info{
        width: 350px;
        text-align: center;
    }
    .txt1{
        font-family: "新細明體";
        font-size: 27px;
        color:#B28247;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .txt2{
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 2px;
    }
    .right_pro{
        float: left;
        margin-left: 150px;
    }
    .margin-top-400{
        margin-top: 400px;
    }
    .margin-top-350{
        margin-top: 350px;
    }
    .margin-top-300{
        margin-top: 300px;
    }
    .margin-top-250{
        margin-top: 250px;
    }
    .margin-top-200{
        margin-top: 200px;
    }
    #list_logo{
        width: 100%;
        height: 386px;
        float: left;
        margin-top: 380px;
        margin-left: -125px;      
    }
    #footer{
        border-top: 1px solid #9FA0A0;
    }
    
    /* mobile start */
    @media screen and (min-width:1200px){
        #banner_title{
            padding-top: 250px;
        }
    }
    @media screen and (max-width:1500px) and (min-width:1200px){
        #banner_title{
           padding-top: 150px;    
        }
         #products_img{
            width: 110px;
            height: 276px;  
            position: fixed;
            left: 50%;
            margin-left: 20px;
            bottom: 60px;
        }
    }
    @media screen and (max-width:1200px) and (min-width:992px){
        #banner{       
            height: 630px;
            background:url(/images/production/banner_bg.png) repeat-x center bottom;
        }
        #banner_title{
           padding-top: 190px;    
        }
        #products_img{
            width: 110px;
            height: 276px;  
            position: fixed;
            left: 50%;
            margin-left: 20px;
            bottom: 50px;
        }
        .left_pro{
            margin-right: 70px;
        }
        .right_pro{
            margin-left: 30px;
        }
        
        
    }
    @media screen and (min-width:992px){
        article{
            width: calc(100% - 150px);
            margin-left: 150px;            
        }
        #m_products_img, #m_list, #m_banner{
            display: none;
        }
        #m_banner{
            width: 100%;
            height: 600px;
            padding-top: 100px;
            padding-left: 40px;
            padding-right: 40px;  
            background: none;
            
            
        }
       
    }
    @media screen and (max-width:992px){
        article{
            width: 100%;
            padding-bottom: 100px;
        }
        #banner{
            display: none;
            
            
        }
        #m_banner_title{
            width: 100%;   
            height: 240px;            
            padding: 40px;
            padding-top: 60px;
            text-align: center;
            letter-spacing: 2px;
        }
        #products_img{
            display: none;
        }
        #m_products_img{
            width: 100%;
            text-align: center;
            padding-top: 20px;
            
        }
        #list_left, #list_right{
            display: none;
        }
        #m_list{
            width: 100%;
            text-align: center;
        }
        #m_list_line{
            width: calc(50% + 1px);
            height: 50px;
            border-right: 2px dashed #000;
        }
        .list_info{
            width: 100%;
            padding-left:40px;
            padding-right: 40px;
        }
        .list_num{
            width: 100%;
            height: 100px;
            text-align: center;
            font-family :"新細明體";
            font-size: 58px;
            font-style: oblique;
            color: #C9CACA;
            padding-top: 30px;
            margin-bottom: 20px;
        }
        .txt1{
            font-size: 20px;
        }
        .txt2{
            line-height: 25px;
        }
        .margin-top-100{
            margin-top: 100px;
        }
        #m_list_logo{
            width: 100%;
            padding-top: 50px;
            text-align: center;
  
        }
        #m_list_logo img{
            width: 150px;
        }
        
    }

