.odm_box {
    width: 100%;
    padding-top: calc(2px + 4rem);
    padding-bottom: calc(2px + 5rem);
}

.odm_box .odm {
    max-width: 1640px;
    width: 85%;
    margin: auto;
}

.odm_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.odm_1_pic {
    width: 51.2195%;
    height: calc(50px + 30rem);
}

.odm_1_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.odm_1_con {
    width: 44.2683%;
}

.odm_1_con .p1 {
    font-family: Roboto_Bold;
    font-weight: 600;
    font-size: calc(8px + 2rem);
    color: #000000;
    line-height: calc(20px + 3rem);
    letter-spacing: calc(0px + 0.1rem);
}

.odm_1_con .p2 {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #000000;
    line-height: calc(10px + 1.5rem);
    letter-spacing: 1px;
    margin-top: calc(7px + 0.5rem);
}

.odm_1_con .p3 {
    font-family: Roboto_Regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(2px + 1.5rem);
    text-align: justify;
    margin-top: calc(7px + 0.5rem);
}


.oem_type_box{
    padding-top: calc(64px + 5rem);
}
.oem_type_list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(20px + 2rem);
    margin-top: calc(18px + 3rem);
}

.oem_type_item{
    width: 100%;
height: calc(174px + 20rem);
background: #F5F5F5;
display: flex;
justify-content: center;
align-items: center;
gap: calc(10px + 5rem);
}
.oem_type_item_pic{
   height: calc(100px + 20rem);

}
.oem_type_item_pic img{
    height: 100%;
    object-fit: cover;
}
.oem_type_item_con{
    width: 38.2927%;
}
.oem_type_item_con .p1{
font-family: Roboto_Bold;
font-weight: 500;
font-size: calc(6px + 1.5rem);
color: #000000;
line-height: calc(20px + 3rem);
letter-spacing: 1px;
}
.oem_type_item_con .p2{
font-family: Roboto_Regular;
font-weight: 300;
font-size: calc(6px + 0.5rem);
color: #333333;
line-height: calc(4px + 1.5rem);
margin-top: calc(4px + 0.25rem);
}
.oem_type_item:nth-child(even){
    flex-flow: row-reverse;
}
.oem_type_item:nth-of-type(3) .oem_type_item_pic{
    height: calc(29px + 20rem);
}
@media screen and (max-width: 1100px){
    .odm_1{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .odm_1_pic {
        width: 100%;
        height: calc(60px + 45rem);
    }
    .odm_1_con{
        width: 100%;
    }
    .odm_1_con .p1{
        font-size: calc(16px + 1rem);
    }
    .odm_1_con .p2{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .odm_1_con .p3{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .oem_type_item{
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
        padding: calc(10px + 3rem) calc(10px + 2rem);
    }
    .oem_type_item_pic{
        width: 100%;
        height: auto;
    }
    .oem_type_item_con .p1{
        font-size: calc(16px + 1rem);
    }
    .oem_type_item_con{
        width: 100%;
    }
    .oem_type_item_con .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .oem_type_item:nth-child(even) {
       flex-direction: column;
    }
    .oem_type_item:nth-of-type(3) .oem_type_item_pic{
        width: 100%;
        height: auto;
    }
}