@charset "utf-8";

/* CSS Document */
/* main */
.pageHeader {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
}

.pageHeader .logo {
    float: left;
    padding: 10px 0px 0px 0px;
    /*margin: 20px 0 10px 0px;*/
}

@media only screen and (max-width: 1200px) {
    .pageHeader .logo {
        margin: 0px 0 0px 0px;
        padding-top: 2px;
    }
}

.pageHeader .logo h1 {
    float: left;
    margin: 0px 0 0px 0px;
}

.pageHeader .logo h1 img {
    height: 39px;
}
.pageHeader .logo h1:after {
    width: 1px;
    position: absolute;
    height: 40px;
    display: inline-block;
    content: '';
    background: #7a879d;
    margin: 0px 15px 0px 0;
}

.pageHeader .logo h2 {
    float: left;
    margin: 0px 0 0px 0px;
}
.pageHeader .logo h2 img {
    height: 39px;
}


.pageHeader .top_menu {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.pageHeader .top_menu .smenu {
    margin: 0px 2px 0px 0px;
    display: flex;
    justify-content: flex-end;
}

.pageHeader .top_menu .smenu .login {
    margin: 8px 10px 0px 0px;
}

.pageHeader .top_menu .smenu .login i {
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px 5px;
    background: #d54f46;
    margin: 0 0 0 0px;
}

.pageHeader .top_menu .smenu ul {
    background: #164c88;
    margin: 0;
    padding: 7px 10px;
    list-style: none;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.pageHeader .top_menu .smenu ul li {
    font-size: 1.0625em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageHeader .top_menu .smenu ul li:after {
    width: 1px;
    height: 17px;
    display: inline-block;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    margin: 0px 15px 0px 15px;
}

.pageHeader .top_menu .smenu ul li:last-of-type:after {
    display: none;
}

.pageHeader .top_menu .smenu ul li a {
    color: #fff;
}

.pageHeader .top_menu .smenu02 {
    margin: 0px 5px 0px 0px;
}

.pageHeader .top_menu .smenu02 ul {
    background: #49aad5;
    margin: 0;
    padding: 7px 10px;
    list-style: none;
    border-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.pageHeader .top_menu .smenu02 ul li {
    font-size: 1em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageHeader .top_menu .smenu02 ul li i {
    font-size: 1em;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.pageHeader .top_menu .smenu02 ul li:after {
    width: 1px;
    height: 17px;
    display: inline-block;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    margin: 0px 15px 0px 15px;
}

.pageHeader .top_menu .smenu02 ul li:last-of-type:after {
    display: none;
}

.pageHeader .top_menu .smenu02 ul li a {
    color: #fff;
}

.pageHeader .top_menu .smenu02 ul li a img {
    margin-right: 3px;
}

.pageHeader .top_menu .smenu02 ul li.dropdown {
    display: inline-block;
}

.pageHeader .top_menu .smenu02 ul li.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #49aad5;
    min-width: 120px;
    z-index: 1;
    margin: 0px 0px 0 -10px;
}

.pageHeader .top_menu .smenu02 ul li.dropdown .dropdown-content a {
    color: black;
    padding: 5px 16px 5px 30px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 1em;
    color: #fff;
}

.pageHeader .top_menu .smenu02 ul li.dropdown .dropdown-content a:hover {
    color: #fff;
    text-decoration: underline;
}

.pageHeader .top_menu .smenu02 ul li.dropdown:hover .dropdown-content {
    display: block;
}

.pageHeader .top_menu .font-box {
    width: auto;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pageHeader .top_menu .font-box span {
    font-size: 16px;
    color: #818181;
    font-weight: bold;
    margin: 0 5px 0 10px;
}

.pageHeader .top_menu .font-box a {
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    padding: 2px 6px;
    background: #67cee7;
    margin: 0 0 0 3px;
    min-width: 25.5px;
    text-align: center;
}

/* search */
#search input[type=search]:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

#search input[type=search]:focus {
    width: 150px;
    padding-left: 30px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    cursor: auto;
}

#search input:-moz-placeholder {
    color: transparent;
}

#search input::-webkit-input-placeholder {
    color: transparent;
}

#search {
    display: inline-block;

    vertical-align: top;
}

input[type=search] {
    background-image: url(../images/search.png);
    border: none;
    width: 25px;
    height: 25px;
    color: #444;
    background-size: 21px;
    background-position-y: 2px;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-repeat: no-repeat;
}

/* nav */
.navbar {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.top-dropdown {
    float: left;
    overflow: hidden;
}

.top-dropdown .dropbtn {
    font-size: 1.0625em;
    font-weight: bold;
    color: #5e5e5e;
    border: none;
    outline: none;
    padding: 20px 16px;
    background-color: inherit;
    margin: 0;
}

.top-dropdown .dropbtn a {
    color: #5e5e5e;
}

.navbar a:hover,
.top-dropdown:hover .dropbtn {
    color: #164c88;
}

.top-dropdown-content {
    display: none;
    position: absolute;
    background: #f5f5f5;
    width: 100%;
    left: 0;
    z-index: 9;
    padding: 30px 0px;
}

.top-dropdown:hover .top-dropdown-content {
    display: block;
}

.drop_left {
    width: 25%;
    margin: 0px 0px 0px 0;
    float: left;
}

.drop_left img {
    width: 100%;
}

.drop_right {
    width: 75%;
    margin: 0px 0px 0px 0;
    float: left;
    padding: 0 0 0 40px;
}

.mega_list01 {
    width: 100%;
    margin: 20px 0px 0px 0;
    padding: 0;
}

.mega_list01 li {
    width: calc(100% / 4);
    margin: 0px 0px 15px 0;
    padding: 0;
    position: relative;
    list-style: none;
    float: left;
    color: #5e5e5e;
    font-size: 1em;
    font-weight: bold;
}

.mega_list01 li a {
    color: #5e5e5e;
}

.mega_list01 li:hover a {
    color: #539bd4;
}

.mega_list01 li:before {
    content: "\f054";
    position: absolute;
    display: inline-block;
    margin: 5px 0px 0px -10px;
    font-size: 0.5em;
    color: #1B3059;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-appearance: none;
}

.mega_list01 li:hover:before {
    color: #539bd4;
}

@media only screen and (min-width: 1201px) and (max-width: 1540px) {
    .navbar {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .pageHeader .top_menu {
        display: none;
    }

    .navbar {
        display: none;
    }
}

/*@media only screen and (min-width: 401px) and (max-width: 499px) {
    .pageHeader .logo h1 img {
        height: 28px;
    }

    .pageHeader .logo h2 img {
        height: 28px;
    }
}*/

@media only screen and (min-width: 0px) and (max-width: 400px) {
    /*.pageHeader .logo h1 img {
        height: 25px;
    }*/

    /*  .pageHeader .logo h2 img {
        height: 25px;
    }

    .pageHeader .logo h2 {
        padding: 0px 0 0px 8px;
    }

    .pageHeader .logo h1:after {
        width: 1px;
        height: 25px;
        margin: 0px 0px 0px 0;
    }*/
}


/* -mobile menu-*/
.mobile_menu {
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .mobile_menu {
        display: inline-block;
        margin: 12px 0px 0 0px;
        float: right;
    }
}

#toggle {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    padding: 8px 8px 5px 8px;
    right: 15px;
    position: relative;
    position: absolute;
    z-index: 99;
    background: #49aad5;
}

#toggle div {
    width: 85%;
    height: 2px;
    background: #fff;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on {
    background: #49aad5;
}

#toggle.on .one {
    transform: rotate(50deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-50deg) translate(4px, -4px);
}

@media only screen and (min-width: 1201px) {
    #menu {
        display: block !important;
    }
}

@media only screen and (max-width: 1200px) {
    #menu {
        background: #194c74;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding: 90px 0px 120px 0px;
        overflow: auto !important;
        margin: auto;
        z-index: 5;
        display: none;
    }
}


.lau-btn {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .lau-btn {
        width: 100%;
        margin: 10px 0px;
        padding: 0 0 0 8px;
        display: block;
    }
}


.lau-btn a {
    width: calc(100% / 3 - 5px);
    display: inline-block;
    color: #fff;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 9px;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 0px;
    border: none;
    text-align: center;
}

.lau-btn .current {
    background-color: #fff;
    color: #0063a6;
    border: none;
}

#m-search {
    display: none;
}

@media only screen and (max-width: 1200px) {
    #m-search {
        position: relative;
        width: 100%;
        margin: 0 auto 10px auto;
        padding: 0 8px 0 8px;
        display: block;
    }
}


#m-search .ico-search {
    position: absolute;
    left: 20px;
    z-index: 10;
    top: 6px;
}

#m-search label {
    display: none;
}

#m-search input[type=search] {
    background-position-x: 7px;
    background-position-y: 11px;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-left: 38px;
    background: rgba(255, 255, 255, 0.15);
    cursor: auto;
    padding: 7px 5px 10px 5px;
    opacity: 1;
    padding-left: 40px;
    border: none;
    border-radius: 0;
    left: calc(50% - 140px);
    color: #fff;
    font-size: 1em;
}

#m-search input:-moz-placeholder {
    color: transparent;
}

#m-search input::-webkit-input-placeholder {
    color: transparent;
}

.m_login {
    margin: 0px 0px 10px 0px;
    text-align: center;
    color: #fff;
}

.m_login i {
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px 5px;
    background: #d54f46;
    margin: 0 0 0 0px;
}

/* main banner */
.main-banner {
    width: 100%;
    margin: auto;
    padding: 0px 0 0 0;
    position: relative;
}

.main-banner:before {
    content: '';
    position: absolute;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 150px;
    margin: 0px 20px 0px 0px;
    background: url(../images/wave.png) center;
    background-repeat: no-repeat;
}

.main-banner img {
    width: 100%;
}

.main-banner .for_PC {
    display: block;
    width: 100%;
}

.main-banner .for_mobile {
    display: none;
}

.main-banner .for_PC img,
.main-banner .for_mobile img {
    width: 100%;
}

.main-banner .main-banner-slick {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (min-width: 0px) and (max-width: 899px) {
    .main-banner .for_PC {
        display: none;
    }

    .main-banner .for_mobile {
        display: block;
        width: 100%;
    }
}

.slogan_box02 {
    width: auto;
    position: absolute;
    right: 10%;
    top: 30%;
    z-index: 1;
}

.slogan_box02 h2 {
    width: 100%;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
    display: flex;
    justify-content: flex-end;
}

.slogan_box02 h3 {
    width: 100%;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px 0;
    font-family: Arial Black, Arial;
    text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
    font-style: italic;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
    .slogan_box02 {
        right: 5%;
    }

    .slogan_box02 h2 {
        font-size: 32px;
    }

    .slogan_box02 h3 {
        font-size: 26px;
    }
}

.search_doctorbox {
    width: auto;
    position: absolute;
    left: 10%;
    top: 7%;
    z-index: 1;
}

.search_doctorbox .title {
    background: rgba(0, 99, 166, 0.8);
    padding: 10px 0px;
    width: 350px;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 40px;
    border-radius: 10px;
    border-top-right-radius: 40px;
}

.mian_icon {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.mian_icon li {
    margin: 10px 0px 10px -4px;
    padding: 0px 0px 0px 0px;
    width: calc(100% / 2);
    list-style: none;
    height: auto;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    transition: transform 1s;
}

.mian_icon li h2 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
}

.mian_icon li .pic {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-block;
}

.mian_icon li .pic img {
    width: 100%;
}

.mian_icon li:hover {
    transform: translate(0px, -10px);
}

.mian_icon li:hover h2 {
    color: #fff;
}

@media only screen and (min-width: 501px) and (max-width: 1350px) {
    .search_doctorbox {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }

    .search_doctorbox .title {
        width: 100%;
        background: rgba(0, 99, 166, 1);
        border-radius: 0px;
    }

    .mian_icon {
        text-align: center;
    }

    .mian_icon li {
        width: auto;
        margin: 5px 0px 0px -4px;
        padding: 0px 12px 0px 12px;
    }

    .mian_icon li h2 {
        font-size: 1em;
    }

    .mian_icon li .pic {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .search_doctorbox {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }

    .search_doctorbox .title {
        width: 100%;
        background: rgba(0, 99, 166, 1);
        border-radius: 0px;
    }

    .mian_icon li {
        width: calc(100% / 4);
        margin: 5px 0px 0px -4px;
    }

    .mian_icon li h2 {
        font-size: 1em;
    }

    .mian_icon li .pic {
        width: 35px;
        height: 35px;
    }
}

/* 最新消息跑馬燈 */
.ind_news {
    text-align: center;
    width: 1440px;
    margin: 0 auto;
    padding: 0px 0;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.ind_news ul.news-slick {
    width: 100%;
    height: 20px;
}

.ind_news ul.news-slick li {
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.6;
}

.ind_news ul.news-slick li a {
    color: #fff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ind_news ul.news-slick li:hover a {
    color: #0d1a1f;
}

@media only screen and (min-width: 0px) and (max-width: 1650px) {
    .ind_news {
        width: 90%;
    }
}

/* page-banner */
.page-banner {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 0;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner h2 {
    color: #fff;
    text-align: center;
    font-size: 1.85em;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    top: 45%;
    text-shadow: black 0.1em 0.1em 0.2em
}

@media only screen and (max-width: 600px) {
    .page-banner {
        height: 200px;
    }

    .page-banner h2 {
        line-height: 1;
    }
}

.page-banner02 {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 0;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner02 h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    top: 45%;
    text-shadow: black 0.1em 0.1em 0.2em
}

/* SCROLL TO TOP */
.scrollToTop {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 4;
}

.scrollToTop li {
    width: 80px;
    height: 63px;
    line-height: 40px;
    background: #2883c2;
    color: #fff;
    font-size: 13px;
    padding: 0;
    list-style: none;
    margin: 0 0 3px 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.scrollToTop li a {
    color: #fff;
}

.scrollToTop li.top {
    background: #003865;
}

.scrollToTop li:hover {
    background: #14a0c0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .scrollToTop li .txt {
        display: none;
    }

    .scrollToTop li {
        width: 50px;
        height: 40px;
    }
}

/* 定義區塊 */
.box-4 {
    width: 1600px;
    margin: 0px auto;
    padding: 0px 0;
    height: auto;
    overflow: hidden;
}

header .box-4 {
    min-height: 76px;
}

@media only screen and (max-width: 1200px) {
    header .box-4 {
        min-height: 60px;
    }
}

.box-5 {
    width: 80%;
    margin: 0px auto;
    padding: 0px 0;
    height: auto;
    overflow: hidden;
}

.main_content {
    width: 100%;
    margin: 0px auto;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .main_content {
        padding: 45px 0;
    }
}

.left {
    width: 400px;
    margin: 0px 50px 0px 0;
    float: left;
}

.right {
    width: calc(100% - 450px);
    margin: 0px 0px 0px 0;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .right {
        max-width: 100%;
        width: 100%;
    }
}

.user_editor {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: static !important;
}

.user_editor img {
    max-width: 100% !important;
    height: auto !important;
}

.user_editor table {
    width: 100% !important;
}

/*.line-height {
    line-height: 2;
}*/

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.line-height {
    line-height: 1.7;
}

/* -會員條款-*/
.fancy-box {
    display: none;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
}

.member-terms {
    padding: 50px;
    overflow: hidden;
    max-width: 850px;
    display: flex;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .member-terms {
        padding: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1680px) {
    .box-4 {
        width: 95%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1650px) {
    .box-5 {
        width: 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 980px) {
    .left {
        width: 100%;
        display: none;
    }

    .right {
        width: 100%;
    }
}

h2.articleTitle {
    clear: both;
    margin-bottom: 30px;
    border-bottom: 3px solid #eee;
}

h2.articleTitle strong {
    position: relative;
    display: inline-block;
    font-weight: normal;
    /*padding: 0 10px 10px 10px;*/
    font-size: 1.5em;
    font-weight: bold;line-height: 1.3;
    color: #0063a6;padding: 0 0px 10px 0px;
}

h2.articleTitle strong:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #49a2cd;
}

.title02 {
    width: 100%;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.title02 .icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #14a0c0;
    padding: 8px;
    display: inline-block;
}

.title02 .icon2 {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #5059ab;
    padding: 8px;
    display: inline-block;
}

.title02 .icon3 {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #d54f46;
    padding: 8px;
    display: inline-block;
}

.title02 .icon4 {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #09909f;
    padding: 8px;
    display: inline-block;
}

.title02 .icon img,
.title02 .icon2 img,
.title02 .icon3 img,
.title02 .icon4 img {
    width: 100%;
}

.title02 h2 {
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 0 5px;
}

.title03 {
    width: 100%;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
}

.title03 h2 {
    color: #fff;
    text-align: center;
    padding: 7px 10px;
    font-size: 1.25em;
    font-weight: bold;
    background: -webkit-repeating-linear-gradient(-45deg, #2caac7, #2caac7 3px, #14a0c0 3px, #14a0c0 7px);
    background: repeating-linear-gradient(-45deg, 2caac7, #2caac7 3px, #14a0c0 3px, #14a0c0 7px);
}

.title04 {
    width: 100%;
    margin: 10px 0 0px 0;
    padding: 10px;
    border: 2px solid #49a2cd;
    border-radius: 5px;
    color: #49a2cd;
    font-weight: bold;
}

.title05 {
    width: 100%;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
}

.title05 h2 {
    color: #188cc9;
    padding: 7px 0px;
    font-size: 1.25em;
    font-weight: bold;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
    margin: 30px 0 30px 0;
}

/* 麵包屑 */
.breadbox {
    margin: 0px 0px 0px 0px;
    width: 100%;
    position: absolute;
    bottom: 15px;
}

.breadbox .bread-crumbs {
    width: 1600px;
    margin: 0px auto;
}

.breadbox .bread-crumbs li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.breadbox .bread-crumbs li a {
    color: #fff;
}

.breadbox .bread-crumbs li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.breadbox .bread-crumbs li:after {
    content: '>';
    margin: 0 5px 0 10px;
}

.breadbox .bread-crumbs li:last-child:after {
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 1650px) {
    .breadbox .bread-crumbs {
        width: 90%;
    }
}

/* 分類 */
.category {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center
}

.category li {
    margin: 0 5px 10px 5px;
    padding: 10px 20px;
    list-style: none;
    display: inline-block;
    font-size: 1em;
    color: #2f2f2f;
    background: none;
    border-radius: 50px;
    position: relative;
    background: #dae7f0;
}

.category li a {
    color: #444;
}

.category li.current,
.category li:hover {
    color: #FFF;
    background: #2a92ba;
}

.category li.current a,
.category li:hover a {
    color: #FFF;
}

.category li.current:before {
    position: absolute;
    content: "\f0d7";
    display: inline-block;
    margin: 0px 0px 0px 0px;
    font-size: 30px;
    color: #2a92ba;
    ;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-appearance: none;
    left: calc(50% - 6px);
    bottom: -23px;
}

/* -main--------------------------------------------------------------------------------------------------*/
.main_link {
    margin: 5% auto 20px auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main_link ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_link li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    width: calc(100%/4 - 10px);
    list-style: none;
    transition: all 0.6s;
}

.main_link li .pic {
    margin: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_link li .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.main_link li .pic .title {
    font-size: 1.3125em;
    color: #fff;
    font-weight: bold;
    position: absolute;
    margin: -20px 0 0 0;
}

.main_link li .pic .more {
    position: absolute;
    margin: 25px 0 0 0;
}

.main_link li .pic .more:before {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    content: "\f067";
    margin: 0px 0px 0px 5px;
    color: #fff;
    font-size: 12px;
    transition: transform 1s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_link li:hover .pic .more:before {
    width: 104px;
    height: 38px;
    border: none;
    border-radius: 20px;
    display: block;
    background: #95beda;
    content: "MORE";
    margin: 0px 0px 0px 5px;
    color: #fff;
    font-size: 14px;
    transform: translate(0px, -8px);
    font-family: '微軟正黑體';
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_link li .pic img {
    width: 100%;
}

.main_link li:hover .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 99, 166, 0.9);
    border-radius: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
    .main_link_title {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .main_link li {
        width: calc(100%/2 - 10px);
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .main_link li {
        width: 100%;
        margin: 20px 0px 30px 0px;
    }
}

.main_info {
    margin: 0px auto 0px auto;
    width: 1350px;
    height: auto;
    overflow: hidden;
    padding: 200px 0 0 0;
}

.main_info .tt {
    float: right;
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 200px;
}

.main_info .tt h2 {
    float: right;
    color: #0063a6;
    font-size: 1.25em;
}

.main_info .tt h3 {
    float: right;
    color: #333;
    font-size: 2em;
    font-weight: bold;
}

.main_info .box {
    width: calc(100% - 200px);
    float: left;
}

.main_info .box ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_info .box ul li {
    width: 23%;
    float: left;
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
}

.main_info .box ul li:nth-child(3),
.main_info .box ul li:nth-child(7) {
    width: 31%;
    float: left;
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
}

.main_info .box ul li .pic {
    float: left;
    width: 92px;
    height: 92px;
    display: block;
    position: relative;
}

.main_info .box ul li .pic img {
    width: 100%;
}

.main_info .box ul li p {
    width: calc(100% - 92px - 10px);
    float: left;
    margin: 0px 0px 0px 10px;
    color: #7f7f7f;
    font-size: 1.25em;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.main_info .box ul li:hover .pic:before {
    background: #2a92ba;
}

.main_info .box ul li .pic:before {
    content: '';
    width: 84px;
    height: 84px;
    display: block;
    background: #9cd1dd;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
}

.main_info .box ul li:hover .pic:after {
    content: '';
    border: 1px solid #2a92ba;
    position: absolute;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 0px) and (max-width: 1450px) {
    .main_info {
        width: 90%;
        padding: 150px 0 0 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1260px) {
    .main_info .tt {
        text-align: left;
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .main_info .box {
        width: 100%;
    }
}

@media only screen and (min-width: 701px) and (max-width: 925px) {
    .main_info .box ul li {
        width: 33%;
    }

    .main_info .box ul li:nth-child(3),
    .main_info .box ul li:nth-child(7) {
        width: 33%;
    }
}

@media only screen and (min-width: 501px) and (max-width: 700px) {
    .main_info .box ul li {
        width: 50%;
    }

    .main_info .box ul li:nth-child(3),
    .main_info .box ul li:nth-child(7) {
        width: 50%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .main_info .box ul li {
        width: 100%;
    }

    .main_info .box ul li:nth-child(3),
    .main_info .box ul li:nth-child(7) {
        width: 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 850px) {
    .main_info {
        padding: 30px 0 0 0;
    }
}

.main_link02 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 70px auto;
}

.main_link02 ul {
    width: 100%;
    padding: 0;
    list-style: none;
    height: auto;
    overflow: hidden;
    margin: 20px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.main_link02 ul li {
    float: left;
    width: calc(100% / 5);
    line-height: 1.5;
    margin: 20px 0px 0px 0px;
}

.main_link02 ul li .pic {
    margin: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_link02 ul li .pic .more,
.main_link02 ul li .pic .arrow {
    position: absolute;
    display: none;
}

.main_link02 ul li:hover .pic .more {
    margin: -20px 0 0 0;
    font-size: 1.125em;
    color: #fff;
    display: block;
}

.main_link02 ul li:hover .pic .arrow {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    background: #fff;
    margin: 30px 0px 0px 0px;
    color: #454545;
    font-size: 20px;
    transition: transform 1s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_link02 ul li:hover .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.main_link02 ul li img {
    width: 100%;
}

.main_link02 ul li .title {
    width: 100%;
    background: #4da8e6;
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    margin: -6px 0px 0px 0px;
    padding: 0px 10px;
    font-weight: bold;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_link02 ul li:nth-child(2) .title {
    background: #2883c2;
}

.main_link02 ul li:nth-child(3) .title {
    background: #1f70a7;
}

.main_link02 ul li:nth-child(4) .title {
    background: #194c74;
}

.main_link02 ul li:nth-child(5) .title {
    background: #213c52;
}

@media only screen and (min-width: 951px) and (max-width: 1366px) {
    .main_link02 ul li {
        width: calc(100% / 4);
    }
}

@media only screen and (min-width: 641px) and (max-width: 950px) {
    .main_link02 ul li {
        width: calc(100% / 3);
    }
}

@media only screen and (min-width: 361px) and (max-width: 640px) {
    .main_link02 ul li {
        width: calc(100% / 2);
    }
}

@media only screen and (min-width: 0px) and (max-width: 360px) {
    .main_link02 ul li {
        width: 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1550px) {
    .main_info {
        width: 90%;
    }
}

.main_link03_box {
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 60px auto;
}

.shortcut02 {
    width: 100%;
    margin: 0px auto 0px auto;
    position: relative;
    padding: 0 50px;
}

.shortcut02 .owl-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.shortcut02 .owl-prev {
    position: absolute;
    left: -30px;
    display: block !important;
    border: 0px solid black;
    font-size: 0;
}

.shortcut02 .owl-next {
    position: absolute;
    right: -35px;
    display: block !important;
    border: 0px solid black;
    font-size: 0;
}

.shortcut02 .owl-prev i {
    width: 19px;
    height: 36px;
    display: block;
    background-image: url("../images/arrow.png");
    background-position: 0px 0px;
}

.shortcut02 .owl-next i {
    width: 19px;
    height: 36px;
    display: block;
    background-image: url("../images/arrow.png");
    background-position: -19px 0px;
}

.main_link03 {
    margin: 0px 7px 0px 7px;
    padding: 0px 0px;
    display: inline-block;
    text-align: center;
}

.main_link03 .pic {
    width: 100%;
}

/* 首頁-關於我們 */
.main_news {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0;
    text-align: center;
    position: relative;
}

.main_news .tt {
    width: auto;
    position: absolute;
    left: 12%;
    text-align: left;
    margin: 230px 0px 0px 0px;
}

.main_news .tt h2 {
    width: auto;
    margin: 0 0 10px 0;
    display: block;
    font-size: 2.5em;
    color: #fff;
    font-family: 'Garamond Premier Pro';
    font-weight: normal;
    font-style: normal;
}

.main_news .tt h3 {
    width: auto;
    margin: 0 0 10px 0;
    display: block;
    font-size: 1.375em;
    color: #fff;
    font-weight: bold;
}

.main_newsbox {
    width: 72%;
    margin: 0px auto 0px auto;
    padding: 5% 10% 5% 3%;
    background: #fff;
    height: auto;
    overflow: hidden;
    float: right;
    box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-radius-bottomleft: 80px;
    border-bottom-left-radius: 80px;
}

.main_newsbox02 {
    display: block;
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 600px;
    margin: 150px 0px 0px 0px;
    background: url(../images/main_news.jpg) no-repeat bottom;
    background-size: auto 100%;
    -webkit-border-bottom-right-radius: 80px;
    -moz-border-radius-bottomright: 80px;
    border-bottom-right-radius: 80px;
}

@media only screen and (min-width: 0px) and (max-width: 850px) {
    .main_newsbox02 {
        display: none;
    }

    .main_newsbox {
        width: 90%;
        margin: 0px auto 0px auto;
        padding: 10% 5% 8% 14%;
        top: 15%;
        right: 5%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .main_newsbox {
        top: 10%;
    }

    .main_newsbox p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1680px) {
    .main_news .tt {
        left: 5%;
    }

    .main_newsbox {
        padding: 5% 5% 5% 5%;
    }
}

@media only screen and (min-width: 1550px) and (max-width: 1680px) {
    .main_newsbox02 {
        margin: 6% 0px 0px 0px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1549px) {
    .main_newsbox02 {
        margin: 4% 0px 0px 0px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1329px) {
    .main_newsbox02 {
        margin: 0 0px 0px 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1099px) {
    .main_news .tt {
        width: 90%;
        position: relative;
        margin: 0px 0px 0px 0px;
    }

    .main_news .tt h2 {
        color: #0063a6;
        font-size: 1.25em;
    }

    .main_news .tt h3 {
        color: #333;
        font-size: 2em;
    }

    .main_newsbox {
        width: 100%;
        border-radius: 0px;
        background: url(../images/main_news.jpg) repeat top;
        box-shadow: 0px 0px 0px;
    }

    .main_newsbox02 {
        margin: 0 0px 0px 0px;
        width: 100%;
        border-radius: 0px;
        background: url(../images/main_news.jpg) no-repeat top;
    }
}

/* -集團介紹--------------------------------------------------------------------------------------------------*/
.aboutbox {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.aboutbox .aleft {
    float: left;
    width: calc(100% - 500px);
    margin: 0px 0px 0px 0px;
}

.aboutbox .tt {
    width: 100%;
    margin: 20px 0px 20px 0px;
    background: #f5f7f6;
    padding: 20px;
}

.aboutbox .tt .t01 {
    width: 100%;
    font-size: 1.5em;
    color: #2a92ba;
    font-weight: bold;
}

.aboutbox .tt .t02 {
    width: 100%;
    font-size: 1.125em;
    color: #2a92ba;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}

.aboutbox .aleft .tt02 {
    padding: 20px;
    float: left;
}

.aboutbox .aright {
    float: right;
    width: 500px;
}

.aboutbox .aright img {
    max-width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1366px) {
    .aboutbox .aleft {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .aboutbox .aright {
        width: 100%;
    }
}

.chairman {
    margin: 0px 0 50px 0px;
    width: 100%;
}

.chairman li {
    margin: 20px 15px 30px 15px;
    padding: 0px 0px 20px 0px;
    width: calc(100% / 3 - 30px);
    list-style: none;
    display: block;
    float: left;
    transition: all 0.6s;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-border-radius: 30px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 30px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 30px;
    border-bottom-left-radius: 5px;
}

.chairman li:hover {
    transform: translate(0px, -20px);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.chairman li .pic {
    margin: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
}

.chairman li .pic img {
    width: 100%;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.chairman li:hover .pic:before {
    content: '';
    position: absolute;
    height: calc(100% - 5px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40, 155, 198, 0.8);
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.chairman li .date {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px auto 0px auto;
}

.chairman li .date span {
    font-size: 1em;
    color: #fff;
    padding: 2px 10px;
    background: #289bc6;
    border-radius: 20px;
    font-family: Raleway;
    display: inline-block;
}

.chairman li .title {
    width: 90%;
    height: auto;
    font-size: 1.125em;
    color: #4a4a4a;
    padding: 0px 0px 0 0px;
    margin: 15px auto 0px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.chairman li .title a {
    color: #494949;
}

.chairman li .title a:hover {
    color: #e68395;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .chairman li {
        margin: 20px 15px 30px 15px;
        padding: 0px 0px 20px 0px;
        width: calc(100% / 2 - 30px);
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .chairman li {
        width: 100%;
        margin: 20px 0 30px 0;
    }
}

.news_view {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.news_view .title {
    border-bottom: 1px dotted #cfcfcf;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 15px 0px 15px 0px;
    margin: 0 0 20px 0;
    list-style: none;
    line-height: 1.5;
}

.news_view .title .date {
    width: 100%;
    margin: 5px 0px 0 0;
    font-family: Arial;
    color: #666
}

.news_view .title .tt {
    width: 100%;
    font-size: 1.5em;
    color: #2a92ba;
    font-weight: bold;
}

.news_view .title .date02 {
    width: 100%;
    margin: 5px 0px 0 0;
    color: #666
}

.news_view .title .date02 .da {
    margin: 5px 0px 0 0;
    float: left;
    font-family: Arial;
    color: #666
}

.news_view .title .date02 .name {
    width: 105px;
    float: right;
    margin: 0 0 0 0px;
    text-align: right;
    padding: 0 0 0 0px;
    color: #2a92ba;
    font-size: 1em;
    position: relative;
}

.news_view .title .date02 .name:before {
    width: 1px;
    height: 15px;
    display: inline-block;
    content: '';
    background: #cfcfcf;
    margin: 0 10px 0 0;
}

.book {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: -30px 0px 0px 0px;
}

.book ul {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 30px 0px;
    list-style: none;
    height: auto;
    overflow: hidden;
}

.book ul li {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px;
    list-style: none;
    line-height: 2;
    border-bottom: 1px dotted #ddd;
}

.book ul li:hover {
    background: #FFF;
}

.book ul li .pic {
    width: 300px;
    float: right;
    margin: 0px 0px 0px 30px;
}

.book ul li:nth-child(2n+0) .pic {
    float: left;
    margin: 0px 30px 0px 0px;
}

.book ul li .pic img {
    width: 100%;
}

.book ul li .textbox {
    width: calc(100% - 330px);
    float: left;
    margin: 20px 0px 0px 0px;
}

.book ul li .textbox b {
    width: 100%;
    margin: 0px 0px 10px 0px;
    color: #2a92ba;
    font-size: 1.25em;

    display: flex;
    align-items: center;
}

.book ul li .textbox b:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    border-radius: 30px;
    margin: 0px 10px 0px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2883c2+1,4da8e6+100 */
    background: #2883c2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2883c2 1%, #4da8e6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2883c2 1%, #4da8e6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2883c2 1%, #4da8e6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2883c2', endColorstr='#4da8e6', GradientType=0);
    /* IE6-9 */
}

.book ul li .textbox em {
    width: 100%;
    color: #333;
    font-size: 1.125em;
    padding: 10px 0px 0px 0px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .book ul li .pic {
        width: 150px;
        margin: 0px 0px 0px 20px;
    }

    .book ul li:nth-child(2n+0) .pic {
        margin: 0px 20px 0px 0px;
    }

    .book ul li .textbox {
        width: calc(100% - 170px);
    }
}

@media only screen and (min-width: 0px) and (max-width: 468px) {
    .book ul li .pic {
        width: 100%;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .book ul li:nth-child(2n+0) .pic {
        width: 100%;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .book ul li .textbox {
        width: 100%;
    }
}

.historybox {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px;
    background: url(../images/history_bg.gif) repeat-y left #deeff7;
}

.historybox li {
    margin: 0px 0px 0px 0px;
    padding: 10px 20px;
    width: 100%;
    list-style: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    height: auto;
    overflow: hidden;
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.historybox li:last-of-type {
    border-bottom: none;
}

.historybox li h3 {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    background: #2a92ba;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-weight: bold;
    font-family: 'Time New Roman';
    font-size: 18px;
    color: #fff;
}

.historybox li .txtbox {
    float: left;
    height: auto;
    overflow: hidden;
    width: calc(100% - 80px);
    padding: 0px 0px 0px 20px;
}

.historybox li .txtbox dd {
    width: 100%;
    padding: 0px 0px 0px 25px;
    margin: 10px 0;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
}

.historybox li .txtbox dd :before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #4da8e6;
    border-radius: 50%;

}

.historybox li .txtbox dd h4 {
    float: left;
    height: auto;
    overflow: hidden;
    width: 50px;
    line-height: 1.8;
    font-family: 'Time New Roman';
    font-weight: bold;
    font-size: 1.2em;
    color: #2a92ba;
}

.historybox li .txtbox dd .txt {
    float: left;
    height: auto;
    overflow: hidden;
    width: calc(100% - 50px);
    color: #666;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .historybox {
        background: #deeff7;
    }

    .historybox li h3 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        margin: 0 0 10px 0;
    }

    .historybox li .txtbox {
        width: 100%;
        padding: 0px 0px 0px 20px;
    }
}

/* -醫院介紹--------------------------------------------------------------------------------------------------*/
.hospitalbox {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hospitalbox .pic {
    width: 80%;
    margin: 0px auto;
}

.hospitalbox .pic img {
    width: 100%;
}

.hospitalbox .hlist {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    background: #e8e8e8;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.hospitalbox .hlist ul {
    margin: 2% auto;
    padding: 20px;
    width: 96%;
    list-style: none;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.hospitalbox .hlist ul li {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #ddd;
    height: auto;
    overflow: hidden;
}

.hospitalbox .hlist ul li h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 130px;
    float: left;
    font-weight: bold;
}

.hospitalbox .hlist ul li h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: calc(100% - 130px);
    float: left;
}

.floor {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #e8e8e8;
    border-radius: 0px;
}

.floor ul {
    margin: 2% auto;
    padding: 20px;
    width: 96%;
    list-style: none;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.floor ul li {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    list-style: none;
    height: auto;
    overflow: hidden;
    background: url(../images/line01.jpg) repeat-x left bottom;
    display: flex;
    align-items: center;
}

.floor ul li h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    width: 110px;
    float: left;
    font-weight: bold;
    font-family: 'Time New Roman';
    font-size: 2.25rem;
    color: #2883c2;
}

.floor ul li h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: calc(100% - 110px);
    float: left;
    font-size: 1.125em;
}

/* -特色醫療--------------------------------------------------------------------------------------------------*/
.featured {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.featured ul {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    list-style: none;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.featured ul li {
    margin: 30px 0px 0px -4px;
    padding: 20px 0px 20px 0px;
    width: calc(100% / 7);
    list-style: none;
    height: auto;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    text-align: center;
    transition: transform 1s;
}

.featured ul li h2 {
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    width: 100%;
    font-size: 1.25em;
    color: #222;
    text-align: center;
}

.featured ul li .picbox {
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.featured ul li .picbox .pic {
    margin: 0px 0px 0px 0px;
    padding: 15px;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    display: inline-block;
}

.featured ul li .pic img {
    width: 100%;
}

.featured ul li:hover {
    background: #9cd1dd;
    transform: translate(0px, -10px);
}

.featured ul li:hover h2 {
    color: #fff;
}

@media only screen and (min-width: 1461px) and (max-width: 1500px) {
    .featured ul li {
        width: calc(100% / 6);
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1460px) {
    .featured ul li {
        width: calc(100% / 5);
    }
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
    .featured ul li {
        width: calc(100% / 4);
    }
}

@media only screen and (min-width: 661px) and (max-width: 900px) {
    .featured ul li {
        width: calc(100% / 3);
    }
}

@media only screen and (min-width: 501px) and (max-width: 660px) {
    .featured ul li {
        width: calc(100% / 2);
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .featured ul li {
        margin: 0px 0px 0px 0px;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }
}

.featured02 {
    margin: 0px 0 0px 0px;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #b0dae4;
}

.featured02 ul {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    list-style: none;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.featured02 ul li {
    margin: -5px 0px 0px -4px;
    padding: 10px 10px 10px 10px;
    list-style: none;
    height: auto;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    text-align: center;
    transition: transform 1s;
    width: calc(100% / 8);
}

@media only screen and (min-width: 1301px) and (max-width: 1450px) {
    .featured02 ul li {
        width: calc(100% / 7);
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
    .featured02 ul li {
        width: calc(100% / 6);
    }
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
    .featured02 ul li {
        width: calc(100% / 5);
    }
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
    .featured02 ul li {
        width: calc(100% / 4);
    }
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
    .featured02 ul li {
        width: calc(100% / 3);
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .featured02 ul li {
        width: calc(100% / 2);
    }
}

.featured02 ul li:last-of-type {
    border-right: none;
}

.featured02 ul li h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    width: 100%;
    font-size: 1em;
    color: #003865;
    text-align: center;
}

.featured02 ul li .picbox {
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.featured02 ul li .picbox .pic {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.featured02 ul li .pic img {
    width: 100%;
}

.featured02 ul li:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translate(0px, -5px);
}

.featured02 ul li.active {
    background: rgba(255, 255, 255, 0.2);
}

.doctor {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.doctor ul {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 20px;
    list-style: none;
    height: auto;
    overflow: hidden;
    background: #e8e8e8;
    border-radius: 5px;
}

.doctor ul li {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px;
    list-style: none;
    background: #fff;
    border-radius: 5px;
}

.doctor ul li:hover {
    background: #FFF;
}

.doctor ul li .titlebox {
    width: 100%;
    background: url(../images/line02.gif) repeat-x center;
    margin: 0px 0px 10px 0px;
    height: auto;
    overflow: hidden;
    align-items: center;
}

.doctor ul li .titlebox .title {
    width: auto;
    float: left;
    display: flex;

}

.doctor ul li .titlebox .title b {
    width: auto;
    background: #fff;
    padding: 0px 10px 0px 0px;
    color: #333;
    font-size: 1.6em;
}

.doctor ul li .titlebox .title b span {
    display: inline-block;
    margin: 0px 0px 0 10px;
    color: #2a92ba;
    font-size: 1.25rem;
}

.doctor ul li .titlebox .btn {
    float: right;
}

.doctor ul li .textbox {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.doctor ul li .textbox .pic {
    width: 300px;
    float: right;
    margin: 0px 0px 0px 30px;
}

.doctor ul li .textbox .pic img {
    width: 100%;
}

.doctor ul:nth-child(2n+0) li .pic {
    float: left;
    margin: 0px 30px 0px 0px;
}

.doctor ul li .textbox .txt {
    width: calc(100% - 330px);
    float: left;
    color: #333;
    padding: 0px 0px 0px 0px;
}

.doctor ul li .textbox .txt h2 {
    width: 100%;
    color: #2a92ba;
    font-size: 1.125em;
    padding: 0px 0px 0px 0px;
}

.doctor ul li .textbox .txt h2:before {
    content: "\f0da";
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 15px;
    color: #2a92ba;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-appearance: none;
}

.doctor ul li .textbox .txt p {
    width: 100%;
    color: #4a4a4a;
    font-size: 1.125em;
    padding: 0px 0px 0px 15px;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
    .doctor ul li .textbox .pic {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .doctor ul:nth-child(2n+0) li .pic {
        margin: 0px 0px 0px 0px;
    }

    .doctor ul li .textbox .txt {
        width: 100%;
    }
}

.fnews {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.fnews ul {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.fnews ul li {
    border-bottom: 1px dotted #cfcfcf;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 15px 0px 15px 0px;
    list-style: none;
    line-height: 1.5;

    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.fnews ul li b {
    width: 105px;
    margin: 0 15px 0 0;
    float: left;
    padding: 3px 0px;
    border-radius: 3px;
    background: #2a92ba;
    color: #fff;
    font-size: 1em;
    text-align: center;
    font-family: Arial;
}

.fnews ul li p {
    width: calc(100% - 240px);
    float: left;
    color: #4a4a4a;
    font-size: 1.125em;
}

.fnews ul li em {
    width: 105px;
    float: left;
    margin: 0 0 0 0px;
    text-align: right;
    padding: 0 0 0 0px;
    color: #2a92ba;
    font-size: 1em;
    position: relative;

}

.fnews ul li em:before {
    width: 1px;
    height: 15px;
    display: inline-block;
    content: '';
    background: #cfcfcf;
    margin: 0 10px 0 0;
}

.fnews ul li:hover b {
    background: #0063a6;
}

.fnews ul li:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media only screen and (min-width: 0px) and (max-width: 420px) {
    .fnews ul li p {
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }

    .fnews ul li em {
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }
}

.fnews02 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.fnews02 ul {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.fnews02 ul li {
    border-bottom: 1px dotted #cfcfcf;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 15px 0px 15px 0px;
    list-style: none;
    line-height: 1.5;

    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.fnews02 ul li b {
    width: 105px;
    margin: 0 15px 0 0;
    float: left;
    padding: 3px 0px;
    border-radius: 30px;
    background: #2a92ba;
    color: #fff;
    font-size: 1em;
    text-align: center;
    font-family: Arial;
}

.fnews02 ul li p,
.fnews02 ul li em {
    width: calc(100% - 135px);
    float: left;
    color: #4a4a4a;
    font-size: 1.125em;
}

.fnews02 ul li:hover b {
    background: #0063a6;
}

.fnews02 ul li:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media only screen and (min-width: 0px) and (max-width: 420px) {

    .fnews02 ul li p,
    .fnews02 ul li em {
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }
}

.fnews03 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.fnews03 ul {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.fnews03 ul li {
    border-bottom: 1px dotted #cfcfcf;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 15px 0px 15px 0px;
    list-style: none;
    line-height: 1.5;

    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.fnews03 ul li b {
    width: 105px;
    margin: 0 15px 0 0;
    float: left;
    padding: 3px 0px;
    border-radius: 30px;
    background: #2a92ba;
    color: #fff;
    font-size: 1em;
    text-align: center;
    font-family: Arial;
}

.fnews03 ul li p {
    width: calc(100% - 260px);
    float: left;
    color: #4a4a4a;
    font-size: 1.125em;
}

.fnews03 ul li em {
    width: 125px;
    float: left;
    margin: 0 0 0 0px;
    text-align: right;
    line-height: : 25px;
    color: #2a92ba;
    font-size: 1em;
    position: relative;
}

.fnews03 ul li em i {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: : 25px;
    margin: 0 5px 0 0px;
}

.fnews03 ul li:hover em {
    color: #d54f46;
}

.fnews03 ul li:hover em i {
    background: #d54f46;
    border-radius: 100%;
    color: #fff;
}

.fnews03 ul li:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media only screen and (min-width: 0px) and (max-width: 420px) {
    .fnews03 ul li p {
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }

    .fnews03 ul li em {
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }
}

.fnews04 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.fnews04 ul {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.fnews04 ul li {
    border-bottom: 1px dotted #cfcfcf;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 15px 0px 15px 0px;
    list-style: none;
    line-height: 1.5;

    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.fnews04 ul li b {
    width: 105px;
    margin: 0 15px 0 0;
    float: left;
    padding: 3px 0px;
    border-radius: 30px;
    background: #2a92ba;
    color: #fff;
    font-size: 1em;
    text-align: center;
    font-family: Arial;
}

.fnews04 ul li p {
    width: calc(100% - 405px);
    float: left;
    color: #4a4a4a;
    font-size: 1.125em;
}

.fnews04 ul li h3 {
    width: 145px;
    float: left;
    margin: 0 0 0 0px;
    text-align: right;
    padding: 0 0 0 0px;
    color: #2a92ba;
    font-size: 1em;
    position: relative;
}

.fnews04 ul li h3:before {
    width: 1px;
    height: 15px;
    display: inline-block;
    content: '';
    background: #cfcfcf;
    margin: 0 10px 0 0;
}

.fnews04 ul li em {
    width: 125px;
    float: left;
    margin: 0 0 0 0px;
    text-align: right;
    padding: 0 0 0 0px;
    color: #2a92ba;
    font-size: 1em;
    position: relative;

}

.fnews04 ul li em:before {
    width: 1px;
    height: 15px;
    display: inline-block;
    content: '';
    background: #cfcfcf;
    margin: 0 10px 0 0;
}

.fnews04 ul li:hover b {
    background: #0063a6;
}

.fnews04 ul li:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .fnews04 ul li p {
        width: 100%;
        display: block;
        margin: 10px 0 10px 0;
    }

    .fnews04 ul li h3 {
        width: auto;
    }

    .fnews04 ul li h3:before {
        width: 0px;
        height: 0px;
        content: '';
        margin: 0 0px 0 0;
    }

    .fnews04 ul li em {
        width: auto;
        display: block;
        margin: 0 0 0 10px;
    }
}

.fnews05 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.fnews05 ul {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.fnews05 ul li {
    border-bottom: 1px dotted #cfcfcf;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 15px 0px 15px 0px;
    list-style: none;
    line-height: 1.5;

    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.fnews05 ul li b {
    width: 105px;
    margin: 0 15px 0 0;
    float: left;
    padding: 3px 0px;
    border-radius: 30px;
    background: #2a92ba;
    color: #fff;
    font-size: 1em;
    text-align: center;
    font-family: Arial;
}

.fnews05 ul li p {
    width: calc(100% - 240px);
    float: left;
    color: #4a4a4a;
    font-size: 1.125em;
}

.fnews05 ul li em {
    width: 105px;
    float: left;
    margin: 0 0 0 0px;
    text-align: right;
    padding: 0 0 0 0px;
    color: #2a92ba;
    font-size: 1em;
    position: relative;

}

.fnews05 ul li em:before {
    width: 1px;
    height: 15px;
    display: inline-block;
    content: '';
    background: #cfcfcf;
    margin: 0 10px 0 0;
}

.fnews05 ul li:hover b {
    background: #0063a6;
}

.fnews05 ul li:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media only screen and (min-width: 0px) and (max-width: 420px) {
    .fnews05 ul li p {
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }

    .fnews05 ul li em {
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }
}

.calendar {
    width: 100%;
}

.calendar .datebox {
    width: 100%;
    background: #2a92ba;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.calendar .datebox h2 {
    color: #fff;
    font-size: 1.25em;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: calc(100% / 3);
}

.calendar .datebox span {
    color: #fff;
    font-size: 1.125em;
    color: #fff;
    display: inline-block;
    width: calc(100% / 3);
}

.calendar .datebox span a {
    color: #fff;
}

.calendar a {
    color: #8e352e;
    text-decoration: none;
}

.calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.calendar li {
    display: block;
    float: left;
    width: 14.342%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
}

.calendar ul.weekdays {
    height: 40px;
    background: #9cd1dd;
}

.calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 1em;
}

.calendar .days li {
    height: 180px;
}

.calendar .days li:hover {
    background: #e6f7fb;
}

.calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #f29ca6;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    float: right;
    font-family: Arial;
    font-size: 16px;
}

.calendar .event {
    clear: both;
    display: block;
    font-size: 1.125em;
    border-radius: 4px;
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 5px;
    line-height: 1;
    background: #f0f7fc;
    border: 1px solid #98ccf0;
    color: #009aaf;
    text-decoration: none;
}

.calendar .event-desc {
    color: #444;
    margin: 3px 0 7px 0;
    text-decoration: none;
}

.calendar .event-desc a {
    color: #444;
    margin: 3px 0 7px 0;
    text-decoration: none;
}

.calendar .event-desc a:hover {
    color: #2883c2;
}

.calendar .event-desc02 {
    color: #e26c68;
    margin: 3px 0 7px 0;
    text-decoration: none;
}

.calendar .holiday {
    background: #fff1f5;
    color: #666;
}

.calendar .current {
    background: #e6f7fb;
}

@media(max-width: 768px) {

    .calendar .weekdays,
    .calendar .other-month {
        display: none;
    }

    .calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    .calendar .event {
        margin-top: 10px;
    }

    .calendar .date {
        float: none;
    }

    .calendar .no {
        display: none;
    }
}

/* -網路掛號--------------------------------------------------------------------------------------------------*/
.schedule {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.schedule img {
    width: 100%;
    height: auto;
}

.schedule02 {
    margin: 30px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.schedule02 .sbox {
    margin: 0px 0 30px 0px;
    height: auto;
    overflow: hidden;
}

.schedule02 .sbox li {
    margin: 5px 5px 5px 5px;
    padding: 0;
    list-style: none;
    width: calc(100% / 3 - 10px);
    color: #4d4d4d;
    font-size: 1.125em;
    font-weight: bold;
    float: left;
    padding: 12px 10px 12px 15px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

.schedule02 .sbox li a {
    color: #4d4d4d;
}

.schedule02 .sbox li:before {
    content: "\f192";
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 10px;
    color: #4d4d4d;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-appearance: none;
}

.schedule02 .sbox li:hover {
    background: rgb(246, 248, 249);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0);
    /* IE6-9 */
}

@media only screen and (min-width: 551px) and (max-width: 1000px) {
    .schedule02 .sbox li {
        width: calc(100% / 2 - 10px);
    }
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
    .schedule02 .sbox li {
        width: calc(100% - 10px);
    }
}

.schedule03 {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding: 20px;
}

.first_box {
    margin: 0px 0 20px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.schedule04 {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px;
    border: 1px solid rgba(0%, 0%, 0%, 0.1);
}

@media screen and (max-width: 768px) {
    .schedule04 {
        border: none;
    }
}

.schedule03_login {
    margin: 0px 0 0px 0px;
    width: 60%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding: 20px;
    float: right;
}

.schedule05 {
    margin: 0px 0 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 40%;
    height: auto;
    overflow: hidden;
    float: left;
    text-align: center;
}

.schedule05 img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .schedule03_login {
        width: 100%;
    }

    .schedule05 {
        width: 100%;
    }
}

blockquote {
    position: relative;
    padding: 10px 10px 10px 56px;
    box-sizing: border-box;
    color: #464646;
    background: #fff0f0;
    border-radius: 5px;
    font-weight: 900;
}

blockquote:before {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 10px;
    width: 36px;
    height: 36px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    content: "\f12a";
    font-family: 'Font Awesome 5 Free';
    color: #FFF;
    font-size: 20px;
    line-height: 36px;
    background: #ff9d9d;
    border-radius: 50%;
    font-weight: 900;
}

.note p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 2;
}

.note cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.note {
    position: relative;
    padding: 30px 15px 20px 15px;
    margin: 0px 0 30px 0;
    box-sizing: border-box;
    background: #f3f3f3;
    font-weight: 900;
}

.note:before {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    text-align: center;
    content: "\f12a";
    font-family: 'Font Awesome 5 Free';
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #6fcdd9;
    font-weight: 900;
}

.note:after {
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #6cacb5;
    border-right: solid 9px transparent;
}

.note p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

.note cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.form_search {
    font-size: 1em;
}

.form_search td {
    text-align: center;
}

.form_search thead {
    padding: 10px 0px;
}

.form_search thead td {
    padding: 10px 10px;
    background: #f3f3f3;
    border-bottom: 1px solid rgba(0%, 0%, 0%, 0.1);
    border-top: 1px solid rgba(0%, 0%, 0%, 0.1);
    border-right: 1px solid rgba(0%, 0%, 0%, 0.1);
    font-weight: 600;
}

.form_search thead td:last-child {
    border-right: none;
}

.form_search tbody tr:nth-child(even) {
    background: #f3f3f3;
}

.form_search tbody td {
    padding: 10px 10px;
    border-right: 1px solid rgba(0%, 0%, 0%, 0.1);
}

.form_search tbody td:last-child {
    border-right: none;
}

.form_search tbody tr.blue {
    background: #42576a;
}

.form_search tbody tr.blue td {
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .form_search {
        margin: 0px;
        width: 100%;
    }

    .form_search thead {
        display: none;
    }

    .form_search tbody {
        display: block;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .form_search tbody tr {
        border-bottom: 3px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        display: block;
        margin-bottom: 10px;
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .form_search tbody tr.blue {
        border-bottom: 3px solid #192128;
    }

    .form_search tbody td {
        border-bottom: 1px solid #ddd;
        border-right: 0px;
        display: block;
        text-align: right;

    }

    .form_search tbody td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .form_search tbody td:last-child {
        border-bottom: 0;
    }

    .form_search tbody tr td.no {
        display: none;
    }
}


/* -社區醫學--------------------------------------------------------------------------------------------------*/
.main-slider {
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 0px 0 0px 0;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
    font-size: 0;
}

.main-slider .slick-prev {
    width: 47px;
    height: 82px;
    background: url("../images/arrow-left.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 40%;
    left: 0;
    z-index: 1;
}

.main-slider .slick-next {
    width: 47px;
    height: 82px;
    background: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 40%;
    right: 0;
}

.video {
    margin: 0px 0px 0px 0px;
    padding: 10px;
    float: right;
    text-align: right;
    width: 100%;
    background: #e8e8e8;
    border-radius: 5px;
}

.video .vgb {
    margin: 0px 0px 0px 0px;
    padding: 20px;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

.video img {
    width: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-wrapper img {
    width: 100%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 500px) {
    .main-slider .slick-prev {
        width: 20px;
        height: 35px;
    }

    .main-slider .slick-next {
        width: 20px;
        height: 35px;
    }

    .video .vgb {
        padding: 0px;
    }
}

.team_link {
    margin: 0px auto 0px auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.team_link li {
    margin: 0px 10px 20px 10px;
    padding: 10px;
    list-style: none;
    width: calc(100% / 3 - 20px);
    height: auto;
    overflow: hidden;
    border: 1px #d7d7d7 solid;
    border-radius: 5px;
}

.team_link li .pic {
    margin: 0px;
    padding: 0;
    width: 100%;
}

.team_link li .pic img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .team_link li {
        margin: 0px 10px 20px 10px;
        width: calc(100% / 2 - 20px);
    }
}

.team_link02 {
    margin: 0px auto 0px auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.team_link02 li {
    margin: 0px 10px 20px 10px;
    padding: 0px;
    list-style: none;
    width: calc(100% / 3 - 20px);
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.team_link02 li .name {
    margin: 0px;
    padding: 10px;
    width: 100%;
    background: #cfe4ef;
    font-size: 1.125em;
    color: #0063a6;
    font-weight: bold;
}

.team_link02 li .txtbox {
    margin: 0px;
    padding: 10px;
    width: 100%;
    background: #f7f7f7;
    line-height: 1.5;
    color: #444;
    word-break: break-all;
}

.team_link02 li .txtbox a {
    color: #444;
}

@media only screen and (min-width: 801px) and (max-width: 1400px) {
    .team_link02 li {
        margin: 0px 10px 20px 10px;
        width: calc(100% / 2 - 20px);
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .team_link02 li {
        margin: 0px 0px 20px 0px;
        width: 100%;
    }
}

/* -便民服務--------------------------------------------------------------------------------------------------*/
.service_sbox {
    width: 100%;
    margin: 0 0px 20px 0;
    height: auto;
    overflow: hidden;
    padding: 15px 15px 5px 15px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #444;
}

.service_sbox li {
    margin: 0 10px 10px 0;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

.service_sbox select {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 1em;
    color: #666;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #bfbfbf;
}

.service_sbox input[type="text"] {
    display: inline-block;
    padding: 5px 15px;
    margin: -5px 0px 0px 0;
    border-radius: 5px;
    font-size: 1em;
    color: #666;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #bfbfbf;
}

.service_sbox input[type="submit"] {
    display: inline-block;
    padding: 5px 10px;
    font-size: 1em;
    border-radius: 5px;
    border: none;
    background: #d54f46;
    color: #fff;
    text-align: center;
    transition-duration: .4s;
}

.service_sbox input[type="submit"]:hover {
    background: #0063a6;
}

.accordion-container {
    position: relative;
    width: 100%;
    outline: 0;
    cursor: pointer
}

.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px 20px 10px 35px;
    height: auto;
    overflow: hidden;
    font-size: 1.125em;
    font-weight: normal;
    color: #4a4a4a;
    cursor: pointer;
    border: 1px solid #4da8e6;
    border-radius: 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
    background-color: #003865;
    color: #fff;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: #fff;
}

.accordion-container .content-entry i {
    position: absolute;
    top: 5px;
    left: 12px;
    font-style: normal;
    font-size: 1.25em;
    color: #0079c1;
}

.accordion-container .content-entry i:before {
    content: "+ ";
}

.accordion-container .content-entry.open i:before {
    content: "- ";
}

.accordion-container .article-title span {
    width: calc(100% - 126px);
    float: left;
}

.accordion-container .article-title b {
    width: 1px;
    height: 15px;
    float: left;
    background: #cfcfcf;
    margin: 5px 10px 0 10px;
}

.accordion-container .article-title em {
    width: 105px;
    float: right;
    margin: 0 0 0 0px;
    text-align: right;
    padding: 0 0 0 0px;
    color: #4da8e6;
    font-size: 1em;
    position: relative;
}


.accordion-content {
    display: none;
    padding: 0px 20px 30px 33px;
    line-height: 1.5;
}

.accordion-container,
#description {
    width: 100%;
    margin: 1.875em auto;
}

@media only screen and (min-width: 0px) and (max-width: 420px) {
    .accordion-container .article-title span {
        width: 100%;
    }

    .accordion-container .article-title b {
        display: none;
    }

    .accordion-container .article-title em {
        width: 100%;
        margin: 10px 0 0 0px;
        text-align: left;
    }
}

/* -高端健檢--------------------------------------------------------------------------------------------------*/
.contact-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px 0px 0px 0px;
}

.contact-info {
    width: calc(40% - 30px);
    float: right;
    margin: 0px 0px 0px 30px;
    padding: 30px 20px 20px 20px;
    background: #f1f1f1;
    height: auto;
    overflow: hidden;
    min-height: 350px;
}

.contact-info h2 {
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
    font-size: 1.375em;
    color: #0497E9;
    line-height: 1.5;
    font-weight: bold;
}

.contact-info li {
    margin: 0px 0px 10px 0px;
    padding: 0;
    list-style: none;
    font-size: 1.125em;
    color: #666;
    line-height: 1.5;
}

.contact-info li:nth-child(5) {
    margin: -20px 0px 10px 0px;
    padding: 0 0px 0px 0px;
    list-style: none;
    font-size: 1.125em;
}

.contact-info li a {
    color: #666;
}

.contact-info li i {
    color: #666;
    margin: 0px 13px 0px 0px;
}

.contact-map {
    width: 60%;
    float: left;
    margin: 0px 0px 0px 0px;
}

@media only screen and (min-width: 1185px) and (max-width: 1500px) {
    .contact-info {
        width: calc(50% - 30px);
    }

    .contact-map {
        width: 50%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1184px) {
    .contact-info {
        width: 100%;
        margin: 0px 0px 30px 0px;
        padding: 20px 15px 20px 15px;
        min-height: auto;
    }

    .contact-map {
        width: 100%;
    }
}

/* -教學研究--------------------------------------------------------------------------------------------------*/
.form_ebm {
    font-size: 1em;
    border: 1px solid rgba(0%, 0%, 0%, 0.1);
    border-top: none;
    margin: 0 0 30px 0;
}

.form_ebm a {
    color: #000;
}

.form_ebm td {
    text-align: center;
}

.form_ebm thead {
    padding: 10px 0px;
}

.form_ebm thead td {
    padding: 10px 10px;
    background: #cfe4ef;
    border-bottom: 1px solid rgba(0%, 0%, 0%, 0.1);
    border-top: 1px solid rgba(0%, 0%, 0%, 0.1);
    border-right: 1px solid rgba(0%, 0%, 0%, 0.1);
    font-weight: 600;
    color: #0063a6;
}

.form_ebm thead td:last-child {
    border-right: none;
}

.form_ebm tbody tr:nth-child(even) {
    background: #f3f3f3;
}

.form_ebm tbody td {
    padding: 10px 10px;
    border-right: 1px solid rgba(0%, 0%, 0%, 0.1);
}

.form_ebm tbody td:last-child {
    border-right: none;
}

.form_ebm .bg {
    background: #f3f3f3;
}

.results {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    background: url(../images/demo/img_37.jpg) no-repeat bottom right;

}

.results-box {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 20px 0px;
    color: #6e4b96;
    position: relative;
}

.results-box:before {
    border-top: 1px dashed #2883c2;
    position: absolute;
    width: calc(100% - 120px);
    height: 100px;
    display: inline-block;
    right: 0;
    top: 25px;
    content: '';
}

.results-box h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

.results-box h2 span {
    font-weight: bold;
    font-family: 'Time New Roman';
    font-size: 2rem;
    color: #2883c2;
}

.results-box .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

.results-box .txt ul {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.results-box .txt ul li {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 38px;
    list-style: none;
    font-size: 1.125em;
    color: #444;
    position: relative;
}

.results-box .txt ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: block;
    background-color: #4da8e6;
    position: absolute;
    top: 10px;
    left: 23px;
}

@media only screen and (min-width: 0px) and (max-width: 1280px) {
    .results {
        background: none;
    }

    .results-box {
        width: 100%;
    }
}

/* -就醫指南--------------------------------------------------------------------------------------------------*/
.guide {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0;
    height: auto;
    overflow: hidden;
    font-size: 1em;
    text-align: left;
}

.guide li {
    width: 100%;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    list-style: none;
}

.guide li h2 {
    display: inline-block;
    padding: 3px 15px;
    margin: 0 10px 0 0;
    border-radius: 30px;
    border: none;
    background: #535353;
    color: #fff;
    text-align: center;
}

.guide li h3 {
    display: inline-block;
    color: #444;
}

.guide02 {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0;
    height: auto;
    overflow: hidden;
    font-size: 1em;
    text-align: left;
}

.guide02 li {
    width: 100%;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    list-style: none;

}

.guide02 li span {
    display: inline-block;
    color: #2a92ba;
    position: relative;
    padding: 0 0 0 20px;

}

.guide02 li span:before {
    content: '';
    margin: 13px 0px 0 -13px;
    border-radius: 5px;
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #2a92ba;
}

.guide03 {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0;
    height: auto;
    overflow: hidden;
}

.guide03 .gleft {
    width: 45%;
    float: left;
    display: block;
}

.guide03 .gright {
    width: 55%;
    float: right;
    display: block;
    padding: 0px 0 0px 30px;
}

@media only screen and (min-width: 1025px) and (max-width: 1450px) {
    .guide03 .gleft {
        width: 60%;
    }

    .guide03 .gright {
        width: 40%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .guide03 .gleft {
        width: 100%;
        margin: 0px auto 30px auto;
    }

    .guide03 .gright {
        width: 100%;
        padding: 0px 0 0px 0px;
    }
}

.guide04bg {
    width: 100%;
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 1%, #ffffff 22%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f9f9 1%, #ffffff 22%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f9f9 1%, #ffffff 22%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.guide04 {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0;
    height: auto;
    overflow: hidden;
    font-size: 1em;
    text-align: left;
}

.guide04 li {
    width: calc(100% / 3);
    margin: 5px 0px 5px 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

.guide04 li a {
    color: #444;
}

.guide04 li:before {
    content: '';
    margin: 0px 5px 0 0px;
    border-radius: 5px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #2a92ba;
}

@media only screen and (min-width: 1025px) and (max-width: 1450px) {
    .guide04 li {
        width: calc(100% / 2);
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    .guide04 li {
        width: calc(100% / 2);
    }
}

.form_guide {
    font-size: 1em;
    text-align: center;
}

.form_guide ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form_guide ul li {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(0%, 0%, 0%, 0.1);
}

.form_guide ul .arrow {
    font-size: 30px;
    color: #14a0c0;
    margin: -20px 0 0px 0;
    width: 100%;
}

.form_guide ul li dd {
    padding: 10px 10px;
    float: left;
    width: calc(100% - 35px);
}

.form_guide ul li dd:nth-child(1) {
    background: #14a0c0;
    color: #fff;
    width: 35px;
}

@media screen and (max-width: 768px) {
    .form_guide {
        margin: 0px;
        width: 100%;
    }

    .form_guide ul {
        display: block;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .form_guide ul li {
        border-bottom: 3px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        display: block;
        margin-bottom: 10px;
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .form_guide ul li dd {
        border-bottom: 1px solid #ddd;
        border-right: 0px;
        width: 100%;
        display: block;
        text-align: right;

    }

    .form_guide ul li dd:nth-child(1) {
        width: 100%;
    }

    .form_guide ul dd::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .form_guide ul dd:last-child {
        border-bottom: 0;
    }
}

.form_guide02 {
    font-size: 1em;
    border-top: 1px solid rgba(0%, 0%, 0%, 0.1);
    border-bottom: 1px solid rgba(0%, 0%, 0%, 0.1);
    border-left: 1px solid rgba(0%, 0%, 0%, 0.1);
}

.form_guide02 td {
    text-align: center;
}

.form_guide02 tbody tr:nth-child(odd) {
    background: #6fcdd9;
    color: #fff;
}

.form_guide02 tbody td {
    padding: 10px 3px;
    border-right: 1px solid rgba(0%, 0%, 0%, 0.1);
}

.form_guide03 {
    font-size: 0.9em;
    text-align: center;
    border-right: 1px solid rgba(0%, 0%, 0%, 0.1);
    background: #fff;
}

.form_guide03 td {
    text-align: center;
}

.form_guide03 thead {
    padding: 10px 0px;
    background: #14a0c0;
    color: #fff;
}

.form_guide03 thead th {
    padding: 10px 3px;
    border-bottom: 1px solid rgba(0%, 0%, 0%, 0.1);
    border-top: 1px solid rgba(0%, 0%, 0%, 0.1);
    border-right: 1px solid rgba(0%, 0%, 0%, 0.1);
    font-weight: 600;
}

.form_guide03 thead th:last-child {
    border-right: none;
}

.form_guide03 tbody tr:nth-child(even) {
    background: #f3f3f3;
}

.form_guide03 tbody th {
    padding: 10px 3px;
    border-right: 1px solid rgba(0%, 0%, 0%, 0.1);
    background: #14a0c0;
    color: #fff;
}

.form_guide03 tbody td {
    padding: 10px 3px;
    border-right: 1px solid rgba(0%, 0%, 0%, 0.1);
}

.form_guide03 tbody td:last-child {
    border-right: none;
}

.form_guide03 tbody tr.blue {
    background: #42576a;
}

.form_guide03 tbody tr.blue td {
    color: #fff !important;
}

.guide05 {
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 100%;
    background: #e8e8e8;
    border-radius: 5px;
}

.guide05 .ggb {
    margin: 0px 0px 0px 0px;
    padding: 20px;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    height: auto;
    overflow: hidden;
}

.guide05 li {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    list-style: none;
    padding: 10px 10px;
    width: calc(100% / 5);
    float: left;
    font-size: 1.125em;
    font-weight: bold;
}

.guide05 li a {
    color: #666;
}

.guide05 li.onclick a {
    color: #0063a6;
}

.guide06 {
    margin: 10px 0px 0px 0px;
    padding: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.guide06 h2 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
}

.guide06 h2:before {
    content: '\f0da';
    margin: 3px 0px 0 -13px;
    border-radius: 5px;
    position: absolute;
    display: inline-block;
    color: #0063a6;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@media only screen and (min-width: 1101px) and (max-width: 1366px) {
    .guide05 li {
        width: calc(100% / 4);
    }
}

@media only screen and (min-width: 501px) and (max-width: 1100px) {
    .guide05 li {
        width: calc(100% / 3);
    }
}

@media only screen and (min-width: 331px) and (max-width: 500px) {
    .guide05 li {
        width: calc(100% / 2);
    }
}

@media only screen and (min-width: 0px) and (max-width: 330px) {
    .guide05 li {
        width: 100%;
    }
}

.guide07 {
    margin: 10px 0px 0px 0px;
    padding: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px dashed #e5e5e5;
}

.guide07 h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
    display: inline-block;
}

.guide07 h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
    display: inline-block;
}

.guide07 h4:after {
    content: '、';
    display: inline-block;
    color: #539bd4;
    margin: 0 0px 0 0px;
}

.guide07 h4:last-child:after {
    display: none;
}

.guide07 h4 a {
    color: #539bd4;
}

/* -集團介紹--------------------------------------------------------------------------------------------------*/
.combox {
    margin: 0px 0 0px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.combox .cleft {
    float: left;
    width: calc(100% - 600px);
    margin: 0px 0px 0px 0px;
}

.combox .cright {
    float: right;
    width: 600px;
}

.combox .cright img {
    max-width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
    .combox .cleft {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .combox .cright {
        width: 100%;
    }
}

/* -button---------------------------------------------------------------------------------------------------*/
.view {
    display: inline-block;
    padding: 3px 5px;
    font-size: 0.938em;
    border-radius: 5px;
    border: none;
    background: #535353;
    color: #fff !important;
    text-align: center;
    transition-duration: .4s;
}

.view:hover {
    background: #d54f46;
}

.btn-style01 {
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    width: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9375em;
    color: #fff;
    line-height: 40px;
    background: #0063a6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    border-radius: 30px;
}

.btn-style01:hover,
.btn-style01:nth-child(2):hover {
    background: #4da8e6;
    color: #fff;
}

.btn-style02 {
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9375em;
    color: #fff;
    line-height: 50px;
    background: #0063a6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



.btn-style02:hover {
    background: #f39138;
}
@media only screen and (max-width: 1200px) {
    .btn-style02 {
        background: #f39138;
    }
}
.btn-style03 {
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    width: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9375em;
    color: #fff;
    line-height: 50px;
    background: #0063a6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    border-radius: 5px;
}

/*頁碼*/
div.page {
    font-size: 12px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}

div.page a {
    padding: 3px 8px;
    margin: 2px;
    color: #666;
    background: #FFF;
    text-decoration: none;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    display: inline-block;
}

div.page a:hover {
    color: #fff;
    background-color: #0063a6
}

div.page .current {
    padding: 3px 8px;
    color: #fff;
    background: #0063a6;
    border-radius: 5px;
}

.user_editor {
    font-size: 1em;
}

.user_editor .list-ul ul {
    list-style: none;
    border: 1px solid #dedede;
    padding: 20px;
    font-size: 1em;
    color: #666;
    border-radius: 5px;
}

.user_editor .list-ul ul ul {
    list-style: disc;
    border: 0px solid #dedede;
    padding: 5px 0 5px 20px;
}

.user_editor .list-ul ul ul li {
    margin-bottom: 3px;
}

.user_editor .list-ul>ul>li:first-child {
    color: #0063a6;
    font-size: 1.25em;
    margin-bottom: 5px;
    font-weight: 700;
}

.user_editor .list-ul a {
    width: 48%;
    display: inline-block;
    color: #000;
    background: #efefef;
    padding: 15px 20px;
    border-radius: 5px;
}

.user_editor .list-ul a span {
    border-right: 1px solid #666;
    padding-right: 10px;
    margin-right: 10px;
}

.user_editor .list-ul a:hover {
    background: #ccc;
    transition: .3s;
}

.user_editor .row {
    display: flex;
    justify-content: space-between;
}

.user_editor .row-text {
    width: calc(100% - 250px);
    /*max-width: 700px;*/
}

.user_editor .row-pic {
    min-width: 250px;
    /*width: 100%;*/
}

.user_editor .row-pic img {
    display: block;
    margin: auto;
}

@media only screen and (min-width: 769px) {
    .user_editor .row-pic+.row-text {
        padding-left: 30px;
    }

    .user_editor .row-text+.row-pic {
        margin-left: 30px;
        width: 30%;
    }
}

@media only screen and (max-width: 768px) {
    .user_editor .row {
        display: block;
    }

    .user_editor .row-text {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .user_editor .row-pic {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}

.blue-title {
    font-size: 1.5em;
    color: #82c0ea;
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
}

.blue-title-sub {
    color: #bfbfbf;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.blue-title-list {
    line-height: 22px;
    font-size: 1.8em;
    /* text-rendering: geometricPrecision; */
    color: #e2521e;
    margin-bottom: 15px;
    display: block;
    border-left: 5px solid #fadfd5;
    padding-left: 10px;
}

.blue-title-list+ul,
.blue-title+ul {

    margin: 0;

}

.blue-title-list+ul {
    color: #666;
    padding: 0 0 0 32px;
}

.blue-title+ul {
    padding: 0 0 0 20px;
}

.blue-title-list+ul li,
.blue-title+ul li {
    padding: 3px 0;
}

.hr-line {
    margin: 40px 0;
    border-bottom: 1px solid #dedede;
    display: block;
}

.m-w-600 {
    max-width: 650px;
    margin: auto;
}

.block-img {
    margin: auto;
    display: block;
}

.block-shadow {
    /* border-bottom: 1px solid #ddd; */
    padding: 25px 50px 25px 25px;
    /* max-width: 1000px; */
    margin: 0px 0 10px;
    box-shadow: -8px 11px 20px -22px #9a9a9a;
    display: block;

    /* border-bottom: 1px solid #ddd; */
    padding: 20px 20px 20px 0;
    /* max-width: 1000px; */
    margin: 0px 0 10px;
    box-shadow: 0px 11px 20px -22px #9a9a9a;
    display: inline-block;
    width: 49%;
}

@media only screen and (max-width: 500px) {
    .block-shadow {
        width: 100%;
        padding: 20px;
    }
}

.block-shadow .row-text {
    position: relative;
    padding-left: 30px;
    color: #666;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .block-shadow .row-text {
        max-width: 300px;
        margin: auto;
    }
}

.block-shadow .row-text:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e2521e;
    border-radius: 50%;
}

.block-shadow .row-pic {
    width: 100%;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

/*.block-shadow:nth-child(even) .row{
  flex-direction: row-reverse;
}*/

.step-box {
    border: 1px solid #dedede;
    padding: 20px;
    border-radius: 5px;
    padding-left: 80px;
    position: relative;
    background: #f5f5f5;
    margin-bottom: 15px;
}

.step-box .blue-title {
    color: #4da8e6;
}

.step-box+img {
    margin: 5px auto;
    display: block;
    width: 40px;
}

.step-box .step {
    color: #888888;
    font-size: 14px;
    /* background: #97c0dc; */
    /* line-height: 37px; */
    padding: 0px 6px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
}

.step-box .step span {
    font-size: 40px;
    display: block;
    line-height: 25px;
    margin-top: 8px;
}

.step-box .step .opacity-font {
    margin-top: 0;
}

.opacity-font {
    opacity: .4;
}