@import url(reset.css);
@import url(font-awesome/css/font-awesome.min.css);

.btn {
    text-shadow: none;
    font-size: 18px;
}

.search-box .btn {
    height: 34px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-primary {
    border-color: #337ab7;
}

.font-3l {
    font-size: 28px;
}

.font-2l {
    font-size: 24px;
}

.font-xl {
    font-size: 22px;
}

.font-l {
    font-size: 20px;
}

.font-m {
    font-size: 18px;
}

.font-s {
    font-size: 16px;
}

.font-xs {
    font-size: 15px;
}

.font-2s {
    font-size: 14px;
}

.font-3s {
    font-size: 13px;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-700 {
    font-weight: 700;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.color-light-gary {
    color: #4d4d4d;
}

.color-blue {
    color: #0071bc;
}

.color-gary, .color-green, a.color-green {
    color: #009245;
}

.color-orange {
    color: #f15a24;
}

.color-pink {
    color: #e22b8b;
}

.color-coffee {
    color: #736357
}


a {
    text-decoration: none;
    color: #4d4d4d;
}

    a:hover {
        text-decoration: underline;
    }

label {
    margin-bottom: 5px;
}

.pagination {
    margin-bottom: 0;
}

    .pagination > li > a, .pagination > li > span {
        color: #333;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

input[type=checkbox], input[type=radio] {
    margin-top: 2px;
}

.form-inline {
    white-space: nowrap \9;
}

body {
    font-family: "Helvetica Neue", Helvetica,Arial, "Microsoft JhengHei", "微軟正黑體",sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4d4d4d;
    background: url(../images/bg.png) #f0f0f0 left repeat-y;
}

.sidebar {
    width: 270px;
    position: absolute;
    left: 0;
    top: 0;
}

    .sidebar .logo img {
        display: block;
        /*height: 140px;*/
        height: auto;
        max-width: 100%;
        margin: auto;
        padding: 20px 5px 20px 5px;
        object-fit: cover;
    }

    .sidebar ul {
        border-top: 1px solid #c1c1c1;
    }

        .sidebar ul li {
            border-bottom: 1px solid #c1c1c1;
        }

            .sidebar ul li a {
                display: block;
                border-left: 4px solid #2979c1;
                padding: .6em .5em;
            }

                .sidebar ul li a.selected,
                .sidebar ul li a:hover {
                    color: #fff;
                    background-color: #2979c1;
                    text-decoration: none;
                }

    .sidebar .contact-info {
        line-height: 1.6em;
        padding: 16px 16px;
        border-bottom: 1px solid #c1c1c1;
    }

    .sidebar .repair {
        padding: 16px 12px;
        overflow: hidden;
    }

        .sidebar .repair span {
            float: left;
            white-space: nowrap;
        }

        .sidebar .repair .icon {
            display: block;
            border: 1px solid #999999;
            border: none \9;
            width: 42px;
            height: 42px;
            border-radius: 24px;
            text-align: center;
            line-height: 48px;
            color: #999999;
            margin-right: 6px;
            margin-right: 4px \9;
        }

        .sidebar .repair .txt {
            color: #999999;
            line-height: 1.4em;
        }

            .sidebar .repair .txt big {
                color: #333333;
            }


.pad-menu {
    display: none;
}

.pad-menu {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}

.cover {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
}

.pad-menu-wrap {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 246px;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.topbar, .banner {
    margin-left: 270px;
}

.banner, .banner3 {
    overflow: hidden;
    height: 106px;
    margin-bottom: 10px;
    background: url(../images/banner3.jpg) center center no-repeat;
    background-size: cover;
}

.banner3 {
    margin-left: 270px;
    /*background: url(../images/banner3.jpg) right center no-repeat;*/
    position: relative;
}

    .banner3 .name-title {
        position: absolute;
        top: 50%;
        height: 45px;
        margin-top: -25px;
        left: 20px;
    }

    .banner3 .title-text {
        color: #2979c1;
        font-weight: bold;
        position: absolute;
        top: 65%;
        right: 10%;
        font-size: 22px
    }

.topbar {
    background: url(../images/bg2.png) #fff left repeat-y;
    padding: 10px 20px;
    padding-bottom: 9px;
}

    .topbar .topnav {
        position: absolute;
        right: 15px;
        top: 0;
        overflow: hidden;
    }

        .topbar .topnav a {
            display: block;
            float: left;
            margin-right: 20px;
            padding-top: 10px;
            border-left: 1px solid #c1c1c1;
            padding-left: .5em;
        }

.banner img {
    display: block;
    width: 100%;
}

.breadcrumb {
    margin-bottom: 0;
    margin-left: 284px;
    padding-top: 0;
    margin-right: 20px;
    background-color: transparent;
}

.main {
    margin-left: 284px;
    margin-right: 14px;
    background-color: #fff;
    padding-bottom: 1px;
    padding-top: 1px;
}

h1.title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    background: url(../images/title-bg.png) center bottom repeat-x;
    padding: 20px 20px 8px 52px;
    position: relative;
    margin-bottom: 16px;
}

    h1.title i {
        display: block;
        position: absolute;
        /*bottom: 0;*/
        left: 20px;
    }

    h1.title .small {
        color: #0071bc;
        letter-spacing: 0;
        margin-top: 3px;
        font-size: 72%;
    }

        h1.title .small i {
            position: static;
            display: inline-block;
        }

h1.title-noline {
    background-image: none;
    padding-left: 0;
    letter-spacing: 0;
}

    h1.title-noline i {
        position: static;
        display: inline-block;
    }

h2.title {
    margin-bottom: 16px;
}

.in-box {
    margin: 8px 20px;
    padding: 16px 20px;
    box-shadow: 0 0 10px #e9e9e9;
    behavior: url(/PIE.htc);
}

.tabs {
    margin: 16px 18px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    border-bottom: 1px solid #c8c8c8;
}

    .tabs .tab-item {
        width: 20%;
    }

        .tabs .tab-item .btn {
            display: block;
            margin: 0 2px;
            font-weight: 600;
            padding-top: .6em;
            padding-bottom: .6em;
        }

        .tabs .tab-item .btn-2row {
            padding-top: .478em;
            padding-bottom: .478em;
            line-height: 1em;
        }

        .tabs .tab-item .btn-default {
            background-color: #e6e6e6;
            border-color: #e6e6e6;
            color: #666666;
        }

.login-box {
    margin: 16px 20px;
}

    .login-box h2 {
        padding-bottom: 6px;
        margin-bottom: 8px;
    }

    .login-box ol.qa {
        list-style-type: decimal;
        list-style-position: inside;
        font-weight: 500;
        line-height: 1.65em;
    }

        .login-box ol.qa li {
            border-top: 1px solid #c8c8c8;
            padding: 8px 0;
        }

            .login-box ol.qa li div.a {
                font-weight: 400;
                padding-left: 16px;
                display: none;
            }

            .login-box ol.qa li.open div.a {
                display: block;
            }

            .login-box ol.qa li ol.num-list {
                list-style-type: decimal-leading-zero;
                padding-left: 24px;
            }

                .login-box ol.qa li ol.num-list li {
                    border: none;
                    padding: 3px 0;
                }

        .login-box ol.qa div.a a {
            text-decoration: underline;
        }

        .login-box ol.qa .qa-item .a, .login-box ol.qa .qa-item .a a {
            color: #0071bc;
        }

    .login-box table {
        width: 100%;
    }

        .login-box table td.txt {
            padding: 16px;
            border: 1px solid #c8c8c8;
            border-right: none;
        }

        .login-box table td.form {
            background-color: #2979c1;
            border: 1px solid #2979c1;
            color: #fff;
            width: 300px;
            padding: 16px;
            box-shadow: 0 0 3px #aaa;
            behavior: url(/PIE.htc);
        }

            .login-box table td.form .btn {
                padding-left: 3em;
                padding-right: 3em;
                border-radius: 16px;
                behavior: url(/PIE.htc);
            }

    .login-box .radio {
        line-height: 1.2em;
    }

    .login-box .radio2 {
        line-height: 1em;
    }

    .login-box .form-box {
        margin-bottom: 16px;
        padding-bottom: 4px;
        border-bottom: 1px solid #5795cb;
    }

    .login-box .login-btn-box {
        border-bottom: 1px solid #5795cb;
        padding-bottom: 16px;
    }

    .login-box .check-box {
        padding: 10px 0;
    }

        .login-box .check-box a {
            color: #fff;
        }

    .login-box .form-box h3 {
        margin-bottom: 16px;
    }

    .login-box .form-box p {
        margin: .8em 0;
        line-height: 1.5em;
    }

.footbar {
    padding: 12px 14px;
    margin-right: 20px;
}

    .footbar a {
        display: inline-block;
        margin-left: 1.25em;
    }

        .footbar a i {
            font-size: 12px;
        }

table.sitemap {
    width: 100%;
}

    table.sitemap th, table.sitemap td {
        padding: 10px 20px;
        vertical-align: middle;
        line-height: 1.65em;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }

    table.sitemap th {
        text-align: right;
        border-right: 1px dashed #ccc;
        white-space: nowrap;
    }

    table.sitemap tr.gary {
        background-color: #f2f2f2;
    }

ul.list, ol.list {
    line-height: 1.5em;
}

    ul.list li, ol.list li {
        padding: .8em;
    }

        ul.list li.gary, ol.list li.gary {
            background-color: #f2f2f2;
        }

        ul.list li div.more-box, ol.list li div.more-box {
            margin-top: .4em;
            margin-left: .8em;
            padding-top: .4em;
            border-top: 1px #ccc dashed;
            display: none;
        }

        ul.list li.open div.more-box, ol.list li.open div.more-box {
            display: block;
        }

        ul.list li div.more-box a, ol.list li div.more-box a {
            text-decoration: underline;
        }

        ul.list li div.more-box img.icon {
            width: 24px;
            vertical-align: middle;
        }

    ol.list li {
        position: relative;
        padding-left: 0px;
    }

        ol.list li span.number {
            display: block;
            position: absolute;
            left: 10px;
            font-weight: 500;
        }

        ol.list li a.list-more {
            display: block;
            padding-left: 40px;
            font-weight: 500;
        }

            ol.list li a.list-more i {
                float: right;
                margin-left: 1em;
            }

div.more-box ol {
    margin: 0;
    margin-left: 24px;
    list-style: decimal;
}

    div.more-box ol li {
        margin: 0.2em 0;
        padding: 0;
    }

.search-box {
    padding-top: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

    .search-box label {
        font-weight: 500;
    }

    .search-box .space {
        height: 38px;
        margin-left: 1em;
        margin-right: 1.2em;
        border-right: 1px #ccc dashed;
    }

.text-box {
    background-color: #fcf8e2;
    padding: 30px;
    line-height: 1.65em;
    margin: 16px 20px;
}

.full-box {
    margin: 20px;
}

.categories {
    margin: 16px -4px;
}

    .categories h3 {
        margin-bottom: 10px;
        padding-left: 4px;
    }

    .categories table {
        width: 100%;
        margin-bottom: 30px;
    }

        .categories table th, .categories table td {
            padding: .6em .8em;
            border-left: solid 20px #fff;
            border-right: solid 20px #fff;
        }

        .categories table th {
            background-color: #3e8acc;
            color: #fff;
        }

        .categories table td {
            border-top: solid 1px #b3b3b3;
            border-bottom: solid 1px #b3b3b3;
            width: 33.3333333%;
        }

            .categories table td:hover {
                background-color: #f4f4f4;
            }

            .categories table td a {
                display: block;
            }

                .categories table td a:hover {
                    text-decoration: none;
                }

.table-box {
    margin: 16px 0;
    border-collapse: collapse;
}

    .table-box table {
        width: 100%;
    }

        .table-box table tr.gary {
            background-color: #f4f4f4;
        }

        .table-box table th, .table-box table td {
            padding: .7em .8em;
            vertical-align: middle;
        }

        .table-box table td {
            border-bottom: solid 1px #b3b3b3;
        }

            .table-box table td img {
                width: 28px;
            }

            .table-box table td a.icon:hover {
                color: #009245;
            }

        .table-box table th {
            background-color: #3e8acc;
            color: #fff;
        }

h2.has-right .small {
    padding-top: 6px;
}

.tooltip > .tooltip-inner {
    background-color: #009245;
}

.tooltip.right > .tooltip-arrow {
    border-right-color: #009245
}

.link-table td {
    border: 8px solid #fff;
    vertical-align: middle;
}

.link-table .orange {
    background: url(../images/link1.png) right bottom no-repeat;
    background-color: #f7931e
}

.link-table .green {
    background: url(../images/link1.png) right bottom no-repeat;
    background-color: #009245
}

.link-table a {
    color: #fff;
}

.link-table .gary {
    background-color: #f2f2f2;
    line-height: 1.65em;
    padding: 32px 32px;
}

.link-box {
    margin-left: -8px;
    margin-right: -8px;
}

.time-p {
    margin: .5em 0;
}

.other-link {
    margin-bottom: 16px;
    overflow: hidden;
}

    .other-link ul {
        float: left;
    }

        .other-link ul li {
            margin: 1em 0;
        }

        .other-link ul.one {
            margin-right: 5em;
        }

table.manual-2 th {
    background-color: #f2f2f2;
    font-weight: 500;
}

table.manual-2 th, table.manual-2 td {
    padding: .25em 2em;
    border: 1px solid #999;
}

.step .info-box {
    line-height: 1.65em;
    margin: 1em 0 1.5em 0;
    display: none;
}

.step a {
    text-decoration: underline;
}

.step ol {
    list-style-type: decimal;
    margin-left: 24px;
}

    .step ol ol {
        list-style-type: upper-roman;
    }

.step h3 {
    cursor: pointer;
}

.step-open .info-box {
    display: block;
}

.people-box {
    margin-top: -16px;
}

    .people-box table {
        width: 100%;
    }

        .people-box table td {
            width: 33.3333333%;
        }

            .people-box table td img {
                display: block;
                width: 100%;
                max-width: 300px;
                margin: auto;
            }

        .people-box table .one-row td {
            border-bottom: solid 1px #b3b3b3;
        }
        /*
.people-box table .two-row td {
    border-top: solid 1px #b3b3b3;   
}
*/
        .people-box table .center-col {
            border-left: solid 1px #b3b3b3;
            border-right: solid 1px #b3b3b3;
        }

        .people-box table .center-col2 {
            border-left: solid 1px #fff; /*#b3b3b3; 醫事機構專區2個圖 左邊不要看到線 */
            border-right: solid 1px #b3b3b3;
        }
		
		/*因手機版面太小，將table改為div的樣式*/
		.people-box .one-row{
			display: flex;
			justify-content: space-evenly;
			flex-wrap: wrap;
			padding: 15px;
		}
		
		.people-box div .center-col {
			border: solid 1px #b3b3b3;
			border-radius: 10px;
			width: 33.3333333%;
		}
		
		.people-box div .center-col2 {
			border: solid 1px #b3b3b3;
			border-radius: 10px;
			width: 50%;
		}
		
		@media screen and (max-width: 1200px) {
			.people-box .one-row div {
			    width: 100%;
		    }
		}
		
		.people-box .one-row div img {
			display: block;
			width: 100%;
			max-width: 300px;
			margin: auto;
		}

.quick-box {
    overflow: hidden;
    margin: 0 20px;
    padding: 0;
    padding-bottom: 8px;
}

    .quick-box ul {
        padding-left: 100px;
    }

    .quick-box li {
        border-bottom: 1px dashed #b3b3b3;
        padding: 0;
    }

        .quick-box li a {
            font-weight: 500;
            display: block;
            padding: .5em .2em;
            padding-right: 0;
        }

            .quick-box li a:hover {
                text-decoration: none;
                background-color: #f2f2f2;
            }

.quick-link1 {
    width: 48%;
}

.quick-link2 {
    width: 48%;
}

.quick-link1 h1 {
    border-bottom: 1px solid #009245;
}

.quick-link1 ul {
    background: url(../images/ql1.png) 5px .5em no-repeat;
}

.quick-link2 ul {
    background: url(../images/ql2.png) 5px .5em no-repeat;
}

.quick-link2 h1 {
    border-bottom: 1px solid #0071bc;
}

.quick-link1 li a:hover {
    color: #009245;
}

.quick-link2 li a:hover {
    color: #0071bc;
}

.error {
    width: 100%;
}

    .error ul {
        background: none;
        padding-left: 0;
        overflow: hidden;
    }

        .error ul li {
            float: left;
            width: 48%;
            margin: 0 1%;
        }

.hot-news {
    background-color: #fcf8e2;
    margin: 16px 20px;
    margin-top: 30px;
    padding: 16px 20px;
    padding-top: 20px;
    position: relative;
}

    .hot-news > ul.list > li {
        border-bottom: 1px dashed #f7b09a;
    }

    .hot-news ul.list li.noline {
        border-bottom: none;
    }

.hot-title {
    position: absolute;
    left: 20px;
    top: -17px;
    color: #fff;
    background-color: #f15a24;
    padding: 6px 1.5em;
    border-radius: 8px;
    behavior: url(/PIE.htc);
}

dl.sitemap {
    padding-bottom: 30px;
}

    dl.sitemap dt {
        font-weight: bold;
        margin: .5em 0;
        padding: .5em 0;
        border-bottom: 1px solid #ddd;
        padding-left: .5em;
        font-size: 22px;
    }

    dl.sitemap dd {
        padding-left: 34px;
        padding-bottom: 10px;
    }

        dl.sitemap dd ul {
            list-style-type: disc;
        }

            dl.sitemap dd ul li {
                margin: .5em 0;
                font-size: 20px;
                color: #2979c1;
            }

i.fa {
    padding-right: 5px;
}

.flexslider {
    padding-left: .8em;
    padding-right: .8em;
}

    .flexslider .slides {
        line-height: 1.5em;
        font-size: 20px;
    }

        .flexslider .slides > li {
            /*background-color: #f2f2f2;
    padding: .8em;*/
        }

a.more {
    padding-left: 5px;
}


@media screen and (max-width: 1460px) {
    .font-3l {
        font-size: 26px;
    }

    .font-2l {
        font-size: 22px;
    }

    .font-xl {
        font-size: 20px;
    }

    .font-l {
        font-size: 18px;
    }

    .font-m {
        font-size: 16px;
    }

    .font-s {
        font-size: 14px;
    }

    .font-xs {
        font-size: 13px;
    }

    .font-2s {
        font-size: 12px;
    }

    .font-3s {
        font-size: 11px;
    }

    body {
        background-position-x: -50px;
    }


    .sidebar {
        width: 220px;
    }

        .sidebar .logo img {
            /*height: 110px;*/
        }

    .topbar, .banner {
        margin-left: 220px;
    }

    .banner3 {
        margin-left: 220px;
        height: 76px;
    }

        .banner3 .name-title {
            height: 35px;
            margin-top: -20px;
        }

    .main {
        margin-left: 234px;
    }
}


@media screen and (max-width: 1279px) {
    /*Pad*/
    body {
        background-position-x: -270px;
    }

    .menu-btn {
        display: block;
        width: 36px;
        height: 36px;
        background: url(../images/menu.png);
        -webkit-background-size: contain;
        background-size: contain;
        position: absolute;
        left: 10px;
        top: 5px;
    }

    div[class="sidebar"]:not(:last-of-type) {
        display: none;
    }

    .pad-menu-wrap {
        width: 220px;
    }

    .topbar {
        padding: 30px 45px;
        padding-bottom: 9px;
    }

    .topbar, .banner {
        margin-left: 0px;
    }

        .topbar .topnav a {
            margin-right: 5px;
            padding-top: 15px;
        }

    .Brower {
        position: absolute;
        top: 15px;
        left: 60px;
    }

    .banner3 {
        margin-left: 0px;
    }

    .main {
        margin-left: 14px;
    }
}


@media screen and (max-width: 900px) {
}






@media screen and (max-width: 600px) {
    /*Mobile*/
    .btn {
        font-size: 14px;
    }

    .font-3l {
        font-size: 24px;
    }

    .font-2l {
        font-size: 20px;
    }

    .font-xl {
        font-size: 18px;
    }

    .font-l {
        font-size: 16px;
    }

    .font-m {
        font-size: 14px;
    }

    .font-s {
        font-size: 12px;
    }

    .font-xs {
        font-size: 11px;
    }

    .font-2s {
        font-size: 10px;
    }

    .font-3s {
        font-size: 9px;
    }

    .Brower {
        display: none;
    }

    .banner3 .name-title {
        height: 30px;
        margin-top: -15px;
    }

    .banner3 .title-text {
        left: 25px;
        font-size: 0.85em;
        line-height: 1.7em;
    }

    .breadcrumb {
        margin-left: 0px;
        text-align: left;
    }

    h1.title {
        font-size: 18px;
    }

        h1.title i {
            left: 25px;
        }

    .tabs .tab-item {
        width: 30%;
    }

    .footbar {
        text-align: left !important;
        padding: 12px 14px;
        margin-right: 0px;
    }

        .footbar a {
            margin-left: 0.25em;
        }

            .footbar a i {
                font-size: 10px !important;
            }
}

.list-item img{
	width: 100%;
}
