/* #region function */
/* #endregion function */
/* #region mixin */
/* #endregion mixin */
/* #region extend */
/* #endregion extend */
h3 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

p {
  text-align: justify;
  font-size: 17px;
  line-height: 24px;
}

.section {
  position: relative;
  margin: 0 auto;
  padding: 0 10px 50px;
  min-width: 320px;
  max-width: 640px;
  width: 100%;
}

.content {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.vAlignMiddle {
  text-align: center;
  font-size: 0;
}
.vAlignMiddle:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.vAlignMiddle .vAlignContent {
  display: inline-block;
  vertical-align: middle;
}

.sectionNote {
  margin: 5px 0 25px;
}

.lineBreak {
  display: block;
}

/*mainVisual*/
#mainVisual {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 */
  width: 100%;
  height: 0;
}
#mainVisual iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes arrowDown {
  0% {
    top: 33px;
  }
  50% {
    top: 53px;
  }
  100% {
    top: 33px;
  }
}
@keyframes arrowDown2 {
  0% {
    top: 25px;
  }
  50% {
    top: 45px;
  }
  100% {
    top: 25px;
  }
}
/*sixProcess*/
#sixProcess.section {
  padding: 50px 0;
  background: url(../images/smartFactoryold/mobile/bg_mobile_sixProcess_title.svg) no-repeat center top #eae9ea;
  background-size: contain;
}
#sixProcess .content {
  overflow: hidden;
}
#sixProcess h3,
#sixProcess .sectionNote {
  color: #fff;
}
#sixProcess .imgStyle {
  width: 100%;
}
#sixProcess .sixProcessContainer {
  position: relative;
}
#sixProcess .sixProcessBtn {
  position: absolute;
  width: 28.88%;
  height: auto;
}
#sixProcess .sixProcessBtn.active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  content: '';
  animation: ripple 3s infinite;
  animation-timing-function: ease-out;
}
#sixProcess .sixProcessBtn.active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  content: '';
  animation: ripple 3s infinite;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}
#sixProcess .sixProcessBtn img {
  width: 100%;
}
#sixProcess .sixProcessBtn:nth-of-type(2), #sixProcess .sixProcessBtn:nth-of-type(6) {
  width: 13%;
}
#sixProcess .sixProcessBtn:nth-of-type(1) {
  top: 16.6%;
  left: 8%;
}
#sixProcess .sixProcessBtn:nth-of-type(2) {
  top: 11.8%;
  left: 70%;
}
#sixProcess .sixProcessBtn:nth-of-type(3) {
  top: 28.2%;
  left: 64.44%;
}
#sixProcess .sixProcessBtn:nth-of-type(4) {
  top: 37.6%;
  left: 34.44%;
}
#sixProcess .sixProcessBtn:nth-of-type(5) {
  top: 51.6%;
  left: 6.66%;
}
#sixProcess .sixProcessBtn:nth-of-type(6) {
  top: 72.6%;
  left: 10.27%;
}
#sixProcess .sixProcessBtn:nth-of-type(7) {
  top: 64.2%;
  left: 60.27%;
}
#sixProcess .sixProcessEkb .imgStyle {
  width: 100%;
}
#sixProcess .sixProcessEkb01 {
  position: absolute;
  top: 7%;
  left: 40%;
  width: 19.44%;
  height: 14%;
}
#sixProcess .sixProcessEkb02 {
  position: absolute;
  top: 32%;
  left: 0;
  width: 22.22%;
  height: 14%;
}
#sixProcess .sixProcessEkb03 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  height: 13.6%;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    background-color: #00aca2;
  }
  100% {
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 172, 162, 0);
  }
}
/*sixProcessTxtGroup*/
#sixProcessTxtGroup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#sixProcessTxtGroup .sixProcessListInner {
  position: relative;
  z-index: 9999;
  width: 1000%;
}
#sixProcessTxtGroup .sixProcessTxtOuter {
  float: left;
  width: 10%;
}
#sixProcessTxtGroup .sixProcessTxt {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  width: 60%;
  height: 270px;
  border: 7px solid #55c3dd;
  border-radius: 7px;
  background-color: #fff;
}
#sixProcessTxtGroup .sixProcessTxt h4 {
  position: relative;
  margin-bottom: 10px;
  border-radius: 7px 7px 0 0;
  color: #55c3dd;
  font-size: 21px;
}
#sixProcessTxtGroup .arrow {
  position: absolute;
  top: 50%;
  z-index: 99999;
  margin-top: -56px;
  color: #fff;
  font-size: 15px;
}
#sixProcessTxtGroup .prev {
  left: 5%;
  display: none;
}
#sixProcessTxtGroup .next {
  right: 5%;
}
#sixProcessTxtGroup .processName {
  width: 40px;
}
#sixProcessTxtGroup .prev .processName {
  text-align: right;
}
#sixProcessTxtGroup .next .processName {
  text-align: left;
}
#sixProcessTxtGroup .close {
  position: absolute;
  top: -30px;
  left: 100%;
  z-index: 9999;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 21px;
  line-height: 35px;
  cursor: pointer;
}

/*threePoint*/
#threePoint.section {
  padding: 50px 10px;
}
#threePoint .threePointContent {
  position: relative;
  margin-bottom: 35px;
}
#threePoint .imgStyle {
  width: 100%;
}
#threePoint .threePointIcon {
  position: absolute;
  width: 27.77%;
}
#threePoint .threePointIcon .imgStyle {
  position: relative;
  z-index: 3;
}
#threePoint .threePointIcon:nth-of-type(1) {
  top: 8%;
  left: 36%;
}
#threePoint .threePointIcon:nth-of-type(2) {
  top: 57%;
  left: 12%;
}
#threePoint .threePointIcon:nth-of-type(3) {
  top: 57%;
  left: 61%;
}
#threePoint strong {
  color: #ff9000;
}
#threePoint .threePointIcon.active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 50%;
  content: '';
  animation: ripple2 3s infinite;
  animation-timing-function: ease-out;
}
#threePoint .threePointIcon.active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 50%;
  content: '';
  animation: ripple2 3s infinite;
  animation-timing-function: ease-out;
  animation-delay: .5s;
}

@keyframes ripple2 {
  0% {
    width: 0;
    height: 0;
    background-color: #00aca2;
  }
  100% {
    margin: -85px 0 0 -85px;
    width: 170px;
    height: 170px;
    background-color: rgba(0, 172, 162, 0);
  }
}
/*threePointTxtGroup*/
#threePointTxtGroup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#threePointTxtGroup .threePointListInner {
  position: relative;
  z-index: 99999;
  width: 400%;
}
#threePointTxtGroup .threePointTxtOuter {
  float: left;
  width: 25%;
}
#threePointTxtGroup .threePointTxt {
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
  max-width: 640px;
  width: 80%;
  height: 350px;
  border-radius: 7px;
  background-color: #fff;
}
#threePointTxtGroup .threePointTxt h4 {
  position: relative;
  margin-bottom: 15px;
  border-radius: 7px 7px 0 0;
  background: url(../images/smartFactoryold/mobile/icon_threePointAll.svg) no-repeat 10px top;
  color: #fff;
  font-size: 21px;
  line-height: 50px;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(1) h4 {
  background-color: #faad19;
  background-position: 10px 0;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(2) h4 {
  background-color: #5695cf;
  background-position: 10px -60px;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(3) h4 {
  background-color: #8dc5d0;
  background-position: 10px -120px;
}
#threePointTxtGroup .threePointTxt h5 {
  margin: 15px 0 0;
  padding-left: 50px;
  background: url(../images/smartFactoryold/mobile/icon_threePointAll_color.svg) no-repeat 20px 0;
  text-align: left;
  font-size: 21px;
  line-height: 35px;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(1) h5 {
  color: #faad19;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(1) h5:nth-of-type(1) {
  background-position: 20px 5px;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(1) h5:nth-of-type(2) {
  background-position: 20px -33px;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(2) h5 {
  color: #5695cf;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(2) h5:nth-of-type(1) {
  background-position: 20px -73px;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(2) h5:nth-of-type(2) {
  background-position: 20px -115px;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(3) h5 {
  color: #8dc5d0;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(3) h5:nth-of-type(1) {
  background-position: 20px -155px;
}
#threePointTxtGroup .threePointTxtOuter:nth-of-type(3) h5:nth-of-type(2) {
  background-position: 20px -192px;
}
#threePointTxtGroup .threePointTxt p {
  padding: 0 30px 0 50px;
}
#threePointTxtGroup .threePointTxt .btnSlide {
  position: absolute;
  bottom: 0;
  margin-top: 30px;
  padding: 15px 40px;
  width: 100%;
}
#threePointTxtGroup .close {
  position: absolute;
  top: -20px;
  left: 100%;
  z-index: 9999;
  margin-left: -30px;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 21px;
  line-height: 35px;
  cursor: pointer;
}
#threePointTxtGroup .order {
  margin: 10px auto 0;
  max-width: 640px;
  width: 80%;
  font-size: 16px;
}
#threePointTxtGroup .order li {
  float: left;
  max-width: 640px;
  width: 33.33%;
  height: 40px;
  border-right: 1px solid #000;
  background-color: #ddd;
  text-align: center;
  line-height: 40px;
}
#threePointTxtGroup .order li.active {
  background-color: #ff9000;
  color: #fff;
}
#threePointTxtGroup .order li:last-child {
  border-right: none;
}

/*benefit*/
#benefit.section {
  padding: 0 0 50px;
}
#benefit .benefitTxt {
  position: relative;
}
#benefit .benefitTxt:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -2px;
  width: 3px;
  height: 97%;
  content: '';
}
#benefit .benefitTxt:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  margin-left: -14px;
  border-top: 15px solid #55c3dd;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  content: '';
}
#benefit .benefitTxt:nth-of-type(1):before {
  background-color: #55c3dd;
}
#benefit .benefitTxt:nth-of-type(2):before {
  background-color: #16aaca;
}
#benefit .benefitTxt:nth-of-type(3):before {
  background-color: #0095c0;
}
#benefit .benefitTxt:nth-of-type(4):before {
  background-color: #008ea3;
}
#benefit .benefitTxt:nth-of-type(5):before {
  background-color: #18a8b9;
}
#benefit .benefitTxt:nth-of-type(6):before {
  background-color: #3bc1cd;
}
#benefit .benefitTxt:nth-of-type(2):after {
  border-top-color: #16aaca;
}
#benefit .benefitTxt:nth-of-type(3):after {
  border-top-color: #0095c0;
}
#benefit .benefitTxt:nth-of-type(4):after {
  border-top-color: #008ea3;
}
#benefit .benefitTxt:nth-of-type(5):after {
  border-top-color: #18a8b9;
}
#benefit .benefitTxt:nth-of-type(6):after {
  margin-left: -7px;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background-color: #3bc1cd;
}
#benefit .benefitTxt h5 {
  background: url(../images/smartFactoryold/mobile/icon_benefit.svg) no-repeat left top;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 50px;
}
#benefit .benefitTxt h6 {
  text-align: center;
  font-size: 19px;
}
#benefit .benefitTxt ul {
  position: relative;
}
#benefit .benefitTxt li {
  float: left;
  padding: 15px 15px 30px;
  width: 50%;
}
#benefit .benefitTxt:nth-of-type(1) h5 {
  background-color: #55c3dd;
  background-position: left 5px;
}
#benefit .benefitTxt:nth-of-type(2) h5 {
  background-color: #16aaca;
  background-position: left -95px;
}
#benefit .benefitTxt:nth-of-type(3) h5 {
  background-color: #0095c0;
  background-position: left -195px;
}
#benefit .benefitTxt:nth-of-type(4) h5 {
  background-color: #008ea3;
  background-position: left -295px;
}
#benefit .benefitTxt:nth-of-type(5) h5 {
  background-color: #18a8b9;
  background-position: left -395px;
}
#benefit .benefitTxt:nth-of-type(6) h5 {
  background-color: #3bc1cd;
  background-position: left -495px;
}

/*advantage*/
#advantage {
  padding-top: 50px;
}
#advantage .imgStyle {
  float: left;
  margin-top: 5px;
  width: 60px;
}
#advantage .advantageTxt {
  margin-bottom: 25px;
  padding-left: 75px;
}
#advantage h4 {
  margin-bottom: 5px;
  color: #ff9000;
  text-align: left;
  font-size: 19px;
}

/*videoCase*/
#videoCase .content {
  overflow: hidden;
}
#videoCase .videoContainer {
  position: relative;
  margin-top: 15px;
  width: 400%;
}
#videoCase .videoContainer .videoTxt {
  position: relative;
  float: left;
  width: 25%;
}
#videoCase .videoContainer .imgStyle {
  width: 100%;
}
#videoCase .caseTxt .imgStyle {
  width: 100%;
}
#videoCase .videoContainer p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  margin-top: -68px;
  padding: 10px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
}
#videoCase h4 {
  margin: 40px 0 10px;
  text-align: center;
  font-size: 21px;
}
#videoCase .order {
  margin-top: 5px;
}
#videoCase .order li {
  float: left;
  padding: 3px 0;
  width: 25%;
  border-right: 1px solid #fff;
  background-color: #bbb;
  color: #fff;
  text-align: center;
}
#videoCase .order li:last-child {
  border-right: none;
}
#videoCase .order li.active {
  background-color: #ff9000;
}
#videoCase .caseTxt li {
  margin-bottom: 20px;
}
#videoCase .caseTxt li:last-child .imgStyle {
  border: 1px solid #ccc;
}
#videoCase .caseTxt h5 {
  margin-top: 10px;
  color: #ff9000;
  font-size: 19px;
}
#videoCase .caseTxt h6 {
  font-size: 19px;
}

/*solution*/
#solution {
  padding: 50px 10px 40px;
  background-color: #01bbb2;
  color: #fff;
}
#solution .sectionNote {
  text-align: justify;
}
#solution .imgStyle {
  margin: 5px auto 35px;
  max-width: 800px;
  width: 100%;
  height: auto;
}
#solution h4,
#solution .paragraphNote {
  position: relative;
  padding: 0 0 0 20px;
  text-align: justify;
}
#solution h4,
#solution a {
  color: #ff0;
}
#solution h4 {
  font-size: 21px;
}
#solution h4:before {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ff0;
  content: '';
}

/* ========================================================================== */
/* case */
/* ========================================================================== */
.case {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #e3e3e3;
  background-image: url('../images/smartFactoryold/case-bg-s.png?1540871507');
  background-position: 0 80px;
  background-repeat: no-repeat;
}
.case h3 {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .case h3 {
    margin-bottom: 0;
  }
}
.case img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 999px) {
  .case .content {
    width: auto;
  }
}
.case-container {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .case-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.case-content {
  margin-bottom: 26px;
  width: 100%;
}
@media (min-width: 1000px) {
  .case-content {
    margin-right: 18px;
    margin-bottom: 0;
    width: 582px;
  }
  .case-content map {
    display: none;
  }
}
.case-text {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 27px;
}
.case-text strong {
  color: #028fa3;
  font-weight: normal;
}
.case-text a {
  color: #ff6c00;
  text-decoration: underline;
}
.case-videos {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
}
@media (min-width: 1000px) {
  .case-videos {
    width: 383px;
  }
}
.case-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 */
  width: 100%;
  height: 0;
}
.case-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case-video:first-child {
  margin-bottom: 25px;
}
.case-pagination {
  position: absolute;
  bottom: 20px !important;
  display: flex;
  justify-content: center;
}
.case-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #888;
  cursor: pointer;
}
.case-pagination-bullet:first-of-type {
  margin-right: 7px;
}
.case-pagination-bullet-active {
  background-color: #008ea3;
}

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