*{
    box-sizing: border-box;
    font-family: "Source Han Sans", sans-serif;
}

body{
    margin: 0;
}

.comp{
    width: 100%;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.comp-title{
    width: 100%;
    flex: 0 0 auto;
    aspect-ratio: 3117/484;
    background: url("../images/detail3_2024/detail_header.jpg") center/cover no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: calc(110vw / 19.2);
    color: #fff;
    font-size: calc(48vw / 19.2);
}

.comp-title .title1{
    font-weight: normal;
}

.comp-title .title2{
    font-weight: bold;
}

.comp-body{
    width: 100%;
    flex: 1 1 auto;
    padding: calc(130vw / 19.2) calc(220vw / 19.2) calc(180vw / 19.2);
    background: url("../images/detail3_2024/detail_body.jpg") center/cover no-repeat;

    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.5em;
}

@media (max-width: 1366px) {
    .comp-body{
        font-size: 16px;
    }
}

.pic{
    width: calc(371vw / 19.2);
    height: auto;
    margin-right: calc(80vw / 19.2);
}

.team{
    width: calc(440vw / 19.2);
    margin-right: calc(160vw / 19.2);
    padding-top: calc(100vw / 19.2);
    background: url("../images/detail3_2024/team_title.png") left top/calc(320vw / 19.2) auto no-repeat;
}

.project{
    width: calc(440vw / 19.2);
    padding-top: calc(100vw / 19.2);
    background: url("../images/detail3_2024/project_title.png") left top/calc(320vw / 19.2) auto no-repeat;
}

p{
    margin-top: 0;
    margin-bottom: 1.33em;
}

@media (max-width: 960px) {
    .comp-body{
        display: flex;
        flex-direction: column;
        gap: calc(60vw / 8.28);
        padding-left: calc(50vw / 8.28);
        padding-right: calc(50vw / 8.28);
    }

    .comp-body>*{
        margin-right: 0;
        width: 100%;
        height: auto;
    }

    .comp-title{
        font-size: calc(96vw / 19.2);
        height: 50vw;
    }

    .team{
        padding-top: calc(120vw / 8.2);
        background-size: calc(400vw / 8.2) auto;
    }
    .project{
        padding-top: calc(120vw / 8.2);
        background-size: calc(400vw / 8.2) auto;
    }

}
