/* 레이아웃 추가 260105*/
.automobile-wrap {
  display: flex;
  justify-content: space-between;
}
.automobile-wrap .automobile-left P {
  color: #333;
  font-size: 17px;
  word-break: auto-phrase;
}
.automobile-wrap .automobile-right {
  margin-top: -140px;
  position: relative;
}

@media(max-width: 1500px) {
  #kboard-default-list.product-kboard-list .kboard-list {
    margin-top: 40px;
  }
  #kboard-product-document .w50 .pro_tit h4 {
    font-size: 22px;
    word-break: auto-phrase;
  }

  .automobile-wrap {
    display: block;
  }
  .automobile-wrap .automobile-left P br {
    display: none;
  }
  .automobile-wrap .automobile-right {
    margin-top: 0;
  }
  .automobile-wrap .automobile-right img {
    margin-top: 30px;
  }
}