<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* reset
------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html,body
{
    width: 100%;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
body {
    color: #666;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
    font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
}


/* Custom
------------------------------------------------*/
.clear30 {
    clear: both;
    height: 30px;
}
.img100 {
    max-width: 100%;
}
.imgcover {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.hr-dot {
    display: block;
    height: 3px;
    background: url('../../archive/images/hr_dot.jpg') repeat-x;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
}
.hr-grey {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    opacity: 1;
}
.hr-3dots {
    display: block;
    height: 9px;
    background: url('../../archive/images/dots_3v.jpg') repeat-x;
    border: 0;
    opacity: 1;
}
.mt-15 {
    margin-top: 15px;
}


.main-tit {
    color: #454545;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
}
.main-tit .sub-eng {
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
}
.sub-tit {
    color: #454545;
    font-size: 24px;
    letter-spacing: 1px;
}
.sub-tit .sub-eng {
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
}


/* Button
------------------------------------------------*/
.btn-rnd-grass {
    border: 1px solid #68b101;
    border-radius: 20px;
    color: #68b101;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 7px 3em;
    text-align: center;
}
.btn-rnd-grass:hover {
    background: #68b101;
    border: 1px solid #68b101;
    color: #FFF;
    text-decoration: none;
}
.btn-rnd-tree {
    border: 1px solid #105022;
    border-radius: 20px;
    color: #105022;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 7px 3em;
    text-align: center;
}
.btn-rnd-tree:hover {
    border: 1px solid #105022;
    color: #105022;
    text-decoration: none;
}
.idx-more-block {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
a.btn-rnd-grass:hover {
    background: #68b101;
    color: #FFF;
}
a.btn-rnd-tree:hover {
    background: #105022;
    color: #FFF;
}



/* Nav
------------------------------------------------*/
.nav-top {
    padding: 3px 15px 5px 15px;
    line-height: 0;
}
nav.navbar {
    padding: 0;
}
#navbar {
    background: #105022; /* Old browsers */
    background: -moz-linear-gradient(left, #105022 0%, #68b001 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #105022 0%,#68b001 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #105022 0%,#68b001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105022', endColorstr='#68b001',GradientType=1 ); /* IE6-9 */
    color: #FFF;
    font-size: 16px;
}
#navbar .container .navbar-nav {
    padding: 0 15px;
}
.navbar-brand img {
    max-width: 220px;
    line-height: 0;
    padding-top: 5px;
    padding-left: 15px;
}
#navbar ul.navbar-nav li a {
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-bottom: 1px solid #FFF;
}
#navbar ul.navbar-nav li a:hover {
    background: #FFF;
    color: #21631b;
}
.nav-top-en {
    border-bottom: 3px solid #21631b;
}
.toogle-btn-en {
    padding: 5px 10px;
}
.toogle-btn-en .navbar-toggler {
    font-size: 1.1rem;
    padding: 5px 8px;
}
.toogle-zh {
    margin: 5px 10px;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    margin-bottom: 15px;
}
#navbar ul.navbar-nav li.nav-item div a {
    color: #666;
}
#navbar ul.navbar-nav li.nav-item div a:hover {
    background: #f8f8f8;
}
.back-btn {
    float: right;
    padding-top: 22px;
}
.back-btn a {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}
.back-btn a:hover {
    color: #21631b;
}

.block-bread {
    border-bottom: 1px solid #ddd;
}
.bread-nav {
    list-style: none;
    margin: 8px 0 10px 0;
    -webkit-padding-start: 0;
    -moz-padding-start:0;
}
.bread-nav li {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.8em;
}
.bread-nav li a {
    color: #68b101;
    text-decoration: none;
}
.bread-nav li a:hover {
    text-decoration: underline;
}



/* Blocks
------------------------------------------------*/
.block-main {
    padding: 30px 15px;
}
.block-main-last {
    padding: 30px 15px;
}
.block-grey {
    background: url('../../archive/images/bg_idxnews.jpg') repeat;
    padding: 30px 15px;
}

.banner-item {
    padding: 0;
    line-height: 0;
}


/* Footer
------------------------------------------------*/
.block-copy-sm {
    color: #3d3d3d;
    font-size: 0.88em;
    line-height: 1.6em;
    padding: 8px 0 8px 0;
    text-align: center;
}
.author a{
    color: #3d3d3d;
    text-decoration: none;
}
.author a:hover {
    text-decoration: underline;
}


.card-gradient {
    background: #105022; /* Old browsers */
    background: -moz-linear-gradient(left, #105022 0%, #68b001 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #105022 0%,#68b001 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #105022 0%,#68b001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105022', endColorstr='#68b001',GradientType=1 ); /* IE6-9 */

    border: 0;
    padding: 1px;
}
.reg-card {
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
}
.reg-card-left {
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
}
.card-bar {
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    float: left;
    height: 6px;
    width: 100%;
    background-color: #68b101;
}
.reg-card h2 {
    color: #21631b;
    font-size: 24px;
    padding: 30px 0 25px 0;
    text-align: center;
}
.reg-card-left h2 {
    color: #21631b;
    font-size: 24px;
    padding: 30px 0 25px 0;
}
.open-hrs-box {
    background: #f8f8f8;
    border: 1px solid #68b101;
    border-radius: 3px;
    color: #68b101;
    font-size: 16px;
}

div.open-hrs-box.idx {
    margin-bottom: 15px;
    text-align: left;
}
div.open-hrs-box.idx h3 {
    color: #21631b;
    font-size: 18px;
    padding-left: 15px;
    text-align: left;
}
div.open-hrs-box.idx ul li ul li {
    border-bottom: none;
    font-size: 14px;
    line-height: 1.65em;
    text-align: left;
    padding-left: 15px;
}
div.open-hrs-box.idx ul li ul li a {
    color: #666;

}

.card-gradient-sm {
    background: #105022; /* Old browsers */
    background: -moz-linear-gradient(left, #105022 0%, #68b001 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #105022 0%,#68b001 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #105022 0%,#68b001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105022', endColorstr='#68b001',GradientType=1 ); /* IE6-9 */

    border: 0;
    padding: 1px;
    margin-bottom: 20px;
}
.reg-card-sm {
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
}
.reg-card-sm h2 {
    color: #21631b;
    font-size: 20px;
    padding: 20px 0 15px 0;
    text-align: center;
}
.card-bar {
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    float: left;
    height: 6px;
    width: 100%;
    background-color: #68b101;
}
.open-hrs-box.inner {
    background: #f8f8f8;
    border: 1px solid #68b101;
    border-radius: 3px;
    color: #68b101;
    font-size: 16px;
    margin-bottom: 15px;
}
.open-hrs-box.inner ul li a {
    color: #68b101;
}
.open-hrs-box ul li a {
    color: #68b101;
}


.open-hrs-box ul li {
    border-bottom: 1px solid #68b101;
    letter-spacing: 1px;
    line-height: 1.8em;
    list-style: none;
    padding: 5px 0;
    text-align: center;
}
.open-hrs-box ul li:last-child {
    border-bottom: none;
}
.reg-card-note {
    color: #666;
    font-size: 0.88rem;
    line-height: 1.65em;
    list-style: square;
    padding: 15px 0;
}
.reg-card-note li {
    list-style-position: inside;
    padding-bottom: 5px;
}
.reg-card-note2 {
    color: #666;
    font-size: 1rem;
    line-height: 1.65em;
    list-style: square;
    padding: 0 0 15px 0;
    margin-left: 20px;
}
.reg-card-note2 li {
    padding-bottom: 5px;
}
.reg-card-note2 li a {
    background: #ffea00;
    color: #21631b;
}
.download-box {
    /*background: #f8f8f8;*/
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    font-size: 16px;
    margin: 35px 0 25px 0;
}
.download-box ul li {
    border-bottom: 1px solid #ccc;
    letter-spacing: 1px;
    line-height: 1.8em;
    list-style: none;
    padding: 12px 15px;
}
.download-box ul li:last-child {
    border-bottom: none;
}
.download-box ul li a {
    color: #666;
    display: block;
    text-decoration: none;
}
.download-box ul li:hover {
    background: #f5f5f5;
}
a img.file-icon {
    padding-left: 5px;
    padding-top: 6px;
    float: right;
}
.card-left-bar {
    border-radius: 3px;
    float: left;
    height: 25px;
    width: 6px;
    background-color: #68b101;
    margin-right: 15px;
    margin-top: 5px;
}


.idx-contact-ico {
    color: #68b101;
    display: inline-block;
    text-align: left;
}
.idx-contact-ico.material-icons {
    font-size: 36px;
}

.idx-contact p {
    color: #454545;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.8em;
    padding-left: 15px;
    text-align: left;
}



/* News
------------------------------------------------*/
.idx-left-news h2 {
    border-bottom: 2px solid #222;
    padding-bottom: 20px;
}
.idx-right-news h2 {
    border-bottom: 2px solid #222;
    padding-bottom: 20px;
}
.news-list h2 {
    border-bottom: 2px solid #222;
    padding-bottom: 20px;
}
.news-ul {
    list-style: none;
}
.news-ul li {
    border-bottom: 1px solid #ddd;
    line-height: 1.65em;
    padding: 15px 0;
}
.news-ul li:hover {
    background: #eee;
}
.news-ul li a {
    color: #666;
    display: block;
    font-size: 16px;
}
.news-ul li a:hover {
    text-decoration: none;
}
.nchu-date {
    color: #68b101;
    font-size: 12px;
    letter-spacing: 1px;
}
.branch-date {
    color: #105022;
    font-size: 12px;
    letter-spacing: 1px;
}
.news-hd {
    font-size: 1.5em;
}
.nchu-news-date .material-icons {
    color: #68b101;
}
.nchu-news-date .material-icons.md-16 {
    font-size: 17px;
    padding-right: 5px;
    padding-bottom: 3px;
    vertical-align: middle;
}
.nchu-news-date {
    color: #105022;
    font-size: 0.85rem;
    line-height: 1.85em;
    letter-spacing: 1px;
}
.branch-news-date .material-icons {
    color: #105022;
}
.branch-news-date .material-icons.md-16 {
    font-size: 17px;
    padding-right: 5px;
    padding-bottom: 3px;
    vertical-align: middle;
}
.branch-news-date {
    color: #105022;
    font-size: 0.85rem;
    line-height: 1.85em;
    letter-spacing: 1px;
}
.news-detail {
    line-height: 1.8em;
}
.load-file {
    line-height: 1.65em;
}


.sitemap-wrapper {
    margin-bottom: 25px;
}
.sitemap-item {
    display: block;
    list-style: none;
    width: 100%;
}
.sitemap-item a {
    background: #68b101;
    color: #FFF;
    display: block;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.sitemap-sub {
    display: block;
    list-style: none;
}
.sitemap-sub li {
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
}
.sitemap-sub li a {
    color: #666;
    display: block;
    font-size: 0.9em;
    letter-spacing: 1px;
    padding: 8px;
    text-align: center;
}


.schedule-tb {
    line-height: 1.6em;
    margin-bottom: 25px;
}
.schedule-tb-hd {
    background: #62ace0;
    color: #FFF;
    text-align: center;
}
.schedule-tb tr td {
    padding: 5px;
}
.schedule-p {
    margin-bottom: 15px;
}

.txt-vertical {
    background: #62ace0;
    color: #FFF;
    line-height: 3em;
    padding: 5px 25px;
    text-align: center;
    vertical-align: middle;
}
.internal-clinic.pc td {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #5fbeab;
}
.surgical-clinic.pc td {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #7966a3;
}
.wild-clinic.pc td {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #df6b8d;
}
.rest-row td {
    border: 1px solid #62ace0;
}
.eachday-box {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    font-size: 16px;
    margin: 0 0 25px 0;
}
.eachday-box h3 {
    background: #62ace0;
    color: #FFF;
    font-size: 18px;
    line-height: 1.8em;
    padding: 5px 0;
    text-align: center;
}

.time-ul {
    display: inline-block;
    list-style: none;
    /*line-height: 0;*/
}
.time-ul li {
    line-height: 1.8em;
}
.internal-tb {
    width: 100%;
}
.schedule-mo-tb tr td {
    line-height: 1.65em;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.txt-internal {
    background: #5fbeab;
    color: #FFF;
    width: 30px;
    line-height: 3em;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
}
.internal-clinic {
    background: #eff9f7;
    color: #5fbeab;
    line-height: 1.6em;
}
.internal-clinic td {
    border-bottom: 1px solid #5fbeab;
    padding: 5px 15px;
    line-height: 1.65em;
}
.surgical-tb {
    width: 100%;
}
.txt-surgical {
    background: #7966a3;
    color: #FFF;
    width: 30px;
    line-height: 3em;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
}
.surgical-clinic {
    background: #f2eff6;
    color: #7966a3;
    line-height: 1.6em;
}
.surgical-clinic td {
    border-bottom: 1px solid #7966a3;
    padding: 5px 15px;
    line-height: 1.65em;
}
.txt-surgical {
    background: #7966a3;
    color: #FFF;
    width: 30px;
    line-height: 3em;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
}
.wild-tb {
    width: 100%;
}
.txt-wild {
    background: #df6b8d;
    color: #FFF;
    width: 30px;
    line-height: 3em;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
}
.wild-clinic {
    background: #fcf0f4;
    color: #df6b8d;
    line-height: 1.6em;
}
.wild-clinic td {
    border-bottom: 1px solid #df6b8d;
    padding: 5px 15px;
    line-height: 1.65em;
}
.txt-wild {
    background: #df6b8d;
    color: #FFF;
    width: 30px;
    line-height: 1em;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
}

.wild-clinic td.txt-wild {
    line-height: 1em;
}
.note-tit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.note-ul {
    margin-bottom: 15px;
}
.note-ul li {
    color: #454545;
    line-height: 1.8em;
    list-style: square;
    margin-left: 20px;
}
.note-ul li a {
    color: #454545;
}

.inspect-note-tit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}
.inspect-p {
    line-height: 1.8em;
    margin-top: 15px;
}
.inspect-download a {
    color: #454545;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 5px;
}
.inspect-download a img {
    vertical-align: middle;
    padding-left: 10px;
}


/* Doctors
------------------------------------------------*/
.doctor-tb {
    width: 100%;
    border-collapse: collapse;
    margin: 35px 0 25px 0;
}
/* Zebra striping */
.doctor-tb tr:nth-of-type(odd) {
    background: #f1f1f1;
}
.doctor-tb th {
    background: #68b101;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}
.doctor-tb td, th {
      padding: 10px;
      border: 1px solid #ccc;
      line-height: 1.65em;
      text-align: left;
}
.basic-img-card-left {
    width: 200px;
    height: 200px;
    margin: 25px auto 10px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.basic-img-card {
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.doctor-name {
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}
.doctor-name .doctor-title {
    font-size: 14px;
}
.doctor-main-info {
    list-style: none;
    line-height: 1.65em;
}
.team {
    line-height: 1.6em;
    text-align: justify;
    margin-bottom: 15px;
}


.about-tit {
    color: #21631b;
    font-size: 24px;
    margin-bottom: 15px;
}
.history-block h3 {
    font-size: 1.15em;
}
.history-block h3 span {
    color: #68b101;
    font-size: 0.8rem;
    padding-left: 15px;
}
.history-block p {
    line-height: 1.8em;
    text-align: justify;
}
.about-card {
    margin-bottom: 15px;
    padding: 15px;
}
.about-card h4 {
    font-size: 16px;
    line-height: 1.8em;
    padding-top: 5px;
    text-align: center;
}


@media (max-width: 355px) {
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /* Button
    ------------------------------------------------*/
    .btn-rnd-grass {
        border: 1px solid #68b101;
        border-radius: 20px;
        color: #68b101;
        font-size: 1rem;
        letter-spacing: 2px;
        padding: 7px 6em;
        text-align: center;
    }
    .btn-rnd-grass:hover {
        border: 1px solid #68b101;
        color: #68b101;
        text-decoration: none;
    }
    .btn-rnd-tree {
        border: 1px solid #105022;
        border-radius: 20px;
        color: #105022;
        font-size: 1rem;
        letter-spacing: 2px;
        padding: 7px 6em;
        text-align: center;
    }
    .btn-rnd-tree:hover {
        border: 1px solid #105022;
        color: #105022;
        text-decoration: none;
    }
    .idx-more-block {
        margin-top: 30px;
        margin-bottom: 40px;
        text-align: center;
    }


    /* Nav
    ------------------------------------------------*/
    .navbar-brand img {
        max-width: 350px;
        line-height: 0;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .main-tit {
        color: #454545;
        font-size: 30px;
        letter-spacing: 1px;
        margin-bottom: 30px;
        text-align: center;
    }



    /* Nav
    ------------------------------------------------*/
    #navbar ul.navbar-nav li a {
        border-bottom: 0;
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 8px;
    }
    .toogle-zh {
        margin: 0;
    }
    .back-btn {
        float: right;
        padding-top: 16px;
    }
    .back-btn .btn {
        padding: 0.375em 7px;
    }
    .back-btn a {
        color: #666;
        font-size: 12px;
        margin-left: 0px;
    }
    .back-btn a:hover {
        color: #21631b;
    }

    /* Blocks
    ------------------------------------------------*/
    .block-main {
        padding: 40px 15px;
    }
    .block-main-last {
        padding: 40px 15px 25px 15px;
    }
    .block-grey {
        background: url('../../archive/images/bg_idxnews.jpg') repeat;
        padding: 40px 15px;
    }


    /* Footer MD
    ------------------------------------------------*/
    .footer-top {
        background: url('../../archive/images/bg_footer_top.jpg') repeat-x center;
        height: 85px;
    }
    .block-quicknav {
        background: #105022; /* Old browsers */
        background: -moz-linear-gradient(left, #105022 0%, #68b001 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #105022 0%,#68b001 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #105022 0%,#68b001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105022', endColorstr='#68b001',GradientType=1 ); /* IE6-9 */

        border-bottom: 1px solid #FFF;
        color: #FFF;
    }
    .block-quicknav .navbar {
        font-size: 0.88em;
        letter-spacing: 0;
        padding: 10px 0;
    }
    .block-quicknav ul {
        color: #FFF;
        margin: 0;
        -webkit-padding-start: 0;
        -moz-padding-start: 0;
    }
    .block-quicknav ul li a {
        color: #FFF;
        padding-right: 4px;
        text-decoration: none;
    }
    .block-quicknav ul li a:hover {
        text-decoration: underline;
    }
    .totop {
        cursor: pointer;
    }
    .block-footer {
        padding: 25px 0;
        border-top: 1px solid #47b26d;
    }
    .footer-ul {
        color: #3d3d3d;
        font-size: 0.88em;
        letter-spacing: 2px;
        line-height: 1.8em;
        list-style: none;
        margin: 10px 0 0 0;
        -webkit-padding-start: 0;
        -moz-padding-start: 0;
    }
    .footer-ul li a {
        color: #3d3d3d;
        text-decoration: none;
    }
    .footer-ul li a:hover {
        text-decoration: underline;
    }
    .block-copy {
        color: #3d3d3d;
        font-size: 0.9em;
        line-height: 1.6em;
        height: 1.6em;
        padding: 1em 0 2.5em 0;
    }
    .author a{
        color: #3d3d3d;
        text-decoration: none;
    }
    .author a:hover {
        text-decoration: underline;
    }



    .idx-more-block {
        margin-top: 30px;
        margin-bottom: 0px;
        text-align: center;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #navbar ul.navbar-nav li a {
        border-bottom: 0;
        font-size: 17px;
        padding: 10px 14px;
    }
    .navbar-brand img {
        max-width: 500px;
    }
    .back-btn {
        float: right;
        padding-top: 22px;
    }
    .back-btn .btn {
        padding: 0.375rem 0.75rem;
    }
    .back-btn a {
        color: #666;
        font-size: 14px;
        margin-left: 0px;
    }


    /* Blocks
    ------------------------------------------------*/
    .block-main {
        padding: 60px 15px;
    }
    .block-main-last {
        padding: 60px 15px 40px 15px;
    }
    .block-grey {
        background: url('../../archive/images/bg_idxnews.jpg') repeat;
        padding: 70px 15px;
    }


    /* Footer LG
    ------------------------------------------------*/
    .block-quicknav .navbar {
        font-size: 0.88em;
        letter-spacing: 1px;
        padding: 10px 0;
    }
    .block-quicknav ul li a {
        color: #FFF;
        padding-right: 1em;
    }


    /* News LG
    ------------------------------------------------*/
    .idx-left-news {
        padding-right: 15px;
    }
    .idx-right-news {
        padding-left: 15px;
    }


    .open-hrs-box.inner {
        background: #f8f8f8;
        border: 1px solid #68b101;
        border-radius: 3px;
        color: #68b101;
        font-size: 14px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    /* Nav
    ------------------------------------------------*/
    #navbar ul.navbar-nav li a {
        border-bottom: 0;
        font-size: 17px;
        padding: 10px 15px;
    }

}
@media (min-width: 1560px) {
    /* Nav
    ------------------------------------------------*/
    #navbar ul.navbar-nav li a {
        border-bottom: 0;
        font-size: 17px;
        padding: 10px 20px;
    }

}





@media only screen and (max-width: 991px) {

    /* Force table to not be like tables anymore */
    .doctor-tb table, .doctor-tb thead, .doctor-tb tbody, .doctor-tb th, .doctor-tb td, .doctor-tb tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .doctor-tb thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .doctor-tb tr {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .doctor-tb tr:first-child {
        border-top: 1px solid #ccc;
    }

    .doctor-tb td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 30%;
    }

    .doctor-tb td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 6px;
        width: 25%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    .doctor-tb td:nth-of-type(1):before { content: "科別"; color: #68b101; border-right: 1px solid #ccc; }
    .doctor-tb td:nth-of-type(2):before { content: "姓名"; color: #68b101; border-right: 1px solid #ccc; }
    .doctor-tb td:nth-of-type(3):before { content: "職稱"; color: #68b101; border-right: 1px solid #ccc; }
    .doctor-tb td:nth-of-type(4):before { content: "聯絡電話"; color: #68b101; border-right: 1px solid #ccc; }
    .doctor-tb td:nth-of-type(5):before { content: "電子信箱"; color: #68b101; border-right: 1px solid #ccc; }
}
</pre></body></html>