body {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 400 !important;
    font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
}

.v_menu_ul>li {
    padding-left: 30px;
}

.v_inner_banner_slogan h3 {
    line-height: initial;
}

.v_icp_intro,
.v_intro {
    display: grid;
    grid-template-columns: auto 1fr;
}

.v_prehabilitation_intro {
    display: grid;
    grid-template-columns: auto 1fr;
}

.dx-widget,
.v_facilities_category>div,
.v_rt_category>div,
.v_ds_category>div,
.v_team_name,
.v_team_position {
    line-height: 1.3 !important;
    font-family: "Noto Sans TC", "Noto Sans SC", sans-serif !important;
}

.v_cs_plan_item {
    min-height: 350px;
}

@media screen and (max-width: 1500px) {
    .v_lr {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media screen and (max-width: 1360px) {
    .v_menu_ul h6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .v_menu_ul h6 {
        font-size: 18px;
    }

    .v_icp_intro,
    .v_intro,
    .v_prehabilitation_intro {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 640px) {
    .v_menu_ul>li {
        padding-left: 0;
    }
}

@media screen and (max-width: 414px) {
    .v_inner_banner_slogan h3 {
        font-size: 36px!important;
        line-height: 1.3!important;;
    }

    .v_ss .swiper .swiper-slide h6 {
        box-shadow: none;
    }
}