@charset "utf-8";

/* basic info 

vi
#1b2a6c
#000


col-md-push-*  往右推 往左推格數 對齊
col-sm-offset-* 往左推 往左推格數 對齊

word-break: break-all; 文字強迫換行，英文字會被切一半 
word-wrap:break-word; 依單字換行 
white-space:nowrap; 不換行 

*/


/**/


body {
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-color: #fff;
}
i {margin-right: 0.2em;}
label {
  user-select: none;
  font-size: 1.3em;
  color: #000;
  text-align: end;
}
button, a, input {outline: none !important;}


/*Loader loading 下載 logo 轉場動畫*/
#Loader{
	display:none ;
	position: absolute;
    width: 150px;
    height: 150px;
	animation-name: flash;
	border-radius: 75px;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
	border-radius: 75px;
	border: 2px solid #f2f2f2;
    border-top: 1px solid #1b2a6c;
}
#LoaderPic{
	display: none;
    position: absolute;
	width: 150px;
    height: 150px;
    background-repeat: no-repeat;
	background-image:url(../images/logo.svg);
    background-size: 150px auto;
	
}
#LoaderBG{
	display: none;
	width:100%;
	position:absolute;
	opacity:0.8;
	top:0px;
	left:0px;
    background-color:rgba(255,255,255,0.6); /*下載 下載背景 loadingbg*/
}

.loginBg {}
.loginBg, .careerBg {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.lbBg {
  background-image: none;
  background-repeat: no-repeat;
  background-color: rgba(62,18,107,0.9);
}
.login-submit-area {
  margin: 0;
  padding: 0;
  margin-top: 0.8em;
}
.login-submit-area .submit {
  margin: 0;
  margin-right: 0;
}
.login-submit-area .submit input[type=submit] {
  background-image: url("../images/login_logo.svg");
  background-repeat: no-repeat;
  padding: 1em;
  font-size: 1.8em;
}
.login .submit input[type=submit] {
  background: #9e94ab;
  padding: 0.4em;
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 0.8em;
}
.loginBg2 ,.careerBg {
  position: absolute;
  width: 360px;
  height: 200px;
  top: 35%;
  left: 50%;
  margin-left: -180px;
  margin-top: -100px;
}
.careerBg {
  width: 960px;
  height: 600px;
  top: 38%;
  left: 50%;
  margin-left: -480px;
  margin-top: -250px;
}
.consent{
    text-align: center;
    top: 35%;
}
.loginBg2 .login input[type=text] ,.loginBg2 .login input[type=tel] ,.loginBg2 .login input[type=password]{
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px #000 solid;
  font-size: 2.5em;
  font-weight: 300;
  text-align: center;
  padding: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.loginBg2 .login-title {
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1em;
}
.loginBg2 .login input:nth-child(2){
  border: none;
}

.new-member {
  margin-top: 2em;
  top: 2em;
}
.new-member a {
  padding: 0.5em;
  font-size: 1.5em;
  background-color: #fff;
  color: #000;
}
.careerBg h1, .careerBg h2 {
  text-align: center;
}
.privacy-title {
  text-align: center;
}
.careerBg a {
  text-align: center;
  display: block;
  padding: 1.6em;
  margin-bottom: 1em;
  border: 1px #000 solid;
}
.careerBg .left a {
  padding: 4em 1em;
  width: 80%;
  margin-left: 10%;
  margin-top: 10%;
}
.careerBg .right div {
  padding: 0;
  width: 48%;
}
.careerBg .right div:nth-of-type(even) {
  margin-left: 4%;
}

.underline{
	clear: both;
	display: block;
	height: 5px !important; width: 100% !important;
	margin: 2em 0;
	background-color:#f2f2f2;
}

.personal-contact h2.dt-title {
    font-size: 2em; 
	font-family: 'Noto Sans CJK TC Thin';
    background-image: url("../images/logo.svg");
    background-position: 1em center;
    background-repeat: no-repeat;
    background-size: auto 2.2em;
    text-align: right !important;
	color: #666;
    }



/* even 指定範圍內(偶數)物件要被改變 ,(odd)選取奇數*/


 /* select style */
select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.select-moon select {
  font-size: 1.2em !important;
  color: #000;
  background-color: rgba(255,255,255,1);
  height: 2.1em;
  width: 100%;
  text-align-last: center;
  border: #000 1px solid;
  background-image: url("../images/select_appearance.svg");
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: right 0.8em;
}
.select-moon select:after {
}
.select-moon select:focus {
  color: #000;
	font-weight: 600 !important;
  background-color: #f2f2f2 !important;
}
.select-moon select option {
}
.select > .input-group-addon {
  font-size: 2em;
}
/*select style*/


/*checkbox Style*/
.check-style {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	padding-bottom: 1em;
	border-bottom: 0px solid #ccc;
}


.chiller-cb span:before ,.chiller-cb span:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 0;
  position: absolute;
  transform-origin: 0% 0%;
	
}
.chiller-cb {
  position: relative;
  display: flex;
  align-items: center; 
  border: 2px solid #ccc;
	border-radius: 4px;
	padding: 0.3em;
}
.chiller-cb:hover {
  background-color: #f2f2f2;
}
.chiller-cb:checked {
  border: 2px solid #1b2a6c !important;
}


.chiller-cb label {
  width: 86% !important;
  margin-left: 11%;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.2em !important;
  font-weight: 300;
}
.chiller-cb h2{white-space:nowrap; font-size: 1em;}
.chiller-cb span {
  display: inline-block;
  width: 3em;
  height: 4.24em;
  position: absolute;
  left: -0.1em;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
	border-radius: 3px 0 0 3px;
}
.chiller-cb span:before {
  transform: rotate(-55deg);
  top: 2.62em;
  left: 1.3em;
}
.chiller-cb span:after {
  transform: rotate(35deg);
  bottom: 1.8em;
  left: 1em;
}
.chiller-cb input {
  display: none; 
}
.chiller-cb input:checked ~ span {
  background-color: #1b2a6c;
  border-color: #1b2a6c;
}
.chiller-cb input:checked ~ span:before {
  width: 1.5em;
  height: 0.225em;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller-cb input:checked ~ span:after {
  width: 0.6em;
  height: 0.225em;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller-cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller-cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller-cb input:disabled ~ label:hover {
  cursor: default;
}

.ml{margin-top: 1.5em;}

.log-name{padding: 2em; padding-bottom: 2em; font-size: 1em;}
.log-name h1{padding-top: 1em; font-size: 1.5em; font-weight: 600; }

.loginBg {z-index: 0;}
.userbg-pic {z-index: 0;}
.quick-menu a .icon-recruit, .quick-menu a .icon-instead, .quick-menu a .icon-leave, .quick-menu a .icon-signing, .quick-menu a .icon-punch, .quick-menu a .icon-user, .quick-menu a .icon-interview {
  z-index: 1;
}
.quick-link .quick-instead a {z-index: 2;}
.list-contact .phone a, .list-contact .pic a {z-index: 2;}
.ip-txt .input-text .phone a, .ip-txt .input-text .pic a {z-index: 3;}
.update-img a i {z-index: 3;}

.ip-button {z-index: 999;}
.page-title, .lb-title, .user-info-title { z-index: 5;}
.navbar-inverse { z-index: 5;}
.page-title .back a, .user-info-title .back a, .page-title .page-menu a, .message-page div a {
  z-index: 9;
}
.tableline {
 margin-top: 1.5em;
  border-bottom: 1px solid #ccc;
  height: 1px;
}

.sign .signature { 
  height: 30em;
  background-color: #f2f2f2;
}
.navbar-2 .ct {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Navbar container */
.navbar-2 {
  overflow: hidden;
  background-color: #333;
  padding: 0;
}
/* Links inside the navbar */
.navbar-2 a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/* The dropdown container */
.dropdown-2 {
  float: left;
  overflow: hidden;
}
/* Dropdown button */
.dropdown-2 .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.navbar-2 a:hover, .dropdown-2:hover .dropbtn {
  background-color: red;
}
/* Dropdown content (hidden by default) */
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/* Mega Menu header, if needed */
.dropdown-content2 .header {
  background: red;
  padding: 16px;
  color: white;
}
/* Show the dropdown menu on hover */
.dropdown-2:hover .dropdown-content2 {
  display: block;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* Create three equal columns that floats next to each other */
.column {
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}
/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
/* Add a background color on hover */
.column a:hover {
  background-color: #ddd;
}
/* Clear floats after the columns */

.dt-title {
  margin: 0;
  padding: 0.8em 0;
}
.dt-title strong {
  font-size: 1em;
  font-style: normal;
}

.tb-title th {
	border: 1px #ccc solid !important;
	text-align: center;
    font-weight: 300;
	background-color: #f2f2f2 !important; 
	color: #000 !important;
	font-size: 1em !important;
}
.tb-item td {
  border: 1px #ccc solid !important;
  text-align: center;
  font-size: 1em !important;
}
.tb-item td strong{
  font-size: 0.6em !important;
	color: #666;
	font-weight: 600;
}


.comb {
  padding-bottom: 3em;
}
.pedt-title h2{
    font-size: 1.2em;
    color: #fff;
    background-color: #fff; padding: 0.5em 0; margin-top:0 ;
}
.pedt-title h2, .page-title {
  text-align: center;
}
.page-title h1{
  padding-bottom: 0.7em;
  margin-bottom: 0.5em;
}


.to{padding: 0;}
.testend {
  height: 150px;
  top: 20%;
}
.testend .title {
  text-align: center;
}
.ps-contact, .personal-contact {
  padding-bottom: 3.5em;
}


.personal-contact .ps-title h2 {
    font-size: 1.2em; 
	font-family: 'Noto Sans CJK TC Thin';
    background-image: url("../images/logo.svg");
    background-position: left -0.5em;
    background-repeat: no-repeat;
    background-size: auto 3.5em;
	height: 2.5em;
	line-height: 2.5em;
	color: #666;
	text-align: right;
    }

.personal-contact .ps-title p{ padding: 0;}
.personal-contact .ps-title .ps{
     border-radius: 4px;
	 padding: 0.5em;
	 background-color: #1b2a6c; 
	 color: #fff; 
	 font-size: 1.2em;
}


/*欄位高度 高度*/
.personal-contact .ip-txt ,.personal-contact .input-select ,.personal-contact .input-switch 
,.add-page .ip-txt ,.add-page .input-select ,.add-page .input-switch{
	height: 40px;
	border: 0px solid #000;
	display: block;
}


.personal-contact .ip-txt textarea{
	border: 1px solid #ccc;
	font-size: 1.1em;
	font-weight: 300;
	text-align: justify !important;
	transition: 0.5s;
}
.personal-contact .ip-txt textarea:focus{
	border: 1px solid #1b2a6c !important;
	box-shadow: none;
	padding-bottom: 5em;
	transition: 0.5s;
}

.personal-contact .son-title p{
	font-size: 1.5em; font-weight: 900; color: #000; background-color: #fff;
	padding: 0.5em; padding-top: 1.5em; text-align: center;
}
.personal-contact label {
  padding: 0;
}
.form-group .control-label{padding-bottom: 0.5em;}
.input-select label ,.input-switch label ,.ip-txt label{
	text-align: justify;
	font-size: 1.2em !important; font-weight: 300; color: #666;
	padding-top: 0.5em;
	}

.input-select label strong ,.input-switch label strong ,.ip-txt label strong ,.pedt-title h2 strong{
	color: #db271a;
	font-size: 1.1em;
	margin: 0;
	margin-right: 0.5em;
	font-family: 'Noto Sans CJK TC';
	font-weight: 300;
}

.ip-txt label b{
	color: #db271a;
	font-size: 1.1em;
	margin: 0em;
	margin-right: 0.3em;
	font-family: 'Noto Sans CJK TC';
	font-weight: 600;
}


.pedt-title h2 strong{
	padding: 0em 0.8em;
	padding-bottom: 0.2em;
	margin-left: 0.5em;
}

.personal-contact h2.dt-title {
  color: #666;
  background-color: #fff;
}
nav.navbar {
  background-color: rgba(255,255,255,1.00);
  border-radius: 0;
}
nav.wMenu .infobar div {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #1e0b6d;
}


nav.wMenu .infobar div a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.8em;
  background-color: rgba(255,255,255,1.00);
  color: #1e0b6d;
  font-size: 2em;
  text-decoration-line: none;
  font-weight: 100;
}

nav.wMenu .infobar div a:hover, nav.wMenu .infobar div.ative a {
  color: rgba(255,255,255,1.00);
  background-color: #32204b;
  
}
nav.wMenu .infobar div a strong ,nav.wMenu .infobar div.ative a strong{
  position: absolute;
  margin-top: 1.8em;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 0.1em;
  border-radius: 4px;
  background-color: transparent;
  color: #472272; margin-top: 4em;
}
nav.wMenu .infobar div.ative a strong ,nav.wMenu .infobar div a:hover strong{
  background-color: #fff;
  color: #472272;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-name: flash;
}
nav.wMenu .infobar div a:hover strong{
  animation-iteration-count: 1;
  animation-duration: 5s;
  animation-fill-mode: none;
  animation-name: none;
}
nav.wMenu .infobar div a i{ font-size: 1.6em; margin-left: 0.3em;}

nav.wMenu .infobar div a.stepEven{ color: #979797;}
.upimg {
  padding: 0;
}
.upimg .btn-update {
  padding: 0;
}
.login-page-submit a:only-of-type {
  background-color: #fff;
  color: #999;
}
.login-page-submit input:nth-child(1) {
  background-color: #fff100;
  color: #000;
  font-size: 1.5em;
  margin-top: 1.5em;
}
.sign-help{text-align: center; font-size: 1.5em; border-bottom: 1px solid #ccc; padding-bottom: 1em;}
.help-form{
    padding: 0.5em; background-color: #ea68a3; color: #fff; font-size: 1.3em; margin-bottom: 1em;}
.imgup-help h2{
    color: #fff; font-size: 1.3em; text-align: center;
    background-color: #1b2a6c; padding: 1em;}

.signButton{
	border: none;
	margin-top: -1.5em; 
	margin-left: 0%; 
	width: 94%;
	font-size: 1.5em;
	color: #0e4e40; 
	background-color: rgba(197,236,227,0.9);
	font-family: 'Noto Sans CJK TC Thin'; 
	}

.lightbox-back{ display: flex; justify-content: flex-end; 
    align-content: center; margin-right: 1em; }
.lightbox-back a{
    padding: 0.5em; font-size: 2em; position: absolute; z-index: 9;
    color: #1b2a6c; margin-top: 0.5em; text-decoration: none; 
}.lightbox-back a:hover{
    color: #fff; background-color: #1b2a6c;
}
.pedt-title h2{
    font-size: 1.4em; border: none; margin-bottom: 1em;
    color: #000; font-weight: 600;
}
.st-contact div h1 {border-bottom: 1px solid #ccc; padding-bottom: 1em;}
.st-contact div h1 ,.st-contact div h2 {text-align: center;}
.st-contact .st-date{
	text-align: center; font-size: 1.5em;  padding: 0.1em; color: #000; padding-bottom: 0.8em;}
.st-contact .pay-left{  padding: 0.5em; background-color: #fff; color: #8865AF; border-bottom: 1px solid #ccc;}
.st-contact .pay-subsidy{ padding: 0.5em; background-color: #ffff; color: #025c5b;}

.mt05{margin: 1em 0;}
.subt{
  font-size: 1.5em; font-weight: 300; text-align: center; margin-bottom: 0.5em;
}

/*文字框 說明 簽名欄說明 打勾*/

.privacy-main {
	overflow: auto;
	overflow-x: hidden;
	height: 540px;
	background-color: #f2f2f2;;
	margin-top: 0em;
	padding-top: 0;
	padding: 1.5em;
}

.privacy-main ol{
	list-style: none; 
	padding:0; 
	margin:0;
}

.privacy-main li{
	padding-left: 16px; 
}
.privacy-main li::before{
  content: "•"; 
  padding-right: 8px;
  color: blue;
}

.privacy-main ol li::before{
  content: ""; 
  padding-left: 1em;
  color: blue;
}



/*info*/
.info p{font-size: 1.2em;}




/*上傳圖片 update img*/
.updateflie-box{
	display: flex; justify-content: center; align-items: center; text-align: center;
	height: 25em !important; border: 0px solid; margin-top: 2em;
}
.updateflie-box img{ margin: 1em 1em; width: 250px; height: 250px; }
.updateflie-box h2{font-size: 1.5em; text-align: center; font-weight: 900; color: #000;}
.updateflie-box label.icon-upimg ,.updateflie-box a.icon-crop-img ,.updateflie-box a.icon-rotate-img{
	display: block; float: left;
	background-image: url("../images/icon_update_img.svg");
	background-size: 1.8em auto;
	background-repeat: no-repeat;
    background-position: 0.5em 0.3em;
	transition: 0.5s;
	margin-bottom: 1em;
	margin-left: 0.5em; margin-right: 0.5em;
	padding-left: 2.5em;
	color: #000;
	box-shadow: inset 0 0 0em rgba(0,0,0,0);
} 
.updateflie-box a.icon-upimg:hover ,.updateflie-box a.icon-crop-img:hover ,.updateflie-box a.icon-rotate-img:hover{
	color: #fff;
	border-radius: 4px;
	background-color: #1b2a6c;
} 
.updateflie-box a.icon-crop-img {
	background-image: url("../images/icon_crop_img.svg");
	background-size: 1.5em auto;
} 
.updateflie-box a.icon-rotate-img{
	background-image: url("../images/icon_rotate_img.svg");
	background-size: 1.5em auto;
} 
.updateflie-box-area{padding: 0;}

.updateflie-box a.icon-upimg:hover{
	background-image: url("../images/icon_update_img_d.svg");
} 
.updateflie-box a.icon-crop-img:hover {
	background-image: url("../images/icon_crop_img_d.svg");
} 
.updateflie-box a.icon-rotate-img:hover{
	background-image: url("../images/icon_rotate_img_d.svg");
}
.updateflie-box label{padding-left: 1em; margin-left: 5em !important;}
.add-page div:nth-last-child(odd) .updateflie-box{border-right: 1px solid #ccc; }


/*textarea style*/

.ip-txt input[type=text]:hover{
  box-shadow: none; 
  background-color: #f2f2f2;
  color: #000;
  border-radius: 0;
  text-align: center;
}

.tex-ara textarea ,.add-page textarea{
	max-width: 100%; 
	height: auto;
	min-height: 5em;
	text-align: left;
	text-align: justify !important;
	border: 1px solid #ccc !important;
	font-size: 1.3em;
	box-shadow: 0 0 0px rgba(170,170,170,0)!important;
}
.tex-ara textarea:focus ,.add-page textarea:focus{
	background-color: #f2f2f2;
}
/*date*/

.date .select-moon div{ padding: 0;}
.to{padding-top: 0.5em;}


/* --------------------------------------------time_slider bar style*/



.ui-slider {
  background: #fff;
  border: none;
  border-radius: 0;
  margin: 100px 30px 100px 30px;
}

.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 0; 
  transition: border 0.4s ease;
  border-color: #ff6c00;
  background: #ff6c00;
}

.ui-slider .ui-slider-handle.ui-state-hover,
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-active {
  border-color: #ff6c00;
}

.ui-slider .ui-slider-pip .ui-slider-line {
  background: #fff;
  transition: all 0.4s ease;
}

.ui-slider.ui-slider-horizontal {
  height: 6px;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle { /*左右拉bar*/
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: -25px;
  margin-left: -10px;
}

.ui-slider.ui-slider-horizontal .ui-slider-pip {/*時間刻度間距*/
  top: 10px;
}

.ui-slider.ui-slider-horizontal .ui-slider-pip .ui-slider-line {/*底/背景時間刻度*/
  width: 2px;
  height: 10px;
  margin-left: -1px; 
}

.ui-slider.ui-slider-horizontal .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {/*托動&時間起始結束刻度線*/
  height: 25px; background-color: #E70081; width: 3px;
}

.ui-slider.ui-slider-horizontal .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {/*時間中間刻度線*/
  height: 12px; width: 1px; background-color: #ff6c00;
} 
 .ui-slider-handle,
 .ui-slider-range,
 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  background-color: #ff6c00;
}

.ui-slider-pips .ui-slider-pip-label .ui-slider-label {/*結束時間*/
  top: 30px; 
  color: #999;
} 


.ui-slider-pip[class*=ui-slider-pip-selected],
.ui-slider-pips .ui-slider-pip-selected-1 .ui-slider-label,
.ui-slider-pips .ui-slider-pip-selected-2 .ui-slider-label { /*時間*/
  top: 30px;
  display: block;
}

/* --------------------------------------------time_slider jquery-ui-slider-pips*/

/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */

/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em;
}

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 1.5em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default;
}

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
  background: #ff6c00;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;


  left: 50%;
  margin-left: -1em;
  width: 2em;
}

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: black;
  font-weight: bold;
}

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em;
}

/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -0.5em;
}

/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em;
}

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: none;
}

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 64px;
  margin-left: -70px;
  left: 30%;
  height: 30px;
  line-height: 30px;
  background: #ff6c00;
  border-radius: 2px;
  text-align: center;
  font-size: 1.2em;
  opacity: 0;
  color: #fff; 
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms;
}

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms;
}

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal;
}

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  /*border: 5px solid rgba(242, 119, 147, 0);*/
  border-top-color: #ff6c00;
  position: absolute;
  bottom: -0px;
  left: 50%;
  margin-left: -5px;
}

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  /*border: 5px solid rgba(255, 255, 255, 0);*/
  border-top-color: #ff6c00;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px;
}

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: white;
  top: -10px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px;
}

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0px;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms;
}

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px;
}

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px;
}

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: white;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: white;
  right: auto;
  left: -10px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px;
}

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: bold;
  color: #14CA82;
}

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9;
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #ff6c00;
}

.ui-slider-pips .ui-slider-pip-inrange {
  color: black;
}

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #ff6c00;
}

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: black;
}


.timeline-area .control-label{ background-color: #000 !important;}

.timeline-area .time-select{font-size: 1em; font-weight: 300 !important; font-style: normal !important;}
.timeline-area .time-select input[type=button]{
	width: 3em; 
	background-color: #ff6c00;  color: #fff;
	font-style: normal !important;
	font-weight: 300 !important;
}
.timeline-area .time-select div:nth-last-child(1) input[type=button]{
	font-size: 1.2em; margin-top: 0.2em; padding: 0 !important;
	width: 8em !important; 
	padding: 0.3em !important;
	background-color: #1b2a6c;
}

.prefer-time-contact{background-color: #fff; overflow: hidden; max-height: 65vh; padding-top: 10vh;}
.prefer-time-contact h1{color: #000 !important;}

.top-title h2{font-size: 1.5em; text-align: right; padding-bottom: 0.5em; margin-top: 0;}
.pedt-title h2{font-size: 1.2em; padding-top: 1em; margin-bottom: 0.5em; text-align: center; font-weight: 600;}

.trwd th {font-size: 1em !important;}





.add-page label p{font-size: 0.8em; color: #666;}
.add-page label{font-size: 1em;}

.page-title .name h1{font-size: 1.6em;  padding-top: 2em;}

/*sw switch switch-field寬度*/
	


.ip-txt .btn-primary{
	width: 50%; 
	background-color: #b50000; 
	border: none;
	font-size: 1.2em;
}


.personal-contact .acc .col-sm-10_5{padding-left: 0;}
.personal-contact .acc .col-sm-8{padding-right: 0;}

.noReq h5{text-align: center; font-size: 1.5em; color: #666; font-weight: 300;}






.ip-button {
		display: block;
		position: sticky;
		bottom: 0em;
		padding: 0;
		width: 98% !important;
	padding-top: 3em !important;
		padding-bottom: 1.2em;
		background-color: rgba(255,255,255,0.85);
	}
	
	.ip-button input[type=button] ,.ip-button input[type=submit] {
		background-color: #1b2a6c !important;
		font-size: 1.2em;
		color: #fff;
		font-weight: 300;
		width: 100%;
		margin-top: 0.5em;
		margin-left: 1em;
		border: 1px solid #ccc;
		border-radius: 4px !important;
	}
.add-page .ip-button input[type=button] ,.ip-button input[type=submit]{
	   width: 98.5%;
}


.finish{padding: 0; padding-top: 2em;}
.finish input[type=button] ,.finish input[type=submit] {
	margin: 1em 0;
		background-color: #1b2a6c !important;
		font-size: 1.2em;
		color: #fff;
		font-weight: 300;
		border: 1px solid #ccc;
		border-radius: 4px !important;
	}

.finish input[type=button] {background-color: #fff !important; color: #000;}

/*提示視窗 lightbox 另開視窗*/
	.basic-lightbox {
		height: 15em !important;
		box-shadow: 0 0 10px rgba(170,170,170,1);
		border-radius: 0;
		background-color: #fff !important;
		background-size: 23em auto;
		padding: 3.3em;
		margin: 0;
		text-align: center;
		color: #000;
	}
	
	.basic-lightbox a {
		margin-top: 1em;
		font-size: 1.4em;
		width: 40%;
		font-family: 'Noto Sans Thin';
		font-weight: 300;
		
	}
	.basic-lightbox h2{font-size: 1.5em;}
	.basic-lightbox .btn-success {
		background-color: #fff;
		color: #333;
		border: 1px solid #ccc;
		margin-right: 1em;
	}
	.basic-lightbox .btn-success:hover {
		background-color: #06720C !important;
		border: 1px solid #06720C;
		color: #fff;
	}
	.basic-lightbox .clickbutton {
		background-color: #fff;
		color: #333;
		border: 1px solid #ccc;
	}
	.basic-lightbox .clickbutton:hover {
		background-color: #1b2a6c !important;
		border: 1px solid #1b2a6c;
		color: #fff;
	}

.trwd .tb-item input[type=button]{
	font-size: 1.2em !important;
	background-color: #fff !important;
	color: #db271a!important;
	border: 1px solid #ccc!important;
}
.trwd .tb-item input[type=button]:hover{
	background-color: #1b2a6c!important;
	color: #fff!important;
}
.trwd .tb-item input[type=button].modify{
	background-color: #fff;
	color: #008A0F!important;
	border: 1px solid #ccc;
}
.trwd .tb-item input[type=button].modify:hover{
	background-color: #008A0F!important;
	color: #fff!important;
} 

.basic-lightbox .bl-botton a{margin-right: 0 !important;}

/*提示視窗 lightbox 另開視窗*/
	.basic-lightbox {
		box-shadow: 0 0 10px rgba(170,170,170,1);
		border-radius: 0;
		background-color: #fff !important;
		background-size: 23em auto;
		padding: 3.3em;
		margin: 0;
		text-align: center;
		color: #000;
	}
	
	.basic-lightbox a {
		margin-top: 1em;
		font-size: 1.4em;
		width: 40%;
		font-family: 'Noto Sans Thin';
		font-weight: 300;
		
	}
	.basic-lightbox h2{font-size: 1.5em;}
	.basic-lightbox .btn-success {
		background-color: #fff;
		color: #333;
		border: 1px solid #ccc;
		margin-right: 1em;
	}
	.basic-lightbox .btn-success:hover {
		background-color: #06720C !important;
		border: 1px solid #06720C;
		color: #fff;
	}
	.basic-lightbox .btn-danger {
		background-color: #fff;
		color: #333;
		border: 1px solid #ccc;
	}
	.basic-lightbox .btn-danger:hover {
		background-color: #1b2a6c !important;
		border: 1px solid #1b2a6c;
		color: #fff;
	}


.personal-contact .ps-title h2{font-size: 1.3em !important; color: #000 !important; font-weight:600;}
	.personal-contact .ps-title strong{color: #1b2a6c; font-weight: 300;}

.personal-contact .ps-title{
		background-color: rgba(255,255,255,0.9); 
		position: sticky; top: 0px;
		z-index: 9;
	}
.add-people input[type=button]{
	font-size: 2em !important; border-radius: 4px !important;
	height: 1.6em;
}
.add-people input[type=button]:hover{
	font-size: 2em !important; border-radius: 4px !important;
}


.clear{clear: both;}

/*最大 767px (含) 以下*/ /*phone 手機 手機版 rwd*/

@media screen and (max-width: 767px) {
	.updateflie-box label{margin-left: 0em !important;}
	.timeline-area div:nth-last-child(1){padding: 0.5em !important;}
	.timeline-area .time-select div:nth-last-child(1) input[type=button]{
	font-size: 1.5em; 
	width: 100% !important; 
	padding: 0.3em !important;
}
	.top-title h2{font-size: 1.2em; text-align: right; padding-bottom: 0em;}
	.page-title .name h1{font-size: 1.4em;  padding-top: 2em; color: #000;}
	
	.pd05 .form-group{padding: 0.5em !important;}
	
	/*下拉單邊距內縮*/
	.input-select .bootstrap-select{width: 100% !important; }
	.input-select div .col-xs-12{padding-left: 0; padding-right: 0;}
	.input-select div .col-xs-12 .ip-txt{padding-left: 1em; padding-right: 1em; padding-top: 1em;}
	/*地址下拉單邊距內縮修正*/
	.personal-contact .acc .col-sm-10_5{padding-left: 1em;}
	
	
	.name h1{
    font-family: 'Noto Sans CJK TC Thin'; 
    font-size: 2em; border: none;
    color: #03004c;
    }
	
	.lightbox-back a{
    padding: 0.25em; font-size: 1.8em;
	}
    
	.ip-txt .btn-primary{
		width: 100%; 
		background-color: #b50000; 
		border: none;
		font-size: 1.2em;
	}
	.signButton{
		border: none !important;
		margin-top: -1.8em !important; 
		margin-left: 2% !important; 
		width: 60% !important;
		color: #0e4e40; 
		padding: 0.3em;
		background-color: rgba(197,236,227,0.9);
		font-family: 'Noto Sans CJK TC Thin'; 
	}
	.chiller-cb label {
		width: 86% !important;
		margin-left: 11%;
		font-size: 1.2em !important;
	}
	.chiller-cb span {
		width: 3em;
		height: 4.24em;
		left: -0.1em;
		border-radius: 3px 0 0 3px;
	}
	.chiller-cb span:before {
		top: 2.62em;
		left: 1.3em;
	}
	.chiller-cb span:after {
		transform: rotate(35deg);
		bottom: 1.8em;
		left: 1em;
	}
	
	
	
	
	/*add-page form*/
	
	h3.iptitle ,.add-page .ip-txt .control-label{font-size: 1em !important; }
	h3.iptitle b{color: #db271a;}
	.add-page .ip-txt .control-label b{font-weight: 600; font-size: 1em !important;}
	
	
	/*sw switch switch-field寬度*/
	
	
	.swx3 .input-switch .switch-field label{
		width: 100% !important;
	}
	.swx2 .input-switch .switch-field label{
		width: 50% !important;
	}
	

	/*switch*/
	.switch-field {overflow: hidden; margin-bottom: 0;}
	.sVer{display: block;}
	.switch-field input {
		position: absolute !important;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		width: 1px;
		border: 0;
		overflow: hidden;
	}
	.switch-field label {
		background-color: #fff;
		color: rgba(50, 50, 50, 1);
		font-size: 0.8em;
		font-weight: 900;
		line-height: 1;
		text-align: center !important;
		padding: 6px 1px;
		margin-right: -1px;
		border: 2px solid rgba(190, 190, 190, 1);
		transition: all 0.1s ease-in-out;
	}
	.switch-field label:hover {
		cursor: pointer;
	}
	.switch-field input:checked + label {
		box-shadow: none;
	}
	.switch-field label:first-of-type {
		border-radius: 4px 0 0 4px;
	}
	.switch-field label:last-of-type {
		border-radius: 0 4px 4px 0;
	}
	.switch-field span {
		padding-top: 0.2em;
		padding: 0.2em;
		height: 3.45em;
		padding-left: 0.3em;
		width: 1.6em;
		background-color: rgba(62, 41, 99, 0.5);
	}
	.switch-field label {
		background-color: #fff;
		font-size: 1.1em;
		font-weight: 300;
		line-height: 1;
		text-align: center;
		padding: 6px 2px;
		margin-right: -1px;
		border: 1px solid rgba(207, 207, 207, 1);
		transition: all 0.1s ease-in-out;
	}
	.switch-field label:hover {
		cursor: pointer;
	}
	.switch-field input:checked + label {
		background-image: url("../images/check_ok.svg");
		background-size: 1.5em;
		background-repeat: no-repeat;
		background-position: 0.5em center;
		background-color: #c5ece3;
		color: #05614d;
		box-shadow: none;
		font-weight: 600;
	}
	
	.pedt-title p {font-size: 1.2em;}
	.personal-contact {
		padding-bottom: 1.5em;
	}
	.personal-contact .service-date 
	,.personal-contact .service-date .or {
		padding: 0;
	}

	.personal-contact .ps-title .ps{
		font-size: 1.1em; 
		letter-spacing: -1px; 
		line-height: normal; 
		padding: 0.5em 0;
	}
	.personal-contact .ps-title{
		background-color: rgba(255,255,255,0.9); padding-left: 0; padding-right: 0; 
	}
	.personal-contact .ps-title h2{font-size: 1.4em !important; color: #000 !important; font-weight:600; padding-right: 1em;}
	.personal-contact .ps-title strong{color: #1b2a6c; font-weight: 300;}
	.personal-contact .ps-title p{width: 95%; margin-left: 2.5%; margin-right: 2.5%;}


	.input-select label ,.input-switch label ,.ip-txt label{
		font-size: 1.2em; font-weight: 300; color: #333; text-align: left;
	}
	.personal-contact .select-moon{font-size: 0.96em !important; color: #333 !important;}
	.personal-contact .select-moon .form-control{color: #666;}
	.personal-contact .ip-txt label{padding-left: 1em !important;}
	.personal-contact .ip-txt input[type=text] ,.personal-contact .ip-txt input[type=password]{
		padding: 0.2em; border: none;  border-bottom: 1px solid;
		
	}
	
	
	.scrollbar-div-lb textarea{ width: 100%; height: auto;}
	.personal-contact .ps-title h2 {
    font-size: 1.1em; 
	font-family: 'Noto Sans CJK TC Thin';
    background-image: url("../images/logo.svg");
    background-position: left -0.6em;
    background-repeat: no-repeat;
    background-size: auto 4em;
	height: 3em;
	line-height: 2.8em;
	color: #666;
	text-align: right;
    }
	
	
	.cs-contact .cs-title h1{
		text-align: center;
		font-weight: 300;
	}
	
	.cs-contact .cs-year h2{
		text-align: center;
		font-weight: 300;
		font-size: 1.4em;
	}
	.cs-contact .cs-pay h2{
		text-align: center;
		font-weight: 300;
		font-size: 1.4em;
	}
	
	.ps-title p{
		display: flex;
		justify-content: center;
		align-items: center;
	} 
	.ps-title i{margin-right: 0.7em;}
	
	
	.input-switch .control-label ,.input-select .control-label{
		margin: 0; padding-left: 1em;
	}
	.input-switch .switch-field label{
		font-size: 1em !important;
		letter-spacing: -1px;
		padding: 0.6em 0.2em;
	}

	.img-view a, .img-del a {
		width: 100%;
		margin-top: 1.5em;
		font-size: 1.5em;
	}
    .upimg .tsimg{
		text-align: center; 
		position: absolute; 
		display: flex; 
		top: -0.1em; 
		justify-content:flex-end;
        text-transform:uppercase;
	}
	.upimg .tsimg span{
		padding: 0.3em; 
		border-radius: 3px;
		background-color: rgba(184,184,184,0);
	}
	.upimg label.input-file{height: 5em;}
	.upimg .input-file span {
		width: 92.5vw;  padding: 0.5em;
		color:#fff;  border: none;
		font-size: 1.2em; 
		background-color: #1b2a6c;
	}
	.upimg div:nth-child(4){
		color:rgba(51,27,75,1);
		text-align: center;
	}
	.upimg label.control-label {
		font-weight: 300; 
		margin-left: 1em; 
		text-align: left;}
	.up-upimg div span{
		width: 98%; 
		margin-left: 1%; 
		font-size: 1.5em; 
		background-color: #1b2a6c; 
		border: none;
	}
	.imgup-help h2{
		color: #fff; font-size: 1.3em; text-align: center;
		background-color: #1b2a6c; padding: 1em;}

	.privacy-title h1{
		font-size: 1.2em;
	} 
	
	.sign-help{
		text-align: center; 
		font-size: 1.2em; 
		padding-bottom: 0.5em;
	}
	.careerBg ,.testend {
		position: absolute;
		width: 360px;
		height: 200px;
		top: 10%;
		left: 50%;
		margin-left: -180px;
		margin-top: -100px;
	}
	
	/*提示視窗 lightbox 另開視窗*/
	.basic-lightbox {
		box-shadow: 0 0 10px rgba(170,170,170,1);
		border-radius: 0;
		background-color: #fff !important;
		background-size: 23em auto;
		padding: 3.3em;
		margin: 0;
		text-align: center;
		color: #000;
	}
	
	.basic-lightbox a {
		margin-top: 1em;
		font-size: 1.4em;
		width: 40%;
		font-family: 'Noto Sans Thin';
		font-weight: 300;
		
	}
	.basic-lightbox h2{font-size: 1.5em;}
	.basic-lightbox .btn-success {
		background-color: #fff;
		color: #333;
		border: 1px solid #ccc;
		margin-right: 1em;
	}
	.basic-lightbox .btn-success:hover {
		background-color: #06720C !important;
		border: 1px solid #06720C;
		color: #fff;
	}
	.basic-lightbox .btn-danger {
		background-color: #fff;
		color: #333;
		border: 1px solid #ccc;
	}
	.basic-lightbox .btn-danger:hover {
		background-color: #1b2a6c !important;
		border: 1px solid #1b2a6c;
		color: #fff;
	}
.man-qlink .navbar-nav {
  margin-right: 0;
}
.login-page-submit .g-recaptcha, .login-page-submit .g-recaptcha2 {
  margin-bottom: 1em;
}
.recaptcha .gleft {
  margin-left: -1em;
}
.login-submit-area {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 90%;
  left: 50%;
  margin-top: -80px;
  margin-left: -80px;
}
.login-submit-area .submit {
  padding: 0;
}
.login-submit-area .submit input[type=submit] {
  background-color: transparent;
  background-image: url("../images/fingerprint.svg");
  background-repeat: no-repeat;
  background-position: -0em 0em;
  background-size: 5.5em auto;
  box-shadow: none;
  height: 160px;
  padding: 0;
  margin-top: 2.3em;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-name: flash;
}
    

	.sign .signature { 
		height: 30em;
		background-color: #f2f2f2;
	}
	.sign .signature-btn input[type=submit]{
		margin-bottom: 1em;
		width: 95%;
	}
	
	.trwd {
		overflow: auto;
		padding: 0;
	}
	.trwd table {
		width: 1000px;
	}
	.trwd th, .trwd td {
		padding: 0.2em;
		font-size: 1.3em;
		border: 1px solid #fff;
		font-weight: 300;
	}
	.trwd th {
		background-color: #fff;
		color: #000;
		font-size: 1.3em;
	}
	.trwd .tb-item input[type=button]{
		font-size: 0.8em;
		background-color: #db271a;
		color: #fff;
		margin: 0.4em;
		padding: 0.5em 0.5em;
		width: 80%;
	} 
	.trwd .tb-item input[type=button].modify{
		background-color: #008A0F;
		color: #fff;
	} 

	/*送出按鈕還沒按下去前的狀態*/
	
	
	.add-page{border: 0px solid; padding: 2em; }
	.ip-txt div ,.ip-txt label ,.input-switch div{padding-left: 0; padding-right: 0;}
	.container {padding-bottom: 0;}
	.ip-button {
		display: block;
		position: sticky;
		bottom: 0em;
		padding: 0;
		width: 98% !important;
		padding-bottom: 1.2em;
		background-color: rgba(255,255,255,0.85);
	}
	.forget-idpw a{font-size: 0.9em !important;}
	
	.ip-button input[type=button] ,.ip-button input[type=submit] {
		background-color: #1b2a6c;
		font-size: 1.2em;
		color: #fff;
		font-weight: 300;
		width: 95%;
		margin-top: 0.5em;
		margin-left: 1em;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
	.add-page .ip-button{ padding-bottom: 1.5em;}
	.ip-button i {}
	
	.buttom-camra, .buttom-file {
		text-align: center;
	}
	.buttom-camra input[type=button], .buttom-file input[type=button] {
		background-color: transparent;
		background-image: url("../images/icon_camera.svg");
		background-repeat: no-repeat;
		background-size: 4em auto;
		width: 4em;
		height: 4em;
		box-shadow: none;
	}
	.buttom-file input[type=button] {
		background-image: url("../images/icon_file.svg");
	}
     
	.buttom-camra span, .buttom-file span {
		text-align: center;
		color: #9a7dba;
		font-size: 1.5em;
	}
	
	.pedt-title span input[type=button] 
	,.ip-txt input[type=button] 
	,.input-file input[type=file] {
		background-color: #fff;
		color: #000;
		font-size: 1.2em;
		margin: 0; 
		margin-bottom: 1em;
		width: 100%;
	}
	.select-moon select {
		font-size: 1.5em;
		color: #000;
		background-color: rgba(255,255,255,1);
		height: 2.1em;
		text-align-last: center;
		border: #ccc 1px solid;
		border-radius: 0em;
		background-image: url("../images/select_appearance.svg");
		background-size: 1em auto;
		background-repeat: no-repeat;
		background-position: right 0.8em;
	}
	.select-moon select:after {}
	.select-moon select:focus {
		color: #000;
		background-color: #fff;
	}
	.select-moon select option {}
	.select > .input-group-addon {
		font-size: 2em;
	}
    .pedt-title span input[type=button] {
		background-color: #1b2a6c;
		color: #fff;
		font-size: 1.2em;
		margin: 0;
		margin-bottom: 1em;
	}
	.pedt-title span input[type=button]:hover{
    background-color: #fff;
    color: #1b2a6c;
    border: 1px solid #1b2a6c;
}  
    

.input-select label { margin-left: 1em; text-align: left;}
/*switch*/


	.ip-txt input[type=text] 
	,.ip-txt input[type=password] 
	,.input-switch input[type=text]{
  box-shadow: none; 
  background-color: fff;
  color: #000;
  border: none;
  border-radius: 0;
  border: 1px #ccc solid;
  font-weight: 300;
  padding: 0.2em;
  padding-bottom: 2.2em; 
}
 .ip-txt input[type=text] ,.ip-txt input[type=tel] ,.input-switch input[type=text] ,.ip-txt input[type=password]{
  font-size: 0.9em;
  padding: 0.2em;
  padding-top: 0.2em;
  border: 1px #ccc solid; 
	 text-align: left !important;
}
	.ip-txt input[type=text]:focus ,.ip-txt input[type=tel]:focus 
	,.input-switch input[type=text]:focus ,.ip-txt input[type=password]:focus{
  background-color: #f2f2f2;
}
	
	
.unline .input-text input[type=tel] {font-size: 1.6em;}

.form-list {
  padding-bottom: 8em;
}

.input-name .input-text input[type=text], .input-name-disabled .input-text input[type=text] {
  color: #ffabd5;
  font-size: 2em;
  padding-bottom: 1.5em;
}
.input-name-disabled .input-text input[type=text] {
  padding-bottom: 1em;
  padding-top: 0.5em;
}
.input-name-disabled input[type=text] {
  color: #ffabd5;
}
.keyword .input-text {
  width: 100%;
}
.keyword .input-text input[type=text] {
  box-shadow: none;
  background-color: transparent;
  color: #ccb5e3;
  text-align: center;
  border: 3px solid #542b6c;
  padding: 1em;
  font-size: 1.5em;
  margin-bottom: 0.6em;
  outline: none;
}
.input-text {
  width: 100%;
}
.form-list .money input[type=button] {
  background-color: #32204b;
  color: rgba(138, 119, 167, 1);
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 2px solid rgba(62, 41, 99, 1);
  transition: all 0.1s ease-in-out;
}
.list-title div {
  text-align: center;
  padding-bottom: 0.5em;
  font-size: 1.3em;
}
.update-img-full {
  text-align: center;
  margin-bottom: 1em;
}
.update-img-full img {
  max-width: 320px;
  max-height: 25em;
}
.area-left {
  text-align: right;
}
.area-left, .area-right {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.area-left strong, .area-right strong {
  padding: 0.27em 0.7em;
  height: 38px;
  font-weight: 300;
  font-size: 1.4em;
  right: 1px;
}
.area-left strong {
  background-color: rgba(255, 144, 0, 1);
  color: #fff;
  margin-left: 2em;
}
.moon strong {
  background-color: rgba(66, 205, 250, 1);
}
.area-right strong {
  background-color: rgba(226, 101, 163, 1);
  color: #fff;
}
.area-left b, .area-right b {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border-left: 0px;
  border-bottom: 38px solid #ff9000;
  border-right: 38px solid transparent;
  left: -1px;
}
.area-right b {
  border-right: none;
  border-left: 38px solid transparent;
  border-bottom: 38px solid rgba(226, 101, 163, 1);
}
.moon b {
  border-bottom: 38px solid #42cdfa;
}
.arror b {
  position: absolute;
  left: 40.5%;
  margin-top: -2.8em;
  margin-left: 0em;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fff;
}

    
    
    
}

/*最大 480px (含) 以下*/  /*old phone or other*/
@media screen and (max-width: 480px) {
 
    
}

/*最小 768px (含) 至979之間*/ /*pad 直立*/
@media screen and (min-width: 768px) and (max-width: 979px) {
}

/*最小 980px (含) 以上*/ /*pad 橫式*/
@media screen and (min-width: 980px) {
body {
  font-family: 'Noto Sans CJK TC Light';
}
.container {
  padding: 0;
}
.trwd table {
  width: 100%;
}
.trwd th, .trwd td {
  padding: 0.2em;
  font-size: 1.6em;
}
.trwd th {
   background-color: #fff;
    color: #000;
    font-size: 1.3em;
}
.trwd .tb-item input[type=button]{
  font-size: 0.8em;
  background-color: #db271a;
    color: #fff;
    margin: 0.4em;
    padding: 0;
    width: 80%;
}
.trwd .tb-item input[type=button]:hover{
  background-color: #fff;
    color: #db271a;
}
    .pedt-title p{
		color: #000;
        padding: 0.2em 1.5em; 
        
    }
	

.noReq h5, .noReq .control-label {
  height: 2.5em;
}
.noReq input[type=text], .noReq label, .noReq select, .noReq table {
  border: 1px solid #f00;
  animation-iteration-count: 1.5;
  animation-duration: 1.8s;
  animation-fill-mode: 2;
  animation-name: flash;
}
.noReq input:not(:placeholder-shown) {
  border: 2px solid #f00;
  animation-iteration-count: 1.5;
  animation-duration: 1.8s;
  animation-fill-mode: 2;
  animation-name: flash;
}
.noReq .form-control, .noReq label, .noReq select, .noReq table {
  border-color: #f00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(195, 31, 70, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(195, 31, 70, .6);
}
    .boxArea{padding: 1.5em 0 ; padding-top: 1em; background-color: #f2f2f2;}
.ip-txt input[type=text] ,.ip-txt textarea ,.input-name-disabled input[type=text] ,.input-tel-disabled input[type=tel] ,.ip-txt input[type=tel] ,.recaptcha input[type=tel] ,.ip-txt .input-text div input[type=tel] ,.input-switch input[type=text] ,.ip-txt input[type=password]{
  box-shadow: none; 
  background-color: transparent;
  color: #000;
  border: none;
  border-radius: 0;
  border-bottom: 1px #ccc solid !important;
  font-size: 1.3em ;
  font-weight: 300;
  text-align: center;
  padding: 1em;
  padding-bottom: 2.2em; 
}
 .ip-txt input[type=text] ,.ip-txt input[type=tel] ,.input-switch input[type=text] ,.ip-txt input[type=password]{
  font-size: 1.3em;
  padding: 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #000 solid;
     
}     

	
    
/*switch*/
.i4s2 {
}
	/*input4 and switch2*/
.switch-field {
  display: flex;
  margin-bottom: 0em;
  overflow: hidden;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field label {
  background-color: #fff;
  color: #000;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding: 6px 2px;
  margin-right: -1px;
  border: 1px solid rgba(207, 207, 207, 1);
  transition: all 0.1s ease-in-out;
}
	
.switch-field label:hover {
  cursor: pointer;
}
.switch-field input:checked + label {
  
	background-image: url("../images/check_ok.svg");
		background-size: 1.5em;
		background-repeat: no-repeat;
		background-position: 0.5em center;
	background-color: #c5ece3;
  color: #05614d;
  box-shadow: none;
	font-weight: 600;
}
	

	
	
	
/*指定switch-field範圍內第幾個input物件要被改變*/

.input-name .input-text input[type=text], .input-name-disabled .input-text input[type=text] {
  padding-bottom: 1.5em;
}
.input-name-disabled .input-text input[type=text] {
  padding-bottom: 1em;
  padding-top: 0.5em;
}
.input-name-disabled input[type=text] {}
.input-text {
  width: 100%;
}
.switch-field label:first-of-type {
  border-radius: 0px 0 0 0px;
}
.switch-field label:last-of-type {
  border-radius: 0 0px 0px 0;
}
.switch-field span {
  color: #ccb2e3;
  padding-top: 0.2em;
  padding: 0.2em;
  height: 2em;
  padding-left: 0.3em;
  width: 1.2em;
  background-color: rgba(62, 41, 99, 0.5);
}
/*select*/
 
.select-moon select {
  font-size: 1.2em;
  color: #000;
  background-color: rgba(255,255,255,1);
  height: 2.1em;
  text-align-last: center;
  border: #ccc 1px solid;
  border-radius: 0em;
  background-image: url("../images/select_appearance.svg");
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: right 0.8em;
}
.select-moon select:after {
}
.select-moon select:focus {
  color: #000;
	font-weight: 600;
  background-color: #f2f2f2;
}
.select-moon select option {
}
.select > .input-group-addon {
  font-size: 2em;
}
.pedt-title{padding: 0;}
.pedt-title p {
  font-size: 1.2em;
 text-align: center;

}
.pedt-title span {
    margin-left: 1em; 
}
.pedt-title span input[type=button]{
    width: 97.5%; 
}
.pedt-title span input[type=button] {
    background-color: #1b2a6c;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    margin-bottom: 1em;
}.pedt-title span input[type=button]:hover{
    background-color: #fff;
    color: #1b2a6c;
    border: 1px solid #1b2a6c;
}
.work-area-contact .three-box label {
  position: relative;
  float: left;
  border: 1px solid #000;
}

.m5 .select-moon {
  float: right;
  border: 1px solid #000;
}
.personal-contact .ps-title ,.work-area-contact .ps-title{margin-bottom: 2em;}
.personal-contact .ps-title p{
	margin-bottom: 1em; 
	border-bottom: 1px solid #ccc; 
	text-align: center; 
	padding-bottom: 1em; 
	font-size: 1.5em;
	}


/* Navbar container */
	.new-navbar {
  overflow: hidden;
  background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Links inside the navbar */
.new-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  
}

/* The dropdown container */
.new-dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.new-dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 16px 16px;
  padding-bottom: 0;
  background-color: inherit;
    margin-top: 8px;
}

/* Add a red background color to navbar links on hover */
.new-navbar a:hover, .new-dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.new-dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}    
    

}

/*最小 1200px (含) 以上*/ /*notebook and desktop*/
@media screen and (min-width: 1200px){}


@media screen and (min-width: 990px){}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 1152px){}
@media screen and (max-width: 1366px){}


/*直立視窗*/
@media screen and (orientation: portrait) {
.test::after {
  content: "";
}
}

/*橫向視窗*/
@media screen and (orientation: landscape) {
.test::after {
  content: "";
}
}

