#lady{
    margin-top: 48px;
}

.lady-pic{
    background-image: url('../img/5.lady/lady.jpg');
    width: 100%;
    height: 31.8vw;
    background-size: cover;
}

.lady-title{
    font-size: 30px;
}
.lady-container{
    position: relative;
    width: 100%;
    height: 31.8vw;
}
.lady-info{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.lady-buynow{
    width: 123px;
    height: 40px;
    background-color: black;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.lady-buynow:hover .buynow-text{
    transition-duration: 0.3s;
    margin-right: 10px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
.lady-buynow i{
    margin-left: 10px;
}

#lady a{
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 1259px){
    .lady-pic{
        background-image: url('../img/5.lady/1259x472.jpg');
        height: 34.07vw;
    } 
    .lady-container{
        height: 34.07vw;
    }
}
@media screen and (max-width: 1083px){
    #lady .container{
        max-width: 100%;
        padding: 0;
    }
    .lady-container{
        height: 56.32vw;
    }
    .lady-pic{
        background-image: url('../img/5.lady/1083x609.jpg');
        height: 56.32vw;
    }
    #lady p{
        width: 300px;
    }
}
@media screen and (max-width: 767px){
    .lady-pic{
        background-image: url('../img/5.lady/767x431.jpg');
        height: 56.8vw;
    }
    .lady-container{
        position: unset;
        height: 98.52vw;
    }
    .lady-title{
        font-size: 20px;
    }
    .lady-info{
        position: unset;
        height: 41.72vw;
        transform: translateY(0%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #E6E6E6;
        font-size: 15px;
    }
    #lady p{
        width: 83%;
        margin: 0;
        text-align: center;
    }
}
@media screen and (max-width: 539px){
    .lady-container{
        height: 119.96vw;
    }
    .lady-pic{
        background-image: url('../img/5.lady/539x303.jpg');
        height: 56.77vw;
    }
    .lady-info{
        height: 63.19vw;
    }
}