@charset "utf-8";

/* #content */
.system .inner ul li:nth-child(4) {background-image: url(../images/geomdan/img_system04.png); background-position: left center;}


/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    /* content */
    .system .inner ul li:nth-child(4) {background-image: none; background-color: #fff;}
    .system .inner ul li:nth-child(4) .mo_ver {background-image: url(../images/geomdan/img_system04_mo.png); background-position: bottom center;}
}