body {
  background-color: #efefef;
  font-family: 'Noto Sans KR', sans-serif;
}
section {
  margin: auto;
  width: 1134px;
  height: 700px;
  background: #fff;
  box-shadow: 3px 5px 7px #cecece;
  display: flex;
}
section > div:first-child {
  width: 435px;
}
section > div:last-child {
  width: 699px;
  padding: 50px 100px;
  text-align: center;
}
/* 필요시 추가 스타일 삽입 */
