.publicCss {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.publicCss .titleSection {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.publicCss .titleSection .verL {
  display: block;
  width: calc(2px + 0.4rem);
  height: calc(10px + 1.4rem);
  background: #0086CD;
  margin-right: 1.4rem;
}
.publicCss .titleSection .name {
  font-size: calc(10px + 1.5rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #2C2C2C;
  line-height: calc(20px + 2rem);
}
.aboutBannerBox {
  position: relative;
  margin-bottom: 8rem;
}
.aboutBannerBox .title_nav {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  display: flex;
  justify-content: end;
  z-index: 5;
}
.aboutBannerBox .title {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.aboutBannerBox .title h3 {
  font-size: calc(14px + 2rem);
  font-family: "PingFangHeavy";
  font-weight: bold;
  color: #FFFFFF;
  line-height: calc(28px + 2rem);
  margin-bottom: 1.4rem;
}
.aboutBannerBox .title .crumbs {
  font-size: calc(8px + 0.6rem);
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
}
.aboutBannerBox .pageInteriorUrl {
  position: absolute;
  bottom: 4.2rem;
  left: 0;
  width: 100%;
}
.aboutBannerBox .interiorItem {
  display: flex;
  justify-content: space-between;
}
.aboutBannerBox .interiorUrl {
  display: flex;
  width: 22.93%;
  height: 5rem;
  justify-content: center;
  align-items: center;
  background-color: #ffffffe8;
  transition: all 0.3s;
}
.aboutBannerBox .interiorUrl .imgIcon {
  position: relative;
  width: calc(11px + 1.5rem);
  margin-right: 1rem;
}
.aboutBannerBox .interiorUrl .imgIcon .hovericon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.aboutBannerBox .interiorUrl span {
  font-size: calc(10px + 0.6rem);
  font-weight: 500;
  color: #333;
}
.aboutBannerBox .interiorUrl:hover,
.aboutBannerBox .activerIcon {
  background-color: #0e96e0e8;
}
.aboutBannerBox .interiorUrl:hover .imgIcon .hovericon,
.aboutBannerBox .activerIcon .imgIcon .hovericon {
  opacity: 1;
}
.aboutBannerBox .interiorUrl:hover .imgIcon .iconimg,
.aboutBannerBox .activerIcon .imgIcon .iconimg {
  opacity: 0;
}
.aboutBannerBox .interiorUrl:hover span,
.aboutBannerBox .activerIcon span {
  color: #FFFFFF;
}
.company_profileBox {
  margin-bottom: 8rem;
}
.company_profileBox .profile {
  margin-bottom: 4.5rem;
}
.company_profileBox .profile .idea {
  font-size: calc(14px + 0.5rem);
  font-weight: bold;
  color: #303030;
  line-height: calc(16px + 1rem);
  margin-bottom: 1.8rem;
}
.company_profileBox .profile .profileCont {
  font-size: calc(10px + 0.4rem);
  font-weight: 500;
  color: #303030;
  line-height: calc(10px + 0.9rem);
}
.company_profileBox .idea_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_profileBox .idea_img .idea_datas {
  width: 37.3%;
  padding: 0 1.6rem;
}
.company_profileBox .idea_img .idea2 {
  font-size: calc(10px + 0.5rem);
  font-weight: bold;
  color: #30303080;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 5rem;
}
.company_profileBox .idea_img .dataList {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem ;
}
.company_profileBox .idea_img .dataList .Item {
  text-align: center;
}
.company_profileBox .idea_img .dataList .num {
  font-size: calc(14px + 1.3rem);
  font-family: "CenturyGothic";
  font-weight: bold;
  color: #010101;
}
.company_profileBox .idea_img .dataList .name {
  font-size: calc(8px + 0.5rem);
  font-weight: bold;
  color: #8B8B8B;
}
.company_profileBox .idea_img .img {
  width: 55%;
}
.company_profileBox .idea_img .img img {
  width: 100%;
}
.certificate {
  padding: 5.5rem 0 4rem;
  margin-bottom: 8rem;
}
.certificate .titleSection {
  font-size: calc(10px + 1.5rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #2C2C2C;
  line-height: calc(20px + 2rem);
  text-align: center;
  margin-bottom: 2.2rem;
}
.certificate .CertificateBox .swiper-wrapper {
  padding: 5rem 0;
}
.certificate .CertificateBox .swiper-slide-active {
  transform: scale(1.2);
}
.certificate .CertificateBox .swiper-slide {
  transition: all 0.3s;
}
.certificate .CertificateBox .swiper-pagination2 {
  width: 30%;
  height: calc(2px + 0.15rem);
  margin: 0 auto;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%);
  border-radius: 5px;
  overflow: hidden;
}
.certificate .CertificateBox .solutionImg img {
  box-shadow: 0px 10px 18px 0px rgba(48, 48, 48, 0.24);
  margin-bottom: 1rem;
}
.certificate .CertificateBox .solutionImg .lozenge {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #0E97E0;
  transform: rotate(45deg);
  margin: 0 auto;
}
.certificate .CertificateBox .solutionImg .name {
  margin-top: 1rem;
  font-size: calc(8px + 0.6rem);
  font-weight: 500;
  color: #2C2C2C;
  text-align: center;
  padding: 0 0.3rem;
}
.advancementBox {
  padding: 4.6rem 5rem 3.6rem;
  background-size: cover;
  margin-bottom: 8rem;
}
.advancementBox .titleSection {
  margin-bottom: 2rem;
}
.advancementBox .titleSection .name {
  color: #fff;
}
.advancementBox .swipers3 {
    padding: 0 1rem;
}
.advancementBox .swipers3 .swiper-wrapper {
  padding-bottom: calc(20px + 3.3rem);
}
.advancementBox .swipers3 .swiper-slide {
  display: flex;
  flex-direction: column;
  height: calc(100px + 14.1rem);
  justify-content: end;
  cursor: default;
  
}
.advancementBox .swipers3 .timelineItem {
  height: calc(100px + 8.4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
  border-radius: 0.3rem;
  transition: all 0.3s;
}
.advancementBox .swipers3 .timelineItem:hover {
    box-shadow: 1px 4px 10px 0px rgba(0, 55, 134, 0.61);
}
.advancementBox .swipers3 .timelineItem .timelineCont .time_year {
  font-size: calc(14px + 1.2rem);
  font-family: DINPROREGULAR;
  font-weight: 500;
  color: #FDFEFF;
  line-height: calc(16px + 1rem);
  margin-bottom: 0.5rem;
}
.advancementBox .swipers3 .timelineItem .timelineCont p {
  font-size: calc(8px + 0.5rem);
  font-weight: 500;
  color: #E3F5FF;
  line-height: calc(14px + 0.5rem);
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
/*.advancementBox .swipers3 .swiper-slide-active .timelineItem {*/
/*  transition: all 0.3s;*/
/*  box-shadow: 1px 4px 10px 0px rgba(0, 55, 134, 0.61);*/
/*}*/
.advancementBox .swipers3 .swiper-button-next,
.advancementBox .swipers3 .swiper-button-prev {
  width: calc(14px + 2rem);
  height: calc(14px + 2rem);
  border-radius: 50%;
  background-color: #fff;
  color: #0083EE;
  top: auto;
  bottom: 0;
}
.advancementBox .swipers3 .swiper-button-next::after,
.advancementBox .swipers3 .swiper-rtl .swiper-button-prev::after {
  color: #0083EE;
}
.advancementBox .swipers3 .swiper-button-next::after,
.advancementBox .swipers3 .swiper-button-prev::after {
  font-size: calc(7px + 0.6rem);
  font-weight: bold;
}
.advancementBox .swipers3 .swiper-button-prev,
.advancementBox .swipers3 .swiper-rtl .swiper-button-next {
  left: 44%;
}
.advancementBox .swipers3 .swiper-button-next,
.advancementBox .swipers3 .swiper-rtl .swiper-button-prev {
  right: 44%;
}
.advancementBox .swipers3 .boosterSeat {
  height: 0;
  transition: 0.3s;
}
.showStrengthBox .strength {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.showStrengthBox .strength .titleSection {
  margin-bottom: 0;
}
.showStrengthBox .strength .arrows {
  width: calc(40px + 6rem);
  position: relative;
}
.showStrengthBox .strength .arrows .swiper-button-next,
.showStrengthBox .strength .arrows .swiper-button-prev {
  width: calc(20px + 2rem);
  height: calc(20px + 2rem);
  border-radius: 50%;
  background-color: #0086CD;
  color: #fff;
  top: 0;
}
.showStrengthBox .strength .arrows .swiper-button-next::after,
.showStrengthBox .strength .arrows .swiper-rtl .swiper-button-prev::after {
  color: #fff;
}
.showStrengthBox .strength .arrows .swiper-button-disabled::after {
  color: #707070;
}
.showStrengthBox .strength .arrows .swiper-button-disabled {
  background-color: #F1F1F1;
  opacity: 1;
  color: #707070;
}
.showStrengthBox .strength .arrows .swiper-button-next::after,
.showStrengthBox .strength .arrows .swiper-button-prev::after {
  font-size: calc(7px + 1rem);
  font-weight: bold;
}
.showStrengthBox .strength .arrows .swiper-button-prev,
.showStrengthBox .strength .arrows .swiper-rtl .swiper-button-next {
  left: 0;
}
.showStrengthBox .strength .arrows .swiper-button-next,
.showStrengthBox .strength .arrows .swiper-rtl .swiper-button-prev {
  right: 0;
}
.showStrengthBox .showList {
  display: flex;
  justify-content: end;
}
.showStrengthBox .showList .showListBox {
  max-width: 1660px;
  width: 92.5%;
}
.showStrengthBox .showList .howItemImg img {
  width: 100%;
  margin-bottom: 0.9rem;
}
.showStrengthBox .showList .howItemImg p {
  text-align: center;
  font-size: calc(7px + 1rem);
  font-weight: 500;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .aboutBannerBox .title_nav {
    top: 25%;
  }
  .aboutBannerBox .interiorUrl {
    height: auto;
    flex-direction: column;
    padding: calc(2px + 0.7rem) 1rem;
  }
  .aboutBannerBox .interiorUrl .imgIcon {
    margin: 0;
  }
  .aboutBannerBox .interiorUrl span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: calc(8px + 1rem);
    text-align: center;
  }
  .company_profileBox .idea_img {
    flex-direction: column-reverse;
  }
  .company_profileBox .idea_img .img {
    width: 100%;
    margin-bottom: calc(10px + 2rem);
  }
  .company_profileBox .idea_img .idea_datas {
    width: 100%;
  }
  .company_profileBox .idea_img .idea2 {
    margin-bottom: 3rem;
  }
  .certificate .CertificateBox .swiper-wrapper {
    padding: calc(10px + 7rem) 0;
  }
  .certificate .CertificateBox .solutionImg .lozenge {
    width: 1.2rem;
    height: 1.2rem;
  }
  .advancementBox .swipers3 .swiper-slide {
    transition: all 0.3s;
  }
  .advancementBox .swipers3 .swiper-slide .boosterSeat {
    display: none;
  }
  .advancementBox .swipers3 .swiper-button-prev,
  .advancementBox .swipers3 .swiper-rtl .swiper-button-next {
    left: 37%;
  }
  .advancementBox .swipers3 .swiper-button-next,
  .advancementBox .swipers3 .swiper-rtl .swiper-button-prev {
    right: 37%;
  }
}
