@charset "utf-8";
#summary1002 .tit_area {
  margin-bottom: 50px;
  font-size: 20px;
  color: #777;
  text-align: center;
}
#summary1002 .tit_area span {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  font-family: 'Poppins';
}
#summary1002 .tit_area p {
  margin: 5px 0 20px;
  font-size: 42px;
  font-weight: 700;
  color: #111;
}
/* =========================== PAGE */
.pagecommon {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.3px;
  color: #666;
}
.pagecommon * {
  word-break: keep-all;
}

/* 개요 */

#summary1002 .co_overview {
  display: flex;
  padding-bottom: 250px;
}
#summary1002 .co_overview .l_box {
  width: 430px;
  padding-left: 50px;
}
#summary1002 .co_overview .l_box .eng_tit {
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  color: #7826e2;
  font-family: 'Exo 2';
}
#summary1002 .co_overview .l_box .big_txt {
  font-size: 30px;
  line-height: 40px;
  white-space: pre-line;
  font-weight: 300;
  color: #222;
}
#summary1002 .co_overview .l_box .big_txt span {
  font-weight: 700;
}
#summary1002 .co_overview .r_box {
  width: calc(100% - 430px);
  padding: 53px 50px 50px;
  background: #fff;
}
#summary1002 .co_overview .r_box dl {
  display: flex;
  padding: 15px 0;
}
#summary1002 .co_overview .r_box dl:first-child {
  padding-top: 6px;
}
#summary1002 .co_overview .r_box dl + dl {
  border-top: 1px dotted #e1e1e1;
}
#summary1002 .co_overview .r_box dl dt span {
  display: block;
  width: 110px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  background: #333;
}
#summary1002 .co_overview .r_box dl dd {
  width: calc(100% - 110px);
  padding: 5px 0 0 15px;
}
#summary1002 .of_tit {
  padding-left: 15px;
  border-left: 3px solid #7826e2;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #222;
  font-family: 'Exo 2', 'Noto Sans KR';
}
#summary1002 .of_tit span {
  margin-left: 10px;
  font-weight: 500;
  color: #888;
}
#summary1002 .branch_of {
  padding: 60px 50px 51px;
  background: #f5f5f5;
}
#summary1002 .branch_of .of_list {
  margin-top: 30px;
}
#summary1002 .branch_of .of_list li {
  display: flex;
  position: relative;
  padding: 14px 0 14px 18px;
}
#summary1002 .branch_of .of_list li + li {
  border-top: 1px solid #e1e1e1;
}
#summary1002 .branch_of .of_list li:before {
  position: absolute;
  left: 0;
  top: 26px;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100px;
  background: #7826e2;
}
#summary1002 .branch_of .of_list li .tit {
  width: 99px;
  font-weight: 700;
  color: #333;
}
#summary1002 .branch_of .of_list li .add {
  width: calc(100% - 99px);
}
#summary1002 .cer_box {
  padding: 60px 50px 0;
}
#summary1002 .cer_list {
  display: grid;
  column-gap: 15px;
  margin-top: 50px;
  grid-auto-rows: minmax(100px, auto);
  grid-template-columns: repeat(6, 1fr);
}
#summary1002 .cer_list li {
  /*width: calc(100% / 2 - 11.25px);*/
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#summary1002 .cer_list li .img {
  width: 100%;
  border: 1px solid #e1e1e1;

}
#summary1002 .cer_list li .img img {
  width: 100%;
  aspect-ratio: 2/3;
}
#summary1002 .cer_list li .tit {
  margin-top: 13px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 1024px) {
  #summary1002 .tit_area {
    font-size: 18px;
  }
  #summary1002 .tit_area p {
    font-size: 36px;
  }
  #summary1002 .co_overview .l_box {
    width: 50%;
    padding-left: 30px;
  }
  #summary1002 .co_overview .r_box {
    width: 50%;
    padding: 53px 30px 50px;
  }
  #summary1002 .branch_of {
    padding: 60px 30px 51px;
  }
  #summary1002 .cer_box {
    padding: 60px 30px 0;
  }
  #summary1002 .cer_list {
    flex-wrap: wrap;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #summary1002 .tit_area {
    margin-bottom: 30px;
    font-size: 16px;
  }
  #summary1002 .tit_area span {
    font-size: 13px;
  }
  #summary1002 .tit_area p {
    font-size: 32px;
  }
  .pagecommon {
    font-size: 14px;
  }
  #summary1002 .co_overview {
    display: block;
  }
  #summary1002 .co_overview .l_box {
    width: 100%;
    padding-left: 15px;
  }
  #summary1002 .co_overview .l_box .eng_tit {
    margin-bottom: 20px;
  }
  #summary1002 .co_overview .l_box .big_txt {
    font-size: 25px;
    line-height: 35px;
    white-space: normal;
  }
  #summary1002 .co_overview .r_box {
    width: 100%;
    padding: 40px 15px;
  }
  #summary1002 .branch_of {
    padding: 45px 15px;
  }
  #summary1002 .cer_box {
    padding: 45px 15px 0;
  }
}
@media (max-width: 480px) {
  #summary1002 .tit_area p {
    margin: 0 0 10px;
    font-size: 30px;
  }
  #summary1002 .co_overview {
    padding-bottom: 180px;
  }
  #summary1002 .co_overview .l_box {
    padding: 0 15px;
    text-align: center;
  }
  #summary1002 .co_overview .l_box .big_txt {
    font-size: 23px;
    line-height: 33px;
  }
  #summary1002 .co_overview .r_box dl dt span {
    width: 100px;
    line-height: 35px;
  }
  #summary1002 .cer_list {
    flex-wrap: wrap;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  #summary1002 .cer_list li {
    width: 100%;
  }
}
