@charset "utf-8";

.link_return {
    position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
	vertical-align: middle;
	text-decoration: none;
    color: #333!important;
}
.link_return::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50%);
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    background: url(/common_v10/images/icn-link-self.svg) no-repeat center center/contain;
}

.icon_plus {
    position: relative;
}
.icon_plus::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    z-index: 2;
    position: absolute;
    top: calc(50%);
    right: calc(50% - 12px);
    background: url(/service/telemedicine/images_v10/icon/icn-plus.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px){
    .icon_plus {
        width: 100%;
        height: calc(24px + 16px);
    }
    .icon_plus::after {
        top: calc(50%);
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.info .info_head {
    margin-bottom: 24px;
}
.info .info_head_name .title {
    display: flex;
    align-items: center;
    margin: 32px 0 0px;
    gap: 24px;
}
.info .info_head_name .title img {
    max-width: 160px;
    height: auto;
    border: 1px solid #ccc;
}
@media screen and (max-width: 767px){
    .info .info_head_name .title {
        flex-direction: column;
        gap: 20px;
    }
}
.info .info_body .info_box {
    margin-bottom: 24px;
}
@media screen and (max-width: 767px){
    .info .info_body .info_box .row {
        margin-bottom: 0;
    }
}
.info .info_body .info_box .info_title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.info .info_body .info_box .info_title_img {
    display: flex;
    align-items: center;
    width: 20px;
    height: auto;
}
.info .info_head .info_head_name {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.info .info_body .info_box .container .content-sm {
    border-bottom: 1px dotted #ccc;
    /* padding-bottom: 25px; */
}
.info .info_body .info_box.info_introduction .container .content-sm {
    border: 0;
}
.info .info_time .time {
    display: flex;
    gap: 5px;
}
.info .info_time .time li {
    margin-bottom: 10px;
}
.info .info_time .time li:last-child {
    margin-bottom: 0;
}

.test_box {
    position: relative;
    width: 100%;
    height: 214px;
    background: #eee;
}
.test_box::after {
    content: "include";
    width: 100%;
    height: 100%;
    color: #c5c5c5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
}
