/* ********** intro bg ********** */
#intro {
  background-image: url(../img/company/bg.png);
}

/* ********** content ********** */
/* 텍스트박스 */
#content .text_box {
  width: 40%;
  padding: 0 5%;
  float: left;
}

#content .text_box h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
}

#content .text_box p {
  font-size: 1.8rem;
  color: #555;
  line-height: 2.8rem;
  padding: 50px 0;
  font-weight: 500;
  position: relative;
}

/* 뒷배경 */
#content .text_box p::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100%;
  z-index: -1;
  left: -100%;
  top: 0;
  background-color: #f4f7f9;
}

#content h6 {
  width: auto;
  margin-top: 30px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  color: #555;
  font-weight: 500;
}

#content .name_title {
  font-size: 2rem;
}

#content .name_title span {
  font-size: 1.6rem;
  color: #555;
  font-weight: 500;
}

#content .name_title .hp {
  margin-right: 20px;
}

#content h6 .name {
  font-size: 4rem;
  margin-left: 50px;
  font-weight: 900;
  letter-spacing: 10px;
}

/* 이미지박스 */
#content .img_box {
  background-image: url(../img/company/ceo_bg.png);
  background-size: cover;
  border-radius: 30px;
  width: 50%;
  float: right;
  height: 850px;
}

@media screen and (max-width: 1204px) {
  #content .text_box {
    padding: 0%;
    padding-right: 1%;
    width: 48%;
  }
}

@media screen and (max-width: 1180px) {
  #content h6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .con_box {
    padding-top: 60px;
  }

  #content .text_box,
  #content .img_box {
    width: 100%;
    padding: 0;
  }

  .con_box #wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  #content .img_box {
    background-position: center 23%;
    height: 400px;
    border-radius: 10px;
  }

  #content .text_box {
    margin-top: 30px;
  }

  #content .text_box p {
    padding: 30px 0;
  }
}

@media screen and (max-width: 824px) {
  .con_box {
    padding-top: 30px;
  }
}

@media screen and (max-width: 568px) {
  #content .img_box {
    height: 300px;
  }

  #sub_title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  #content .text_box h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 500px) {
  #content h6 {
    flex-direction: column;
    text-align: center;
  }

  #content h6 .name_title {
    font-size: 1.6rem;
  }

  #content h6 .name {
    margin-left: 0;
    font-size: 3rem;
    margin-top: 5px;
    letter-spacing: 5px;
  }

  #content .name_title .hp{margin-right: 10px;}
}

@media screen and (max-width: 460px) {
  #sub_title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }

  #content .text_box h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 20px;
  }

  #content .text_box p {
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
