﻿input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

@charset "utf-8";

/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/
*/

img,
object,
embed,
video,
iframe,
div {
    max-width: 100%
}


/* IE 6 不支援最大寬度，因此寬度預設為 100% */

.ie6 img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

body {
    font-size: 100%;
    padding: 0;
    margin: 0;
    color: #333;
    font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

a {
    outline: none;
    text-decoration: none;
}

table tr td {
    padding: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

select {
    background-color: #FFF;
    border: 1px solid #dddddd;
    padding: 10px 5px;
    color: #666;
}

textarea {}

input {
    border: 1px solid #dcdcdc;
    padding: 5px 5px;
    color: #666;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

textarea {
    border: 1px solid #ccc;
    padding: 3px 5px;
    color: #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0;
}


/* 行動版面: 480px 以下。 */

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    padding: 0 8px;
    padding-bottom: 60px !important;
}

.container02_top {
    clear: both;
    margin-left: 0;
    width: 100%;
    /*margin-bottom: 10vh !important;*/
}


/*-- header --*/

.rel {
    position: relative;
}

header {
    margin-top: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    height: 80px;
}

#logo {
    position: absolute;
    z-index: 51;
    width: 70%;
    margin-left: 17%;
    margin-top: 20px;
    background-color: #fff;
}

#menu {
    position: absolute;
    top: 20px;
    left: 2%;
    z-index: 50;
}

#sign_up {
    float: right;
    right: 20px;
    margin-top: 5px;
}

/*麵包屑*/

#sitemap_menu {
    margin: 10px 0 0 10px;
    font-size: 14px;
}

#sitemap_menu ul {
    text-align: left;
}

#sitemap_menu li {
    list-style: none;
    display: inline-block;
    padding: 10px 5px 0 0;
}

#sitemap_menu li a {
    color: #000;
}

#sitemap_menu li.last:after {
    content: "  ";
    color: #ccc;
}


/*醫師專欄*/

#column {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
    line-height: 2.5em;
}

.column_dr {
    width: 100% !important;
    margin-bottom: 25px;
}

.columnimg {
    width: 100%;
}

.columntxt {
    color: #919191;
}

.columntitle {
    font-size: 1.2em;
    margin: 10px 0 0 0;
    font-weight: 900;
}

.more {}

.more a {
    color: #333;
    border-bottom: 1px solid #fff;
}

.more a:hover {
    color: #ccc;
    border-bottom: 1px solid #ccc;
    transition: border .3s;
}

.add10 {
    margin-top: 10px;
}

#top4 {
    margin: 20px 0;
}

#hotQA ul li {
    list-style-type: none;
}

#top4 ul li {
    list-style-type: none;
    float: left;
    width: 25%;
    padding: 2%;
    text-align: center;
    color: #959595;
}

#hotQA {
    background-color: #f3f3f3;
    height: 200px;
    border: 1px solid #e2e2e2;
}

#EMQA {
    display: block;
}

#ensure {
    float: left;
    text-align: center;
    padding: 30px 10px;
    width: 25%;
    height: 160px;
}

#hotqa_title {
    float: left;
    width: 8%;
    text-align: center;
    padding: 10px 0px;
    color: #8a8a8a;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

#hotQA #hotqa_title li {
    list-style-type: none;
}

#hotqa_q {
    float: left;
    width: 59%;
    font-size: smaller;
    margin: 1.12%;
    overflow: hidden;
    height: 188px;
}

#hotqa_q #qa {
    overflow: hidden;
    height: 37px;
}

.question {
    float: left;
    height: 40px;
    line-height: 37px;
    width: 100%;
    font-size: 14px;
    color: #626262;
    background-size: 16px 23px;
    border-bottom: #dedede 1px dashed;
    box-sizing: border-box;
    padding-left: 25px;
    background-image: url(../images/light_icon_retina.png);
    background-repeat: no-repeat;
    background-position: left;
    /* background-position: top 1px; */
}

#indexqamore {
    position: absolute;
    width: 160px;
    height: 35px;
    right: 0;
    font-size: 14px;
    margin-top: -15px;
    margin-right: 1.3%;
    color: #fefefe;
    text-align: center;
    line-height: 35px;
    background: #AF8265;
    /* position: absolute;
    width: 160px;
    height: 35px;
    right: 0;
    margin-top: -15px;
    margin-right: 1.3%;
    text-align: center;
    line-height: 35px;
    background-image: url(../images/hotqamore_btn.jpg);
    background-repeat: no-repeat;
    background-position: right; */
}

#indexqamore a {
    color: #FFF;
}

.data {
    color: #fca7a9;
    font-size: 12px;
    font-weight: bold;
}

.view {
    display: block;
    float: right;
    /* background: url(https://www.starclinic.com.tw/uploads/wall_category/瀏覽數.png) no-repeat; */
    /* padding-left: 20px; */
}

.content_box a span,
.view {
    color: #AF8265;
    font-size: small;
    font-weight: bold;
}

.content_box a h3 {
    margin: 8px 0 0;
    font-size: 15px;
    color: #AF8265;
    line-height: 1.4;
    font-weight: 500;
}

.content_box a h3.index_wall {
    color: rgba(221, 69, 47, 80%);
}


/*------萬人好評------*/

.left {
    float: left;
}

.right {
    float: right;
}

#indexbeauty_title {
    width: 100%;
    margin-top: 35px;
    border-bottom: 1px solid #e2e2e2;
    margin-right: 1.5%;
}

.classify_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

input .wall_classify:not(old) {
    width: 2em;
    margin: 0px 0px 0px 10px;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
}

input.wall_classify:not(old):checked+label>span {
    background: #FFF;
}

input.wall_classify:not(old)+label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

input.wall_classify:not(old)+label>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0.25em 0.5em 0.25em 0.8em;
    border: #fca7a9 2px solid;
    border-radius: 10px;
    background: #FFF;
    vertical-align: bottom;
}

input.wall_classify:not(old):checked+label>span>span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px;
    border-radius: 5px;
    background: #fca7a9;
}

input .wall_classify:not(old)+label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

input .wall_classify:not(old)+label>span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: #fca7a9 2px solid;
    border-radius: 10px;
    background: #FFF;
    vertical-align: bottom;
}

input .wall_classify:not(old):checked+label>span {
    background: #FFF;
}

.more_box {
    clear: both;
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    color: #61a4a7;
}

.more_box #append {
    border: none;
    background: none;
    cursor: pointer;
    width: 146px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #AF8265;
}

.post_article img {
    max-width: 100% !important;
    height: auto !important;
}

.retina_img {
    width: 28px;
    margin-top: -5px
}


/*-----分院介紹---------*/

.clinic {
    font-size: large;
    color: #ef8f9b;
    margin-left: 3%;
}

.branch_list {
    width: 95%;
    margin-bottom: 10px;
}

.branch_list ul {
    width: 100%;
    margin-bottom: 10px;
    list-style-type: none;
}

.branch_list ul li {
    float: left;
    border: 1px solid #ef8f9b;
    padding: 1.5%;
}

.branch_list ul li a {
    display: inline-block;
    color: #313131;
    line-height: 26px;
}

#chapter_title {
    border-bottom: 1px solid #e2e2e2;
    /* margin-right: 1.5%; */
}

.sub_chapter_title {
    margin-top: 15px;
    color: #AF8265;
    font-size: 20px;
    font-weight: bold;
}

.sub_chapter_title .retina {
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 1.5%;
}

#branch_contact {}

#chapter_btn {}

#advisory_btn {
    color: #fff;
    float: left;
}

#chapter_btn a p {
    margin-top: -40px;
    margin-left: 10%;
    color: #fff;
}

.call_rev {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    color: #393939;
    border: #ededed 6px solid;
    box-sizing: border-box;
    padding: 3% 3%;
}

.call_rev .number {
    display: block;
    font-size: 21px;
    color: #3582d8;
    font-weight: bold;
}

.branch_traffic {
    margin-right: 2.5%;
}

.branch_traffic p {
    margin-top: 0;
}

.branch_map {
    margin-right: 2.5%;
    height: 350px;
}


/*-----門診時間表--------*/

#reservation_area {
    margin-left: 1%;
    margin-right: 1%;
}

.doctor_area {
    margin-top: 5px;
}

.reservation_table_wrap {
    margin-right: 2.5%;
}

.reservation_editor {
    float: left;
    width: 100%;
    line-height: 1.4;
    color: #666;
}

#tableout {
    overflow: auto;
    /* float: left; */
    width: 100%;
}

.doctor_table {
    /*white-space: nowrap;*/
    width: 100%;
    margin-top: 10px;
    margin-bottom: 200px;
    border-top: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    background: #FFF;
}

.doctor_table th {
    text-align: center;
    vertical-align: middle;
    height: 100px;
    line-height: 1.4;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    background: rgba(175, 130, 101, 0.2);
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.doctor_table th .cn {
    font-size: 14px;
    color: #AF8265;
}

.doctor_table th .en {
    font-size: 14px;
    color: #AF8265;
}

.doctor_table td.time {
    color: #FFF;
    background: #AF8265;
    width: 25%;
    line-height: 5px;
}

.doctor_table th.date {
    background: #7a5b46;
}

.doctor_table tr td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    color: #999999;
}

.doctor_table td .blue_store1 {
    display: inline-block;
    width: 80px;
    background: rgba(175, 130, 101, 0.2);
    color: #5d5d5d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.doctor_table td .blue_store1 a,
.doctor_table td .blue_store0 a {
    color: black;
}

.doctor_table td .blue_store1 a:hover,
.doctor_table td .blue_store0 a:hover {
    color: #DD452F;
}

.doctor_table td .blue_store0 {
    display: inline-block;
    width: 80px;
    background: rgba(175, 130, 101, 0.2);
    color: #5d5d5d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.doctor_table td .red_store {
    display: inline-block;
    width: 80px;
    background: rgba(175, 130, 101, 0.2);
    color: #5d5d5d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.doctor_table td .red_store a {
    display: inline;
    color: #AF8265;
}

.doctor_table td .red_store a:hover {
    color: #DD452F;
}


/*------醫師團隊------*/

.unit_box_column {
    width: 100%;
    margin-top: 10px;
    margin-left: 1.5%;
}

.doctor_list {
    float: left;
    width: 45%;
    margin-right: 2.5%;
    margin-bottom: 1.5%;
}

.doctor_list .doctor_thumbs {
    float: left;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.content_box .doctor_thumbs img {
    width: 100%;
}

.content_box .doctor_des {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 4%;
}

.content_box .doctor_des a {
    font-size: 14px;
    line-height: 1.4;
    color: #ee5357;
    font-weight: normal;
}


/*------醫師頁--------*/
.doctor_banner{
    width: 100%;
    /* height: 150px; */
    border: 1px solid #AC8065;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.info_conetnt2 .inner {
    margin: 17px 0;
}

.doctor_chapter_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    padding-bottom: 0;
}

.doctor_chapter_title .title{
    font-weight: 700;
    margin-right: 2rem;
}

.doctor_chapter_title .border{
    flex-grow: 1;
    height: 1px;
    display: block;
}

.doctor_chapter_title .retina{
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 5px;
}

.doctor_head {
    text-align: center;
    background-color: #fff;
    margin-bottom: 1rem;
}

.doctor_resume {
    line-height: 1.6;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doctor_resume .title {
    color: #4D4D4D;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.doctor_skill{
    width: 100%;
    margin-bottom: 2rem;
}

.doctor_skill .skill_title{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.doctor_skill .skill_title .retina{
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 5px;
}

.skill_content .skill_list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.skill_list li{
    font-size: 16px;
    color: #AC8065;
    padding: 0.2rem 0.6rem;
    border: 1px solid #AC8065;
    border-radius: 5px;
    margin: 8px 0 0 8px;
}

.doctor_info_tab{
    width: 100%;
    background: #FAFAFA;
    border-radius: 50px 10px;
    padding: 1rem;
    min-height: 350px;
    margin-bottom: 2rem;
}

.doctor_info_tab .tabs{
    display: flex;
    list-style: none;
    border-bottom: 1px solid #CCCCCC;
}

.doctor_info_tab .tabs .active{
    border-bottom:1px solid #AC8065;
    margin-bottom: -1px;
}

.doctor_info_tab .tabs .active a{
    color: #AC8065;
}

.doctor_info_tab .tabs li a{
    font-size: 18px;
    color: #999999;
    padding: 0 1rem;
    cursor: pointer;
}

.doctor_info_tab .tab_container{
    padding: 1rem;
    font-size: 16px;
}

.tab_container .info_content_title {
    font-size: 18px;
    font-weight: 600;
}

.tab_content ul li:before{
    content:"·";
    font-size:24px;
    vertical-align: top;
    line-height:24px;
    margin-right: 10px;
}
.doctor_contact_btn{
    font-weight: 700;
    font-size: 22px;
    color: #116490;
    background: #FAFAFA;
    border: 1px solid #116490;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 1rem 4rem;
}

.doctor_contact_btn:focus{
    box-shadow: none;
}

.doctor_fb_btn {
    float: left;
    width: 45%;
    padding: 2%;
    color: #FFF;
    margin-right: 5px;
    background: #476cac;
    text-align: center;
}

a.doctor_fb_btn {
    color: #FFF;
}

.reservation_btn2 {
    color: #FFF;
    float: left;
    width: 45%;
    padding: 2%;
    background: #AF8265;
    margin-bottom: 4px;
    text-align: center;
}

a.reservation_btn2 {
    color: #FFF;
}

.reservation_btn2 a {
    color: #FFF;
    font-size: 20px;
}

.doctor_case_box_contain {
    float: left;
    width: 100%;
    height: 253px;
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.doctor_case_box_contain .show_case {
    float: left;
    width: 218px;
    height: 220px;
    margin-top: 17px;
    margin-left: 13px;
}
.doctor_case_box_contain .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background-image: url(/images/carousel_nav_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    left: -25px;
}
.doctor_case_box_contain .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-image: url(/images/carousel_nav_next.png);
    background-repeat: no-repeat;
    background-position: center;
    right: -26px;
}
.f_rad {
    padding: 3% 5%;
    background-color: #FFF;
    color: #AF8265;
    font-size: 1em;
    /*font-size:11.25pt;*/
    /*font-size:15px;   */
}

.doctor_profile .doctor_resume atricle p {
    margin: 0;
}


/*-------最新消息--------*/

.info_list {
    margin: 3% 4% 0 1%;
}

.info_list .slide_toggle .list {
    width: 100%;
    list-style-type: none;
    border: #dedede 1px solid;
}

.info_list .slide_toggle .date {
    color: #AF8265;
    font-weight: bold;
    margin: 20px 0px 0px 15px;
}

.info_list .slide_toggle .title {
    color: #DD452F;
    margin: 4px 15px 0px 15px;
}

.info_list .slide_toggle img {
    float: left;
    margin-top: -10px;
}

.info_list .list_nav {
    display: table;
    margin: 0 auto;
}

.info_list .list_nav li {
    float: left;
    list-style-type: none;
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
}

.info_list .list_nav li a {
    color: #AF8265 !important;
}

.info_list .list_nav li a.prev {
    height: 20px;
    line-height: 20px !important;
    /*    color: #4989cd !important;
    border: #61a0e2 1px solid;
*/
}


/*-------服務項目-------*/

.service_editor {
    padding: 3% 6.5% 3% 3%;
    line-height: 1.6em;
}

.service_editor img {
    width: 100% !important;
    height: auto !important;
}

.slide_nevin p a {
    color: #626262;
}

.title_up {
    padding-left: 15px;
    font-size: 1.5em;
}

.service_editor iframe {
    width: 100%;
    height: 56vh;
}


/*-------海外服務--------*/

.service_table {
    margin: 2%;
}

.service_table .star {
    color: #AF8265;
}

.service_table .dark {
    color: #1b1b1b;
}

.service_table .gray {
    color: #959595;
}

.service_table a.link {
    color: #333;
    font-weight: bold;
}

.service_table .textfield {
    width: 100%;
    height: 35px;
    margin-top: 2%;
    margin-bottom: 2%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: #e6e6e6 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.service_table .textarea {
    width: 100%;
    height: 80px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: #e6e6e6 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.service_table .wd_textfield {
    width: 100%;
    height: 35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: #e6e6e6 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.service_msg_btn {
    display: block;
    margin-top: 30px !important;
    margin: 0 auto;
    width: 75%;
    height: 46px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background: #AF8265;
}


/*-------我要諮詢--------*/

.advisory {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dcd8dc;
}

.advisory .form_title {
    text-align: left;
    background-color: #AF8265;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}

.advisory .retina {
    float: left;
    margin-top: 5px;
    width: 29px;
    height: 29px;
    margin-right: 1.5%;
}

.tablestyle {
    padding: 0 2% 2% 2%;
}

.advisory_btn {
    float: left;
    width: 100%;
    color: #FFF;
    background: rgba(221, 69, 47, 80%);
    text-align: center;
}

.advisory_btn2 {
    float: left;
    width: 100%;
    color: #FFF;
    background: rgba(175, 130, 101, 0.5);
    text-align: center;
}

.advisory_btn3 {
    margin-top: 10px;
    width: 100%;
    padding: 2%;
    color: #FFF;
    margin-right: 5px;
    background: #AF8265;
    text-align: center;
}

a.advisory_btn,
a.advisory_btn2,
a.advisory_btn3 {
    color: #FFF !important;
}

#contact {
    font-size: 16px;
    margin: 3% 2.5% 0 0;
}

#contant input {
    /*  background: #fff;
border: 1px solid #dfdfdf;
*/
}

#contant select {
    margin-top: 3%;
}

.slide_toggle .qa_title {
    font-weight: bold;
    cursor: pointer;
    background-image: url(../images/faq_retina.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #d0d0d0;
}

.slide_toggle h3 {
    line-height: 25px;
    padding: 15px 0 15px 0;
    margin-left: 50px;
    color: #AF8265;
    background: #f3f3f3;
    font-weight: normal;
    font-size: 1em;
}

.qa_content {
    padding: 3% 5%;
    background-color: #fff;
    height: auto !important;
}

.tollfree {
    border: 4px solid #dddddd;
    margin-top: 15px;
}

.tollfree_title {
    font-size: large;
}

.service_btn {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
    height: 35px;
    font-size: 16px;
    color: #FFF !important;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #55c4cc !important;
}

.call_icon {
    float: left;
    width: 50px;
    margin: 3%;
}

.free_call {
    font-size: 17px;
    width: 70%;
    font-weight: bold;
    color: #393939;
    box-sizing: border-box;
    padding: 3% 3%;
}

.free_call .number {
    display: block;
    font-size: 21px;
    color: #3582d8;
    font-weight: bold;
}

.free_service {
    font-size: 17px;
    width: 70%;
    font-weight: bold;
    color: #393939;
    box-sizing: border-box;
    padding: 3% 3%;
}

.tollfree .service {
    font-size: 17px;
    font-weight: bold;
    color: #393939;
    box-sizing: border-box;
    padding: 3% 3%;
    background-color: #55c4cc;
}


/*------會員專區-------*/

.member_box {
    margin: 1.5%;
}

.member_box .member_form {}

.member_box .member_form .retina {
    float: left;
    margin-right: 5px;
}

.form_title {
    font-size: 21px;
    margin-top: 2.5%;
    color: #ef8d99;
}

.form_wrap .form_field {
    border: #dcdcdc 1px solid;
    height: 25px;
    width: 95%;
    font-size: 17px;
    line-height: 40px \9;
    */
}

.form_wrap .cacu_wrap {
    width: 97%;
    margin-bottom: 3%;
}

.cacu_wrap .cacu_select {
    background: transparent;
    font-size: 14px;
    height: 40px;
    width: 100%;
    font-size: 1em;
    color: #434343;
}

.member_form div span {
    font-size: 100%;
}

.add15 {
    margin-top: 2%;
    margin-bottom: 1%;
}

.address_wrap {
    width: 97%;
    margin-bottom: 3%;
}

.address_wrap .address_select {
    width: 100%;
}

.form_wrap .form_wrap .wd_form_field {
    width: 95%;
    height: 50px;
}

.terms_containt {
    width: 95%;
    height: 250px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    border: #e0e0e0 1px solid;
    overflow: scroll \9;
    overflow-y: scroll;
    overflow-x: none;
    padding: 15px;
    font-size: 14px;
    color: #626262;
    line-height: 1.4;
    margin: 5px 0px 0px 0px;
}

.terms_containt_agree {
    width: 95%;
    height: 15px;
    text-align: center;
    margin-top: 10px;
}

.terms_containt_agree input {
    display: inline-block;
}

.terms_containt_agree p {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: #313131;
}

.register_btn_wrap {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.register_btn {
    margin: 0 auto;
    width: 65%;
    height: 52px;
    font-size: 18px;
    color: #FFF;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #f8818d;
}

.mem_head {
    width: 100%;
    height: 45px;
    background: #f3f3f3;
}

.mem_head h3 {
    float: left;
    color: #a3a3a3;
    line-height: 45px;
    margin-left: 10px;
    font-weight: normal;
}

.mem_head .retina {
    float: left;
    width: 45px;
    height: 45px;
}

.ad_txt {
    width: 90%;
    color: #535353;
    margin-left: 5%;
    margin-top: 5%;
}


/*------會員登入頁-------*/

.login_wrap {
    padding: 4.5% 3% 0 0;
}

.loginbtn_big {
    color: #FFF;
    width: 100%;
    height: 35px;
    background-color: #faa7b1;
    cursor: pointer;
    border: 1px solid #faa7b1;
    font-size: 17px;
    font-weight: bold;
    border-radius: 0;
}

.loginbtn_bigfb {
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: #476cac;
    cursor: pointer;
    padding: 10px 0;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.fb_login_btn {
    width: 100%;
    height: 35px;
    color: #FFF;
    cursor: pointer;
    border: #2c5ab3 1px solid;
    background: #476cac;
    font-size: 17px;
    text-align: center;
}

.fb_login_btn img {
    width: 108px;
    height: 27px;
    margin: 0 auto;
    margin-top: 11px;
}

.form_code {
    margin-top: 5px;
    margin-right: 10px;
}

.form_wrap .st_form_field {
    float: left;
    height: 30px;
    margin-left: 20px;
    margin-right: 10px;
    outline: none;
}

#reload-img img {
    height: 25px;
}

.wd_form_field {
    width: 95%;
    height: 35px;
}


/*-----------------------*/

.user_form {}

.user_form .user_title {
    margin: 1.5%;
}

.user_form .form_wrap {
    margin: 1.5%;
}

#user_account {
    /*padding: 1.5%;
margin-left: 20px;*/
    background-color: #fff;
    border: none;
    color: #333;
}

.update_btn {
    font-size: medium;
    color: #FFF;
    border: none;
    background: #f8818d;
    width: 100%;
    padding: 2%;
}

.user_btn_wrap {
    text-align: center;
    margin-top: 3%;
}

.pwd_change_btn {
    display: inline-block;
    text-decoration: underline;
    font-size: medium;
    color: #f8818d;
    border: 1px solid #f8818d;
    width: 95%;
    margin-top: 2%;
    padding: 2%;
}


/*------線上預約-------*/

.data_form {
    margin: 2% 2.5% 0 1.5%;
}

.data_title {
    margin: 1% 0;
}


/*-------線上諮詢------*/

.msg_search_wrap {
    height: 35px;
    margin-top: 15px;
}

.msg_search_wrap .msg_search_box {
    float: left;
    width: 80%;
    height: 35px;
    background: #FFF;
    border: #dddddd 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    color: #b5b5b5;
}

.msg_search_wrap .msg_search_btn {
    border: none;
    width: 15%;
    height: 35px;
    font-size: 15px;
    color: #ffffff;
    background: #3582d8;
    margin-left: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.leave_msg_btn {
    margin-top: 15px;
    height: 35px;
    font-size: 17px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #41bec6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #41bec6 0%, #2eb2bb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41bec6), color-stop(100%, #2eb2bb));
    background: -webkit-linear-gradient(top, #41bec6 0%, #2eb2bb 100%);
    background: -o-linear-gradient(top, #41bec6 0%, #2eb2bb 100%);
    background: -ms-linear-gradient(top, #41bec6 0%, #2eb2bb 100%);
    background: linear-gradient(to bottom, #41bec6 0%, #2eb2bb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#41bec6', endColorstr='#2eb2bb', GradientType=0);
}

.leave_msg_btn a {
    display: block;
    width: 100%;
    color: #fff;
}

.msg_table {
    width: 100%;
    margin-top: 10px;
    border: #e5e5e5 1px solid;
}

.msg_table th {
    height: 50px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    background: #faa7b0;
    vertical-align: middle;
}

.msg_table td {
    height: auto;
    padding: 1% 0;
    font-size: 16px;
    vertical-align: middle;
    border-top: #e5e5e5 1px solid;
}

.msg_table td.topic {
    text-align: left;
}

.msg_table td.topic a {
    display: block;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #626262;
}

.msg_table td.topic .cate {
    color: #ee5357;
}

.msg_table .time {
    color: #898989;
    font-size: small;
    margin-left: 10px;
}

.msg_post_table .name {
    float: left;
    color: #313131;
    line-height: 35px;
}

.msg_table_nav {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 35px;
}

.msg_nav {
    display: block;
    height: 35px;
    text-align: center;
}

.msg_nav ul {
    list-style-type: none;
    text-align: center;
}

.msg_nav li {
    display: inline-block;
    margin-left: 5px;
}

.msg_nav li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #626262;
}

.msg_nav li:first-child {
    margin-left: 0px;
}

.msg_nav li a.prev {
    text-align: center;
    height: auto;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #4989cd !important;
    font-weight: bold;
    border: #61a0e2 1px solid;
}

.msg_post_table {
    width: 100%;
    margin-top: 10px;
}

.msg_post_table th:first-child {
    border-right: #f7bcc2 1px solid;
}

.msg_post_table .msg_nevan {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    background: #faa7b0;
    vertical-align: middle;
}

.msg_post_table td:first-child {
    border-right: #dcdcdc 1px solid;
}

.msg_post_table .post_time {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    padding-right: 15px;
    margin-top: 10px;
}

.msg_post_table td .question_wrap {
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 25px;
}

.msg_post_table .question_wrap .question_title {
    width: 100%;
    font-size: 15px;
    color: #f77d89;
    font-weight: bold;
    vertical-align: middle;
}

.msg_post_table .question_wrap .question_containt {
    width: 100%;
    color: #626262;
    margin-top: 20px;
}

.msg_post_table td .question_wrap .reply_containt {
    width: 100%;
    font-size: 15px;
    color: #f77d89;
    margin-top: 20px;
    line-height: 1.4;
}

.msg_post_user {
    line-height: 35px;
    float: left;
}

.msg_post_user img {
    width: 35px;
    float: left;
    margin-right: 5px;
}

.msg_back_btn {
    width: 100%;
    text-align: center;
    background-color: #53c0c7;
    padding: 2%;
}

.msg_back_btn a {
    color: #fff;
}


/*------萬人好評文章--------*/

.more_box {
    text-align: center;
}

.wall_post_content_wrap {
    margin: 2% 2.5% 0 1.5%;
}

.wall_post_content_wrap #reload-img img {
    margin-top: 5px;
}

.post_date {
    float: left;
    display: block;
    color: #AF8265;
    padding: 1% 2%;
    margin-right: 8px;
    border: 1px solid #AF8265;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.wall_post_content_wrap .view {
    background: none;
    float: right;
    display: block;
    /* color: #fca7a9; */
    padding: 1% 2%;
    font-weight: bold;
    margin-right: 8px;
}

.wall_category_btn_color {
    background-color: #AF8265;
}

.btn:active,
.btn:focus,
select:active,
select:focus {
    box-shadow: none !important;
}

select:active,
select:focus {
    border-color: #ced4da !important;
}

.post_title {}

.post_title h3 {
    color: #AF8265;
    font-size: larger;
    margin-bottom: 5px;
    font-weight: bold;
}

.post_classify {
    margin-top: 3%;
    padding-bottom: 3%;
    color: #2d898d;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
}

.post_classify a {
    color: #2d898d;
}

.post_article {
    margin: 3.5% 1.5% 1.5% 1.5%;
    border-bottom: 1px dashed #CCCCCC;
    line-height: 1.6em;
}

.post_report {
    margin: 3.5% 1.5% 1.5% 1.5%;
    border-bottom: 1px dashed #CCCCCC;
}


/*------修改密碼-------*/

.reset_password_form {
    padding: 2% 4.5% 0 4.5%;
}

.reset_password_form input {
    line-height: 2.5;
}


/*------收合效果-------*/


/* 展開收合效果 */

.slide_toggle {
    width: 100%;
    list-style-type: none;
    border: #dedede 1px solid;
    /* margin-bottom: 1%; */
    overflow: hidden;
    background: #f3f3f3;
}

.slide_title {
    height: auto;
    padding: 15px 0 15px 0;
}

.slide_nevin {
    padding: 3% 5% 3% 5%;
    background-color: rgb(243, 243, 243);
}


/*好評推薦分類*/

#casecaterage {
    margin-bottom: 25px;
}

#casecaterage ul {
    list-style-type: none;
    text-align: center;
}

#casecaterage li {
    display: inline-block;
    margin: 0 10px;
}

#casecaterage a {
    display: block;
    color: #000;
    font-size: 1.1em;
    padding: 3px;
}

#casecaterage a.hover {
    border: 1px solid #fff;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

#casecaterage a.actived {
    border: 1px solid #fff;
}


/*------瀑布流--------*/

#outbox {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 25px auto 0 auto;
}

#team_outbox {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 25px auto 0 auto;
}

#index_outbox {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    width: 100%;
    margin: 25px auto 0 auto;
}

.content_box {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 10px 5px 0;
    overflow: hidden;
    font-size: 15px;
    letter-spacing: 1pt;
    color: #353535;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.25);
}


/*好評推薦more*/

.casemore {
    width: 200px;
    margin: 10px auto;
    cursor: pointer;
}

.casemore a {
    display: block;
    border: 1px solid #fff;
    background: #ccc;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}

.casemore a:hover {
    background: #fff;
    color: #000;
    outline: 1px solid #000;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}


/*---------頁尾選單----------*/

footer {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    display: flex;
}

.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 66px;
    text-align: center;
    background-position: center;
}

footer a {
    color: #fff;
    width: 25%;
    display: block;
}

.meuntop {
    margin-top: 4px;
    z-index: 200;
}

.triangle {
    position: relative;
    background-color: #AF8265;
}


/* .triangle::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid rgba(255,255,255,0.4);
    border-left: 30px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
} */

.triangle img {
    margin-top: 6px;
}

footer a:hover {
    color: #FFF;
}

#menu01,
#menu02,
#menu03 {
    border-right: solid 1px #FFF;
}

#menu04 {
    /* background-image: url(../images/footer_bun04.jpg); */
    /* background: linear-gradient(45deg, #AF8265 80%, rgba(175,130,101,0.6) 20%); */
    /* background-repeat: no-repeat; */
    /* background-color: #4482cf; */
}

#menu05 {
    /* background-image: url(../images/footer_bun05.jpg); */
    /* background: linear-gradient(45deg, #AF8265 80%, rgba(175,130,101,0.6) 20%); */
    /* background-repeat: no-repeat; */
    /* background-color: #fba74d; */
}

#menu06 {
    /* background-image: url(../images/footer_bun06.jpg); */
    /* background: linear-gradient(45deg, #AF8265 80%, rgba(175,130,101,0.6) 20%); */
    /* background-repeat: no-repeat; */
    /* background-color: #4fbec7; */
}

#teamad {
    margin: 0 0 15px 0;
}

.fixed_btn {
    position: fixed;
    z-index: 99999;
    right: 12px;
    bottom: 136px;
    width: 75px;
}

/*0620新增表單*/

/* livechat icon */
.rightContent {
    bottom: 60px !important;
}

/*最新活動*/

.event01 {
    margin: 0 0 20px 0;
    position: relative;
}

.event01_more a {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(234, 113, 113, 0.80);
    height: 0;
}

.event01:hover>.event01_more a {
    height: 200px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.event_status {
    width: 150px;
    margin: 50px auto 25px auto;
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
}


/*活動內頁*/

#event {
    margin: 20px 0 0 0;
}

h2.eventtitle {
    font-size: 2em;
    margin-bottom: 5px;
}


/*留言活動*/

#eventin {
    padding: 10px;
}

#eventin #event_date {
    float: none !important;
    width: auto !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#eventin h4.title {
    margin: 25px 0 0 0;
}

.contactlist {
    margin-top: 5px;
}

#contactbtn {
    width: 250px;
    margin: 25px auto;
}

#contactbtn input {
    width: 250px;
    color: #fff;
    background: #4bc5bb;
    text-align: center;
}

.ckediter {
    margin-top: 25px;
}

.font_red {
    color: #F00;
}

.pictures {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pictures>li {
    float: left;
    width: 33.3%;
    height: 33.3%;
    margin: 0 -1px -1px 0;
    border: 1px solid transparent;
    overflow: hidden;
}

.pictures>li>img {
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.grid.effect-4 {
    perspective: 1300px;
}

.grid.effect-4 li {
    transform-style: preserve-3d;
}

.grid.effect-4 li.animate {
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    animation: fallPerspective .8s ease-in-out forwards;
}

@keyframes fallPerspective {
    100% {
        transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

.container {
    /*background-color: #ddd;
margin: 0 10px 70px 10px;
position: fixed;
bottom: 0;*/
    margin-bottom: 66px;
    padding: 8px;
}

.award_wrap {
    text-align: right;
}

.award_wrap .award_title {
    color: #a25505;
    font-weight: bold;
    margin-top: -14px;
}

.award_wrap .award {
    width: 65px;
    display: inline-block;
    margin-top: 5px;
}

.award_wrap .award:last-child {
    margin-right: 8px;
}

.award_wrap .award img {
    width: 100%;
}

#teamoutbox {
    /*margin-bottom: 160px;*/
}

.mm-navbar {
    --mm-color-background: #AF8265;
    --mm-color-text-dimmed: #fff;
    --mm-color-button: #fff;
}

.mm-panel {
    --mm-color-background: #f7f2ef;
    --mm-color-text: #AF8265;
    --mm-color-button: #AF8265;
}

.header {
    background: #AF8265;
    color: #fff;
    width: 50px;
    height: 50px;
    /* padding: 0 50px; */
    text-align: center;
}

.header a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 14px 12px;
}

.header a:before,
.header a:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px;
}

.header a:hover {
    background-color: #8c6850;
}

.header a span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 8px 0;
}

.call_rev .number a {
    color: rgba(221, 69, 47, 80%);
}

#branch_contact :not(.clearfix) a {
    color: #AF8265;
}

.more {
    margin-right: 1.5%;
    font-weight: bold;
    font-size: 20px;
    margin-top: -2px;
}

.more a {
    color: #AF8265;
}

.more a:hover {
    color: #AF8265;
}

.main_color {
    color: #AF8265;
}

.cass_main_number_color {
    color: #ee5567;
}

.cass_sub_number_color {
    color: #DD452F;
}
/* 醫生介紹頁輪播 */
#swiper_case {
    width: 100% !important;
    margin: 0 0 0 0px;
    padding: 0.5rem 1rem;
    height: 100px;
    background: #F4F4F4;
    border-radius: 5px;
    border: #e2e2e2 1px solid;
    display: flex;
}

#swiper_case .swiper-wrapper{
    height: 100%;
}
#swiper_case .swiper-slide{
    height: 100%;
    min-width: 148px;
}
#swiper_case .total {
    background: #FFFFFF;
    border-radius: 5px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.4rem;
}

#swiper_case .case-border {
    background: #FFFFFF;
    border-radius: 5px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.4rem;
    min-width: 148px;
}

#swiper_case .case-border:hover{
    border: 1px solid #AC8065;
}

.swiper-button-prev-case {
    width: 50px !important;
    height: 50px !important;
    background-image: url(/images/carousel_nav_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 25% !important;
    left: -3.5% !important;
    color: transparent !important;
    position: absolute;
    z-index: 1;
}

.swiper-button-next-case {
    width: 50px !important;
    height: 50px !important;
    background-image: url(/images/carousel_nav_next.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 25% !important;
    right: -4% !important;
    color: transparent !important;
    position: absolute;
    z-index: 1;
}

#swiper_article {
    width: 100% !important;
    /* margin: 0 0 0 12px; */
    padding: 0.5rem 1rem;
    /* height: 250px; */
    border-radius: 5px;
    display: flex;
}

#swiper_article .swiper-slide {
    /* width: 235px !important; */
    /* height: 250px !important; */
}
#swiper_article .swiper-wrapper .swiper-slide a {
    /* max-height: 180px !important; */
}
#swiper_article .swiper-wrapper .swiper-slide a .article_image {
    border-radius: 20px 5px;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#swiper_article .swiper-slide h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.swiper-button-prev-article {
    width: 50px !important;
    height: 50px !important;
    background-image: url(/images/carousel_nav_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 25% !important;
    left: -2.5% !important;
    color: transparent !important;
    position: absolute;
    z-index: 1;
}

.swiper-button-next-article {
    width: 50px !important;
    height: 50px !important;
    background-image: url(/images/carousel_nav_next.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 25% !important;
    right: -3% !important;
    color: transparent !important;
    position: absolute;
    z-index: 1;
}

.swiper .swiper-slide img{
    display: block;
    width: 100%;
    /* height: 153px; */
    -webkit-transform-style: preserve-3d;
}

.swiper-wrapper{
    position: relative;
}
/* 醫生介紹頁輪播少於5個案例*/
#without_swiper_article {
    width: 100% !important;
    margin: 0 0 0 12px;
    padding: 0.5rem 1rem;
    height: 250px;
    border-radius: 5px;
    display: flex;
}

#without_swiper_article .without-swiper-slide {
    width: 235px !important;
    height: 250px !important;
}

#without_swiper_article .without-swiper-slide h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.without_swiper .without-swiper-slide img{
    display: block;
    width: 100%;
    height: 153px;
    -webkit-transform-style: preserve-3d;
}

.without-swiper-wrapper{
    position: relative;
    display: flex;
}

/* 各院資訊 */
.branch-dropdown-list {
    font-size: 14px;
}

.branch-search-btn {
    background: #AF8265;
    color: #fff;
}

.branches .gray  {
    color: #999999;
}

.branches .card {
    min-height: 260px;
}

.branches .card-body {
    padding: 0.6rem !important;
}

.branches .card:hover, .branches .card:active {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 0.25rem!important;
    background-color: #fff!important;
}

.branches .front-cover {
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}

.branches .front-cover img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.branches #name {
    font-size:14px;
}

.branches #name a, #phone span a{
    color: #AF8265;
}

.branches #address, #phone {
    font-size:14px;
}

.branches #phone span {
    border:solid #AF8265 1px;
}

.branches #phone span img{
    margin-bottom: 2px;
}

select:disabled {
    background-color: #c0c0c0 !important; /* 灰色背景 */
    color: #707070; /* 灰色文字 */
    cursor: not-allowed; /* 表示不可使用的游標 */
}

.personalInfoLink {
    color:#2A9DA4
}

.personalInfoModal {
    z-index: 100001;
}

.personalInfoModal .modal-dialog{
    margin: 0.5rem 60px;
}

@media (min-width: 576px) {
    .personalInfoModal .modal-dialog {
        margin: 0.5rem auto;
    }
}

.gtm-track-item {
    :not(a):not(button) {
        pointer-events: none;
    }
}