@charset "UTF-8";

/*CSS RESET*/
img {
  border: 0;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
  /* for Firefox Google Chrome  */
}

*{
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;   
    vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ol, ul {
  list-style: none;
  margin-bottom: 0;
}
/*input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer !important;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed !important;
}

*:focus {
  outline: none;
}

ol,
ul {
  padding-left: 0;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
}
select, input, textarea{ border:1px solid #333; }
input[type=file]{ 
    border: 1px solid #ccc;
    border-radius: 5px; 
    background: #fff;
    font-size: 1em;
}

input[type="file"]::file-selector-button {  
  height: 36px;
  font-size: 1em;
  border: thin solid grey;
  border-radius: 3px;
  background: #f0f0f0;
}
input[type="file"]::file-selector-button:hover {
  background: #d7d7d7;
}
input[type="file"]::-ms-browse {
  height: 36px;
  font-size: 1em;
  border: thin solid grey;
  border-radius: 3px;
}

/* Fallback for Safari, Chrome, and Opera */
input[type="file"]::-webkit-file-upload-button {
  height: 36px;
  font-size: 1em;
  border: thin solid grey;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f0f0f0;
  border-radius: 3px;
}
input[type="file"]::-webkit-file-upload-button:hover {
    background: #d7d7d7;
}

::-webkit-input-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
:-moz-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
::-moz-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
::-ms-input-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
::placeholder {
 color: #8c8c8c;
 opacity: 1;
}

::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
/*end reset*/
.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
a.sr-only:focus {
    position: absolute;
    left: 0;
    top: 0;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    border: #ffbf47 solid 0.4rem;
    background: #ffbf47;
    color: #000;
    font-weight: 700;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

a:focus, input:focus, textarea:focus, select:focus, button:focus
{outline: 4px dashed orange;}
.no-scroll {
  overflow-y: hidden;
  position:fixed;
  height: 100vh;
}
/*--無障礙隱藏label標籤用--*/
.sr-only-label {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.accesskey{
  color:rgb(255, 0, 191); position: absolute;z-index: 1;
}
.au, .ac{left: 0; top:0;}
html{ overflow-x: hidden;}

body {
  font-size: 1em;
  color: #2e2e2e;
  background: url(../images/bg-footer.png) no-repeat center bottom, #ebf7f5;
  background-size: contain;
  min-height: 100vh;
   overflow-x: hidden;
}
.home-bg{
     background: url(../images/bg-footer.png) no-repeat center bottom, url(../images/bg-cloud.png) no-repeat center top, #ebf7f5;
     background-size: contain;
}


.img-responsive{
    max-width: 100%;
    height: auto;
}
.text-red{ color: red !important; }
.prompt-text{
    margin-bottom: 10px;
    font-size: 0.9em;
}
.text-left{ text-align:left !important }
.text-center{ text-align:center !important }
.j-flex{
    display: flex !important;
}
.j-inline-flex{
    display: inline-flex !important;
}
.j-d-align-items-center{
    align-items: center !important;
}
.j-flex-none{ flex:none }

.ml-6{ margin-left: 6px !important; }
.ml-12{ margin-left: 12px !important; }
.mt-6{ margin-top: 6px !important; }
.mt-12{ margin-top: 12px !important; }
.mb-6{ margin-bottom: 6px !important; }
.mb-12{ margin-bottom: 12px !important; }
.mr-6{ margin-right: 6px !important; }
.mr-12{ margin-right: 12px !important; }
/*--------*/
.m-hamburger{display: none;}
.wrapper{
    width: 1336px; margin: 0 auto;
}

.header {    
    display: flex;
    border: 3px solid #fff;
    border-radius: 75px;
    padding: 9px 14px; 
    margin: 20px 15px 14px;
}

.logo-area h1{
    font-size: 1.1rem;
    padding-left: 7px;
}
.logo-area a{
    display: flex;    
    color: #2e2e2e;
    align-items: center;
}
.head-part2{
    margin-left: auto;
    display: flex;
    align-items: center;
}
/*---------*/
.login-log{ display: flex; align-items: center; }
.login-logo-area{
    display: flex;     align-items: center;
}
.login-logo-area h1{
    font-size: 3rem;
    font-size: 5.2vh;
    padding-left: 32px;
    display: flex;
    align-items: center;
}
.a-website{
    color: #fff;
    font-size: 1.4rem;
    font-size: 2.55vh;
    background: #4981bf;
    padding: 4px 20px;
    border-radius: 75px;
    white-space: nowrap;
}

.operate-area{
    font-size: 1.4rem;
    font-size: 2.55vh;
    background: #4981bf;
    padding: 7px 12px;
    border-radius: 75px;
    margin-left: 14px;
}
.operate-area ul{ display: flex; }
.operate-area li a{
   color: #fff; 
   display: inline-flex;
   align-items: center;
   min-height: 46px;
   padding-right: 5px;
}
.operate-area li+li{ margin-left: 15px; }
.a-website:hover, .operate-area li a:hover{ color: #a7d0ff; }
.user-manual{
    padding-left: 52px;
    background: url(../images/login_icon_book.png) no-repeat left center;
    background-size: 46px;
}

.instructional-video{
    padding-left: 52px;
    background: url(../images/login_icon_video.png) no-repeat left center;
    background-size: 46px;
}
.login-header{
    padding: 20px 36px;
    margin: 32px 34px 42px;
}




.menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    /* align-items: center; 要寫在li a, li a才會自動填滿高度*/
    padding-top: 17px;
    font-size: 0.95em;
    font-weight: 700;
}

.menu li+li{ margin-left: 27px; }
.menu a{
    color: #2e2e2e; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}
.menu a:hover{ color: #0b9178; }

.menu a:after{
    content: "";
    height: 7px;
    width: 100%;
    margin-top: 9px;
    background: #0b9178;
    border-radius: 75px;
    border: 2px solid #fff;
    opacity: 0;
}
.menu a:hover:after{
    opacity: 1;
}

.top-member-area{
    background: #0ebd9d;
    border-radius: 75px;
    border: 2px solid #fff;
    display: flex;
    color: #fff;
    align-items: center;
    height: 56px;
    padding-left: 9px;
    margin-left: 10px;
}
.top-member-area i{
    margin-right: 9px;
    width: 40px;
    height: 40px;
    display: inline-block;
    flex: none;
    background: url(../images/header_member.png) no-repeat;
}
.log-out{
    background: #0b9178;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    align-self: stretch;
    border-radius: 0 75px 75px 0;
}
.log-out:hover{
    background: #037b65;
}

.log-out i{
    flex: none;
    margin-right: 3px;
    width: 27px;
    height: 20px;
    display: block;
    background: url(../images/header_logout.png) no-repeat;
}
.tmi-time{ font-size: 0.9em; letter-spacing:1px; }
.tmi-time span:first-child{ padding-right: 5px; }
.top-member-info{ padding-right: 80px; }

.head-part1{
    display: flex;
    align-items: center;
}

.mobile-menu{display: none;}
.gotop{
    width: 108px;
    height: 108px;
    position: fixed;
    right: 18px;
    bottom: 106px;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
    background: url(../images/icon_top.png) no-repeat;
}



.container {/*----讓footer在最下面----*/
    display: flex;
    flex-direction: column;
/*    min-height: 100vh; 本站無footer所以拿掉*/
    position: relative;
}
.main {
    flex: 1;
}
/*.footer{
    background: #000;
    color: #fff;
    padding: 26px 0 33px;
    line-height: 1.5;
    text-align: center; 
    font-size: 18px; 
    letter-spacing: 1px;
    position: relative;
}
.footer p:first-child{ margin-bottom: 8px; }
.footer .accesskey{ left: 0;top: 0; }*/
/*---首頁----*/
.wrapper-1{
    width: 1350px;
    margin: 0 auto;
}


.board-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}


.board-list li{
    width: calc( 33.3% - 26px );
    border-radius: 20px;
    background: #fff;
    border:1px solid #fff;
    margin: 0 13px 20px;
    box-shadow: 0 0 10px #cce3e0;
    display: flex;
    flex-direction: column;
    min-height: 289px;
    position: relative;
    align-items: center;
   
}


.board-list li.list-one{
    background: #0ebd9d;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.list-one p{    
    font-size: 4.4em;
    font-weight: 700;
    margin-bottom: 8px;
}

.board-list li.list-one a{
    padding: 8px 22px;
    border-radius: 75px;
    border: 3px solid #fff;
    display: inline-block;
    background: #00a58c;
    font-size: 1.35em;
    color: #fff;
}
.board-list li.list-one a:hover{ background: #0b9178; }
.status-tag{
    padding: 3px 16px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.1em;
    text-align: center;
    background: #0b9178;
    border: 2px solid #fff;
    border-radius: 75px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.board-list li.unfinished{
    background: #ececec;
}
.board-list li.unfinished .status-tag{
    background: #ff0000;
}

.finished .cbl-title{ color: #0b9178; }
.unfinished .cbl-title{ color: #464646; }
.cbl-body, .cbl-footer{ text-align: center }
.cbl-icon i{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background: #a4a4a4;
    border: 4px solid #fff;
    margin-bottom: 4px;
    display: inline-block;
    margin-top: 20px;
    position: relative;
}
.cbl-icon i span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cbl-icon01{
    background: url(../images/staff_01.png) no-repeat;
    background-size: contain;
}
.cbl-icon02{
    background: url(../images/staff_02.png) no-repeat;
    background-size: contain;
}
.cbl-icon03{
    background: url(../images/staff_03.png) no-repeat;
    background-size: contain;
}
.cbl-icon04{
    background: url(../images/staff_04.png) no-repeat;
    background-size: contain;
}
.cbl-icon05{
    background: url(../images/staff_05.png) no-repeat;
    background-size: contain;
}
.finished .cbl-icon i{
    border-color: #b7ece2;
    background: #0ebd9d;
}
.unfinished .cbl-icon i{    
    border-color: #fff;
    background: #a4a4a4;
}

.cbl-title{
    margin-bottom: 12px;
    font-size: 2.1em;
    font-weight: 700;
}

.cbl-text{
    font-size: 1.4em;
    color: #5c5c5c;
    padding: 0 28px 25px;
}
.cbl-body{
    flex: 1 1 auto;/*--必要---*/
}
.cbl-footer{
    width: 100%;
}
.cbl-footer a{
    display: block;
    padding: 6px 10px;
    color: #fff;
    font-size: 1.6em;
    background: #0ebd9d;
    font-weight: 700;
    border-radius: 0 0 20px 20px;
}
.cbl-footer a:hover{
    background: #0b9178;
}
.top-hint{
    margin-top: 20px;
    margin-bottom: 8px;
    padding-left: 12px;
    font-size: 2.1em;
    color: red;
}

.department-board-list{
    display: flex;
    flex-wrap: wrap;
    margin: 30px -13px 0;
}


.department-board-list li{
    width: calc( 25% - 26px );    
    
    margin: 0 13px 20px;
    
    display: flex;
    flex-direction: column;   
    position: relative;
    align-items: center;
   
}
.department-board-list li a{
    border:1px solid #fff;
    box-shadow: 0 0 10px #cce3e0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-height: 250px;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    flex: auto;
}
.department-board-list li.dbl-01 a{
    background: #FF8928;
}
.department-board-list li.dbl-01 a:hover{
    background: #E46300;
}
.department-board-list li.dbl-02 a{
    background: #0EBD9D;
}
.department-board-list li.dbl-02 a:hover{
    background: #138E77;
}
.department-board-list li.dbl-03 a{
    background: #2A9F8A;
}
.department-board-list li.dbl-03 a:hover{
    background: #3D6961;
}
.department-board-list li.dbl-04 a{
    background: #4796BB;
}
.department-board-list li.dbl-04 a:hover{
    background: #2D7596;
}
.department-board-list li.dbl-05 a{
    background: #2C5C92;
}
.department-board-list li.dbl-05 a:hover{
    background: #1F4978;
}
.department-board-list li.dbl-06 a{
    background: #9D4DDE;
}
.department-board-list li.dbl-06 a:hover{
    background: #643689;
}
.department-board-list li.dbl-31 a{
    background: #A0CB50;
}
.department-board-list li.dbl-31 a:hover{
    background: #82AB36;
}
.department-board-list li.dbl-41 a{
    background: #7BAB23;
}
.department-board-list li.dbl-41 a:hover{
    background: #5D8316;
}
.dbl-01 a span{
    padding: 8px 22px;
    border-radius: 75px;
    border: 3px solid #fff;
    display: inline-block;
    background: #ff5900;
    font-size: 1.3em;
    color: #fff;
}
.dbl-title{
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 6px;
}

.dbl-01 .dbl-title{ margin-bottom: 25px; }
.dbl-text{
    font-size: 1em;
}

.dbl-icon{
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
}


.dbl-icon span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dbl-icon01{
    background: url(../images/gov_01.png) no-repeat;
    background-size: contain;
}
.dbl-icon02{
    background: url(../images/gov_02.png) no-repeat;
    background-size: contain;
}
.dbl-icon03{
    background: url(../images/gov_03.png) no-repeat;
    background-size: contain;
}
.dbl-icon04{
    background: url(../images/gov_04.png) no-repeat;
    background-size: contain;
}
.dbl-icon05{
    background: url(../images/gov_05.png) no-repeat;
    background-size: contain;
}
.dbl-06 i{ margin-top: -44px; }
.dbl-hint{
    position: relative;
    z-index: 1;
    margin-top: 17px;
    color: #fa0000;
    font-weight: 700;
    font-size: 1em;
    padding-left: 32px;
    min-height: 28px;
    background: url(../images/gov_icon_remark.png) no-repeat left center;
}

.dbl-hint span:after{
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 3px #fff;
    content: attr(data-text);
    top: 0;
    left: 32px;
    right: 0;
    bottom: 0;
}

/*----內頁---*/
.wrapper-inner{ width: 90%; margin: 0 auto; padding-bottom:236px }
.page-title-bar{
    color: #fff;
    background: #43ccb3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    overflow: hidden;
    flex-wrap: wrap;
}
.bg-dark-green{ background: #0ebd9d; }

.path{
    padding: 10px 22px;
    background: #0ebd9d;
    font-size: 1.5em;
    border-radius: 6px 0 0 6px;
    font-weight: 700;
    display: flex;
    align-items: center;
    align-self: stretch;
}
.path li+li{
    padding-left: 45px;
    background: url(../images/path-arrow.png) 12px center no-repeat;
}


.nav{
    padding: 6px 12px;
    display: flex;
}
.nav li+li{
    margin-left: 13px;
}

.btn-default{
    background: #eaeaea;
    padding: 5px 20px;
    border-radius: 6px;
    font-size: 1.25rem;
    color: #2e2e2e;
    font-weight: 700;
    border: 2px solid #0EBD9D;
    box-shadow: 2px 2px 0 #07856E;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}
.btn-default:hover{
    background: #0EBD9D;
    color: #fff;
    border-color: #07856E ;
}

.btn-default.disabled{
    background: #ccc;
    color: #797979;
    border: 2px solid #999;
    box-shadow: 2px 2px 0 #ccc;
    pointer-events: none;
}


.area01{
    background: #f0f0f0;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    margin-bottom: 14px;
    padding: 12px 20px;
    justify-content: space-between;
    font-size: 1.2rem;
}
.info-from-system{ background: #c8ece3; }
.bg-common{ background: #f0f0f0; }
.info-from-system label{
    flex:none;
    padding-right: 12px;
}
.info-from-system li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.filter-area{
    display: flex;
    
}
.fa-part{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    flex: auto;
}

.filter-area-btn{
    display: flex;
    align-items: flex-end;
}
.filter-area-btn > *{
    margin: 0 10px;
}
.fa-part .select{ width: 100%; }
.fa-part label{ margin-bottom: 7px; }
.fa-part:first-child{
    padding-left: 0;
}


.select{
    height: 40px;
    padding: 6px;
    padding-right: 32px;
    border-radius: 4px;
    border: 1px solid #a4a4a4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.png) no-repeat calc( 100% - 6px ) center ,#fff;
    background-size: 20px;
}
.nav-select-wrap .select{
    background: url(../images/select-arrow2.png) no-repeat 96% ,#fff;
    width: 100%;
    background-size: 20px;
}
.nav-select-wrap{ padding:8px; width: 100%; }


.input{
    height: 40px;
    padding: 6px;
    border-radius: 4px;
    border-color: #a4a4a4;
    box-shadow: none;
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
.input:disabled{ background: #ececec; }
.input:focus{
    border-color: #0EBD9D
}

.input-auto, .input-auto:disabled{
    background: #FFEAEA;
    color: #E62020;
    border-color: #EE4545;
}

.textarea{
    padding: 6px;
    border-radius: 4px;
    border-color: #a4a4a4;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.textarea.set-height{
    height: 100px;
}


.indicate-text{
    display: flex; 
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 14px;
}
.indicate-text i{
    margin-right: 6px;
}
.status-ok{   
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url(../images/main_icon_ok.png) no-repeat;
    background-size: contain;   
}
.status-no{
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url(../images/main_icon_no.png) no-repeat;
    background-size: contain;
}
.indicate-ok{
    color: #0f8d1f;
    display: flex;
    align-items: center;
    margin-right: 36px;
}

.indicate-no{
    color: red;
    display: flex;
    align-items: center;
}
.w-100{ width: 100% !important; }
.table-iframe{
    overflow-x: auto;
}
/*.table-iframe .table{
    min-width: 1600px;
}*/

.table{
    border: 3px solid #07856E;
    font-size: 1.05rem;
    margin-bottom: 16px;
}
.table th{ 
    background: #0ebd9d; 
    color: #fff; 
    font-size: 1.1rem;
    min-height: 48px;
    font-weight: 400;
}

.table tbody tr{
    background: #fff;
}

.table tbody tr:nth-child(odd){
    background: #F2F2F2;
}
.table th, .table td{
    padding: 12px;
    border: 1px solid #07856E;
    text-align: center;
    vertical-align: middle;
    
}

.table-nowrap th, .table-nowrap td{
    white-space: nowrap;
}



.table td{ font-size: 1rem; }
.btn-edit{
    background: url(../images/main_icon_edit.png) no-repeat 9px center, #07856e;
    border-radius: 6px;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 700;   
    box-shadow: 2px 2px 0 #8c8c8c;
    display: inline-flex;
    align-items: center;
    padding: 0 10px 0 35px;
    height: 38px;
    font-weight: 400;
}
.btn-edit:hover{
    background: url(../images/main_icon_edit.png) no-repeat 9px center, #006d59;
}
.set-ml.btn-edit{ margin-left: 12px; }

.btn-delete{
    background: url(../images/main_icon_delete.png) no-repeat 9px center, #5C5C5C;
    border-radius: 6px;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 700;   
    box-shadow: 2px 2px 0 #8c8c8c;
    display: inline-flex;
    align-items: center;
    padding: 0 10px 0 35px;
    height: 38px;
    font-weight: 400;
}
.btn-delete:hover{
    background: url(../images/main_icon_delete.png) no-repeat 9px center, #383838;
}



.table td .status-no, .table td .status-ok{
    vertical-align: sub;
} 
.page-area-wrap{
    display: flex;
    justify-content: center;
    margin-top: 22px;
}
.page-area{
  display: inline-flex;
  align-items: center;
  padding: 6px 27px;
  border-radius: 75px;
  border: 1px solid #ccc;
  justify-content: center;
  font-size: 1.2em;
  margin-bottom: 6px;
  background: #fff;
}
.current { font-size: 1.5em; color: #07856e; }

.page-area ul{
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-area ul li{
  padding: 0 6px;
}
.page-area ul li a{
  color: #2e2e2e;
  padding: 0 2px;
}
.page-area ul li.current a{color: #07856e;}
.page-area ul li a:hover{
  color: #07856e;
  font-weight: 700;
}

.btn-prev{ padding-right: 20px; color: #2e2e2e;white-space: nowrap;}
.btn-next{ padding-left: 20px; color: #2e2e2e;white-space: nowrap;}

a.btn-prev:hover, a.btn-next:hover{
  color: #07856e;
  font-weight: 700;
}
    
span.btn-prev:hover, span.btn-next:hover{
    cursor: default;
}

.j-d-flex{
    display: flex !important;
}

.area02{
    background: #f0f0f0;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
}
.card-head{
    background: #07856e;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.card-head h2{ font-size: 1.4rem; margin-right: 15px; }
.card-body{
    padding: 12px 20px;
    background: #f0f0f0;
    font-size: 1.2rem;
}

.red-hint{
    font-size: 1.1em;
    position: relative;
    z-index: 1;
    color: #fa0000;
    font-weight: 700;
    padding-left: 36px;
    min-height: 36px;
    background: url(../images/hint-icon.png) no-repeat left center;
    line-height: 36px;
}

.red-hint span:after {
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 3px #fff;
    content: attr(data-text);
    top: 0;
    left: 36px;
    right: 0;
    bottom: 0;
}

.check-list li{
    margin-bottom: 10px;

}

.check-style input[type=checkbox]:not(old),
.check-style input[type=radio   ]:not(old){
  width     : 0;
  margin    : 0;
  padding   : 0;
  font-size : 0;
  opacity   : 0;
  position: absolute;
}

.check-style input[type=checkbox]:not(old) + label,
.check-style input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : 0;
  line-height  : 1.6em;
  /*margin-bottom: 10px;*/
  
  display: inline-flex;
  cursor: pointer;
  align-items: center;

  flex: none;
}
.check-style input[type=checkbox]:focus + label,
.check-style input[type=radio   ]:focus + label{
  outline: 4px dotted orange;
}


.check-style input[type=checkbox]:disabled + label, 
.check-style input[type=radio ]:disabled + label{
    cursor: default;
}



.check-style input[type=checkbox]:not(old) + label > span,
.check-style input[type=radio   ]:not(old) + label > span{
  display: flex;
  align-items: center;
  justify-content: center;
  width            : 32px;
  height           : 32px;
  margin           : 0 0.5em 0 0;
  border: 2px solid #0ebd9d;
  background       : #eaeaea; 
  vertical-align   : middle;
  border-radius: 4px;
  position: relative;
  flex: none;
}





.check-style input[type=radio   ]:not(old) + label > span{
  border: 2px solid #0ebd9d;
  background       : #eaeaea;
}

.check-style input[type=radio   ]:not(old):disabled + label > span{
    border-color:#666;
    background: #ccc;
}




.check-style input[type=radio   ]:not(old) + label > span{border-radius: 75px;}

.check-style input[type=checkbox]:not(old):checked + label > span{
  background: #0ebd9d;
}

.check-style input[type=checkbox ]:not(old):disabled + label > span{
    background: #999;
}


.check-style input[type=checkbox]:not(old):checked + label > span:before{
  content     : '';
  display     : block;
  width       : 22px;
  height      : 22px;
  color       : #000;
  text-align  : center;  
  font-weight : bold;
  position: absolute;
  background: url(../images/check_yes.png) no-repeat center;
  background-size: 25px;
}

.check-style input[type=radio]:not(old):checked +  label > span > span{
  display          : inline-block;
  width            : 20px;
  height           : 20px;  
  border-radius    : 75px;
  background       : #07856e;
  position: absolute;
}


.check-style input[type=radio]:not(old):disabled:checked +  label > span > span{
    background: #666;
}



/*-------*/
.css-table {display: table; border-collapse: collapse; border-spacing: 0; width: 100%;}
.css-table-tr {display: table-row; }
.css-table-th {display: table-cell;}
.css-table-td {display: table-cell; padding:3px 0; }
.css-table-th, .css-table-td{
    min-height: 40px; 
}
.css-table-th label{ 
    padding-top: 12px; 
    display: inline-flex;
    align-items: center; 
    min-height: 40px; 
}

.card-body .css-table-th{
    width: 20%;
    text-align: right;
    padding-right: 12px;
}

.card-body .input{ width: 456px; }

.one-row{
    display: flex; 
    align-items: flex-start;
    margin-bottom: 6px;
}
.one-row.check-style{ flex-wrap: wrap } 

.side-input-area.set-mr{ margin-right: 20px; }
.side-input-area .unit{ margin-left: 8px; color: #666; font-size: 14px; display: inline-block; vertical-align: middle; }
.red-hint-sm{
    padding-left: 27px;
    min-height: 25px;
    margin-top: 5px;
    margin-right: 5px;
    color: #ff0033;
    background: url(../images/gov_icon_remark.png) no-repeat left center;
    background-size: 25px;
}
.set-number{
    display: inline-flex;
    align-items: center;
    
}
.set-middle > *{
    min-height:40px;
}
.required{
  /*  min-height: 40px;
   position: relative;
   width: 12px;
   display: inline-flex;*/
}

.required{
    width: 17px;
    height: 17px;
    display: inline-block;    
    background: url(../images/icon-required.png) no-repeat;
}


.input-required{
    border-color:#ff0033;
}

.write-row{
    display: flex;
    margin-bottom: 6px;
}
.row-th{
    width: 20%; 
    text-align: right;
    padding-right: 12px;
    min-height: 40px;
    display: flex;
    justify-content: flex-end; 
    align-self: flex-start;
    padding-top:6px; 
    flex: none;
}
.set-row-th-large .row-th{
    width: 20em;
}
.set-row-th-large2 .row-th {
    width: 14em;
}
.row-th label{     
    display: inline-flex;
}
.row-td{
    flex: auto;
}

.btn-add-item{   
    width: 138px;
    height: 40px;
    background: url(../images/main_icon_add.png) no-repeat, #EE4545;
    background-position: 16px center;
    box-shadow: 2px 2px 0 #8C8C8C;
    color: #fff;
    border-radius: 5px;
    font-size: 0.9em;
    padding-left: 28px;
    display: inline-block;
    background-size: 26px;
}


.btn-add-item:hover{ 
    background: url(../images/main_icon_add.png) no-repeat, #BF2525;
    background-position: 16px center;
    background-size: 26px;
}


.table-other-item{
    max-width: 880px;
    width: 100%;
    margin-top: 8px;
}


.set-button-gap .btn-edit, .set-button-gap .btn-delete{
    margin-left: 4px;
    margin-right: 4px;
}

.sm-input, .card-body .sm-input{
    width: 80px;
}


.btn-area{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0; 
}

.btn-lg{
    padding: 12px 54px;
    font-size: 1.4rem;
    min-width: 202px;
}

.btn-area .btn-default{
    margin: 0 15px;
}

/*-----POP UP---*/
.popup{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}


.modal{
    width: 90%;
    max-width: 1000px;
    background: #f0f0f0;
    overflow: visible;
}
.modal .card-body .input{ width:100% }
.modal .card-body{ padding-top: 30px; }
.modal-footer{
    margin: 20px 0; 
}
.modal .card-head{ 
    position: relative; 
    border-radius: 9px 9px 0 0;
    padding-right: 70px;
    height: 50px;
}


.btn-close-modal {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 50px;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-close-modal:hover {
  opacity: 0.5;
}
.btn-close-modal:before, .btn-close-modal:after {
  /*position: absolute;
  left: 20px;
  top: 0;*/
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
      
}
.btn-close-modal:before {
  transform: rotate(45deg);
}
.btn-close-modal:after {
  transform: rotate(-45deg);
      margin-top: 1px;
    margin-left: -2px
}

.filter-area2{
    display: flex; margin-bottom: 12px;
    flex-wrap: wrap;
}

.fa-part2 {
    display: flex;
    padding: 0 6px;
    align-items: center;
}
.fa-part2 label{ margin-right: 6px; }

.hint-group{ display: flex; padding: 10px; flex-wrap:wrap; }

.hint-group .red-hint{ margin-right: 12px; }

.funding label{
    width: 14em;
    text-align: right;
    justify-content: flex-end;
}

.recycle label{
    width: 14em;
    text-align: right;
    justify-content: flex-end;
}

.card-head2{
    background: #0EBD9D;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.4rem;
}
.red-modify .card-head{
    background: red;
}

.other-machine{
    display: flex;
}

.other-machine-title {
    width: 3em;
    margin-right: 8px;
    flex: none;
    min-height: 40px;
    display: flex;
    padding-top: 6px;
}

.side-title{
    width: 8em;
    text-align: right;
    justify-content: flex-end;
}





.unit-sitemap-area a:hover{text-decoration: underline;}

.machine-list{
    width: 100%; display: flex; flex-wrap: wrap;
}
.machine-list li{
    width: 48%;
    margin-right: 1%;
    display: flex;
    margin-bottom: 8px;
    
}

.card-body .machine-list li .input{
    width: 100%;
}

.machine-list li input{
    margin-right: 6px;
}
.machine-list li label{
    width: 3em; margin-right: 8px;
    flex: none;
    min-height: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.machine-list-write{
    display: flex;
}



.second-level-title {
    width: 10em;
    flex: none;
    display: flex;
    justify-content: flex-end;
    margin-right: 12px;
    padding-top: 6px;
}

.second-level-content{
    flex: 1;
}

.up-loads-wrap .btn-default{

}
.a-link-file {color: #07856e;}
.a-link-file a{
    padding-bottom: 2px;
    display: inline-flex;
    color: #07856e;
    border-bottom: 1px solid #07856e;
}
.a-link-file a:hover{
    color: #0ebd9d;
    border-bottom-color:#0ebd9d;
}
.write-row .a-link-file{
    min-height: 40px;
    display: flex;
    align-items: center;
}
.date-progress{
    display: inline-block;
    padding-left: 8px;
}

.bid-area{
    padding: 0;background-color:#fff; overflow: hidden;
}
.bid-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #c8ece3;
    border-top: 1px solid #a7a7a7;;
}
.bid-area .info-from-system{
    background-color:#f0f0f0;
}
.bid-area .info-from-system li{ margin-bottom: 0; }
.bid-area .info-from-system, .bid-info{
    padding: 10px;
}
.card-head .nav{ padding-left: 0; }

.bid-table th, .bid-table td{
    white-space: nowrap;
}
.bid-table td.progress{
    width: 50%;
    min-width: 300px;
    white-space: normal;
}

.forget-card{
    max-width: 1000px;
    margin: 80px auto 0;
}

.forget-card .card-head { justify-content: center; }
.forget-card .card-head h2{ margin-right: 0; }
.forget-form{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.card-body .forget-form input{
    width: 100%;
    margin: 8px 0;
}
.forget-form .btn-area{ margin: 10px 0; }

.download-list li a{
    display: block;
    padding: 10px 0;
    padding-left: 60px;
    background: url(../images/icon_cloud.png) no-repeat 10px 10px;
    color: #2E2E2E;
}
.download-list li a:hover{
    border:1px solid #4981bf;
    background-color: #fff;
    border-radius: 75px;
}

.download-card .card-head{justify-content: center;}
.download-card .card-head h2{
    margin-right: 0; 
}
.download-card .card-body h3{
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #a7a7a7;;
}

.links-card .card-head{justify-content: center;}
.links-card .card-head h2{
    margin-right: 0; 
}
.links-list{
    display: flex;
    flex-wrap: wrap;
}
.links-list li{
    width: calc( 100% / 7 );
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.links-list li a{
    display: block;
    background: #f7f7f7;
    border-radius: 30px;
    border: 2px solid #d9ebbc;
}
.links-list li a:hover{ border-color:#94AF61 }
.links-list li a img{
    width: 100%; height: auto; max-width: 208px;
}
.list-wrap{
    display: flex;
    justify-content: center;
}

/*-------*/
.wrapper-login{
    width: 96%;
    max-width: 1568px;
    margin: 0 auto;
    display: flex;
}


.login-area{
    border-radius: 44px;
    border: 1px solid #0ebd9d;
    background: #fff;
    width: 666px;
    box-shadow: 0 0 20px #b3d7d1;
    align-self: flex-start;
    overflow: hidden;
    margin-right: 15px;
}

.login-area-title{
    border-radius: 38px;
    background: #0ebd9d;
    color: #fff;
    padding: 18px 30px;
}

.login-area-title h2{
    font-size: 2rem; text-align: center;
}
.login-area-title p{
    font-size: 1.35rem;
}

.login-area-head{
    padding: 13px 15px;
    padding-bottom: 0;
    margin-bottom: 32px;
}
.login-area-title p{
    margin-top: 2px;
    text-align: center;
    font-weight: 700;
}

.login-area-body{
    max-width: 488px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
}
.login-area-body label{
    padding-left: 39px;
    margin-bottom: 8px;
    min-height: 32px;
    display: flex;
    align-items: center;
}
.label-account{
    background: url(../images/login_icon_member.png) no-repeat 8px center; 
}
.label-password{
    background: url(../images/login_icon_password.png) no-repeat 9px center; 
}
.login-area-body input{
    margin-bottom: 16px;
    width: 100%;
    padding: 16px 32px;
    border-radius: 8px;
    border: 1px solid #8c8c8c;
    position: relative;
    height: 64px;
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
.login-area-body input:focus{
    border-color:#a0cb50;
}
.password-wrap{ position: relative; width: 100%; }
#checkEye {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  z-index: 10;
  cursor: pointer;
   background: url(../images/login_icon_openpassword.png) no-repeat center;
}
.login-area-body input.input-password{ padding-right: 80px; }
#checkEye.icon-eye{
    background: url(../images/login_icon_openpassword.png) no-repeat center;
}
#checkEye.icon-eye-slash{
    background: url(../images/login_icon_closepassword.png) no-repeat center;
}


.btn-login{
    background: #0ebd9d;  
}
.btn-login:hover{
    background: #0B9178;  
}

.btn-apply{
    background: #a0cb50;
}
.btn-apply:hover{
    background: #B7C79A;
}


.btn-login, .btn-apply{
    height: 60px;
    font-weight: 700;
    justify-content: center;
    padding: 0 10px;
    color: #fff;
    display: flex;
    width: 49%;
    border-radius: 8px;
    align-items: center;
    border: 1px solid #f0f0f0;
    box-shadow: 3px 3px 0 #d4d4d4;
}

.btn-login i{
    margin-right: 10px;
    width: 38px; height: 42px;
    background: url(../images/login_icon_login.png) no-repeat center;
}
.btn-apply i{
    margin-right: 10px;
    width: 25px; height: 33px;
    background: url(../images/login_icon_apply.png) no-repeat center;
}


.login-btn-area{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.btn-forget{
    margin: 0 auto;
    padding: 15px;
    padding-left: 35px;
    display: block;
    color: #000;
    font-size: 0.8em;
    background: url(../images/login_icon_forgetpassword.png) no-repeat left center;
    margin-bottom: 16px;
}

.btn-forget span{
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
}
.btn-forget:hover{ color: #a0cb50;  }
.btn-forget:hover span{ border-color:#a0cb50 }

.login-area-footer{
    background: #0ebd9d;
    color: #fff;
    font-size: 1.35rem;
    padding-left: 37px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    
    align-items: center;

}
.login-area-footer h3{ 
    height: 72px;
    font-weight: 400;
    font-size: 1.35rem; 
    padding-right: 30px;
    margin-right: 22px;
    border-right: 4px solid #51dec4;
    display: inline-flex;
    align-items: center;
}
.tel-title{ display: flex; flex-direction:column; }

.login-area-footer h3 i{
    width: 50px;
    height: 48px;
    background: url(../images/icon_contactus.png) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}
.tel-list { letter-spacing:2px }

.side-area{
    width: 824px;
    margin-left: auto;
}


.login-download-head, .login-links-head{
    display: flex;
    align-items: center;
}
.login-download-head h3, .login-links-head h3{
    font-size: 2rem;    
    font-weight: 400;
}
.login-download-head h3{color: #4981bf;}
.login-links-head h3{ color:#a0cb50; }

.login-download-head i, .login-links-head i{
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin-right: 11px;
    display: flex;
}

.login-download-head i{    
    border:5px solid #a7d0ff;
    background: url(../images/login_icon_download.png) no-repeat center, #4981bf;
}

.login-links-head i{
    border:5px solid #d7eab5;
    background: url(../images/login_icon_link.png) no-repeat center, #a0cb50;
}

.login-download-head a, .login-links-head a{
    color: #fff;
    padding: 5px 24px;
    border-radius: 75px;
    border: 4px solid #000;
    margin-left: 13px;
    font-size: 1.2rem;
}
.login-download-head a{ 
    border-color:#a7d0ff; 
    background: #4981bf;
}
.login-download-head a:hover{
    border-color:#A7D0FF; 
    background: #408CE2;
}

.login-links-head a{ 
    border-color:#d7eab5; 
    background: #a0cb50;
}
.login-links-head a:hover{ 
    border-color:#d7eab5; 
    background: #94AF61;
}


.login-download .download-list{
    padding-left: 86px;
    margin-bottom: 13px;
    font-size: 1.2rem;
}
.login-links{ margin-bottom: 150px;}
.login-links-list{
    display: flex;
    padding-right: 80px;
    padding-left: 80px;
}
.login-links-list li{
/*    padding: 10px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.login-links-list li a{
    display: block;
    background: #f7f7f7;
    border-radius: 30px;
    border: 2px solid #d9ebbc;
}
.login-links-list li a:hover{ border-color:#94AF61 }
.login-links-list li a img{
    width: 100%; height: auto; max-width: 208px;
}

.mobile-operate-area{ display: none; }



/*-------網站導覽---*/
.sitemap-wrap{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.mainitem{color: #009688;  margin-bottom: 5px; font-weight: 700;}
.mainitem a{color: #009688;}
.subitem{padding-left: 20px; margin-bottom: 5px;}
.subitem li{ list-style: none; }
.subitem a{color: #28281C; }
.subitem a:hover{ text-decoration:underline; }
/*----RWD 設置開始-----*/
.m-hamburger{ display: none; font-size: 0; }
.mobile-menu-wrapper, .nav-select-wrap{ display: none; }
@media (max-width: 1800px) {
    .top-member-info {
        padding-right: 10px;
    }
    .wrapper-inner { width: 98%;}
    .login-header {
        padding: 20px;
        margin: 32px 16px 42px;
    }
    .login-logo-area h1{ font-size: 4.5vh; }
}

@media (max-width: 1600px) {
    .menu li+li {
        margin-left: 12px;
    }
    .logo-area h1 { font-size: 1em;}
    .header{ margin-left: 10px; margin-right: 10px; }
}


@media (max-width: 1500px) {
    .menu{ font-size: 1em; }
    .login-area-title h2 {
        font-size: 1.5rem;
    }
    .login-area-title p {
        font-size: 1rem;
    }
    
    .login-logo img{
        width: auto; height: 63px;
    }
    .login-logo-area h1 {
        font-size: 1.8rem; padding-left: 20px;
    }
    .login-header{ padding: 9px 14px;}
    .operate-area, .a-website{ font-size: 1rem; }
    .login-header{ margin-top: 20px; margin-bottom: 14px; }
    .user-manual, .instructional-video {
        padding-left: 42px;
        background-size: 36px;
    }
    .operate-area{ padding:2px 10px; }
    .login-area-body{ font-size: 1rem; }
    .login-area-body input {
        margin-bottom: 10px;
        padding: 8px 10px;
        height: 46px;
    }
    .login-area-body label{ margin-bottom: 2px; }
    #checkEye{ height: 46px; }
    .login-area-head{ margin-bottom: 20px; }
    .login-area-footer, .login-area-footer h3{ font-size: 1rem; }
    .login-area-footer{
        padding-left: 0;
        justify-content: center;
    }
    .login-download-head i, .login-links-head i{ width: 60px; height: 60px; background-size: 60%;}
    .login-download-head h3, .login-links-head h3{ font-size: 1.4rem; }
    .login-download-head a, .login-links-head a{ font-size: 1rem; }

    .login-download .download-list {
        padding-left: 56px;
        font-size: 1rem;
    }
    .login-links-list{ padding-left: 50px; padding-right: 50px; }
    .login-links-list li a img{ max-width:180px; }
    .side-area{ width: 60%; }
    .login-area-footer h3 i {  width: 35px;}
}

@media (max-width: 1400px) {
    .log-out i{ display: none; }
    .log-out{ width: 60px; }
    .logo-circle img{ width: 40px; height: auto; }
    .wrapper-1{ width: 100%; padding: 0 12px; }
    .board-list, .department-board-list{ 
        margin: 0; 
        margin-bottom: 30px; 
        margin-left: -12px;
        margin-right: -12px;
    }  
    .path{ font-size: 1.2rem; }
    .btn-default, .area01, .table th, .btn-edit, .btn-delete{ font-size: 1rem; }
    .filter-area-btn{ padding-bottom: 3px; }
    .fa-part{ padding:0 6px }
    .indicate-text, .page-area{ font-size: 1.1rem; }
    .filter-area-btn > * { margin: 0 5px;}
    .card-head h2, .red-hint, .card-body, .card-head2, .download-card .card-body h3 {
        font-size: 1rem;
    }

    .card-head h2{ margin-right: 8px; }
    .red-hint {    
        padding-left: 26px;
        min-height: 26px;
        line-height: 26px;
        background-size: 20px;
    }
    .red-hint span:after{ left: 26px; }
    .card-head, .card-head2{ padding: 6px 10px; }
    .card-body { padding: 12px 10px;}
/*    .login-links-list li{ width: 33.3%}*/

    .login-logo img {
        width: auto;
        height: 40px;
    }
}

@media (max-width: 1360px) {
     .menu, .logo-area h1, .top-member-info, .log-out{ font-size: 0.9em; }
     .tmi-time{ font-size: 0.8em; }
     .menu a:after{
        height: 4px;
        border-width:1px;
     }
     .header{ padding:6px; }
     .dbl-title{ font-size: 2.2em; }
     .dbl-text {
        font-size: 1.2em;
    }
    .dbl-hint{ font-size: 1.1em; }
    .login-area, .side-area{ width: 50%; }
}

/*--移動裝置 漢堡選單--*/
@media (max-width: 1200px) {
    
    .header{
        background: #0ebd9d;
        border-radius: 0;
        border: none;
        margin: 0;
        margin-bottom: 14px;
        flex-direction: column;
        height: 63px;
        padding-left: 12px;
    }
    .login-header{ flex-direction:row; margin-bottom: 0; }
    .header.active{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1001;
    }
    .head-part2{ display: none; }
    .login-header .head-part2{ 
        display: flex;
        align-items: center;
        padding-right: 10px;
    }
    .operate-area{ display: none; }
    .m-hamburger{ 
        display: block; 
        width: 60px;
        height: 51px;
        background: url(../images/m01.png) no-repeat center;
        background-size: 60px;
        margin-left: auto;
    }
    .m-hamburger.active{
        background: url(../images/m02.png) no-repeat center;
        background-size: 60px;
    }
    .logo-area h1{
        color: #fff; font-size: 1em;
    }
    .logo-area h1 p:first-child{ display: none; }
    .logo-area h1 p span{ display: block; }
    
    .mobile-menu-wrapper{
/*        height: calc( 100vh - 63px );*/
        height: 100vh;
/*        padding-top: 30px;*/
        background: #0ebd9d;        
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;        
        padding-top: 63px;       
        z-index: 1000;
        flex-direction: column;
    }
    .mobile-menu-wrapper.active{
        display: flex;
    }
    .mobile-menu{
        display: block;
        font-size: 2em;
        padding-top: 28px; 
        padding-left: 42px;
        border-top: 2px solid #fff;
        flex: 1 1 auto;
    }
    .mobile-menu li{ margin-bottom: 16px; }
    .mobile-menu li a{
        color: #fff;
        display: block;
        width: 90%;
    }
    .top-member-area {
        border-radius: 0;
        border: 2px solid #fff;
        border-left:0;
        border-right:0;
        height: auto;
        background: #0b9178;
        padding-left: 11px;
        margin-left: 0;
    }
    .top-member-info{
        font-size: 1.2em;
    }
    .log-out{ 
        font-size: 2em; 
        width: 5em;
        margin-left: auto;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-right: 16px;
        padding-left: 10px;
        border-radius:0;
    }

    .path{ padding:6px; font-size: 1em; flex-wrap: wrap; justify-content: center; }
    
    .path li+li {
        padding-left: 16px;
        background: url(../images/path-arrow.png) 3px center no-repeat;
        background-size: 10px;        
    }
    .area01{ padding:10px; }
    .nav .btn-default{ padding: 5px 10px; }
    .links-list li{
        width: calc( 100% / 6 );
    }

    .links-list li a{
        border-radius: 10px;
    }
    .login-area-title{ padding:10px }
   
    .logo-text{ display: none; }
    .login-logo-area h1{
        color: #fff;
        font-size: 1.2em;
        padding-left: 7px;
    }
    .login-logo-area h1 p span {
        display: block;
    }
    .mobile-operate-area{ 
        display: flex;
        border-radius: 0;
        margin-left: 0;
        margin-bottom: 16px;
    }
    .mobile-operate-area ul { width: 100%; }
    .mobile-operate-area ul li{ 
        width: 50%;
        display: flex;
        justify-content: center;
        font-size: 1.2rem;
    }
    .btn-login i{ background-size: 26px;     width: 27px;    margin-right: 4px;}
    .btn-apply i{ background-size: 20px;    margin-right: 4px; }
    .btn-forget{ font-size: 0.9em; }
}

@media (max-width: 1024px) { 

    .m-j-d-flex-colume{
        flex-direction: column !important;
    }
    .status-ok, .status-no {
        width: 17px;
        height: 17px;
    }
    .table th, .table td{ padding:6px; }
    .indicate-ok{ margin-right: 16px; }
    .btn-edit, .btn-delete{
        background-size: 15px;
        padding-left: 30px;
        height: 32px;
    }
    .links-list li{
        width: calc( 100% / 4 ); padding: 4px;
    }
    .login-links{ margin-bottom: 100px;}
}


/*----內頁 各元素 寬度100%----*/
@media (max-width: 1023px) { 
    .m-d-none{ display: none; }

    .board-list li, .department-board-list li {
        width: calc( 50% - 16px );        
        margin: 0 8px 20px;
        min-height: auto;
    }
    .board-list, .department-board-list {
        margin-left: -8px;
        margin-right: -8px;
    }
    .department-board-list li a{
        min-height: 220px;
        padding: 10px;
    }
    .top-hint{ font-size: 1.5em; }
    .cbl-title{ font-size: 1.6em; }
    .cbl-text { font-size: 1.2em;}
    .list-one p { font-size: 3.6em;}
    .status-tag {       
        letter-spacing: 0;
        font-size: 1em;       
        top: 8px;
        left: 8px;
    }
    .dbl-01 .dbl-title { margin-bottom: 14px;}

    .page-title-bar{flex-direction: column;}
    
    .filter-area {
        flex-direction: column;
    }
    .fa-part {
        padding: 0;
        margin-bottom: 8px;
    }
    .nav-select-wrap{ display: block; }
    .select, .nav-select-wrap .select{ background-position: 99% center; }
    .filter-area-btn {
        justify-content: center;
    }
    .indicate-text{ margin-bottom: 8px; }
    
    .indicate-text, .page-area{ font-size: 1rem; }
    .page-area{padding: 6px 15px; }


    .path li.m-d-none+li{
        padding-left: 0;
        background: none;
    }

    .info-from-system li {
        flex-direction: column;
    }
    .info-from-system label {
        padding-right: 0;
        margin-bottom: 6px;
        width: 100%;
    }

    .info-from-system .select{ width: 100%; margin-bottom: 6px; }
    .info-from-system .select.mr-6{ margin-right: 0 !important; }
    
    
    .write-row{ flex-direction: column; margin-bottom: 12px; }
    .card-body .input {
        width: 100%;  min-width: 13rem;
    }
    .card-body .machine-list li .input{
        min-width: inherit;
    }
    .sm-input, .card-body .sm-input {
        width: 50px; min-width: auto;
    }
    .row-th {
        width: 100%;
        text-align: left;
        padding-right: 0;
        min-height: auto;
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 4px;
    }
    .select-date .select{ width: 48%; }
    .set-button-gap .btn-edit, .set-button-gap .btn-delete{
       margin-top: 2px;
       margin-bottom: 2px;
    }

   

    .wrapper-login{
        flex-direction: column;
    }
    .login-area, .side-area {
        width:100%;
    }
    .login-area{ margin-bottom: 16px; }
    .side-area{ margin-bottom: 100px; }
    .login-download .download-list{ padding-left: 12px; font-size: 0.9rem; }
    .download-list li a {   
        padding-left: 42px;        
        background-size: 28px;
        background-position: 10px 12px;
    }
    .login-download-head h3, .login-links-head h3 {
        font-size: 1.1rem;
    }
    .login-download-head i, .login-links-head i {
        width: 40px;
        height: 40px;
        border-width: 3px;
        margin-right: 5px;
    }
    .login-download-head a, .login-links-head a {
        padding: 3px 12px;
        border-width: 2px;
        margin-left: 7px;
        font-size: 0.9rem;
    }
    .login-links-list li{
        width: auto;
    }
   
    .login-links-list li a{ border-radius:10px }
    .login-links-list {
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media (max-width: 768px) {

    .dbl-icon {
        width: 56px;
        height: 55px;
    }
    .dbl-title {
        font-size: 1.6em;    text-align: center;
    }
    .dbl-hint {
        font-size: 1em;
        min-height: 23px;
        background-size: 23px;
        margin-top: 7px;
    }
    .dbl-01 a span{ font-size: 1em; }
    .department-board-list li a {
        min-height: 180px;
    }
    .board-list li, .department-board-list li {
        width: calc( 50% - 8px );        
        margin: 0 4px 8px;
        min-height: auto;
    }
    .board-list, .department-board-list {
        margin-left: -4px;
        margin-right: -4px;
    }
    .home-bg, body {
     background: url(../images/m_bg_footer.png) no-repeat center bottom, #ebf7f5;
     background-size: contain;
    }
    .btn-area .btn-default {
        margin: 0 2%;
        width: 46%;
    }
    .btn-lg {
        padding: 12px 0;
        min-width: auto;
    }
    .wrapper-inner{ padding-bottom: 168px; }
    .machine-list li {
        width: 100%;
        margin-right: 0;
    }
    .up-loads-wrap .btn-default{
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .other-machine{ flex-direction:column; }
    .other-machine-title {
        width: 100%;
        margin-right: 0;
        min-height: auto;
    }
    .fa-part2{ width:100%; margin-bottom: 10px; }
    .fa-part2 label{ width: 4em; flex:none; white-space:nowrap; }
    .fa-part2 input, .fa-part2 select{ width: 100%; }
    .filter-area2 .filter-area-btn{ width: 100%}

    .download-list li a {
        padding: 10px 0;
        padding-left: 39px;
        background: url(../images/icon_cloud.png) no-repeat 0 15px;
        background-size: 30px;
    }
    .btn-login, .btn-apply{ height: 50px; }
    .board-list li.list-one a{ font-size: 1em; }
    .list-one p {
        font-size: 2em;
    }
}


@media (max-width: 600px) {
    .dbl-title, .cbl-title {
        font-size: 1.2em;   
    }
    .dbl-text, .cbl-text {
        font-size: 0.875em;
    }
    .dbl-hint {
        font-size: 0.75em;
        min-height: 16px; 
        background-size: 16px;
        padding-left: 18px;
    }
    .dbl-hint span:after{ left: 18px; }
    .wrapper-1{ padding:0 8px; }
    .dbl-06 i {
        margin-top: 0;
    }
    .funding .one-row, .recycle .one-row{ flex-direction: column; }
    .funding label, .recycle label {
        width: 100%;   
        justify-content: flex-start;
    }
    .funding-input-wrap{ width: 100%; }


    .second-level > .one-row{ 
        flex-wrap: wrap;
    }
    .second-level-title {
        width: 100%;
        justify-content: flex-start;
        margin-right: 0;
    }
  /*  .table th, .table td {
        padding: 2px;
    }*/
    .write-row .a-link-file{ min-height:auto }
    .login-area-title h2 {
        font-size: 1.2rem;
    }
    .login-area{ border-radius:20px; }
    .login-area-title {
        border-radius: 15px;
    }
    .login-area-head { padding: 8px;}
    .login-area-head {
        margin-bottom: 0;
    }
    .login-area-title p {
        font-size: 0.9rem;
    }

    .login-area-footer{ flex-direction: column; }
    .login-area-footer h3{
        padding-right: 0;
        margin-right: 0;
        height: auto;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 4px solid #51dec4;
        border-right: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .tel-title{ flex-direction:row }
    .login-area-footer h3 i {
        width: 26px; height: 34px;
    }
    .cbl-footer a{ font-size: 1.2em; }
    .cbl-text {  
        padding: 0 12px 12px;
    }
    .cbl-icon i { width: 50px; height: 50px;}
    .board-list li.list-one{ padding-top: 0; }
    .status-tag{ font-size: 0.8em; z-index: 10;      padding: 3px 8px;}
    .top-hint {
        padding-left: 6px;
        font-size: 1.2em;
        margin-top: 0;
    }
    .cbl-title{ margin-bottom: 6px; }
    .links-list li{
        width: 50%; 
    }
    .login-links {
        margin-bottom: 50px;
    }
}

@media (max-width: 414px) {

    .wrapper-inner{ padding-bottom: 99px; }
    .side-input-area{ width: 100%; }
    .side-input-area.set-mr.set-mr0-mobile{ margin-right: 0; }

    .other-machine-content .table th,
    .other-machine-content .table td{ font-size: 0.9rem; }
    .a-website{ padding:4px 12px }
    .login-header .head-part2{ padding-right: 4px; }
    .btn-login, .btn-apply{
        width: auto;
        flex: auto;
    }
    .btn-login{ margin-right: 2%; }
    .btn-forget, .login-btn-area{ margin-bottom: 8px; }
    .cbl-text {
        padding: 0 6px 6px;
    }
/*    .login-links-list li { padding: 8px 5px;}*/
    .mobile-menu{ padding-left: 20px; padding-top: 20px;    font-size: 1.6em;  }
}


@media (max-width: 375px) {

    .dbl-01 a span {padding: 6px 12px;}
    .dbl-title, .cbl-title, .top-hint {
        font-size: 1em;
    }
    .department-board-list li a{    justify-content: flex-start;}
    .department-board-list li.dbl-01 a{    justify-content: center;}
    .logo-area h1, .login-logo-area h1{ font-size: 1em; }
    .header{ padding-left: 8px; }
    .board-list li.list-one a{ padding:6px 12px; }
    .login-links {
        margin-bottom: 20px;
    }
}

@media (max-width: 374px) {
    .page-area{ width: 100%; }
    .btn-next { padding-left: 10px;}
    .btn-prev { padding-right: 10px; }
    .page-area ul {
        padding-left: 6px;
        padding-right: 6px;
    }
    .machine-list li{
        flex-direction: column;
    }
    .up-loads-wrap input[type=file]{ width: 100%; }
}



@media (max-width: 360px) {

    .logo-area h1, .login-logo-area h1{ font-size:0.9em; }

}