@charset "utf-8";
/*font*/

button, a, input {
  outline: none !important;
}

/*
ci
#fcb040
#e86e0b
*/

/*scrollbar*/

/*
body::-webkit-scrollbar, .scrollbar-div::-webkit-scrollbar {
 width: 0.3em;
}  

body::-webkit-scrollbar-track, .scrollbar-div::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} 

 body::-webkit-scrollbar-thumb, .scrollbar-div::-webkit-scrollbar-thumb {
 background-color: #353942;
 outline: 1px solid slategrey; 

 background-image: -webkit-linear-gradient(45deg, rgba(46, 32, 38, 1) 50%, transparent 25%, transparent 50%,  rgba(46, 32, 38, 1) 25%, rgba(46, 32, 38, 1) 25%, transparent 25%, transparent 50%)
}
*/


/**/


body {
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-color: #fff !important;
}
i {
  margin-right: 0.2em;
}
label {
  user-select: none;
  font-size: 1.3em;
  color: #000;
  text-align: end;
}
/*Loading*/
#Loader {
  width: 150px;
  height: 150px;
  margin: -30px 0 0 -30px;
  border: 1px solid #fff;
  border-radius: 50%;
  border-top: 1px solid #fcb040;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#LoaderPic {
  background: url(../images/logo.svg) no-repeat;
  background-size: 8em auto;
  background-position: center 3em;
  background-repeat: no-repeat;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: flash;
}
#LoaderBG {
  background-color: rgba(0,0,0,0.4);/*Loading 主背景*/
	
}
/*Loading style*/


.loginBg {
  background-image: linear-gradient(#402363, #5b3d80);
}
.loginBg {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.careerBg {
  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{ height:1px; background-color:rgba(0,0,0,0); border-top:1px dotted #dbdbdb;}

.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;
    }



/* 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.5em;
  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;
  background-color: #fff;
}
.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;
  margin-top: 1em;
  padding-bottom: 0.8em;
}
.check-style label {
  font-size: 1em !important;
  font-weight: 300;
	padding-left: 2em;
}
.chiller-cb span{
	margin-right: 2em !important;
}
.span_pseudo, .chiller-cb span:before, .chiller-cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  position: absolute;
  transform-origin: 0% 0%;
}
.chiller-cb {
  position: relative;
  display: flex;
  align-items: center; 
}
.chiller-cb input {
  display: none; 
}
.chiller-cb input:checked ~ span {
  background: #fd2727;
  border-color: #fd2727;
	
}
.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;
}
.chiller-cb label {
  padding-left: 1.8em;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  
  font-size: 1.3em;
  text-indent: 2.1em;
	border: 0px solid;
}
.chiller-cb h2{white-space:nowrap; font-size: 1em;}
.chiller-cb span {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box; 
}
.chiller-cb span:before {
  transform: rotate(-55deg);
  top: 1.4em;
  left: 0.6em;
}
.chiller-cb span:after {
  transform: rotate(35deg);
  bottom: 0.6em;
  left: 0.35em;
}


.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: 4;
}
.ip-button i {
  z-index: 4;
}
.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;
}
.mgT1 {
  margin-top: 1em;
}
.mgB05 {
  margin-bottom: 0.5em;
}
.mgB1 {
  margin-bottom: 1em;
}
.mgTB1 {
  margin: 1em 0;
}
.bnone {
  border: none;
}
.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: #000 !important; color: #fff !important;
}
.tb-item td {
  border: 1px #ccc solid !important;
  text-align: center;
  font-size: 1.3em !important;
}
.tb-item td strong{
  font-size: 0.6em !important;
	color: #666;
	font-weight: 600;
}
.tb-item td .check-style .chiller-cb{
  text-align: center;
}

.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 ,.personal-contact .ps-title h3{ font-weight: bold; }
 .personal-contact .ps-title .ps{
     border-radius: 4px; font-size: 1.3em; background-color: #fcb040; color: #fff; line-height: 3em; height: 3em;
}
.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;
  font-size: 1.2em;
}

.input-select label strong, .input-switch label strong ,.ip-txt label strong{
  background-color: #db271a;
  color: #fff;
  font-size: 0.8em;
  padding: 0.2em 0.8em;
  margin: 0 0.5em;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  border-radius: 3px;
  font-weight: 300;
}

.personal-contact h2.dt-title {
  color: #000;
  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;
  /*
  background-image: url("../images/step_n.svg");
  background-position: 0px 17px;
  background-repeat: no-repeat;
  background-size: auto 4.1em;
*/
}
/*
nav.wMenu .infobar div.ative a {
  background-image: url("../images/step_d.svg");
  background-position: right 17px;
  background-repeat: no-repeat;
  background-size: auto 4.1em;
}
*/
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;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 0.1em;
  border-radius: 4px;
  background-color: transparent;
  color: #472272; 
}
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;}




/*navbar*/

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 #5c4779;
}


nav.wMenu .infobar div a {
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-top: -1em;
  padding: 0;
  background-color: rgba(255,255,255,1.00);
  color: #32204b;
  font-size: 1.3em;
  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;
}
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;}


nav.wMenu {
	position: absolute;
}


.upimg {
  padding: 0;
}
.upimg .btn-update {
  padding: 0;
}
.upimg input[type=text]{text-align: right;}
.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: #fcb040; padding: 1em;}
.signButton{
    font-size: 1.3em; border: 2px #fff solid; padding: 0.5em; border-radius: 4px;
    margin-top: -2em;  color: #e86e0b; background-color: #fff;
    font-family: 'Noto Sans CJK TC Thin'; font-weight: 900;
}

.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: #fcb040; margin-top: 0.5em; text-decoration: none; 
}.lightbox-back a:hover{
    color: #fff; background-color: #fcb040;
}
.pedt-title h2{
    font-size: 2em; border: none; margin-bottom: 1em;
    color: #000; font-weight: bold;
}
.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;
}


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


/*textarea style*/


.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;
}


.ip-txt textarea {
  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; 
}

/*date*/

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






/*上傳圖片 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: #fcb040;
} 
.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; }






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

.time-select label{
    background-color:#000 ; color: #fff; padding: 4px; font-size: 1.2em; padding-left: 1em;
}
.time-select label input[type=button]{
    background-color:#c75400 ; color: #fff; margin-left: 0.5em; margin-right:0.5em;  
    font-weight: 900; padding: 0 0.3em; font-size:1em;
}
.time-select div input[type=button]{
    background-color:#fff ; color: #000; 
    padding: 4px; font-size: 1.5em; padding-left: 1em;
}


.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: #fcb040;
}

.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.5em; padding-top: 1em; margin-bottom: 0.5em; text-align: center; }

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

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

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

/*add-page*/
	



/*resignation*/

.resignation .pay-title{margin-top: 0em; border-bottom: 1px solid #ccc; padding-bottom: 1em; margin-bottom: 1em;}
.resignation .pay-title h1{font-size: 1.6em; font-weight: 900; text-align: center;padding-bottom: 1em;}

.resignation .pay-title h1 strong{ margin-right: 0.5em;}
.resignation .pay-title p{padding: 0.5em;}

.resignation .user-title h1 ,.resignation .user-title span{border: 0px solid;}
.resignation .user-title span{height: 5.5em; padding: 0; font-weight: 900; text-align: center;}
.resignation .user-title span p{padding: 0; font-size: 1em !important; color: #666; font-weight: 300; text-align: center;}


.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: 2em;
  width: 45%;
  font-family: 'Noto Sans Thin';
  font-weight: 300;
	background-color: #d46400 !important;
  color: #fff !important;
}
.basic-lightbox .btn-success {
  background-color: rgba(255,255,255,1);
  color: #d46400;
  border: 1px solid #fff;
  margin-right: 10%;
}
.basic-lightbox .btn-success:hover {
  background-color: #d46400 !important;
  border: 1px solid #fff;
  color: #fff;
}
.basic-lightbox .btn-danger {
  color: #fff;
}


.btn-primary {
		color: #fff;
		background-color: #fcb040;
		border:none;
	}
	.btn-primary:focus,
	.btn-primary.focus {
		color: #fff;
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary:hover {
		color: #fff;
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary:active:hover,
	.btn-primary.active:hover,
	.open > .dropdown-toggle.btn-primary:hover,
	.btn-primary:active:focus,
	.btn-primary.active:focus,
	.open > .dropdown-toggle.btn-primary:focus,
	.btn-primary:active.focus,
	.btn-primary.active.focus,
	.open > .dropdown-toggle.btn-primary.focus {
		color: #fff;
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		background-image: none;
	}
	.btn-primary.disabled:hover,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus,
	.btn-primary[disabled]:focus,
	fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus,
	.btn-primary[disabled].focus,
	fieldset[disabled] .btn-primary.focus {
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary .badge {
		color: #337ab7;
		background-color: #fff;
	}


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


/*最大 767px (含) 以下*/ /*phone*/
@media screen and (max-width: 767px) {
	
	/* moblie style */
	.container-fluid{padding:0;}
	.moblie-style{
		padding:0; margin: 0; 
		margin-bottom:0.5em;
		position: sticky;
		top: -1px;
		background-color: rgba(255,255,255,0.9) !important;
	}
	.moblie-menu{
		padding:0; margin: 0;
		position:absolute; z-index:999;
		background-color:#f3ac43;
	}
	.moblie-style .infobar{margin: 0; padding: 0; height: 4em;}
	.moblie-style .infobar .mlogo ,.moblie-style .infobar .title ,.moblie-style .infobar .title{
		height: 4em;
	}
	.moblie-style .infobar .mlogo{
		display: block;
		 height: 4.1em;
		padding:0; margin:0;
		background-image: url("../images/logo.svg");
		background-position: 1em 1em;
		background-repeat: no-repeat;
		background-size: 3.5em auto ;
		border: 0px solid;
	}
	.moblie-style .infobar .title{padding: 0;}
	.moblie-style .infobar .ps-title h3{
		letter-spacing: -1px !important; 
		line-height: 1.7em;
	}
	.moblie-style .infobar .pay-info{
		margin-top:1em;
		
	}
	.moblie-style .infobar .pay-info button[type=button]{
		border: none; 
		box-shadow: none;
		background-color: #fff;
	}
	.moblie-style .infobar .pay-info .btn-block{
		display: block;
		width: 3.5em;
		height: 2.3em;
		background-image: url("../images/icon_mobile_menu.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 2.3em auto ;
		background-color: transparent !important;
		float: right;
	}
	.moblie-style .ps-title{text-align: center; border: 0px solid;}
	.moblie-style .ps-title h3{line-height: 1.4em; font-size: 1.2em; font-weight: 900;}
	.moblie-menu li{
		padding:1.2em;
		text-align:center;
		border-bottom:1px solid #fff;
	}
	.moblie-menu a{
		color:#fff;
		font-size:1.5em;
	}
	.moblie-menu .mobileleave{
		animation-name: flash;
		animation-duration: 3s;
		animation-fill-mode: both;
		animation-iteration-count: infinite;
	}
	.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;
		}
	.mm-panels .mm-navbar a img{width: 2em; height: 2em; border: 1px solid;}
	
	.top-title h2{font-size: 1.2em; text-align: right; padding-bottom: 0em;}
	.page-title .name h1{font-size: 1.6em;  padding-top: 2em;}
	.pd05 .form-group{padding: 0.5em !important;}
	.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;
	}
	.resignation .user-title .name{
		text-align: center; 
		border-bottom: 1px solid #ccc; 
		margin-bottom: 1em;
	}
    
.signButton{
    margin-top: -2em; margin-left: 7.9em; color: #fff; background-color: rgba(72,36,115,0.9);
    font-family: 'Noto Sans CJK TC Thin'; 
}
.container{overflow: hidden;}
.navBg{
	height:100%;  width:100%;
	position:absolute; 
	background-image: linear-gradient(#431c6c,#431c6c,#603192); 
	opacity: 0.9; z-index: 0;
    }
.quick-menu{padding: 0 !important;  margin: 0; padding-top:5em; z-index: 1;}


.quick-menu li a {
    color:#fff; font-size:1.2em; border-radius:0px;
	position: relative;
}
.quick-menu li strong ,.quick-menu .acitve strong{
    margin-left: 0.5em; font-weight: 300; padding: 0.2em; 
    background-color: rgba(255,255,255,0.8);
    color: #472272; border-radius: 3px;}
    .quick-menu .ative strong{
    animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-name: flash;
    }
    .quick-menu li:last-child a{
        background-color: rgba(255,255,255,0);}
.quick-menu li a{
    padding: 1em 0em; font-size: 1.5em;
    border-bottom: 1px #fcb040 solid;}
.quick-menu li:last-child input{
    border-radius: 0; padding: 0.5em;
    background-color: #32204b;
    color: #fff;
    font-weight: 300; font-size: 1.2em;}

.mMenu{ background-color: #fff; color: #000; margin: 0; padding-top: 0.8em;} 
.mMenu .infobar a{margin: 0; position: absolute;}
.mMenu .infobar li {align-content: center; justify-content:flex-end; display: flex;}
.mMenu .infobar li a i{border: none; font-size: 2.6em; color: #32204b;}    

.mobileMenu .pBack a{
    text-transform:capitalize; 
    margin: 0.5em;
    color: #472272;
    font-size: 2em;
}
.mobileMenu .pBack {
    background-color: rgba(255,255,255,0.5);
    align-content: center; justify-content: center; display: flex;
}
.personal-contact .ps-title .ps{
	font-size: 1.15em; letter-spacing: -1px; line-height: normal; padding: 0.5em 0;
	}
	.personal-contact .title h3{ padding-bottom: 1em;}
.stepBox{align-content: center; justify-content: center; display: flex; position: relative; z-index: 0; }
.stepBox div{ margin-top: 0.3em; padding: 0; margin-right: 0.5em; }
.stepBox div a ,.stepBox div.ative a{
 align-content: center; justify-content: center; display: flex; z-index: 0; 
 text-transform:uppercase; 
 border-radius: 4px;
 color:#db271a; font-size:0.7em; 
 margin-top: 0.8em; padding: 0.3em; 
}
.stepBox div.ative a{
  background-color:#db271a;
  color:#fff; 
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-name: flash; 
}

	.input-select{border: 0px solid; }
	.input-select label ,.input-switch label ,.ip-txt label{
		font-size: 1.2em; font-weight: 300; color: #888; text-align: left;
	}

	.personal-contact .ip-txt label{padding-left: 1em !important;}
	.personal-contact .ip-txt input[type=text] ,.personal-contact .ip-txt input[type=password]{
		padding: 1em; border: none;  border-bottom: 1px solid;
	}
	
	.personal-contact .ps-title h3{letter-spacing: 0px;}
	
	
	.scrollbar-div-lb textarea{
		width: 100%; height: auto;
	}

	.personal-contact .ip-txt .btn{
		width: 100%;
		font-size: 1.3em;
		background-color: #fcb040;
		border: none;
	}
	.personal-contact .Sdt-title{text-align: justify; font-size: 1.3em; border-top: 1px solid #ccc; padding-top: 1em;}
	.personal-contact .control-label{padding-right: 1.5em;}
.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 {margin-left: 1em;}
.input-switch .switch-field label{
  font-size: 1em;
  letter-spacing: -1px;
  padding: 0.8em 0.2em;
}
	.health-examination{padding: 0.5em;}
	.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: #fcb040;
	}
	.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;
	}
	.updateflie-box label.icon-upimg{
		margin-left: 0 !important;
	}
	.p-upimg div span{
		width: 98%; 
		margin-left: 1%; 
		font-size: 1.5em; 
		background-color: #fcb040; 
		border: none;
	}
	.upimg label.control-label{color: #999;}
	.upimg label.input-file span {
		margin-top: 0em; 
		padding: 0.2em 3em;
		font-size: 1.2em !important;
	}
	.upimg input[type=text] {
		width: 1%; margin-left: 50%;
	}
	label.input-file span input[type=file] {
		background-color: #fff;
		color: #000;
		margin: 0; 
		margin-bottom: 1em;
	}
	label.input-file span.btn-primary:focus{
		background-color: #fcb040 !important;
	}
	div.ip-txt{border: 0px solid; }
	div.input-select{border: 0px solid;}
	
	.btn-primary {
		color: #fff;
		background-color: #fcb040;
		border:none;
	}
	.btn-primary:focus,
	.btn-primary.focus {
		color: #fff;
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary:hover {
		color: #fff;
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary:active:hover,
	.btn-primary.active:hover,
	.open > .dropdown-toggle.btn-primary:hover,
	.btn-primary:active:focus,
	.btn-primary.active:focus,
	.open > .dropdown-toggle.btn-primary:focus,
	.btn-primary:active.focus,
	.btn-primary.active.focus,
	.open > .dropdown-toggle.btn-primary.focus {
		color: #fff;
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		background-image: none;
	}
	.btn-primary.disabled:hover,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus,
	.btn-primary[disabled]:focus,
	fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus,
	.btn-primary[disabled].focus,
	fieldset[disabled] .btn-primary.focus {
		background-color: #e86e0b;
		border:none;
	}
	.btn-primary .badge {
		color: #337ab7;
		background-color: #fff;
	}
	
	
	
	
	
	
	
.imgup-help h2{
    color: #fff; font-size: 1.3em; text-align: center;
    background-color: #fcb040; padding: 1em;}
.privacy-title h1{
  font-size: 1.5em;  letter-spacing: -1px;
} 
.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;
}
	
.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: 2em;
  width: 45%;
  font-family: 'Noto Sans Thin';
  font-weight: 300;
	background-color: #d46400 !important;
  color: #fff !important;
}
.basic-lightbox .btn-success {
  background-color: rgba(255,255,255,1);
  color: #d46400;
  border: 1px solid #fff;
  margin-right: 10%;
}
.basic-lightbox .btn-success:hover {
  background-color: #d46400 !important;
  border: 1px solid #fff;
  color: #fff;
}
.basic-lightbox .btn-danger {
  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%;
}
	.sign div input[type=button]{
		border: 1px solid;
		margin-left: -161px;
		margin-left: 0%;
		margin-bottom: 2%;
		background-color: #fff;
		color:#e86e0b;
		font-weight: 900;
		font-size: 1.2em;
		border: 2px solid;
}
.trwd {
  overflow: auto;
  padding: 0;
}
.trwd table {
  width: 1260px;
}

.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%;
} 

    
.message-page {
  margin-top: 3.5em;
}
.message-back, .message-next {
  display: inline-block;
  background-image: url("../images/icon_back_page.svg");
  background-size: 4em auto;
  background-repeat: no-repeat;
  background-position: 0.4em center;
  width: 5.5em;
  height: 4em;
}
.message-next {
  transform: rotate(180deg);
}
.message-page .sing {
  text-align: center;
}
.message-page .sing b, .message-page .sing b.active {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #32204b;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-top: 1.3em;
}
.message-page .sing b.active {
  background-color: #e265a3;
}
/*送出按鈕還沒按下去前的狀態*/

.ip-button {
	position: fixed;
	bottom: 0em;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
  /*background: -webkit-linear-gradient(  bottom,  rgb(93,58,134) 70%,  rgba(93, 58, 134, 0) 100%  );*/
	background-color: rgba(255,255,255,0.8);
  
}

	.ip-button input[type=button], .ip-button input[type=submit] {
	background-color: #000;
	color: #fff;
	font-size: 1.3em;
	font-weight: 300;
	margin-top: 0.5em;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.ip-button i {
  background-image: url("../images/icon_add.svg");
  background-size: 2.8em auto;
  background-repeat: no-repeat;
  width: 3em;
  height: 3.1em;
  position: absolute;
  left: 45%;
  top: 38%;
}.add-page .ip-button{ padding-bottom: 2.5em;}
.buttom-camra, .buttom-file {
  text-align: center;
  margin-top: 1em;
}
.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.5em;
    margin: 0; 
    margin-bottom: 1em;
}
.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: #fcb040;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    margin-bottom: 1em;
}.pedt-title span input[type=button]:hover{
    background-color: #fff;
    color: #fcb040;
    border: 1px solid #fcb040;
}  
    
/*switch*/
.switch-field {
  /*display: flex;*/
  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;
  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 {
  background-color: #ea68a3;
  color: #fff;
  box-shadow: none;
}
.switch-field input:checked + label:nth-last-child(2) {
  background-color: #f90;
}
.switch-field input:checked + label:nth-last-child(4) {
  background-color: #aaa;
}
    
/*指定switch-field範圍內全物件的第幾個物件要被改變*/
/*
.switch-field input:checked + label:nth-of-type(2) ,.switch-field input:checked + label:nth-of-type(3){
   background-color: #aaa;
}
指定switch-field範圍內第幾個input物件要被改變*/
.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 {
  color: #ccb2e3;
  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;
  color: #32204b;
  font-size: 1.5em;
  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-color: #db271a;
  color: #fff;
  box-shadow: none;
}
.input-select label { margin-left: 1em; text-align: left;}
/*switch*/


.ip-txt input[type=text] ,.ip-txt input[type=password] ,.input-name-disabled input[type=text] ,.input-tel-disabled input[type=tel] ,.ip-txt input[type=tel] ,.recaptcha input[type=tel] ,.unline .input-text input[type=tel] ,.ip-txt .input-text div input[type=tel] ,.input-switch input[type=text]{
  box-shadow: none; 
  background-color: fff;
  color: #000;
  border: none;
  border-radius: 0;
  border: 1px #ccc solid;
  font-size: 1.5em;
  font-weight: 300;
  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.5em;
  padding: 0.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border: 1px #ccc solid; 
}
	
.noReq h5, .noReq .control-label {
  height: 2.5em;
}
.noReq input[type=text] ,.noReq label ,.noReq select ,.noReq table {
  border: 3px solid #db271a;
  animation-iteration-count: 1.5;
  animation-duration: 1.8s;
  animation-fill-mode: 4;
  animation-name: flash;
}
.noReq input:not(:placeholder-shown) {
  border: 3px solid #5d3e82;
  animation-iteration-count: 1.5;
  animation-duration: 1.8s;
  animation-fill-mode: 4;
  animation-name: flash;
}
	.ps input[type=text] ,.input-tel-disabled input[type=text] ,.loginBg2 .login input[type=tel] ,.ip-txt input[type=tel] 
    ,.noline .input-text input[type=text] {
		border: none;
		padding-top: 1.5em;
	}
    .ip-txt input[type=text] ,.ip-txt input[type=password]{
		text-align: center!important;
		letter-spacing: 1px;
	}
	.ip-txt input[type=text]:focus{text-align: center!important;}
	.unline .input-text input[type=tel] {font-size: 1.6em;}
	.ps {margin-bottom: 0.8em;}
	.to{text-align: center;}

.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;
}
.pedt-title p {
  font-size: 1.2em;
}
.personal-contact {
  padding-bottom: 5em;
}
.personal-contact .service-date, .personal-contact .service-date .or {
  padding: 0;
}

    
    
    
}

/*最大 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: #32204b;
  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-color: #db271a;
  color: #fff;
  box-shadow: none;
}
/*指定switch-field範圍內第幾個input物件要被改變*/
.switch-field input:checked + label:nth-last-child(2) {
  background-color: #db271a;
}
.switch-field input:checked + label:nth-last-child(4) {
  background-color: #aaa;
}
.input-name .input-text input[type=text], .input-name-disabled .input-text input[type=text] {
  color: #ffabd5;
  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;
}
.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;
  background-color: #fff;
}
.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: #fcb040;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    margin-bottom: 1em;
}.pedt-title span input[type=button]:hover{
    background-color: #fff;
    color: #fcb040;
    border: 1px solid #fcb040;
}
.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; 
	padding-top: 1em;
	text-align: center;
	}
.personal-contact .ps-title p{margin-bottom: 1em; border-bottom: 1px solid #ccc; text-align: center; padding-bottom: 1em; font-size: 1.5em;}


.ip-button input[type=button] ,.ip-button input[type=submit] {
	background-color: #000;
	font-size: 1.5em;
	color: #fff;
	font-weight: 300;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	border-radius: 0;
}
.ip-button i {
  background-image: url("../images/icon_add.svg");
  background-size: 2.8em auto;
  background-repeat: no-repeat;
  width: 3em;
  height: 3.1em;
  position: absolute;
  left: 45%;
  top: 38%;
}
.ip3-button input[type=button], .ip3-button input[type=submit] {
  background-color: rgba(255,255,255,1);
  background-image: url("../images/submit.png");
  background-position: right;
  background-repeat: no-repeat;
  font-size: 2em;
  color: #5a4381;
  font-weight: 300;
  width: 90%;
  border-radius: 6px;
  border: 2px solid #9677a7;

}

    

/* Navbar container */
.new-navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
    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: #fff;
  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 */
   
    

}

/*最小 1200px (含) 以上*/ /*notebook and desktop*/
@media screen and (min-width: 1200px) {
	.personal-contact .form-group ,.add-page .form-group{
		height: 5em !important; border: 0px solid !important;
		border: 0px solid; display: flex; align-items: center;
	}
	.personal-contact .acc-select .form-group ,.personal-contact .timeline-select .form-group{
		height: auto !important;
	}
	.personal-contact .tex-ara .form-group{height: auto!important;}
	.personal-contact .ip-txt label ,.personal-contact .input-select label ,.personal-contact .ip-txt label ,.personal-contact .input-switch label{
		font-size: 1em; 
	}
	.personal-contact .ip-txt label p ,.personal-contact .input-select label p ,.personal-contact .ip-txt label p 
	,.personal-contact .input-switch label p ,.personal-contact.ipsw12 p {
		font-size: 0.8em; color: #666;
	}
	
	.ipsw12{border-top: 1px solid #ccc; padding: 2em;}
	
	.input-switch {margin: 0 !important;}
	.personal-contact .ipsw12 .form-group{display: block; }
	
	
	.personal-contact .input-switch .control-label{ border: 0px solid; margin: 0 !important; padding: 0 !important;}
	.personal-contact .input-switch label{padding: 0.5em 0.8em; }
	.personal-contact .input-switch {margin-left: 1em !important;}
	
	.personal-contact .input-select .col-sm-10_5 .select-moon ,.personal-contact .input-select .col-sm-10_2 .select-moon{
		margin-top: 1.3em !important;
	}
	.personal-contact .form-group{border: 0px solid;}
	.personal-contact div{margin: 0; padding: 0.4em;}
	
	.bt-copy input[type=button]{
		background-color: #fcb040; color: #fff; font-size: 1.5em;
		margin-top: 0.3em;
	}
	
	.personal-contact .ip-txt span{padding: 0.5em 3em; margin-left: 0.3em;}
	
	/*newMenu*/
	.new-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans CJK TC Light";
    background-color: #000;
	}

/* Links inside the navbar */
	.new-navbar a {
		float: left;
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding: 12px 12px;
		text-decoration: none;
	}
	.new-navbar a:hover{
		color: #fff;
	}
	.menu-class-down{
		background-color: #fff !important; color: #000 !important; font-weight: 300;
	}

/* The dropdown container */

	.new-dropdown {
		float: left;
		z-index: 999;
	}

/* Dropdown button */
.new-dropdown .dropbtn {
  font-size: 12px; 
  border: none;
  outline: none;
  color: #fff;
  padding: 6px 12px;
  padding-bottom: 0.3em;
  background-color: transparent;
  margin-top: 8px; margin-right: 0.5em;
  font-size: 1.8em; z-index: 9; 
   cursor: pointer; 
}.new-dropdown .dropbtn:hover {
  color: #000; 
}


/* Add a red background color to navbar links on hover */
.new-navbar a:hover, .new-dropdown:hover .dropbtn {
  background-color: rgba(255,255,255,1);
   color: #000; 
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  position: absolute; 
  background-color: rgba(255,255,255,0.97);
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 3;
  margin-top: -1px;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background-color: rgba(255,255,255,0.8);
  padding: 16px;
  color: #646464;
  text-align: center;
}
.dropdown-content .header h2{
  color: #999;
  text-align: center;
}

/* Create three equal columns that floats next to each other */
.all-column{display: flex; justify-content: center; align-items: center; }
.column {
  padding: 10px;
  height: 240px;
}
.column h3{
font-size: 1.5em; text-align: center; color: #8b8b8b; padding: 0.2em; border-radius: 8px; background-color: rgba(237,237,237,0.7);}
/* Style links inside the columns */
.column a {
  float: none;
  color: #000;
  padding: 16px 8px ;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.5em;
}
.column a:hover {
  background-color: #f2f2f2;
  color: #000;
}
.column a i{margin-right: 0.5em; }
/* Add a background color on hover */
.column i{display: none;}
	
	.new-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans CJK TC Light";
    background-color: #000;
	background-image: url("../images/logo.svg");
	background-position: 1em 1em;
	background-repeat: no-repeat;
	background-size: 2.8em auto;
}
	.upimg input[type=text] {
		margin-left: 1em;
	}
	.upimg label.input-file{margin-top: 0.3em;}
	.upimg .input-file span {
		width: 10vw;  padding: 0.3em;
		color:#fff;  border: none;
		font-size: 0.9em; 
		background-color: #fcb040;
	}

	
	.ip-button input[type=button] ,.ip-button input[type=submit] {
	border-radius: 6px;
	
	
}

@media screen and (min-width: 990px) {
	.add-page .form-group{
	}
}
@media screen and (max-width: 1024px) {

	
}
@media screen and (max-width: 1152px) {
	

}
@media screen and (max-width: 1366px) {
    .personal-contact .acc-select .form-group 
	,.personal-contact .timeline-select .form-group{
		border: 0px solid;
	}
	
	
/*newMenu*/
	.new-navbar {
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: "Noto Sans CJK TC Light";
		background-color: #000;
		background-image: url("../images/logo.svg");
		background-position: 1em center;
		background-repeat: no-repeat;
		background-size: 2.8em auto;
	}

/* Links inside the navbar */
	.new-navbar a {
		float: left;
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding: 12px 12px;
		text-decoration: none;
	}
	.new-navbar a:hover{
		color: #fff;
	}
	.menu-class-down{
		background-color: #fff !important; 
		color: #000 !important; 
		font-weight: 300;
	}

/* The dropdown container */
	.new-dropdown {
		float: left;
		z-index: 999;  
	}

/* Dropdown button */
	.new-dropdown .dropbtn {
		border: none;
		outline: none;
		color: #fff;
		padding: 2px 12px;
		padding-bottom: 0.3em;
		background-color: transparent;
		margin-top: 8px; 
		margin-right: 0.5em;
		padding: 0.5em 0.5em;
		font-size: 1.3em; 
		font-weight: bold;
		z-index: 9; 
		cursor: pointer; 
	}
	.new-dropdown .dropbtn:hover {
		color: #000; 
	}

/* Add a red background color to navbar links on hover */
.new-navbar a:hover ,.new-dropdown:hover .dropbtn {
	background-color: rgba(255,255,255,1);
	color: #000; 
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  position: absolute; 
  background-color: rgba(255,255,255,0.97);
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 3;
  margin-top: -1px;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background-color: rgba(255,255,255,0.8);
  padding: 16px;
  color: #999;
  text-align: center;
}
.dropdown-content .header h2{
  color: #999;
  text-align: center;
}

/* Create three equal columns that floats next to each other */
.all-column{display: flex; justify-content: center; align-items: center; }
.column {
  padding: 10px;
  height: 240px;
}
.column h3{
font-size: 1.5em; text-align: center; color: #8b8b8b; padding: 0.2em; border-radius: 8px; background-color: rgba(237,237,237,0.7);}
/* Style links inside the columns */
.column a {
  float: none;
  color: #000;
  padding: 16px 8px ;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.5em;
}
.column a:hover {
  background-color: #f2f2f2;
  color: #000;
}
.column a i{margin-right: 0.5em; }
/* Add a background color on hover */
.column i{display: none;}

	
	.ip-button input[type=button] ,.ip-button input[type=submit] {
	border-radius: 6px;
}

	
}


/*直立視窗*/
@media screen and (orientation: portrait) {

}

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

