/* 背景 */
	.bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -999;
	}
	.bg img {
		min-height: 100%;
		min-width: 1000px;
		width: 100%;
	}

	@media screen and (max-width: 1000px) {
		img.bg {
			left: 50%;
			margin-left: -500px;
		}
	}

	h2, .pTitle {
		font-size: 60pt;
		font-weight: bold;
		background-color: #ffffff;
	}

	.tab {
		top: 0%;
		position: relative;
		width: 97.5%;
	}

	.table_add {
		width: 95%;
		display: flex;
		justify-content: flex-end;
		height: 75%;
	}

	tbody {
		width: 100%;
	}

	.table_List {
		width: 64%;
		display: flex;
		left: 36%;
		position: relative;
		top: 5%;
	}
	
	a,.a_color {
		/* color: #ffffff; */
		color: #000000;
	}

	.case_table {
		border: solid 1px #FFF;
		min-height: 170.55px;
	}

	.tdProjectName {
		/* color: #FFF; */
		color: #000000;
    	font-size: 14pt;
		/* background-color: #03a9f4; */
		background-color: #ffffff7d;
	}

	td {
		color: #FFF;
		/* padding: 0.35% 0.5%; */
	}

	.Case_td_h {
		width: 20%;
		text-align: end;
	}

	.Case_td_Data {
		width: 15%;
		text-align: center;
		color: #f1d891;
	}

	.Case_td_Text {
		width: 5%;
		text-align: center;
	}

	.Case_td_h_hr {
		padding: 1% 0% 1% 0%;
	}

	.Case_td_h_Text {
		text-align: left;
		color: #f1d891;
	}

	.ListDiv {
		/* width: 100%; */
		/* display: flex; */
		/* justify-content: flex-end; */
		/* flex-direction: row; */
		/* flex-wrap: wrap; */
		/* height: 85%; */
		/* align-content: center; */
		/* align-content: flex-start; */

		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		height: 98%;
		align-content: space-between;
		justify-content: flex-end;
	}

	.ListDivtable {
		width: 100%;
		/* padding: 0.5% 0.5%; */
		padding: 0.5% 0.5%;
		/* height: 90%; */
		/* top: 3%; */
		/* position: absolute; */
	}

	.CaseImg {
		text-align: center;
		vertical-align: middle;
	}

	.Case_td {
		text-align: center;
	}

	.Case_hr {
		width: 95%;
	}

	.Case_th_Div {
		width: 20%;
		text-align: end;
		padding: 0% 1%;
		vertical-align: middle;
	}

	.Case_th_Div2 {
		width: 80%;
		text-align: left;
		padding: 0% 2%;
	}

	.Case_th_addDiv {
		display: flex;
    	align-items: center;
	}

	/* PR百分比動態圖 */

	.pie_PR_div {
		width: 100%;
		/* background-image: url(PR2.png);
		width: 150px;
		height: 150px; */
	  }

	  .pie_PR {
		--w:100%;
		transform: rotate(calc(var(--p)*42deg));
		width: var(--w);
		aspect-ratio: 1;
		position: relative;
		display: inline-grid;
		place-content: center;
		margin: 5px;
		font-size: 25px;
		font-weight: bold;
		font-family: sans-serif;
	  }
	  
	  .pie_PR:before {
		content: "";
		position: absolute;
		border-radius: 50%;
		inset: 0;
		
	  background:
		  radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
		  conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
		
		-webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
				mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
	  }
	  
	  .pie_PR:after {
		content: "";
		position: absolute;
		border-radius: 50%;
		inset: 0;
		background: radial-gradient(farthest-side,#ffb082 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(#ffb082 calc(var(--p)*0.8%),#0000 0);
		-webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
		mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
	  }

	  /* .pie_PR:after{
		content: "";
		position: absolute;
		border-radius: 50%;
		inset: calc(50% - var(--b)/2);
		background: var(--c);
		transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
	  } */

	/* ------------------------------ */

	/* 指針 */
	.pointer {
		/* background: #ffa500; */
		background: #ff1100;
		width: 8px;
		height: 70px;
		border-radius: 10px;
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-ms-transform-orgin: 50% 100%;
		-webkit-transform: rotate(0deg);
		-webkit-transform-orgin: 50% 100%;
		margin: auto;
		transform-origin: 50% 100%;
		top: 50%;
		/* left: 10%; */
		position: relative;
		/* clip-path: polygon(75% 100%, 50% 80%, 25% 100%, 50% 0); */
		/* clip-path: polygon(35% 40%, 35% 100%, 65% 100%, 65% 40%, 100% 40%, 50% 0, 0 40%); */
		clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 40%, 100% 40%, 50% 0, 0 40%);
	}

		/* 內圈顯示數值 */
	.PR_text {
		transform: rotate(calc(var(--p)*-42deg));
		aspect-ratio: 1;
		position: relative;
		display: inline-grid;
		place-content: center;
		margin: 5px;
		bottom: 35%;
		left: -75%;
	}

		/* 登入功能框架 */
	.Login_Div {
		font-size: 22px;
		position: fixed;
		z-index: 9999;
		/* top: 0; */
		bottom: 0;
		background-color: #fff;
		/* width: 65.6%; */
		width: 34.5%;
		height: 35px;
		text-align: right;
		/* right: 0; */
	}

	/* 帳號按鈕樣式 */
	a.user_a,a.logout_a {
		background-color: #d6a92c;
		font-size: 20px;
		color: #fff;
		padding: 10px;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 0;
		border-radius: 10px;
		float: left;
		text-align: center;
		margin: 0% 0.5% 0% 0.5%;
		width: 80%;
	}

	/* 帳號鼠標指向後樣式 */
	.user_a:hover,.logout_a:hover {
		background-color: #edcb6c;
		color: #ffffff;
	}

	/* 詳細資料按鈕樣式 */
	.Details {
		background-color: #abababd6;
		font-size: 20px;
		color: #fff;
		padding: 10px;
		font-weight: bold;
		text-decoration: none;
		border: 0;
		border-radius: 10px;
		margin: 0% 0.5% 0% 0.5%;
	}

	/* 詳細資料鼠標指向後樣式 */
	.Details:hover {
		background-color: gray;
		color: #ffffff;
	}

	#searchBtn {
		background-color: #d6612c;
		font-size: 20px;
		color: #fff;
		padding: 5px;
		font-weight: bold;
		text-decoration: none;
		border: 0;
		border-radius: 10px;
		margin: 0% 0.5% 0% 0.5%;
	}

	#searchBtn:hover {
		background-color: #dc7b4ec4;
		color: #ffffff;
	}

	.Inquire {
		height: 5% !important;
	}
	