#s12 {
}
#s12 .content {
  padding: 100px 15px !important;
}

#s12 .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 49px;
  border-bottom: 1px solid #404040;
  /*   max-width: 160px; */
  text-align: left;
  width: 100%;
}
#s12 .cards{
  margin-top: 42.27px;
  font-size: 0px;
}
#s12 .cards li{
  float: left;
  width: 33.3%;
  padding: 5px;
  cursor: pointer;
}
#s12 .cards li img{
  width: 100%;
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {
  #s12 .content {
    padding: 40px 0px 77.25px !important;
  }
  #s12 .title {
    font-size: 24.5px;
    margin-top: 36.6px;
    margin-left: 15px;
    border: 0;
    display: inline-block;
    padding-bottom: 23px;
  }
  #s12 .cards{
    margin-top: 5px;
    overflow-x: auto;
    white-space: nowrap;
  }
  #s12 .cards li{
    width: 175px;
    display: inline-block;    
    float: initial;
    padding: 2px;
  }
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
  #s12 .content {
    padding: 40px 15px !important;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
}
