
#greetingSection {
  max-width: 1200px;
  margin: 100px 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: #62b3b7;        
  font-weight: 600; 
  margin-left:100px;     
}

.titleWrap {
  display: inline-block; 
}

.krTitle {
  margin: 0;            
  font-size: 2.3rem;     
  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: #ECA42C; 
  padding: 2rem;      
  box-sizing: border-box;
  margin-bottom:50px;
}
/******/
.ivoryBox_cer {
  position: relative;
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
  margin-bottom: 50px;
  background-image: url(../images/p6_08.jpg);
}

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

.textBlock p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #fff;
}


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

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


/* ci/ 추가*/
.Color {
  position: relative;
  bottom: 5px;  
  right: 60px;   
  width: 85%;   
  z-index: 2;
}
.Color_m {
  display: none;
}


/*bi/ vita 추가*/
.Color {
  position: relative;
  bottom: 5px;  
  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: 1rem 1rem;
  box-sizing: border-box;
  margin-left:108px;
}

.descBlock p {
  margin-bottom: 2.5rem;

}

.highlight {
  color: #62b3b7;
  font-weight: bold;
}

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

.circleItem {
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  border: 1px solid #62b3b7;
  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: 130px;
  z-index: 3;
}
.circleWrap .circleItem:nth-child(3) {
  left: 260px;
  z-index: 2;
}
.circleWrap .circleItem:nth-child(4) {
  left: 390px;
  z-index: 1;
}

.engTxt {
  color: #62b3b7;
  font-size: 0.9rem;
  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%;
  }

   .imgContainer_2 {
    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: 250px;
    
  }
  .greetBlock{
    display:flex; 
    flex-direction: column;
    margin-left:20px;
    
  }
  .greeting {
 
    margin-left:0px;    
   
  }
  
  .textBlock {
 
    margin-left:0px;
    }

  .imgContainer {
    bottom: 25px;
    right: 10px;
    width: 90%;
  }

   .imgContainer_2 {
    bottom: -50px;
    right: 10px;
    width: 90%;
  }
  .textBlock h3 {
    font-size: 1rem;
  }
  .textBlock p {
    font-size: 13px;
  }
  .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;
  }
  .Color  {
    display: none;
  }
  .Color_m {
  display: block;
  }
  .vita img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
}


@media (max-width: 400px) {
    .imgContainer {
    bottom: -35px;
    right: 10px;
    width: 90%;
    } 
    .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;
    }

        .ivoryBox {
        width: 90%;
        padding: 1.5rem;
        min-height: 165px; 
      }

    .Color  {
    display: none;
  }
    .Color_m {
    display: block;
  }


}
@media (max-width: 350px) {
      .imgContainer {
    bottom: -7px;
    right: 10px;
    width: 90%;
    } 
  .textBlock p {
        font-size: 10px;
    }
}

