@charset "utf-8";

.hoBox.custom02 .item { margin-bottom:40px; } 
.hoBox.custom02 .item > .tit { padding:10px; width:300px; background-color:#f0f0f0; }
.hoBox.custom02 .item > .cont { padding:20px; width:calc(100% - 300px); }
.hoBox.custom02 .item > .cont .tit {font-size:20px; font-family:'Dream Bold'; margin-bottom:10px; }
@media all and (max-width:1024px) {
  .hoBox.custom02 .item > .tit { width:100%; }
  .hoBox.custom02 .item > .cont { width:100%; }
}