

.product-main{
    /* background-color: red; */
}
.product-list{
    width: 60%;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 40px;
}
.list-main{
    display: flex;
    /* margin-bottom: 120px; */
    gap:20px
}
.type-title{
    line-height: 1.1em;
    font-size: 23px;
    letter-spacing: normal;
    color: black;
    margin-bottom: 16px;
}
.img-box{
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    text-align: center;
    /* font-size: 23px;
    font-weight: 600; */
    padding-bottom: 10px;
    cursor: pointer;
}
.img-box img{
  width: 180px;
  height: 345px;
  padding:0px 40px;
}
.img-desc{
  font-size: 16px;
}

.product-title{
    /* line-height: 1.1em;
    font-size: 23px;
    letter-spacing: normal;
    color: black; */
}
.product-text{
    line-height: 1.6em;
    text-align: justify;
    font-size: 15px;
    /* color: rgb(249,238,177); */
    font-family: brandon-grot-w01-light,sans-serif;
    font-weight: 100;
    padding: 10px 0;

}
.product-btn{
    width: 149px;
    height: 35px;
    background-color: #C6D4E1;
    margin: 0 auto;
    display: inline-block;
    margin-right: 20px;
}
.btn-list{
    margin: 40px 0;
}
.product-btn a{
    width: 100%;
    height: 100%;
    color: #5B86B5;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    /* font-weight: 600; */
}   
.product-btn:hover{
    background:rgb(238, 206, 27);
}