.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);
}

.odm_2_box {
    width: 100%;
    background-color: #F7F8FC;
    padding: calc(45px + 5rem) 0;
}

.odm_2 {
    max-width: 1332px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.odm_2_left_list{
    width: 30.03%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(2px + 1.5rem);
}
.odm_left_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(10px + 1rem);
    border-bottom: 1px #99999960 solid;
    padding-bottom: calc(4px + 1.5rem);
}
.odm_left_item_pic{
    width: 50%;
    height: calc(18px + 4rem);
}
.odm_left_item_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.odm_left_item_text .p1{
font-family: Roboto_Bold;
font-weight: 600;
font-size: calc(6px + 1.5rem);
color: #666666;
line-height: calc(10px + 1rem);
letter-spacing: 1px;
}
.odm_left_item_text .p2{
font-family: Roboto_Regular;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #000000;
line-height: calc(10px + 1rem);
text-transform: uppercase;
margin-top: calc(3px + 1rem);
}
.odm_2_right_pic{
    width: 59.6847%;
    height: calc(193px + 30rem);
}
.odm_2_right_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exhibition_box{
    width: 100%;
    padding-top: calc(22px + 5rem);
    padding-bottom: calc(20px + 2rem);
}
.exhibition{
    max-width: 1640px;
    width: 85%;
    margin:auto
}
.exhiition_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(9px + 1rem);
    margin-top: calc(8px + 3rem);
}
.exhibition_item{
    height: calc(60px + 20rem);
    border-radius: calc(5px + 0.25rem);
}
.exhibition_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(5px + 0.25rem);
}
.exhibition_item:nth-of-type(1){
    width: calc(200px + 40rem);
}
.exhibition_item:nth-of-type(2){
    width: calc(12px + 30rem);
}
.exhibition_item:nth-of-type(3){
    width: calc(12px + 30rem);
}
.exhibition_item:nth-of-type(4){
    width: calc(58px + 15rem);
}
.exhibition_item:nth-of-type(5){
    width: calc(12px + 30rem);
}
@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;
    }
    .odm_2{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .odm_2_left_list{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .odm_left_item{
        width: 48.5%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .odm_left_item_pic{
        width: 100%;
        height: calc(18px + 13rem);
    }
    .odm_left_item_text .p1{
        font-size: calc(14px + 1rem);
    }
    .odm_left_item_text .p2{
        font-size: calc(12px + 1rem);
    }
    .odm_2_right_pic{
        width: 100%;
        height: auto;
    }
    .exhibition_item:nth-of-type(1){
        width: 100%;
    }
    .exhibition_item:nth-of-type(3){
        width: 48.5%;
    }
    .exhibition_item:nth-of-type(2){
        width: 48.5%;
    }
    .exhibition_item:nth-of-type(3){
        width: 48.5%;
    }
    .exhibition_item:nth-of-type(4){
        width: 48.5%;
    }
    .exhibition_item:nth-of-type(5){
        width: 48.5%;
    }
}