.sub-section {
    padding-top: 0;
}
.sub-section .img-container {
    position: relative;
    overflow: hidden;
}
.sub-section .img-container > img {
    position: relative;
    left: 50%;
    width: 1920px;
    transform: translate(-50%, 0);
}
.sub-section .img-container > p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 980px;
    padding: 0 24px;
    transform: translate(-50%, -50%);
}
.sub-section .img-container > p > span {
    display: block;
    color: #ffffff;
    font-size: 15px;
}
.sub-section .img-container > p > span.title {
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}
.sub-section .img-container > p > img {
    margin-top: 24px;
    height: 27.5px;
}
.sub-section .img-container > p > span.time,
.sub-section .img-container > p > span.target {
    margin-top: 8px;
    text-indent: 8px;
}
.sub-section .content-container .target {
    margin: 48px 0;
    padding: 0 24px;
}
.sub-section .content-container .target > img {
    max-width: 100%;
    max-height: 48px;
    margin-bottom: 12px;
}
.sub-section .content-container .target > div {
    position: relative;
    margin-top: 12px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.2;
    word-break: keep-all;
}
.sub-section .content-container .target > div::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 22px;
    height: 19px;
    background-image: url(../program/img/family_icon_checkbox.png);
}

.sub-section-3 .img-container > p > span {
    color: #404040;
}