.two_about_1_box {
    width: 100%;
    overflow: hidden;
    padding: calc(30px + 5rem) 0;
}

.two_about_1 {
    width: 92.5%;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two_about_1_left {
    width: 37.3596%;
}

.two_about_1_left .title .p3 {
    width: calc(5px + 29rem);
    font-family: D_DIN_PRO_Regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(4px + 1.5rem);
    text-align: left;
    margin-top: calc(5px + 1rem);
}

.two_about_1_right {
    width: 58.2022%;
    height: calc(183px + 30rem);
}

.two_about_1_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two_about_2_box {
    width: 100%;
    height: calc(100px + 20rem);
    background: url(../images/about_2_bg.jpg) no-repeat;
    background-size: cover;
}

.two_about_2 {
    max-width: 1327px;
    width: 85%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.two_about_2 .p1 {
    font-family: D_DIN_PRO_Bold;
    font-weight: 700;
    font-size: calc(8px + 2rem);
    color: #FFFFFF;
    line-height: calc(10px + 3rem);
    text-align: center;
}

.two_about_2_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: calc(12px + 4rem);
}

.two_about_2_item {
    width: 24.5%;
}

.two_about_2_item .p2 {
    font-family: D_DIN_PRO_Heavy;
    font-weight: 900;
    font-size: calc(4px + 3rem);
    color: #FFFFFF;
    line-height: calc(20px + 3rem);
    text-align: center;
}

.two_about_2_item .p3 {
    font-family: D_DIN_PRO_Medium;
    font-weight: 500;
    font-size: calc(4px + 1rem);
    color: #E20100;
    line-height: calc(10px + 1.5rem);
    text-align: center;
    margin-top: calc(1px + 0.25rem);
}
.two_about_3_box{
    width: 100%;
    padding-top: calc(66px + 5rem);
    padding-bottom: calc(34px + 5rem);
}
.two_about_3{
    max-width: 1640px;
    width: 85%;
    margin: auto;
}
.two_about_3 .p1{
font-family: D_DIN_PRO_Heavy;
font-weight: 900;
font-size: calc(8px + 2rem);
color: #222222;
line-height: calc(10px + 3rem);
text-align: left;
}
.two_about_3 .p2{
font-family: D_DIN_PRO_Regular;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #666666;
line-height: calc(4px + 1.5rem);
text-align: left;
margin-top: calc(3px + 1rem);
}
.two_about_3_text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 3rem);
    margin-top: calc(20px + 2rem);
    position: relative;
}
.two_about_3_text .p3{
font-family: D_DIN_PRO_SemiBold;
font-weight: 600;
font-size: calc(10px + 1rem);
color: #222222;
line-height: 1.3;
text-align: left;
border-bottom: 1px #E4E4E4 solid;
}
.two_about_3_text .p3:nth-of-type(2){
    padding-left: calc(100px + 5rem);
}
.two_about_3_text .p3:nth-of-type(3){
    padding-left: calc(20px + 4rem);
}

.two_about_3_text_pic{
    width: calc(11px + 20rem);
    height: calc(24px + 10rem);
    position: absolute;
    right: 0;
    bottom: 0;
}
.two_about_3_text_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

@media (max-width: 1100px){
    .two_about_1{
        width: 85%;
        margin: auto;
        float: none;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .two_about_1_left{
        width: 100%;
    }
    .two_about_1_left .title .p3{
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_about_1_right {
        width: 100%;
        height: calc(183px + 10rem);
    }
    .two_about_2 .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .two_about_2_list{
        flex-wrap: wrap;
        row-gap: calc(10px + 2rem);
    }
    .two_about_2_item{
        width: 48.5%;
    }
    .two_about_2_item .p2{
        font-size: calc(20px + 1rem);
    }
    .two_about_2_item .p3{
        font-size: calc(10px + 1rem);
    }
    .two_about_2_box {
      
        height: calc(100px + 30rem);
      
    }
    .two_about_3 .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .two_about_3 .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_about_3_text .p3:nth-of-type(2) {
        padding-left: 0;
    }
    .two_about_3_text .p3:nth-of-type(3) {
        padding-left: 0;
    }
    
    .two_about_3_text_pic{
        width: 100%;
        height: auto;
        position: static;
    }
    .two_about_3_box {
        padding-top: calc(45px + 1rem);
    }
}