/**
 * new-age css custom over write.
 */
section.cta {
  /* background-image: url("../img/bg-working.jpg") !important; */
  background: linear-gradient(45deg, #0DDBB4, #1896DB);
  padding:160px 0 !important;
}
section.cta .cta-content h2 {
  max-width: unset;
}
.btn-outline-gray {
  color: #666;
  border: 1px solid;
  border-color: #999;
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray:active, .btn-outline-gray.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}
.txt-align-left {
  text-align:left !important;
}
.diaconn-g8 {
  background:url('../img/g8.png') no-repeat center right;
}
.diaconn-p8 {
  background:url('../img/p8.png') no-repeat center right;
}
.diaconn-app {
  background:url('../img/app_en.png') no-repeat center right;
}
.diaconn-care-web {
  background:url('../img/care_web_en3.png') no-repeat center right;
}
.detail-feature-item-pump {
  max-width:75%;
}
.detail-feature-item-app {
  max-width:75%;
}
.detail-feature-item-care-web {
  max-width:60%;
}
.text-muted strong {
  color:#333;
}
.font-weight-extra-bold {
  font-weight:800;
}
.main-title {
  margin-bottom:30px;
}
hr.line {
  border:1px solid #eee;
  max-width:100%;
  margin-top:70px;
  margin-bottom:70px;
}
.device-mockup.iphone6_plus.portrait>.device>.screen, .device-mockup.iphone6_plus>.device>.screen {
  top: 11.56%;
  left: 5.69%;
}

/* 메인 P8 아이콘 이미지 처리 */
#features #icon-p8-div {
  height: 80px;
  padding-top: 20px;
  margin-bottom: 15px;
}
#features #icon-p8-div img {
  width:162px;
}

/* 제품소개 ---------------------------------------------------------- */
.section-heading-prod-nm {
  color:#0D3F98;
  font-weight: bold;
  font-size: 60px;
  margin-bottom:40px;
}
.section-heading-prod-ex {
  color:#6C6C6C;
  font-size: 24px;
}
.section-heading-prod-ex div {
  margin-top: 20px;
  font-size: 16px;
  color: #bbb;
}

@media (min-width: 1200px) {
  #features .container { 
    max-width:1600px !important;
  }
}

@media (max-width: 768px) {
  .diaconn-g8 {
    background-image: none !important;
  }
  .diaconn-p8 {
    background-image: none !important;
  }
  .diaconn-app {
    background-image: none !important;
  }
  .diaconn-care-web {
    background-image: none !important;
  }
}