
#greetingSection {
  max-width: 1200px;
  margin: 150px 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;   
  
}

.greeting {
  font-size: 0.9rem; 
  color: #0D1342;        
  font-weight: 600; 
  margin-left: -10px;     
}

.titleWrap {
  display: inline-block; 
}

.krTitle {
  margin: 0;            
  font-size: 20px;     
  line-height: 35px; 
  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: 0.95rem;
  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: 0.95rem;
  line-height: 1.6;
  color: #555;
  padding: 2rem 1rem;
  box-sizing: border-box;
  margin-left:230px;
}

.descBlock p {
  margin-bottom: 1.5rem;
  color: #111;
  font-size: 20px;
}

.highlight {
  color: #0D1342;
  font-weight: bold;
}

.circleWrap {
  position: relative;
  width: 100%;
  height: 130px;
  margin-bottom: 6rem;
}

.circleItem {
    position: absolute;
    top: 0;
    width: 220px;   /* 기존 150px → 220px */
    height: 220px;  /* 동일하게 맞춰야 원 유지됨 */
    border: 1px solid #0D1342;
    border-radius: 50%;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

        padding: 20px;   /* 안쪽 여백 추가 */
    box-sizing: border-box;
    text-align: center;
    word-break: keep-all; /* 한글 줄바꿈 자연스럽게 */

}

.circleWrap .circleItem:nth-child(1) {
  left: 0;
  z-index: 4;
}
.circleWrap .circleItem:nth-child(2) {
  left: 200px;
  z-index: 3;
}
.circleWrap .circleItem:nth-child(3) {
  left: 400px;
  z-index: 2;
}
/* .circleWrap .circleItem:nth-child(4) {
  left: 390px;
  z-index: 1;
} */

.engTxt {
  color: #0D1342;
  font-size: 18px;
  margin-bottom: 0.2rem;
}

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

@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 {
    bottom: -10px;
    right: 10px;
    width: 90%;
  }
  .textBlock h3 {
    font-size: 1rem;
  }
  .textBlock p {
    font-size: 0.9rem;
  }
  .descBlock {
    padding: 1rem;
    margin-left:20px;
  }
  .circleWrap {
    height: 110px;
  }
  .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;
  }
}



@media (max-width: 480px) {

    .krTitle {
    font-size: 13px;     
    line-height: 20px; 
    }

   .greetBlock{
    display:block; 
    }

    .ivoryBox {
    display: none;

    }
  .circleWrap {
    height: 60px;
  }



  .imgContainer img {
    display: none;
}

    .descBlock p {
        margin: 60px 0 0 0;
        color: #111;
        font-size: 15px;
    }
    .imgContainer {
        bottom: -77px;
        right: 26px;
        width: 90%;
    }

    .circleItem {
        position: absolute;
        top: 0;
        width: 150px;   /* 기존 150px → 220px */
        height: 150px;  /* 동일하게 맞춰야 원 유지됨 */
        border: 1px solid #0D1342;
        border-radius: 50%;
        background: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        padding: 20px;   /* 안쪽 여백 추가 */
        box-sizing: border-box;
        text-align: center;
        word-break: keep-all; /* 한글 줄바꿈 자연스럽게 */

    }

    .circleWrap .circleItem:nth-child(1) {
    left: 0;
    z-index: 4;
    }
    .circleWrap .circleItem:nth-child(2) {
    left: 140px;
    z-index: 3;
    }
    .circleWrap .circleItem:nth-child(3) {
    left: 280px;
    z-index: 2;
    }
    .korTxt {
    color: #333;
    font-size: 13px;
}

}



@media (max-width: 400px) {

    .krTitle {
    font-size: 13px;     
    line-height: 20px; 
    }

   .greetBlock{
    display:block; 
    }

    .ivoryBox {
    display: none;

    }
  .circleWrap {
    height: 60px;
  }



  .imgContainer img {
    display: none;
}

    .descBlock p {
        margin: 60px 0 0 0;
        color: #111;
        font-size: 15px;
    }
    .imgContainer {
        bottom: -77px;
        right: 26px;
        width: 90%;
    }

    .circleItem {
        position: absolute;
        top: 0;
        width: 150px;   /* 기존 150px → 220px */
        height: 150px;  /* 동일하게 맞춰야 원 유지됨 */
        border: 1px solid #0D1342;
        border-radius: 50%;
        background: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        padding: 20px;   /* 안쪽 여백 추가 */
        box-sizing: border-box;
        text-align: center;
        word-break: keep-all; /* 한글 줄바꿈 자연스럽게 */

    }

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


    .engTxt {
        font-size: 16px;
    }
    .korTxt {
    color: #333;
    font-size: 11px;
}

}