
  .bannerImage {
    margin-left:-3px;
  }
#greetingSection {
  max-width: 1200px;
  margin: 50px auto;
  padding: 2rem 1rem;
  font-family: "Marcellus", "Pretendard", serif;
  color: #333;
  line-height: 1.6;
  box-sizing: border-box;
  
}
.greetBlock {
  display: flex; 
  align-items: flex-start; 
  gap: 4rem;             
  margin-bottom: 1rem;   
  
}
.cropImage {
  overflow: hidden;
  height: 450px; 
  position: relative;
}

.cropImage img {
  width: 101%;
  height: auto;
  transform: translateY(-50px); 
  display: block;
  object-fit: cover;
}
.greeting {
  font-size: 0.9rem; 
  color: #0054b3;        
  font-weight: 600; 
  margin-left:100px;     
}

.titleWrap {
  display: inline-block; 
}

.krTitle {
  margin: 0;            
  font-size: 2.5rem;     
  line-height: 1; 
  color: #333;   
  font-weight: 200;        
}
.krTitle strong {
  font-weight: 600;      
  color: #000;           
}
.ivoryBox {
  position: relative;
  width: 100%;          
  min-height: 500px;  
  margin: 0 auto;     
  background: #fdf1e5; 
  padding: 2rem;      
  box-sizing: border-box;
  margin-bottom:150px;
}


.textBlock {
  color: #555;
  margin-bottom: 1.5rem;
  margin-left:190px;
}

.textBlock p {
  font-size: 21px;
  line-height: 1.6;
}


.imgContainer {
  position: absolute;
  bottom: -80px;  
  right: 60px;   
  width: 85%;   
  z-index: 2;
}
.imgContainer img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}



.descBlock {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
 
  font-size: 21px;
  line-height: 1.6;
  color: #555;
  padding: 2rem 1rem;
  box-sizing: border-box;
  
}

.descBlock p {
  margin-bottom: 1.5rem;
  text-align: center;

  
}

.highlight {
  color: #0054b3;
  font-weight: bold;
   background: linear-gradient(135deg, #B11D64, #5A2473);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circleWrap {
 position: relative;
  width: 710px; /* 200 + (170 * (4 - 1)) = 총 원 크기 + 간격 */
  height: 200px;
  margin: 0 auto 2rem auto; 

}

.circleItem {
  position: absolute;
  top: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #86216C;
  border-radius: 50%;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circleWrap .circleItem:nth-child(1) {
  left: 0;
  z-index: 4;
}
.circleWrap .circleItem:nth-child(2) {
  left: 170px;
  z-index: 3;
}
.circleWrap .circleItem:nth-child(3) {
  left: 340px;
  z-index: 2;
}
.circleWrap .circleItem:nth-child(4) {
  left: 510px;
  z-index: 1;
}

.engTxt {
  background: linear-gradient(135deg, #B11D64, #5A2473);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.korTxt {
  color: #333;
  font-size: 1.1rem;
}

@media (max-width: 1200px) {
    #greetingSection {
  
    margin: 50px auto;
   
    
    }
  .ivoryBox {
    width: 90%;
    padding: 1.5rem;
    min-height: 300px;
    
  }
  .greetBlock{
    display:flex; 
    flex-direction: column;
    margin-left:20px;
    
  }
  .greeting {
 
    margin-left:0px;    
   
  }
  
  .textBlock {
 
    margin-left:0px;
    }

  .imgContainer {
    bottom: -10px;
    right: 10px;
    width: 90%;
  }
  .textBlock h3 {
    font-size: 1rem;
  }
  .textBlock p {
    font-size: 0.9rem;
  }
  .descBlock {
    padding: 1rem;
    margin-left:20px;
  }
  
}

@media (max-width: 768px) {
    #greetingSection {
  
    margin: 50px auto;
   
    
    }
  .ivoryBox {
    width: 90%;
    padding: 1.5rem;
    min-height: 300px;
    
  }
  .greetBlock{
    display:flex; 
    flex-direction: column;
    margin-left:20px;
    
  }
  .greeting {
 
    margin-left:0px;    
   
  }
  
  .textBlock {
 
    margin-left:0px;
    }

 .imgContainer {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    height: 100%; 
  }

  .imgContainer img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .textBlock h3 {
    font-size: 1rem;
  }
  .textBlock p {
    font-size: 0.9rem;
  }
  .descBlock {
    padding: 1rem;
    margin-left:20px;
  }
  .circleWrap {
    height: 110px;
    width:380px;
  }
  .circleItem {
    width: 100px;
    height: 100px;
  }
  .circleWrap .circleItem:nth-child(2) {
    left: 85px;
  }
  .circleWrap .circleItem:nth-child(3) {
    left: 170px;
  }
  .circleWrap .circleItem:nth-child(4) {
    left: 255px;
  }
  .descBlock {
   
     margin-left:0px;
  }
  .engTxt {
  color: #0054b3;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.korTxt {
  color: #333;
  font-size: 0.9rem;
}
}
@media (max-width: 400px) {
    .circleItem {
        width: 80px;
        height: 80px;
    }
    .circleWrap .circleItem:nth-child(2) {
        left: 70px;
    }
    .circleWrap .circleItem:nth-child(3) {
        left: 140px;
    }
    .circleWrap .circleItem:nth-child(4) {
        left: 210px;
    }
}


