/* 공통 */
.sub_con {width:100%; padding:0 15px;}

/*Content CSS*/
#product4 {text-align: center;}
#product4 h1 {font-size:18px; font-weight: 400; color:#010101; font-family: 'S-CoreDream-4Regular'; word-break: keep-all; line-height: 30px;}
#product4 h2 {font-size:18px; font-weight: 400; color:#010101; font-family: 'S-CoreDream-4Regular'; margin-bottom:50px;  word-break: keep-all; line-height: 30px;}
#product4 h2 span {color:#ff8000;}
#product4 ul {display: flex; margin:40px 0 40px 0; flex-wrap:wrap;}
#product4 ul li {width:calc(50% - 5px); height:auto; overflow: hidden; border:1px solid transparent; margin: 0 10px 10px 0; transition: border .3s ease;}
#product4 ul li img {width:100%;}
#product4 ul li:nth-child(even) {margin-right:0;}
#product4 ul li:nth-child(n+7) {margin-bottom: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) {

}
