.healthcare_container {
    color: #0A110F;
}

.healthcare_container img,
.healthcare_container video {
    width: 100%;
    vertical-align: top;
}

.healthcare_container .txt_center {
    text-align: center;
}

.healthcare_container .pc_show {
    display: block;
}

.healthcare_container .mob_show {
    display: none;
}

@media screen and (max-width: 992px) {
    .healthcare_container .pc_show {
        display: none;
    }

    .healthcare_container .mob_show {
        display: block;
    }
}

.healthcare_container .page_banner {
    position: relative;
}

.healthcare_container .page_banner::before {
    content: "";
    position: absolute;
    top: 8.125vw;
    left: 12.291667vw;
    width: 0.104167vw;
    height: 12.96875vw;
    background: #0DC166;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.3s cubic-bezier(0.00, 0.00, 0.20, 1.00);
}

.healthcare_container .page_banner.loaded::before {
    transform: scaleY(1);
}

.healthcare_container .page_banner::after {
    content: "";
    position: absolute;
    bottom: -1.979167vw;
    right: 0;
    width: 21.822917vw;
    height: 3.958333vw;
    background: url("../../../img/industries/healthcare/bg_04_260323.png") no-repeat;
    background-size: 100% 100%;
}

.healthcare_container .page_banner .content_box {
    position: absolute;
    top: 7.552083vw;
    left: 12.291667vw;
    padding-left: 2.8125vw;
}

.healthcare_container .page_banner .content_box h1 {
    font-size: 1.666667vw;
    font-weight: bold;
    line-height: 1.979167vw;
    margin-bottom: 0.78125vw;
}

.healthcare_container .page_banner .content_box h1 span {
    font-weight: bold;
    font-family: Roboto-SemiBold;
}

.healthcare_container .page_banner .content_box .txt {
    font-size: 0.9375vw;
    line-height: 1.5;
    margin-bottom: 5.1vw;
}

.healthcare_container .page_banner .content_box .btn {
    position: relative;
    display: inline-flex;
    font-size: 0.833333vw;
    font-weight: bold;
    line-height: 1.041667vw;
    background: radial-gradient(50.09% 50.09% at 50.32% 49.91%, #00C26B 0%, #1FD755 100%);
    padding: 0.885417vw 3.125vw 0.833333vw 1.09375vw;
    cursor: pointer;
}

.healthcare_container .page_banner .content_box .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.09375vw;
    transform: translate(0, -50%);
    width: 1.197917vw;
    height: 0.416667vw;
    background: url("../../../img/industries/healthcare/icon_01_260323.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.healthcare_container .page_banner .content_box .btn:hover::after {
    transform: translate(.2604vw, -50%);
}

.healthcare_container .page_banner .txt_box {
    position: absolute;
    bottom: 2.8125vw;
    right: 8.90625vw;
    width: 10.208333vw;
}

.healthcare_container .page_banner .video_bg_01 {
    width: 100%;
    height: 14.53125vw;
    background: url("../../../img/industries/healthcare/bg_01_260323.png") no-repeat right center;
    background-size: auto 100%;
}

.healthcare_container .page_banner .video_bg_02.automotive {
    height: 25.15625vw;
    background: url("../../../img/industries/automotive/bg_02_260326.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.healthcare_container .page_banner .video_bg_02.consumer_goods {
    height: 25.15625vw;
    background: url("../../../img/industries/consumer-goods/bg_02_260326.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.healthcare_container .page_banner .video_bg_02.ecommerce {
    height: 25.15625vw;
    background: url("../../../img/industries/ecommerce/bg_02_260326.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.healthcare_container .page_banner .video_bg_02.healthcare {
    height: 25.15625vw;
    background: url("../../../img/industries/healthcare/bg_02_260323.jpg") no-repeat right center;
    background-size: 100% 100%;
}

.healthcare_container .page_banner .video_bg_02.media_and_entertainment {
    height: 25.15625vw;
    background: url("../../../img/industries/media-and-entertainment/bg_02_260326.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.healthcare_container .page_banner .video_bg_02.smart_manufacturing {
    height: 25.15625vw;
    background: url("../../../img/industries/smart-manufacturing/bg_02_260326.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.healthcare_container .page_banner .video_bg_02.travel_transport_tourism {
    height: 25.15625vw;
    background: url("../../../img/industries/travel-transport-tourism/bg_02_260326.jpg") no-repeat center center;
    background-size: 100% 100%;
}

@media screen and (max-width: 992px) {
    .healthcare_container .page_banner::before {
        top: 26.6vw;
        left: 7.733333vw;
        width: 0.533333vw;
        height: 56.666667vw;
    }

    .healthcare_container .page_banner::after {
        bottom: -5.6vw;
        right: 0;
        width: 56.109333vw;
        height: 10.176vw;
    }

    .healthcare_container .page_banner .content_box {
        top: 24.6vw;
        left: 11.733333vw;
        width: 80vw;
        padding-left: 0;
    }

    .healthcare_container .page_banner .content_box h1 {
        font-size: 6.07vw;
        line-height: 9.066667vw;
        margin-bottom: 2.866667vw;
    }

    .healthcare_container .page_banner .content_box .txt {
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 3.266667vw;
    }

    .healthcare_container .page_banner .content_box .btn {
        font-size: 3.466667vw;
        line-height: 4.8vw;
        padding: 3.2vw 19.466667vw 3.2vw 5.066667vw;
    }

    .healthcare_container .page_banner .content_box .btn::after {
        right: 4.533333vw;
        width: 6.133333vw;
        height: 2.133333vw;
    }

    .healthcare_container .page_banner .content_box .btn:hover::after {
        transform: translate(0, -50%);
    }

    .healthcare_container .page_banner .txt_box {
        bottom: 8.266667vw;
        right: 23.2vw;
        width: 24.533333vw;
    }

    .healthcare_container .page_banner .video_bg_01 {
        height: 92.133333vw;
        background: url("../../../img/industries/healthcare/bg_01_mob_260323.png") no-repeat center center;
        background-size: 100% 100%;
    }

    .healthcare_container .page_banner .video_bg_02.automotive {
        height: 128vw;
        background: url("../../../img/industries/automotive/bg_02_mob_260326.jpg") no-repeat center center;
        background-size: 100% 100%;
    }

    .healthcare_container .page_banner .video_bg_02.consumer_goods {
        height: 128vw;
        background: url("../../../img/industries/consumer-goods/bg_02_mob_260326.jpg") no-repeat center center;
        background-size: 100% 100%;
    }

    .healthcare_container .page_banner .video_bg_02.ecommerce {
        height: 128vw;
        background: url("../../../img/industries/ecommerce/bg_02_mob_260326.jpg") no-repeat center center;
        background-size: 100% 100%;
    }

    .healthcare_container .page_banner .video_bg_02.healthcare {
        height: 128vw;
        background: url("../../../img/industries/healthcare/bg_02_mob_260323.jpg") no-repeat center center;
        background-size: 100% 100%;
    }

    .healthcare_container .page_banner .video_bg_02.media_and_entertainment {
        height: 128vw;
        background: url("../../../img/industries/media-and-entertainment/bg_02_mob_260326.jpg") no-repeat center center;
        background-size: 100% 100%;
    }

    .healthcare_container .page_banner .video_bg_02.smart_manufacturing {
        height: 128vw;
        background: url("../../../img/industries/smart-manufacturing/bg_02_mob_260326.jpg") no-repeat center center;
        background-size: 100% 100%;
    }

    .healthcare_container .page_banner .video_bg_02.travel_transport_tourism {
        height: 128vw;
        background: url("../../../img/industries/travel-transport-tourism/bg_02_mob_260326.jpg") no-repeat center center;
        background-size: 100% 100%;
    }
}

.healthcare_container .page_section {
    overflow: hidden;
}

.healthcare_container .page_section .section_inner {
    padding: 4.6875vw 0 0;
}

.healthcare_container .page_section .section_inner h2 {
    font-size: 1.875vw;
    font-weight: bold;
    font-family: Roboto-SemiBold;
    line-height: 2.604167vw;
    margin-bottom: 1.09375vw;
}

.healthcare_container .page_section .section_inner h2 span {
    font-weight: normal;
}

.healthcare_container .page_section .section_inner h3 {
    font-size: 1.041667vw;
    line-height: 1.5;
    margin-bottom: 2.083333vw;
}

@media screen and (max-width: 992px) {
    .healthcare_container .page_section .section_inner {
        padding: 13.333333vw 0 0;
    }

    .healthcare_container .page_section .section_inner h2 {
        width: 90.666667vw;
        font-size: 6.4vw;
        line-height: 9.066667vw;
        margin: 0 auto 4.266667vw;
    }

    .healthcare_container .page_section .section_inner h3 {
        width: 87.666667vw;
        font-size: 4vw;
        margin: 0 auto 8.533333vw;
    }
}

.healthcare_container .section_features .tab_items_box {
    display: flex;
    justify-content: space-around;
    width: 75.520833vw;
    border-top: 1px solid #E7E7E7;
    margin: 8.59375vw auto 0;
}

.healthcare_container .section_features .tab_items_box .tab_item {
    position: relative;
    /* width: 25%; */
    font-size: 0.833333vw;
    line-height: 1.145833vw;
    text-align: center;
    padding: 0.729167vw 0 1.302083vw;
    cursor: pointer;
}

.healthcare_container .section_features .tab_items_box .tab_item::after {
    content: "";
    position: absolute;
    bottom: 0.46875vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.104167vw;
    background: #03EA82;
    transition: all 0.5s;
}

.healthcare_container .section_features .tab_items_box .tab_item.active {
    font-weight: bold;
    font-family: Roboto-SemiBold;
}

.healthcare_container .section_features .tab_items_box .tab_item.active::after {
    width: 3.541667vw;
}

.healthcare_container .section_features .features_swiper_wrap {
    background: #F8F8F8;
    padding: 3.90625vw 0;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper {
    position: relative;
    width: 75.520833vw;
    margin: 0 auto;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide {
    display: flex;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .img_box {
    flex: 0 0 auto;
    width: 38.59375vw;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .txt_box {
    background: #fff;
    padding: 3.125vw 4.51875vw 5.625vw 5.416667vw;
    box-sizing: border-box;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .txt_box .tit {
    position: relative;
    font-size: 1.666667vw;
    font-weight: bold;
    font-family: Roboto-SemiBold;
    line-height: 1.979167vw;
    margin-bottom: 2.916667vw;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .txt_box .tit::before {
    content: "";
    position: absolute;
    top: 0.472917vw;
    left: -2.1875vw;
    width: 1.71875vw;
    height: 1.197917vw;
    background: url("../../../img/industries/healthcare/icon_04_260323.png") no-repeat;
    background-size: 100% 100%;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .txt_box .txt {
    font-size: 0.833333vw;
    line-height: 1.145833vw;
    color: #646464;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_prev {
    position: absolute;
    top: 24.270833vw;
    left: 44.010417vw;
    width: 3.020833vw;
    height: 1.875vw;
    background: url("../../../img/industries/healthcare/icon_02_260323.png") no-repeat center center, #fff;
    background-size: 1.25vw 0.46875vw;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_prev:hover {
    background: url("../../../img/industries/healthcare/icon_02_260323.png") no-repeat center center, #01C26B;
    background-size: 1.25vw 0.46875vw;
    border: 1px solid #01C26B;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_next {
    position: absolute;
    top: 24.270833vw;
    left: 47.5vw;
    width: 3.020833vw;
    height: 1.875vw;
    background: url("../../../img/industries/healthcare/icon_01_260323.png") no-repeat center center, #fff;
    background-size: 1.25vw 0.46875vw;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_next:hover {
    background: url("../../../img/industries/healthcare/icon_01_260323.png") no-repeat center center, #01C26B;
    background-size: 1.25vw 0.46875vw;
    border: 1px solid #01C26B;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_prev.swiper-button-disabled,
.healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_next.swiper-button-disabled {
    opacity: 1;
}

.healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_prev::after,
.healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_next::after {
    content: none;
}

@media screen and (max-width: 992px) {
    .healthcare_container .section_features .tab_items_box {
        display: none;
    }

    .healthcare_container .section_features .features_swiper_wrap {
        padding: 7.466667vw 0;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper {
        width: 100%;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide {
        flex-direction: column;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .img_box {
        width: 100%;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .txt_box {
        height: 74.6vw;
        padding: 7.466667vw 5.333333vw 17.333333vw;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .txt_box .tit {
        font-size: 4.6vw;
        line-height: 6.666667vw;
        padding-left: 6.4vw;
        margin-bottom: 3.733333vw;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .txt_box .tit::before {
        top: 1.6vw;
        left: 0;
        width: 4.973333vw;
        height: 3.466667vw;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .swiper-slide .txt_box .txt {
        font-size: 3.466667vw;
        line-height: 5.333333vw;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_prev {
        top: auto;
        bottom: 6.133333vw;
        left: 14.133333vw;
        width: 14.4vw;
        height: 8vw;
        background-size: 6.130667vw 2.133333vw;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_prev:hover {
        background-size: 6.130667vw 2.133333vw;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_next {
        top: auto;
        bottom: 6.133333vw;
        left: 30.666667vw;
        width: 14.4vw;
        height: 8vw;
        background-size: 6.130667vw 2.133333vw;
    }

    .healthcare_container .section_features .features_swiper_wrap .features_swiper .features_button_next:hover {
        background-size: 6.130667vw 2.133333vw;
    }
}

.healthcare_container .section_solution .about {
    width: 75.520833vw;
    padding-top: 0;
    margin: 0 auto;
}

.healthcare_container .section_solution .about .customer_stories {
    width: 100%;
    display: flex;
}

.healthcare_container .section_solution .about .customer_stories .content_item {
    position: relative;
    width: 16.458333vw;
    height: 22.916667vw;
    transition: 0.3s ease-out;
}

.healthcare_container .section_solution .about .customer_stories.active .content_item {
    width: 33.333333%;
}

.healthcare_container .section_solution .about .customer_stories .content_item.active {
    width: 42.552083vw;
}

.healthcare_container .section_solution .about .customer_stories .content_item .txt_box {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 2.276042vw 1.9125vw;
    box-sizing: border-box;
    z-index: 2;
}

.healthcare_container .section_solution .about .customer_stories .content_item.active .txt_box {
    padding: 2.70625vw 1.9125vw 3.076042vw;
}

.healthcare_container .section_solution .about .customer_stories .content_item .txt_box::after {
    content: "";
    position: absolute;
    bottom: 1.147917vw;
    left: 1.9125vw;
    width: 0.3125vw;
    height: 0.46875vw;
    background: url("../../../img/industries/healthcare/icon_03_260323.png") no-repeat;
    background-size: 100% 100%;
}

.healthcare_container .section_solution .about .customer_stories .content_item .txt_box .tit {
    flex: 1 1 auto;
    align-content: flex-end;
    font-size: 1.041667vw;
    font-weight: bold;
    font-family: Roboto-SemiBold;
    line-height: 1.1;
    color: #fff;
}

.healthcare_container .section_solution .about .customer_stories .content_item.active .txt_box .tit {
    flex: 0 0 auto;
    font-size: 1.25vw;
}

.healthcare_container .section_solution .about .customer_stories .content_item .txt_box .txt_wrap {
    position: absolute;
    bottom: 3.076042vw;
    left: 1.9125vw;
    width: calc(100% - 3.825vw);
    opacity: 0;
    visibility: hidden;
}

.healthcare_container .section_solution .about .customer_stories .content_item.active .txt_box .txt_wrap {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-out .3s;
}

.healthcare_container .section_solution .about .customer_stories .content_item .txt_box .txt_wrap .txt {
    font-size: 0.729167vw;
    line-height: 1.3;
    color: #fff;
}

.healthcare_container .section_solution .about .customer_stories .content_item .txt_box .txt_wrap .txt .two_txt {
    margin-top: 1.066667vw;
}

.healthcare_container .section_solution .about .customer_stories .content_item .img_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.healthcare_container .section_solution .about .customer_stories .content_item .img_box img {
    width: 42.552083vw;
    min-height: 100%;
}

@media screen and (max-width: 992px) {
    .healthcare_container .section_solution .about {
        width: 100%;
    }

    .healthcare_container .section_solution .about .customer_stories {
        flex-direction: column;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .healthcare_container .section_solution .about .customer_stories.active .content_item {
        width: 100%;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item.active {
        width: 100%;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item .txt_box {
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 6.4vw 7.466667vw;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item.active .txt_box {
        padding: 6.4vw 7.466667vw;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item .txt_box::after {
        content: none;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item .txt_box .tit {
        flex: 0 0 auto;
        align-content: flex-start;
        font-size: 4.8vw;
        line-height: 5.333333vw;
        margin-bottom: 4.8vw;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item.active .txt_box .tit {
        font-size: 4.8vw;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item .txt_box .txt_wrap {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item .txt_box .txt_wrap .txt {
        flex: 0 0 auto;
        align-content: flex-start;
        font-size: 3.466667vw;
        line-height: 5.333333vw;
        color: #fff;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item .txt_box .txt_wrap .txt .two_txt {
        margin-top: 5.066667vw;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item .img_box {
        width: auto;
        height: auto;
    }

    .healthcare_container .section_solution .about .customer_stories .content_item .img_box img {
        width: 100%;
        min-height: none;
    }
}

.healthcare_container .section_cases .tab_items_box {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #DCDCDC;
    padding: 0 12.239583vw;
    box-sizing: border-box;
}

.healthcare_container .section_cases .tab_items_box .tab_item {
    position: relative;
    width: 33.333333%;
    font-size: 0.833333vw;
    line-height: 0.989583vw;
    text-align: center;
    padding: 0.729167vw 0 1.40625vw;
    cursor: pointer;
}

.healthcare_container .section_cases .tab_items_box .tab_item.active {
    font-weight: bold;
    font-family: Roboto-SemiBold;
}

.healthcare_container .section_cases .tab_items_box .tab_item::after {
    content: "";
    position: absolute;
    bottom: 0.416667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.104167vw;
    background: #00C26B;
    transition: all 0.5s;
}

.healthcare_container .section_cases .tab_items_box .tab_item.active::after {
    width: 3.541667vw;
}

.healthcare_container .section_cases .tab_wrap {
    background: url("../../../img/industries/healthcare/bg_03_260323.jpg") no-repeat center center;
    background-size: cover;
    padding: 4.375vw 12.239583vw 4.010417vw;
}

.healthcare_container .section_cases .tab_wrap .tab_content {
    display: none;
    background: #000;
}

.healthcare_container .section_cases .tab_wrap .tab_content .txt_box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 27.34375vw;
    padding: 3.125vw 1.875vw 4.166667vw;
    box-sizing: border-box;
}

.healthcare_container .section_cases .tab_wrap .tab_content .txt_box .tit {
    position: relative;
    font-size: 1.666667vw;
    font-weight: bold;
    font-family: Roboto-SemiBold;
    line-height: 2.317708vw;
    color: #fff;
    padding-left: 2.395833vw;
    margin-bottom: 2.34375vw;
}

.healthcare_container .section_cases .tab_wrap .tab_content .txt_box .tit::before {
    content: "";
    position: absolute;
    top: 0.572917vw;
    left: 0;
    width: 1.71875vw;
    height: 1.197917vw;
    background: url("../../../img/industries/healthcare/icon_04_260323.png") no-repeat;
    background-size: 100% 100%;
}

.healthcare_container .section_cases .tab_wrap .tab_content .txt_box .txt {
    flex: 1 1 auto;
    align-content: flex-end;
    font-size: 0.833333vw;
    line-height: 1.5;
    color: #fff;
}

.healthcare_container .section_cases .tab_wrap .tab_content .items_box {
    display: flex;
    flex-direction: column;
    width: 11.71875vw;
    border-left: 1px solid rgba(138, 138, 138, 0.45);
}

.healthcare_container .section_cases .tab_wrap .tab_content .items_box .item {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    font-size: 0.833333vw;
    line-height: 0.989583vw;
    color: #fff;
    border-bottom: 1px solid rgba(138, 138, 138, 0.45);
    padding: 0 1.1vw;
    box-sizing: border-box;
}

.healthcare_container .section_cases .tab_wrap .tab_content .items_box .item:last-of-type {
    border-bottom: none;
}

.healthcare_container .section_cases .tab_wrap .tab_content .items_box .item br {
    height: 0;
}

.healthcare_container .section_cases .tab_wrap .tab_content .items_box .item span {
    display: inline-block;
    font-size: 1.5625vw;
    font-weight: bold;
    font-family: Roboto-SemiBold;
    line-height: 2.135417vw;
    margin-bottom: 0.416667vw;
}

.healthcare_container .section_cases .tab_wrap .tab_content .img_box {
    width: 36.458333vw;
}

@media screen and (max-width: 992px) {
    .healthcare_container .section_cases .tab_items_box {
        overflow-x: scroll;
        padding: 0;
        margin-top: 0;
    }

    .healthcare_container .section_cases .tab_items_box::-webkit-scrollbar {
        display: none;
    }

    .healthcare_container .section_cases .tab_items_box .tab_item {
        width: fit-content;
        font-size: 3.466667vw;
        line-height: 4.8vw;
        word-break: keep-all;
        white-space: nowrap;
        padding: 3.733333vw 0 5.866667vw;
        margin: 0 5.866667vw;
    }

    .healthcare_container .section_cases .tab_items_box .tab_item::after {
        bottom: 2.933333vw;
        height: 0.533333vw;
    }

    .healthcare_container .section_cases .tab_items_box .tab_item.active::after {
        width: 18.133333vw;
    }

    .healthcare_container .section_cases .tab_wrap {
        background: url("../../../img/industries/healthcare/bg_03_mob_260323.jpg") no-repeat center center;
        background-size: cover;
        padding: 5.866667vw;
    }

    .healthcare_container .section_cases .tab_wrap .tab_content {
        flex-direction: column;
        padding: 8vw 5.866667vw 5.333333vw 5.6vw;
        box-sizing: border-box;
    }

    .healthcare_container .section_cases .tab_wrap .tab_content .txt_box {
        width: 100%;
        padding: 0;
        margin-bottom: 5.333333vw;
    }

    .healthcare_container .section_cases .tab_wrap .tab_content .txt_box .tit {
        font-size: 4.8vw;
        line-height: 6.666667vw;
        padding-left: 9.6vw;
        margin-bottom: 4.8vw;
    }

    .healthcare_container .section_cases .tab_wrap .tab_content .txt_box .tit::before {
        width: 6.504vw;
        height: 4.533333vw;
    }

    .healthcare_container .section_cases .tab_wrap .tab_content .txt_box .txt {
        font-size: 3.6vw;
        line-height: 1.5;
    }

    .healthcare_container .section_cases .tab_wrap .tab_content .items_box {
        width: 100%;
        border-left: none;
    }

    .healthcare_container .section_cases .tab_wrap .tab_content .items_box .item {
        font-size: 3.6vw;
        line-height: 1.5;
        padding: 7.466667vw 0;
    }

    .healthcare_container .section_cases .tab_wrap .tab_content .items_box .item span {
        font-size: 6.4vw;
        line-height: 8.8vw;
    }

    .healthcare_container .section_cases .tab_wrap .tab_content .img_box {
        width: 100%;
    }
}

.healthcare_container .section_topic .section_inner {
    width: 75.520833vw;
    margin: 0 auto 6.09375vw;
}

.healthcare_container .section_topic .cards_box {
    display: flex;
    justify-content: space-between;
}

.healthcare_container .section_topic .cards_box .card_item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 21.145833vw;
    height: 20.46875vw;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 0.78125vw;
}

.healthcare_container .section_topic .cards_box .card_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    /* transform: translateX(-50%); */
    width: 0;
    height: 0.104167vw;
    background: #07C663;
    transition: all 0.5s;
}

.healthcare_container .section_topic .cards_box .card_item:hover::after {
    width: 100%;
}

.healthcare_container .section_topic .cards_box .card_item a,
.healthcare_container .section_topic .cards_box .card_item .card_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}


.healthcare_container .section_topic .cards_box .card_item .img_box {
    flex: 0 0 auto;
    overflow: hidden;
    margin-bottom: 0.989583vw;
}

.healthcare_container .section_topic .cards_box .card_item .img_box img {
    transition: all 0.5s;
}

.healthcare_container .section_topic .cards_box .card_item:hover .img_box img {
    transform: scale(1.1);
}

.healthcare_container .section_topic .cards_box .card_item .tag {
    flex: 0 0 auto;
    font-size: 0.833333vw;
    line-height: 1.041667vw;
    margin-bottom: 0.677083vw;
}

.healthcare_container .section_topic .cards_box .card_item .tit {
    flex: 0 0 auto;
    font-size: 0.9375vw;
    font-weight: bold;
    font-family: Roboto-SemiBold;
    line-height: 1.09375vw;
    margin-bottom: 1.09375vw;
}

.healthcare_container .section_topic .cards_box .card_item .txt {
    flex: 1 1 auto;
    font-size: 0.833333vw;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2.604167vw;
}

.healthcare_container .section_topic .cards_box .card_item .date {
    flex: 0 0 auto;
    font-size: 0.625vw;
    line-height: 0.885417vw;
}

@media screen and (max-width: 992px) {
    .healthcare_container .section_topic .section_inner {
        width: 90.666667vw;
    }

    .healthcare_container .section_topic .cards_box {
        flex-direction: column;
    }

    .healthcare_container .section_topic .cards_box .card_item {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #E3E3E3;
        padding-bottom: 5.866667vw;
        margin-bottom: 6.4vw;
    }

    .healthcare_container .section_topic .cards_box .card_item::after {
        content: none;
    }

    .healthcare_container .section_topic .cards_box .card_item .img_box {
        margin-bottom: 4vw;
    }

    .healthcare_container .section_topic .cards_box .card_item:hover .img_box img {
        transform: scale(1);
    }

    .healthcare_container .section_topic .cards_box .card_item .tag {
        font-size: 3.6vw;
        line-height: 4vw;
        margin-bottom: 2.666667vw;
    }

    .healthcare_container .section_topic .cards_box .card_item .tit {
        font-size: 4.8vw;
        line-height: 6.666667vw;
        margin-bottom: 2.4vw;
    }

    .healthcare_container .section_topic .cards_box .card_item .txt {
        flex: 0 0 auto;
        font-size: 3.6vw;
        line-height: 4.533333vw;
        margin-bottom: 10.133333vw;
    }

    .healthcare_container .section_topic .cards_box .card_item .date {
        font-size: 3.2vw;
        line-height: 4.533333vw;
    }
}