#atc08 .cont_wrap {
  overflow: hidden;
  position: relative;
  width: 1495px;
  height: auto; /* 높이는 내용에 따라 자동 */
  margin: 0 auto;
  padding: 150px 0 0 95px;
  border-left: 1px solid #e1e1e1;
  box-sizing: border-box;
}

#atc08 .tit {
  padding-bottom: 30px;
  font-size: 45px;
  line-height: 1.3;
  color: #222;
  font-family: 'notokr-bold';
}
#atc08 .tit span {
  color: var(--primary);
}

/* 이미지가 제목 아래에 자연스럽게 오도록 수정 */
#atc08 .img_area {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 40px;
}

#atc08 .img_area.img_left {
  float: left;
  width: 45%;
  margin-left: 50px;
}

#atc08 .img_area.img_right {
  float: right;
  width: 45%;
  margin-right: 50px;
  margin-top: 150px; /* 오른쪽 이미지를 살짝 내려 대각선 효과 */
}

#atc08 .img_area img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

#atc08 .img_area img:hover {
  transform: scale(1.03);
}

#atc08 .contact_box {
  clear: both;
  margin-top: 60px;
  margin-left: 95px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 18px;
  border-radius: 8px;
  /*
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  */
}
