@charset "utf-8";
/*font*/
@font-face {
  font-family: 'Noto Sans SemCond Thin';
  src: url(../fonts/NotoSans-SemiCondensedThin.ttf);
}
@font-face {
  font-family: 'Noto Sans Light';
  src: url(../fonts/NotoSans-Light.ttf);
}
@font-face {
  font-family: 'Noto Sans Thin';
  src: url(../fonts/NotoSans-Thin.ttf);
}
@font-face {
  font-family: 'Noto Sans CJK TC Thin';
  src: url(../fonts/NotoSansCJKtc-Thin.otf);
}
@font-face {
  font-family: 'Noto Sans CJK TC Light';
  src: url(../fonts/NotoSansCJKtc-Light.otf);
}
@font-face {
  font-family: 'Noto Sans CJK TC DemiLight';
  src: url(../fonts/NotoSansCJKtc-DemiLight.otf);
}
button, a, input {
  outline: none !important;
}

/*scrollbar*/

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

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

/*
 body::-webkit-scrollbar-thumb, .privacy-main::-webkit-scrollbar-thumb {
 background-color: #353942;
 outline: 1px solid slategrey; /*bar 底色*/
 background-image: -webkit-linear-gradient(45deg, /*情角*/  rgba(46, 32, 38, 1) 50%, /*第一段上方間變 25%*/  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: #db271a;
  background-color: #e2e2e2;
}
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 #f00;
  border-radius: 50%;
  border-top: 1px solid #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#LoaderPic {
  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(188,40,40,0.85);/*Loading 主背景*/
}
/*Loading style*/


.loginBg {
  background-image: linear-gradient(#, #);
}
.loginBg, .careerBg {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.lbBg {
  background-image: none;
  background-repeat: no-repeat;
  background-color: rgba(62,18,2,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-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%;
}
.privacy-main {
  overflow: auto;
  overflow-x: hidden;
  height: 360px;
  background-color: rgba(255,255,255,1.00);
  margin-top: 1em;
}

.privacy-main b{
  color: #ff0000;
}
/* 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;
}


.date .select-moon select{width: 30%; margin-right: 3%; position:relative; float: left;}
/*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: 1.2em;
  font-weight: 300;
}
.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: 2em;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.3em;
}.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;
}
/*textarea style*/

.tex-ara textarea {
  border-radius: 0;
  margin: 1.2em;
  width: 97.5%;
}
.container-fluid {
}
.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 {
  border-bottom: 1px solid #d1d1d1;
  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 {
  border-color: #a766c9;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.8em 0;
}
.dt-title strong {
  font-size: 1em;
  font-style: normal;
}

.tb-item td, .tb-title th {
  border: 1px #000 solid;
  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;
  border-bottom: 1px solid #ccc;
}


.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-weight: bold;}
 .personal-contact .ps-title .ps{border-radius: 4px; font-size: 1.3em; background-color: #db271a; color: #fff; padding-top: 1em;}




.ps-s-title {
  margin-bottom: 2em;
}
.pregnancy .ps-s-title h2{
    text-align:center; 
}
.pregnancy .ps-s-title h2 strong{
    font-size: 0.8em;
    line-height: 3em;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    padding-bottom: 0.3em;
}
.pregnancy .ps-s-title h2 p{
    font-size: 0.6em;
    text-align: left;
}
.pregnancy .select-moon select{
    font-size: 1.1em;
    height: 3em;
}
.personal-contact label {
  padding: 0;
  font-size: 1.2em;
}
.test-contact .answer {
  padding: 0;
}
.test-contact .m2 div .test-contact .m4 div, .test-contact .m5 .answer div {
  padding: 0;
}
.test-contact .m2 textarea {
  padding: 0;
  margin: 0;
}
.st-contact .health-examination {
  text-align: center;
}
.st-contact .careerBg h2{
  color: #fff;
}
.iwRight .input-switch .switch-field label{
    font-size: 1em;
    letter-spacing: 0;
}
.iwRight .input-switch .control-label{
    color: #000;
}
.iwRight .title ,.iwRight .ti label{
    padding:  0em 1em;
}
.iwRight .answer .to{
    text-align: center;
    color: #000;
}
.iwRight .answer label{
    padding-top: 1em;
}
.iwRight .tl label{
    padding: 1em;
    color: #666;
}
.iwRight{
    padding-bottom: 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;
}
.test-contact .m2 textarea, .test-contact .m2 input, textarea, .test-contact .m3 input, .test-contact .m4 input, .test-contact .m5 input, .test-contact .m6 input, .test-contact .m7 input {
  width: 100%;
}
.personal-contact h2.dt-title {
  color: #db271a;
  background-color: #fff; color: #db271a;
}
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: #db271a;
  
}
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: #000; margin-top: 4em;
}
nav.wMenu .infobar div.ative a strong ,nav.wMenu .infobar div a:hover strong{
  background-color: #fff;
  color: #000;
  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: #000;
  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: #000; padding: 1em;}
.signButton{
    font-size: 1.3em; border: 2px #000 solid; padding: 0.5em; border-radius: 4px;
    margin-top: -2em;  color: #fff; background-color: rgba(72,36,115,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: #03004c; margin-top: 0.5em; text-decoration: none; 
}.lightbox-back a:hover{
    color: #fff; background-color: #03004c;
}
.pedt-title h2{
    font-size: 2em; border: none; margin-bottom: 1em;
    color: #db271a; 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; background-color: #; 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;
}

.basic-lightbox {
  box-shadow: 0 0 10px rgba(170,170,170,1);
  border-radius: 0;
  background: #db271a;
  background-size: 23em auto;
  padding: 3.3em; padding-top: 0.5em; 
  font-size: 1.5em;
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans Thin';
}
.basic-lightbox a {
  margin-top: 0.5em;
  font-size: 1.2em;
  width: 40%;
  font-family: 'Noto Sans Thin';
  font-weight: bold;
  background: #fff;
  color: #000 !important;
}
.basic-lightbox a:hover {
  background-color: #db271a;
  color: #fff !important;
  border:1px solid #fff;
}


.noReq h5, .noReq .control-label {
  height: 2.5em;
}
.noReq input[type=text] ,.noReq label ,.noReq select ,.noReq table {
  border: 3px solid #db271a !important;
  background-color: #fff !important;
  animation-iteration-count: 1.5;
  animation-duration: 1.8s;
  animation-fill-mode: 4;
  animation-name: flash;
}



/*最大 767px (含) 以下*/ /*phone*/
@media screen and (max-width: 767px) {
    .st{
        width:100%;
        padding: 1em;
    }.to{padding: 0.5em 0;}
.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;
}
    
.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(#fff,#fff,#000); 
	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;
	background-color:rgba(255,255,255,0.7);
	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: #000; 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 #000 solid;}
.quick-menu li:last-child input{
    border-radius: 0; padding: 0.5em;
    background-color: #000;
    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: #000;}    

.mobileMenu .pBack a{
    text-transform:capitalize; 
    margin: 0.5em;
    color: #000;
    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: 0.8em; padding: 0.5em 0;}
.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; 
}
  .add-page  .ip-button{padding-bottom: 2em; width: 95%;}
.input-select label ,.input-switch label ,.ip-txt label{
  font-size: 1.2em; font-weight: 300; color: #888; text-align: left;
}

.personal-contact h2.dt-title {font-size: 2em; font-family: 'Noto Sans CJK TC Thin';}
.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 ,.ps-title h2{
 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: 1.4em;
  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;
  background-color:rgba(51,27,75,1);
  color:#fff;  border: none;
  font-size: 1.2em; 
}
.upimg div:nth-child(4){
   color:rgba(51,27,75,1);
 text-align: center;
}
.upimg label.control-label {font-weight: 300; margin-left: 1em;}
.test-contact .m2 textarea, .test-contact .m2 input {
  width: 100%;
}
.imgup-help h2{
    color: #fff; font-size: 1.3em; text-align: center;
    background-color: #db271a; padding: 1em;}
.privacy-title h1{
  font-size: 1.5em;
} 
.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: #db271a;
  background-size: 23em auto;
  padding: 3.3em; padding-top: 0.5em;
  font-size: 1.5em;
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans Thin';
}
.basic-lightbox a {
  margin-top: 0.5em;
  font-size: 1.2em;
  width: 40%;
  font-family: 'Noto Sans Thin';
  font-weight: bold;
  background: #fff;
  color: #000 !important;
}
.basic-lightbox .btn-success {
  background-color: rgba(255,255,255,1);
  color: #000;
  border: 0px solid #db271a;
  margin-right: 10%;
  
}
.basic-lightbox .btn-success:hover {
  background-color: #db271a;
  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%;
}
.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%;
} 
.tex-ara textarea {
  border-radius: 0;
  margin: 1.2em;
  width: 91%;
}   

/*送出按鈕還沒按下去前的狀態*/

.ip-button {
  bottom: 0em;
  padding: 0;
  margin: 0;
  padding-top: 1em;
  /*background: -webkit-linear-gradient(  bottom,  rgb(93,58,134) 70%,  rgba(93, 58, 134, 0) 100%  );*/
  padding-right: 1.8em;
}
.ip-button input[type=button], .ip-button input[type=submit] {
  background-color: #fff;
  font-size: 2em;
  color: #000;
  font-weight: 300;
  width: 95%;
  margin-top: 0.5em;
  margin-left: 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%;
}
.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;
    border: 1px #ccc solid ;
    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;
}
/*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: #452b60;
}
.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: #000;
  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;
}
    .switch-field input:checked + label {
  background-color: #69bdcf;
  color: #000;
  box-shadow: none;
}
.input-select label { margin-left: 1em; text-align: left;}
/*switch*/


.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] ,.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;
  text-align: center;
  padding: 1em;
  padding-bottom: 2.2em; 
}
 .ip-txt input[type=text] ,.ip-txt textarea ,.ip-txt input[type=tel] ,.input-switch input[type=text]{
  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;
}
.noReq .form-control ,.noReq label ,.noReq select ,.noReq table {
  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);
}

.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-group, .ps .input-group, .ip-txt .input-group {
  width: 100%;
}
.unline .input-text input[type=tel] {
  font-size: 1.6em;
}
.ps {
  margin-bottom: 0.8em;
}
    
    .to{text-align: center;}
.send-massage .ps {
  text-align: center;
}
.send-massage .ps span {
  color: #fff;
  font-size: 1.2em;
}
.send-massage .ps textarea {
  margin-bottom: 1em;
}
.form-list {
  padding-bottom: 8em;
}
.pbs1 {
  padding-bottom: 14em;
}
.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%;
}

.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: 3.5em;
}
.personal-contact .service-date, .personal-contact .service-date .or {
  padding: 0;
}

/*tw188 new add*/
.input-select label ,.input-switch label ,.ip-txt label{padding-left: 0;}
.input-select label strong ,.input-switch label strong ,.ip-txt label strong{
 float: right; margin-right: 1.7em;
}
.personal-contact .input-switch label strong{
        margin-right: 2.7em;
    }
    .ml span{left: -2em;} 
    
    
    /*checkbox Style*/
.check-style {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.8em;
}
.check-style label {
  font-size: 1.2em;
  font-weight: 300;
}
.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 {
  text-align: justify;
  padding-left: 2.5em;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.1em;
}.chiller-cb h2{white-space:nowrap; font-size: 1em;}
.chiller-cb span {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  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;
}
/*textarea style*/
    
    
    
}

/*最大 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;
  border: 1px solid #fff;
}
.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; 
        
    }
.ip-tar textarea {
  width: 87%;
}

.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]{
  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 textarea ,.ip-txt input[type=tel] ,.input-switch input[type=text]{
  font-size: 1.3em;
  padding: 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #000 solid; 
} 
 .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; left: -3em;
}   

 .noReq input[type=text] ,.noReq label ,.noReq select ,.noReq table {
  border: 3px solid #db271a !important;
  background-color: #fff !important;
  animation-iteration-count: 1.5;
  animation-duration: 1.8s;
  animation-fill-mode: 4;
  animation-name: flash;
}   
    
    
/*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: #db271a;
  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:checked + label {
  background-color: #69bdcf;
  color: #000;
  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: #fff;
    border: 1px ccc solid;
    color: #000;
    font-size: 1.5em;
    margin: 0;
    margin-bottom: 1em;
}.pedt-title span input[type=button]:hover{
    background-color: #db271a;
    color: #fff;
}
.work-area-contact .three-box label {
  position: relative;
  float: left;
  border: 1px solid #000;
}
.ip-txt ,.input-select, .input-switch, .ip-none, .upimg, .ip-none {
  height: 4em;
}
.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;}

.work-area-contact .ps-title p strong{margin-left: 1em;}
.ip-button input[type=button], .ip-button input[type=submit] {
  background-color: #fff;
  font-size: 2em;
  color: #db271a;
  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: #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 (orientation: portrait) {
.test::after {
  content: "";
}
}

/*橫向視窗*/
@media screen and (orientation: landscape) {
.test::after {
  content: "";
}
}
.f9 {
  border: 1px #000 solid;
}
