.product_read_box {
    width: 100%;
    padding-top: calc(4px + 3rem);
    padding-bottom: calc(20px + 4rem);
}

.product_read_main {
    max-width: 1480px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    gap: calc(7px + 5rem);
}

.product_read_pic {
    width: 43.5135%;
    height: calc(44px + 30rem);
    border-radius: calc(5px + 0.25rem);

}

.product_read_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(5px + 0.25rem);
}

.product_read_text {
    width: 49.2568%;
}

.product_read_text .p1 {
    font-family: DM Sans, DM Sans;
    font-weight: 600;
    font-size: calc(6px + 1.5rem);
    color: #000000;
    line-height: calc(20px + 4rem);
}

.product_read_text .p2 {
    font-family: DM Sans, DM Sans;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(2px + 1.5rem);
}

.product_futo_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(7px + 2rem);
}

.product_futu_swiper {
    width: 100%;
}

.futu_swiper {
    width: 100%;
}

.futu_item {
    width: 100%;
    height: calc(60px + 5rem);
    border-radius: calc(5px + 0.25rem);
}

.futu_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(5px + 0.25rem);
}

.product_bottom_box {
    width: 100%;
}

.product_bottom {
    max-width: 1480px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.faq_box {
    width: 42.7027%;
}

.faq_box .p1 {
    font-family: DM_Sans_bold;
    font-weight: 600;
    font-size: calc(6px + 1.5rem);
    color: #000000;
    line-height: calc(20px + 4rem);
}

.faq_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 0.5rem);
}

.faq_item .faq_q {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.5rem);
    margin-bottom: calc(1px + 0.5rem);
    cursor: pointer;
}

.faq_item .faq_q img {
    width: calc(4px + 1rem);
    display: none;
}

.faq_item .faq_q img:nth-of-type(1) {
    display: block;
}

.faq_item .faq_q p {
    font-family: DM_Sans_bold;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #000000;
    line-height: calc(2px + 1.5rem);
}

.faq_item .faq_a {
    font-family: DM_Sans_regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(2px + 1.5rem);
    padding-left: calc(7px + 1.5rem);
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}

.faq_item_act .faq_a {
    max-height: calc(100px + 5rem);
}

.faq_item_act .faq_q p {
    color: #FB7E4E;
}

.faq_item_act .faq_q img:nth-of-type(1) {
    display: none;
}

.faq_item_act .faq_q img:nth-of-type(2) {
    display: block;
}

.message_box {
    width: 54.0541%;
    padding-top: calc(10px + 0.5rem);
}

.message_box .p1 {
    font-family: DM_Sans_bold;
    font-weight: 600;
    font-size: calc(10px + 1rem);
    color: #FB7E4E;
    line-height: calc(9px + 2rem);
    text-align: center;
}

.message_box .p2 {
    width: calc(199px + 20rem);
    font-family: DM Sans, DM Sans;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(8px + 1rem);
    text-align: center;
    margin: auto;
    margin-top: calc(\1px + 0.5rem);
}

.message_from {
    margin-top: calc(6px + 1rem);
}

.message_from label {
    display: none;
}

.message_from .form-group {
    width: 48.25%;
}

.message_from .form-control {
    width: 100% !important;
    height: calc(2px + 3rem) !important;
    background: #FFFFFF;
    border-radius: calc(5px + 0.25rem);
    border: 1px solid #D8D8D8;
    outline: medium;
    padding: 0 calc(8px + 0.5rem);
}

.message_from .fc-form-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(7px + 1rem);
}

.message_from .form-group:nth-last-of-type(1) {
    width: 100%;
}

.message_from .form-group:nth-last-of-type(1) .form-control {
    height: calc(86px + 5rem) !important;
    padding: calc(10px + 0.5rem) calc(8px + 0.5rem);
}

@media screen and (max-width: 1100px){
    .product_read_main{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .product_read_pic{
        width: 100%;
        height: calc(44px + 75rem);
    }
    .product_read_text{
        width: 100%;
    }
    .product_read_text .p1{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .product_read_text .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .futu_item {
        height: calc(49px + 5rem);
    }
    .product_bottom{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }
    .faq_box{
        width: 100%;
    }
    .faq_list{
        margin-top: calc(10px + 2rem);
    }
    .faq_box .p1{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .faq_item .faq_q p{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .faq_item .faq_a{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .faq_item .faq_q img {
        width: calc(29px + 1rem);
    }
    .message_box{
        width: 100%;
    }
    .message_box .p1{
        font-size: calc(16px + 1rem);
        line-height: 1.5;  
    }
    .message_box .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;  
    }
    .message_from .form-group{
        width: 100%;
    }
    .message_from .form-control {
        width: 100% !important;
        height: calc(6px + 8rem) !important;
    }
}