@charset "utf-8";




h2 {line-height: 30px;
    text-align: center;
    margin-top: 40px;
}



#sec {
    width: 1168px;
    height:100vh;
    margin: 0 auto;
    position: relative;
}





.product ul {
    width: 100%;
    margin-top: 10px;

}

.product > ul > li {
    width: 282px;
    height: 282px;
    margin-right: 10px;
    background-color: #fff;
    float: left;
}

.product > ul > li:last-child {
    margin-right: 0;
}

.text {
    float: left;
    width: 282px;
    height: 100px;
    margin-right: 10px;
}


.p1,
.p2 {
    margin-top: 10px;
}

.product img{
    width: 280px;
    height: 280px;
}

.more {
    width: 100px;
    height: 50px;
    margin-top: 30px;
    /*    왜 마진 안생기지?*/
    font-weight: bold;
    font-size: 13px;
    /*기본설정은 smaller*/
    line-height: 50px;
    color: #ddd;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 60%;

}

.fake {
    width: 100px;
    display: block;
    font-weight: bold;
    font-size: 100%;
    /*기본설정은 smaller*/
    line-height: 50px;
    text-align: center;
   border-radius: 10px;
    border: 1px solid #888888;
    margin: 0 auto;
}
