@charset "utf-8";
.in{
 position:relative;
 width:100%;
 height:auto;
 float:left;
}
.in img.pc_img{
	max-width:100%;
	margin-top: -70px;	           
	height: auto;
}

header .headerContent{

background:none!important;
}

.in_text{
    position:relative;
    width:100%;
}
.link_all{
    position:absolute;
    width:40%;
    bottom:12%;
    right:50%;
    margin-right:-30%;
    text-align:center;
}
.link_all p{
    color:#019e4f;
    font-family: "微軟正黑體";
    margin-bottom: 5px;
    font-size: 14px;
    
}
.in img.mobile_img{display:none;}
@media screen and (max-width:1000px){
 .link_all{
    position:absolute;
    width:40%;
    bottom:20px;
    right:50%;
    margin-right:-30%;
    text-align:center;
}
}

@media screen and (max-width:960px){

    .link_all{
    position:absolute;
    width:40%;
    bottom:5%;
    right:50%;
    margin-right:-30%;
    text-align:center;
    }
    .in img.pc_img {
        max-width: 100%;
        margin-top: -50px;
        height: auto;
    }

   .in img.pc_img{display:none;}
   .in img.mobile_img{display:block;max-width:100%; width:100%; margin-top: -70px;}

   .link_all{
    position:absolute;
    width:100%;
    bottom:0px;
    right:50%;
    margin-right:-50%;
    text-align:center;
    }
    .in_text{
     margin-bottom:50px;
    }

}
@media screen and (max-width:640px){

.link_all{
    position:absolute;
    width:100%;
    bottom:-30px;
    right:50%;
    margin-right:-50%;
    text-align:center;
}

}

.text_c p.t {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    font-family: "微軟正黑體";
    color: #ff7200;
    margin-bottom: 5px;
}
.text_c ul li {
    list-style-type: decimal;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    font-family: "微軟正黑體";
    color: #858585;
}

.text_c {
    position: relative;
	
    width: 96%;
    height: auto;
    float: left;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    margin: 8px 2% 0;
}

.text_c ul {
    padding: 0 20px;
}

