.product_read_box {
    width: 100%;
    padding-top: calc(21px + 5rem);
    padding-bottom: calc(96px + 5rem);
}

.product_read {
    max-width: 1480px;
    width: 85%;
    margin: auto;

}
.product_read_mian{
    display: flex;
    justify-content: space-between;
}

.product_read_pic {
    width: 56.0811%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.product_read_pic img {
    width: 86.2651%;
    height: 100%;
}

.product_read_right {
    width: 40.2703%;
}
.product_read_right .p1{
    font-family: HandelGothicEF;
    font-weight: bold;
    font-size: calc(10px + 3rem);
    color: #EC6629;
    line-height: 1;
    font-style: italic;
}
.product_read_right .p2{
font-family: Helvetica_bold;
font-weight: bold;
font-size: calc(10px + 1rem);
color: #9FA0A0;
line-height: 1;
margin-top: calc(2px + 1rem);
}
.product_read_right_pic{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: calc(59px + 5rem);
}
.product_read_right_pic img{
    width: 72.651%;
    object-fit: cover;
}
.product_read_pic .p1{
    writing-mode: vertical-rl;
    font-family: HandelGothicEF;
    font-weight: bold;
    font-size: calc(86px + 5rem);
    color: #F1F1F1;
    line-height:1;
    letter-spacing: calc(10px + 0.5rem);
    position: absolute;
    right: calc(-1px - 1.5rem);
    top: 0;
    z-index: -1;
}
.product_read_pic .p2{
    writing-mode: vertical-rl;
    font-family: HandelGothicEF;
    font-weight: bold;
    font-size: calc(13px + 4rem);
    color: #F1F1F1;
    line-height:1;
    letter-spacing: calc(2px + 0.5rem);
    position: absolute;
    right:calc(59px + 5rem);
    top: 0;
    z-index: -1;
}
.product_features_box{
    margin-top: calc(6px + 4rem);
}
.product_features_title{
    width: 100%;
line-height: calc(20px + 2rem);
background: #EC6629;
font-family: Helvetica_bold;
font-weight: bold;
font-size: calc(6px + 1rem);
color: #FFFFFF;
padding-left: calc(13px + 2rem);

}
.product_features p{
font-family: Helvetica_roman;
font-weight: normal;
font-size: calc(8px + 0.5rem);
color: #333333;
line-height: calc(20px + 2rem);
padding-left: calc(14px + 2rem);
}
.product_features p:nth-child(even){
    background-color: #EFEFEF;
}
.product_drawing_box{
    margin-top: calc(8px + 5rem);
}

.product_drawing_title{
font-family: Helvetica_bold;
font-weight: bold;
font-size: calc(6px + 1rem);
color: #333333;
line-height: calc(6px + 1.5rem);
}
.product_drawing{
    margin-top: calc(3px + 1.5rem);
}
.product_drawing img{
    width: 100%;
}
@media screen and (max-width: 1100px){
    .product_read_pic img{
        width: auto;
    }
    .product_read_right .p2{
        font-size: calc(10px + 1rem);
    }
    .product_features_title{
        font-size: calc(12px + 1rem);
    }
    .product_features p{
        height: calc(10px + 7rem);
        font-size: calc(10px + 1rem);
        line-height: 1.5;
        display: flex;
        align-items: center;
    }
    .product_drawing_title{
        font-size: calc(12px + 1rem);
    }
    .product_read_box {
        padding-bottom: calc(40px + 1rem);
    }
    .product_read_pic .p1 {
    
    font-size: calc(47px + 1rem);
    
}
.product_read_pic .p2 {
   
    font-size: calc(13px + 4rem);
  
}
}