.detail-content {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.vision-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1640px;
    margin: 0 auto;
}

.hand-shake {
    padding: 60px 0;
}

.hand-shake image {
    width: auto;
    height: auto;
    object-fit: contain;
}

.vision-sub {
    padding-top: 30px;
}

.vision-sub h3 {
    font-weight: 600;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.6;
    word-break: keep-all;
}

.vision-sub p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    word-break: keep-all;
}



.detail-content2 {
    position: relative;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    
}


.detail-content2 .bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.detail-content2 .bg-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.detail-content2 .vision-content {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.vision-mission {
    width: 100%;
    max-width: 1640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
    gap: 40px;
    padding: 60px 0;
}

.vision-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 20px;
    padding: 50px;
    height: 380px;
    flex: 1 1 30%;
    box-sizing: border-box;
}

.item-title {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.item-desc h2 {
    color: #19284E;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
}

.item-desc p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    letter-spacing: -0.1px;
    word-break: keep-all;
    min-height: 81px;
}

@media(max-width:900px) {
    .detail-content {padding:20px;flex-wrap:wrap;}
    .detail-content img {width:100%;}
    .vision-content {flex-wrap:wrap;}
    .vision-content img {max-width:200px;}
    .vision-sub {padding:0;}
    .hand-shake {padding:30px 0 60px;}
    .detail-content2 {padding:40px 20px;flex-wrap:wrap;box-sizing:border-box;}
    .vision-mission {padding:30px 0;}
}