@charset "UTF-8";

html,
body {
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #484848;
}

body {
    background: url(../images/body-bg.png) 0 top no-repeat #fff;
    background-size: cover;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    outline: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    /* -moz-transition: ease 0.5s;
                -o-transition: ease 0.5s;
                -webkit-transition: ease 0.5s;
                transition: ease 0.5s; */
}

.rwd-nav-row a:visited {
    color: #fff !important;
}

.inner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

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

.show {
    display: block;
}

.hide {
    display: none;
}

.visible {
    opacity: 1;
}

.invisible {
    opacity: 0;
}

.wrapper {
    margin: -2px 0 0 0;
}

.CLR {
    clear: both;
}

.BackToTop_2 {
    display: block;
    background: #eeeeee;
    border-radius: 5px;
    margin: 15px 0px;
    position: relative;
    height: 35px;
}

.BackToTop_2 a {
    padding: 0 0 0 15px;
    background: url(../images/bullet_top.png) no-repeat 0 4px;
    font-size: 80%;
    color: #727171;
    line-height: 1.5;
    margin: 3px 0 0 0 !important;
    position: absolute;
    top: 5px;
    right: 15px;
}

/* slick
-----------------------------------------------------*/
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* slick end
-----------------------------------------------------*/

/* grid
-----------------------------------------------------*/
.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.col-12 {
    width: 100%;
}

/* grid end
-----------------------------------------------------*/

/* rwd側選單
-----------------------------------------------------*/

.rwd-search {
    padding: 0 15px;
    margin: 18px 0;
    width: 100%;
}

.rwd-search input[type='text'] {
    padding: 8px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-radius: 2px;
    font-size: 1.1rem;
}

.rwd-search-btn {
    margin: 10px -10px;
    text-align: center;
    overflow: hidden;
}

.rwd-search-btn .btn,
.rwd-search-btn .adv-btn {
    padding: 8px 5px;
    font-size: 1.1rem;
    border: 0;
    margin: 0 10px;
    background-color: #009ee7;
    width: calc(50% - 20px);
    color: #fff;
    float: left;
    border-radius: 2px;
}

.rwd-search-btn .adv-btn {
    background-color: #004ea2;
}

.rwd-lang {
    margin: 0 15px;
    border-radius: 6px;
    border: 1px solid #333;
    overflow: hidden;
}

.rwd-lang a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.rwd-lang a.current {
    color: #fff;
    background: #03A9F4;
}

.rwd-nav-wrap {
    float: left;
    width: 100%;
}

.rwd-nav-row a {
    font-size: 1.2rem;
    padding: 15px 32px 15px 18px;
    position: relative;
    line-height: 1.4;
}

.rwd-nav-row .arr {
    font-size: 0.6rem;
    position: absolute;
    right: 16px;
    top: 23px;
}

.rwd-nav-row .open .arr {
    transform: rotate(90deg);
    -moz-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
}

.rwd-main-nav {
    border-bottom: 1px solid #333;
}

.rwd-nav-row:first-child .rwd-main-nav {
    border-top: 1px solid #333;
}

.rwd-sub-nav {
    display: none;
    background: #333;
}

.rwd-misc {
    float: left;
    width: 100%;
    margin: 22px 0 0 0;
    text-align: center;
}

.rwd-misc a {
    display: inline-block;
    width: 80%;
    margin: 0 10% 14px 10%;
    padding: 8px 5px;
    font-size: 16px;
    border: 1px solid #565656;
    border-radius: 4px;
}

/* rwd側選單 end
-----------------------------------------------------*/

/* form style
-----------------------------------------------------*/
input[type="text"],
input[type="file"],
select,
textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    background: #fff;
    padding: 8px;
}

input[type="file"] {
    font-size: 1em;
}

.form-inline {
    display: inline-block;
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    line-height: 1.3;
    cursor: pointer;
}

.checkbox-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
    opacity: 0;
    width: 1px;
    height: 1px;
}

input[type="radio"] {
    height: 17px;
    width: 17px;
    margin-right: 5px;
}

input[type="checkbox"] {
    padding: 10px;
    width: 17px;
    height: 17px;
    border-radius: 0px;
    background-color: #fff;
}

.checkbox-inline .checkbox-btn,
.radio-inline .radio-btn {
    display: inline-block;
    border: 1px solid #999;
    width: 18px;
    height: 18px;
    left: 0;
    top: 1px;
    position: absolute;
}

.checkbox-inline .checkbox-btn {
    border-radius: 3px;
    border: 1px solid #ccc;
}

.radio-inline .radio-btn {
    border-radius: 99%;
}

.radio-inline-active .radio-btn {
    border: 2px solid #18a8c1;
}

.radio-inline-active .radio-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #18a8c1;
    border-radius: 100%;
}

.checkbox-inline-active .checkbox-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #18a8c1;
    border-radius: 100%;
}

.date-start,
.date-end {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.date-start {
    padding-right: 25px;
    margin-right: 5px;
}

.date-start input[type="text"],
.date-end input[type="text"],
.date-start .i-calendar,
.date-end .i-calendar {
    display: inline-block;
    vertical-align: top;
}

.date-start .i-calendar,
.date-end .i-calendar {
    width: 25px;
    margin-top: 5px;
    margin-left: 5px;
}

.date-start::after {
    content: "~";
    display: block;
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    transform: translateY(-50%);
}

.date-wrap {
    display: flex;
    align-items: center;
}

.date-wrap span {
    margin: 0 10px;
}

.date-wrap img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.info-wrap {
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
    overflow: hidden;
}

.info-wrap .btn {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 0 0 0 10px;
    color: #fff;
    display: block;
    background: #0698b1;
    float: right;
}

.info-wrap .btn .icon {
    margin-right: 5px;
}

.info-wrap .search-total {
    float: left;
    margin: 8px 0;
    padding: 0;
}

.info-wrap .search-total strong {
    color: #e84545;
    margin: 0 2px;
}

.itemlist,
.itemlist-inner,
.chklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.chklist>li {
    display: inline-block;
    margin-right: 15px;
}

.itemlist>li input[type="checkbox"],
.itemlist>li input[type="radio"],
.itemlist>li label,
.chklist>li input[type="checkbox"],
.chklist>li input[type="radio"],
.chklist>li label {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.chklist>li input[type="checkbox"],
.chklist>li input[type="radio"],
.itemlist>li input[type="checkbox"],
.itemlist>li input[type="radio"] {
    margin: 1px 0 0 0;
}

.itemlist .item {
    display: inline-block;
    width: 140px;
}

.itemlist>li {
    padding: 10px 0;
}

.itemlist-inner li {
    padding: 10px 0;
}

.itemlist-inner li .item {
    font-weight: normal;
}

/* form style end
-----------------------------------------------------*/

/* table style
-----------------------------------------------------*/

/*
.table {
    width: 100%;
    font-size: 1.08rem;
}

.table th,
.table td {
    padding: 15px;
}

.table td {
    background: #fff;
}

.table tr {
    border-top: 1px solid #dae5f3;
}

.table tr:first-child {
    border-top: 0;
}

.table tr:first-child th {
    border-top: 0;
}

.table {
    width: 100%;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

table.tb2 a {
    color: #2196F3;
    text-decoration: underline;
}

table.tb2 th {
    border-top: 1px solid #bfd4ea;
    background: #d0e4fd;
    text-align: left;
    color: #0c396b;
}

table.top-th th,
table.top-th td {
    text-align: center;
}

table.top-th td {
    line-height: 28px;
    padding: 10px 15px;
}

.table-note-basic {
    display: block;
    margin: 10px 30px;
    color: #666;
}

table.top-th .num {
    width: 80px !important;
}

table.tb2.top-th .status {
    width: 100px !important;
}

table.top-th .th-btn {
    min-width: 300px;
}

.table-info {
    padding: 15px 20px;
    background: #ddd;

    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.table-period {
    font-size: 1.1rem;
    font-weight: bold;
}

.table-made-date {
    float: right;
    font-size: 0.95rem;
}

.table-list li {
    margin: 10px 0;
}

.table-list-inline li {
    display: inline-block;
    margin: 3px 20px 3px 0;
}

.inner-table {
    border: 1px solid #ccc;
    border-radius: 0 !important;
}

.inner-table th,
.inner-table td {
    border: 1px solid #ccc;
}
*/

/* table style end
-----------------------------------------------------*/

/* 按鈕 style
-----------------------------------------------------*/
.btn-wrap.bottom.tbb a {
    background: #0f5e9c;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.btn-wrap {
    width: 100%;
    float: left;
    text-align: center;
    margin: 35px 0;
}

.btn-wrap .binding-btn {
    background: #00bcd4;
}

.btn-wrap.bottom {
    margin: 35px 0;
}

.btn-wrap a {
    background: #666;
    color: #fff;
    border-radius: 5px;
    min-width: 120px;
    display: inline-block;
    padding: 9px 20px;
    margin: 0 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.btn-wrap .confirm,
.btn-wrap .certain,
.btn-wrap .search {
    background: #0352a7;
}

.btn-wrap .preview {
    background: #0b96c3;
}

.btn-wrap .save {
    background: #0aa2ad;
}

.btn-wrap .clear {
    background: #999;
}

.btn-wrap .back {
    background: #999;
}

.tb-btn-wrap {
    text-align: center;
}

.import {
    color: #ff4848;
    font-weight: bold;
}

table .table-btn {
    font-size: 15px;
    font-weight: bold;
    background: #00bcd4;
    padding: 4px 9px;
    border-radius: 5px;
    color: #fff !important;
    min-width: 100px;
    margin: 3px 0.5%;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none !important;
}

table .table-btn .icon {
    margin-right: 5px;
}

.table-btn-inline {
    color: #fff !important;
    text-decoration: none !important;
    background: #2c608a;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.table-inline-add {
    width: 90px;
}

.widget-box-ctrl-btn {
    width: auto;
    display: inline-block;
    margin: 0 0 0 10px;
}

/* 按鈕 style end
-----------------------------------------------------*/

/* 頁數
-----------------------------------------------------*/
.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pagination a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 8px 12px;
    margin: 0 5px;
    font-size: 16px;
    color: #555;
    border-radius: 4px;
    background: #fff;
}

.pagination a.active {
    background: #0352a7;
    color: #fff;
    border: 1px solid #0352a7;
}

/* 頁數 end
-----------------------------------------------------*/

/* header
-----------------------------------------------------*/
.header {
    z-index: 999;
    width: 100%;
    display: inline-block;
    margin: 35px 0 0 0;
}

.header-inner {
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.header-right {
    width: calc(100% - 260px);
}

.header-right img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

.header-left {
    width: 260px;
    margin-bottom: 20px;
}

.header-left img {
    width: 100%;
    display: block;
}

.header-left ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    padding-right: 25px;
}

.header-left ul li {
    width: calc(100% / 4 - 2%);
    float: left;
    vertical-align: top;
    text-align: center;
    margin: 0 1%;
}

.header-left ul li p {
    margin: 12px 0 0 0;
    font-weight: bold;
}

.header-left ul li:nth-child(4) p {
    width: 95px;
    margin: 12px auto 0 auto;
}

.header-left ul li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 94px;
}

/* header end
-----------------------------------------------------*/

/* 漢堡選單
-----------------------------------------------------*/
.hamburger {
    width: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    float: right;
    height: 30px;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #505050;
    border-radius: 100px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

/* 漢堡選單 end
-----------------------------------------------------*/

/* footer
-----------------------------------------------------*/
.footer {
    background: #ffffff;
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.6;
    float: left;
    width: 100%;
}

.footer-inner {
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-contact li {
    margin: 0 0 7px 0;
}

.footer-left,
.footer-right {
    padding: 0 0 15px 0;
    width: 100%;
}

.footer-left,
.footer-nav {
    float: left;
}

.footer-update {
    float: right;
}

.copyright {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.footer-bottom {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding: 15px 0;
}

.footer-nav li {
    display: inline-block;
    border-right: 1px solid #dcdcdc;
    line-height: 1;
    margin-right: -4px;
}

.footer-nav li:first-child {
    border-left: 1px solid #dcdcdc;
}

.footer-nav li a {
    padding: 0 12px;
}

.footer-mark {
    margin: 0 0 25px 0;
    text-align: right;
}

.footer-mark a {
    margin: 0 0 0 8px;
    display: inline-block;
    vertical-align: top;
}

.footer-qrcode {
    text-align: right;
}

.footer-qrcode li {
    width: 90px;
    line-height: 1.4;
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: -9px;
}

.footer-qrcode li img {
    width: 80%;
    margin: 0 auto;
}

.footer-qrcode li p {
    margin: 5px 0;
}

.Mail_icon {
    padding: 0 23px 0 0;
    background: url(../images/Mail_icon.gif) no-repeat right 3px;
    color: #959595;
    text-decoration: none;
}

.red {
    color: rgb(255, 0, 0);
}

.ServiceGuide_icon {
    padding: 0 18px 0 0;
    background: url(../images/ServiceGuide_icon.gif) no-repeat right 3px;
    color: #0fa1b8;
}

.WebPhone_icon {
    padding: 0 18px 0 0;
    background: url(../images/WebPhone_icon.gif) no-repeat right 3px;
    color: #0fa1b8;
}

.footer-link a:first-child {
    margin-right: 8px;
}

/* footer end
-----------------------------------------------------*/

/* main nav
-----------------------------------------------------*/
.main-nav {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
}

.main-nav>.list {
    display: flex;
    /* width: 94%;
                max-width: 1280px; */
    margin: 0 auto;
    justify-content: space-around;
}

.main-nav>.list>li {
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 12px 0;
}

.main-nav>.list>.current {
    background-color: #f1fafa;
}

.main-nav>.list>li>a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1.2rem;
}

.main-nav>.list>li>a>span {
    display: block;
    width: 100%;
    border-right: 1px solid #ccc;
    padding: 10px 0;
    background: url("../images/arr-down.svg") 94% 17px no-repeat;
    background-size: 14px;
}

.main-nav>.list>li:last-child>a>span {
    border-right: 0;
}

.main-nav>.list>li>.main-nav-open>span {
    background: url("../images/arr-up.svg") 94% 17px no-repeat;
    background-size: 14px;
}

.main-nav i {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    margin-top: 1px;
}

.main-nav .nav-icon1 {
    background: url("../images/i-nav1.png") 0 0 no-repeat;
}

.main-nav .nav-icon2 {
    background: url("../images/i-nav2.png") 0 0 no-repeat;
}

.main-nav .nav-icon3 {
    background: url("../images/i-nav3.png") 0 0 no-repeat;
}

.main-nav .nav-icon4 {
    background: url("../images/i-nav4.png") 0 0 no-repeat;
}

.main-nav .nav-icon5 {
    background: url("../images/i-nav5.png") 0 0 no-repeat;
}

.main-nav .nav-icon6 {
    background: url("../images/i-nav6.png") 0 0 no-repeat;
}

.main-nav .nav-icon7 {
    background: url("../images/i-nav7.png") 0 0 no-repeat;
}

/* sub-nav */
.sub-nav {
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: 10px 5px 5px #0c0c0c0d;
    position: absolute;
    top: 70px;
    padding: 25px 0;
    border-top: 1px solid #ddd;
    left: 0;
}

.sub-nav-inner {
    margin: 0 auto;
    width: 96%;
    max-width: 1440px;
}

.sec-nav {
    text-align: left;
    width: 100%;
}

.sec-nav>li {
    width: calc(100% / 3 - 44px);
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 20px;
}

.sec-nav>li>a {
    color: #18a8c1;
    padding: 10px 25px;
    text-align: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.sec-nav>li>a:hover {
    opacity: 0.7;
}

.sec-nav>li>a::before {
    content: "";
    display: block;
    background: #18a8c1;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 20px;
    left: 8px;
}

.third-nav {
    text-align: left;
    width: 100%;
    font-size: 1rem;
}

.third-nav li {
    margin: 8px 20px;
}

.third-nav li a {
    color: #555;
}

.third-nav li a:hover {
    color: #aaa;
}

/* sub-nav end */

/* main nav end
-----------------------------------------------------*/

/* crumb
-----------------------------------------------------*/
.crumb {
    width: 100%;
    padding: 13px 0 15px 0;
    font-size: 0.95rem;
}

.crumb a.home {
    padding-left: 19px;
    margin-left: 0;
    background: url(../images/i-home.png) 0 center no-repeat;
    background-size: 10px 10px;
}

.crumb a,
.crumb .current {
    color: #666;
    margin-left: 3px;
    padding-left: 11px;
    background: url(../images/crumb-arr.png) 0 center no-repeat;
    display: inline-block;
    vertical-align: top;
}

.crumb .current {
    color: #00bcd4;
}

/* crumb end
-----------------------------------------------------*/

/* 綁定按鈕
-----------------------------------------------------*/
.bind-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    z-index: 9999;
}

/* 綁定按鈕
-----------------------------------------------------*/

/* back top
-----------------------------------------------------*/
/*
.back-top {
	
    position: fixed;
    bottom: 115px;
    right: 58px;
    z-index: 999;
}

.back-top a {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 0;
    background: #20ac53;
    border-radius: 100%;
    box-shadow: 0 0px 18px rgba(0, 0, 0, 0.13);
}

.back-top>a {
    position: relative;
    text-align: center;
}

.back-top>a:hover {
    opacity: 0.9;
}

.topArr {
    font-size: 1.1rem;
    color: white;
    line-height: 42px;
    transition: transform .2s ease-out;
}
*/
/* back top end
-----------------------------------------------------*/

.page-nav {
    margin: 20px 0 0 45px;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    justify-content: space-between;
}

.page-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 6px;
    width: 25%;
    border-left: 1px solid #dedede;
}

.page-nav .active {
    background: #a2e2ff;
}

.page-nav a:first-child {
    border-left: 0;
}

.page-main {
    float: left;
    width: calc(100% - 305px);
    margin: 0 0 0 45px;
    background: #fff;
    padding: 30px 35px;
    border-radius: 8px;
    box-shadow: 0px 0px 25px rgba(123, 123, 123, 0.1);
    position: relative;
}

.ending-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    border-radius: 8px;
}

.ending-title {
    position: absolute;
    z-index: 1;
    font-size: 2rem;
    font-weight: bold;
    color: #ff3e20;
    border: 10px solid #ff3e20;
    width: 90%;
    height: 100px;
    text-align: center;
    max-width: 300px;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.ending-title.sticky {
    position: fixed;
    top: 243px;
    left: 58%;
}

.ending-title.sticky2 {
    position: absolute;
    top: 86%;
}

/*  側選單
-----------------------------------------------------*/
.page-side {
    float: left;
    width: 260px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0px 0px 25px rgba(123, 123, 123, 0.1);
}

.page-unit {
    background-color: #0d92aa;
    text-align: center;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    padding: 24px 15px;
}

.side-nav-wrap {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.side-nav>li {
    border-bottom: 1px solid #dedede;
}

.side-nav>li:last-child {
    border-bottom: 0;
}

.side-nav a {
    display: block;
    position: relative;
    color: #222;
    font-size: 1.1rem;
}

.side-nav>li>a {
    padding: 18px 34px 18px 18px;
}

.side-nav a .arr {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/arr-right.svg) 0 0 no-repeat;
    background-size: cover;
    right: 15px;
    top: 26px;
    transition: linear 0.15s;
}

li.active .open {
    background: #00bcd4;
    font-weight: bold;
}

li.active .side-subnav {
    background: #fffbf0;
}

.side-nav .open .arr {
    transform: rotate(90deg);
    transition: linear 0.15s;
}

.side-subnav {
    display: none;
}

.side-subnav li a {
    padding: 18px 34px 18px 18px;
}

.side-subnav li a .arr {
    right: 15px;
    top: 19px;
}

.side-subnav li {
    border-top: 1px solid #dedede;
}

.nolink a {
    opacity: .6;
}

/* 領取說明(一般民眾)
-----------------------------------------------------*/
.people-rule>ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style: none;
}

.people-rule>ul>li {
    padding-left: 20px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 25px;
}

.people-rule>ul>li>.square {
    width: 7px;
    height: 7px;
    position: absolute;
    display: block;
    background: #00a53c;
    margin: -5px 9px 0 0;
    border-radius: 2px;
    top: 16px;
    left: 8px;
}

ul.sub-rule {
    margin: 0;
    padding-left: 0;
    width: 100%;
    list-style: none
}

ul.sub-rule li {
    position: relative;
    padding-left: 23px;
}

.sub-rule>li>.square {
    width: 7px;
    height: 7px;
    position: absolute;
    display: block;
    background: #222;
    margin: -5px 9px 0 0;
    border-radius: 2px;
    top: 16px;
    left: 6px;
}

ul.trid-rule {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none
}

ul.trid-rule li {
    position: relative;
    padding-left: 23px;
}

.trid-rule>li>.square {
    width: 7px;
    height: 7px;
    position: absolute;
    display: block;
    background: #999;
    margin: -5px 9px 0 0;
    border-radius: 2px;
    top: 16px;
    left: 6px;
}

section.people-rule a {
    color: #00a53c;
    text-decoration: underline;
}

.ans a {
    color: #00a53c;
    text-decoration: underline;
}

ul.sub-rule .num-list li::before {
    display: none;
}

ul.sub-rule .num-list li {
    padding: 0;
}

/* 7/15-7/25營業時間異動說明
-----------------------------------------------------*/
.article-lev1 {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.article-lev1 li {
    width: 100%;
    display: inline-block;
    margin-bottom: 6px;
}

.article-lev1 li span {
    margin-right: 3px;
    line-height: 1.7;
}

.article-lev1 li p {
    margin-bottom: 0;
    width: calc(100% - 45px);
}

.article-lev1 li span,
.article-lev1 li p {
    vertical-align: top;
    display: inline-block;
}

.business-hour ul.sub-rule {
    padding: 0 0 0 35px;
}

section.FileDownload {
    display: inline-block;
    margin: 20px 0 0 0;
    font-size: 1rem;
    width: 100%;
}

section.FileDownload>strong {
    display: inline-block;
    width: 145px;
    background: #00a53c;
    color: #fff;
    padding: 4px 15px;
    border-radius: 4px;
    text-align: center;
    margin: 0 0 10px 0;
}

ul.FileDownloadList,
ul.RelatedLinkList {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.FileDownloadList li,
ul.RelatedLinkList li {
    float: left;
    width: 100%;
}

.FileDownloadList li a {
    position: relative;
}

.FileDownloadList li a strong {
    width: calc(100% - 33px);
    float: right;
    font-weight: normal;
}

.FileDownloadList li a img {
    position: absolute;
    width: 28px;
    left: 0;
    top: 0;
    max-width: initial;
}

.twrbo-c-toolDoveTalk {
	/*
    top: -200px !important;
	*/
}

.dovemessage {
    bottom: -50px !important;
}

@media print {
    .people-rule>ul>li>.square {
        top: 14px;
    }
}