﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y: auto;
	font-family: "微軟正黑體";
	min-height: 100vh;
	position: relative;
}

body {
	position: relative;
}

/* 測試機浮水印 */
body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	user-select: none;

	background-image: url("data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' width='1200' height='700'>\ <g transform='rotate(-25 600 350)'>\ <text x='42%' y='50%' \ text-anchor='middle' \ dominant-baseline='middle' \ font-family='Microsoft JhengHei' \ font-size='120' \ font-weight='700' \ fill='rgba(108, 108, 108, 0.08)'>\ 測試機\ </text>\ </g>\ </svg>");

	background-repeat: repeat;

	/* 更密的浮水印間距 */
	background-size: 380px 220px;
}

body.hideMark::before {
	display: none;
}

section {
	min-width: 1260px;
}

section>div {
	margin: auto 2%;
}

a {
	text-decoration: none;
}

.divfrom {
	margin: auto 2%;
}

.AutoNewLine {
	/*表格不被裡面文字撐開*/
	word-break: break-all;
	/* table-layout: fixed; */
}

.head {
	height: 70px;
}

.headbox {
	border: 1px solid #F00;
	margin: 0 auto;
	width: 80%;
}

.logowrap {
	--logo-width: 280px;
	/* --logo-right-space: clamp(90px, 7vw, 145px);
	width: 32%; 
	padding-right: var(--logo-right-space);
	*/
	padding-right: 50px;
	width: 30%;
	height: 70px;
	background: #7d987a;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
}

.LOGO {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--logo-width);
	height: 70px;
	flex: 0 0 var(--logo-width);
}

.LOGO a {
	display: block;
}

.LOGO img {
	display: block;
	width: 100%;
	height: auto;
}

.namewar {
	display: flex;
}

.name {
	width: 100%;
	height: 70px;
	background: #fbecb8;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 25px;
	overflow: hidden;
}

.name img {
	width: 900px;
	margin-left: 25px;
	margin-top: 15px;
}

.siteTitle {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #7d987a;
	line-height: 1;
	white-space: nowrap;
}

.siteTitleTw {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
}

.siteTitleEn {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
}

/* 測試機標籤 */
.envBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	padding: 5px 15px;
	border-radius: 999px;
	/* background: #dc2626;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .18);
	background: #20B2B2;
	box-shadow: 0 0 0 3px rgba(32, 178, 178, .18); */
	background: #7d987a;
	box-shadow: 0 0 0 3px rgba(144, 201, 130, 0.18);
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 2px;
	vertical-align: middle;
}

.mobil_logo {
	display: none;
}

@media only screen and (max-width: 1380px) {
	.logowrap {
		--logo-width: 230px;
		--logo-right-space: 110px;
		width: 30%;
		border-bottom: 3px solid #7d987a;
	}

	.name img {
		width: 660px;
		margin-top: 22px;
	}

	.siteTitle {
		gap: 12px;
	}

	.siteTitleTw {
		font-size: 31px;
		letter-spacing: 4px;
	}

	.siteTitleEn {
		font-size: 15px;
	}

}

@media only screen and (max-width: 1220px) {

	.logowrap .LOGO,
	.LOGO img,
	.name,
	.name img {
		display: none;
	}

	.logowrap {
		width: 100%;
		height: 70px;
		background: #fbecb8;
		display: inline-block;
		position: fixed;
		z-index: 99;
	}

	.mobil_logo {
		display: block;
		text-align: center;
	}

	.mobil_logo img {
		width: 230px;
		z-index: 99;
		position: fixed;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0px);
		display: block;
		text-align: center;
		margin: 0 auto;
	}

}

.main {
	width: 90%;
	/*border:1px solid #F00;*/
	margin: 0 auto;
}

.indexwrap {
	background: #ebebea;
	height: 400px;
}

.imgleft {
	width: 40%;
	height: 400px;
	float: left;
}

.imgleft img {
	height: 400px;
}

.loginright {
	margin-top: 60px;
}

.logintitle {
	font-size: 35px;
	font-weight: bold;
	color: #88a685;
	/*padding:30px auto 10px;*/
	display: block;
	padding-top: 35px;
	padding-left: 15px;
	text-align: center;
	letter-spacing: 10px;
	/*background:rgba(158,67,69,1.00);*/
}

@media only screen and (max-width: 996px) {
	.main {
		margin-top: 10px;
	}

	.indexwrap {
		height: 350px;
	}

	.indexwrap2 {
		height: auto !important;
	}

	.loginright {
		margin-top: 0px;
		width: 100%;
		position: relative;
		top: -355px;
		height: 350px;
	}

	.imgleft {
		width: 100%;
	}

	.imgleft img {
		width: 100%;
		opacity: 0.2;
		float: left;
		height: 350px;
		overflow: hidden;
		background-repeat: no-repeat;
	}

	.logintitle {
		font-size: 25px;
	}

	.mbnone {
		display: none;
	}

}

@media only screen and (max-width: 520px) {
	.indexwrap {
		background: none;
	}
}

.select {
	color: #777777;
	text-align: center;
	margin: 10px auto 20px;
	display: block;
	letter-spacing: 2px;
}

.logintext {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.logintext span {
	font-weight: bold;
	margin: 30px 0;
	text-align: center;
	font-size: 20px;
}

.logintext input[type="text"],
#TXTPW {
	margin-left: 8px;
	height: 35px;
	border: 1px solid #888888;
	width: 270px !important;
	padding: 5px 0 2px 5px;
	color: #878787;
	font-size: 17px;
}

.logintext select {
	margin-left: 5px;
	height: 35px;
	font-size: 17px;
	color: #878787;
	border: 1px solid #888888;
	width: 270px !important;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.send {
	background-image: linear-gradient(to right, #c3d1c0, #8ea483);
	color: #000;
	border-radius: 20px;
	border: none;
	padding: 7px 30px;
	margin: 0 10px;
	font-weight: bold;
	cursor: pointer;
	font-size: 17px;
}

.send:hover {
	background: #8ea483;
	color: #FFF;
}

.TBclear {
	background-image: linear-gradient(to right, #CCC, #999);
	color: #000;
	border-radius: 20px;
	border: none;
	padding: 7px 30px;
	margin: 0 10px;
	font-weight: bold;
	cursor: pointer;
	font-size: 17px;
}

.TBclear:hover {
	background: #8ea483;
	color: #FFF;
}

.login {
	background-image: linear-gradient(to right, #c3d1c0, #8ea483);
	color: #000;
	border-radius: 20px;
	border: none;
	padding: 7px 30px;
	margin: 0 10px;
	font-weight: bold;
	margin-left: 60px;
}

.login:hover {
	background: #8ea483;
	color: #FFF;
}

.first_login {
	background-image: linear-gradient(to right, #fbecb9, #f0e47c);
	color: #000;
	border-radius: 20px;
	border: none;
	padding: 7px 32px;
	margin: 0 10px;
	font-weight: bold;
	font-size: 17px;
}

.first_login:hover {
	background: #f0e47c;
	color: #FFF;
}

@media only screen and (max-width: 996px) {
	.login {
		padding: 7px 15px;
	}

	.first_login {
		padding: 7px 15px;
	}
}

.newstitle {
	clear: both;
	font-size: 30px;
	font-weight: bold;
	color: #5aad66;
	display: block;
	padding-top: 50px;
	text-align: center;
	letter-spacing: 10px;
	border-bottom: 1px solid #5aad66;
	padding-bottom: 18px;
}

@media only screen and (max-width: 996px) {
	.newstitle {
		padding-top: 0px;
		font-size: 25px;
	}
}

.newsTB {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.newsTB th {
	padding: 10px;
	text-align: center;
	border-bottom: 2px dashed #CCC;
	width: 15%;
}

.newsTB td {
	padding: 10px;
	border-bottom: 2px dashed #CCC;
	margin-bottom: 10px;
	width: 100%;
}

.newsTB img {
	display: block;
	width: 35px;
	cursor: pointer;
}

.newsTB img:hover {
	display: block;
	width: 35px;
	background: url(../images/newsbtn-05.svg);
}

.year {
	color: #624d44;
	display: block;
	font-size: 16px;
	line-height: 1.5
}

.newsdate {
	color: #e8b919;
	display: block;
	font-size: 30px;
	line-height: 1.5
}

.unit {
	display: block;
	color: #dd620e;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0;
	line-height: 1.5;

}

.text {
	display: block;
	color: #7f7f7f;
	font-size: 18px;
	padding-bottom: 5px;
	line-height: 1.5
}

.footer {
	height: 120px;
	padding: 15px 0 30px;
	background: #7d987a;
	margin-top: 80px;
	clear: both;
}

.footer_main {
	width: 80%;
	margin: 0 auto;
}

.F_left {
	float: left;
	color: #FFF;
	vertical-align: middle;
	font-size: 17px;
	line-height: 2;
}

.F_left span {
	font-weight: 400;
	letter-spacing: 2px;
	margin-right: 10px;
}

.F_left a {
	color: #FFF;
}

.F_left a:hover {
	color: orange;
}

.strline {
	margin-right: 10px;
}

.F_right {
	float: right;
	color: #FFF;
	vertical-align: middle;
	font-size: 17px;
	line-height: 2;
}

.F_right span {
	font-weight: 400;
	letter-spacing: 2px;
	margin-right: 10px;
}

.F_left b,
.F_right b {
	margin-right: 5px;
	color: #fbecb8;
}

.F_right a {
	color: #fbecb8;
	text-decoration: underline;
}

.F_right a:hover {
	color: #FFF;
}

@media only screen and (max-width: 1780px) {
	.footer_main {
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1580px) {
	.footer {
		height: auto;
		text-align: center;
		padding: 15px 0 10px;
	}

	.F_left {
		float: none;
		display: block;
	}

	.F_right {
		float: none;
		display: block;
	}
}

@media only screen and (max-width: 996px) {
	.F_left {
		line-height: 1.5;
		text-align: left;
	}

	.F_right {
		line-height: 1.5;
		text-align: left;
	}

	.F_left span {
		letter-spacing: 1px;
	}

	.F_right span {
		letter-spacing: 1px;
	}
}

.hello {
	float: left;
	width: 20%;
	font-weight: bold;
	color: #7d987a;
	font-size: 23px;
	letter-spacing: 2px;
	position: relative;
	top: 45%;
	left: 5%;
	transform: translate(-50%, -5%);
}

.hello img {
	width: 30px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	margin-top: -4px;
}

.personalize {
	margin-top: 60px;
	vertical-align: middle;
}

@media only screen and (max-width: 700px) {
	.personalize {
		margin-top: 20px;
	}
}

.wherewrap {
	width: 90%;
	margin: 5px auto 0;
	padding: 8px 0 8px 0;
	box-sizing: border-box;
	color: #0073fc;
	font-weight: bold;
	font-size: 17px;
	vertical-align: middle;
	position: relative;
}

.IMGwrap {
	max-width: 380px;
	width: 100%;
	float: right;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	top: 50%;
	margin-top: 20px;
	margin-right: 150px;
}

.IMGbtn {
	position: relative;
	list-style-type: none;
	display: inline-block;
	margin: 10px 10px;
	width: 155px;
	border-radius: 8px;
}

.IMGbtn_bg1 {
	background-color: #ecf4dd;
	border: 4px solid #a4ce90;
}

.IMGbtn_bg1:hover {
	background-color: #e8f2d1;
}

.IMGbtn_bg2 {
	background-color: #f7f7e4;
	border: 4px solid #eed99c;
}

.IMGbtn_bg2:hover {
	background-color: #f7f4d2;
}

/*.IMGbtn_bg3{background-color: #ed9ccd;}.IMGbtn_bg3:hover{background-color: #f56ebf;}
.IMGbtn_bg4{background-color: #ebbb53;}.IMGbtn_bg4:hover{background-color: #fcb61f;}
.IMGbtn_bg5{background-color: #81aafd;}.IMGbtn_bg5:hover{background-color: #4681f7;}
.IMGbtn_bg6{background-color: #52c5a8;}.IMGbtn_bg6:hover{background-color: #06a079;}
.IMGbtn_bgnone{background-color: #d1d1d1;}.IMGbtn_bgnone:hover{background-color: #d1d1d1;}*/

.IMGbtn img {
	/*opacity:0.7;*/
	cursor: pointer;
	width: 100%;
}

@media only screen and (max-width: 996px) {
	.IMGwrap {
		margin-top: 0px;
	}
}

.pagetitle {
	display: block;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.pagetitle img {
	width: 50px;
	vertical-align: bottom;
	margin-bottom: -10px;
	margin-right: 5px;
}

























































.hello1 {
	/*padding: 6px 0;*/
	float: left;
	cursor: pointer;
	width: auto;
}

.hello2 {
	float: right;
	cursor: pointer;
	width: auto;
	color: #0073fc;
	font-weight: bold;
	font-size: 16px;
}

.hello2:hover {
	color: orange;
}

.hello1 img,
.hello2 img {
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}



.newDom {
	font-size: 50px;
	color: red;
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
}

.gray {
	color: #aeaeae !important;
	font-size: 15px;
}

.red {
	color: #f6bc6d !important;
	font-size: 15px;
	margin-top: 0.5em;
}




/*.panel-control {
  position:absolute;
  opacity:0;
  font-family:"微軟正黑體";
}*/
.tab-group {
	border: 1px solid transparent;
	border-width: 0 0 17px 0;
	border-image: linear-gradient(to right, rgb(42, 79, 44) 0%, rgb(138, 199, 238) 100%);
	border-image-slice: 1;
	width: 100%;
	max-width: 1280px;
	min-width: 1200px;
}

.tab-group label {
	display: inline-block;
	padding: 15px 30px;
	margin-right: 5px;
	/*border:1px solid #eaeaea;*/
	border-bottom: none;
	background-color: #eaeaea;
	/*bottom:-1px;*/
	position: relative;
	font-weight: bold;
	letter-spacing: 2px;
	color: #2a4f2c;
	position: relative;
	bottom: 0;
	cursor: pointer;
}


.tab-group label:link,
.tab-group label:visited {
	color: #F00;
	background: #F00;
	display: block;
}

.tab-group label:hover,
.tab-group .active {
	background-color: #2a4f2c;
	color: #FFFFFF;
	padding-top: 25px;

}

.btncenter {
	margin: 70px auto 50px;
	text-align: center;
}

.btncenter input {
	margin-right: 10px;
}

.flexrightbox {
	position: fixed;
	right: 0;
	top: 45%;
}

.flexrightbox ul li {
	list-style: none;
	width: 50px;
	height: 50px;
	background: #09F;
	margin: 20px 0;
	color: #FFFFFF;
	text-align: center;
	vertical-align: central;
	line-height: 50px;
	cursor: pointer;
}

.flexrightbox ul li:hover {
	background: #0c68ed;
}

.flexrightbox ul li+li {
	background: #FFCC33;
}

.flexrightbox ul li+li:hover {
	background: #edad0c;
}

.flexrightbox ul li+li+li {
	background: #0C9;
}

.flexrightbox ul li+li+li:hover {
	background: #4ba341;
}


.ddlist {
	margin-bottom: -5px;
	position: relative;
	width: 1200px;
	float: right;
}

.ddlist img {
	position: absolute;
	top: 0px;
	right: 180px;
	width: 15%;
	margin-right: 12px;
	cursor: pointer;
}

.ddlist2 {
	margin-bottom: -5px;
	position: relative;
	width: 1200px;
	float: right
}

.ddlist2 img {
	position: absolute;
	top: 5px;
	right: -10px;
	width: 15%;
	margin-right: 12px;
	cursor: pointer;
}

.applylist {
	display: none;
	position: absolute;
	top: 48px;
	right: 188px;
	width: 180px;
	height: 70px;
	border: 1px solid #3b6bcc;
	border-collapse: collapse;
	border-radius: 10px;
	padding: 5px 0 20px;
}

.applylist td {
	padding: 12px 5px;
	background: #ebfaff;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #CCC;
}

.applylist a {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}

.applylist a:hover {
	color: #FF9900;
}

/*.applylist td:nth-child(1)  {
	border-bottom:1px solid #4c7bed !important;
}*/

.chicklist {
	display: none;
	position: absolute;
	top: 53px;
	right: -6px;
	width: 188px;
	height: 70px;
	border: 1px solid #aa9372;
	border-collapse: collapse;
	border-radius: 10px;
	padding: 5px 0 20px;
}

.chicklist td {
	padding: 12px 5px;
	background: #f9efe4;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #CCC;
}

.chicklist a {
	color: #aa9372;
	font-weight: bold;
	text-decoration: none;
}

.chicklist a:hover {
	color: #FF9900;
}


.fileup {
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 17px;
}

.link {
	display: block;
	padding-left: 27px;
	margin-top: 8px;
}

.ml-26 {
	margin-left: 26px;

}

.btnbg {
	height: auto;
	/* background:url(../images/btnbg.jpg); */
	/*background:#F00;*/
	box-sizing: border-box;
	/*padding:50px 0 10px;*/
	box-shadow: 2px 0px 13px #B4B3B3;
}

.btnbg2 {
	height: auto;
	/*background:url(../images/btnbg.jpg);*/
	box-sizing: border-box;
	box-shadow: 2px 0px 13px #B4B3B3;
	background: rgba(242, 245, 248, 1.00);
}

.btnbgwhit {
	margin: 50px auto;
	max-width: 1200px;
	height: auto;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	padding: 10px 5px;
	box-sizing: border-box;
}

.news,
.news2 {
	background: #ffffff;
	box-shadow: 5px 5px 0px #e8ab13;
	box-sizing: border-box;
	border-radius: 8px;
	border: #000 solid 1px;
}

.btntb {
	max-width: 1000px;
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	box-sizing: border-box;
}

.btntb td {
	border-radius: 10px;
	vertical-align: middle;
	border-collapse: collapse;
	text-align: center;
	padding: 30px 30px;
	/*border:1px solid #c1d8ba;*/
	color: #666;
	font-weight: bold;
}

.btntb label {
	/*background:#0C9;*/
	padding: 10px;
	width: 180px;
	border-radius: 5px;
	letter-spacing: 2px;
}


.ls-10 {
	letter-spacing: 7px;
}

.listdetail {
	max-width: 980px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	table-layout: inherit;
}

.listdetail td {
	table-layout: fixed;
}

.tablefrom,
.class th {
	width: 30%;
}

.tablefrom .listdetail th {
	padding: 5px;
	background: #f2f9fc;
}

.tablefrom .listdetail td {
	padding: 5px;
}

.loginbtn {
	float: right;
	text-align: right;
	display: block;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 22px;
	margin-top: 18px;
	cursor: pointer;
	vertical-align: middle;
}

.loginbtn:hover {
	color: #F8A32A;
}

.loginbtn img {
	width: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

.title {
	font-size: 20pt;
	padding-left: 8px;
	color: #3681C4;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
}

.title img {
	width: 25px;
	margin-right: 10px;
	margin-bottom: -3px;
}

.mtb {
	margin: 8px 0;
	display: block;
}

/* .detailsBar_title_accept, 
.detailsBar_title_review, 
.detailsBar_title_construction, 
.detailsBar_title_finish {
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	cursor: pointer;
	padding:10px;
	border:1px solid #000;
	margin-bottom:0px;
} */
.detailsBar_title_basic,
.detailsBar_title_accept,
.detailsBar_title_review,
.detailsBar_title_construction,
.detailsBar_title_finish {
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	font-size: 21px;
	padding: 0 10px 5px;
	margin-bottom: 5px;
}

/* .detailsBar_title_accept {
	background: #cccdff;
}

.detailsBar_title_review {
	background: #baff75;
}

.detailsBar_title_construction {
	background: #e6cdff;
}

.detailsBar_title_finish {
	background: #f1ab6a;
} */

.detailsGrid h2 {
	padding: 7px 10px;
	border: 1px solid #000;
	text-align: center;
	line-height: 1.5;
}

.detailsGrid h2 img {
	width: 27px;
	cursor: pointer;
	float: right;
	margin-right: 5px;
	z-index: 10;
}

.detailsGrid table {
	border-collapse: collapse;
	width: 100%;
}

.detailsGrid table th,
.detailsGrid table td {
	border: 1px solid #000;
	padding: 10px;
	/*vertical-align:middle;*/
}

.middle {
	vertical-align: middle;
}

.detailsGrid_skyblue {
	border: 1px solid #000;
	max-width: 1380px;
	width: 100%;
	border-collapse: collapse;
}

.detailsGrid_skyblue td {
	border: 1px solid #000;
	padding: 10px;
}

.detailsGrid_skyblue th {
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	width: 18%;
	background: #ddf1ff;
	vertical-align: middle;
	padding: 10px;
}

.detailsGrid_skyblue input[type="radio"] {
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin: 0 5px;
}

.detailsGrid_skyblue select {
	height: 23px;
	/*width:60px;*/
}

/*.detailsGrid_skyblue textarea{
	width:95%;
	height:80px;
}
.detailsGrid_skyblue input[type="text"]{
	width:60%;
}*/
.innerBR {
	width: 18%;
}

.contentmain {
	width: 90%;
	margin: 50px auto 0;
	line-height: 1.5;
}

.uploadimg {
	display: block !important;
	margin: 5px 0px 5px 95px;
	border: 1px solid #444;
	width: 280px;
	height: auto;
}

.inquireForm {
	border: 1px solid gray;
	padding: 15px;
	line-height: 2.5;
	border-radius: 2px;
	box-sizing: border-box;
	border-top: 5px solid #7b9578;
	clear: both;
}

.inquireForm ul {
	margin: 0;
	padding: 0;
}

.inquireForm li {
	list-style: none;
	margin: 3px 0;
	font-size: 12pt;
	display: inline-block;
}

.inquireForm input[type="text"],
.inquireForm input[type="date"],
.inquireForm select {
	padding: 5px;
	font-size: 16px;
	height: 29px;
}

.sreach {
	width: 50%;
}

.sreach2 {
	width: 100%;
	clear: both;
}

.sreach:nth-child(1) {
	float: left;
}

.sreach:nth-child(2) {
	float: right;
}

.sreach>div,
.sreach2>div {
	margin: 3px 2px;
}

.sreach>div>span:nth-child(1),
.sreach2>div>span:nth-child(1) {
	display: inline-block;
	width: 105px;
}

.sreach #TXTS001,
.sreach #TXTS003,
.sreach #TXTS004,
.sreach #TXTQQ01,
.sreach #DDLQQ01,
.sreach #TextBox1 {
	width: calc(80% - 120px);
}


/*input[type="checkbox"]{
	display: none;
}
.checkbox > label{
	display: inline-block;
	padding: 0px 7px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #aaa;
}

.checkbox > input:checked + label {
	background: #d670ac;
	color: #fff;
	border: 1px solid #000;
  }*/
input[type="checkbox"] {
	width: 19px;
	height: 19px;
	/*margin:8px 5px 10px 0;*/
	vertical-align: middle;
}


.inquireForm-btn {
	margin: 0 auto;
	width: 200px;
	clear: both;
}

.inquireForm-btn input {
	font-size: 12pt;
	margin: 20px 5px 0px;
	padding: 8px 20px;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
}

.inquireForm-btn input:nth-child(1) {
	background: #7d987a;
}

.inquireForm-btn input:nth-child(2) {
	background: #d3d3d3;
}

.swccount {
	color: #000;
	padding: 8px 12px;
	margin: 10px 0px;
	letter-spacing: 2px;
	border-radius: 1px;
	box-sizing: border-box;
	border: 1px solid #000;
}

.swcbtn {
	font-size: 12pt;
	color: #000;
	background: #fbecb8;
	padding: 8px 12px;
	margin: -10px 0px 10px 5px;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #fbecb8;
}

.swcbtn2 {
	font-size: 12pt;
	color: #000;
	background: #afd6a7;
	padding: 8px 12px;
	margin: -10px 0px 10px 5px;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #afd6a7;
}

.swcbtn:hover {
	border: 1px solid #b8860b;
	background: #b8860b;
	color: #ffffff;
}

.swcbtn2:hover {
	border: 1px solid #afd6a7;
	background: #afd6a7;
	color: #ffffff;
}

@media only screen and (max-width: 996px) {
	.contentmain {
		margin-top: 16px;
	}

	.inquireGrid .float-r {
		float: left !important;
		display: block;
	}

	.swcbtn {
		clear: both;
		padding: 4px 8px;
		margin: 20px 5px 10px 0px;
	}

	.mbblock {
		clear: both;
		display: block;
	}

}

.checklist-btn {
	margin: 40px auto 20px;
	text-align: center;
}

.checklist-btn input {
	margin: 0 15px;
}

.cgPassBtn {
	font-size: 10pt;
	color: #000000;
	background: #ddd345;
	padding: 5px 12px;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #000000;
}

.uploadBtn {
	font-size: 11pt;
	background: #3ba7d1;
	color: rgb(255, 255, 255);
	border-radius: 4px;
	border: none;
	padding: 5px 10px;
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 5px;
}

.delBtn {
	font-size: 11pt;
	background: #df615d;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 5px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.addBtn {
	font-size: 11pt;
	background: #249b77;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 5px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.backBtn {
	font-size: 14pt;
	background: #979797;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 10px 30px;
	box-sizing: border-box;
	cursor: pointer;
}

.checkBtn {
	font-size: 14pt;
	background: #7d987a !important;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 10px 30px !important;
	box-sizing: border-box;
	cursor: pointer;
}

.checkBtn2 {
	font-size: 14pt;
	background: #979797;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 10px 30px;
	box-sizing: border-box;
	cursor: pointer;
}

.okBtn {
	font-size: 14pt;
	background: #84C1FF;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 10px 30px;
	box-sizing: border-box;
	cursor: pointer;
}


.uploadBtn:hover {
	background: #1b7092;
}

.delBtn:hover {
	background: #b13c0e;
}

.inline a {
	text-decoration: none;
}

/*SWC001GridView*/
.ADDGridView {
	margin: 5px auto 10px;
	clear: both;
	/*max-width:1200px;
    min-width:1200px;*/
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.ADDGridView th {
	/*設定表頭*/
	background-color: #7d987a;
	text-align: center;
	border: 0;
	font-weight: bold;
	padding: 10px;
	color: #fff;
}

.ADDGridView.swc001 tbody tr:first-child th:nth-child(5) {
	width: 35% !important;
}

.ADDGridView tr:nth-child(2n+3) {
	/*換行變色*/
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1;
	text-align: center;
	/*padding:10px;*/
}

.ADDGridView tr:nth-child(2n+2) {
	/*換行變色*/
	background-color: #eef4ed;
	color: #000000;
	line-height: 1;
	text-align: center;
	/*padding:10px;*/
}

.ADDGridView td {
	padding: 10px;
	text-align: center;
	line-height: 1.5;
	border: none;
}

.ADDGridView th {
	/*padding:10px;*/
}

.ADDGridView th a {
	color: #FFF;
	text-decoration: none;
}

.ADDGridView .pgr table {
	/*Page 分頁表格寬度*/
	width: auto;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
	padding: 5px;
}

.ADDGridView .pgr td {
	/*Page 分頁表格顏色*/
	background-color: #7d987a;
	border-width: 0px;
	color: #FFF;
	line-height: normal;
	padding: 5px;
}

/*ADDother*/
.ADDother th {
	background: #b4a47f;
}

.ADDother tr:nth-child(2n+3) {
	/*換行變色*/
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1;
	text-align: center;
	/*padding:10px;*/
}

.ADDother tr:nth-child(2n+2) {
	/*換行變色*/
	background-color: #f3f2e3;
	color: #000000;
	line-height: 1;
	text-align: center;
	/*padding:10px;*/
}

/*ADDother*/
.checkbtn {
	padding: 5px 10px;
	box-sizing: border-box;
	background: #7d987a;
	color: #fff;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

.checkbtn:hover {
	background: darkgoldenrod;
}

.mindata {
	max-width: 1200px;
	width: 100%;
	min-width: 900px;
	margin-top: 25px;
	border: none;
	line-height: 1.5;
}

.mindata th {
	background: #DCEEF7;
	color: #316C9F;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	letter-spacing: 2px;
	white-space: nowrap;
	padding: 4px 2px;
	vertical-align: middle;
	border: none;
	border-spacing: 10px;
}

.mindata td {
	text-align: left;
	padding-left: 10px;
	border: 1px solid #000;
	border: 1px solid #2a4f2c;
	margin-left: -30px;
	vertical-align: middle;
	border: none;
}

.navmenu {
	box-sizing: border-box;
	max-width: 1200px;
	position: relative;
}

.navmenu ul {
	display: inline-block;
	height: auto;
}

.navmenu li {
	text-decoration: none;
	list-style: none;
	list-style-type: none;
}

.navmenu span {
	width: 15%;
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	border: 1px solid #60B2FF;
	text-align: center;
	padding: 7px 0;
	background: #60B2FF;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
	border-radius: 5px;
}

.applylist {
	position: absolute;
	top: 50px;
	right: 3px;
	width: 188px;
	border: 1px solid #3b6bcc;
	padding: 1px 0 1px;
	border-radius: 5px;
}

.applylist li {
	padding: 12px 5px;
	background: #ebfaff;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #CCC;
}

.applylist a {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}

.applylist a:hover {
	color: #FF9900;
}

.chicklist {
	position: absolute;
	top: 78px;
	right: 3px;
	width: 188px;
	border: 1px solid #aa9372;
	padding: 1px 0 1px;
	border-radius: 5px;
}

.chicklist li {
	padding: 12px 5px;
	background: #f9efe4;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #CCC;
}

.chicklist a {
	color: #aa9372;
	font-weight: bold;
	text-decoration: none;
}

.chicklist a:hover {
	color: #FF9900;
}

.navmenu li.navmenu2 li {
	text-decoration: none;
}

.navmenu ul,
.navmenu2 ul {
	display: none;
}

.fileup {
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 17px;
}

.detail_basic {
	width: 100%;
	text-align: center;
}

@media print {
	.detail_basic {
		max-width: 100%;
		width: 85%;
	}
}

.detail_basic th {
	width: 130px;
	text-align: center;
}

.detail_basic td {
	padding: 15px 0;
}

.detail_tag {
	display: inline-block;
	min-width: 120px;
	font-size: 13pt;
	color: #ffffff;
	background: #7d987a;
	padding: 5px 10px;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #7d987a;
	text-align: center;
}

.detail_tag_2 {
	display: inline-block;
	width: 130px;
	font-size: 13pt;
	color: #ffffff;
	background: #01b4cc;
	padding: 5px 10px;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #77afb8;
	white-space: nowrap;
}

.detail_info {
	display: inline-block;
	width: 100%;
	font-size: 13pt;
	padding: 5px 15px;
	cursor: pointer;
	letter-spacing: 2px;
	box-sizing: border-box;
	border-bottom: 1px solid #008181;
}


.container_g {
	border: 1px solid transparent;
	border-width: 0 0 17px 0;
	border-image: linear-gradient(to right, rgb(42, 79, 44) 0%, rgb(138, 199, 238) 100%);
	border-image-slice: 1;
	width: 100%;
	max-width: 1200px;
	float: left;
	min-width: 1200px;
	margin-top: -20px;
	clear: both;
}

.container_g input {
	background: #e2e2e2;
	padding: 8px 20px;
	color: #063;
	font-size: 16px;
	display: inline-block;
	margin: 0 10px 0 0;
	border: none;
	border-radius: 2px 2px 0px 0px;
}



.change_btn {
	margin-left: auto;
	border-radius: 8px;
	padding: 7px 20px;
	background: #ffffff;
	border: 2px solid #ee792b;
	color: #ca6420;
	font-weight: bold;
	font-size: 17px;
	height: 47px;

	line-height: normal !important;
}


.button_g,
.button_g2 {
	border-radius: 4px !important;
	padding: 10px 20px !important;
	display: inline-block !important;
	margin-right: 5px !important;
	text-decoration: none !important;

}

.button_g {
	border-top: 4px solid #e39c5c !important;
	background: #ffffff !important;
	color: #333 !important;
	box-shadow: 3px 3px 0 #CCC !important;
}

.button_g2 {
	border: 1px solid rgb(167, 167, 167) !important;
	background: rgb(223, 223, 223) !important;
	color: rgb(129, 129, 129) !important;
	box-shadow: 3px 3px 0 #a0a0a0 !important;
}

li.active>.button_g {
	background: #e39c5c !important;
	color: #FFF !important;
	border-top: 4px solid #886e69 !important;
	font-weight: 900;
	border-left: 0px !important;
}

.active {
	background: #e39c5c !important;
	color: #FFF !important;
	border-top: 4px solid #886e69 !important;
	font-weight: 900;
	border-left: 0px !important;
}

.nav-tabs>li>a {
	transition: .3s;
}

.nav-tabs>li>a:hover {
	border-color: #886e69 !important;
}

.nav>li {
	margin-right: 5px;
}

.button_g {
	border-left: 1px solid #ddd !important;
}

.none {
	display: none !important;
}

.txttitle {
	font-size: 23pt;
	margin: 45px auto;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.resend {
	border: 1px solid #000;
	border-collapse: collapse;
	max-width: 1200px;
	min-width: 1200px;
	width: 100%;
	font-size: 17px;
	margin: 0 auto;
}

.apptable {
	border: 1px solid #000;
	border-collapse: collapse;
	max-width: 1380px;
	width: 100%;
	margin-bottom: 20px;
	line-height: 2;
}

.apptable td {
	border: 1px solid #000;
	padding: 8px;
}

.apptable th {
	border: 1px solid #000;
	padding: 8px;
	width: 18%;
}

.apptable2 {
	border: 1px solid #000;
	border-collapse: collapse;
	margin-top: 20px;
	line-height: 2;
}

.apptable2 td {
	border: 1px solid #000;
	padding: 10px;
}

.apptable2 th {
	border: 1px solid #000;
	padding: 10px;
}

.apptable2 th:nth-child(1) {
	width: 5%;
}

.apptable2 th:nth-child(2) {
	width: 40%;
}

.apptable2 th:nth-child(4) {
	width: 40%;
}

.apptable2 select {
	font-size: 16px;
	padding: 2px 3px;
}

.apptable2 textarea {
	height: 50px;
	width: 99%;
}

/*燈箱效果2*/
.spacebgfix2 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(107, 107, 107, 0.6);
	z-index: 999;
}

.spacelibox2 {
	position: absolute;
	padding: 15px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 6px #666;
	letter-spacing: 2px;
	font-weight: bold;
}

.is-hide2 {
	display: none;
}

.Ltxt {
	max-width: 310px;
	width: 100%;
	color: #878787;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 20px auto 5px;
}

.Ltxt ::placeholder {
	display: block;
	color: #878787;
}

.Ltxt input[type="text"],
.Ltxt input[type="password"] {
	border: 1px solid #878787;
	background: none;
	height: 35px;
	font-size: 16px;
	color: #878787;
	width: 230px;
	border-radius: 8px;
}

.Ltxt select {
	border: 1px solid #878787;
	background: none;
	height: 35px;
	color: #878787;
	font-size: 16px;
	width: 230px;
	border-radius: 8px;
}

@media screen and (max-width:1380px) {

	.Ltxt select,
	.Ltxt input[type="text"],
	.Ltxt input[type="password"] {
		width: 180px;
	}
}

@media screen and (max-width:1024px) {

	.Ltxt select,
	.Ltxt input[type="text"],
	.Ltxt input[type="password"] {
		margin-top: 5px;
	}
}

.Ltxt .bb {
	background: #FFF;
	color: #000;
}

.Ltxt input[type="text"]:focus-within {
	border: 1px solid #00B259;
	/*background:#FFF;*/
}

.Lwrap {
	width: 380px;
	background: #48b7b1 !important;
	border: 1px solid #FFF;
}

.Lwrap b {
	float: left;
	color: #fff;
	font-size: 16pt;
	margin-left: 15px;
}

.newlogin {
	background: #00B359;
	color: #FFF;
	padding: 8px 15px;
	font-size: 16px;
	outline: none;
	padding: 8px 25px;
	border-radius: 3px;
	cursor: pointer;
	border: none;
	font-weight: bold;
	font-family: Microsoft JhengHei;
}

.insys {
	color: #000;
	background: #FFD736;
	border: 1px solid #FFF;
	font-size: 16px;
	outline: none;
	margin: 0 auto;
	text-align: center;
	padding: 8px 25px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	margin-left: 15px;
}

.cgPass.close {
	width: auto;
	height: auto;
	border: 1px solid #ffffff;
	border-radius: 3px;
	float: none;
	margin-bottom: 10px;
	cursor: pointer;
	background: none;
	color: #fff;
}

.close {
	width: 25px;
	height: 25px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	float: right;
	margin-bottom: 10px;
	cursor: pointer;
	background: none;
	color: #fff;
}

.close:hover {
	background: #fff;
	color: #48b7b1;
}


/*.insys:hover{
	background:#fff;
	color: #48b7b1;
}*/
.center {
	margin: 0 auto;
	text-align: center;
}

.swcfacility {
	border: none !important;
	margin-bottom: 20px;
	margin-top: 5px;
	border-collapse: collapse;
}

.swcfacility th {
	width: 22%;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #B9B9B9 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	font-weight: bold;
	background: rgba(246, 250, 255, 1.00);
}

.swcfacility td {
	border-bottom: 1px solid #B9B9B9 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	vertical-align: middle;
}

.swcfacility b {
	color: rgba(252, 0, 4, 1.00);
}

.step {
	background: rgba(114, 173, 236, 1.00);
	color: #FFF;
	padding: 1px 4px;
	border-radius: 3px;
}

.carousel {
	position: relative;
	/*margin-top:-33px;*/
	/*z-index:-1;*/
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s .6s opacity
}

@media screen and (prefers-reduced-motion:reduce) {

	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40%;
	color: #000;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}

@media screen and (prefers-reduced-motion:reduce) {

	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

@media only screen and (max-width: 786px) {

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		width: 25px;
		height: 25px;
	}
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	/*margin-bottom:1em;*/
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.slidercenter {
	margin: 0 auto;
	width: 100% !important
}


.leftimg {
	border: 1px solid #000;
	text-align: center;
	padding-bottom: 10px;
	display: inline-block;
	flex: 1;
	border-right: none;
	border-bottom: none;
}

.rightimg {
	border: 1px solid #000;
	text-align: center;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: none;
	flex: 1;
}

.ttbox {
	border: 1px solid #CCC;
	/*max-width:180px;*/
	margin-top: 15px;
}

.imgtxt {
	border: none;
	text-align: center;
	line-height: 2.5;
	border-bottom: 1px solid #000;
	background: #ecf2eb;
	font-weight: bold;
}

.DT7img {
	margin-top: 10px;
	display: block;
}

.DT7img select {
	padding: 5px;
}

.inbox {
	display: inline-block;
	width: 100%;
	display: flex;
}

.inbox textarea {
	width: 80%;
}

.form {
	font-size: 17px !important;
}

@media screen and (max-width:1024px) {
	.leftimg {
		float: none;
		display: block;
		border-right: 1px solid #000;
	}

	.rightimg {
		float: none;
		display: block;
	}

	.inbox {
		display: block;
	}

	.checkRecord_TB {
		font-size: 20px;
	}

	.checkRecord_TB input {
		height: 35px;
		max-width: 100% !important;
		width: 100%;
		border: 1px solid #5e5e5e;
		font-size: 20px;
	}

	.checkRecord_TB select {
		height: 35px;
		max-width: 100% !important;
		width: 60%;
		border: 1px solid #5e5e5e;
		font-size: 20px;
	}

	/*.firstw {
		width: 27.5% !important;
    }*/
	.form {
		font-size: 20px !important;
	}
}

.imgUpload-btn span {
	display: block;
	margin: 20px auto;
	font-size: 16px;
}

.imgUpload-btn {
	padding-top: 20px;
}

.imgUpload-btn textarea {
	width: 60%;
	height: 80px;
	font-size: 16px;
}

.imgUpload img {
	max-width: 340px !important;
}

.imgbox {
	width: 340px;
	height: 160px;
	border: 1px solid #CCC;
}

.textarea {
	width: 60%;
	height: 160px;
	text-align: left !important;
	vertical-align: top;
	font-size: 16px;
}

.alterTB {
	width: 90%;
	border-collapse: collapse;
	border: none !important;
}

.alterTB td:nth-child(1) {
	width: 15%;
	text-align: center;
	border: none;
	font-weight: bold;
	background: rgba(238, 247, 253, 1.00);
}

.alterTB td:nth-child(2) {
	border: none;
	background: rgba(238, 247, 253, 1.00);
}

.apptable input[type="checkbox"] {
	height: 18px;
	width: 18px;
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}

.click1 {
	border: 3px dashed #F00;
}

.checkbox input {
	width: 19px;
	height: 19px;
}

.tab-frame .lab {
	display: none;
}

.radionone {
	display: none;
}

.tab-frame .lab {
	display: block;
	float: left;
	padding: 15px 15px;
	cursor: pointer;
	color: #a9a9a9;
	/*border-bottom:6px solid #29642d;*/
	border: 1px solid #A8D8FB;
	margin-left: 10px;
	margin-top: 30px;
	text-align: center;
	position: relative;
	left: 33%;
	margin-right: 30px;
}

.tab-frame input:checked+label {
	background: #90C3F9;
	color: white;
	cursor: default;
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
	margin-right: 30px;
}

.tab-frame div.tab {
	display: none;
	padding: 5px 10px;
	clear: left;
}

.tab-frame input:nth-of-type(1):checked~.tab:nth-of-type(1),
.tab-frame input:nth-of-type(2):checked~.tab:nth-of-type(2),
.tab-frame input:nth-of-type(3):checked~.tab:nth-of-type(3) {
	display: block;
}


.Dlisttitle {
	font-size: 24px;
	color: #666;
	font-weight: bold;
	margin: 30px 0px 10px;
	letter-spacing: 4px;
}


.sample {
	max-width: 1200px;
	width: 100%;
	border-collapse: collapse;
	/*margin-bottom:20px;*/
	/*border:1px solid #000;*/
}

.sample th {
	background: #7baac5;
	color: #FFF;
	padding: 10px;
	font-size: 18px;
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: none !important;
}

.sample td {
	border: 1px solid #000;
	padding: 10px;
	border-bottom: none !important;
}

.sample a:hover {
	color: orange;
}

.samplefirsttd {
	background: #dae9ee;
	font-weight: bold;
}

.fistw {
	text-align: center;
	width: 18%;
	font-weight: bold;
}



.flexrightbox {
	position: fixed;
	right: 0;
	top: 43%;
	right: 2px;
}

.flexrightbox ul li {
	list-style: none;
	width: 50px;
	height: 50px;
	margin: 20px 0;
	color: #FFFFFF;
	text-align: center;
	vertical-align: central;
	line-height: 50px;
	cursor: pointer;
	font-weight: bold;
	font-family: 微軟正黑體;
	letter-spacing: 2px;
}

.flexrightbox a {
	color: #fff;
	text-decoration: none;
}

.nopreset {
	background: #53B29F;
	color: #FFFFFF;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	letter-spacing: 2px;
	font-family: 微軟正黑體;
	cursor: pointer;
}

@media screen and (max-width:1260px) {
	section {
		min-width: 100%;
	}
}

@media screen and (max-width:1200px) {
	section {
		min-width: 100%;
	}

	.IMGwrap {
		text-align: center;
		max-width: 100%;
		float: none;
		margin-bottom: 0 0 0px 0;
	}

	.IMGbtn {
		width: calc(88% / 6);
	}

	.news {
		float: none;
		width: 100%;
		display: block;
		height: auto;
	}
}

@media screen and (max-width:1024px) {
	.IMGbtn {
		width: calc(60% / 3);
	}

	.indexwrap2 {
		height: auto !important;
	}
}

@media screen and (max-width:1000px) {
	.sreach {
		width: 100%;
	}

	.sreach:nth-child(1) {
		float: none;
	}

	.sreach:nth-child(2) {
		float: none;
	}

	.sreach>div,
	.sreach2>div {
		margin: 3px 0;
	}

	.sreach>div>span:nth-child(1),
	.sreach2>div>span:nth-child(1) {
		display: inline-block;
		width: 105px;
	}

	.sreach #TXTS001,
	.sreach #TXTS003,
	.sreach #TXTS004,
	.sreach #TXTQQ01,
	.sreach #DDLQQ01,
	.sreach #TextBox1,
	.sreach #ContentPlaceHolder1_TBQ001,
	.sreach #ContentPlaceHolder1_TBQ002 {
		width: calc(100% - 110px);
	}


}

@media screen and (max-width:700px) {
	.headerwrap {
		height: 70px;
	}

	.logo {
		background: url(../images/logo-rwd.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 50px;
		float: none;
	}

	/*	.IMGbtn{
		width: calc(60% / 3);
	}*/
	.hello1,
	.hello2 {
		padding: 10px 0;
		float: none;
		width: 100%;

	}
}


@media screen and (max-width:575px) {
	.indexwrap {
		background: none;
	}

	.IMGbtn {
		width: calc(110% / 3);
	}
}

@media screen and (max-width:460px) {

	.Lwrap {
		margin: 0;
		width: calc(100% - 20px);
	}

	.Lwrap b {
		float: none;
		margin-left: 0px;
	}

	.Ltxt {
		max-width: 100%;
	}

	.Ltxt input[type="text"],
	.Ltxt input[type="password"],
	.Ltxt select {

		width: 100%;
	}

	/*#SwcLogin{width: 100%;}*/
	/*	.IMGbtn{
		width: calc(110% / 3);
	}*/
}


@media screen and (max-width:400px) {
	.headerwrap {
		height: 60px;
	}

	.logo {
		width: 100%;
		height: 40px;
		float: none;
	}
}

.form {
	max-width: 1980px;
	margin: 25px 0 0;
	clear: both;
	display: block;
	/*font-size: 14pt;*/
}

.review-out {
	width: 100%;
	border: 1px solid #686868;
	border-collapse: collapse;
	margin-top: 20px;
	border-top: 5px solid #7b9578;
	border-radius: 2px;
	font-size: 14pt;
}

.reviewth {
	line-height: 2.5;
	font-weight: bold;
	text-align: center;
	background: #e0e0e0;
}

.reviewselect select {
	width: 90%;
	margin: 0 auto;
}

.review-out td {
	border: 1px solid #686868;
	padding: 10px;
	line-height: 1;
}

.review-out td:nth-child(1),
.review-text td:nth-child(1) {
	background: #ecf2eb;
	width: 15%;
}

.review-out input[type="text"],
.review-out input[type="password"],
.review-out input[type="date"],
.review-out textarea,
.review-text input[type="text"],
.review-text input[type="password"],
.review-text input[type="date"],
.review-text textarea,
.review-imgUpload textarea {
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	font-size: 14pt;
	padding: 7px;
	box-sizing: border-box;
}

.review-text select {
	height: 40px;
	font-size: 14pt;
	padding: 3px;
	border: 1px solid #aaa;
	border-radius: 3px;
}

.review-out input::placeholder,
.review-out textarea::placeholder {
	color: #cccccc;
}

.review-out textarea {
	width: 100%;
	height: 100px;
}

.ajax__calendar_container {
	width: 100% !important;
}

.review-out td .ajax__calendar_container,
.review-text td .ajax__calendar_container,
.applyGrid td .ajax__calendar_container {
	max-width: 280px !important;
	width: 100%;
}

.review-text a {
	color: blue;
	vertical-align: middle;
	text-decoration: underline;
	font-size: 18px;
}

.applyGrid a {
	color: blue;
	text-decoration: underline;
}

.applyGrid input[type="date"] {
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	font-size: 14pt;
	padding: 7px;
	box-sizing: border-box;
}

.review-text td .ajax__calendar_container {
	max-width: 280px !important;
	width: 100%;
}

.ajax__calendar_body {
	width: 100%;
	font-size: 14px;
}

.ajax__calendar_dayname {
	font-weight: bold;
	color: #000;
}

.ajax__calendar_footer {
	line-height: 2;
	margin-bottom: 10px;
}

.ajax__calendar_title,
.ajax__calendar_footer,
.ajax__calendar_today {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.ajax__calendar_days {
	width: 100%;
}

.ajax__calendar_days table {
	/*		width: 280px !important;*/
	width: 100%;
}

.ajax__calendar_day {
	width: 19px !important;
	height: 19px !important;
	color: blue;
}

.ajax__calendar .ajax__calendar_today .ajax__calendar_day {
	border-color: #FFF !important;
	background: #fff2b3;
	padding-right: 2px !important;
}

.review-out td .ajax__calendar td {
	border: none !important;
	font-size: 14px;
	padding: 2px;
}

.review-text td .ajax__calendar td,
.review-out td .ajax__calendar td {
	border: none !important;
	font-size: 14px;
	padding: 2px;
	background: none;
	font-weight: 500;
}

.review-out td:first-child,
.review-text td:first-child,
.review-excelUpload td:first-child {
	/*width: 20%;*/
	font-weight: bold;
	text-align: center;
}

.review-out-center td:first-child {
	width: auto !important;
}

.review-text {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: 14pt;
}

.review-text td {
	border: 1px solid #000;
	padding: 10px;
}

.review-imgUpload {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	border-top: none !important;
	font-size: 14pt;
}

.review-imgUpload b {
	font-weight: bold;
}

.review-imgUpload td {
	border: 1px solid #000;
	padding: 10px;
	border-top: none !important;
}

.review-imgUpload td:first-child {
	width: 60%;
	border-right: none !important;
}

.review-imgUpload td:nth-child(2) {
	border-left: none !important;
}

.review-excelUpload {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	border-top: none !important;
}

.review-excelUpload td {
	border: 1px solid #000;
	padding: 10px;
	border-top: none !important;
}

.review-out2 {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	margin-top: 20px;
	box-shadow: 5px 5px 0px #e8ab13;
	border-radius: 8px;
}

.review-out2 td {
	border: 1px solid #000;
	padding: 10px;
	line-height: 1.5;
}

.review-out2 input[type="text"],
.review-out2 input[type="password"],
.review-out2 textarea,
.review-text2 input[type="text"],
.review-text2 input[type="password"],
.review-text2 textarea {
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	font-size: 14pt;
	padding: 7px;
	box-sizing: border-box;
}

.review-out select {
	height: 32px;
	font-size: 14pt;
	padding: 3px;
}

.review-out2 select {
	height: 32px;
	font-size: 14pt;
	padding: 3px;
}

.review-out2 .ajax__calendar tr td {
	width: auto;
	border: none;
}

.center {
	text-align: center;
	margin: 10px auto 0;
	display: block;
}

.CRTT {
	width: 15.3%;
}

.td-padding {
	padding-left: 35px !important;
	border: 1px solid #F00;
}

.checkRecord-fileUpload {

	border: 1px solid #000;
	border-collapse: collapse;
}

.checkRecord-fileUpload td {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	width: 50%;
}

.checkRecord-fileUpload {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

.checkRecord-fileUpload td {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
}

/*.imgUpload-btn span{
	display:block;
	margin:20px auto;
	font-size:16px;
}*/
.imgUpload-btn {
	padding-top: 20px;
}

.checkRecord-fileUpload textarea {
	width: 60%;
	height: 80px;
	font-size: 16px;
}

.checkRecord-fileUpload div {
	margin: 0 auto;
}

.review-text td .ajax__calendar td {
	border: none !important;
}

.imgUpload {
	width: 380px;
	height: 220px;
	margin: 10px auto;
	display: block;
}

.imgUpload img {
	width: 380px;
	height: 220px;
	margin: 10px auto;
	display: block;
}

.imgUploada img {
	width: 380px;
	height: 220px;
	margin: 10px auto;
	display: block;
}

.form-btn {
	text-align: center;
	margin: 40px auto;
}

.detailsGrid_skyblue_innerTable {
	table-layout: fixed;
}

.detailsGrid_skyblue_innerTable th:nth-child(5) {
	width: 25% !important;
}

.detailsGrid_skyblue_innerTable th:nth-child(6) {
	width: 55% !important;
}

.detailsGrid_skyblue_innerTable th:nth-child(8) {
	width: 55% !important;
}

.detailsGrid_skyblue_innerTable th:nth-child(7) {
	width: 55% !important;
}

.detailsGrid_skyblue_innerTable th:nth-child(9) {
	width: 45% !important;
}

.detailsGrid_skyblue_innerTable th:nth-child(10) {
	width: 45% !important;
}

.startskyblue {
	table-layout: fixed;
}


.startskyblue.number-w {
	table-layout: fixed;
	width: 100%;
}

.startskyblue.number-w tbody tr> :first-child {
	width: 20% !important;
}


.startskyblue.number-w tbody tr:first-child th:last-child {
	width: 120px !important;
}

.startskyblue th {
	background: #F2F9F9 !important;
	text-align: center !important;
}

.startskyblue td {
	text-align: center;
}

.detailsGrid_skyblue_innerTable .pgr table {
	/*Page 分頁表格寬度*/
	width: 30px;
	margin-left: auto;
	margin-right: auto;
}

.detailsGrid_skyblue_innerTable .pgr td {
	/*Page 分頁表格顏色*/
	background-color: #FFF;
	border-width: 0px;
	padding: 3px 3px 3px 3px;
}


.formTB {
	width: 100%;
	border: 1px solid #000;
}

.formTB th {
	border: 1px solid #000;

}

.formTB td {
	border: 1px solid #000;
}


.tabs-menu {
	height: 30px;
	clear: both;
}

.tabs-menu li {
	padding: 10px;
	float: left;
	margin-right: 10px;
	background-color: #ddd;
	border-radius: 5px;
}

.tabs-menu li.current {
	position: relative;
	background-color: #e8ab13;
	color: #fff;
	padding: 10px;
	z-index: 5;
}

.tabs-menu li a {
	padding: 10px;
	text-transform: uppercase;
	color: #939393;
	text-decoration: none;
}

.tabs-menu .current a {
	color: #FFF;
}

.tab {
	background-color: none;
	margin-bottom: 20px;
	width: auto;
}

.tab-content2 {
	display: none;
}

#tab-1 {
	display: block;
}

.tcrightbtn {
	/* margin-left:auto; */
	width: 165px;
	border: 3px solid #7d987a;
	border-radius: 3px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	box-shadow: 3px 3px 0 #CCC;
	margin-right: 3px;
}

.tcicon span {
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	color: #7d987a;
	vertical-align: text-top;
	position: relative;
	top: -3px;
}

.tcicon img {
	display: inline-block;
	width: 25%;
	margin-right: 2px;
	vertical-align: bottom;
}

.tcrightbtn table {
	display: none;
}

.gurightbtn {
	float: right;
	margin-top: 20px;
	width: 185px;
	border: 3px solid #f2b640;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}

.gurightbtn table {
	display: none;
}

.guicon {
	display: flex;
	align-items: center;
}

.guicon span {
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	color: #f2b640;
	vertical-align: text-top;
	position: relative;
	/* top: -3px; */
}

.guicon img {
	display: inline-block;
	width: 21%;
	margin-right: 2px;
	vertical-align: bottom;
}


.guTB {
	position: absolute;
	margin-top: 6px;
	margin-left: -4px;
	width: 165px;
	padding: 1px 0 1px;
	border-radius: 5px;
	width: 178px;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 2px #f2b640;
}

.guTB li {
	padding: 12px 5px;
	background: #FFF;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #CCC;
	font-size: 16px;
	font-weight: bold;
	color: #f2b640;
}

.guTB input[type="submit"] {
	color: #f2b640;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: none;
	font-size: 17px;
	cursor: pointer
}

.guTB a:hover {
	color: orange;
	text-decoration: none;
}

.tcTB {
	background-color: #7d987a;
	position: absolute;
	margin-top: 6px;
	margin-left: -8px;
	width: 165px;
	padding: 1px 0 1px;
	border-radius: 5px;
	width: 165px;
	border: 2px solid #CCC;
}

.tcTB li {
	width: 100%;
	padding: 10px 5px;
	background: #FFF;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #CCC;
	font-size: 16px;
	font-weight: bold;
	color: #7d987a;
}

.tcTB input[type="submit"] {
	color: #7d987a;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: none;
	font-size: 17px;
	cursor: pointer
}

.guTB,
.tcTB input[type="submit"]:hover {
	color: orange;
	text-decoration: none;
}



.bar-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 10px;
}

.bar-block li {
	display: inline-block;
}

.bar_right {
	display: flex;
	margin-left: auto;
}



.intitle {
	font-size: 17pt;
	font-weight: bold;
	color: #666;
	padding: 50px 0 10px;
	letter-spacing: 2px;
	float: left;
	clear: both;
}

/*燈箱效果*/
.spacebgfix {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(107, 107, 107, 0.6);
	z-index: 99;
}

.spacelibox {
	position: absolute;
	padding: 30px 50px 20px 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 6px #666;
}

.is-hide {
	display: none;
}

.peoplelist select {
	margin: 10px;
	padding: 3px;
	font-size: 16px;
	border: 1px solid #666;
}

.peoplelist td {
	padding: 10px;
}

.look {
	padding: 0px 0px 20px 10px;
	color: #666;
	font-size: 14pt;
	font-weight: bold;
	margin-top: -10px;
}

/*燈箱結束*/
.inquireForm b {
	font-weight: bold;
	font-size: 17px;
}

.inquireForm .ajax__calendar {
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.inquireForm .ajax__calendar td,
.inquireForm .ajax__calendar_title {
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

.inquireGrid .ajax__calendar {
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.inquireGrid .ajax__calendar td {
	background: #FFF;
	word-break: break-all;
	word-break: normal;
}

.bluetxt {
	color: #087cfb;
	font-weight: bold;
}

.review-out .ajax__calendar td,
.review-text .ajax__calendar td {
	padding: 0px;
	margin: 0px;
	line-height: normal;
	width: auto;
}

.rivewinner {
	table-layout: fixed;
}

.rivewinner th {
	background: rgba(243, 251, 242, 1.00) !important;
}

.rivewinner table {
	/*	table-layout:fixed;*/
}

.rivewinner th:nth-child(7) {
	width: 20% !important;
}

.checkhref a {
	border: 1px solid #757576;
	padding: 3px 6px;
	background: #EFEEEE;
	border-radius: 3px;
	text-decoration: none;
	color: #000;
	margin: 0 10px;
	white-space: nowrap;
}

.checkhref a:hover {
	color: #000;
	text-decoration: none;
}

.rivewinner td {
	text-align: center;
}

.blod {
	font-weight: bold;
}

.centertd td {
	text-align: center;
}

.reviewtitle {
	color: #5C8663;
	font-weight: bold;
	background: linear-gradient(to bottom, #96c35d 0%, #629c4d 100%);
	padding: 3px 6px;
	border-radius: 2px;
	margin: 10px 0 10px;
	display: block;
	color: #FFF;
	max-width: 150px;
	width: 100%;
	letter-spacing: 3px;
	text-align: center;
}

.R_upload {
	margin-top: 10px;
	margin-bottom: 30px;
	display: inline-block;
	margin-right: 10px;
	max-width: 250px !important;
	width: 100%;
}

.R_upload b {
	color: rgba(7, 155, 125, 1.00);
	font-weight: bold;
}

.R_upload a {
	color: blue;
	text-decoration: underline !important;
	border: none !important;
	background: none !important;
	color: blue !important;
}

.udTB {
	margin-top: 20px;
}

.udTB th {
	background: rgba(242, 251, 252, 1.00) !important;
	width: 14.3% !important;
}

.udTB input {
	font-size: 14pt;
}

.bgdata {
	background: rgba(242, 255, 210, 1.00);
	padding: 2px 10px;
}

.skyblue_innerTable2 {
	table-layout: fixed;
}

.linkwrap {
	float: left;
	border-collapse: collapse;
	box-sizing: border-box;
	margin-left: 20px;
	font-size: 14pt;
	margin-top: 40px;
}

.linkwrap a {
	border: 2px solid #e8ab13;
	color: #e8ab13;
	font-weight: bold;
	border-radius: 5px;
	padding: 8px 15px;
	text-decoration: none;
	margin: 5px 15px;
}

.LSactive {
	background: #e8ab13;
	color: #FFF !important;
	border: 2px solid #000;
}

.anid {
	font-size: 14pt;
	font-weight: bold;
	float: right;
	margin-bottom: 10px;
	margin-top: -15px;
	letter-spacing: 2px;
	background: #fff5db;
	padding: 6px 20px;
	border-radius: 10px;
}

.anid select {
	font-size: 16px;
	padding: 3px;
	border-radius: 3px;
}

.left {
	float: left;
}

.textbold {
	color: #1B6CA8;
	padding: 2px 10px 2px 0;
	font-weight: bold;
	margin-bottom: 10px;
}

.Cadastretable td {
	text-align: center;
}

.word {
	color: blue;
	text-decoration: underline;
	border: none;
	background: none;
}

.HLbtn {
	color: #081bfb;
	border: none;
	outline: none;
	text-decoration: underline;
	background: none;
	font-size: 18px;
	padding: 0px;
	cursor: pointer;
}

.HL-a {
	cursor: pointer !important;
	border: none !important;
	color: blue !important;
	background-color: white !important;
	text-decoration: underline !important;
	padding: 0 !important;
}

.checkresult {
	margin-top: 25px;
	margin-bottom: 20px;
	float: left;
}

.checkresult th {
	background: rgba(94, 175, 11, 1.00);
	padding: 10px 20px;
	color: #FFF;
	border-radius: 3px 0px 0px 3px;
}

.checkresult td {
	background: #E6F0E9;
	padding: 10px 10px;
	border-radius: 0px 3px 3px 0px;
}

.checkresult b {
	font-weight: bold;
	color: #F00;
}

.ADDGridView_wt {
	margin: 5px auto 10px;
	/*max-width:1200px;
    min-width:1200px;*/
	width: 100%;
	box-sizing: border-box;
	border: none;
	clear: both;
}

.ADDGridView_wt th {
	/*設定表頭*/
	background-color: #d3b562;
	color: #FFFFFF;
	text-align: center;
	border: 0;
	font-weight: bold;
	padding: 10px;
}

.ADDGridView_wt th a {
	color: #FFFFFF;
}

.ADDGridView_wt tr:nth-child(2n+3) {
	/*換行變色*/
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1;
	text-align: center;
	/*padding:10px;*/
}

.ADDGridView_wt tr:nth-child(2n+2) {
	/*換行變色*/
	background-color: #f9f0dc;
	color: #000000;
	line-height: 1;
	text-align: center;
	/*padding:10px;*/
}

.ADDGridView_wt td {
	padding: 10px;
	text-align: center;
	line-height: 1.5;
	border: none;
}

.ADDGridView_wt .pgr table {
	/*Page 分頁表格寬度*/
	width: 30px;
	margin-left: auto;
	margin-right: auto;
}

.ADDGridView_wt .pgr td {
	/*Page 分頁表格顏色*/
	background-color: #12A8C0;
	border-width: 0px;
	padding: 3px 3px 3px 3px;
}

.FP01 th:nth-child(1) {
	width: 15%;
}

.FP01 th:nth-child(2) {
	width: 25%;
}

.FP01 select {
	height: 24px !important;
}

.FP02 select {
	height: 24px !important;
}

.Privacy {
	border: 1px solid gray;
	border-top: 5px solid #7b9578;
	border-radius: 2px;
}

.Privacy td {
	padding: 0px 15px 0px;
}

.Privacy th {
	font-weight: bold;
	padding: 20px 0px 15px;
	text-align: left !important;
}

.Privacy span {
	padding-left: 25px;
	line-height: 1.5;
	display: block;
	margin-top: 10px;
}

.Privacy b {
	font-weight: bold !important;
}

.Privacy span1 {
	padding-left: 50px;
	line-height: 1.5;
}

.okPrivacy {
	color: blue;
	font-weight: bold;
}

.childTB {
	border: 1px solid #CCC;
	width: 100%;
	margin-top: 10px;
}

.childTB th {
	border: 1px solid #CCC;
	text-align: center;
}

.childTB td {
	border: 1px solid #CCC;
}

.newDom {
	font-size: 50px;
	color: red;
	position: fixed;
	z-index: 99;
	right: 30px;
	bottom: 30px;
}

.txtbox {
	margin-left: 20px;
	max-width: 1150px;
}

.txtbox th:nth-child(1) {
	width: 1% !important;
	padding: 2px;
	text-align: center;
	vertical-align: top !important;
	border: none !important;
	padding-top: 10px;
	box-sizing: border-box;
	background: none;
}

.txtbox td {
	padding: 10px !important;
	border: none !important;
	line-height: 2;
	vertical-align: middle;
}

.linkcss {
	color: blue;
	text-decoration: underline;
}

/*RWDfrom*/
.RWDfrom {
	border: 1px solid #000;
	border-bottom: none;
}

.RWDfrom ul {
	border-bottom: 1px solid #000;
}

.RWDfrom .mbnone {
	background: #CCC;
	font-size: 14pt;
}

.RWDfrom li {
	display: inline-block;
	font-weight: bold;
	font-size: 17px;
}

.RWDfrom li:nth-child(1) {
	/*max-width:300px;*/
	width: 35%;
	vertical-align: middle;
	/*border-right:1px solid #000;*/
	/*border:1px solid #F00;*/
	line-height: 2.5;
	padding-left: 10px;
	font-size: 14pt;
}

.RWDfrom input[type="text"],
.RWDfrom input[type="password"],
.RWDfrom textarea,
.RWDfrom input[type="text"],
.RWDfrom input[type="password"],
.RWDfrom textarea {
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	font-size: 14pt;
	padding: 7px;
	box-sizing: border-box;
}

.RWDfrom select {
	height: 32px;
	font-size: 14pt;
	padding: 3px;
}

.RWD_3 li:nth-child(2) {
	/*max-width: 460px;*/
	width: 30%;
	vertical-align: middle;
	padding: 15px;
	/*border-left: 1px solid #000;*/
}

.RWD_3 select {
	max-width: 460px;
	width: 100%;
}

.RWD_3 li:nth-child(3) {
	/*border: 1px solid #F00;*/
	/*max-width: 360px;*/
	width: 33%;
	vertical-align: middle;
	padding: 15px;
	text-align: center;
	/*border-left:1px solid #000;*/
}

.RWD_3 input {
	width: 90%;
}

.li-padding {
	padding-left: 40px !important;
	background: none !important;
}

.nonepd {
	padding: 0px !important;
}

@media screen and (max-width:1024px) {
	.RWD_3 li:nth-child(1) {
		max-width: 100%;
		width: 100%;
		font-size: 22px;
		color: #2a4f2c;
		font-weight: bold;
		background: #e1ebe1;
		padding: 2px;
		text-align: left;
		/*border:1px solid #F00 !important;*/
	}

	.RWD_3 li:nth-child(2) {
		max-width: 100%;
		width: 100%;
	}

	.RWD_3 li {
		display: block;
		border: none !important;
		font-size: 18px;
	}

	.RWD_3 select {
		height: 35px;
		border: 1px solid #5e5e5e;
		font-size: 22px;
		max-width: 100%;
		width: 80%;
	}

	.RWD_3 input {
		height: 35px;
		max-width: 100% !important;
		width: 100%;
		border: 1px solid #5e5e5e;
		font-size: 20px;
	}

	.RWD_3 li:nth-child(3) {
		max-width: 820px;
		width: 100%;
		text-align: left;
	}

	.RWD_3 li:nth-child(2)::before {
		content: "是否與計畫或規定相符：";
		font-size: 20px;
	}

	.RWD_3 li:nth-child(3)::before {
		content: "備註：";
		font-size: 20px;
	}

	.nonepd::before {
		content: none !important;
	}

	.nonepd2::before {
		content: none !important;
	}

	.form {
		font-size: 18px;
	}

	.mbnone {
		display: none;
	}

	.li-padding {
		/*padding-left: 50px !important;*/
	}

	.li-paddingmb {
		padding-left: 50px !important;
	}

	.RWD_3 textarea {
		max-width: 850px !important;
		width: 100%;
		background: #fad6d6;
		display: block;
	}
}

.bgcolorb {
	background-color: #F3FDFF;
}

.SWCBase img {
	width: 280px;
	border: none;
}

.filelink {
	color: blue;
	text-decoration: underline;
}

.filelink:hover {
	color: orange;
}

.TBA th {
	background: #e0e0e0;
	text-align: center;
	padding: 8px;
	line-height: 2;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.bcolorbox {
	background: #F3FDFF;
	border: 1px solid #CCC;
	padding: 0px 10px;
}

.box_R {
	float: right;
	position: relative;
	top: 40px;
}

.pdfbtn {
	outline: none;
	background: #ecf2eb;
	border-radius: 15px;
	border: 1px solid #666;
	padding: 5px 10px;
	color: #333;
	float: right;
	font-size: 15px;
	cursor: pointer;
	margin-right: 10px;
	font-weight: bold;
}

.pdfbtn:hover {
	border: 1px solid #7d987a;
	color: #000;
}

/*.bcolorbox::after {
	content: " ";
}*/
.bgtt {
	background: #f0f7f3;
}

.addpreson {
	margin-bottom: 5px;
	display: inline-block;
}

.addpreson b {
	font-weight: bold;
	color: #636363;
}

.addpreson span {
	font-weight: bold;
	color: #0e91af;
	vertical-align: central;
}

.addpreson input[type="text"] {
	border-radius: 5px;
	padding: 3px;
	vertical-align: top;
	margin-top: -2px;
	border: 1px solid #0e91af;
	outline: none;
}

.addpreson input[type="text"]:focus {
	border: 1px solid #00c1ff;
}

.addpreson input[type="submit"] {
	background: #0e91af;
	border: 1px solid #0e91af;
	color: #FFF;
	border-radius: 5px;
	font-size: 16px;
	margin-top: -2px;
	cursor: pointer;
}

.firstw th:nth-child(1) {
	width: 5% !important
}

.firstw td:nth-child(1) {
	text-align: center;
}

.forgetBtn {
	background: transparent;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid blue;
	font-weight: bold;
	font-family: Microsoft JhengHei;
	color: blue;
}

.row {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.row input {
	margin: 0 0.1rem;
}



/* spacefix(三個月更新密碼燈箱css) start=============================*/
.forgetBtn_all {
	width: 100%;
	margin-top: 0.1rem;
}

.spacelibox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 1rem;
	height: auto !important;
}

.spacelibox_title {
	margin-bottom: 1rem;
}

.spacelibox_title h1 {
	font-size: 22pt;
	font-weight: bold;
	color: #7E796A;
	margin: 0.5rem auto;
}

.spacelibox_title span {
	font-size: 11pt;
	color: red;
	text-align: left;
}

.label_box_all {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.label_box_all img {
	width: 20px;
	border-bottom: 1px solid #878787;
}

.label_box_all p {
	font-size: 12pt;
	color: #767676;
	transition: all 0.1s;
}

.label_box_all input {
	color: #000;
}

/* 密碼提示 */
.spacelibox_hint {
	visibility: hidden;
	text-align: left;
	align-self: start;
	font-size: 10pt;
	color: red;
	margin-top: 0.5rem;
	width: 100%;
}

.label_box:focus~span {
	visibility: visible;
}

.spacelibox_row {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.spacelibox_row .label_box {
	flex: 1;
}

/* 自動輸入資料的文字變色 */
.label_box_color2 {
	color: #000;
	border: none;
}

.label_box {
	border: none;
	border-bottom: 1px solid #878787;
	background: none;
	height: 30px;
	font-size: 16px;
	color: #878787;
	padding-top: 0.4rem;
	position: relative;
	transition: all 0.1s;
	padding-top: 0.5rem;
}

.label_box:focus {
	outline: none;
	border-bottom: 2px #000 solid;
}

.label_box:focus+img {
	border-bottom: 2px #000 solid;
}

.renew_btn_all {
	align-self: center;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	margin-top: 0.5rem;
}

.nologin_color {
	background-color: #fff;
	border: #DD5959 solid 2px;
	color: #DD5959;
	transition: all 0.3s;
}

.nologin_color:hover {
	background-color: #DD5959;
	color: #fff;
}

.yeslogin_color {
	background-color: #fff;
	border: #648F69 solid 2px;
	color: #648F69;
	transition: all 0.3s;
}

.yeslogin_color:hover {
	background-color: #648F69;
	color: #fff;
}

/* spacefix(三個月更新密碼燈箱css) end================================*/




/* 案件列表右邊的按鈕位置 start ==================================== */
.tabs_right_all {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
}

/* 案件列表右邊的按鈕位置 end ====================================== */


.imgupload-btn-all {
	margin-top: 1rem !important;
}

.detailsGrid table .top {
	vertical-align: top !important;
	vertical-align: text-top;
}


/* 案件大事記按鈕 */
.btn__case {
	margin-left: auto;
	border-radius: 8px;
	padding: 0px 20px;
	background: #ffffff;
	border: 2px solid #e57575;
	color: #e57575;
	font-weight: bold;
	font-size: 17px;
	height: 42px;
	position: relative;
	bottom: -20px;

}

.textstyle {
	padding: 25px;
	display: block;
}

#ThreeArea {
	display: inline-block;
}

.title16blk {
	font-weight: bold;
	margin-bottom: 5px;
	color: #7d987a;
	padding-left: 5px;
	border-left: 5px solid #7d987a;
}

.addapplybtn {
	background: #FFF;
	font-size: 13pt;
	color: #7d987a;
	border-radius: 6px;
	border: 2.5px solid #7d987a;
	padding: 4px 8px;
	cursor: pointer;
	font-weight: bold;
}

.SWCfl {
	background: #61915c;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
}

.lab {
	float: right;
	margin-bottom: 0.5em;
	display: inline;
}

.icon1 {
	width: 13px;
	height: 18px;
	background: #fce7ca;
	display: inline-block;
	vertical-align: central;
	margin-right: 0.4em;
}

.icon2 {
	width: 13px;
	height: 18px;
	background: #fdf6f2;
	display: inline-block;
	vertical-align: central;
	margin-right: 0.4em;
	margin-left: 0.8em;
}

.labcolor1 {
	font-weight: bold;
	margin-top: 1em;
	letter-spacing: 2px;
	display: inline-block;
	font-weight: bold;
	color: #844b17;
}

.labcolor2 {
	font-weight: bold;
	margin-top: 1em;
	letter-spacing: 2px;
	display: inline-block;
	font-weight: bold;
}

.OFseg {
	width: 100%;
	overflow-x: auto;
	margin: 0 auto;
}

.OFseg .OFcheck {
	width: 100%;
	overflow-x: scroll;
	margin: 0 auto;
	clear: both;
	/*border:1px solid #a15641;*/
	border: none;
}

.OFseg .OFcheck th {
	white-space: nowrap;
}

@media only screen and (max-width: 1380px) {
	.OFseg {
		width: 100%;
	}

	.OFseg .OFcheck {
		white-space: normal;
	}
}

.OFseg .OFcheck td:nth-child(10),
.OFseg .OFcheck td:nth-child(12) {
	white-space: nowrap;
}

/*.OFseg .OFcheck td:nth-child(9), .OFseg .OFcheck td:nth-child(10), .OFseg .OFcheck td:nth-child(11) {
    white-space:nowrap;
}*/
.OFseg .OFcheck tr td {
	padding: 4px 2px;
	vertical-align: middle;
	text-align: center;
	line-height: 2;
	border: none;
}

.OFseg .OFcheck tr th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background: #eaaf46;
	color: #fce7ca;
	border: none;
	line-height: 1.3;
	font-weight: bold;
	/*width:1200px;*/
}

.OFseg .OFcheck tr:nth-child(2n+3) {
	/*換行變色*/
	background-color: #fef6f2;
	color: #000000;
	text-align: center;
	border-bottom: 15px solid #FFFFFF;
}

.OFseg .OFcheck tr:nth-child(2n+2) {
	/*換行變色*/
	background-color: #fce7ca;
	color: #844b17;
	text-align: center;
}

/*綠*/
.OFsegG {
	/*max-width: 1580px;*/
	width: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.OFsegG {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	#DDLDTL004 {
		width: 80%
	}
}

.OFsegG .OFcheckG {
	/*max-width: 1580px;*/
	width: 100%;
	overflow-x: scroll;
	margin: 0 auto;
	clear: both;
	border: none;
}

.OFsegG .OFcheckG tr td:first-child {
	width: 10%;
}

.OFsegG .OFcheckG tr td {
	padding: 3px;
	border: none !important;
	vertical-align: middle;
	text-align: center;
	line-height: 2;
}

.OFsegG .OFcheckG tr th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background: #d8edba;
	color: #2f470a;
	border: none;
	font-weight: bold;
	line-height: 1.3;
	/*width:1200px;*/
}

.OFsegG .OFcheckG tr:nth-child(2n+3) {
	/*換行變色*/
	background-color: #fdfff0;
	color: #000000;
	line-height: 1.2;
	text-align: center;
	border-bottom: 10px solid #FFFFFF;
}

.OFsegG .OFcheckG tr:nth-child(2n+2) {
	/*換行變色*/
	background-color: #f3f8eb;
	color: #61915c;
	text-align: center;
}

.SWCfO {
	background: #c67924;
	color: #feede5 !important;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.SWCfOh2 h2 {
	border: none !important;
}

.ADDCadastral {
	border: 1px solid #CCC !important;
	width: 100%;
}

.ADDCadastral th {
	/*設定表頭*/
	background-color: #ecf2eb;
	color: #000;
	text-align: center;
	border: 1px solid #CCC;
	text-align: center;
	padding: 4px;
}

.ADDCadastral td {
	border: 1px solid #CCC !important;
	text-align: center;
	padding: 10px !important;
	font-weight: normal;
	background-color: #FFF !important;
}

.ADDCadastral tr:nth-child(2n+3) {
	/*換行變色*/
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1;
	text-align: center;
	border: 1px solid #CCC;
}

.ADDCadastral td:first-child {
	width: 10%;
	font-weight: normal;
}

.ADDCadastral tr:nth-child(2n+2) {
	/*換行變色*/
	background-color: #f8f8f8;
	color: #000000;
	line-height: 1;
	text-align: center;
	border: 1px solid #CCC;
}

.ADDCadastral .pgr table {
	/*Page 分頁表格寬度*/
	width: 30px;
	margin-left: auto;
	margin-right: auto;
}

.ADDCadastral .pgr td {
	/*Page 分頁表格顏色*/
	background-color: #ecf2eb;
	border-width: 0px;
	padding: 3px 3px 3px 3px;
}

.companydata {
	border: 1px solid #CCC;
	width: 100%;
}

.companydata th {
	border: 1px solid #CCC;
	width: 22%;
	font-weight: bold;
	padding: 0 10px;
	background: #f8f8f8;
}

.companydata td {
	border: 1px solid #CCC;
}

.CR02 {
	border: 1px solid #000;
	width: 100%;
}

.CR02 tr td {
	border: 1px solid #000;
	vertical-align: middle;
	padding: 15px;
}

.review-apply {
	border: 1px solid #000;
	width: 100%;
}

.review-apply th {
	background: #CCC;
	font-weight: bold;
	padding: 8px;
}

.review-apply td {
	border: 1px solid #000;
	padding: 8px;
}

.review-apply select {
	padding: 8px;
	margin-bottom: 10px;
}

.review-apply input {
	padding: 8px;
	width: 80%;
}

#divBlockBig {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(107, 107, 107, 0.6);
	z-index: 999999999;
	display: none;
}

#divBlock {
	height: 200px;
	width: 400px;
	background-color: black;
	position: absolute;
	/*絕對位置*/
	top: 50%;
	/*從上面開始算，下推 50% (一半) 的位置*/
	left: 50%;
	/*從左邊開始算，右推 50% (一半) 的位置*/
	margin-top: -100px;
	/*高度的一半*/
	margin-left: -200px;
	/*寬度的一半*/
	position: fixed;
}


/*marine_style---------------------------------------------------------------------------------*/
.justify-content-center {
	justify-content: center;
}

.check-tab {
	font-weight: bold;
	padding: 6px 12px;
	border-radius: 3px;
	margin-right: 10px;
	border: 2px solid #7d987a;
}

.check-tab.active {
	background: #7d987a !important;
	border-top: 0px !important;
	border: 2px solid #7d987a;
}

.riview-th {
	font-weight: bold;
	text-align: center;
	background: #ecf2eb;
}

span.remind {
	color: #fff;
	border-radius: 7px;
	margin-top: 5px;
	padding: 3px 10px;
	font-size: 10pt;
	background-color: rgb(189, 60, 60);
}

.retirement-title {
	background-color: #FFFF99;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 1em;
}

.border-top-green {
	border-top: 5px solid #7b9578;
}

.completed-excelUpload {
	border: 1px solid #000;
	width: 100%;
	border-top: none;
}

.completed-excelUpload td {
	border: 1px solid #000;
	border-top: none;
	padding: 10px;
}

.signTB {
	width: 100%;
	border: 1px solid #CCC;
}

.signTB th {
	border: 1px solid #CCC;
	text-align: center;
	/* background:#ddd; */
	font-weight: bold;
	padding: 5px;
	background: #F2F9F9 !important;
}

.signTB td {
	border: 1px solid #CCC !important;
	text-align: center;
}

.review-text.th-two tr:first-child td:first-child {
	width: 30%;
}

.review-text.th-two td:first-child {
	width: auto;
}

.review-text-th {
	text-align: center;
	font-weight: bold;
	background: #ecf2eb;
}

.review-text td.review-text-td {
	text-align: left;
	font-weight: normal;
	background: #fff;
}

.border-t-0 {
	border-top: 0px !important;
}

/*,.review-text*/

.check-result a {
	color: blue;
	text-decoration: underline !important;
	border: none !important;
	background: none !important;
	color: blue !important;
}

.review-excelUpload td a {
	color: blue;
	text-decoration: underline !important;
	border: none !important;
	background: none !important;
	color: blue !important;

}

.check-result select {
	padding: 5px;
	font-size: 16px;
	margin: 0 5px;
}

.swcfacility span,
.swcfacility div {
	display: inline-block;
}

.wordttb {
	font-size: 18px;
	background: rgba(89, 143, 76, 1.00) !important;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 2px 15px 20px !important;
	cursor: pointer;
	font-weight: bold;
}

.segtable th {
	font-weight: bold;
	text-align: center;
}

.segtable td {
	text-align: center;
}

.ADDGridView input {
	height: 29px;
}

.ADDGridView textarea {
	font-size: 16px;
}

.ADDGridView select {
	font-size: 16px;
	padding: 2px 5px;
}

.SwcPrivacy {
	padding: 20px;
}

.SwcPrivacy p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.SwcPrivacy b {
	display: block;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #7d987a;
	line-height: 1.5;
	font-size: 18px;
}

.SwcPrivacy span {
	margin: 8px auto 40px;
	display: block;
	letter-spacing: 2px;
	line-height: 1.5;
	font-size: 18px;
}