
/* 內頁最下方_連結鈕上方線條start */

.topLineBlock{
	position: relative;
	padding-top: 3vh;
}

.topLineBlock::before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background:#aaaa; 
	position: absolute;
	top: 0;
	left: 0;
}

/* 內頁最下方_連結鈕上方線條end */

/* 編輯器start */

.contentDiyBlock img,
.investorsContainer img,
.ptDtNarrativeUnit img,
.accordionList img{
	width: 100%;
}

.contentDiyBlock ul,
.contentDiyBlock ol,
.investorsContainer ul,
.investorsContainer ol,
.ptDtNarrativeUnit ul,
.ptDtNarrativeUnit ol,
.accordionList ul,
.accordionList ol{
	list-style: initial;
	margin: 15px;
}
/* 編輯器end */


/* 連結鈕start */

.btnBlock {
	text-align: center;
	margin: 10px;
	padding-bottom: 3vh;
}


.btnBlock a {
	display: inline-block;
	padding: 5px 10px;
	background: #009382;
	color: #fff;
	font-size: 1.15em;
	border-radius: 5px;
	letter-spacing: 0.2em;
	transition: 0.4s;
}

.btnBlock a:hover {
	background: #FF942A;
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

/* 連結鈕end */

/* 內頁banner start */

.pageBannerBlock{

	overflow: hidden;
	position: relative;
}

.pageBannerInner{
    display: block;
    padding-bottom: 23%;
    background-image:url('../img/gettyimages-1157285571-2048x2048.jpg');
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: cover;

}

.pageBannerInner::after{
	content: "";
	display: block;
	width: 100%;
	height: 170px;
	background: url('../img/pageBg.png') no-repeat left bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;

}

/* 內頁banner end */


/* 內頁banner_投資人專區使用_start */

.pageInvestorsBannerBlock{

	overflow: hidden;
	position: relative;
}

.pageInvestorsBannerInner{
    display: block;
    padding-bottom: 23%;
    background-image:url('../img/gettyimages-950986656-2048x2048.jpg');
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: cover;

}

.pageInvestorsBannerInner::after{
	content: "";
	display: block;
	width: 100%;
	height: 170px;
	background: url('../img/pageBg.png') no-repeat left bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;

}

/* 內頁banner_投資人專區使用_end */

/* 內頁Banner上大標題_投資人專區_start */

.pageInvestorsBannerBlock {
	position: relative;
}

.pageInvestorsBannerTitle {
	max-width: 80%;
	position: absolute;
	left: 15vh;
	bottom: 20vh;
	z-index: 1;
}

.pageInvestorsBannerTitle p{
	background: rgba(255,255,255,0.5);
	padding: 10px;
	font-size: 40px;
	letter-spacing: 2px;
	color: #009382;
	font-weight: 500;
	position: relative;
}

.pageInvestorsBannerTitle p::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    width: 30px;
    height: 30px;
    border-top: 4px solid #FF942A;
    border-right: 4px solid #FF942A;
}

.pageInvestorsBannerTitle p::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -2px;
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #FF942A;
    border-left: 4px solid #FF942A;
}

.pageInvestorsBannerBlock {
	position: relative;
}

.pageInvestorsBannerTitle {
	max-width: 80%;
	position: absolute;
	left: 15vh;
	bottom: 20vh;
	z-index: 1;
}

.pageInvestorsBannerTitle p{
	background: rgba(255,255,255,0.5);
	padding: 10px;
	font-size: 40px;
	letter-spacing: 2px;
	color: #009382;
	font-weight: 500;
	position: relative;
}

.pageInvestorsBannerTitle p::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    width: 30px;
    height: 30px;
    border-top: 4px solid #FF942A;
    border-right: 4px solid #FF942A;
}

.pageInvestorsBannerTitle p::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -2px;
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #FF942A;
    border-left: 4px solid #FF942A;
}

/* 內頁Banner上大標題_投資人專區_end */

/* 麵包屑start*/

.breadBlock span{
	letter-spacing: 1.5px;
}

.breadBlock>span {
	font-size: 16px;
}

.breadBlock>a{
	color:  #383838;
}

.breadBlock a:hover{
	color:  #383838;
	text-decoration: underline;
}

.breadBlock span::after{
	content: ">";
	color: #383838;
	display: inline-block;
	font-size: 16px;
	padding: 0px 5px;
}

.breadBlock>span:last-child::after{
	content: "";
	display: none;
}


.breadActive a{
	color:  #009382;
	font-size: 21px;
}

.breadActive a:hover{
	color:  #009382;
	text-decoration: underline;
}

/* 麵包屑end*/


/* ///每一頁every_page_h3////_start */

.contentTitle {
	padding-top: 80px;
}

.contentTitle h3{
	font-size: 26px;
	padding: 10px;
	letter-spacing: 2px;
	border-bottom: #ccc solid 1px;
}

.contentItemBlock{
	padding-top: 20px;
}

/* ///每一頁every_page_h3////_end */


/* 副標題_start */

.contentSubTitle p{
	font-size: 18px;
	padding: 20px;
	letter-spacing: 1.8px;
	font-weight: 600;
}

.investorsSubTitle p{
	font-size: 18px;
	padding: 10px;
	letter-spacing: 1.8px;
	font-weight: 600;
}

/* 副標題_end */



/* 文字編輯器頁面之div_start */

.contentDiyInner {
	letter-spacing: 1.5px;
	font-size: 18px;
	padding: 10px 10px 50px 10px;
}

/* 文字編輯器頁面之div_end */


/* ////表格群_start//// */

.tableInner{
	padding: 20px 0px 110px 0px;
}

.tableStyle {
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 950px;
}

.tableStyle th {
    padding: 10px 5px;
    border: 1px solid #009382;
    overflow: hidden;
    letter-spacing: 2px;
}

.tableStyle td {
    padding: 18px 50px;
    border: 1px solid #009382;
    overflow: hidden;
    letter-spacing: 1.2px;
}

.tableStyle .thStyle {
    font-size: 18px;
    background: #009382;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.tableStyle .tdStyle {
    font-size: 16px;
    text-align: center;
    vertical-align: middle
}

/* 財務資訊_每月財務資訊 */
.thStyle_month:last-child{
	padding: 18px 100px;
}
/* 財務資訊_每季財務報表, 公司年報 */
.tdStyle_icon a{
	font-size: 25px;
	color: #dc143c;
}

.tdStyle_icon a:hover{
	color: #FF942A;
}

/* 公司治理_公司基本資料 */
.tableStyle .tdTitle{
	padding: 15px 32px;
}

.tdTitle {
	font-weight: 600;
	background: rgba( 0, 147, 130, 0.5);
}

.tableStyle .tdText{
	text-align: left;
}

/* 公司治理_經理人資訊 */

.tableStyle_g td{
	padding: 15px 45px;
}

/* 公司治理_董事會 */
.tableStyle_boss td{
	padding: 15px 35px;
}

/* 公司治理_獨立董事 */
.tableStyle .tdStyle_ol{
	text-align: left;
}
	.contentDiyInner_p{
		padding-bottom: 20px;
	}

/* 公司治理_歷年股利分派與發放日程 & 股利/股價資訊 */

.tableStyle_inves {
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 930px;
}

.tableStyle_inves th,
.tableStyle_inves td{
	letter-spacing: 1.2px;
	padding: 5px;
	border: 1px solid #009382;
    overflow: hidden;
    text-align: center;
}

.tableStyle_inves .thStyle{
	font-size: 15px;
	font-weight: 500;
	background:  #009382;
	color: #fff;
	vertical-align: middle;
}

.tableStyle_inves .tdStyle{
	font-size: 15px;
	vertical-align: middle;
}


/* ////表格群_end//// */


/* 投資人專區整頁_start */

.investorsContainer{
	padding-bottom: 5vh;
}

/* 投資人專區整頁_end */


/* 新聞中心start */
.newsContainer{
	padding-bottom: 5vh;

}

/* 新聞中心end */


/* 2.0 文章__ article_start */

.articleInner {
/* 	border: 1px solid #aaaa; */
	padding: 10px;
}

.articleNumInner {
	margin-bottom: 10px;
	padding-left: 5px;
	background: #009382;

}

.articleNumInner li{
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	letter-spacing: 1.2px;
}

.articleNumInner a{
	color: #fff;
}

.articleNumInner a:hover{
	color: #FF942A;
}

.numPage {
    padding-left: 3vh;
}

.numPage span{
	padding: 0px 3px;
	letter-spacing: 1.2px;
}
 
.showNum{
	font-weight: 600;
	color: #FF942A;
}

.totalNum{
	font-weight: 600;
	color: #FF942A;

}

.articleBox {
	padding-top: 20px;
	border-bottom: 1px solid rgba( 0, 147, 130, 0.7);
}

.articleBox a{
	display: block;
}

.articleBox a:hover{
	color: #383838;
}

.articleTitle {
	padding: 10px;
}

.articleTitle p {
	font-size: 20px;
	position: relative;
	letter-spacing: 1.5px;

}

.articleTitle span{
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #FF942A;
}

.articleTitle p::after{
    content: "";
    display: block;
    height: 3px;
    width: 45px;
    background: #009382;
    margin-top: 10px;
}

.articleText p{
	padding: 25px 12px 5px 12px;
}

.articleText .articleMore{
	text-align: right;
	letter-spacing: 1.8px;
	font-size: 14px;
	padding: 5px 15px 25px 10px; 
}


.articleText .articleMore a:hover{
	color: #FF942A;
}


/* 2.0 文章__ article_end */

/* 2.0文章詳細頁_新聞中心詳細頁_start */
.detailTitle {
	padding-top: 0px;
}

.newsDetailInner{
	padding: 30px 5px 40px 5px;
}

.detailText{
	padding: 60px 10px;
	line-height: 1.8;
}

/* 2.0文章詳細頁_新聞中心詳細頁_end */


/* ///列表類型_start/// */

.contentItemBox>a {
	display: block;
	border: 1px solid #aaaa;
/* 	width: 38vh; */
	margin: 10px;
	background: #fff;
}

.boxTop {
	height: 30vh;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.boxImg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 18vh;
	position: relative;
	opacity: 0.6;
}

/* 股務服務 start */
.boxImgContact{
    background-position: unset;
}
/* 股務服務 end */

.boxImg::after{
	content: "";
    display: block;
    width: 100%;
    padding-bottom: 18vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

.boxTitle {
	position: absolute;
	bottom: 15vh;
	left: 2vh;
}

.boxTitle p{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	letter-spacing: 3.5px;
}


.boxBtnBlock{
	display: block;
}

.boxBtn{
	background: #fff;
    padding: 5px;
    text-align: center;
    display: inline-block;
    border-radius: 28px;
	color:#FF942A;

}

.boxIcon{
	display: inline-block;
	font-size: 40px;

}

.boxBtnText p{
	font-size: 14px;
}


.contentItemBox>a:hover{
	border: 2px solid #FF942A;
    
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}	

.boxBtn:hover{
	color: #FF942A;
}


/* ------investors_corporate.html_董事會 start */

.contentItemBox>.boxBossclubInner{
	border: 1px solid #aaaa;
	width: auto;
}


.boxBossclubInner:hover {
	background: #FF942A;
	background-size: cover;

}

.boxTopBossclub{
	overflow: visible;
	padding: 30px;
	height: auto;
	display: table;
}

.boxTitleBossclub{
	position: static;
	display: table-cell;
	vertical-align: middle;
}

.boxTitleBossclub>p{
	font-size: 35px;
	color: #383838;
	display: inline-block;
}


.boxTitleBossclub>span{
	display: inline-block;
	font-size: 17px;
	color: #383838;
	letter-spacing: 1.2px;
	padding-left: 50px;
	position: relative;
}

.boxTitleBossclub>span::after{
	content: "/";
	display: inline-block;
	font-size:20px;
	position: absolute;
	left: 30px;
	bottom: 0px;
	color: #009382;
}


/* ------investors_corporate.html_董事會 end */

/* ------investors_investors.html_股東常會start */

	.boxTopClub{
		border: 1px solid #aaaa;
		overflow: visible;
		padding: 30px;
		height: auto;
	}
	
	.boxTitleClub{
		position: static;
		vertical-align: middle;
		padding: 12px 0px;
		
	}

	.boxTitleClub p{
		font-size: 35px;
		color: #383838;
	}

	.boxTitleClub>span{
		display: block;
		font-size: 17px;
		color: #383838;
		letter-spacing: 1.2px;
	}

	.boxTitleClub ul li{
		font-size: 16px;
		color: #383838;
		text-align: left;
	}

	.boxTitleClub ul li a{
		color: #383838;
		letter-spacing: 1.2px;

	}
	.boxTitleClub ul li a:hover{
		text-decoration: underline;
	}
	
	.boxTitleClub ul li a>span{
		color: #dc143c;
		padding: 0px 5px;
	}

	.boxTitleClub ul li a>span:hover{
		color: #dc143c;
	}

/*-------investors_investors.html_股東會end*/

/* -----investors_investors.html_股務服務聯絡start */


.boxTopContact {
	overflow: visible;
	margin: 10px;
	/* position: relative; */
	border: 1px solid #aaaa;
	height: auto;
}



.boxContactCaption{
	/* position: absolute;
	left: 20px;
	top: 120px; */
	font-size: 24px;
	color: rgb(25, 111, 240);
    letter-spacing: 2px;
    padding-left: 10px;
    font-weight: 600;
}


.boxContactTitle {
	position: static;
	padding: 10px;
}

.boxContactTitle p{
	display: block;
	color: #383838;
	position: static;
	font-size: 16px;
	letter-spacing: 1.2px;
}

/* -----investors_investors.html_股務服務聯絡end */

/*-------investors_investors.html_股權結構、公司年報｜investors_corporate.html_公司重要規章 start */

.boxImgPapper{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.boxTitlePapper {
	position: absolute;
	bottom: 14vh;
	left: 3vh;
}

.boxTitlePapper p{
	padding: 5px 10px;
	background: rgba(255, 148, 42, 0.8);
	border-radius: 20px;
	color:#fff;
	text-align: center;
}

.boxBtnPapper{
	position: absolute;
    bottom: 45px;
    right: 25px;
}


/* ----investors_investors.html_股權結構、公司年報｜investors_corporate.html_公司重要規章 end */

/* ---- news_list.html_新聞中心_start */

.contentItemBox>.boxNewsInner{
	display: block;
    border: 1px solid #aaaa;
    width: auto;
    background: #fff;
}

.boxTopNews{
	height: auto;
	overflow: visible;
	position: relative;
}

.boxWord{
	margin: 10px 12px;

}

.boxWord p{
	margin: 20px 0px;
}

.boxDate p{
	font-size: 13px;
	color: #383838;
}


.boxNewsTitle p{
	font-size: 17px;
	font-weight: 600;
}

.boxNewsText p{
	font-size: 15px;
	color: #383838;
}


.boxNewBtn{
	display: inline-block;
	background: #009382;
	color: #fff;
	border-radius: 2px;
    padding: 5px;
    text-align: right;
    /* position: absolute;
    bottom: 5px;
    right: 5px; */
}

.boxImgNews{
	height: 20vh;
}

.boxImgNews::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 20vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

.boxBtnBlock_news{
	text-align: right;
}

.boxNewsBtnUnit{
	font-size: 15px;
}


/* ---- news_list.html_新聞中心_end */

/* ///列表類型_end/// */



/* contact_us.html_聯絡我們_表單_start */

.contentContact{
	padding: 10px 10px 30px 10px;
}

.formContainer{
	margin-bottom: 50px;
	margin-left: 30px;
}

.formSendBtnItem{
	display: table;
}

.cancelBtn, .sendBtn{
	display: table-cell;
	margin: 0px 10px;
}

.contentTitleForm{
	padding-top: 35px;
}

.contentTitleForm {
    padding-top: 35px;
}

.formInner {
    margin: 20px 0px;
}

.formFeild input {
    width: 100%;
}

.formFeild textarea{
	width: 100%;
}


.formSendBtnItem button{
	background: #009382;
	color: #fff;
	padding: 3px 8px;
	margin: 10px;
	border: 0px;
	border-radius: 5px;
	font-size: 18px;
	transition: 0.3s;
}

.formSendBtnItem button:hover{
	background: #FF942A;
}

.formTitle label{
	position: relative;
	padding: 0px 10px 0px 3px;
	font-size: 16px;
}

.formTitle label::after{
	content: "*";
	display: inline-block;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 0;	
	color: #dc143c;
}


.contentTitleForm{
	position: relative;
	/* border-top: 1px #009382 dotted; */
}

/* .contentTitleForm::before{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background:#009382;
	position: absolute;
	top: 0;
	left: 0;

} */

.verifyCode {
	width: 100%;
    display: table;
    table-layout: fixed;
}

.verifyCodeInner{
	display: table-cell;
}

.verifyCodeInner>input {
    width: 100%
}


.verifyCodeImg{
	display: table-cell;
	width: 90px;
	padding-left: 10px;
	text-align: center;
}

/* contact_us.html_聯絡我們_表單_end */


/* product_list.html_產品列表start */

.productsInfoTitle{
	padding-bottom: 25px;
	border-bottom: #ccc solid 1px;
}

.productsInfoTitle h3{
	text-align: center;
	border-bottom: 0px;
}

.productsInfoTitle h3 span{
	padding: 8px 12px;
	border-radius: 50px;
	background: #FF942A;
}

.productItemBlock{
	padding-bottom: 5vh;
}

.productsInfoText{
	padding: 15px 2px;
}


.productItemBlock{
	padding-top: 50px;
}


.productItemBox{
/* 	border: 1px solid #aaaa; */
	margin: 15px;
	border-radius: 3px;
	transition: 0.3s;
}

.productItemBox:hover{

	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); 

	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.productItemBox>a{
	display: block;
	width: 100%;
	padding: 10px 0px 0px;
	position: relative;
	transition: 0.3s;
}


.productItemBox>a::before{
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: 0.3s;
}

.productItemBox>a::after{
	content: "詳細介紹";
	display: inline-block;
	background: #FF942A;
	color: #fff;
	letter-spacing: 1.5px;
	padding: 5px;
	border-radius: 15px;
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 2;
	transition: 0.3s;
}

.productItemBox>a:hover::before{
	opacity: 1;
}

.productItemBox>a:hover::after{
	opacity: 1;
}


.boxProductImg{
	background-repeat: no-repeat;
	background-position:  center center;
	background-size: contain;
	height: 200px;
	padding: 10px 0px;

}

.boxProductTitle{
	vertical-align: middle;
}

.boxProductTitle p{
	text-align: center;
	letter-spacing: 1.5px;
	padding-bottom: 10px;
}


/* .boxProductBtn{
	display: inline-block;
	background: #FF942A;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 18px;
	position: absolute;
	bottom: 50%;
	left: 30%;
}
 */


/* product_list.html_產品列表end */


/* 折疊收合///product_category_list.html_產品分類頁、investors_corporate.html_董事長決議_start */

.productCategoryBlock, .investorsResolutionBlock{
	padding: 25px 0px;
}

.ptCateMenuCard{
	margin: 10px 5px;
}

.accordionStyle .cardStyle .cardHeaderStyle {
	margin-bottom: 0px;
}

.accordionStyle .cardStyle .cardHeaderStyle .mb-0Style{
	margin: 0px;
	padding: 0px;
}


.cardStyle{
	border: 0px;
}

.cardHeaderStyle{
	border-bottom: 0px;
	background-color: #fff;
	overflow: hidden;
	padding: 0px;
}


.btn-link{
	margin: 0px;
	border: 0px;
}

/* 折疊收合///product_category_list.html_產品分類頁、investors_corporate.html_董事長決議_end */


/* 頁碼列_start */

.paginationBlock {
	padding: 30px 15px 20px 15px;
	text-align: center;
}


.paginationBlock ul li {
	display: inline-block;
	padding: 0px 12px;
	font-size: 17px;

}

.prevPage a:hover{
	color: #009382;
}

.nextPage a:hover{
	color: #009382;
}

.paginationBlock a{
	color: #aaaa;
}

.pageActive a {
	color: #009382;
}

.dotIcon {
	color: #383838;
}

/* 頁碼列_end */


/* 詳細頁_start */
.detailDate {
	padding: 60px 10px 10px;
	text-align: right;
	font-size: 14px;
}
/* 詳細頁_end */


/* accrodion_start */
.accordionList {
	padding: 30px 0;
}

.accordionList .card {
	margin-bottom: 15px;
	border-radius: 0;
}

.accordionList .card-header {
	border-radius: 0;
}

.accordionList .card-header a {
	display: block;
}

.accordionList img {
	margin: 10px 0;
}
/* accrodion_end */

@media only screen and (max-width: 1299px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {

}


@media only screen and (max-width: 767px) {
    /* contact_us.html_聯絡我們_表單_start */
    .formContainer {
        width: 90%;
    }

    /* contact_us.html_聯絡我們_表單_end */
}

@media only screen and (max-width: 760px){

	/* corporate_social.html、investor_relation.html_ 2.0文章列表 start */
	.articleInner{
		padding: 10px 2px;
	}

	.articleNumInner{
		padding:0px;
		text-align: center;
	}

	.numPage{
		padding:0px;
	}
	/* corporate_social.html、investor_relation.html_ 2.0文章列表 end */
}

@media only screen and (max-width: 576px) {

	/* product_list.html_產品列表_start */
	.productItemBox{
		margin: 15px 80px;
	}
	/* product_list.html_產品列表_end */

}

@media only screen and (max-width: 440px) {
	/* 內頁_every_page_標題 start */
	.contentTitle {
    	padding-top: 25px;
	}
	/* 內頁_every_page_標題 end */

	.boxBtnPapper {
    position: absolute;
    bottom: 32px;
	right: 20px;
	
	}

}

@media only screen and (max-width: 320px) {
	
}
