/* -------- 사용자 지정 css (사이트에 맞게 변경하세요) -------- */
@import url("fonts/notokr/notoKR.css");
@import url("fonts/nanumgothic/NanumGothic.css");
@import url("fonts/NanumSquare/NanumSquare.css");

@media only screen and (max-width: 600px){
  [aria-label="breadcrumb"]{
    display: none;
  }
}
@media only screen and (max-width: 1099px){
  .sub_banner_wrap.company{
    background-image: url(/html/_skin/dacmotors/img/sub/mobile_bg1.jpg) !important;
  }
  .sub_banner_wrap.product{
    background-image: url(/html/_skin/dacmotors/img/sub/mobile_bg2.jpg) !important;
  }
  .sub_banner_wrap.environment{
    background-image: url(/html/_skin/dacmotors/img/sub/mobile_bg3.jpg) !important;
  }
  .sub_banner_wrap.install{
    background-image: url(/html/_skin/dacmotors/img/sub/mobile_bg4.jpg) !important;
  }
  .sub_banner_wrap.inq{
    background-image: url(/html/_skin/dacmotors/img/sub/mobile_bg5.jpg) !important;
  }
  body[class^=page-] #content>.row .sub_page_banner .sub_banner_wrap .sub_banner_txt P br{
    display: none;
  }
}
