@charset utf-8;
@import "print.css"print;
@import "head.css";
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,700|Raleway');
.gsc-input-box{
	padding-top: 0!important;
}
.gsc-search-button-v2 svg {
    width: 30px !important;
    height: 30px !important;
}

td.gsc-input {
    line-height: 38px !important;
    height: 38px !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
}

table.gsc-search-box {
    margin-bottom: 0 !important;
}

html,
body {}

body {
    font-family: 'Roboto', "Microsoft JhengHei", sans-serif;
    font-size: 1rem;
    overflow-x: hidden;

    position: relative;
}

.container-fluid {
    max-width: 1440px;
    margin: 0 auto;
}

.page-head {
    overflow: auto;
}

.text-orange {
    color: #da5614;
}

.text-green {
    color: #8BB046;
}

.text-pink {
    color: #EA69A2;
}

a[class*="btn-outline"] {
    background-color: #fff;
}

a {
    word-break: break-all;
}

h2 {
    font-size: 3.6rem;
    font-weight: bold;
}

.h2-1 {
    font-size: 1.5rem;
    font-weight: normal;
}

.h2-2 {
    font-size: 1.2rem;
    font-weight: normal;
}

@media(max-width: 991px) {
    h2 {
        font-size: 2.2rem;
    }
}

h3 {
    font-size: 2rem;
}

@media(max-width: 991px) {
    h3 {
        font-size: 1.6rem;
    }
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

/*Hot key*/
.firstGoTo {
    position: absolute;
    opacity: 0;
}

a:hover {
    text-decoration: none;
}


/*LOGO*/
@media(max-width: 991px) {
    header {
        border: solid 1px #ddd;
    }
}

.logo-box a {
    color: #000;
}

#header .logo-box {
    margin-left: 50px;
}

.logo {
    line-height: 1;
    padding: 15px 0;
    color: #333;
}

/*.logo img{height: 50px;margin-right: 10px;vertical-align: middle;}*/
.logo img {
    height: 80px;
    margin-right: 10px;
    vertical-align: middle;
}

.logo-tw {
    font-size: 2rem;
    margin-bottom: .25rem;
}

.logo-en {
    font-size: .80rem;
    letter-spacing: .07rem;
    text-align: right;
}

@media(max-width: 991px) {
    .head-Information.bg-light {
        background-color: #fff !important;
    }
}

@media (max-width: 767px) {
    .logo img {
        height: 50px;
    }
}

@media (max-width: 575px) {
    .logo img {
        margin-right: 0;
    }

    header .logo-tw {
        display: none;
    }

    header .logo-en {
        display: none;
    }
}

/*headinfo-box*/
.headinfo-box a {
    color: #333;
}

.headinfo-box a:hover {
    color: #1E738F;
}

.headinfo-box {
    font-size: 1.25rem;
}

.slash {
    display: inline-block;
    width: 1px;
    height: 1em;
    color: #ccc;
    background: #ccc;
}

.headinfo-item {
    display: inline-block;
    padding: 0 10px;
}

@media(max-width: 991px) {

    .hidden-md,
    .slash {
        display: none !important;
    }
}

@media(max-width: 1280px) {
    .headinfo-box {
        font-size: 1rem;
    }

    span.lan-tt {
        display: none;
    }
}

#search-box {
    background-color: #333;
}

.search-wrap {
    max-width: 500px;
    margin: 0 auto;
    padding: 1.25em;
}

#search {
    color: #333;
    cursor: pointer;
}

#search:hover {
    color: #1E738F;
}

@media(max-width: 991px) {
    #search {
        font-size: 30px;
    }
}

/*語系*/
#lanbox i {
    margin-right: .5rem;
}

#lanbox a:hover {
    color: #1E738F;
}

@media(max-width: 991px) {
    #lanbox .lan-tt {
        display: none;
    }

    #lanbox i {
        font-size: 30px;
        margin-right: 0;
    }
}

#lanbox .dropdown-menu a {
    padding: .75rem .5rem;
    display: block;
}

/*選單按鈕*/
@media(min-width: 992px) {
    #head-nav {
        display: none;
    }
}

#head-nav .navbar-toggler.mybtn {
    position: relative;
    z-index: 1;
    border: none;
    outline: 0;
    padding: 0;
    width: 50px;
    height: 57px;
    display: inline-block;
    vertical-align: middle;
}

#head-nav .navbar-toggler.mybtn[aria-expanded="true"] {
    z-index: 101;
}

.navbar-toggler.mybtn span,
.navbar-toggler.mybtn:before,
.navbar-toggler.mybtn:after {
    height: 4px;
    width: 30px;
    top: 50%;
    right: 0;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: ease .2s all;
}

.navbar-toggler.mybtn:before {
    margin-top: -10px;
}

.navbar-toggler.mybtn:after {
    margin-top: 10px;
}

.navbar-toggler.mybtn[aria-expanded="true"] span {
    background-color: #fff;
    transform: scale(0);
}

.navbar-toggler.mybtn[aria-expanded="true"]:before {
    transform: rotate(-45deg);
    margin-top: 0;
}

.navbar-toggler.mybtn[aria-expanded="true"]:after {
    transform: rotate(45deg);
    margin-top: 0;
}

/*main-menu*/
#main-menu .container-fluid {
    padding: 0;
}

#main-menu {
    padding: 0;
    border: solid 1px #fff;
    border-width: 1px 0;
}

@media(max-width: 991px) {
    #main-menu {
        border: none;
        background: #fff !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}

#main-menu .navbar-nav {
    width: 100%;
}

@media(min-width: 992px) {
    #main-menu .nav-item {
        width: 25%;
    }
}

#main-menu .nav-item>a {
    color: #fff;
    font-size: 1.15rem;
    padding: .75em;
    border-bottom: solid 1px rgba(255, 255, 255, .6);
}

@media(min-width: 992px) {
    #main-menu .nav-item>a {
        font-size: 1.5rem;
        text-align: center;
        padding: .5em 0;
        border-right: solid 1px #fff;
    }

    #main-menu .nav-item:nth-child(1)>a {
        border-left: solid 1px #fff;
    }
}

@media(max-width: 991px) {

    #main-menu .nav-item,
    #main-menu .nav-item>a {
        background: #1E738F !important;
    }
}

.dropdown-toggle::after {
    transition: all .2s ease;
}

.nav-item.show .dropdown-toggle::after {
    transform: rotate(-90deg);
}

/*次選單*/
#main-menu .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border-color: rgba(255, 255, 255, .9);
    margin-top: -1px;
}

@media(max-width: 991px) {
    #main-menu .dropdown-menu {
        border: none;
        background-color: #09475c;
    }
}

#main-menu .dropdown-menu.show {
    width: 100%
}

#main-menu .dropdown-menu a {
    font-size: 1rem;
    color: #fff;
    padding: .75em 1.25em;

}

@media(min-width: 992px) {
    #main-menu .dropdown-menu a {
        font-size: 1.25rem;
        text-align: center;
        padding: .5em 0;
        border-bottom: solid 1px rgba(255, 255, 255, .9);
    }
}

#main-menu .dropdown-menu a:last-child {
    border-bottom: none;
}

#main-menu .dropdown-menu a:hover,
#main-menu .dropdown-menu a:focus {
    background: rgba(1, 1, 1, .3);
}

@media(min-width: 992px) {
    .bg-warning .dropdown-menu {
        background-color: rgba(243, 152, 1, .90);
    }

    .bg-success .dropdown-menu {
        background-color: rgba(139, 176, 70, .90);
    }

    .bg-info .dropdown-menu {
        background-color: rgba(234, 105, 162, .90);
    }

    .bg-secondary .dropdown-menu {
        background-color: rgba(103, 166, 209, .90);
    }
}

/*選單下圖式*/
.icon-set {
    text-align: center;
    padding: 1.25em;
}

.icon-set a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    border: solid 1px #1E738F;
    font-size: 28px;
    line-height: 50px;
    display: inline-block;
    margin: 0 .25em;
}

/*首頁跑馬燈*/
#index-slider.slick-dotted.slick-slider {
    margin: 0;
}

#index-slider figure {
    margin: 0;
}

#index-slider img {
    width: 100%;
    height: auto;
}


#index-slider {
    position: relative;
    width: 100%;
    min-height: 0vw;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}

#index-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

#index-slider .slick-slide {
    position: relative;
}

@media screen and (min-width: 1440px) {
    #index-slider .slick-slide {
        height: calc(100vh - 154px);
    }

    #index-slider .slick-slide>div>div {
        height: calc(100vh - 154px);
        background-position: center bottom;
    }
}

#index-slider .slick-dots {
    bottom: 25px;
}

#index-slider .slick-dots li.slick-active button:before {
    background-color: #1E738F;
}

@media(max-width: 767px) {
	#index-slider{
		padding-bottom: 30px;
	}
    #index-slider .slick-dots {
        bottom: 0px;
    }
}

.slick-slide {
    opacity: 0.5;
    transition: all .3s ease;
}

.slick-slide.slick-active {
    z-index: 1;
    opacity: 1;
    transition: all .3s ease;
}

.slick-slide.slick-active .caption {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.dark-slide .slick-prev,
.dark-slide .slick-prev:hover,
.dark-slide .slick-prev:focus {
    background: url('../../img/left-arrow-w.svg');
    left: -50px;
}

.dark-slide .slick-next,
.dark-slide .slick-next:hover,
.dark-slide .slick-next:focus {
    background: url('../../img/right-arrow-w.svg');
    right: -50px;
}

@media(min-width: 1024px) {
    #med-slide {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media(max-width: 1023px) {

    .dark-slide .slick-prev,
    .dark-slide .slick-next {
        opacity: 0;
    }
}

.caption {
    position: absolute;
    top: 25%;
    left: 10%;
    padding: 20px;
    color: #fff;
    margin: 0;
    letter-spacing: .02em;
    opacity: 0;
    text-shadow: black 0.1rem 0.1rem 0.5rem;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    font-size: 1.5rem;
    font-weight: bold;
}

#index-slider .caption h4,
#index-slider .caption h1 {
    line-height: 4rem;
    font-size: 3.6rem;
    font-weight: bold;
}

#index-slider .caption h5 {
    line-height: 3.6rem;
    font-size: 2rem;
    font-weight: bold;
}

.caption .smTitle {
    font-weight: normal;
    font-size: 1.5rem;
    text-shadow: black 1px 1px 2px;
}

@media(max-width: 991px) {
    .caption {
        left: 5%;
        right: 5%;
    }

    #index-slider .caption h4,
    #index-slider .caption h1 {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    #index-slider .caption h5 {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .caption p {
        font-size: 1.25rem;
    }
}

@media(max-width: 767px) {
    .caption {
        font-size: 2rem;
        line-height: 120%;
        top: 10%;
    }

    .caption p {
        display: none;
    }

    #index-slider .caption h4,
    #index-slider .caption h1 {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    #index-slider .caption h5 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}

@media(max-width: 575px) {

    #index-slider .caption h4,
    #index-slider .caption h1 {
        font-size: 1.75rem;
        line-height: 1.5rem;
        text-align: center;
    }

    #index-slider .caption h5 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        text-align: center;
    }

    #index-slider .caption a {
        display: block;
        text-align: center;
    }

    #index-slider .caption button {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

.btn {
    display: inline-block;
    text-align: center;
    margin: 0px;
    text-shadow: none;
    line-height: 2rem;
    padding: .5rem 2.5rem;
    font-size: 1.25rem;
}

.caption .btn {
    line-height: 2.5rem;
    width: 200px;
    font-size: 1.5rem;
    border: solid 2px #fff;
    box-shadow: 1px 1px 2px rgba(20%, 20%, 40%, 0.5);
}

.caption .btn:hover {
    border: solid 2px #fff;
}

@media(max-width: 767px) {
    .caption .btn {
        font-size: 1rem;
        width: auto;
        line-height: 1.5rem;
        padding: .5em 2em;
    }
}

/*快速選單*/
.quick-close {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 30px;
    color: #fff;
    display: block;
    width: 80px;
    text-align: center;
}

.quick-open {
    display: inline-block;
    visibility: visible;
    width: 2.5em;
    position: absolute;
    right: 0px;
    top: 50px;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    padding: .75em .75em;
    line-height: 120%;
    border-radius: 8px 0 0 8px;
}

@media(max-width: 1280px) {
    .quick-open {
        display: none;
    }
}

#quick-box {
    position: absolute;
    top: 48px;
    right: -380px;
    max-width: 380px;
    overflow: hidden;
    height: auto;
    border-radius: 20px;
    background-color: transparent;
    transition: .2s all ease;
    opacity: 0;
}

#quick-box.open {
    right: 0;
    opacity: 1;
}

@media (max-width: 1280px) {
    #quick-box {
        display: none;
    }
}

#quick-box .card-header {
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

#quick-box .card-body {
    border-radius: 0 0 20px 20px;
    background: rgba(238, 238, 238, .9);
}

#quick-box .card-body h5 {
    font-weight: bold;
}


#quick-box .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list__item {
    position: relative;
}

.list__item:hover>.label {
    color: #F9546D;
}

.list__item:hover>.label::before {
    border-color: #F9546D;
    margin-right: .75rem;
    height: 1.5rem;
    width: 1.5rem;
}

.radio-btn {
    position: absolute;
    opacity: 0;
    height: 40px;
    border: solid;
    width: 100%;
    top: 0em;
    left: 0;
}

.label {
    display: flex;
    align-items: center;
    padding: 0.35rem 0;
    color: #333;
    font-size: 1.25rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s linear;
}

.label::before {
    display: inline-block;
    content: "";
    height: 1.125rem;
    width: 1.125rem;
    margin-right: 0.625rem;
    border: 0.25rem solid #ccc;
    border-radius: 50%;
    transition: all 0.25s linear;
}

.radio-btn:checked+.label {
    color: #F9546D;
}

.radio-btn:checked+.label::before {
    margin-right: 0.625rem;
    border: 0.25rem solid #F9546D;
    background: #F9546D;
}

/*首頁主要內容*/
.index-main .card {
    border-radius: 0;
    display: block;
}

.index-main .img-top img {
    width: 100%;
    height: auto;
}

.index-main .card-img-top {
    border-radius: 0;
    width: 100%;
    height: auto;
}

.index-main .card-body {
    position: relative;
    overflow: hidden;
    color: #000;
    text-align: center;
}

@media(max-width:575px) {
    .index-main .card-body {
        padding: 10px 5px;
    }
}

.index-main .card-body a {
    color: #000;
}

.index-main .card-body a:hover {
    color: #fff;
}

.index-main .card-body h5 {
    text-align: center;
    font-weight: bold;
    z-index: 1;
    position: relative;
    font-size: 1.5rem;
}

.index-main .card-body h5 .smTitle {
    font-weight: normal;
    font-size: .8rem;
    color: #999;
    display: block;
}

.index-main .card-body a:hover h5 .smTitle {
    color: #fff;
}

.index-main .card-body .card-text {
    z-index: 1;
    position: relative;
    height: 4.5rem;
    overflow: hidden;
}

.index-main .circle {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    width: 83px;
    height: 83px;
    margin: 0 auto;
    z-index: 0;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s cubic-bezier(.17, .84, .44, 1) 0s;
}

@media(max-width:575px) {
    .index-main .circle {
        top: 63px;
    }
}

.index-main a:hover .circle {
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    transform: scale(7);
    transition: all 0.3s cubic-bezier(.47, 0, .74, .71) 0s;
}

.index-main figure {
    position: relative;
    width: 83px;
    height: 83px;
    margin: 0 auto 15px;
}

.index-main figure img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    transition: all 0.25s cubic-bezier(.47, 0, .74, .71) 0s;
    width: 50px;
}

/*首頁特色醫療跑馬*/
.index-med-slide {
    background-image: url(../../img/featured-medical-01.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

#med-slide figure {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f00;
    text-align: center;
    line-height: 100px;
    z-index: 1;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ece2d9+0,ece2d9+50,f5f0ed+50,f5f0ed+100 */
    background: rgb(236, 226, 217);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(236, 226, 217, 1) 0%, rgba(236, 226, 217, 1) 50%, rgba(245, 240, 237, 1) 50%, rgba(245, 240, 237, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(236, 226, 217, 1) 0%, rgba(236, 226, 217, 1) 50%, rgba(245, 240, 237, 1) 50%, rgba(245, 240, 237, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(236, 226, 217, 1) 0%, rgba(236, 226, 217, 1) 50%, rgba(245, 240, 237, 1) 50%, rgba(245, 240, 237, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ece2d9', endColorstr='#f5f0ed', GradientType=1);
    /* IE6-9 */
}

#med-slide figure img {
    width: 90px;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.17, .84, .44, 1) 0s;

}

#med-slide a:hover figure img {
    transform: scale(1.2, 1.2);
    transition: all 0.25s cubic-bezier(.47, 0, .74, .71) 0s;
}

#med-slide .card {
    text-align: center;
    max-width: 275px;
    position: relative;
}

#med-slide .card:hover {
    background-color: #1E738F;
}

#med-slide a:hover .card-body {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

#med-slide .card-title {
    color: #000;
    font-weight: bold;
    margin: .75em 0;
    z-index: 1;
    position: relative;
}

#med-slide .card-subtitle {
    line-height: 150%;
    z-index: 1;
    position: relative;
    font-size: 1rem;
}

#med-slide a:hover h5,
#med-slide a:hover h6 {
    color: #fff !important;
}

.bt-dash {
    border-top: dashed 1px #ccc;
}

#med-slide .slick-slide>div {
    text-align: center;
}

#med-slide .slick-dots {
    bottom: -50px;
}

@media(max-width: 575px) {
    #med-slide .slick-dots {
        bottom: -70px;
    }
}

.slick-dots li {
    width: 35px;
}

.slick-dots li button {
    width: 35px;
}

.slick-dots li button:before {
    content: "";
    width: 32px;
    height: 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px rgba(0, 0, 0, .5);
}

/**/
.index-scene-box {
    background-image: url(../../img/featured-medical-02.jpg);
    color: #fff;
    text-align: center;
    padding: 100px 0;
    background-size: cover;
    transition: ease .8s all;
}

/*.index-scene-box:hover{background-position: center center;}*/
.index-scene-box a {
    color: #fff;
}

.index-scene-box a:hover {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .8);
}


.index-scene {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 30px 50px 30px;
}



.index-btm-position {
    width: 70%;
    padding: 100px 50px;
}

@media(max-width: 576px) {
    .index-btm-position {
        width: 80%;
        padding: 25px 1.25rem;
    }
}

.index-btm-txt {
    text-align: center;
    max-width: 24em;
    margin: 0 auto;
}

.index-btm-box h3 {
    font-weight: bold;
}

.index-btm-box h5 {
    font-weight: bold;
    margin: .75em 0;
}

.index-beauty {
    background-image: url(../../img/lower-classification-01.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
    margin-right: .25rem;
    height: 100%
}

@media(max-width: 991px) {
    .index-beauty {
        margin-right: 0;
        border-bottom: solid .5rem #fff;
    }
}


.index-heath {
    color: #fff;
    background-image: url(../../img/lower-classification-02.jpg);
    background-size: cover;
    background-position: center center;
    margin-left: .25rem;
    height: 100%
}

@media(max-width: 991px) {
    .index-heath {
        margin-left: 0rem;
    }
}

/*footer*/
@media(max-width: 767px) {
    footer .logo {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    footer .logo img {
        vertical-align: bottom;
    }

    footer .logo>div {
        display: inline-block;
    }

    footer .logo-tw {
        font-size: 1.5rem;
        margin-bottom: .25rem;
        margin-top: .5rem;
        letter-spacing: 3.6px;
    }

    .logo-en {
        letter-spacing: .0rem;
    }
}

footer p {
    margin: 0;
}

.lg-title {
    font-size: 1.25rem;
}

.foot-nav h6 {
    font-weight: bold;
}

.foot-nav a {
    color: #666;
    display: block;
    padding: .25em 0;
}

.foot-nav a:hover {
    color: #1E738F;
}

.foot-nav h6 a {
    color: #000;
}

#btn-open span,
button#bt-open {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    margin-bottom: 1rem;
}

#bt-open[aria-expanded="true"] .bt-open {
    display: none;
}

#bt-open[aria-expanded="false"] .bt-open {
    display: block;
}

#bt-open[aria-expanded="false"] .bt-close {
    display: none;
}

#bt-open[aria-expanded="true"] .bt-close {
    display: block;
}

.open-foot {
    display: block;
}

.foot-nav {
    overflow: hidden;
    transition: 1s all ease;
    margin-bottom: 1rem;
}

.foot-nav[style*="height: auto;"] {
    margin-top: 1.5rem;
}

.address {
    text-align: right;
}

@media(max-width: 575px) {
    .footer .logo img {
        margin: 0 auto;
    }

    .address {
        text-align: center;
    }
}




.share-box {
    width: 280px;
    display: inline-block;
    border: solid 0px #f00;
}

@media(max-width: 575px) {
    .share-box {
        float: left;
    }
}

#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    ;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: center;
}

@media(max-width: 400px) {
    #st-1 {
        max-width: 200px;
        margin: 0 auto;
    }
}

#st-1 .st-custom-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    margin-right: 8px;
    padding: 0 12px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

#st-1 .line-btn.st-custom-button {
    display: inline-block;
    width: 48px;
    background-color: #00B833;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    vertical-align: bottom;
    line-height: 0;
    padding: 9px 0;
}

@media(max-width: 400px) {
    #st-1 .st-custom-button {
        margin-bottom: 15px;
    }
}

#st-1 .st-custom-button:hover {
    opacity: .8;
    top: -4px;
}


#st-1 .st-total>span.st-shares {
    font-size: 14px;
    line-height: 14px;
}

#st-1 .st-custom-button[data-network='facebook'] {
    background-color: #3B5998;
}

#st-1 .st-custom-button[data-network='facebook']>i {
    color: #fff;
}

#st-1 .st-custom-button[data-network='twitter'] {
    background-color: #55acee;
}

#st-1 .st-custom-button[data-network='twitter']>i {
    color: #fff;
}

#st-1 .st-custom-button[data-network='wechat'] {
    background-color: #4EC034;
}

#st-1 .st-custom-button[data-network='wechat']>i {
    color: #fff;
}

#st-1 .st-custom-button[data-network='weibo'] {
    background-color: #ff9933;
}

#st-1 .st-custom-button[data-network='weibo']>i {
    color: #fff;
}

#st-1 .st-custom-button[data-network='whatsapp'] {
    background-color: #25d366;
}

#st-1 .st-custom-button[data-network='whatsapp']>i {
    color: #fff;
}

/*GO TOP*/
#gotop {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #F39801;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 100px;
    cursor: pointer;
    display: none;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
    border-radius: 50%;
}

#gotop:hover {
    opacity: 1
}

/**/
.breadcrumb {
    background-color: #fff;
    margin-bottom: 0;
    margin-top: .75rem;
    font-size: 1.15rem;
}

@media(max-width: 767px) {
    .breadcrumb {
        font-size: 1rem;
        padding: .5em 0;
        margin-top: 0;
    }
}

.breadcrumb a {
    color: #333;
}

.breadcrumb .active {
    color: #1E738F;
    font-weight: bold;
}

.breadcrumb h1 {
    font-size: 1.15rem;
    font-weight: bold;
    display: inline-block;
}

/**/
.round {
    width: 45px;
    height: 45px;
    background-color: #eee;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
}

.round:hover {
    background-color: #1E738F;
    color: #fff;
}

.font-z-box {
    padding: .75rem 0;
    min-width: 180px;
}

@media(max-width: 767px) {
    .font-z-box {
        display: none;
    }
}

.font-z {
    font-size: 1.25em;
    position: relative;
}

.font-z:before {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 12px;
}

.font-enlarge:before {
    content: "+"
}

.font-reduce:before {
    content: "-";
    font-size: 14px;
}

.banner {
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 0;
}

.banner figure img {
    width: 100px;
    position: relative;
    z-index: 1;
}

.banner figure {
    margin: 0;
}

.banner h2 {
    font-size: 2rem;
    margin: 45px 0;
    text-shadow: 1px 1px 5px #000;
    color: #fff;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.banner figure+h2 {
    margin: -10px 0 0 0;
}

main {
    border-bottom: solid 1px #eee;
}

.sub-menu {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 1.25rem;
}

.sub-menu a {
    background-color: #E5E5E5;
    color: #333;
    font-weight: bold;
}

.sub-menu a:hover {
    background-color: #999;
    color: #FFF;
}

.sub-menu a.bg-gradient-primary {
    color: #fff;
}

article {
    padding: 50px;
}

@media(min-width: 1400px) {
    article {
        padding: 50px 80px;
    }
}

@media(max-width: 1024px) {
    article {
        padding: 50px 0;
    }

    #treat-content article {
        padding: 50px 15px;
    }
}

article h1,
article h2,
h1.top-line {
    text-align: center;
    position: relative;
    margin: 1.5rem 0;
    display: block;

}

h1.top-line {
    margin-top: 3rem;
}

article h1:before,
article h2:before,
h1.top-line:before {
    position: absolute;
    left: 50%;
    margin-left: -1em;
    width: 2em;
    content: "";
    height: 4px;
    background: #da5614;
    top: -1.25rem;
    border-radius: 10px;
}

article h3 {
    font-size: 2rem;
    color: #da5614;
}

@media(max-width: 991px) {
    article h3 {
        font-size: 1.6rem;
    }
}

article ul li {
    list-style: none;
    position: relative;
    margin: .25rem 0;
}

article ul li:before {
    content: "";
    background-color: #da5614;
    width: .65rem;
    height: .65rem;
    position: absolute;
    border-radius: 50%;
    left: -1.5em;
    top: .25rem;
}

article ul ul li:before {
    content: "";
    border: 1px solid #da5614;
    width: .65rem;
    height: .65rem;
    position: absolute;
    border-radius: 50%;
    left: -1.5em;
    top: .25rem;
    background-color: transparent;
}

/*article img{margin:0 auto;max-width: 100%;display: block;}*/
article img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

article .img-thumbnail {
    max-width: 45%;
}

@media(max-width: 575px) {
    article .img-thumbnail {
        max-width: 100%;
    }
}

.img-thumbnail.float-right {
    margin-left: 1rem;
    margin-bottom: .5rem;
}

hr {
    margin: 2rem 0;
}

.photo-box {
    padding: 50px;
}

@media(max-width: 1023px) {
    .photo-box {
        padding: 50px 0;
    }

    #treat-content .photo-box {
        padding: 50px 15px;
    }
}

.photo-box>div>div a {
    border: solid 1px #ddd;
    display: block;
    color: #000;
    margin-bottom: 15px;
}

.photo-box figure {
    width: 100%;
    height: 0px;
    padding-bottom: 90%;
    position: relative;
    margin: 0;
}


.photo-box figure img {
    width: 100%;
    height: 100%;
    height: auto\0;
    /* IE8, IE9 */
    height: auto\9\0;
    /*Only works in IE9*/
    position: absolute;
    left: 0px;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

.photo-caption {
    font-size: 1.125rem;
    padding: 10px;
    display: none;
}

.photo-caption.show {
    display: block;
}

/*相關醫院*/
main h2 {
    font-size: 2.25rem;
    font-weight: normal;
}

@media(max-width: 991px) {
    main h2 {
        font-size: 1.8rem;
    }
}

.upper-line {
    position: relative;
    margin-bottom: 2rem;
}

.upper-line:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1em;
    top: -1.5rem;
    width: 2em;
    height: 3px;
    background-color: #da5614;
}

.medorg-box {
    padding: 50px 0;
}

@media(min-width: 1024px) {
    .medorg-box {
        padding: 50px;
    }
}

#org-slide .card {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#org-slide .card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#org-slide {
    flex-flow: row wrap;
}

#org-slide>div {
    height: 100%;
    margin-bottom: 15px;
}

#org-slide>div .card {
    height: 100%;
}

#org-slide a {
    color: #000;
}

#org-slide h5 {
    font-weight: bold;
}

#org-slide p {
    margin: 0 0 .25rem 0;
}

#org-slide p.link {
    display: none;
}

#org-slide .slick-slide>div>div {
    padding: 0 10px;
}

#org-slide .slick-dots li button:before {
    background-color: #1E738F;
}

#org-slide .slick-dots {
    bottom: -50px;
}

.white-slide .slick-prev,
.white-slide .slick-prev:hover,
.white-slide .slick-prev:focus {
    background: url('../../img/left-arrow.svg');
    left: -50px;
}

.white-slide .slick-next,
.white-slide .slick-next:hover,
.white-slide .slick-next:focus {
    background: url('../../img/right-arrow.svg');
    right: -50px;
}

@media(max-width: 1023px) {

    .white-slide .slick-prev,
    .white-slide .slick-next {
        opacity: 0;
    }
}

/*特色醫療 醫院*/
h2.hospital {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.feature-hospital-txt {
    /* height: 500px; */
    height: 530px;
    overflow: auto;
}

@media(max-width: 991px) {
    .feature-hospital-txt {
        height: auto;
        overflow: auto;
    }
}

.feature-hospital-txt p {
    margin: 0 0 .5rem 0;
}

.feature-hospital figure {
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 500px; */
    height: 530px;
    margin-bottom: 0;
    background-position: center top;
    position: relative;
    overflow: hidden;
}

@media(max-width: 991px) {
    .feature-hospital figure {
        height: 400px;
    }
}

@media(max-width: 767px) {
    .feature-hospital figure {
        height: 350px;
    }
}

.feature-hospital figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

#treat-tab .nav-link {
    padding: 1.5rem;
    font-size: 1.25rem;
    color: #000;
    font-weight: bold;
}

/*#treat-tab  .nav-link.active{
	background-color: #1E738F;
	color: #fff;
}*/
.mx--15 {
    margin-left: -15px;
    margin-right: -15px;
}

@media(min-width: 1140px) {
    .mx-lg--15 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media(max-width: 991px) {
    h1.hospital {
        text-align: center;
        font-size: 2rem;
    }
}

@media(max-width: 1440px) {
    h1.hospital {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.feature-hospital-txt {
    font-size: 1.15rem;
}

.feature-hospital-txt ul {
    margin: 0;
    padding: 0;
}

/*.feature-hospital-txt ul li a{color: #000;}*/
.feature-hospital-txt ul li a {
    color: #1a73e8;
}

.feature-hospital-txt ul li a:hover {
    color: #F39801;
}

.feature-hospital-txt .mark {
    background-color: transparent;
    padding: 0;
}

.feature-hospital-txt ul li span span {
    display: inline-block;
    margin: 0 5px;
    margin-left: 0;
    text-indent: 0;
}

.feature-hospital-txt ul li {
    list-style: none;
    position: relative;
    margin: .25rem 0;
    text-indent: -1.5rem;
    margin-left: 2rem;
}

.feature-hospital-txt ul li span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    margin-right: 0rem;
    text-align: center;
    color: #F39801;
}

.icon-use ul {
    padding: 0;
}

.icon-use ul li:before {
    display: none;
}

.icon-use ul li span span {
    display: inline-block;
    margin: 0 5px;
    margin-left: 0;
    text-indent: 0;
}

.icon-use ul li {
    list-style: none;
    position: relative;
    margin: .25rem 0;
    text-indent: -1.5rem;
    margin-left: 2rem;
}

.icon-use ul li span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    margin-right: 0rem;
    text-align: center;
    color: #F39801;
}

ul li span.icon-tel:before {
    content: "\f58f";
}

ul li span.icon-add:before {
    content: "\f3c5";
}

ul li span.icon-mail:before {
    content: "\f0e0";
}

ul li span.icon-web:before {
    content: "\f35d";
}

ul li span.icon-goout:before {
    content: "\f481";
}

ul li span.icon-type:before {
    content: "\f009";
}

ul li span.icon-bed:before {
    content: "\f236";
}

ul li span.icon-award:before {
    content: "\f559";
}

ul li span.icon-speak:before {
    content: "\f2a7";
}

ul li span.icon-help:before {
    content: "\f4c4";
}

ul.grid {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin: 0px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.card-list>li {
    width: 33.3%;
    position: relative;
    margin: 0;
}

.card-list>li:before {
    display: none;
}

@media(max-width: 767px) {
    .card-list>li {
        width: 50%;
    }
}

@media(max-width: 575px) {
    .card-list>li {
        width: 100%;
    }
}

.card-list>li .card {
    padding: 17px;
    margin-bottom: 10px;
    font-size: 1rem;
    height: 100%;
    border: none;
    background-color: transparent;
}

.card .card-wrap {
    position: relative;
    border-width: 1px;
    border-color: rgba(200, 200, 200, 0.5);
    border-style: solid;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 10px;
    height: 100%;
    background: #fff;
}

@media screen and (min-width: 1025px) {
    .card .card-wrap:hover {
        border-color: rgba(200, 200, 200, 1);
        -webkit-box-shadow: 0px 0px 2px 1px rgba(170, 170, 170, .5);
        box-shadow: 0px 0px 2px 1px rgba(170, 170, 170, .5);
    }
}

.card .card-wrap a {
    color: #000;
}

.card figure {
    position: relative;
}

.card figure>.graphic {
    position: relative;
    width: 100%;
    height: 0px;
    /*padding-bottom: 80%;*/
    padding-bottom: 100%;
    overflow: hidden;
}

.card figure>.graphic>img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card .card-info {
    overflow: hidden;
    margin-top: 5px;
    padding: 5px 15px 10px 20px;
    line-height: 30px;
}

.card .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 30px;
    max-height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*關於高雄*/
#allSpeakers figure {
    margin: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

@media(max-width: 574px) {
    #allSpeakers figure {
        height: 400px;
    }
}

@media(max-width: 474px) {
    #allSpeakers figure {
        height: 300px;
    }
}

@media(max-width: 375px) {
    #allSpeakers figure {
        height: 250px;
    }
}

/*觀光健檢*/
.tourhealthBox {
    margin-bottom: 20px;
    position: relative;
    color: #000;
}

.tourhealthBox:hover {
    background-color: #DA5614;
    color: #fff;
}

.tourhealthBox a {
    color: #000;
}

.tourhealthBox:hover a {
    color: #fff;
}

.tourhealthBox h5 {
    font-weight: bold;
    margin-bottom: .5rem;
}

.tourhealthSpots {
    overflow: hidden;
    border: 1px #c8c8c8 solid;
    padding: 20px;
}

.tourhealthSpotsLeft {
    width: 30%;
    height: 0px;
    padding-bottom: 18%;
    overflow: hidden;
    position: relative;
    float: left;
}

@media(max-width: 1360px) {
    .tourhealthSpotsLeft {
        padding-bottom: 27%;
    }
}

@media(max-width: 991px) {
    .tourhealthSpotsLeft {
        width: 40%;
    }
}

@media(max-width: 767px) {
    .tourhealthSpotsLeft {
        width: 100%;
        padding-bottom: 67%;
        margin-bottom: .5rem;
    }
}

.tourhealthSpots img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.tourhealthSpotsRight {
    width: 70%;
    float: left;
    padding-left: 20px;
}

@media(max-width: 991px) {
    .tourhealthSpotsRight {
        width: 60%;
    }
}

@media(max-width: 767px) {
    .tourhealthSpotsRight {
        width: 100%;
        padding-left: 0;
    }
}

.bbttnn {
    background: #DA5614;
    color: #fff;
    margin-right: 10px;
    width: 2em;
    height: 2em;
    line-height: 2em;
    margin-bottom: .25em;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
}

/*改成上三下二排法
.tourhealthSpots{
	padding:0;
}
.tourhealthSpots h4{
	font-size: 1rem;
}
.tourhealthSpotsLeft,
.tourhealthSpotsRight{
	width: 100%;
}
.tourhealthSpotsLeft{
	padding-bottom: 67%;
}
.tourhealthSpotsRight{
	padding: 15px;
}
*/
/*首頁影片*/
#youtube {
    background-color: rgba(0, 0, 0, .8);
}

#youtube .modal-content {
    background-color: rgba(0, 0, 0, .6);
}

#youtube .text-white {
    font-size: 3.5rem;
    position: absolute;
    top: -30px;
    opacity: 1;
}


#Accesskey_U {
    color: #eee;
    float: left;
}

#Accesskey_U:focus {
    color: #fff;
}

#Accesskey_C {
    color: #eee;
}

#Accesskey_C:focus {
    color: #000;
}

#Accesskey_B {
    color: #eee;
}

#Accesskey_B:focus {
    color: #fff;
}

.sitebox {
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 0 15px 15px 15px;
}

.sitebox h6 {
    padding: .75rem;
    margin-left: -15px;
    margin-right: -15px;
}

/*觀光景點*/
.clearfix {
    overflow: auto;
    zoom: 1;
}

.spot-box {
    border-bottom: solid 1px #ddd;
    margin-bottom: 1.5rem;
}

@media(min-width: 992px) {
    .spot-box img {
        max-width: 400px;
    }
}



/*最新消息*/
@media (min-width: 768px) .newslist .list-item {
    padding: 1em 0;
}

.newslist .list-item {
    display: block;
    padding: .75em 0;
    border-bottom: 1px solid #ccc;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.newslist .list-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.newslist .list-col {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 1200px) .newslist .list-col {
    line-height: 165%;
}

@media (min-width: 768px) .newslist .main-col {
    width: 65%;
    margin-left: 5%;
}



.newslist .list-item {
    padding: 1.5em 0;
}

.newslist p {
    margin: 0;
    color: #333;
}

.newslist span {
    margin-right: 2em;
}

@media screen and (max-device-width: 480px) {

    /* 當裝置寬度 <= 480px，套用這裡的css */
    .newslist p {
        width: 100%;
    }

    .newslist .list-item {
        padding: 0.5em 0;
    }

}

.new-txt-span {
    font-size: 16px;
    color: #008bd0;
}


a[data-lightbox="roadtrip"] figure {
    position: relative;
}

a[data-lightbox="roadtrip"] figure::after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    vertical-align: middle;
    margin-right: 0rem;
    text-align: center;
    color: rgb(255, 255, 255);
    z-index: 900;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 2rem;
    text-shadow: 1px 1px 1px #2a2a2a;
}

a[data-lightbox="roadtrip"]:hover figure img {
    opacity: .8;
}

a[data-lightbox="roadtrip"]:hover figure::after {
    color: #fff;
}

/*支援IE*/

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.custom-object-fit img {
    opacity: 0;
}

a[data-lightbox="roadtrip"]:hover figure.custom-object-fit img {
    opacity: 0;
}

/* 首頁影片跑馬燈 */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

@media(min-width: 1440px) {
    .video-wrapper {
        padding-top: 0;
        padding-bottom: 0;
        height: 100%;
    }
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (max-width: 991px) {
    .folding-ch {
        margin-top: 2rem;
    }

    .folding-ch h3.mb-3 {
        margin-bottom: .5rem !important;
    }
}

/* 修改header */
@media(max-width: 767px) {
    #header .head-Information>.container-fluid>.d-flex {
        flex-wrap: wrap;
    }

    #header .logo-box {
        margin-left: 0px;
        order: 12;
        flex: 0 0 100%;
        text-align: center;
        background: #e8ebec;
    }

    .logo img {
        height: 80px;
    }

    .logo-box a {
        justify-content: center;
    }

    .headinfo-box{
    	padding-right: 20px;
    }

}