﻿@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap";
@import"https://fonts.googleapis.com/css2?family=Outfit&display=swap";
@import"https://fonts.googleapis.com/css?family=Poppins:300,400,500&display=swap";


.printform {
    border-width: 2px;
    border-style: solid;
    border-color: Black;
    border-collapse: collapse;
    height: auto !important;
}

.printform td {
    border-width: 1px;
    border-style: solid;
}

.color-r {
    background-color: #ECF7F7;
    border-right: 1px solid #D3EDED;
    line-height: 25px;
    text-align: right;
}

.txt15bk {
    color: #000;
    font: 400 15px/100% Verdana, Arial, Helvetica, sans-serif;
}

@media print {
    @page {
        size: A4;
        margin: 100px;
    }

    body {
        margin: 0;
        padding: 0;
    }

    .formview-container {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        overflow: auto;
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

@charset "UTF-8";

html,
body {
    margin: 0px;
    padding: 0px;
}

/*html{
    min-height: 100vh!important;
}

body{
  min-height: 100%;
}*/



section {
  background-color: #fff;
}

a:hover,
a {
    color: #2aa49c !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微軟正黑體", "Helvetica", "Arial", "LiHei Pro", sans-serif;
}

body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color:#212529;
}

.wrap {
    max-width: 100vw;
/*    display: flex-row;
    justify-content: center;
    align-items: center;*/
}

.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
}

/*header*/
header {
  background-color: #fff;
  padding: 15px 40px;
  height: 148px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  transition: top 0.4s ease-in-out;
/*  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);*/
}

.hideUp header {
  top: -148px;
}
header{
/*  border-top: 12px solid #4eb7d7!important;*/
border-top: 8px solid #2aa49c !important;
}

header h1 a {
    background: url(../../images/egov-mem-logo-360.png)center center no-repeat;
    display: block;
    width: 360px;
    height: 59px;
    background-position: left 0;
    margin: 5px auto;
    text-indent: -10000px;
    background-color: transparent;
}

@media screen and (min-width: 1112px) {
    header h1 a {
    width: 340px;
    height: 55px;
    border-radius: 8px;
    }
}

@media screen and (max-width: 577px) {
    header h1 a {
        background: url(../../images/egov-mem-logo-246.png)center center no-repeat;
        width: 226px;
        height: auto;
    }
}

#ps .breadcrumb {
    background-color: transparent;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 0.75rem 1rem 0 1rem;
}

#ps .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    background-color: #F2F2F2;
    border-radius: 0.5rem;
    margin: 1rem auto;
}

#ps .card-header{
    text-align: center;
    border:none;
    background-color: transparent;
}
#ps h5.card-title,label{
    color:#315599;
    font-weight: 400;
    font-size: 1.1rem;
    padding-top:0.5rem;
}

#ps .card-body {
    padding: 0 3rem 3rem;
}

@media (max-width:420px){
  #ps .card-body {
    padding: 0 1rem 1rem;
  }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 6px);
    border: 1px solid transparent;
    border-radius: 0.5rem;
}

#ps label {
    padding-left: 4px;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.notice {
  color:#EA3165;
  font-size: 70%;   
  display: inline-block;
  width: 100%;
}

#ps label.required::before{
  content:'＊';
  color:#ff0000;
  font-weight: 500;
}

.form-control::-webkit-input-placeholder { /* Edge */
  color: #4950579e;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4950579e;
}

.form-control::placeholder {
  color: #4950579e;
}
.form-control:disabled, .form-control[readonly] {
background-color: #dbdddd;
    color: #676d72;
    opacity: 1;
}

.binding{
  margin: 0 auto;
  width: 100%;
 background-color: #fff;
 border: 1px solid transparent;
 border-radius: 0.5rem;
 padding: 1.25rem;
}

/*@media (max-width:767px){
.card-body label:first-child{
  padding-top:0;
  margin-top:0!important;
  }
}*/
.primary,
.text-primary {
    color: #2aa49c !important;
}

.bold,
b,
strong {
    font-weight: 600 !important;
    white-space: initial;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

*:focus {
    outline: none;
}

p {
    color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

h2 {
    font-size: 20px;
}

body {
    position: relative;
    min-height: 100vh;
    max-width: 100vw;
}

body:before {
    position: absolute;
    overflow: hidden;
    content: "";
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

body.show-sidebar:before {
    opacity: 1;
    visibility: visible;
}

.sidebar .icon-close2.close-button {
    color: #777;
    FONT-WEIGHT: 500;
    position: absolute;
    right: 6px;
    background: transparent;
    font-size: 1.6rem;
    top: 20px;
    border-radius: 6px;
    padding: 0.5rem;
}

.sidebar .icon-close2.close-button:hover{
  background-color: #f2f2f3;
  color:#333;
}



.site-section {
    padding: 0 0 1.6rem 0;
}
.text-danger {
    color: #E51C1C!important;
}

.title.h2.m-auto {
    color: #2aa49c !important;
    letter-spacing: 1px;
    font-size: 1.2rem;
    padding: 0.6rem;
    margin: 1.6rem auto !important;
    background: url(../../images/notice-title-bg.png) top left no-repeat;
    background-color: #F2F2F2;
    text-indent: 1.6rem;
}

.title-new .btn-primary {
    align-items: center;
    white-space: nowrap;
    background-color: #2aa49c;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 1.2rem;
    padding: 1.6rem 2.6rem;
    margin: 1.6rem auto !important;
    background: url(../../images/notice-title-bg.png) top left no-repeat;
    background-color: #2aa49c;
    /* text-indent: 0.6rem; */
    border: 1px solid transparent;
    -webkit-transition-duration: .45s;
    -moz-transition-duration: .45s;
    -o-transition-duration: .45s;
    transition-duration: .45s;
    transition-property: color;
    -webkit-transition-property: color;
}

/*.title-new .btn-primary:hover {
    background-color: #2aa49c;
    opacity: 0.7;
}
*/
.btn-light {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.btn-primary {
    color: #fff;
    background-color: #2aa49c;
    border-color: #2aa49c;
}

.btn-outline-primary {
    color: #2aa49c;
    background-color: transparent;
    border-color: #2aa49c;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 150 136 / 50%)!important;
}
.btn-outline-primary:hover {
    color: #2aa49c!important;
    background-color: #f5fffc!important;
    border-color: #2aa49c!important;
    transition: 0.4s;
}
.btn.focus, .btn:focus {
    outline: 0!important;
/*    box-shadow: 0 0 0 0.2rem rgb(0 150 136 / .25)!important;*/
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0 150 136,.5)!important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0 150 136,.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #2aa49c!important;
    background-color: transparent;!important;
    border-color: #2aa49c!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2aa49c!important;
    border-color: #2aa49c!important;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #2aa49c!important;
    border-color: #2aa49c!important;
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.btn-primary:hover{
  background-color: #1f8e87!important;
  border-color:transparent!important;
  transition: 0.4s;
}


.btn-link,.breadcrumb a{
  color:#202AB9!important;
}

section.sidebar {
    height: 100vh;
    min-height: 580px;
}

section.sidebar {
    width: 300px;
    left: 0;
    z-index: 1001;
    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.show-sidebar section {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

section .toggle {
    padding-left: 30px;
    padding-top: 30px;
    margin-top: 14px;
    position: absolute;
    z-index: 1001;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.show-sidebar section .toggle .burger:before,
.show-sidebar section .toggle .burger span,
.show-sidebar section .toggle .burger:after {
    background: #fff;
}

.show-sidebar section {
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
}

section .side-inner {
    padding: 30px 0;
    height: 900px;
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
}

section .side-inner .nav-menu ul,
section .side-inner .nav-menu ul li {
    padding: 0;
    margin: 0px;
    color: #25364d;
}

section .side-inner .nav-menu ul li a:hover {
    background: #f3f4f6;
    color: #25364d;
}

section .side-inner .nav-menu ul li a span {
    color: #2aa49c;
    font-size: 0.1rem;
}

section .side-inner .nav-menu ul li a span.icon-home2 {
    top: 5px;
    font-size: 1.5rem;
    margin-left: -8px;
    margin-right: 10px;
    position: relative;
}

section .side-inner .nav-menu h2 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6e8ea;
    font-size: 1.22rem;
    font-weight: 400;
}

section .side-inner .nav-menu ul li a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #25364d !important;
    position: relative;
    -webkit-transition: .3s padding-left ease;
    -o-transition: .3s padding-left ease;
    transition: .3s padding-left ease;
}

section .side-inner .nav-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0px;
    /* background-color: #ff7315; */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
    -o-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
    transition: .3s opacity ease, .3s visibility ease, .3s width ease;
}

section .side-inner .nav-menu ul li a:active,
section .side-inner .nav-menu ul li a:focus,
section .side-inner .nav-menu ul li a:hover {
    outline: none;
}

section .side-inner .nav-menu ul li a:hover {
    background: #edeef1;
    color: #000;
}

section .side-inner .nav-menu ul li a:hover:before {
    width: 4px;
    opacity: 1;
    visibility: visible;
}

section .side-inner .nav-menu ul li.active a,
section .side-inner .nav-menu ul li.active a span {
    border-radius: 8px;
    background: #29a49c;
    color: #fff !important;
    margin: 1rem;
}

section .side-inner .nav-menu ul li.active {
    background: transparent;
}

section .side-inner .nav-menu ul li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 4px;
}

/* main {
    width:calc(100%-300px);
    padding-top: 148px;
    display: flex;
    justify-content: end;
} */

main {
    min-height: 760px;
}

@media (min-width: 1200px){
    main {
        padding-top: 98px;
    }
    header{
        height:100px;
    }
    main .container{
        margin-top: 60px;
    }

}

@media (max-width: 1199px){

    header{
        height:140px;
    }
    main .site-section .container{
        margin-top: 146px;
    }
}

@media (min-width: 1199px){
    /* .container,footer {
        max-width: 90vw!important;
        margin-left: -10%;
    } */
        main .site-section .container,footer.footer .container{
            margin-top: 20px;
            min-width: 765px;
            width: 850px;
            margin-left: -28%;
        }
    }

@media (min-width: 1200px){
    .container {
        max-width: 910px;
    }
}
/* menubar */
.loginarea{
    justify-content: center!important;
    z-index: 200;
    white-space:nowrap;
  }
  @media (max-width: 1199px){
    .loginarea {
        margin-top: 0.8rem!important;
        display:flex;
        justify-content: center!important;
        }
        /* main .site-section .container,footer.footer .container,#ps .card{
            max-width: 765px;
            width: 100%;
            margin-left: -12%; */
        }
}
    @media (max-width: 400px){
      .loginarea {
        font-size: 13px;
      }
      .menutext{
        font-size: 0.8rem;

      }
    }

    .menutext{
      width: 60px;font-size: 14px;
      height: 32px;
      cursor: pointer;z-index: 100;
      float: right; 
      margin-top: 37px;
      margin-right: -48px;
    }
    @media (min-width: 768px){
        main .site-section .container,#ps .card {
            /* max-width: 720px;
            width: 100%; */
            margin-left: auto;
        }
    }

@media (min-width: 1200px) {
    .fullflex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .footerflex {
        max-width: 1300px;
        margin-left: 300px;
    }
}

main .post-entry {
    margin-bottom: 30px;
}

main .post-entry .custom-notice {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
     flex: 0 0 80px; */
    margin-right: 10px;
}

main .post-entry .custom-notice span {
    color: #AFB0B4;
    font-size: 1.8rem;
    ;
}

.service .btn-outline-primary {
    border-radius: 6px;
    color: #29a49c;
    font-size: 1.3rem;
    padding: 12px;
    border: 1px solid #B1B2B4;
    background-color: #FFF;
    margin: 15px;
    text-align: center;
    HEIGHT: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service .btn-outline-primary:hover {
    background-color: #29a49c!important;
    color: #FFF!important;
    border: 1px solid transparent!important;
}

button {
    word-wrap: none;
    display: block;
}


main .post-content h3 {
    font-size: 18px;
}

main .post-content .post-meta {
    font-size: 15px;
    color: #ccc;
}

@media (min-width: 1200px){
    .toggle {
        display: none !important;
    }
    section.sidebar {
        -webkit-transform: translateX(100%) !important;
        -ms-transform: translateX(100%) !important;    
         -webkit-transform: translateY(8.2%) !important;
        -ms-transform: translateY(8.2%) !important;
    }
 }

 @media (min-width: 1280px){
    .toggle {
        display: none !important;
    }
    section.sidebar {
        -webkit-transform: translateX(100%) !important;
        -ms-transform: translateX(100%) !important;    
         -webkit-transform: translateY(4.4%) !important;
        -ms-transform: translateY(4.4%) !important;
    }
 }

 @media (min-width: 1200px){
    .loginarea {
    float: right;
    margin-right: -100px;
    margin-top: -52px;  
    } 
    section.sidebar {
        background: transparent;
        /*margin-left: 10%;*/
        -webkit-transform: translateX(100%) !important;
        -ms-transform: translateX(100%) !important;
        -webkit-transform: translateY(5%) !important;
        -ms-transform: translateY(5%) !important;
    }     
  }

 @media (min-width: 1600px){
    .site-section.col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Burger */
.burger {
    width: 30px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    float: right;
    margin-top: 6px;
    margin-right: 0;
}

@media screen and (max-width: 414px){
    header h1 a {
    background: url(../../images/egov-mem-logo-246.png)left center no-repeat;
    width: 236px;
    }
}
@media screen and (max-width: 375px){

    .burger {
        margin-top: -2px;
        margin-right: -30px;
        font-size: .6rem;
    }
}

@media screen and (max-width: 320px){
    header h1 a{
        width:130px;
     }
    }

@media (min-width: 375px) and (max-width: 420px) {
  .burger {
    margin-right: -20px;
    margin-top: 8px;
  }
}

.burger:before,
.burger span,
.burger:after {
    width: 100%;
    height: 3px;
    display: block;
    background: #2a2828;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}

.burger:before,
.burger:after {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
}

.burger:before {
    top: 4px;
}

.burger span {
    top: 15px;
}

.burger:after {
    top: 26px;
}

/* Hover */
/*.burger:hover:before {
    top: 7px;
}

.burger:hover:after {
    top: 23px;
}*/

/* Click */
/*.burger.active span {
    opacity: 0;
}*/

/*.burger.active:before,
.burger.active:after {
    top: 40%;
}

.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);*/
    /*for IE*/
/*}

.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);*/
    /*for IE*/
/*}*/

.burger:focus {
    outline: none;
}
.post-content h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}
/*modal*/

.modal {
    position: fixed;
    bottom:0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.Modal-body p{
  color:#555;
}

.modal-header{
  font-size: 1rem;
  font-weight: 450;
    font-size: 1.1rem;
    font-weight: 450;
    background: #29a49c;
    color: #fff;
}

/*footer*/

#footer .container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
    z-index: 12000;
}

#footer.footer {
    background-color: #f5f5f5;
    bottom: 0;
    font-weight: 300;
    font-size: 0.8rem;
    color: #777;
}

#footer.footer p{
    max-width: 1500px;
}

#footer.footer a {
    color: #777 !important;
    text-decoration: underline !important;
}

#footer.footer a:hover {
    text-decoration: none !important;
    color: #222 !important;
}

.input-eye-icon {
    float: right;
    margin-right: 0.5rem;
    margin-top: -2rem;
    position: relative;
    height: 25px;
    width: auto;
}


.input-eye-icon-small {
    float: right;
    margin-right: 1rem;
    margin-top: -1.8rem;
    position: relative;
}