@charset "utf-8";
/* CSS Document */


/*---------------------------------
2020/09/18 update
---------------------------------*/


/*修改產品頁表格外框*/
/*table th, table td {
	border-top: 0px !important;
}*/

/*修改表格垂直置中*/
.table td, .table th { 
    vertical-align: middle;
}


/*RGB LOGO*/
.rgb_wrap {
	width:100%;
	max-width:725px;
	margin:0 auto;
	display:block;
	overflow:auto;
}
.rgb_wrap_2 {
	width:100%;
	max-width:618px;
	margin:0 auto;
	display:block;
	overflow:auto;
}
.rgb_left, .rgb_right {
	float:left;
}
.rgb_wrap img {
	float:left;
	margin-right:20px;
}
.rgb_wrap_2 img {
	float:left;
	margin-right:20px;
}

.rgb_logo_last img {
	margin-right:0;
}
 @media screen and (max-width:992px) {
.rgb_wrap {
width:100%;
}
.rgb_wrap img {
float:left;
margin-right:11px;
}
.rgb_wrap_2 img {
float:left;
margin-right:11px;
}
}
@media screen and (max-width:768px) {
.rgb_left, .rgb_right {
float:none;
}
.rgb_wrap {
text-align:center;
}
.rgb_wrap_2 {
text-align:center;
}
.pc_h3_top{ margin-top: 1rem;}
}


/*產品頁文字上下置中*/
.pc_word_center{ align-items:center; display: -webkit-flex;}
@media screen and (max-width:768px) {
.pc_word_center{ align-items:center; display:block;}

}

/*PSU 產品h1*/

/*銅牌*/
.h1_BRONZE {
	color:#9e5f14;
	font-weight:700;
	text-transform:uppercase;
}
.h1_line_BRONZE {
	display:block;
	width:70px;
	height:2px;
	background:#9e5f14;
	margin:0 auto 45px;
}
.h1_line_BRONZE_L {
	display:block;
	width:70px;
	height:2px;
	background:#9e5f14;
	margin-bottom:45px;
}

/*銀牌*/
.h1_SILVER {
	color:#a5acb0;
	font-weight:700;
	text-transform:uppercase;
}
.h1_line_SILVER {
	display:block;
	width:70px;
	height:2px;
	background:#a5acb0;
	margin:0 auto 45px;
}
.h1_line_SILVER_L {
	display:block;
	width:70px;
	height:2px;
	background:#a5acb0;
	margin-bottom:45px;
}

/*金牌*/
.h1_GOLD {
	color:#f3bc47;
	font-weight:700;
	text-transform:uppercase;
}
.h1_line_GOLD {
	display:block;
	width:70px;
	height:2px;
	background:#f3bc47;
	margin:0 auto 45px;
}
.h1_line_GOLD_L {
	display:block;
	width:70px;
	height:2px;
	background:#f3bc47;
	margin-bottom:45px;
}
/*白金*/
.h1_PLATINUM {
	background: -webkit-linear-gradient(top, #ffffff 30%, #b6b6b6 45%, #ffffff 66%, #eaeaea 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:700;
	text-transform:uppercase;
}
.h1_line_PLATINUM {
	display:block;
	width:70px;
	height:2px;
	background: -webkit-linear-gradient(top, #ffffff 30%, #b6b6b6 45%, #ffffff 66%, #eaeaea 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0 auto 45px;
}
.h1_line_PLATINUM_L {
	display:block;
	width:70px;
	height:2px;
	background: -webkit-linear-gradient(top, #ffffff 30%, #b6b6b6 45%, #ffffff 66%, #eaeaea 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:45px;
}
/*鈦金*/
.h1_TITANIUM {
	background: -webkit-linear-gradient(top, #676767 20%, #e8e8e8 50%, #afafaf 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:700;
	text-transform:uppercase;
}
.h1_line_TITANIUM {
	display:block;
	width:70px;
	height:2px;
	background: -webkit-linear-gradient(top, #676767 20%, #e8e8e8 50%, #afafaf 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0 auto 45px;
}
.h1_line_TITANIUM_L {
	display:block;
	width:70px;
	height:2px;
	background: -webkit-linear-gradient(top, #676767 20%, #e8e8e8 50%, #afafaf 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:45px;
}
 @media screen and (max-width: 769px) {

.h1_BRONZE, .h1_SILVER, .h1_GOLD, .h1_PLATINUM, .h1_TITANIUM {
 text-align:center;
}
.h1_line_BRONZE_L, .h1_line_SILVER_L, .h1_line_GOLD_L, .h1_line_PLATINUM_L, .h1_line_TITANIUM_L {
 margin:0 auto 45px;
}

}