@charset "utf-8";

.mo {
  display: none;
}

.mo_resp_563 {
  display: none;
}

.mo_resp_400 {
  display: none;
}

#content {
  width: 1400px;
  margin: 0 auto;
}

/*sub company 영역*/
.sub_con .sub_company img {
  display: block;
}

.sub_con .sub_company h5 {
  margin: 50px 0 30px;
  font-size: 50px;
  font-weight: 800;
}

.sub_con .sub_company p {
  max-width: 1300px;
  margin-bottom: 10px;
  font-size: 22px;
  word-break: keep-all;
}

/*sub ceo 영역*/
.sub_con .sub_ceo p {
  max-width: 1300px;
  margin-bottom: 10px;
  font-size: 22px;
  word-break: keep-all;
}

.sub_con .sub_ceo .ceo_img {
  position: relative;
  float: right;
  margin-top: 50px;
}

.sub_con .sub_ceo .ceo_img::before {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -20%;
  z-index: -2;
  width: 100%;
  aspect-ratio: 6 / 3;
  background: #f5f5f5;
}

.sub_con .sub_ceo img {
  display: block;
}

/*sub history 영역*/
.sub_con .sub_history {
  margin-top: 50px;
}

.sub_con .sub_history>ul>li {
  display: flex;
  column-gap: 60px;
  margin-bottom: 160px;
}

.sub_con .sub_history .bigyear {
  position: relative;
  width: 232px;
  font-size: 38px;
  font-weight: 600;
  text-align: right;
  color: #E60012;
}

.sub_con .sub_history .bigyear::before {
  content: "";
  position: absolute;
  right: 0;
  top: 65px;
  width: 100%;
  height: 2px;
  background: #E60012;
}

.sub_con .sub_history .his_text {
  width: calc(100% - 232px - 60px);
  margin-top: 68px;
}

.sub_con .sub_history .his_text li:first-child {
  border-top: 1px solid #ddd;
}

.sub_con .sub_history .his_text li {
  padding: 35px 10px;
  border-bottom: 1px solid #ddd;
}

.sub_con .sub_history .his_text li>div {
  display: flex;
  column-gap: 40px;
}

.sub_con .sub_history .his_text li span {
  display: block;
  width: 110px;
  font-size: 25px;
  font-weight: 500;
  color: #a8a8a8;
}

.sub_con .sub_history .his_text li p {
  width: calc(100% - 110px - 40px);
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  color: #555;
  word-break: keep-all;
}

.sub_con .sub_history .his_text li div:last-child p {
  margin-bottom: 0;
}

/*sub key 영역*/
.sub_con .sub_key li {
  display: flex;
  column-gap: 45px;
  margin-bottom: 130px;
}

.sub_con .sub_key li:nth-child(2) .key_img {
  order: 2;
}

.sub_con .sub_key .key_img {
  width: 678px;
}

.sub_con .sub_key img {
  display: block;
}

.sub_con .sub_key .key_text {
  width: calc(100% - 678px - 45px);
  margin: 80px 0 0 25px;
}

.sub_con .sub_key .key_text p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  color: #444;
  word-break: keep-all;
}

.sub_con .sub_key .key_text p b {
  font-weight: 600;
}

.sub_con .sub_key .key_title {
  position: relative;
}

.sub_con .sub_key .key_title span {
  position: absolute;
  left: -19px;
  top: -40px;
  z-index: -2;
  font-size: 60px;
  font-weight: 900;
  color: #FFD0D4;
}

.sub_con .sub_key .key_title h5 {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 800;
  word-break: keep-all;
}

/*sub process영역*/
.sub_con .sub_process>p {
  max-width: 1100px;
  font-size: 22px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.sub_con .sub_process .diagram {
  margin-top: 120px;
}

.sub_con .sub_process .diagram>div {
  position: relative;
}

.sub_con .sub_process .diagram>div::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -119px;
  z-index: 5;
  transform: translateX(-50%);
  width: 3px;
  height: 70px;
  border-radius: 50px;
  background: #FB4452;
}

.sub_con .sub_process .diagram img {
  display: block;
  width: 100%;
}

.sub_con .sub_process .diagram img.dia_m {
  display: none;
}

.sub_con .sub_process .diagram span {
  position: relative;
  position: absolute;
  left: 50%;
  bottom: -118px;
  transform: translateX(-50%);
}

.sub_con .sub_process .diagram span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #FB4452;
}

.sub_con .sub_process .diagram span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 47px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #FFDBDE;
}

.sub_con .sub_process .diagram p {
  margin-top: 200px;
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
  word-break: keep-all;
}


/*sub partner영역*/
.sub_con .sub_part ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 44px;
  row-gap: 100px;
}

.sub_con .sub_part li {
  width: calc((100% - 88px) / 3);
}

.sub_con .sub_part li>div:first-child {
  border: 1px solid #e4e4e4;
}

.sub_con .sub_part li .part_info {
  margin: 0 20px;
  padding: 25px;
  background: #f5f5f5;
  transform: translateY(-25px);
}

.sub_con .sub_part li .part_info b {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.sub_con .sub_part li .part_info p {
  font-size: 18px;
}

.sub_con .sub_part img {
  display: block;
}

/*sub esg영역*/
.sub_con .sub_esg.esg {
  background: url(../img/sub/esg_bg.png) right top / 100% no-repeat;
}

.sub_con .sub_esg.esge {
  background: url(../img/sub/esge_bg.png) right top / 100% no-repeat;
}

.sub_con .sub_esg.esgs {
  background: url(../img/sub/esgs_bg.png) right top / 100% no-repeat;
}

.sub_con .sub_esg.esgg {
  background: url(../img/sub/esgg_bg.png) right top / 100% no-repeat;
}

.sub_con .sub_esg>p {
  max-width: 1000px;
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 1.4;
  word-break: keep-all;
}

.sub_con .sub_esg p b {
  font-weight: 600;
}

.sub_con .sub_esg .key_actions {
  margin-top: 200px;
}

.sub_con .sub_esg h5 {
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 600;
}

.sub_con .sub_esg ul {
  display: flex;
  column-gap: 12px;
}

.sub_con .sub_esg ul li {
  padding: 30px 30px;
  width: calc((100% - 48px) / 5);
  align-items: center;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}

.sub_con .sub_esg li div {
  position: relative;
}

.sub_con .sub_esg li div::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #E60012;
}

.sub_con .sub_esg li p {
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
}


/*반응형시작*/
@media all and (max-width:1400px) {

  /*sub*/
  #content {
    width: 100%;
    padding: 0 3%;
  }

  .sub_con .sub_key .key_img {
    width: 50%
  }

  .sub_con .sub_key .key_text {
    width: 45%;
  }
}

@media all and (max-width:1380px) {}

@media all and (max-width:1200px) {}

@media all and (max-width:1080px) {
  .sub_con .sub_company h5 {
    margin: 40px 0 20px;
    font-size: 40px;
  }

  .sub_con .sub_history>ul>li {
    flex-wrap: wrap;
    column-gap: 40px;
  }

  .sub_con .sub_history .bigyear {
    width: 209px;
    font-size: 32px;
    text-align: left;
  }

  .sub_con .sub_history .bigyear::before {
    top: 55px;
  }

  .sub_con .sub_history .his_text {
    width: 100%;
    margin-top: 56px;
  }

  .sub_con .sub_history .his_text li {
    padding: 25px 10px;
  }

  .sub_con .sub_key li {
    column-gap: 25px;
    margin-bottom: 100px;
  }

  .sub_con .sub_key .key_text {
    margin: 30px 0 0 25px;
  }

  .sub_con .sub_key .key_img {
    width: 45%;
  }

  .sub_con .sub_key .key_title h5 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .sub_con .sub_key .key_text p {
    margin-bottom: 10px;
  }

  .sub_con .sub_esg.esg {
    background: url(../img/sub/esg_bg.png) right top 130px / 130% no-repeat;
  }

  .sub_con .sub_esg.esge {
    background: url(../img/sub/esge_bg.png) right top 0 / 130% no-repeat;
  }

  .sub_con .sub_esg.esgg {
    background: url(../img/sub/esgg_bg.png) right -100px top 50px / 170% no-repeat;
  }

  .sub_con .sub_esg ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
  }

  .sub_con .sub_esg ul li {
    padding: 30px 30px;
    width: calc((100% - 24px) / 3);
  }
}

@media all and (max-width:890px) {}

@media all and (max-width:790px) {
  #submenu {
    height: 0;
  }

  .sub_title {
    margin: 50px auto 30px;
  }

  .sub_con .sub_history>ul>li {
    margin-bottom: 90px;
  }

  .sub_con .sub_history .bigyear {
    width: 165px;
    font-size: 26px;
  }

  .sub_con .sub_history .his_text {
    margin-top: 35px;
  }

  .sub_con .sub_history .his_text li>div {
    column-gap: 10px;
  }

  .sub_con .sub_history .bigyear::before {
    top: 42px;
  }

  .sub_con .sub_history .his_text li span {
    width: 95px;
    font-size: 20px;
    font-weight: 400;
  }

  .sub_con .sub_history .his_text li p {
    width: calc(100% - 95px - 10px);
    margin-bottom: 20px;
    font-size: 20px;
  }

  .sub_con .sub_key .key_title h5 {
    font-size: 25px;
  }

  .sub_con .sub_key .key_title span {
    left: -13px;
    top: -21px;
    font-size: 40px;
  }

  .sub_con .sub_key li {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .sub_con .sub_key .key_img {
    width: 100%;
  }

  .sub_con .sub_key li:nth-child(2) .key_img {
    order: 0;
  }

  .sub_con .sub_key .key_img img {
    width: 100%
  }

  .sub_con .sub_key .key_text {
    width: 100%;
    margin: 40px 0 0 10px;
  }

  .sub_con .sub_part ul {
    column-gap: 20px;
    row-gap: 50px;
  }

  .sub_con .sub_part li {
    width: calc((100% - 20px) / 2);
  }

  .sub_con .sub_esg.esgs {
    background: url(../img/sub/esgs_bg.png) right top 115px / 130% no-repeat;
  }

  .sub_con .sub_esg.esgg {
    background: url(../img/sub/esgg_bg.png) right -50px top 110px / 210% no-repeat;
  }

  .sub_con .sub_esg h5 {
    margin-bottom: 20px;
  }

  .sub_con .sub_esg ul {
    justify-content: start;
  }

  .sub_con .sub_esg ul li {
    padding: 30px 30px;
    width: calc((100% - 12px) / 2);
  }

  .sub_con .sub_process .diagram img.dia_pc {
    display: none;
  }

  .sub_con .sub_process .diagram img.dia_m {
    display: block;
  }

  .sub_con .sub_process .diagram {
    margin-top: 50px;
  }

  .sub_con .sub_process .diagram>div::before {
    bottom: -72px;
    width: 2px;
    height: 50px;
  }

  .sub_con .sub_process .diagram span::before {
    width: 12px;
  }

  .sub_con .sub_process .diagram span::after {
    width: 38px;
  }

  .sub_con .sub_process .diagram span {
    bottom: -68px;
  }

  .sub_con .sub_process .diagram p {
    margin-top: 140px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 1.6;
  }
}

@media all and (max-width:600px) {}

@media all and (max-width:490px) {
  .sub_con .sub_company h5 {
    margin: 30px 0 20px;
    font-size: 35px;
  }

  .sub_con .sub_company p {
    font-size: 17px;
  }

  .sub_con .sub_ceo p {
    font-size: 17px;
  }

  .sub_con .sub_part li {
    width: 100%;
  }

  .sub_con .sub_key .key_text p {
    font-size: 17px;
  }

  .sub_con .sub_esg.esge {
    background: url(../img/sub/esge_bg.png) right top 78px / 160% no-repeat;
  }

  .sub_con .sub_esg ul li {
    width: 100%;
  }

  .sub_con .sub_esg li div::before {
    bottom: -23px;
    height: 16px;
  }

  .sub_con .sub_esg li p {
    margin-top: 37px;
    font-size: 17px;
  }

  .sub_con .sub_esg>p {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .sub_con .sub_esg .key_actions {
    margin-top: 110px;
  }

  .sub_con .sub_process>p {
    font-size: 17px;
  }

  .sub_con .sub_process .diagram p {
    font-size: 18px;
  }
}