
#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: #3A5A40;        
  font-weight: 600; 
  margin-left:100px;     
}

.titleWrap {
  display: inline-block; 
}

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


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

.photo {
    margin-bottom: 50px;
}


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

.highlight {
  color: #3A5A40;
  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 #3A5A40;
  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: #3A5A40;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

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


/*****Our Philosophy*****/
.descBlock h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 50px 0 10px 0;
}
.descBlock h3 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin: 50px 0 10px 0;
}
.descBlock h4 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin: 50px 0 10px 0;
}
.descBlock span {
    padding: 50px 0 50px 0;
    font-size: 20px;
}

.photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}




@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 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    color: #333;
    font-weight: 200;
    margin-bottom: 20px;}   
    .greetBlock {
        display: block;
    }
    .ivoryBox {
        min-height: 150px;
    }



    .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;
    }
    /**연혁***/
    .yearBlock {
        padding: 1rem 0;
    }
    .descBlock h2 {
        margin: 10px 0 0 0;
        font-size: 25px;
    }
    .descBlock span {
     padding: 0;
    }
    .yearBlock {
        padding: 0;
    }

    .rightSide {
    width: 70%;
    box-sizing: border-box;
    margin: 5px 0 0 0;
    }
    .phpto {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    }    

}





.historyContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: sans-serif;
  display: flex;
  align-items: flex-start;
  color: #333;
  box-sizing: border-box;
  font-family: "Marcellus", "Pretendard", serif;
}
.leftSide {
  width: 30%;
  padding-right: 2rem;
  box-sizing: border-box;
}
.orangeLabel {
  display: block;
  font-size: 1rem;
  color: #3A5A40;
  margin-bottom: 0.5rem;
}
.titleText {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
}
.rightSide {
  width: 70%;
  box-sizing: border-box;
  margin: 100px 0 100px 0;
}
.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px; 
  width: 1px;
  background-color: #EFEAE4;
}
.yearList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yearBlock {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid #F8F6F2;
  position: relative;
}
.yearCol {
  width: 60px;
  text-align: right;
  margin-right: 1rem;
  box-sizing: border-box;
}
.yearNum {
  font-size: 1.2rem;
  color: #3A5A40;
  font-weight: bold;
}
.lineCol {
  position: relative;
  width: 30px;
  box-sizing: border-box;
}
.verticalLine {
  position: absolute;
  left: 88px;
  top: 0;
  bottom: 0;
  width: 1px;
  height:100%;
  background: #ccc;
}
.circle {
  position: absolute;
  left: 7px;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 2px solid #3A5A40;
  border-radius: 50%;
  background: #fff;
}
.descCol {
  flex: 1;
  box-sizing: border-box;
  padding-left: 1rem;
}
.row {
  margin-bottom: 0.5rem;
}
.month {
  display: inline-block;
  color: #3A5A40;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  
}
.row p {
  display: inline-block;
  margin: 0;
  font-size: 0.95rem;
  color: #555;
  margin-bottom:10px;
  font-size: 17px;
}
.altBg {
  background: #F8F6F2;
}
@media (max-width: 768px) {
  .historyContainer {
    flex-direction: column;
  }
  .rightSide {
    width: 100%;
   
    }
    .leftSide {
    width: 100%;
  
    }
 
}

/********/

.historyContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: sans-serif;
  display: flex;
  align-items: flex-start;
  color: #333;
  box-sizing: border-box;
  font-family: "Marcellus", "Pretendard", serif;
}
.leftSide {
  width: 30%;
  padding-right: 2rem;
  box-sizing: border-box;
}
.orangeLabel {
  display: block;
  font-size: 1rem;
  color: #3A5A40;
  margin-bottom: 0.5rem;
}
.titleText {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
}
.rightSide {
  width: 70%;
  box-sizing: border-box;
}
.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px; 
  width: 1px;
  background-color: #ccc;
}
.yearList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yearBlock {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.yearCol {
  width: 60px;
  text-align: right;
  margin-right: 1rem;
  box-sizing: border-box;
}
.yearNum {
  font-size: 1.2rem;
  color: #3A5A40;
  font-weight: bold;
}
.lineCol {
  position: relative;
  width: 30px;
  box-sizing: border-box;
}
.verticalLine {
  position: absolute;
  left: 88px;
  top: 0;
  bottom: 0;
  width: 1px;
  height:100%;
  background: #ccc;
}
.circle {
  position: absolute;
  left: 7px;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 2px solid #3A5A40;
  border-radius: 50%;
  background: #fff;
}
.descCol {
  flex: 1;
  box-sizing: border-box;
  padding-left: 1rem;
}
.row {
  margin-bottom: 0.5rem;
}
.month {
  display: inline-block;
  color: #3A5A40;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  
}
.row p {
  display: inline-block;
  margin: 0;
  font-size: 0.95rem;
  color: #555;
  margin-bottom:10px;
}
.altBg {
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .historyContainer {
    flex-direction: column;
  }
  .rightSide {
    width: 100%;
   
    }
    .leftSide {
    width: 100%;
  
    }
 
}




.historyContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: sans-serif;
  display: flex;
  align-items: flex-start;
  color: #333;
  box-sizing: border-box;
  font-family: "Marcellus", "Pretendard", serif;
}
.leftSide {
  width: 30%;
  padding-right: 2rem;
  box-sizing: border-box;
}
.orangeLabel {
  display: block;
  font-size: 1rem;
  color: #3A5A40;
  margin-bottom: 0.5rem;
}
.titleText {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
}
.rightSide {
  width: 70%;
  box-sizing: border-box;
}
.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px; 
  width: 1px;
  background-color: #ccc;
}
.yearList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yearBlock {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.yearCol {
  width: 60px;
  text-align: right;
  margin-right: 1rem;
  box-sizing: border-box;
}
.yearNum {
  font-size: 1.2rem;
  color: #3A5A40;
  font-weight: bold;
}
.lineCol {
  position: relative;
  width: 30px;
  box-sizing: border-box;
}
.verticalLine {
  position: absolute;
  left: 88px;
  top: 0;
  bottom: 0;
  width: 1px;
  height:100%;
  background: #ccc;
}
.circle {
  position: absolute;
  left: 7px;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 2px solid #3A5A40;
  border-radius: 50%;
  background: #fff;
}
.descCol {
  flex: 1;
  box-sizing: border-box;
  padding-left: 1rem;
}
.row {
  margin-bottom: 0.5rem;
}
.month {
  display: inline-block;
  color: #3A5A40;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  
}
.row p {
  display: inline-block;
  margin: 0;
  font-size: 0.95rem;
  color: #555;
  margin-bottom:10px;
}
.altBg {
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .historyContainer {
    flex-direction: column;
  }
  .rightSide {
    width: 100%;
   
    }
    .leftSide {
    width: 100%;
  
    }
 
}





