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

    article{

    }
    article:after{
        content:".";
        height:0;
        visibility:hidden;
        display:block;
        clear:both;
    }
    #banner{
        width:100%;
        height: 458px;
        background: url(/images/oem/banner_bg.jpg) no-repeat center center;
    }
    #banner_title{
        width:300px;
        height: 100px;
        padding-top: 250px;
        margin: 0 auto;
        text-align: center;
        color: #FFF;
        text-shadow: 2px 2px 3px #aaa;
    }
    #banner_txt1{
        font-family: "新細明體";
        font-size: 28px;
        font-weight: bold;
    }
    #banner_txt2{
        font-family: 'Rasa', serif;
        font-size: 16px;
    }
    #table1{
        width: 100%;
    }
    #table1:after{
        content:".";
        height:0;
        visibility:hidden;
        display:block;
        clear:both;
    }
    #left1{
        width: 45%;
        height: 550px;
        float: left;
        background: url(/images/oem/img1.png) no-repeat right bottom;
    } 
    #right1{
        width: 55%;
        height: 550px;
        float: right;
    }
    #title1{
        width: 500px;
        height: 300px;
        padding-top: 180px;
        letter-spacing: 2px;
    }
    #table_txt1{
        font-family: "新細明體";
        font-size: 26px;
        color: #6D5040;
        margin-bottom: 20px;
        font-weight: bold;
    }
    #table_txt2{
        font-size: 14px;   
        line-height: 25px;
    }
    #table2{
        width:100%;
        background: #FFF5E9;
        color:#554842;
        padding-bottom: 100px;
    }
    #title2{
        width: 200px;
        height: 200px;
        text-align: center;
        margin: 0 auto;
        padding-top: 100px;
        
        
    }
    #title2_txt1{
        font-family: "新細明體";
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    #title2_txt2{
        font-family: 'Rasa', serif;
        font-size: 18px;
        text-transform: uppercase;
    }
        #main:after{
        content:".";
        height:0;
        visibility:hidden;
        display:block;
        clear:both;
    }
    #main ul{
        padding: 0px;
        margin: 0px;
    }
    #main ul li{
        width: 25%;
        float: left;
        text-align: center;
        padding-bottom: 30px;
    }
    .con_txt1{
        width: 100%;
        padding-top: 20px;
        font-size: 20px;
        font-weight: 300;
    }
    .con_txt2{
        width: 100%;
        font-family: "微軟正黑體";
        font-size: 13px;
        padding-top: 10px;
    }
    #partner{
        padding-top: 50px;
        padding-bottom: 30px;
     
    }
    #partner:after{
        content:".";
        height:0;
        visibility:hidden;
        display:block;
        clear:both;
    }
    #partner_title{
        width:200px;
        height: 50px;
        margin: 0 auto;
        text-align: center;

    }
    #partner_txt1{
        font-size: 18px;
        color:#3E3A39;
        letter-spacing: 2px;
    }
    #partner_txt2{
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        font-size: 15px;
        color:#929292;

    }
    #partner_list{
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }
    .partner_img{
        width:200px;
        height: 200px;
        text-align: center;
        line-height:200px;
        padding: 10px;
        float:left;
    }
    .partner_img img{
        vertical-align : middle;
    }
    #partner_form{
        width: 100%;
        padding-top: 50px;
        padding-bottom: 100px;
        background: #CDC5BB;
        
    }
    #partner_table{
        width: 600px;
        margin: 0 auto;
    }
    #partner_table input{
        width:100%;
        height: 55px; 
        border: 0px;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    #partner_table textarea{
        width: 100%;
        height: 150px;
        padding: 20px;
        border: 0px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    #vcode{
        width: 250px !important;
        float: left;
        margin-right: 10px;
      
    }
    #btn_send{
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #AD7E46;
        color: #FFF;
        letter-spacing: 2px;
        font-size: 18px;
        font-weight: 400;
        cursor: pointer;
        margin-top: 15px;
    }
    #partner_title{
        width: 100%;;
        height: 50px;      
        font-family: "新細明體";
        font-size: 28px;
        font-weight: bold;
        margin: 0 auto;
        
    }
    #alert{
        width: 350px;
        height: 150px;
        background: #FFF;
        position:fixed;
        left: 50%;
        top: 50%;
        margin-top: -75px;
        margin-left: -100px;
        border: 1px solid #CCC;
        box-shadow: 3px 3px 7px #CCC;
        text-align: center;
        display: none;

    }
    #alert_title{
        width: 100%;
        height: 70px;
        line-height: 70px;
        color:#83B0C0;
        font-size: 24px;
        font-weight: 400;
    }
    #alert_content{
        width: 100%;
        height: 80px;
        line-height: 25px;
        color:#9F9F9F;
        font-size: 16px;
    }    
    .input_err::placeholder{
        color:#FF0000;        
    }


/* mobile start */
@media screen and (min-width:1200px){
    #main{
        width:1000px;
        margin: 0 auto;
    }

}
@media screen and (max-width:1200px) and (min-width:992px){
    #title1{
        width:400px;
    }
}
@media screen and (min-width:992px){
    article{
        width: calc(100% - 150px);
        margin-left: 150px;            
    }

}
@media screen and (max-width:992px){
    #banner{
        width: 100%;
        height: 135px;
        background: url(/images/oem/m_banner_bg.jpg) no-repeat center center;
        background-size: cover;   /* LOLA-FIX-oem-banner */
    }
    #banner_title{
        width:300px;
        height: 100px;
        padding-top: 50px;
        margin: 0 auto;
        text-align: center;
        color: #FFF;
        text-shadow: 2px 2px 3px #aaa;
    }
    #banner_txt1{
        font-family: "新細明體";
        font-size: 28px;
        font-weight: bold;
    }
    #banner_txt2{
        font-family: 'Rasa', serif;
        font-size: 16px;
    }
    #table1{
        width: 100%;
        padding: 40px;
    }
    #left1{
        display: none;
    }
    #right1{
        width: 100%;
        height: auto;
    }
    #title1{
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 30px;
        
    }
    #table_txt1{
        color:#000;
    }
    #title2{
        padding-top: 50px;
    }
    #main{
        width: 100%;
        overflow: hidden;
    }
    #main ul li{
        width: calc(50%);
        
        overflow: hidden;
        
    }
 
    .con_txt2{
        display: none;
    }
    #partner{
        display: none;
    }
    #partner_form{
        background: #FFF;
        padding: 20px;
    }
    #partner_title{
        position: inherit;
        margin: 0 auto;
    }
    #partner_table{
        width: 100%;
        padding-top: 30px;
    }
    #partner_table input{
        width: 100% !important;
        border: 1px solid #717071;
    }
    #partner_table textarea{
        width: 100%;
        border: 1px solid #717071;
    }
    #btn_send{
        height: 55px;
        line-height: 55px;
    }

}

