p {
  color: #717171 !important;
  /* letter-spacing: -1px; */
  /* font-weight: 400;  */
}

/* common */
.ctitle {
  position: relative;
  padding-left: 46px;
  margin-bottom: 16px;
}

.ctitle:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -13px;
  border-width: 7px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  background-color: #fff;
}

.border-lightblue,
.border-lightblue.ctitle:before {
  border-color: #abc0c5;
}

.border-blue,
.border-blue.ctitle:before {
  border-color: #a7c2d5;
}

.border-orange,
.border-orange.ctitle:before {
  border-color: #ee885b;
}

.border-gray,
.border-gray.ctitle:before {
  border-color: #a5acb6 !important;
}

.border-lightgray,
.border-lightgray.ctitle:before {
  border-color: #dadada !important;
}

.border-lightgreen,
.border-lightgreen.ctitle:before {
  border-color: #a8c0c4 !important;
}

.border-lightpurple,
.border-lightpurple.ctitle:before {
  border-color: #aca9c6 !important;
}

.border-darkgray,
.border-darkgray.ctitle:before {
  border-color: #787878 !important;
}

.border-red,
.border-red.ctitle:before {
  border-color: #ee595b !important;
}

.border-red2,
.border-red2.ctitle:before {
  border-color: #f58382 !important;
}

.border-skyblue,
.border-skyblue.ctitle:before {
  border-color: #a3aab4 !important;
}

.bg-total {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-rnd {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-quality {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-lightorange {
  background-color: #f8f1df;
}

.bg-lightpurple {
  background-color: #e6def5;
}

.bg-lightblue {
  background-color: #dae8f1;
}

.text-darkgray {
  color: #404348;
}

.text-dark {
  color: #3e4346;
}

.text-777 {
  color: #777 !important;
}

.text-red {
  color: #f14d4e;
}

.text-skyblue {
  color: #899fc6;
}

.text-skygray {
  color: #a3aab4;
}

.text-green-1 {
  color: #1fbdbe !important;
}

.text-green-2 {
  color: #21ad54 !important;
}

/* about */
.list-certification .inner-sm {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .item-certification .inner-sm img {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .item-certification .inner-sm {
    margin-bottom: 40px;
  }

  .item-certification .inner-sm img {
    width: 60%;
  }
}

.sub-title h3 {
  font-weight: 600;
}

.sub-title h5 {
  padding-bottom: 40px;
}

/* business */
.timeline-item {
  padding: 15px 25px 25px 45px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 3px solid #acacac;
}

.timeline-item p {
  font-size: 1rem;
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  top: 1em;
  display: block;
}

.timeline-item::after {
  width: 30px;
  height: 30px;
  display: block;
  top: 1em;
  position: absolute;
  left: -16px;
  border-radius: 50%;
  content: '';
  border: 7px solid #a9c0c5;
  background: white;
}

/* .timeline-item:last-child {
-o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
} */
.global .timeline-item {
  border-left: 3px solid #ee875a;
}

.global .timeline-item::after {
  border: 7px solid #f0875a;
}

.timeline-item h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.timeline-item h6 {
  color: #717171;
  line-height: 1.6;
  letter-spacing: -1.4px;
}

.list-equip .col-md-6 {
  margin-bottom: 30px;
  text-align: center;
}

.list-equip h6 {
  padding-top: 8px;
}

.list-quality li:nth-child(1) {
  background-color: #def0f4;
}

.list-quality li:nth-child(3) {
  background-color: #e6def4;
}

.list-quality li:nth-child(5) {
  background-color: #dee3f4;
}

.list-quality li:nth-child(7) {
  background-color: #def0f4;
}

.list-quality li:nth-child(9) {
  background-color: #e6def4;
}

.list-quality li:nth-child(2) {
  color: #cfcfcf;
}

.list-quality li:nth-child(4) {
  color: #b2afaf;
}

.list-quality li:nth-child(6) {
  color: #898989;
}

.list-quality li:nth-child(8) {
  color: #636060;
}

.list-quality li>* {
  display: inline-block;
}

.list-quality li:nth-child(2n+1) {
  padding: 24px 32px;
  border-radius: 16px;
}

.list-quality li:nth-child(2n) {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  padding: 4px 0;
}

.list-quality li h6,
.list-quality li p {
  margin-bottom: 0;
}

.list-quality li h6 {
  min-width: 160px;
}

.list-quality p {
  /* font-size: 18px; */
  font-weight: 400;
  letter-spacing: -1px;
}

@media (max-width: 576px) {
  .list-quality li h6 {
    min-width: 100%;
  }

  .list-quality p {
    padding-left: 46px;
  }

  .list-quality li:nth-child(2n+1) {
    padding: 10px;
  }

  .list-quality li:nth-child(2n) {
    font-size: 16px;
  }
}

.hv-item .ctitle {
  padding-left: 34px;
}

/* 스타일 */
p.simple-card {
  margin: 0;
  background-color: #dae8f2;
  padding: 20px 20px;
  border-radius: 7px;
  /*min-width: 160px;
font-size: 20px;*/
  text-align: center;
  color: #3f4448;
  font-weight: 500;
  letter-spacing: -1.5px;
  /* box-shadow: 0 3px 6px rgba(204, 131, 103, 0.22); */
}

.hv-item-parent p {
  font-weight: bold;
  background-color: #e6def4;
}

.management-hierarchy {
  background-color: #303840;
}

@media (min-width: 992px) {
  p.simple-card {
    min-width: 160px;
  }
}

@media (min-width: 1400px) {
  p.simple-card {
    min-width: 210px;
  }
}

@media (max-width: 1024px) {
  p.simple-card .ctitle {
    padding-left: 0;
  }

  p.simple-card .ctitle:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .hv-wrapper .hv-item .hv-item-children .hv-item-child {
    padding: 0 8px;
  }

  p.simple-card {
    padding: 10px;
    min-width: 120px;
  }
}

@media (max-width: 554px) {
  .hv-wrapper .hv-item .hv-item-children .hv-item-child {
    padding: 0 4px;
  }

  .hv-item-parent p.simple-card {
    min-width: 80px;
    padding: 8px;
  }

  p.simple-card {
    padding: 10px 4px;
    min-width: 57px;
    font-size: 14px;
  }
}

.pl-46 {
  padding-left: 46px;
}

.list-box span.box {
  background-color: #f8f1df;
  border-radius: 16px;
  padding: 16px 24px !important;
  text-align: center;
  display: inline-block;
}

.list-box span.arrow {
  padding: 0 6px;
  font-size: 28px;
  color: #bcbcbc;
}

.list-box li {
  margin-bottom: 30px;
}

.list-box li h6 {
  margin-bottom: 0;
  font-weight: 500;
}

.list-inline.list-box .ctitle {
  padding-left: 36px;
}

.list-inline.list-box .ctitle::before {
  margin-top: -15px;
}

.list-box.list-box-red span.box {
  background-color: #f8a8a9;
}

@media (max-width: 554px) {
  .list-box li {
    margin-bottom: 20px;
  }

  .list-box .ctitle:before {
    display: none;
  }

  .list-inline.list-box .ctitle {
    padding-left: 0px;
  }

  .list-box span.box {
    padding: 10px 12px !important;
  }

  .list-box span.arrow {
    font-size: 20px;
  }

  html body .font-18 {
    font-size: 14px;
  }
}

/* 보유기술 */
.feature51 {
  overflow: hidden;
}

.feature51 .box2 {
  display: inline-block;
  /* margin-top: 40px; */
}

.feature51 .box2 dl {
  width: 380px;
  height: 380px;
  display: block;
  border-radius: 380px;
  background: rgba(197, 197, 197, 0.14);
  padding: 0 40px 0;
  text-align: left;
  float: left;
  margin-right: -13px;
  margin-left: -13px;
}

.feature51 .box2 dl dt {
  /* font-size: 28px; */
  /* font-weight: 400; */
  /* color: #000; */
  letter-spacing: -1px;
}

.feature51 .box2 dl dt .support_text {
  display: block;
}

.feature51 .box2 dl:nth-child(1) {
  background-color: rgba(240, 77, 77, 1);
}

.feature51 .box2 dl:nth-child(2) {
  background-color: rgba(0, 0, 0, .15);
  width: 300px;
  height: 300px;
}

.feature51 .box2 dl:nth-child(3) {
  background-color: rgba(149, 213, 210, .8);
}

.bg-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 397px;
  height: 298px;
}

.feature51 .ctitle,
.feature51 .box2 dl dd {
  padding-left: 36px;
}

.feature51 .ctitle:before {
  background-color: transparent;
}

.feature51 .box2 dl.box-lg {
  width: 470px;
  height: 470px;
}

.feature51 .box2 dl.box-lg .ctitle:before {
  top: 18px;
}

/* .feature51 .box2 dl.left {}
.feature51 .box2 dl.right {}
.feature51 .box2 dl dt {}
.feature51 .box2 dl dd {} */
@media (max-width: 1024px) {

  .feature51 .box2 dl,
  .feature51 .box2 dl:nth-child(2) {
    width: 320px;
    height: 320px;
    padding: 0 60px 0;
  }

  .feature51 .box2 dl.box-lg {
    width: 380px;
    height: 380px;
    padding: 0 40px;
  }

  .feature51 .box2 dl.box-lg h5 {
    font-size: 22px;
  }

  .feature51 .box2 dl.box-lg .h6 {
    font-size: 18px;
  }

  .feature51 .box2 dl dt {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .feature51 .box2 {
    margin-bottom: -50px;
  }

  .feature51 .box2 dl.box-center:nth-child(2) {
    margin-top: 70px;
  }

  .feature51 .box2 dl,
  .feature51 .box2 dl:nth-child(2) {
    width: 300px;
    height: 300px;
    padding: 0 10px 0;
    margin-right: -12px;
    margin-left: -12px;
  }

  .feature51 .box2 dl.left {
    animation: none;
    -webkit-animation: none;
  }

  .feature51 .box2 dl.right {
    float: none;
    clear: both;
    margin: 0 auto;
    transform: translate(0, -25%);
    animation: none;
    -webkit-animation: none;
  }

  .feature51 .box2 dl dt {
    /* font-size: 1.5rem; */
  }
}

@media (max-width: 767px) {

  .feature51 .box2 dl,
  .feature51 .box2 dl:nth-child(2) {
    width: 260px;
    height: 260px;
    padding: 0 10px 0;
  }
}

@media (max-width: 576px) {
  .feature51 .box2 {
    width: 100%;
    height: auto;
    margin: 30px 0;
  }

  .feature51 .box2 dl,
  .feature51 .box2 dl:nth-child(2),
  .feature51 .box2 dl.box-lg {
    float: none;
    transform: translate(0, 0) !important;
    margin: 0 0 8px 0;
    width: 100%;
    padding: 30px;
    height: auto;
    overflow: hidden;
    border-radius: 30px;
  }

  .feature51 .box2 dl dt {
    float: left;
    text-align: left;
    width: 100%;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .feature51 .box2 dl dd {
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 10px;
    margin-top: 0 !important;
  }

  .feature51 .box2 dl dd br {
    /* display: none; */
  }

  .feature51 .box2 dl.box-center:nth-child(2) {
    margin-top: 0px;
  }

  .feature51 .box2 dl.box-lg h5 {
    font-size: 18px;
  }

  .feature51 .box2 dl.box-lg .h6 {
    font-size: 16px;
  }
}

.box-bg {
  border-radius: 16px;
  padding: 16px !important;
  background-image: repeating-linear-gradient(135deg, #ccc, #ccc 6px, #fff 6px, #fff 12px);
}

.box-body {
  border-radius: 16px;
  /* margin: 20px; */
  border: 10px solid #fff;
  background: linear-gradient(#f6f6f6, #fff);
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.13);
}

.circleThing {
  width: 100%;
  background: #fff;
  border: 30px solid #ccc;
  border-radius: 50%;
  border-left-color: #f14d4e;
  border-bottom-color: #f14d4e;
  transform: rotate(45deg);
}

.box-squer {
  width: 100%;
}

.circleThing:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.circleBody {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circleBody h6 {
  letter-spacing: -2.5px;
}

@media (max-width: 576px) {
  .bg-arrow {
    height: 140px;
  }

  ol.list-basic {
    margin-left: 0;
  }

  .circleThing {
    border-width: 15px;
  }
}

.box-50 {
  min-height: 100px;
}

.box-50 li {
  width: 48%;
  display: inline-block;
  font-size: 16px;
}

img.icon-vision {
  max-width: 54px;
}

@media (max-width: 576px) {
  img.icon-vision {
    max-width: 38px;
  }
}
  .index-inner .display-3 {
    font-size: 70px;
    letter-spacing: -1px;
  }

@media (max-width: 1590px) {
  .index-inner .display-3 {
    font-size: 60px;

  }
}
@media (max-width: 1199px) {
  .index-inner .display-3 {
    font-size: 50px;

  }
}

@media (max-width: 991px) {
  .index-inner {
    padding-top: 50px;
  }

  .index-inner .display-3 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .owl-intro .imgBg-holder {
    background-position: center bottom !important;
  }

  .height-hero {
    height: calc(100vh - 55px);
    margin-top: 55px;
  }

  .height-service {
    height: 300px;
  }
}

@media (max-width: 554px) {
  .index-inner .display-3 {
    font-size: 30px;
  }
}

/* .h-underline {
  border-bottom: 2px solid #787878;
} */
.h-underline {
  margin-bottom: 20px;
}

.h-underline span {
  position: relative;
}

.h-underline span:after {
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background-color: #787878;
  content: '';
  margin-top: 10px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  /* letter-spacing: -2px !important; */
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  /* Enter your style code */
  h1, .h1,
  h2, .h2,
  h3, .h3{
    letter-spacing: -2px;
  }
}
