﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y: auto;
	font-family: "微軟正黑體";
	min-height: 100vh;
}

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; */
}

.topW {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.headerbanner {
	/*background:#316C9F;*/
	height: 10px;
	background: linear-gradient(to right, #629BC5, #83B342);
}

/*.headerbanner span{
	float:right;
}*/
.headerbanner b1 {
	list-style: none;
	margin: 0 auto;
	/*float:left;*/
	display: inline-block;
	margin: 8px 0px 0px;
}

.headerbanner a {
	margin: 0 30px;
}

.headerbanner b {
	list-style: none;
	float: right;
	display: inline-block;
	margin: 0 auto;
	margin: 10px 0px 0 10px;
}

.headerbanner span {
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 2px;
	float: left;
	margin: 0 10px 0;
}

.headerbanner a {
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 2px;
	float: left;

	text-decoration: none;
}

.headerbanner a:hover {
	color: #F8B22D;
}

.headerwrap {
	width: 100%;
	/*background: linear-gradient(to top,#CCE0F1,#FFF);*/
	/*background:url(../images/headerbd.jpg);*/
	background-color: #fff;
	box-shadow: 0px 2px 15px #B4B3B3;
	height: 70px;
}

.header {
	height: 100px;
	padding: 10px 0;
}

.logo {
	background: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: 5px auto;
	max-width: 800px;
	width: 100%;
	height: 45px;
	float: left;
	margin-top: 2px;
}

.banner1 {
	background: url(../images/slider/C01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin: 0 auto;
	max-width: 100vw;
	width: 100%;
	height: 320px;
	display: none;
}

.banner_img {
	background: url(../images/slider/C01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin: 0 auto;
	max-width: 100vw;
	width: 100%;
	height: 320px;
}

/*.topmenu{
	float:right;
	margin-top:25px;
}
.topmenu ul{
	list-style:none;
	float:left;
	padding:0 6px;
}
.topmenu ul li{
	color:#61b660;
	cursor:pointer;
	font-weight:bold;
	letter-spacing:2px 
}
.topmenu a{
	color:#0F91EF;
	text-decoration:none;
	margin:0 5px;
	font-weight:bold;
}*/

.wherewrap {
	padding: 8px 0 8px 0;
	box-sizing: border-box;
	color: #0073fc;
	font-weight: bold;
	font-size: 16px;
}

.wherewrap a {
	color: blue !important;
}

.wherewrap a:hover {
	color: orange !important;
}

.where span {
	font-weight: bold;
	letter-spacing: 1px;
	color: #434343;
	margin: 0 5px;
}

.hello1 {
	padding: 6px 0;
	float: left;
	cursor: pointer;
	width: auto;
}

.hello2 {
	padding: 6px 0;
	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;
}

.blueline {
	background: #8dc8dc;
	width: 100%;
	max-width: 1980px;
	min-width: 1200px;
	height: 10px;
}

.imgtitle {
	margin-bottom: 40px;
}

.txttitle {
	font-size: 23pt;
	margin: 45px auto;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.footer {
	clear: both;
	background: #e7c056;
	width: 100%;
	vertical-align: middle;
	margin-top: 40px;
	margin-bottom: 0;
}

.footer-1,
.footer-2 {
	height: 150px;
	padding: 10px 0px;

}

.footer-1 {
	background: #e7c056;
	width: calc(100% - 480px);
	color: #000;
	margin: 0;
	float: left;

}

.footer-2 {
	background: #88c28f;
	width: 480px;
	color: #000;
	text-align: center;
	margin: 0;
	float: right;
}

@media print {
	.footer-1 {
		float: none;
		display: block;
		width: 90%;
	}

	.footer-2 {
		float: none;
		display: block;
		width: 80%;
	}
}

.footer-logo,
.footer-info {
	display: inline-block;
	vertical-align: middle;
}

.footer-logo img {
	width: 90px;
	margin: 10px;
}

.footer-info {
	padding-top: 5px;
	width: calc(100% - 120px);
}

/* .footer-info span{font-size: 10pt;} */

.footer-info b {
	font-size: 14pt;
	font-weight: bold;
	/* text-shadow: 0.1em 0.1em rgb(255, 255, 255); */
}

.footer-info ul {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.footer-info ul li {
	list-style: none;
	padding: 2px 0;
	font-size: 16px;
}

.info1 {
	width: 27%;
	margin: 5px 0 0 0;
	border-right: 1px solid #000;
	/* text-shadow: 0.1em 0.1em rgb(255, 255, 255); */
}

.info2 {
	margin-left: 15px;
	margin: 5px 0 0 15px;
	width: 25%;
	color: #000;
	border-right: 1px solid #000;
}

.info2 a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.info3 {
	margin-left: 15px;
	margin: 5px 0 0 15px;
	width: 35%;
	color: #000;
}

.info3 img {
	margin-left: 18px;
	width: 47px;
	vertical-align: middle;
}

.info3 a {
	cursor: pointer;
	color: blue;
}

.info3 a:hover {
	color: #FFF;
}

@media screen and (max-width:768px) {
	.info2 {
		margin-left: 0px;
		width: 100%;
	}

	.info3 {
		margin-left: 0px;
		width: 100%;
	}
}

.footer-qr {
	position: relative;
	list-style-type: none;
	display: inline-block;
	text-decoration: none;
	margin: 5px;
	width: 100px;
	vertical-align: text-top;
}

.footer-qr img {
	width: 100%;
}

.footer-qr span {
	color: #fff;
	font-size: 8pt;
	text-align: center;
}

.qrname {
	height: 32px;
	margin: 0;
}

.content-s {
	clear: both;
	min-height: calc(100vh - 620px);
}

.titleimg {
	width: 170px;
	margin: 10px 0 5px;
}

.titleimg2 {
	font-size: 27px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 15px;
	position: relative;
	bottom: -10px;
}

@media screen and (max-width:996px) {
	.titleimg2 {
		bottom: 0px;
		font-size: 23px;
	}
}

.titleimg2 img {
	width: 40px;
	margin-right: 5px;
	vertical-align: top;
	margin-bottom: 0px;
}

.Fromwrap {
	border: 1px solid #666;
	padding: 10px 0 35px;
}

.limit {
	color: #FF0000;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.must {
	font-family: cursive;
	color: #FF0000;
}

.w-60 {
	width: 60%;
}

.w-25 {
	width: 25% !important;
}

.wp-90 {
	width: 90px;
}

.ml-20 {
	margin-left: 20px;
}

.applyfrom .pl-45 {
	padding-left: 45px;
}

.appleck {
	margin-left: 20px;
}

.mt-15 {
	margin-top: 15px;
}

.bg-lightGreen {
	background-color: #eaf0ee;
}




.newDom {
	font-size: 50px;
	color: red;
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	display: block;
}

.gray {
	color: #aeaeae !important;
	font-size: 15px;
}

.red {
	color: #F00 !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);
}

.IMGwrap {
	max-width: 340px;
	width: 100%;
	/* float: left; */
	padding: 0;
	margin-bottom: 15px;
}

.IMGbtn {
	position: relative;
	list-style-type: none;
	display: inline-block;
	margin: 5px;
	width: 155px;
	border-radius: 8px;
}

.IMGbtn_bg1 {
	background-color: #68bfce;
}

.IMGbtn_bg1:hover {
	background-color: #01b4cc;
}

.IMGbtn_bg2 {
	background-color: #e18273;
}

.IMGbtn_bg2:hover {
	background-color: #eb5954;
}

.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%;
}

.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,
.news3,
.news4 {
	background: #ffffff;
	box-shadow: 5px 5px 0px #e8ab13;
	box-sizing: border-box;
	border-radius: 8px;
	border: #000 solid 1px;
}

.news {
	margin: 5px 0 0 0;
	padding: 15px 10px;
	box-sizing: border-box;
	/* float: right; */
	/* width: calc(100% - 340px); */
	/* height: 320px; */
	min-height: 320px;
	flex: 1;
}

.news2 {
	margin-top: 20px;
	padding: 20px 30px 0;
	box-sizing: border-box;
	width: 55%;
	/* height: 305px; */
	min-height: 305px;
	flex: 1;
}

.news3 {
	margin: 20px 0 0 30px;
	padding: 20px 10px;
	width: 22%;
	/* height: 305px; */
	min-height: 305px;
}

.news4 {
	margin: 5px 0 0 30px;
	/*height: 320px; */
	min-height: 320px;
	padding: 20px 10px;
	width: 20%;
}

.newsiner {
	background: #FFF;
	width: 100%;
	/* height: 230px; */
	min-height: 230px;
	margin: 0 auto;
	border-radius: 10px;
}

.newsiner a {
	line-height: 1.5;
}

.newstb {
	margin-top: 10px;
	padding: 0 10px 10px 15px;
	width: 100%;
}

.newstb th {
	text-align: left;
	letter-spacing: 2px;
	padding: 10px 8px 0px 8px;
	/*background:rgba(248,242,242,1.00);*/
}

.newstb label {
	color: #666;
	margin-right: 15px;
}

.newstb td {
	font-size: 18px;
	color: #000000;
	border-bottom: 1px solid #b6b6b6;
	padding: 8px;
	line-height: 24px;
}

.newstb a {
	color: blue;
	text-decoration: underline;
	display: block;
}

.newstb a:hover {
	color: orange;
}

/* .newstb input[type="submit"] {
    white-space: normal !important; 
    text-align: start !important;
} */
.newstitle {
	font-size: 17pt;
	color: #000000;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-weight: 500;
	letter-spacing: 3px
}

.newslogin {
	width: 23%;
	background: #ffffff;
	box-shadow: 5px 5px 0px #e8ab13;
	box-sizing: border-box;
	border-radius: 8px;
	border: #000 solid 1px;
	float: left;
	/*height:305px;*/
	min-height: 305px;
	margin-top: 20px;
	padding: 20px 30px 0;
	/* margin-bottom: 30px; */
	margin-right: 40px;
}

.service-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

.service-wrap a {
	display: block;
	color: #000 !important;
	width: fit-content;
	/* width: 50%; */
	width: 33%;
	padding: 0 10px;
	margin-top: 10px;
}

.service-wrap a .img-wrap {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	max-width: 100px;
}

.service-wrap a .text {
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:1780px) {
	.news2 {
		width: 68%;
	}
}

@media screen and (max-width:1380px) {

	.newslogin,
	.news2,
	.news3,
	.news4 {
		/* height: 320px; */
		min-height: 320px;
	}

	.news3,
	.news4 {
		width: 20%;
	}
}

@media screen and (max-width:1280px) {
	.newslogin {
		float: none;
		display: block;
		width: 95%;
		height: auto;
		margin: 5px auto 40px;
	}

	.newsiner {
		height: auto;
	}

	.news2 {
		float: none;
		display: block;
		width: 95%;
		height: auto;
		margin: 5px auto;
	}

	.news3,
	.news4 {
		width: 95%;
		height: auto;
		margin: 5px auto;
		display: block;
	}
}

.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: 19px;
	padding: 0 10px 10px;
	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%;
}

.uploadimg {
	display: block;
	margin: 5px 0px 5px 95px;
	border: 1px solid #444;
	max-width: 600px;
}

.inquireForm {
	border: 1px solid gray;
	padding: 15px;
	line-height: 2.5;
	border-radius: 8px;
	box-shadow: 5px 5px 0px #e8ab13;
	box-sizing: border-box;
	clear: both;
}

.inquireForm ul {
	margin: 0;
	padding: 0;
}

.inquireForm li {
	list-style: none;
	margin: 3px 0;
	font-size: 12pt;
	display: inline-block;
}

.inquireForm input,
.inquireForm select {
	padding: 7px;
	border-radius: 3px;
	border: 1px solid #aaa;
}

.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: 115px;
	text-align: right;
}

.sreach #TXTS001,
.sreach #TXTS003,
.sreach #TXTS004,
.sreach #TXTQQ01,
.sreach #DDLQQ01 {
	width: calc(100% - 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: #e8ab13;
}

.inquireForm-btn input:nth-child(2) {
	background: #d3d3d3;
}

.swccount {
	color: #008181;
	padding: 8px 12px;
	margin: 10px 0px;
	letter-spacing: 2px;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #008181;
}

.swcbtn {
	font-size: 12pt;
	color: #ffffff;
	background: #008181;
	padding: 8px 12px;
	margin: -10px 0px 10px 5px;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #008181;
}

.swcbtn:hover {
	border: 1px solid #b8860b;
	background: #b8860b;
	color: #ffffff;
}

.swcbtn2 {
	background: #8c7042;
	border: 1px solid #716246;
}

.checklist-btn {
	margin: 40px auto 20px;
	text-align: center;
}

.checklist-btn input {
	margin: 0 15px;
}

.cgPassBtn {
	font-size: 10pt !important;
	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 !important;
	background: #3ba7d1;
	color: rgb(255, 255, 255);
	border-radius: 4px;
	border: none;
	padding: 5px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.delBtn {
	font-size: 11pt !important;
	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;
	/* margin-top: 10px; */
	margin-bottom: 20px;
}

.checkBtn {
	font-size: 14pt;
	background: #249b77;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 10px 30px;
	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;
	/*max-width:1200px;
    min-width:1200px;*/
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 17px;
}

.ADDGridView th {
	/*設定表頭*/
	background-color: #74a599;
	color: #FFFFFF;
	text-align: center;
	border: 0;
	font-weight: bold;
	padding: 10px;
}

.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: #eaf0ee;
	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: #74a599;
	border-width: 0px;
	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*/
.list_checkbtn {
	padding: 5px 10px;
	box-sizing: border-box;
	background: #008181;
	color: #fff;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

.list_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: 93%;
	}
}

.detail_basic th {
	width: 130px;
	text-align: center;
}

.detail_basic td {
	padding: 15px 0;
}

@media screen and (max-width:996px) {
	.detail_basic th {
		display: block;

	}

	.detail_basic td {
		display: block;
	}

	.detail_tag {
		white-space: normal;
		display: block;
		font-size: 11pt !important;
		padding: 3px 10px !important;
	}

	.detail_info {
		font-size: 11pt !important;
	}

	.detail_basic td {
		padding: 5px;
	}
}

.detail_tag {
	display: inline-block;
	width: 130px;
	font-size: 13pt;
	color: #ffffff;
	background: #008181;
	padding: 5px 10px;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #008181;
	white-space: nowrap;
}

.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;
	line-height: normal;
	cursor: pointer;
	margin-right: 10px;
}

.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: 1px solid #000 !important;
	background: #ffffff !important;
	color: #000 !important;
	box-shadow: 3px 3px 0 #e8ab13 !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: #e8ab13 !important;
	color: #000000 !important;
	box-shadow: 3px 3px 0 #000000 !important;
	font-weight: 900;
}

@media screen and (max-width:996px) {

	.button_g,
	.button_g2 {
		margin: 10px;
	}
}

.none {
	display: none;
}

.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 table th {
	padding: 8px 0;
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}

.Ltxt table td {
	padding: 8px 0;
}

.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: 240px;
	border-radius: 8px;
}

.Ltxt select {
	border: 1px solid #878787;
	background: none;
	height: 35px;
	color: #878787;
	font-size: 16px;
	width: 240px;
	border-radius: 8px;
}

.Ltxt table {
	margin-left: -12px;
}

@media screen and (max-width:1579px) {
	.Ltxt {
		font-size: 18px;
	}

	.Ltxt table th {
		text-align: left;
	}

	.Ltxt select,
	.Ltxt input[type="text"],
	.Ltxt input[type="password"] {
		width: 200px;
	}
}
}

/*@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 15px;
	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;
	text-align: center;
	padding: 8px 25px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
}

.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: #4c6cb3;
	color: #FFF;
	padding: 6px 4px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-right: 5px;
}

.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
}


.ttbox {
	border: 1px solid #CCC;
	/*max-width:180px;*/
	margin-top: 15px;
}

.inbox {
	display: inline-block;
	width: 100%;
	display: flex;
}

@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-btn-all {
	margin-top: 1rem !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:1280px) {
	.IMGwrap {
		text-align: center;
		max-width: 100%;
		float: none;
		margin-bottom: 0px;
	}

	.IMGbtn {
		width: calc(88% / 6);
	}
}

@media screen and (max-width:1260px) {
	section {
		min-width: 100%;
	}
}

@media screen and (max-width:1200px) {
	section {
		min-width: 100%;
	}

	.footer-logo {
		display: none;
	}

	.footer-1 {
		height: auto;
		text-align: center;
	}

	.footer-1,
	.footer-2 {
		width: 100%;
		float: none;
	}

	.footer-info {
		width: 100%;
	}

	.info1,
	.info2 {
		width: 100%;
		margin: 0;
		border: none;
	}

	.info1>li,
	.info2>li {
		display: inline-block;
		padding: 0px 15px !important;
		margin: 5px 0;
		border-left: 1px solid rgb(131, 79, 12);
		box-sizing: border-box;
	}

	.info1>li:nth-child(1),
	.info2>li:nth-child(1) {
		border: none;
	}

	.IMGwrap {
		text-align: center;
		max-width: 100%;
		float: none;
		margin-bottom: 0px;
	}

	.IMGbtn {
		width: calc(88% / 6);
	}

	.news {
		float: none;
		width: 95%;
		margin: 20px auto;
	}
}

@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 #TXTS007 {
		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%;

	}

	.footer-1 {
		/* height: 220px; */
		text-align: left;

	}

	.footer-1,
	.footer-2 {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}

	.footer-info {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		box-sizing: border-box;

	}

	.info1,
	.info2 {
		width: 100%;
		border: none;
	}

	.info1>li,
	.info2>li {
		display: inline-block;
		width: 100%;
		padding: 0px 0px !important;
		margin: 5px 0;
		border-left: none;
		box-sizing: border-box;
	}

}

@media print {
	.headerwrap {
		display: none;
	}

	.wherewrap {
		width: 83%;
	}
}

@media screen and (max-width:530px) {}

@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(87% / 2);
	}

	.footer-1 {
		/* height: 240px; */
	}

	.footer-2 {
		height: 300px;
	}


}


@media screen and (max-width:400px) {
	.headerwrap {
		height: 60px;
	}

	.logo {
		width: 100%;
		height: 40px;
		float: none;
	}
}

.form {
	max-width: 1980px;
	margin: 25px 2% 0;
	clear: both;
	display: block;
	font-size: 14pt;
}

.review-out {
	table-layout: fixed;
	width: 100%;
	border: 1px solid #686868;
	border-collapse: collapse;
	margin-top: 30px;
	box-shadow: 5px 5px 0px #e8ab13;
	border-radius: 8px;
}

.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 input[type="text"],
.review-out input[type="password"],
.review-out textarea,
.review-text input[type="text"],
.review-text input[type="password"],
.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-out input[type="text"] {
	/*border: none;*/
	background-color: transparent;
	color: #000;
	padding: 0px;
}


.review-text select {
	height: 40px;
	font-size: 14pt;
	padding: 3px;
}

.review-out input::placeholder,
.review-out textarea::placeholder {
	color: #cccccc;
}

.review-out textarea {
	width: 100%;
	height: 110px;
	line-height: 1.2;
}

.review-out td .ajax__calendar_container,
.applyGrid td .ajax__calendar_container {
	max-width: 280px !important;
	width: 100%;
}

.review-text td .ajax__calendar_container {
	max-width: 280px !important;
	width: 100%;
}

.ajax__calendar_body {
	width: 280px !important;
	font-size: 14px;
}

.ajax__calendar_dayname {
	font-weight: bold;
	color: #000;
}

.ajax__calendar_title,
.ajax__calendar_footer,
.ajax__calendar_today {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.ajax__calendar_days {
	width: 280px !important;
}

.ajax__calendar_days table {
	width: 280px !important;
}

.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;
}

.ajax__calendar_footer {
	font-size: 13px !important;
	font-weight: normal;
	position: relative;
	top: -2px;
	border-top: none !important;
}

.review-out td .ajax__calendar td {
	border: none !important;
	font-size: 14px;
	padding: 2px;
}

.review-text td .ajax__calendar td {
	border: none !important;
	font-size: 14px;
	padding: 2px;
}

.ajax__calendar_today {
	margin-top: -5px !important;
	display: block;
}

.review-out td:first-child,
.review-text td:first-child,
.review-excelUpload td:first-child {
	width: 30%;
}

.review-out-center td:first-child {
	width: auto !important;
}

.imgbox {
	width: 380px;
	height: 220px;
}

.review-text {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

.review-text td {
	border: 1px solid #000;
	padding: 10px;
}

.review-imgUpload {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	border-top: none !important;
}

.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 td .ajax__calendar_container {
	max-width: 280px !important;
	width: 100%;
}

.review-out2 td .ajax__calendar_container {
	max-width: 280px !important;
	width: 100%;
}

.review-out2 td .ajax__calendar td {
	border: none !important;
	font-size: 14px;
	padding: 2px;
}

.review-out2 td .ajax__calendar td {
	border: none !important;
	font-size: 14px;
	padding: 2px;
}

.review-out2 .ajax__calendar tr td {
	width: auto;
	border: none;
}


.review-out-center tr td {
	text-align: center;
}

.CRTT {
	width: 15.3%;
}

.td-padding {
	padding-left: 35px !important;
	border: 1px solid #F00;
}

.checkRecord-fileUpload {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

.checkRecord-fileUpload td {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
}

.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 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;
}

.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;
}

.startskyblue th {
	background: #F2F9F9 !important;
	text-align: center !important;
}

.startskyblue td {
	text-align: center;
}

.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: none;
	margin-bottom: 20px;
	width: auto;
}

.tab-content2 {
	display: none;
}

#tab-1 {
	display: block;
}

.tcrightbtn {
	margin-left: 15px;
	width: 185px;
	border: 2px solid #6B99E9;
	border-radius: 8px;
	padding: 3px 5px 3px 5px;
	text-align: center;
}

.tcicon span {
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	color: #6B99E9;
	position: relative;
	top: -8px;
}

.tcicon img {
	display: inline-block;
	width: 21%;
	vertical-align: bottom;
}

.tcrightbtn table {
	display: none;
}

.gurightbtn {
	float: right;
	width: 185px;
	border: 2px solid #7EA358;
	border-radius: 8px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	margin-left: 0.5rem;
}

.gurightbtn table {
	display: none;
}

.guicon span {
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	color: #7EA358;
	vertical-align: text-top;
}

.guicon img {
	display: inline-block;
	width: 17%;
	margin-right: 5px;
}


.guTB {
	position: absolute;
	margin-top: 6px;
	margin-left: -2px;
	width: 188px;
	padding: 1px 0 1px;
	border-radius: 5px;
	width: 180px;
	background: #EDF8EF;
	box-shadow: 0px 0px 3px 2px #7EA358;
}

.guTB li {
	padding: 12px 5px;
	background: #EDF8EF;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #CCC;
	font-size: 16px;
	font-weight: bold;
	color: #7EA358;
}

.guTB a {
	color: #7EA358;
	font-weight: bold;
	text-decoration: none;
}

.guTB a:hover {
	color: orange;
	text-decoration: none;
}

.tcTB {
	background-color: #EFF6FD;
	position: absolute;
	margin-top: 6px;
	margin-left: -2px;
	width: 188px;
	padding: 1px 0 1px;
	border-radius: 5px;
	width: 180px;
	box-shadow: 0px 0px 3px 2px #1F7BDD;
	z-index: 999;
}

.tcTB li {
	padding: 12px 3px;
	background: #EFF6FD;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #CCC;
	font-size: 16px;
	font-weight: bold;
	color: #3094F1;
}

.guTB a {
	color: #7EA358;
	font-weight: bold;
	text-decoration: none;
}

.tcTB a {
	color: #3094F1;
	font-weight: bold;
	text-decoration: none;
}

.guTB input[type="submit"] {
	background: none;
	border: none;
}

.tcTB input[type="submit"] {
	background: none;
	border: none;
}

.guTB,
.tcTB a: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;
	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 .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;
}

.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: 10% !important;
}

.checkhref a {
	border: 1px solid #757576;
	padding: 3px 6px;
	background: #EFEEEE;
	border-radius: 3px;
	text-decoration: none;
	color: #000;
}

.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: 280px !important;
	width: 100% !important;
}

.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: 15.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;
	margin-bottom: 20px;
}

.linkwrap a {
	border: 2px solid #e8ab13;
	color: #e8ab13;
	font-weight: bold;
	border-radius: 5px;
	padding: 8px 15px;
	text-decoration: none !important;
	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;
	overflow-wrap: break-word;
}

.HLbtn {
	color: #081bfb;
	border: none;
	outline: none;
	text-decoration: underline;
	background: none;
	font-size: 16px;
	padding: 0px;
	cursor: pointer;
}

.checkresult {
	margin-top: 25px;
}

.checkresult th {
	background: rgba(94, 175, 11, 1.00);
	padding: 10px 20px;
	color: #FFF;
	font-weight: bold;
	border-radius: 3px 0px 0px 3px;
}

.checkresult td {
	background: #E6F0E9;
	padding: 10px 10px;
	line-height: 1.5;
	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;
}

.ADDGridView_wt th {
	/*設定表頭*/
	background-color: #12A8C0;
	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: #DFF0F8;
	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: auto;
	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 th:nth-child(1) {
	width: 10%;
}

.FP02 th:nth-child(2) {
	width: 18%;
}

.FP02 th:nth-child(3) {
	width: 12%;
}

.FP02 th:nth-child(5) {
	width: 22%;
}

.FP02 select {
	height: 24px !important;
}

.Privacy td {
	padding: 0px 15px 0;
}

.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: middle !important;
	border: none !important;
	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 li {
	display: inline-block;
}

.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;
}

.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;
}

.text_center {
	text-align: center;
}

.bcolorbox {
	background: #F3FDFF;
	border: 1px solid #CCC;
	padding: 0px 10px;
}

/*.bcolorbox::after {
	content: " ";
}*/
.bgtt {
	background: #f0f7f3;
}

.bgtt2 {
	background: #e5edf7;
}

.bgtt3 {
	background-color: #e0e0e0;
}

.text-100 {
	width: 100%;
}

.text-100 input {
	width: 80% !important;
}

.text-100 span1 {
	float: right;
}



.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;
}

#SWCFILES001 td:nth-child(1) {
	width: 10% !important;
}

.secondtxt {
	color: #9B9B9B;
	font-weight: bold;
}

.forgetBtn {
	background: transparent;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid blue;
	font-weight: bold;
	font-family: Microsoft JhengHei;
	color: blue;
}

.aspNetDisabled_X {
	width: 100px !important;
}

.r-width {
	width: 100px !important;
}

.row {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.row input {
	margin: 0 0.1rem;
}

.img-up {
	margin: 0;
}

.img-up_X a {
	border: 1px solid #aaa;
	border-radius: 3px;

}

.white-left {
	flex: 1;
	margin: 0 20px;
	/*margin-right:1rem;*/
}

.add-text {
	border: 1px solid #aaa !important;
}

.detailsGrid_wrap td:first-child {
	width: 20%;
	background-color: #eaf0ee;
	text-align: center;
}


/* 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 ====================================== */

/* 顯示review-out input邊框 start == */
.input_show input[type="text"] {
	border: 1px solid #aaa;
}

/* 顯示review-out input邊框 end   == */


.nodata {
	text-align: center;
	margin: 20px auto 10px;
	color: #F00;
	display: block;
	clear: both;
}

.border-bottom {
	border-bottom: 1px solid #000;
}

/* 圖片左右欄位調整 start*/
.row-img {
	display: flex;
	flex-wrap: wrap;
}

.leftimg,
.rightimg {
	text-align: center;
	width: 50%;
}

.leftimg {
	border-right: 1px solid #686868;
}

.leftimg:first-child .imgtxt,
.rightimg:nth-child(2) .imgtxt {
	border-top: none;
}

.review-out textarea {
	width: 100%;
	margin-bottom: 1rem;
}

.imgUpload-btn {
	margin: 1rem 0;
}

.imgUpload-btn img {
	width: 380px;
	height: 220px;
}

.imgUpload-btn input[type="file"] {
	width: 40%;
}

.imgtxt {
	border: none;
	text-align: center;
	line-height: 2.5;
	border-bottom: 1px solid #686868;
	border-top: 1px solid #686868;
}

/* 圖片左右欄位調整 end*/

.detailsGrid table .top {
	vertical-align: top !important;
	vertical-align: text-top;
}



/* 案件大事記按鈕 */
.btn__case {
	margin-left: auto;
	border-radius: 8px;
	padding: 7px 20px;
	background: #ffffff;
	border: 2px solid #e57575;
	color: #e57575;
	font-weight: bold;
	font-size: 17px;
	line-height: normal;

}

.checkTB {
	border: none;
}

.checkTB td {
	border: none;
}

.checkTB td:nth-child(1) {
	width: 2%;
}

.checkTB td:nth-child(2) {
	width: 2%;
}

.checkTB input[type="checkbox"] {
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
}

.ckbox checkbox {
	vertical-align: middle;
	margin-right: 10px;
}

.retirement th {
	text-align: center;
}

.retirement td {
	border: none;
	text-align: center;
}

.retirement {
	width: 100%;
	color: White;
	font-weight: bold;
	background: #7baac5;
}

.retirement th {
	/*設定表頭*/
	background-color: #ee827c;
	color: #FFFFFF;
	border: 0;
	padding: 8px;
	border: none !important;
}

.retirement td {
	padding: 8px;
	border: none !important;
}

.retirement tr:nth-child(2n+3) {
	/*換行變色*/
	background-color: #f6bfbc;
	color: #000000;
	line-height: 1;
	text-align: center;
}

.retirement tr:nth-child(2n+2) {
	/*換行變色*/
	background-color: #fdeff2;
	color: #000000;
	line-height: 1;
	text-align: center;
}


.pdfbtn {
	box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 5%), 3px 3px 5px 0px rgb(0 0 0 / 10%);
	outline: none;
	background: #e7c056;
	border-radius: 5px;
	padding: 7px 15px;
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px;
	font-weight: bold;
}

.retunsign {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 14pt;
	background: #CCC;
	color: #000;
	border-radius: 4px;
	border: none;
	padding: 5px 10px;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
}

.addsign {
	margin-top: 20px;
	margin-right: 20px;
	font-size: 14pt;
	background: #249b77;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 5px 10px;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
}

@media screen and (max-width:996px) {
	.retunsign {
		float: none;
		margin-left: 0px;
	}

	.addsign {}
}

.headerlink {
	margin-top: 17px;
	float: right;
	color: #000;
	display: none;
}

/*.headerlink a {
	color: #000;
	padding:0 8px;
	font-weight:bold;
	font-size:17px;
	vertical-align:middle;
}
.headerlink a:hover {
	color:orange;
}*/
.headerlink img {
	width: 90%;
	float: right;
	margin-right: 0px;
	vertical-align: middle;
	margin-top: -10px;
}

/*#CBSWC005_1{
	color:blue;
	margin-top:20px;
}*/

progress {
	max-width: 900px !important;
	width: 100% !important;
	margin-top: 15px;
	height: 30px !important;
	border: 1px solid #000;
	text-align: center;
	background: #f08300;
}

.signbtn {
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.signbtn input {
	margin: 0 20px 0 0;
	margin-top: 10px;
	font-size: 14pt;
	background: #249b77;
	color: #FFF;
	border-radius: 4px;
	border: none;
	padding: 5px 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.signbtn input+input {
	background: #CCC;
	color: #000;
}

.close-R {
	float: right;
	margin-bottom: 10px;
}

#Btn_SignOpen {
	margin-top: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #d6e9ca;
	border: none;
	border-radius: 2px;
	color: #000;
	border: 1px solid #249b77;
	padding: 3px 6px;
}

#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: 9999999;
	display: none;
	border: 1px solid #CCC;
}

#divBlock {
	height: auto;
	padding: 20px;
	/*width: 50%;*/
	background: #FFF;
	/*絕對位置*/
	top: 50%;
	/*從上面開始算，下推 50% (一半) 的位置*/
	left: 50%;
	/*從左邊開始算，右推 50% (一半) 的位置*/
	transform: translate(-50%, -50%);
	position: fixed;
}

@media screen and (max-width:996px) {
	#divBlock {
		width: 100vw;
	}

	.RWDscrol {

		display: block;
		overflow-x: auto;
		word-wrap: break-word;
	}

	.R_TB1 {
		width: 1200px;
	}
}

.big-radio input[type="radio"] {
	width: 18px;
	height: 18px;
}

.survey th {
	text-align: start !important;
	padding: 15px 2% !important;
	width: 25% !important;
}

.survey td input {
	vertical-align: middle;
}

.question-list {
	margin-top: 20px;
}

.question-list .title {
	background-color: #74a599;
	color: #FFFFFF;
	border: 0;
	font-weight: bold;
	padding: 10px 10px 10px 30px;
	font-size: 22px;
}

.mt-30 {
	margin-top: 30px;
}

.question-list .sec-title {
	background-color: #eaf0ee;
	border: 0;
	font-weight: bold;
	padding: 10px 10px 10px 30px;
	font-size: 20px;
	border-top: 1px solid #BFBFBF;
}

.question {
	padding: 10px 65px 10px 30px;
	font-size: 18px;
	border: 1px solid #BFBFBF;
	border-bottom: 0;
	position: relative;
	cursor: pointer;
}

.question:hover {
	background: #f2f2f2;
	font-weight: bold;
}

.question.border-bottom {
	border-bottom: 1px solid #BFBFBF;
}

.question.active {
	border: 3px solid #74A599;
	font-weight: bold;
}

.answer {
	padding: 15px 10px 10px 30px;
	font-size: 17px;
	border: 1px solid #BFBFBF;
	border-bottom: 0;
	display: none;
	background: #fef7e6;
	line-height: 2;
	color: #000;
}

.answer.border-bottom {
	border-bottom: 1px solid #BFBFBF;
}

.answer.d-block {
	display: block;
}

.y-arrow {
	width: 40px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: .3s;
}

.detailsBar_title_detail {
	margin: 20px 0 20px 50px;
	font-size: 16px;
}

@media screen and (max-width:768px) {
	.detailsBar_title_detail {
		margin: 20px 0 20px 10px;
	}

	.y-arrow {
		width: 30px;
	}
}

/*.ta-c1 th{
	padding:15px 5px !important;
}*/

.signtt {
	margin-bottom: 10px;
}

.signtt select {
	padding: 5px !important;
	font-size: 16px;
	margin-bottom: 10px;
}

.signtt input {
	padding: 5px !important;
	font-size: 16px;
	margin-bottom: 10px;
}

.hr {
	margin: 25px 0;
	border: 1px dashed #CCC;
}

.signTB {
	clear: both;
	margin-top: 40px;
	clear: both;
	width: 100%;
	display: block !important;
}

.signTB th {
	border: 1px solid #CCC !important;
	text-align: center;
	background: #ededed;
	padding: 5px 3px;
	vertical-align: middle;
}

.signTB td {
	border: 1px solid #CCC !important;
	text-align: center;
	padding: 5px 3px !important;
	word-break: break-all;
	vertical-align: middle;
}

.signTB th:nth-child(1) {
	width: 10% !important;
}

.signTB th:nth-child(2) {
	width: 15% !important;
}

.signTB th:nth-child(3) {
	width: 15% !important;
}

.signTB th:nth-child(4) {
	width: 70% !important;
}

.signTB th:nth-child(5) {
	width: 15% !important;
}

.review-imgUpload .signTB td:first-child,
.review-out .signTB td:first-child {
	width: 10% !important;
	border: 1px solid #CCC !important;
}

.signTB img {
	max-width: 405px !important;
	width: 100%;
}

.review-out-center input[type="text"] {
	width: 100%;
}

#ContentPlaceHolder1_dt {
	clear: both;
	border: 1px solid #000;
	width: 100%;
	table-layout: fixed
}

#ContentPlaceHolder1_dt td {
	border: 1px solid #000;
	padding: 13px 8px;
}

#ContentPlaceHolder1_dt tr:nth-child(1) {
	background: #eaf0ee;
	color: #000;
	font-weight: 700 !important;
}

.tabA,
.tabB {
	font-size: 16px;
	background-color: #f2f2f2;
	border: 2px solid #74A599;
	padding: 0px 8px;
	height: 40px;
	font-weight: bold;
	line-height: 38px;
	margin: 10px 0px 0 15px;
	cursor: pointer;
	color: #727272;
}

.tabA.active,
.tabB.active {
	background-color: #74A599;
	color: #fff;
}

.align-center {
	align-items: center;
}

.inTBsearch {
	background: #e8ab13;
	font-size: 12pt;
	margin: 20px 5px 0px;
	padding: 8px 20px;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
}

.inTBclear {
	background: #d3d3d3;
	font-size: 12pt;
	margin: 20px 5px 0px;
	padding: 8px 20px;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
}

.signtitle {
	margin-bottom: 7px;
	display: block;
	padding-left: 7px;
	border-left: 6px solid #e8ab13;
}

.in-v {
	width: 100%;
	font-size: 12pt;
	text-align: center;
	line-height: 1.7;
}

.in-v a {
	color: blue;
	text-decoration: underline;
}

.in-v th {
	background-color: #88c28f;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}

.in-v td {
	border-bottom: 1px dotted rgb(216, 216, 216);
}

.in-v td:first-child {
	width: 15%;
	text-align: center;
	font-weight: bold;
}

.w-100 {
	width: 100%;
}

.justify-center {
	justify-content: center;
}

.inside-news-wrap {
	display: flex;
	height: fit-content;
}

@media screen and (max-width:1280px) {
	.inside-news-wrap {
		flex-direction: column;
	}
}


.change_btn_wrap {
	position: relative;
	/*margin-left:5px;*/
}

.change_btn_wrap:has(.change_btn)::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
	width: 25px;
	height: 25px;
	background-image: url(../images/add-file.svg);
	background-repeat: no-repeat;
	z-index: 3;
}

.change_btn_wrap .change_btn {
	margin: 0 10px;
	/*transform: translateY(5px);*/
	background: #ffd3ac;
	color: #000;
	padding-left: 46px;
	outline: 4px solid #be500742;
}

.change_btn_wrap .change_btn:hover {
	background: #ffbb7e;
}

/*marine 0306新增;*/
#ContentPlaceHolder1_dt tr:nth-child(1) td {
	color: #333333;
}

#ContentPlaceHolder1_dt.td-py-middle td {
	padding: 7px 8px;
}

.big-icon {
	font-size: 30px;
	line-height: 16px;
	color: #a3a3a3;
}

.big-icon.check {
	color: #000;
}

.bg-lightGray {
	background: #f7f7f7;
}

.swcTime-btn {
	border: 2px solid #008181;
	border-radius: 8px;
	padding: 8px 20px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	color: #008181;
	transition: .3s;
	margin: 0px 0px 0px 8px;
	position: relative;
	bottom: -8px;
}

a.swcTime-btn:hover {
	text-decoration: none;
	background: #eaf0ee;
	color: #008181;
	:
}

.text-gray {
	color: #777;
}

.light-btn {
	margin: 0 10px 10px auto;
	width: fit-content;
	cursor: pointer;
	border: 2px solid #4497b3;
	background: #e1f3f9;
	border-radius: 5px;
	padding: 7px 15px 6px;
	font-size: 16px;
	font-weight: bold;

}

.light-btn:hover {
	background: #d2f3fd;
}

.light-btn img {
	margin-right: 4px;
	transform: translateY(-2px);
}

.light-wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 80vh;
	width: 85%;
	box-shadow: 5px 5px 0px #e8ab13;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #555;
	padding: 20px;
	z-index: 3;
}

.light-wrap h3 {
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.light-wrap .close-svg {
	position: absolute;
	right: 20px;
	top: 20px;
	width: fit-content;
	cursor: pointer;
}

.light-wrap .close-svg img {
	width: 30px;
	height: 30px;
}

.light-wrap .img-wrap {
	overflow-x: auto;
	width: 1400px;
	margin: auto;
}

.overflow-x {
	overflow-x: auto;
}

@media screen and (max-width:1400px) {
	.light-wrap .img-wrap {
		width: 1250px;
	}

	.light-wrap {
		height: 71vh;
		width: 93%;
	}
}

.mask {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100vh;
	width: 100%;
	z-index: 2;
	background: #555555bf;
}

@media screen and (max-width:1200px) {
	.lg-table-scroll {
		overflow-x: scroll;
	}

	.lg-table-scroll td,
	.lg-table-scroll th {
		min-width: 70px;
		max-width: 150px;
		overflow-wrap: break-word;
		line-height: 1.5 !important;
	}

	.sm-bigger-td {
		min-width: 160px !important;
	}

	.sm-midium-td {
		min-width: 110px !important;
	}

	.lg-table-scroll th {
		font-size: 18px;
	}

	.lg-table-scroll td {
		font-size: 16px;
	}

	.lg-table-scroll::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	.lg-table-scroll::-webkit-scrollbar:horizontal {
		height: 11px;
	}

	.lg-table-scroll::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 2px solid white;
		background-color: rgba(0, 0, 0, .3);
	}

	.lg-table-scroll td input[type="text"],
	.lg-table-scroll td select,
	.lg-table-scroll td textarea {
		font-size: 15px;
	}
}

@media screen and (max-width:798px) {
	/* 捲動表格 */

	.table-scroll {
		overflow-x: scroll;
	}

	.table-scroll td,
	.table-scroll th {
		min-width: 70px;
		max-width: 150px;
		overflow-wrap: break-word;
	}

	.table-scroll th {
		font-size: 18px;
	}

	.table-scroll td {
		font-size: 16px;
		line-height: 1.5 !important;
	}

	.sm-bigger-td {
		min-width: 160px !important;
	}

	.sm-midium-td {
		min-width: 110px !important;
	}

	.table-scroll::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	.table-scroll::-webkit-scrollbar:horizontal {
		height: 11px;
	}

	.table-scroll::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 2px solid white;
		background-color: rgba(0, 0, 0, .3);
	}


	/* 捲動子母表格 */
	.outerTable-wrap {
		width: 100%;
		max-width: 100%;
		overflow-y: auto;
	}

	.outerTable {
		table-layout: fixed;
		width: 100%;
	}

	.innertable-scroll {
		overflow-x: auto;
		width: 100%;
		white-space: nowrap;
	}

	.innertable-scroll>table {
		table-layout: auto;
		width: 100%;
		white-space: nowrap;
	}

	.innertable-scroll::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	.innertable-scroll::-webkit-scrollbar:horizontal {
		height: 11px;
	}

	.innertable-scroll::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 2px solid white;
		background-color: rgba(0, 0, 0, .3);
	}

	.innertable-scroll th {
		white-space: nowrap;
	}

	.innertable-scroll td {
		min-width: 65px;
	}
}

.search-count {
	position: absolute;
	top: -35px;
	right: 0;
}

.addBtn.editImg {
	background-image: url(../images/pencil-fill.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	background-color: #e88f13;
	padding: 5px 18px;
}

.applyForm-btn {
	margin-left: auto;
	border-radius: 8px;
	padding: 7px 20px;
	background: #ffffff;
	border: 2px solid #64bc6d;
	color: #3da348;
	font-weight: bold;
	font-size: 17px;
	line-height: normal;
	cursor: pointer;
	margin-right: 10px;
}

.prove-btn {
	margin-left: auto;
	border-radius: 8px;
	border: 2px solid #008181;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 10px;
}

.prove-btn input {
	border: none;
	background: none;
	color: #008181;
	font-weight: bold;
	font-size: 17px;
	line-height: normal;
	padding: 0 8px 8px 3px;
}

.prove-btn::before {
	content: url('../images/btn/download-outline.svg');
	/*content:"123";*/
	color: #F00;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 5px;
	left: 2px;
}

.applyContent {
	background-color: rgba(66, 66, 66, 0.9);
	position: fixed;

	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 20;
}

.applyContent .lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	opacity: 1;
	max-height: 90vh;
	overflow-y: hidden;
}

.applyContent .backBtn {
	margin: 0 auto;
	width: fit-content;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	padding: 2px 16px;
	border-radius: 50px;
	background: transparent;
	border: 3px solid #a4a4a4;
	color: #a4a4a4;
}

.applyContent .title {
	font-size: 22px;
	padding: 2px 0 2px 20px;
	margin-bottom: 5px;
	color: #26483d;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
	/* background-color: #a3cbbe; */
	position: relative;
}

.applyContent .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background-color: #008181;
}

.lightbox-bg {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	background: #00000040;
	z-index: 15;
}

.applyGrid.lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px 3rem;
	width: 92%;
	z-index: 20;
}

.lightbox .file-wrap {
	display: flex;
	width: 80%;
	margin: 50px auto 15px;
	justify-content: space-between;
}

.lightbox-a {
	font-size: 18px;
	width: 80%;
	margin: 10px auto 40px;
}

.lightbox .backBtn {
	margin-top: 20px;
	padding: 5px 10px;
	font-size: 11pt;
	margin-right: 10px;
}

.shrink {
	flex-shrink: 0;
}

.addBtn-ml .addBtn {
	margin-left: 10px;
	padding: 2px 10px 4px;
}

.addBtn-ml .addBtn:hover {
	background: #188262;
}

.scroll-content {
	margin-right: 10px;
	height: 100%;
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 15px;
}

.scroll-content::-webkit-scrollbar {
	-webkit-appearance: none;
	background-color: #eee;
	border-radius: 8px;
}

.scroll-content::-webkit-scrollbar:horizontal {
	height: 5px;
	width: 5px;
}

.scroll-content::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.3);
}

.applyContent .lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	opacity: 1;
	max-height: 90vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.applyContent .lightbox .scroll-content {
	flex: 1;
}

.step-tab-wrap {
	position: relative;
	font-size: 16px;
	padding-bottom: 10px;
	width: fit-content;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 15px;

}

.step-tab {
	margin: 0 15px;
	background-color: #008181;
	padding: 8px 25px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.step-tab:hover {
	background-color: #b8860b;
	color: #fff;
	text-decoration: none;
}

.step-tab:first-child {
	margin-left: 0;
}









/*公告子帳號*/
.content-bbd {
	margin: 50px auto 60px;
	width: 100%;
}

.swcanbbd {
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 0.5em;
}

.message {
	text-align: center;
	margin-top: 1em;
	letter-spacing: 1.5px;
	color: #F00;
}

.GUPDF {
	float: left;
	color: #7baac5;
	margin: 20px 0 10px 0;
	border: 2px solid #7baac5;
	padding: 8px 10px;
	border-radius: 5px;
}

.GUPDF:hover {
	color: orange;
	border: 2px solid orange;
}

@media only screen and (max-width: 996px) {
	.GUPDF {
		float: none;
		display: block;
		max-width: 410px;
		width: 100%;
	}
}

.update {
	margin: 30px 0 10px 0;
	float: right;
}

.SWCbbd {
	border: 1px #CCC solid;
	margin: 0 auto;
	width: 100%;
	table-layout: fixed;
	margin-top: 10px;
	margin-bottom: 1.5em;
}

@media only screen and (max-width: 996px) {
	.content-bbd {
		width: 95%;
	}
}

.bbdtitle {
	background-color: #b7d1c8;
	color: #000000;
	text-align: center;
	border: 1px solid #b7d1c8;
	font-weight: 500 !important;
	padding: 10px;
	font-size: 18px;
}

.bbdtitle span {
	font-weight: bold !important;
}

.SWCbbd td {
	border: 1px #CCC solid;
	padding: 5px 5px;
	line-height: 2;
	text-align: center;
	padding-left: 1em;
	background: #e7e7e75c;
}

.SWCbbd td :nth-child(1) {
	padding-left: 5em;
}

.SWCbbd td :nth-child(2) {
	width: 100px;
	float: right;
}

.showtd {
	text-align: left !important;
	margin-left: 2em;
}

.remind-wrap {
	font-size: 16px;
	text-align: end;
}

.listtitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.remind {
	color: #F00;
}


.faci-form-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.faci-form-wrap input {
	margin-bottom: 5px;
}



.addBtn.editImg:disabled {
	background-color: #aeaeae !important;
}



.page-tab-wrap {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #6b6b6b;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.page-tab-wrap input {
	text-decoration: none;
	padding: 8px 20px;
	border-radius: 5px;
	font-weight: bold;
	color: #6b6b6b;
	font-size: 16px;
	display: inline-block;
	transform: translateY(-1px);
	transition: .3s;
	border: 1px solid #CCC;
}

.page-tab-wrap input:hover {
	text-decoration: none;
	background-color: #e8ab1357;
}

.page-tab-wrap input.active {
	background-color: #E8AB13;
	color: #333;
	font-weight: bold;
}

.noneperson {
	font-size: 18px;
	letter-spacing: 2px;
	border: 1px solid #F00;
	width: 200px;
	padding: 12px;
}

.innerlist {

	width: 100%;
	border: 1px solid #CCC;
	margin-top: 10px;
}

.innerlist th {
	border: 1px solid #CCC;
	text-align: center;
}

.innerlist td {
	border: 1px solid #CCC;
}

@media only screen and (max-width: 996px) {
	.mobile-w {
		font-size: 16px !important;
	}

	.mobile-w input[type="text"] {
		width: 100%;
	}

	.mobile-w select {
		width: 100%;
	}

	.mobile-w input[type="file"] {
		width: 100%;
	}

	#ContentPlaceHolder1_BTN_GETDATA {
		display: block;
		margin: 10px auto 0;
		color: #FFF;
		padding: 8px 15px;
		border: #666;
		background: #60aa6e;
		border-radius: 15px;
	}
}

.radio {
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-left: -6px !important;
}

.radio tr {
	display: inline-block;
}

.radio td {
	border: none !important;
	padding: 5px !important;
}

.radio label,
.radio label {
	display: inline-block;
	font-size: 12pt;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 8px 10px 8px 7px !important;
	font-weight: bold;
}

.radio input:checked+label,
.radio input:checked+label {
	background: #60C690 !important;
	color: #fff !important;
	border-radius: 3px !important;
	border: 1px solid #60C690 !important;
	box-sizing: border-box !important;
	margin: 0px !important;
	font-weight: bold;
	border-bottom: 4px solid #249b77 !important;
}

.radio input[type="radio"] {
	display: none;
}

.accept-alert .d-flex {
	justify-content: center;
}

.accept-alert img {
	width: 80px;
	margin: 0 auto 20px;
	display: flex;
	clear: both;
}

.accept-alert p {
	width: 100%;
	margin: 0rem auto 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.accept-alert .sure {
	background-color: #e8ab13;
	border-radius: 4px;
	border: none;
}

.accept-alert input[type="submit"] {
	margin: 0 1rem;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
}

.accept-alert .cancel {
	background: #979797;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 10px 30px;
	box-sizing: border-box;
	cursor: pointer;
}

.accept-alert .closebtn {
	color: #979797;
	background: #FFF;
	width: 30px;
	height: 30px;
	float: right;
	border: 1px solid #666;
	border-radius: 30px;
	margin-bottom: 30px;
	padding: 0px !important;
	position: relative;
	right: -40px;
	top: -10px;
}

#DIV_To2001_01 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}

.meet {
	font-weight: bold;
	color: #006e54;
	font-size: 16px;
	margin-left: 15px;
}

.meet::before {
	content: "✔";
	/* 在元素後面添加一個勾號 */
	color: green;
	/* 設定顏色為綠色 */
	margin-right: 5px;
	/* 與元素文字留出5px的距離 */
	font-size: 16px;
	/* 調整字型大小 */
}

.nomeet {
	margin-left: 16px;
	font-weight: bold;
	color: red;
	font-size: 16px;
}

.nomeet::before {
	content: "!";
	/* 在元素後面添加一個勾號 */
	color: red;
	/* 設定顏色為綠色 */
	margin-right: 5px;
	/* 與元素文字留出5px的距離 */
	font-size: 15px;
	/* 調整字型大小 */
}

.step-title {
	color: #086d4e;
	font-weight: bold;
	font-size: 18px;
	background: #eaf0ee;
	border-radius: 30px;
	width: fit-content;
	padding-right: 20px;
}

.step-title span {
	display: inline-block;
	color: #fff;
	background: #249b77;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 5px;
	border-radius: 30px;
	line-height: 21px;
	margin-right: 10px;
}

.facility-wrap {
	padding: 10px 0 20px 20px;
	border-left: 5px solid #249b77;
	margin-left: 13px;
}

.pb-0 {
	padding-bottom: 0px;
}

.applyGrid .fileTB {
	text-align: center;
	margin-top: 10px;
}

.applyGrid .fileTB th:nth-child(1) {
	width: 1%;
	text-align: center;
}

.applyGrid .fileTB td {
	text-align: center;
}

.carbon {
	border: 1px solid #CCC;
	padding: 3px;
	text-align: center;
	margin: 10px;
}

.carbon th {
	border: 1px solid #CCC;
	padding: 5px;
	text-align: center;
	background: #008181;
	color: #FFF;
}

.carbon td {
	border: 1px solid #CCC;
	padding: 5px 15px;
	text-align: center;
}

.carbonmemo {
	text-decoration: underline;
	cursor: pointer;
	color: #C8782F;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
}

.carbonmemo:hover {
	color: orange;
}

.labeltext {
	border: none !important;
	background: none;
	padding: 0px !important;
	margin: 0px !important;
}

.showPwd-btn {
	border: none;
	background: none;
	position: relative;
	left: -40px;
	top: 5px;
	z-index: 3;
}

.showPwd-btn img {
	width: 20px;
}

/* 登入頁的密碼 */

.pwd-wrap {
	position: relative;
}

.pwd-wrap .showPwd-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: none;
	z-index: 3;
	cursor: pointer;
	left: unset;
}

@media screen and (max-width:1280px) {
	.pwd-wrap.login {
		position: unset;
	}

	.pwd-wrap.login .showPwd-btn {
		position: relative;
		top: 15px;
		left: -40px !important;
	}
}

.databtn {
	font-weight: bold;
	font-size: 15px;
	background: #60aa6e;
	color: #FFF;
	padding: 5px 15px;
	outline: none;
	padding: 8px 8px 5px;
	border-radius: 15px;
	cursor: pointer;
	border: none;
	white-space: normal;
	/* 允许文字换行 */
	word-wrap: break-word;
	/* 自动换行 */
}

#ContentPlaceHolder1_DataLock {
	text-align: center;
	margin: 0 auto;
}

.inlinedata div {
	display: inline-block;
}

.S_checkbox {
	margin-right: 10px;
}

#drawbox {
	border: 1px solid #CCC;
	width: 94vw;
	height: 250px !important;
	box-sizing: border-box;
	margin-top: 10px;
	touch-action: none;
	margin: 0 auto;
}

@media screen and (max-width: 680px) {
	#drawbox {
		width: 90vw;
	}
}

.imgUpload-btn input[type="file"] {
	width: 40%;
}


/* 暫停服務通知視窗部分 */
.errorpage main {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 1000px;
}

.img__bottom {
	position: absolute;
	bottom: 20%;
	background: url(./images/bottom_bg.png) repeat-x bottom center;
	width: 100%;
	height: 80px;
}

/* 暫停服務通知視窗部分 */

.error {
	background-color: #fff;
	border: 10px #D8A300 solid;
	padding: 5rem 2rem;
	border-radius: 50px;
}

.error__title {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #BB8D00;
	font-size: 25pt;
}

.error__title img {
	width: 100px;
	margin-right: 1rem;
}

.error__title br {
	display: none;
}


.error__title i {
	color: #F3B72F;
	margin: 0 1.5rem;
}

.error__title h1 {
	text-align: center;
	font-size: 40px;
}

.error__text {
	margin-top: 2rem;
}

.error__text p {
	font-weight: bold;
	color: #636363;
	font-size: 18pt;
	line-height: 2;
	text-align: center;
}

.error__text span {
	color: #136AE3;
	font-weight: bolder;
}

@media screen and (max-width:996px) {
	main {
		width: 90%;
	}

	.error {
		padding: 2rem 1rem;
	}

	.error__title {
		font-size: 15pt;
	}

	.error__title i {
		font-size: 30pt;
		margin: 0.5rem;
	}

	.error__text p {
		font-size: 15pt;
		line-height: 1.5;
	}

}

@media screen and (max-width:680px) {

	.error__title br {
		display: block;
	}
}

.previewHint {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #7a5200;
	background: #fff8e8;
	border: 1px solid #f3d48a;
	padding: 3px 10px;
	border-radius: 5px;
	width: fit-content;
}

.previewHint i {
	font-size: 14px;
	color: #e8ab13;
}