/* BASIC css start */
/*--#aside { position:absolute; z-index:2; top:0px; left:50%;margin-left:-550px;}----*/
#aside { position:relative;;z-index:2;left:0px;}
#aside2{width:100%; border:px solid red; height:0px; position:absolute;z-index:3;}
#aside3{width:1100px; border:px solid blue; z-index:4; margin:auto; height:0px;}
.company-section {
  width: 850px;
  margin: 0 auto;
  padding: 30px 20px;
  line-height: 1.8;
  color: #333;
  transform: translateX(100px);
}
@media (max-width: 1125px) {
  .company-section {
    margin-left: 100px;
  }
}
.company-section h1 {
  position: relative;
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: black;
  font-weight: bold;
}
.company-section h1::after {
  content: "";              
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;               /* ¿øÇÏ´Â ±æÀÌ */
  height: 2px;               /* ¼±ÀÇ µÎ²² */
  background: #ccc;          /* ¼± »ö»ó */
  transform: translateX(-50%); /* °¡¿îµ¥ Á¤·Ä */
}
.ceo-intro {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.ceo-photo {
  flex-shrink: 0;
  margin-right: 20px;
}

.ceo-photo img {
  width: 280px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.quote {
  font-size: 23px;
  color: #458C46;
  margin-left: 50px;
  margin-top:20px;
}

.quote p {
  margin: 0 0 5px;
  font-weight: bold;
}

.company-text p {
  font-size: 14px;
  margin-bottom: -2px;
}

.company-text2 p {
  font-size: 18px;
  margin-bottom: -2px;
}
.company-text p strong{
  color: #458C46;
}
/* BASIC css end */

