.navbar {
  display: flex;
  justify-content: center;
  padding: 20px;

}

.nav-btn {
  text-decoration: none;
  color: #c39191;
  padding: 20px 20px;
  border: 5px solid #c39191;
  border-radius: 50px;
  transition: 0.3s;
}

.nav-btn:hover {
  background-color: #c39191;
  color: #ffffff;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.work {
    display: flex;
    justify-content: center;
    gap: 670px;
    margin-bottom: 100px;
    padding: 0 20px;
    overflow: hidden;
}

.item-img {
    margin-top: 5px;
    align-items: center;
    width: 100%;
    max-width: 760px;
    height: auto;
    display: block;
}



.logo {
    margin-top: -560px; /* [핵심] 로고를 위로 150px만큼 끌어올려 겹침 */
    position: relative; /* z-index를 쓰기 위해 필요 */
    z-index: 2;         /* 로고가 사진보다 위로 올라오게 함 */
    text-align: center;
}



.container1 {
  text-align: center;
  margin-top: 300px;
  margin-bottom: 150px;
  font-size: 50px;
}



.container2 {
  text-align: center;
  margin-bottom: 200px;
  font-size: 20px;
}



.container3 {
  text-align: center;
  margin-bottom: 200px;
  font-size: 26px;
  text-decoration: underline;
  line-height: 1.8;
} 



.container4 {
  text-align: center;
  margin-bottom: 200px;
  font-size: 20px;
}



.container5 {
  text-align: center;
  margin-bottom: 200px;
  font-size: 20px;
}



.container6 {
  margin-left: 50px;
  display: block;
}



.footer {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #888;
  border-top: 3px solid #d8d8d8;
}