/* 공통 */
.sub_con {width:1280px; margin:0 auto;}

/*Content CSS*/
#product4 {text-align: center;}
#product4 h1 {font-size:18px; font-weight: 400; color:#010101; font-family: 'S-CoreDream-4Regular';}
#product4 h2 {font-size:18px; font-weight: 400; color:#010101; font-family: 'S-CoreDream-4Regular'; margin-bottom:100px;}
#product4 h2 span {color:#ff8000;}
#product4 ul {display: flex; margin:70px 0 70px 0; flex-wrap:wrap; justify-content: center;}
#product4 ul li {width:280px; height:280px; overflow: hidden; border:1px solid transparent; margin: 0 40px 40px 0; transition: border .3s ease;}
#product4 ul li img {transition: all .3s ease; transform: scale(1);}
#product4 ul li:nth-child(4n) {margin-right:0;}
#product4 ul li:nth-child(n+5) {margin-bottom:0;}
#product4 ul li:last-child {margin-right:0;}
#product4 ul li:hover {border:1px solid #ff8000;}
#product4 ul li:hover img { transform: scale(1.13);}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width:1200px) {

}
