.two_product_box {
    width: 100%;
    background-color: #F4F4F4;
    overflow: hidden;
}

.two_product {
    max-width: 1700px;
    width: 92.5%;
    display: flex;
    justify-content: space-between;
    float: right;
   
}

.two_product_nav_box {
    width: 23.7647%;
    background-color: #F4F4F4;
    padding-right: calc(14px + 4rem);
    padding-bottom: calc(10px + 4rem);
}

.two_product_nav_box .p1 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(6px + 2rem);
    color: #333333;
    line-height: 1;
    margin-top: calc(4px + 5rem);
}

.two_product_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(4px + 1.5rem);
    margin-top: calc(13px + 3rem);
}

.two_product_nav_item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}



.two_product_nav_item .two_product_nav_item_icon {
    width: calc(5px + 0.25rem);
    height: calc(5px + 0.25rem);
    background: #98B7AC;
}

.two_product_nav_item:nth-of-type(2) .two_product_nav_item_icon {
    background-color: #95BECB;
}

.two_product_nav_item:nth-of-type(3) .two_product_nav_item_icon {
    background-color: #91B8E2;
}

.two_product_nav_item:nth-of-type(4) .two_product_nav_item_icon {
    background-color: #D6A7A9;
}

.two_product_nav_item:nth-of-type(5) .two_product_nav_item_icon {
    background-color: #C2ADAE;
}

.two_product_nav_item:nth-of-type(6) .two_product_nav_item_icon {
    background-color: #B6BECD;
}

.two_product_nav_item:nth-of-type(7) .two_product_nav_item_icon {
    background-color: #C6ADC4;
}

.two_product_nav_item:nth-of-type(8) .two_product_nav_item_icon {
    background-color: #679998;
}

.two_product_nav_item:nth-of-type(9) .two_product_nav_item_icon {
    background-color: #C8A68E;
}

.two_product_nav_item:nth-of-type(10) .two_product_nav_item_icon {
    background-color: #ACB28B;
}

.two_product_nav_item:nth-last-of-type(1) .two_product_nav_item_icon{
    background-color: transparent;
    border: 1px #00000080 solid;
}


.two_product_nav_item {
    border-bottom: 1px #D2D2D2 solid;
    padding-bottom: calc(1px + 0.25rem);
}

.two_product_nav_item .p2 {
   flex: 1;
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(10px + 0.5rem);
    color: #333333;
    line-height: 1;
    padding-left: calc(6px + 0.5rem);
}
.two_product_nav_item img{
    width: calc(5px + 0.25rem);
    opacity: 0;
    
}

.two_product_nav_item_act .p2 {
    color: #98B8AC;
}
.two_product_nav_item_act img{
    opacity: 1;
}
.two_product_main_box{
    width: 76.2352%;
    background-color: #ffffff;
    padding-top: calc(9px + 5rem);
    padding-bottom: calc(2px + 4rem);
}

.two_product_main{
    max-width: 1076px;
    width: 88.8%;
    padding-left: calc(20px + 3rem);
}
.two_product_main .p1{
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(4px + 1.5rem);
    color: #98B8AC;
    line-height: 1;
}
.two_product_list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(2px + 2rem);
    margin-top: calc(9px + 1.5rem);
}
.two_product_item{
    width: 100%;
height: calc(80px + 15rem);
background: #FFFFFF;
box-shadow: 0px 0px calc(4px + 1rem) 0px rgba(116,116,116,0.16);
border-radius: calc(5px + 0.25rem);
/*border-right: calc(1px + 0.25rem) #D2D2D2 solid;*/
padding: calc(5px + 3rem);
position: relative;
}
.two_product_item .line_box{
    width: calc(1px + 0.25rem);
    height: 100%;
    background: rgba(116,116,116,0.16);
    border-radius: calc(5px + 0.25rem);
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.two_product_item .line_box .line{
    width: 100%;
    height: 0;
    background: #98B8AC;
    border-radius: calc(5px + 0.25rem);
    transition: .5s;
}
.two_product_item:hover .line{
    height: 100%;
}
.two_product_item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.two_product_item_pic{
    width: calc(50px + 10rem);
    height: calc(49px + 10rem);
}
 .two_product_item_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .two_product_item_right{
    width: calc(130px + 20rem);
 }
 .two_product_item_right .p2{
font-family: Century Gothic;
font-weight: bold;
font-size: calc(4px + 1rem);
color: #2B2B2B;
line-height: 1;
padding-bottom: calc(3px + 1rem);
border-bottom: 1px #E5E5E5 solid;
transition: .3s;
display: flex;
justify-content: space-between;
align-items: center;
 }
 .two_product_item_right .p2 img{
    width: calc(8px + 1.5rem);
    opacity: 0;
    transition: .3s;
 }
 .two_product_item_right .p3{
font-family: Adobe Heiti Std;
font-weight: normal;
font-size: calc(6px + 0.5rem);
color: #666666;
line-height: calc(2px + 1.5rem);
margin-top: calc(5px + 1rem);
 }
 .two_product_item :hover .p2{
    color: #98B8AC;

 }
 .two_product_item :hover .p2 img{
   opacity: 1;

 }

 @media (max-width: 1100px){
    .two_product_item_pic{
        width: 100%;
        height: auto;
    }
    .two_product{
        max-width: 1480px;
        width: 85%;
        margin: auto;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
        float: none;
    }
    .two_product_nav_box{
        width: 100%;
        padding-right: 0;
    }
    .two_product_nav_box .p1{
        font-size: calc(14px + 1rem);
    }
    .two_product_nav_item .p2{
        font-size: calc(10px + 1rem);
    }
    .two_product_nav_item {
        
        padding-bottom: calc(15px + 0.25rem);
    }
    .two_product_main_box{
        width: 100%;
    }
    .two_product_main .p1{
        font-size: calc(14px + 1rem);
    }
    .two_product_item{
        height: auto;
    }
    .two_product_item a{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: calc(10px + 2rem);
    }
    .two_product_item_right .p2{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .two_product_item_right .p3{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
 }