.ci p.tit, .business p.tit, .design .tit {
  position: relative;
  padding-left: 2.7rem;
  margin-bottom: 3.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.ci p.tit:before, .business p.tit:before, .design .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #006fc0;
}
@media (max-width: 576px) {
  .ci p.tit, .business p.tit, .design .tit {
    padding-left: 2rem;
    margin-bottom: 2.5rem;
  }
}
.ci p.tit + p, .business p.tit + p, .design .tit + p {
  margin-top: -0.5rem;
}

.overview .table-style1, .location .info {
  width: 100%;
  border-top: 2px solid #16375e;
}
.overview .table-style1 th, .location .info th, .overview .table-style1 td, .location .info td {
  padding: 1.1rem 2rem;
  border: 1px solid #ccc;
  word-break: keep-all;
}
.overview .table-style1 th, .location .info th {
  text-align: center;
  background: #f9f9f9;
}
@media (max-width: 576px) {
  .overview .table-style1 th, .location .info th, .overview .table-style1 td, .location .info td {
    padding: 1rem;
  }
}

.page-content {
  position: relative;
}

.greeting p {
  max-width: 70rem;
  margin-bottom: 2rem;
}
.greeting .flex {
  justify-content: space-between;
  gap: 10rem;
}
.greeting .flex .img {
  width: 20rem;
  border: 1rem solid #f2f2f2;
}
@media (max-width: 991px) {
  .greeting .flex {
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .greeting .flex {
    gap: 5rem;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .greeting .flex {
    gap: 2rem;
    flex-direction: column;
  }
}
.greeting .p1 {
  padding-bottom: 1.8rem;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #006fc0;
}
@media (max-width: 576px) {
  .greeting .p1 {
    padding-bottom: 0;
    font-size: 3rem;
  }
}
.greeting .from span {
  padding-left: 1rem;
  font-size: 3.5rem;
  font-family: "Nanum Brush Script";
}

.overview .p1 {
  margin-bottom: 5rem;
  font-size: 2.5rem;
  font-weight: 500;
}
.overview .p1 b {
  color: #006fc0;
}
@media (max-width: 991px) {
  .overview .p1 {
    margin-bottom: 4.5rem;
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .overview .p1 {
    margin-bottom: 4rem;
    font-size: 2.1rem;
  }
}
@media (max-width: 576px) {
  .overview .p1 {
    margin-bottom: 3rem;
  }
  .overview .p1 br {
    display: none;
  }
}
.overview .table-style1 th, .overview .table-style1 td {
  border: 0;
}

.history {
  position: relative;
}
.history:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0.8rem;
  width: 1px;
  height: 99%;
  background: #e1e1e1;
}
.history .wrap {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 6rem;
  text-align: right;
}
.history .wrap .box {
  padding: 0 3rem 0 0;
  width: 50%;
}
.history .wrap .box p.year {
  position: relative;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.9;
}
.history .wrap .box p.year:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  right: -3rem;
  top: 56%;
  transform: translate(50%, -50%);
  z-index: 2;
  border: 0.4rem solid #16375e;
  border-radius: 50%;
  background: #fff;
}
.history .wrap .box .list li {
  position: relative;
}
.history .wrap .box .list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  z-index: 2;
  right: -3rem;
  top: 0.9rem;
  transform: translateX(50%);
  background: #006fc0;
  border-radius: 50%;
}
.history .wrap .box .list li + li {
  margin-top: 1.5rem;
}
@media (min-width: 577px) {
  .history .wrap:nth-of-type(2n) {
    justify-content: flex-end;
  }
  .history .wrap:nth-of-type(2n) .box {
    padding: 0 0 0 3rem;
    text-align: left;
  }
  .history .wrap:nth-of-type(2n) .box p.year:after {
    right: inherit;
    left: -3rem;
    transform: translate(-50%, -50%);
  }
  .history .wrap:nth-of-type(2n) .box .list li:after {
    left: -3rem;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .history .wrap .box p.year {
    margin-bottom: 2.5rem;
    font-size: 3.3rem;
  }
  .history .wrap .box .list li + li {
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .history .wrap .box {
    position: relative;
    z-index: 2;
    padding: 5rem;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #e1e1e1;
  }
  .history .wrap .box p.year {
    font-size: 3rem;
  }
  .history .wrap .box p.year:after {
    right: inherit;
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate(-50%, -50%);
  }
  .history .wrap .box .list li:after {
    right: inherit;
    left: -2rem;
    top: 1.2rem;
    width: 0.7rem;
    height: 0.7rem;
    transform: translateX(-50%);
  }
}

.vision .tit {
  font-size: 3.5rem;
  font-weight: 700;
  color: #006fc0;
  text-align: center;
}
.vision .tit span {
  display: block;
  padding: 1rem 0 0;
  font-size: 2.5rem;
  font-weight: 400;
  color: #c5d9f0;
}
@media (max-width: 576px) {
  .vision .tit {
    font-size: 3rem;
  }
  .vision .tit span {
    font-size: 2rem;
  }
}
.vision .img {
  margin-top: 5.6rem;
  text-align: center;
}
.vision p.p1 {
  position: relative;
  padding: 4.3rem 0 14.3rem;
  margin-bottom: 5rem;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.vision p.p1:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 10rem;
  height: 10rem;
  bottom: 0;
  transform: translateX(-50%);
  background: url(/img/ge/vision_arrow.png) no-repeat center/contain;
}
@media (max-width: 576px) {
  .vision p.p1 {
    padding: 4rem 0 11rem;
    margin-bottom: 6rem;
    font-size: 2rem;
  }
  .vision p.p1 br {
    display: none;
  }
  .vision p.p1:after {
    width: 8rem;
    height: 8rem;
  }
}
.vision ul li {
  position: relative;
  padding: 6rem 1rem 4rem;
  margin-bottom: 7rem;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #e1e1e1;
}
.vision ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 21.5rem;
  height: 6rem;
  color: #fff;
  border-radius: 3rem;
}
.vision ul li b {
  color: #006fc0;
}
.vision ul li:nth-of-type(1) p {
  background: #003366;
}
.vision ul li:nth-of-type(2) p {
  background: #006fc0;
}
.vision ul li:nth-of-type(3) p {
  background: #999999;
}
@media (max-width: 576px) {
  .vision ul li {
    margin-bottom: 6rem;
    font-size: 2rem;
  }
  .vision ul li p {
    width: 20rem;
    height: 5.5rem;
  }
}

.ci .con {
  margin-bottom: 4.5rem;
}
.ci .flex {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
.ci .flex .box {
  width: 30.666%;
}
@media (max-width: 576px) {
  .ci .flex {
    justify-content: space-between;
    gap: 2rem 0;
  }
  .ci .flex .box {
    width: 48%;
  }
}
.ci .symbol .img-box {
  padding: 4.4rem 1rem;
  text-align: center;
  border: 1px solid #efefef;
  background: url(/img/ge/bg_patten1.png);
}
@media (max-width: 576px) {
  .ci .symbol .img-box img {
    width: 36rem;
  }
}
.ci .symbol ul {
  margin-top: 3rem;
}
.ci .symbol ul li {
  position: relative;
  padding-left: 1.1rem;
}
.ci .symbol ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 0.3rem;
  height: 0.3rem;
  background: #111;
  border-radius: 50%;
}
.ci .color .box {
  padding: 2rem 3rem;
  color: #fff;
  line-height: 1;
}
.ci .color .box span {
  display: block;
}
.ci .color .box span + span {
  margin-top: 0.8rem;
}
.ci .color .box.box1 {
  background: #8cc32a;
}
.ci .color .box.box2 {
  background: #006496;
}

.group img.group1 {
  min-width: 70rem;
}

.cert ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.cert ul li {
  text-align: center;
  border: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .cert ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .cert ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.location .map-wrap {
  overflow: hidden;
  position: relative;
  height: 40rem;
}
.location .map-wrap .root_daum_roughmap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.location .map-wrap .root_daum_roughmap .map_border {
  display: none;
}
.location .info {
  margin-top: 3rem;
}

.business .area .list {
  position: relative;
  padding: 3rem;
  margin-bottom: 4rem;
  border: 1px solid #7ea9de;
  background: #dce6f2;
}
.business .area .list li {
  display: flex;
}
.business .area .list li b {
  white-space: nowrap;
}
.business .area .list li + li {
  margin-top: 1rem;
}
/* .business .area .list:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 8rem;
  top: calc(100% + 1px);
  background: #7ea9de;
} */
@media (max-width: 768px) {
  .business .area .list {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .business .area .list {
    padding: 2rem 1.5rem;
  }
}
.business .area .phases {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 120rem;
}
/* .business .area .phases:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 66.7%;
  height: 1px;
  transform: translateX(-50%);
  background: #7ea9de;
} */
.business .area .phases .phase {
  flex: 1;
  position: relative;
  padding-top: 3.4rem;
}
/* .business .area .phases .phase:not(:nth-of-type(2)):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 4rem;
  background: #7ea9de;
} */
.business .area .phases .phase p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 6rem;
  color: #fff;
  font-weight: 500;
  background: #334f71;
  background: url(/img/ge/back_arr.png) no-repeat center/cover;
}
.business .area .phases .phase p:after {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 100%;
  right: 0;
  top: 0;
  /* background: url(/img/ge/business_right.png) no-repeat center/cover; */
}
/* .business .area .phases .phase p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 100%;
  background: url(/img/ge/business_left.png) no-repeat center/cover;
} */
@media (max-width: 576px) {
  .business .area .phases .phase p {
    height: 5rem;
    font-size: 1.6rem;
  }
  /* .business .area .phases .phase p:after, .business .area .phases .phase p:before {
    width: 2.4rem;
    background-size: auto 100%;
  } */
}
.business .area .phases .phase ul {
  padding: 3rem 3rem 0;
}
.business .area .phases .phase ul li {
  position: relative;
  padding-left: 1rem;
  font-weight: 500;
}
.business .area .phases .phase ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #111;
}
.business .area .phases .phase ul li + li {
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .business .area .phases .phase ul {
    padding: 2rem 0 0 1rem;
    font-size: 1.5rem;
  }
}
.business .depart {
  margin-top: 4rem;
}
.business .depart .img img {
  margin-bottom: 2rem;
  min-width: 70rem;
}

.design .process {
  margin-top: 8rem;
}
.design .process .wrap1 {
  gap: 2rem;
  align-items: center;
  padding-bottom: 10rem;
}
.design .process .wrap1 .pros2 {
  padding: 1.5rem;
  background: #f3f3f3;
}
.design .process .wrap1 .pros2 .box li {
  padding-left: 0.8rem;
  font-size: 1.5rem;
  text-indent: -0.8rem;
  white-space: nowrap;
}
.design .process .wrap1 .pros2 .img {
  padding: 0.5rem;
}
.design .process .wrap1 .pros2 .img .arrow {
  transform: rotate(-90deg);
}
.design .process .wrap1 .pros3 {
  position: relative;
}
.design .process .wrap1 .pros3:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 49px;
  height: 48px;
  bottom: -3rem;
  transform: translate(-50%, 100%);
  background: url(/img/ge/design_arrow.png) no-repeat center/contain;
}
@media (max-width: 730px) {
  .design .process .wrap1 {
    flex-direction: column;
    gap: 4rem;
  }
  .design .process .wrap1 .pros2 {
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 100%;
  }
  .design .process .wrap1 .pros2 .box {
    width: 12rem;
  }
  .design .process .wrap1 .pros2 .img .arrow {
    transform: rotate(0);
  }
}
@media (max-width: 730px) {
  .design .process .wrap1 {
    padding-bottom: 9rem;
  }
  .design .process .wrap1 .pros3:after {
    bottom: -1.6rem;
  }
}
@media (max-width: 576px) {
  .design .process .wrap1 .img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .design .process .wrap1 .img .arrow {
    width: 4.5rem;
  }
  .design .process .wrap1 .pros2 {
    gap: 2rem;
  }
  .design .process .wrap1 .pros3:after {
    width: 4.5rem;
  }
}
.design .process .wrap2 {
  flex-direction: row-reverse;
  align-items: center;
  gap: 2rem;
}
.design .process .wrap2 .pros4 {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #006fc0;
  border-radius: 1rem;
  background: #dbeef4;
}
.design .process .wrap2 .pros4 .txt {
  padding: 2rem 0 2rem 2rem;
}
@media (max-width: 1100px) {
  .design .process .wrap2 .pros4 .txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .design .process .wrap2 .pros4 .txt {
    font-size: 1.6rem;
  }
}
.design .process .wrap2 .img .arrow {
  width: 49px;
  transform: rotate(90deg);
}
.design .process .wrap2 .pros5 {
  padding: 0.9rem 2rem;
  width: 141px;
  color: #fff;
  background: #16375e;
}
@media (max-width: 1200px) {
  .design .process .wrap2 {
    gap: 1rem;
  }
}
@media (max-width: 730px) {
  .design .process .wrap2 {
    flex-direction: column;
    gap: 2rem;
  }
  .design .process .wrap2 .img .arrow {
    transform: rotate(0);
  }
  .design .process .wrap2 .pros5 {
    margin: 0 auto;
    width: 100%;
    max-width: 40rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .design .process .wrap2 .pros4 {
    flex-direction: column-reverse;
  }
  .design .process .wrap2 .pros4 .txt {
    width: 100%;
    font-size: 1.8rem;
  }
  .design .process .wrap2 .img .arrow {
    width: 4.5rem;
  }
}

/*# sourceMappingURL=page.css.map */
