.article-top-background {
    background-image: url("../../images/cancerTreatment/mobile_background.jpg");
    background-image: -webkit-image-set(
            url("../../images/cancerTreatment/mobile_background.webp") 1x,
            url("../../images/cancerTreatment/mobile_background@2x.webp") 2x,
            url("../../images/cancerTreatment/mobile_background.jpg") 1x,
            url("../../images/cancerTreatment/mobile_background@2x.jpg") 2x
    );
    background-image: image-set(
            url("../../images/cancerTreatment/mobile_background.webp") 1x,
            url("../../images/cancerTreatment/mobile_background@2x.webp") 2x,
            url("../../images/cancerTreatment/mobile_background.jpg") 1x,
            url("../../images/cancerTreatment/mobile_background@2x.jpg") 2x
    );
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: auto 790 / 240;
    max-height: 13.571rem;
}
.article-box {
    width: 100%;
    height: 100%;
}
.article-text {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    background: rgba(62, 71, 86, 0.15);
    align-items: start;
    padding-left: 20px;
    box-sizing: border-box;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
}
/* news content */
.article-container {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    position: sticky;
    left: 0;
    bottom: 70px;
}
.article-container .article-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3A3C42;
    line-height: 1.5;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.article-container .article-content-link-box {
    display: grid;
    grid-template-columns: minmax(40px, 80px) minmax(40px, 80px) 1fr;
    grid-template-rows: auto;
    grid-column-gap: 10px;
}
.article-content-link-box .icon {
    padding-right: 10px;
    box-sizing: border-box;
}
.article-content-link-box dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.article-content-link-box dl dd {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    box-sizing: border-box;
    padding: 0 5px;
}
.article-content-link-box dd.third {
    display: flex;
}
.article-content-link-box dd.third div {
    margin-right: 8px;
}
.article-detail p:not(:has(img)) {
    margin: 16px 0;
    border: 1px solid #FFFFFF;
    border-radius: .5em;
    box-sizing: border-box;
    padding: .5em;
    background:#ffffffe3;
    line-height:1.5;
    font-size: 16px;

}
.article-detail img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
/* pagination */
.article-pagination {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
}
.article-pagination .pagination-prev, .article-pagination .pagination-next {
    height: 3.429rem;
    background: #E6E6E6;
    border-radius: 4px;
}
.pagination-prev,.pagination-next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pagination-prev a, .pagination-next a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    text-align: center;
}
.pagination-prev span, .pagination-next span {
    color: #009454;
    font-size: 16px;
}
/* content treatment */
.treatment-box {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 16px;

    background: #E5E5E5;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid #ffffffd6;
}
.treatment-box .treatment-info {
    grid-column: 1;
    grid-row: 1;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.treatment-info .intro {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    /*text-align: justify;*/
}
.treatment-info .more-link {
    grid-column: 1;
    grid-row: 2;
}

.treatment-info .more-link {
    width: 100%;
    height: 48px;
    background: linear-gradient(94deg, #009454 0%, #4DB300 100%);
    border-radius: 4px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.treatment-info .more-link a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

/* online */
.online-box {
    width: 100%;
    background: #06B575;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 16px;
}
.online-box::after {
    content: "";
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    border-top: 1px solid #CCCCCC;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -30px;
}
.online-box dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.online-box dl dt {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.online-box dl dd {
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 5px 10px;
}
.online-box dl dt a {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
}
.online-box dl dd a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}