#main{
	padding: 5px 0 0;
    border-top: 1px #ccc solid;
    margin-top: 40px;
}
.category_title{
font-size:20px;
  text-align:center;
}
.main_wrapper{
display:flex;
align-items: center;
justify-content:space-between;
}
div.detail_img{
width:50%;
}
.main_wrapper .detail_img img{
width:100%;
}
.main_wrapper .col_right{
width:48%;
  margin:auto 0 0;
}
img.mainimg{
margin-bottom:0;
}
.cart_block{
width:300px;
margin:auto;
}
.frame_num{
border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 3px;
    width: 78px;
}

input{
border:unset;
}

.explain{
width:80%;
margin:60px auto!important;
}

.sub_img_wrapper{
display:flex;
justify-content: space-evenly;
margin-bottom:100px;
}

