.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 45px;
  font-weight: 700;
}

a {
  color: #333;
  text-decoration: none;
}

.c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu__wrap {
  width: 100%;
  max-width: 940px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submenu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 140px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand__wrap {
  width: 90px;
  padding-top: 18px;
  padding-bottom: 17px;
}

.menu-link {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
}

.menu-link:hover {
  opacity: 0.5;
}

.menu-link.whitenav {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  text-align: center;
}

.menu-link.whitenav:hover {
  opacity: 1;
  color: #194cbc;
}

.tran__wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-btn {
  margin-left: 30px;
}

.menu-link--contact {
  padding-right: 10px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
}

.menu-link--contact.whitenav {
  border-right-color: #141414;
  color: #333;
}

.tran-dropdown {
  margin-right: 0px;
  margin-left: 10px;
}

.tran-toggle {
  padding: 0px 18px 0px 0px;
}

.dropicon {
  margin-right: 0px;
  color: #fff;
  font-size: 14px;
}

.dropicon.whitenav {
  color: #333;
}

.tran-text {
  color: #fff;
  font-size: 14px;
}

.tran-text.whitenav {
  color: #333;
}

.sub-ham {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.ham__line1 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.ham__line1.whitenav {
  background-color: #333;
}

.ham__line2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.ham__line2.whitenav {
  background-color: #333;
}

.ham__line3 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.ham__line3.whitenav {
  background-color: #333;
}

.hero__section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__contents {
  position: relative;
  z-index: 3;
  width: 875px;
}

.text-light {
  font-weight: 400;
}

.hero-title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 90px;
  line-height: 1.1;
  font-weight: 300;
}

.video__lightbtn {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 14px 20px 13px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-image: url('../images/play-only-arrow.svg');
  background-position: 14% 50%;
  background-size: 15px 13px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.video__lightbtn:hover {
  background-color: #fff;
  background-image: url('../images/play-only-arrow-black.svg'), url('../images/play-only-arrow.svg');
  background-position: 14% 50%, 14% 50%;
  background-size: 15px 13px, 15px 13px;
  background-repeat: no-repeat, no-repeat;
  color: #141414;
}

.video__arrow {
  margin-right: 12px;
}

.video__text {
  display: inline-block;
}

.in-section {
  position: relative;
  overflow: hidden;
}

.in-section.blackbg {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.in-section._141414 {
  background-color: #141414;
}

.in-section.main-keytech {
  padding-top: 120px;
  padding-bottom: 120px;
}

.typing-text {
  position: relative;
  margin-top: 20px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 90px;
  line-height: 1;
  font-weight: 900;
}

.nav__section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  height: 60px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.bg-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

.slider {
  height: 100vh;
}

.hero-left-arrow {
  font-size: 35px;
}

.hero-right-arrow {
  font-size: 35px;
}

.typer2 {
  overflow: hidden;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

.dropdown-list {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.dropdown-list.w--open {
  left: 50%;
  overflow: hidden;
  margin-left: -9px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #242424;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
}

.dropdown-link {
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.hero-slide-nav {
  display: none;
}

.smartfactory__section {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #141414;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link {
  width: 120px;
  height: 120px;
  margin: 10px;
}

.tab-link.w--current {
  border: 3px solid #32b4a9;
}

.tab-link._02 {
  background-image: url('../images/tab02-click-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-link._03 {
  background-image: url('../images/tab03-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-link._01 {
  background-image: url('../images/tab01-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smartfactory__title {
  z-index: 4;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
}

.smartfactory__title.black {
  color: #141414;
  font-weight: 800;
}

.smartfactory__con-title {
  position: relative;
  z-index: 2;
  color: #fff;
}

.tab-pane-tab1 {
  height: 100%;
  padding-top: 150px;
  padding-left: 40px;
  background-image: url('../images/tab01-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smartfactory__con-p {
  position: relative;
  z-index: 4;
  font-family: 'Noto Sans KR', sans-serif;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 20px;
}

.tab-pane-tab2 {
  height: 100%;
  padding-top: 150px;
  padding-left: 40px;
  background-image: url('../images/tab02-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tab2-clickimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/tab02-click-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.tab-pane-tab3 {
  height: 100%;
  padding-top: 150px;
  padding-left: 40px;
  background-image: url('../images/tab03-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-rightbottom-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
}

.keytech__section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keytech__title {
  z-index: 1;
  margin-bottom: 20px;
  color: #fff;
  font-size: 48px;
  line-height: 1;
}

.slide {
  width: 25%;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  background-color: #8b8b8b;
}

.key-tech__sldier {
  background-color: transparent;
}

.keytech__textwrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 150px;
  padding-left: 70px;
}

.swiper-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.swiper-slide {
  position: relative;
  width: 33.33%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.swiper-slide.port {
  position: static;
  padding-right: 0%;
  padding-left: 0%;
}

.swiper-pagination {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}

.swiper-scrollbar {
  margin-top: 120px;
}

.keytech-con1 {
  position: relative;
  height: 40vh;
  max-height: 550px;
  padding: 30px;
  border-radius: 20px;
  background-image: url('../images/tech-bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.keytech-con1:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.keytech-con2 {
  position: relative;
  height: 40vh;
  max-height: 550px;
  padding: 30px;
  border-radius: 20px;
  background-image: url('../images/tech-bg2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.keytech-con2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.keytech-con3 {
  position: relative;
  height: 40vh;
  max-height: 550px;
  padding: 30px;
  border-radius: 20px;
  background-image: url('../images/tech-bg3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.keytech-con3:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.keytech-con4 {
  position: relative;
  height: 40vh;
  max-height: 550px;
  padding: 30px;
  border-radius: 20px;
  background-image: url('../images/tech-bg4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.keytech-con4:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.keytech-con5 {
  position: relative;
  height: 40vh;
  max-height: 550px;
  padding: 30px;
  border-radius: 20px;
  background-image: url('../images/tech-bg5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.keytech-con5:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.tech-card-link-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 20px 20px 45px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url('../images/card-arrow.svg'), linear-gradient(135deg, #0073d4, #18e1d0);
  background-position: 93% 80%, 0px 0px;
  background-size: 25px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.portfolio__section01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/portfolio-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-portfolio-left {
  width: 450px;
  padding-left: 70px;
}

.l-portfolio-right {
  width: 80%;
  height: 40%;
  background-image: url('../images/portfolio-right-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio__title {
  z-index: 1;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.portfolio__con-p {
  z-index: 2;
  height: 120px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
}

.portfolio__section02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/portfolio-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-portfolio-right02 {
  width: 80%;
  height: 100%;
}

.swiper-container02 {
  z-index: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.port-con-title {
  margin-top: 0px;
  font-size: 29px;
  line-height: 1.5;
  font-weight: 700;
}

.port-con-title.inspect {
  color: #009e96;
}

.port-con-title.measure {
  color: #674498;
}

.port-con-title.move {
  color: #8fc31f;
}

.port-con-title.pink {
  color: #c80e47;
}

.port-con-title.place {
  color: #e85298;
}

.port-con-title.precision {
  color: #f39939;
}

.port-con-title.logis {
  color: #b1816f;
}

.por-realative {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 76px;
  padding-left: 30px;
  opacity: 0;
  text-align: left;
}

.port-line {
  width: 100%;
  height: 2.5px;
  margin-top: 12px;
  margin-bottom: 2px;
  background-color: #0058a7;
}

.port-line.inspect {
  background-color: #009e96;
}

.port-line.measure {
  background-color: #674498;
}

.port-line.move {
  background-color: #8fc31f;
}

.port-line.pink {
  background-color: #c80e47;
}

.port-line.place {
  background-color: #e85298;
}

.port-line.precision {
  background-color: #f39939;
}

.port-line.logis {
  background-color: #b1816f;
}

.portfolio__subp {
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}

.port-con2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 145%;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/portcard2-7-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/portcard2-7-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.port-con2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/portcard2-7-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/portcard2-7-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-con3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 145%;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/portcard2-3-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/portcard2-3-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.port-con3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/portcard2-3-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/portcard2-3-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-con4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 145%;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/portcard-2-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/portcard-2-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.port-con4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/portcard-2-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/portcard-2-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-con5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 145%;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/portcard2-3-02_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/portcard2-3-02_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.port-con5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/portcard2-3-02_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/portcard2-3-02_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-con6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 145%;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/portcard2-6-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/portcard2-6-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.port-con6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/portcard2-6-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/portcard2-6-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.future__section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 534px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/future_bg-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.l-future-center {
  color: #fff;
}

.l-future-right {
  width: 330px;
  margin-right: 5%;
  padding-left: 20px;
  color: #fff;
}

.dataroom__section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dataroom__title {
  z-index: 1;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.dataroom__btn {
  display: inline-block;
  margin-top: 10px;
  padding-left: 2px;
  color: #0058a7;
  font-size: 18px;
  font-weight: 700;
}

.l-dataroom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-dataroom-left {
  position: relative;
  width: 25%;
  padding-top: 135px;
}

.dataroom-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 240px;
  padding-left: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/data-bg1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/data-bg1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
  -webkit-transition: color 50ms ease, all 1000ms ease;
  transition: color 50ms ease, all 1000ms ease;
  cursor: pointer;
}

.dataroom-card:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/data-bg1-1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/data-bg1-1.jpg');
  background-size: auto, auto 120%;
  color: #fff;
}

.dataroom-card._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/data-bg2-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/data-bg2-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.dataroom-card._02:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/data-bg2-1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/data-bg2-1.jpg');
  background-size: auto, auto 120%;
}

.dataroom-card._03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/data-bg3-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/data-bg3-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.dataroom-card._03:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/data-bg3-2.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/data-bg3-2.jpg');
  background-size: auto, auto 120%;
}

.dataroom-card._04 {
  border-bottom-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/data-bg4-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/data-bg4-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.dataroom-card._04:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/data-bg4-1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/data-bg4-1.jpg');
  background-size: auto, auto 120%;
}

.dataroom__p {
  position: relative;
  z-index: 1;
  width: 25%;
  font-size: 14px;
}

.dataroom__cover-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.dataroom-title {
  position: relative;
  z-index: 1;
  width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 38px;
}

.dataroom-icon {
  width: 145px;
  height: 90px;
  background-image: url('../images/data-icon0716-1.png');
  background-position: 0% 50%;
  background-size: 140px;
  background-repeat: no-repeat;
}

.dataroom-icon._02 {
  background-image: url('../images/data-icon0716-2.png');
  background-size: 145px;
}

.dataroom-icon._03 {
  background-image: url('../images/data-icon0716-3.png');
}

.dataroom-icon._04 {
  background-image: url('../images/data-icon0716-4.png');
  background-size: 145px;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.dataromm-icon-wrap {
  position: absolute;
  left: 40px;
  top: 50%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 75px;
  height: 90px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #141414;
}

.footer-menu-link {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.footer-menu-link:hover {
  opacity: 0.5;
}

.footer-linktext {
  display: inline-block;
  margin-bottom: 30px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #c2c2c2;
  font-size: 14px;
}

.footer-linktext:hover {
  color: #fff;
}

.footer-p {
  font-family: 'Noto Sans KR', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 2.2;
}

.footer-p.grey {
  color: #9d9d9d;
  font-size: 12px;
}

.space30 {
  height: 30px;
}

.footer__menuwrap {
  position: relative;
}

.por-neoimg {
  width: 74px;
}

.text-block {
  text-decoration: underline;
}

.smart-fac-card {
  position: relative;
  padding: 55% 30px 30px;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.smart-fac-card._01 {
  background-image: url('../images/smart-slide-non.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smart-fac-card._02 {
  background-image: url('../images/smart-slide-unmanned-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smart-fac-card._03 {
  background-image: url('../images/smart-slide-hyper.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smart-fac-card._04 {
  background-image: url('../images/smart-slide-super.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smart-card-text-wrap {
  position: absolute;
  left: -40px;
  top: 50px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 50%;
  opacity: 1;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.swiper-arrow-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keytech__contentswrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-keytech-left {
  position: relative;
  z-index: 1;
  width: 48%;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.l-keytech-right {
  position: relative;
  z-index: 1;
  width: 48%;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.keytech__card-title {
  z-index: 1;
  margin-bottom: 15px;
  color: #141414;
  font-size: 28px;
  line-height: 1;
}

.keytech-img-cap {
  z-index: 2;
  margin-top: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.res-img {
  width: 100%;
  box-shadow: 3px 4px 20px 5px rgba(0, 0, 0, 0.3);
}

.video-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -7px;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.future-subtitle {
  padding-left: 3px;
  font-size: 16px;
  letter-spacing: 3.4px;
}

.future__title {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 43px;
  line-height: 1;
  text-transform: uppercase;
}

.data-arrow {
  position: absolute;
  left: auto;
  top: 50%;
  right: 15%;
  bottom: auto;
  -webkit-transform: translate(50px, -50%);
  -ms-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
}

.wrap1920 {
  max-width: 1940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.smart-title-wrap {
  position: relative;
  margin-bottom: 85px;
}

.smart-card-title {
  margin-top: 0px;
  color: #fff;
  font-size: 40px;
}

.smart-card-sub {
  font-family: 'Noto Sans KR', sans-serif;
  color: #ccc;
  font-size: 14px;
}

.smart-card-sub.mobile {
  display: none;
}

.smart-slide {
  background-color: hsla(0, 0%, 100%, 0);
}

.smart-slide-mask {
  overflow: visible;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.smart-slide-contents {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 30px 20px 150px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.smart-slide-contents._02 {
  padding: 0px;
}

.line-over-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-over-wrap.eee {
  z-index: -1;
}

.line-over-wrap.eee.z0 {
  z-index: 0;
}

.line-over-in {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

.line-over-in.eee {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.line-over-in.last {
  border-right-style: none;
}

.scrollbar-wrap {
  width: 1500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wrap1720 {
  width: 100%;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wrap1720.pr-0 {
  padding-right: 0px;
}

.nav__section--white {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.nav__section--white.on {
  opacity: 1;
}

.future-text {
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.8;
}

.nav_sub-wrap {
  padding-top: 16px;
  padding-bottom: 23px;
  background-color: #f4f4f4;
}

.sub-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-menu {
  position: relative;
  overflow: hidden;
  width: 14.5%;
  text-align: center;
}

.sub-menu-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.sub-menu-link:hover {
  font-weight: 700;
}

.main_menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-white-greybg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 0px;
  margin-top: 60px;
  border-top: 1px solid #ccc;
  background-color: #f4f4f4;
}

.sublink-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 4px;
  margin-top: 56px;
  background-color: #194cbc;
  opacity: 0;
  -webkit-transform: translate(-101%, 0px);
  -ms-transform: translate(-101%, 0px);
  transform: translate(-101%, 0px);
}

.wait-cover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wait-cover.not {
  display: none;
}

.wait-box {
  width: 25%;
}

.wait-box-color {
  width: 100%;
  height: 100%;
  background-color: #0f0f0f;
}

.por-card-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 25px 70px 65px 30px;
  background-image: url('../images/data-arrow.svg');
  background-position: 93% 31px;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
}

.por-card-bottom.measure {
  background-color: #674498;
  -webkit-transform: translate(0px, 101%);
  -ms-transform: translate(0px, 101%);
  transform: translate(0px, 101%);
}

.por-card-bottom.inspect {
  background-color: #009e96;
  -webkit-transform: translate(0px, 101%);
  -ms-transform: translate(0px, 101%);
  transform: translate(0px, 101%);
}

.por-card-bottom.move {
  background-color: #8fc31f;
  -webkit-transform: translate(0px, 101%);
  -ms-transform: translate(0px, 101%);
  transform: translate(0px, 101%);
}

.por-card-bottom.pink {
  background-color: #c80e47;
  -webkit-transform: translate(0px, 101%);
  -ms-transform: translate(0px, 101%);
  transform: translate(0px, 101%);
}

.por-card-bottom.place {
  background-color: #e85298;
  -webkit-transform: translate(0px, 101%);
  -ms-transform: translate(0px, 101%);
  transform: translate(0px, 101%);
}

.por-card-bottom.precision {
  background-color: #f39939;
  -webkit-transform: translate(0px, 101%);
  -ms-transform: translate(0px, 101%);
  transform: translate(0px, 101%);
}

.por-card-bottom.logis {
  background-color: #b1816f;
  -webkit-transform: translate(0px, 101%);
  -ms-transform: translate(0px, 101%);
  transform: translate(0px, 101%);
}

.footer-copywrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Noto Sans KR', sans-serif;
}

.data-arrow--black {
  position: absolute;
  left: auto;
  top: 50%;
  right: 15%;
  bottom: auto;
  -webkit-transform: translate(50px, -50%);
  -ms-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
}

.brand-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brand-hero03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brand-hero03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.l-por-top {
  z-index: 3;
  width: 100%;
}

.l-por-body {
  width: 100%;
  max-width: 1760px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.port-slide-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}

.port-slide-wrap._1 {
  background-color: #942d2d;
}

.port-slide-wrap._2 {
  background-color: #544e9b;
}

.por-w-slide-mask {
  overflow: visible;
  width: 25%;
}

.por-w-slide {
  height: auto;
  background-color: transparent;
}

.por-slide-hidden-box {
  z-index: 3;
}

.res-img-wrap {
  position: relative;
}

.subpage__title {
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 900;
}

.sub-hero-arrow-wrap {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 48px;
  z-index: 2;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.sub-hero-arrow-wrap:hover {
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15));
}

.sub-line-2col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-subline-col-left {
  z-index: 3;
  width: 25%;
}

.l-subline-col-right {
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub-section__title {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.sub-section__title.center {
  text-align: center;
}

.sub-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.sub-section.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.sub-section._141414 {
  background-color: #141414;
}

.sub-section.pb-0 {
  padding-bottom: 0px;
}

.sub-section-p {
  position: relative;
  z-index: 4;
  padding-right: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

.sub-section-p.pr-50 {
  padding-right: 50px;
}

.sub-section-p.center {
  text-align: center;
}

.sub-section-p.pr-100 {
  padding-right: 100px;
}

.sub-section-p.pr-100.m-view {
  display: none;
}

.space70 {
  height: 70px;
}

.brand-slide-nav {
  bottom: 10px;
}

.hidden {
  display: none;
}

.brand-slider {
  height: auto;
}

.points-wrap {
  position: relative;
}

.point01-img {
  position: relative;
  z-index: 1;
}

.point02-img {
  margin-top: -160px;
  float: right;
}

.fixed-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 530px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/fixed-img01-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/fixed-img01-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.fixed-section.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.fixed-section._141414 {
  background-color: #141414;
}

.fixed-section__title {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}

.fixed-section__p {
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.8;
}

.sub-flex-between-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-subline-col {
  z-index: 3;
  width: 25%;
}

.l-subline-col-02 {
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub-flex-left-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-subline-col-50 {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.space50 {
  height: 50px;
}

.space15 {
  height: 15px;
}

.brand-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: 15px;
  margin-left: 15px;
}

.brand-btn.hover:hover {
  opacity: 0;
}

.sub-section__subtitle {
  z-index: 4;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.l-subline-col-75 {
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-section__cardtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.sub-section__cardtitle.blue {
  color: #001976;
}

.sub-section__cardtitle.lightblue {
  color: #0092e5;
}

.brand-logo-card {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
}

.brand-logo-card-textwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-logo-card-h1 {
  font-size: 24px;
  line-height: 2;
  font-weight: 700;
}

.brand-logo-card-h1.ai {
  color: #001976;
}

.brand-logo-card-h1.platform {
  color: #0092e5;
}

.brand-logo-card-h1.inspect {
  color: #008f84;
}

.brand-logo-card-h1.move {
  color: #4ca223;
}

.brand-logo-card-h1.measure {
  color: #2e3488;
}

.brand-logo-card-h1.pick {
  color: #a03;
}

.brand-logo-card-h1.precision {
  color: #ec6c26;
}

.brand-logo-card-h1.logis {
  color: #703d2c;
}

.brand-logo-card-h1.place {
  color: #d91579;
}

.ai-color {
  color: #0070c3;
}

.brand-logo-card-p {
  color: #797979;
  font-size: 16px;
}

.platform-color {
  color: #78cbf4;
}

.full-img {
  width: 100%;
}

.full-img.prev-img {
  position: absolute;
  left: -120%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.full-img.next-img {
  position: absolute;
  left: 1150px;
  top: 0%;
  right: auto;
  bottom: auto;
}

.brand-logo {
  width: 140px;
  height: 133px;
}

.our-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/our-herobg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/our-herobg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-title-section {
  position: relative;
  padding: 120px 20px 40px;
}

.sub-title-section.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.sub-title-section._141414 {
  background-color: #141414;
}

.sub-section-title-line {
  width: 38px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #141414;
}

.sub-key-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/our-key-bg02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sub-key-section.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.sub-key-section._141414 {
  background-color: #141414;
}

.sub-key-title {
  color: #fff;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
}

.wrap35 {
  width: 35%;
}

.sub-key-line {
  width: 100%;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #fff;
}

.sub-key-p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

.wrap90 {
  width: 90%;
}

.wrap90.align-center {
  margin-right: auto;
  margin-left: auto;
}

.knowledge-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knowledge-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.know-icon {
  margin-right: 20px;
}

.knowledge-slider {
  height: 500px;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}

.knowledge-slide01 {
  background-image: url('../images/knowledge-slide01-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.basic-slide-nav {
  font-size: 10px;
}

.basic-slide-nav.factory {
  position: relative;
  top: 120px;
}

.basic-slide-nav.mb30 {
  bottom: -100px;
}

.turnkey-banner-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/our-turnkey-bg01-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/our-turnkey-bg01-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.turnkey-banner-section.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.turnkey-banner-section._141414 {
  background-color: #141414;
}

.turnkey-card-wrap {
  position: relative;
  z-index: 1;
  width: 860px;
  max-width: 100%;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
}

.tunkey-banner-card01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/our-turnkey-icon02-1.svg');
  background-position: 95% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #333;
  font-size: 16px;
  text-align: left;
}

.tunkey-banner-card02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #141414;
  background-image: url('../images/our-turnkey-icon03-1.svg');
  background-position: 95% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.tunkey-banner-card03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-top: 36px;
  padding-right: 25%;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #dedede;
  background-image: url('../images/our-turnkey-icon01.svg');
  background-position: 95% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.factory-slide {
  z-index: 0;
  width: 100%;
  height: auto;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.factory-slide-mask {
  overflow: visible;
  width: 1140px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.factoty-slide-card {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slide-t2 {
  background-color: #45a7c0;
}

.slide-t3 {
  background-color: #a31f7c;
}

.slide-nav {
  bottom: 50px;
}

.factory-card-img {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.5);
}

.factory-card-img.prev-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 90%;
  bottom: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.factory-card-img.next-img {
  position: absolute;
  left: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.factory-card-imgwrap {
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.factory-card-imgwrap.prev {
  position: absolute;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.factory-card-imgwrap.next {
  position: absolute;
  left: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.factory-contents {
  position: absolute;
  left: 0%;
  top: 10%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 45%;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

.factory-left-arrow {
  left: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.factory-right-arrow {
  right: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.port-slide {
  position: relative;
  width: 430px;
  padding-right: 27px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.port-slide.port {
  position: static;
  padding-right: 0%;
  padding-left: 0%;
}

.port-slide.smart {
  padding: 30px 30px 30px 110px;
}

.port-left-arrow {
  left: 25%;
  top: -80px;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 30px;
  height: 30px;
}

.port-right-arrow {
  left: 27%;
  top: -80px;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 30px;
  height: 30px;
}

.port-con1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 145%;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/portcard-2-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/portcard-2-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.port-con1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/portcard-2-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/portcard-2-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.system-section-bg {
  height: 500px;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/our-system-bg01-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-business-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-business-slider {
  width: 48%;
  height: auto;
}

.our-business-slider-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  margin-bottom: 7px;
  margin-left: 20px;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}

.small {
  display: inline-block;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  font-size: 18px;
}

.keytech-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/keytech-hero-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/keytech-hero-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-key-section-keytech {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sub-key-keytech-bg.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sub-key-section-keytech.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.sub-key-section-keytech._141414 {
  background-color: #141414;
}

.dummy {
  position: relative;
  z-index: -2;
  width: 100%;
}

.portfolio-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/portfolio-hero-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/portfolio-hero-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-key-section-port {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sub-key-port-bg.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sub-key-section-port.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.sub-key-section-port._141414 {
  background-color: #141414;
}

.port-slider {
  width: 1720px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.sub-section-wide {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.sub-section-wide.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.sub-section-wide._141414 {
  background-color: #141414;
}

.sub-section-wide.pb-0 {
  padding-bottom: 0px;
}

.prot-slide-mask {
  position: static;
}

.port-slide-card {
  position: static;
  width: 25%;
  padding: 10px;
}

.port-slide-big-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: red;
}

.image-3 {
  position: relative;
}

.port-slide-left-arrow {
  left: -4%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.port-inspect-bg01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/por-slide-ex1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/por-slide-ex1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/por-slide-ex2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/por-slide-ex2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.port-slide-title {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.port-slide-title.inspect {
  border-bottom-color: #08b7aa;
  color: #08b7aa;
}

.port-slide-title.move {
  border-bottom-color: #a9c300;
  color: #a9c300;
}

.port-slide-title.pick {
  border-bottom-color: #dd3b56;
  color: #dd3b56;
}

.port-slide-title.plece {
  border-bottom-color: #ed80b2;
  color: #ed80b2;
}

.port-slide-title.precision {
  border-bottom-color: #feb127;
  color: #feb127;
}

.port-slide-title.logis {
  border-bottom-color: #b1816f;
  color: #b1816f;
}

.port-slide-title.measure {
  border-bottom-color: #b769cb;
  color: #b769cb;
}

.port-slide-p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}

.port-slide-img-wrap {
  position: relative;
  width: 430px;
  padding: 15px;
}

.port-slide-img-wrap.none {
  display: none;
}

.por-slide-img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  opacity: 0.35;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  cursor: pointer;
}

.por-slide-img:hover {
  opacity: 1;
}

.por-slide-img.prev-img {
  position: absolute;
  left: -120%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.por-slide-img.next-img {
  position: absolute;
  left: 1150px;
  top: 0%;
  right: auto;
  bottom: auto;
}

.port-slide-right-arrow {
  left: auto;
  top: 0%;
  right: -4%;
  bottom: 0%;
}

.port-inspect-bg1-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-port-slide-textwrap {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.sub-port-slide-textwrap._1 {
  background-color: #942d2d;
}

.sub-port-slide-textwrap._2 {
  background-color: #544e9b;
}

.brand-btn-link {
  position: relative;
  width: 174px;
  height: auto;
  margin-right: 30px;
}

.swiper-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.swiper-slide-2 {
  position: relative;
  width: 33.33%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 2%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.swiper-slide-2.smart {
  padding: 30px 30px 30px 110px;
}

.dataroom-bottom-line {
  width: 100vw;
  height: 1px;
  background-color: #141414;
}

.brand-about-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-about__title {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.brand-about__title.center {
  text-align: center;
}

.span-blue {
  color: #0058a7;
}

.our-turnkey-arrow {
  margin-right: 20px;
}

.smartfactory-slider {
  position: relative;
  z-index: 4;
}

.smartfactory-slide {
  position: relative;
  width: 860px;
  margin-right: 65px;
  margin-left: 65px;
}

.smartfactory-dots {
  position: absolute;
  left: auto;
  top: 50px;
  right: 0%;
  bottom: auto;
}

.portfolio-slider {
  position: relative;
  z-index: 4;
}

.portfolio-slide {
  position: relative;
  width: 860px;
  margin-right: 65px;
  margin-left: 65px;
}

.port-nav-wrap {
  position: absolute;
  left: 430px;
  top: 65px;
  right: auto;
  bottom: auto;
}

.business-slider {
  position: relative;
}

.business-slide {
  position: relative;
  width: 860px;
  margin-right: 10px;
  margin-left: 10px;
}

.business-slide-card {
  position: relative;
}

.business-slide-card._01 {
  background-image: url('../images/fac-slide03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-slide-card._02 {
  background-image: url('../images/smart-img5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-slide-card._03 {
  background-image: url('../images/smart-slide-hyper.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-slide-card._04 {
  background-image: url('../images/smart-img7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-textwrap {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 1740px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.business-slider-section {
  position: relative;
}

.business-slide-title {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 2px solid #194cbc;
  color: #194cbc;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}

.business-slide-subtitle {
  max-width: 300px;
  font-size: 16px;
  line-height: 1.5;
}

.business-overtext {
  display: inline-block;
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
  font-size: 15px;
}

.port-sub-slider-section {
  position: relative;
}

.port-sub-slider {
  max-width: 1750px;
  margin-right: auto;
  margin-left: auto;
}

.port-sub-slide {
  width: 430px;
  padding-top: 73px;
  padding-bottom: 73px;
  border: 1px solid #000;
}

.port-sub-bg-slider {
  margin-right: auto;
  margin-left: auto;
}

.port-sub-slide-bg {
  padding-top: 73px;
  padding-bottom: 73px;
  border: 1px solid #000;
}

.por-slide-black-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  background-color: #141414;
}

.port-inspect-bg1-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg1-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg1-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg1-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-img-bg-1-3-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-img-bg-1-3-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg1-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-img-bg-1-4-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-img-bg-1-4-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg1-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-t-1-5-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-t-1-5-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg1-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-1-6-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-1-6-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg1-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-1-7-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-1-7-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg1-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-1-8-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-1-8-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.res-text-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.res-text-wrap:hover {
  opacity: 1;
}

.smart-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/smart-herobg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/smart-herobg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.smart-flex-section {
  position: relative;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.smart-flex-text-wrap {
  width: 25%;
}

.smart-flex-text-wrap.pl-55 {
  padding-left: 55px;
}

.smart-flex-img-wrap {
  width: 75%;
}

.smart-flex-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
}

.sub-key-section-smart {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/smart-keybg01-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/smart-keybg01-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sub-key-section-smart.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.sub-key-section-smart._141414 {
  background-color: #141414;
}

.basic-arrow-left {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.basic-arrow-right {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.keytechs-flex-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 70px;
}

.keytechs-flex-text-wrap {
  width: 25%;
}

.keytechs-flex-text-wrap.pl-30 {
  padding-left: 30px;
}

.keytechs-flex-img-wrap {
  width: 75%;
  max-width: 1170px;
}

.keytechs-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keytechs-title-brand {
  display: inline-block;
  margin-right: 10px;
  padding-top: 3px;
  color: #a0a0a0;
  font-size: 20px;
  font-weight: 700;
}

.keytechs-title-big {
  display: inline-block;
  color: #194cbc;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.keytechs-title-big.lightblue {
  color: #0092e5;
}

.keytechs-video {
  z-index: 0;
  padding-top: 56%;
  border-style: solid;
  border-width: 12px;
  border-color: #e4e4e4;
}

.keytechs-flex-section {
  position: relative;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.grey-bg {
  background-color: #f5f5f5;
}

.port-con8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 145%;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/portcard2-8-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/portcard2-8-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.port-con8:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/portcard2-8-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/portcard2-8-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg2-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg2-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg2-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg2-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg2-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg2-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg2-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg2-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg2-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg2-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg2-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg2-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg2-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg2-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg2-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg2-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg2-7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg2-7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg2-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg2-7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg2-7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg2-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg2-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg2-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg3-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg3-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg3-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg3-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg3-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg3-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg3-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg3-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg3-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg3-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-3-4-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-3-4-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg3-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-3-5-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-3-5-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg4-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg4-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg4-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg4-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg4-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg4-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg4-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-4-3-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-4-3-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg4-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-4-4-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-4-4-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg4-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg4-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg4-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg4-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-4-6-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-4-6-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg4-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-2-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-2-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg4-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg4-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg4-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg5-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg5-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg5-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg5-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg5-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg5-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg5-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg5-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-5-5-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-5-5-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-5-6-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-5-6-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-5-7-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-5-7-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-5-8-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-5-8-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg5-9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg5-9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg5-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg5-10.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg5-10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg6-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/port-slide-img-t-6-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/port-slide-img-t-6-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg6-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg6-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg6-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg6-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg6-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg6-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg6-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-6-4-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-6-4-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg6-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-6-5-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-6-5-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg6-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg6-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg6-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-sub-slide-bg1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-sub-slide-bg1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-2-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-2-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-3-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-3-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-4-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-4-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.community-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.community-submenu-link {
  padding: 17px 38px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ccc;
  font-weight: 700;
}

.community-submenu-link:hover {
  color: #141414;
}

.community-submenu-link.select {
  color: #141414;
}

.community-submenu-link.menu-select {
  color: #141414;
}

.commu-section__title {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.commu-section__title.center {
  text-align: center;
}

.commu-section-subtitle {
  position: relative;
  z-index: 4;
  padding-right: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.commu-section-subtitle.pr-50 {
  padding-right: 50px;
}

.commu-section-subtitle.center {
  text-align: center;
}

.commu-section-subtitle.pr-100 {
  padding-right: 100px;
}

.commu-table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.table-col15 {
  width: 15%;
  text-align: center;
}

.table-col15.grey {
  color: #333;
}

.table-col-wide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-col-wide.center {
  text-align: center;
}

.commu-table-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
}

.commu-table-body:hover {
  background-color: #f7f7f7;
}

.commu-table-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-btn {
  margin-right: 5px;
  margin-left: 5px;
  padding: 9px 13px;
  border: 1px solid #c2c2c2;
}

.page-btn.current {
  background-color: #f7f7f7;
}

.commu-table-contents {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.commu-table-single-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 2px solid #000;
  border-bottom: 1px solid #141414;
}

.table-single-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.commu-table-single-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.table-single-next-p {
  width: 15%;
  background-image: url('../images/single-next.svg');
  background-position: 0% 45%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-align: center;
}

.table-single-next-p.grey {
  color: #ccc;
}

.commu-table-single-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #000;
}

.table-single-prev-p {
  width: 15%;
  background-image: url('../images/single-prev.svg');
  background-position: 0% 55%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-align: center;
}

.table-single-prev-p.grey {
  color: #ccc;
}

.commu-section__title-news {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 55px;
  background-image: url('../images/commu-news-icon.svg');
  background-position: 0% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.commu-section__title-news.center {
  text-align: center;
}

.commu-section__title-dataroom {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 55px;
  background-image: url('../images/single-dataroom-icon.svg');
  background-position: 0% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.commu-section__title-dataroom.center {
  text-align: center;
}

.commu-tab-btn {
  width: 100%;
  max-width: 336px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
  text-align: center;
}

.commu-tab-btn.w--current {
  background-color: #f7f7f7;
  color: #0058a7;
}

.commu-tab-btn.top {
  border-top: 2px solid #707070;
}

.commu-tab-btn.top.w--current {
  background-color: #f7f7f7;
  font-family: 'Noto Sans KR', sans-serif;
  color: #0058a7;
}

.commu-tab-btn.active {
  background-color: #f7f7f7;
  color: #0058a7;
  font-weight: 700;
}

.data-content-title {
  margin-bottom: 30px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

.data-content-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.data-card {
  width:33.33%;
  margin-bottom: 50px;
  padding-right: 20px;
}

.data-card-img {
  width: 100%;
  max-width: 410px;
  margin-bottom: 20px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.data-card-img:hover {
  opacity: 0.8;
}

.data-card-title {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.data-card-date {
  margin-top: 15px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #ccc;
  font-size: 14px;
  line-height: 15px;
}

.data-content-grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.data-card-2 {
  width: 33.33%;
  margin-bottom: 50px;
  padding-right: 40px;
}

.data-card-img-2 {
  width: 100%;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.data-card-img-2:hover {
  opacity: 0.8;
}

.data-card-text-wrap {
  padding: 25px;
  border: 1px solid #ccc;
}

.data-card-down-wrap {
  margin-top: 30px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.down-btn01 {
  margin-right: 20px;
  padding-left: 25px;
  background-image: url('../images/down-btn01.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-weight: 700;
}

.down-btn02 {
  padding-left: 25px;
  background-image: url('../images/down-btn02.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-weight: 700;
}

.commu-section__title-contact {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 55px;
  background-image: url('../images/contact-icon.svg');
  background-position: 0% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.commu-section__title-contact.center {
  text-align: center;
}

.label {
  width: 120px;
  margin-bottom: 0px;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 400;
}

.input {
  height: 46px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  border-radius: 0px;
  font-size: 16px;
}

.input::-webkit-input-placeholder {
  color: #ccc;
}

.input:-ms-input-placeholder {
  color: #ccc;
}

.input::-ms-input-placeholder {
  color: #ccc;
}

.input::placeholder {
  color: #ccc;
}

.form-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form {
  font-family: 'Noto Sans KR', sans-serif;
}

.send {
  width: 100%;
  max-width: 216px;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* float: right; */
  background-color: #194cbc;
}

.select {
  height: 46px;
  margin-bottom: 0px;
  border: 1px solid #cecece;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: inset 14px 14px 20px 20px #fff;
  font-size: 16px;
}

.text-area {
  min-height: 190px;
  margin-bottom: 0px;
  border: 1px solid #cecece;
  border-radius: 0px;
  font-size: 16px;
}

.text-area::-webkit-input-placeholder {
  color: #ccc;
}

.text-area:-ms-input-placeholder {
  color: #ccc;
}

.text-area::-ms-input-placeholder {
  color: #ccc;
}

.text-area::placeholder {
  color: #ccc;
}

.ok-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox {
  width: 26px;
  height: 26px;
  border-style: none;
  background-color: #ececec;
  background-image: url('../images/checkbox-icon.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.checkbox.w--redirected-checked {
  background-color: #194cbc;
  background-image: url('../images/checkbox-icon.svg');
  background-size: 13px;
}

.checkbox-label {
  margin-left: 10px;
  padding-top: 7px;
}

.contact-span {
  margin-left: 35px;
  color: #ccc;
  font-size: 12px;
}

.checkbox-field {
  margin-bottom: 0px;
}

.span-red {
  color: #bf0f0f;
}

.business-textwrap-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.business-flex-left {
  width: 350px;
}

.business-flex-right {
  width: 300px;
}

.business-slide-li {
  max-width: 300px;
  font-size: 14px;
  line-height: 26px;
}

.keytechs-video-p {
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 25px;
}

.main-port-title-wrap {
  position: relative;
  margin-bottom: 70px;
}

.brand-btn-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 45px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #004898;
  font-family: 'Noto Sans KR', sans-serif;
  color: #004898;
  font-size: 14px;
  font-weight: 700;
}

.brand-btn-new:hover {
  background-color: #004898;
  color: #fff;
}

.brand-btn-new-text {
  margin-right: 5px;
}

.down-down-white {
  display: none;
}

.knowledge-slide02 {
  background-image: url('../images/knowledge-slide02-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.knowledge-slide03 {
  background-image: url('../images/knowledge-slide03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.keytech-grey-bg {
  background-color: #f5f5f5;
}

.comu-sub-section {
  position: relative;
  padding: 50px 20px 120px;
}

.comu-sub-section.smart-factory {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
}

.comu-sub-section._141414 {
  background-color: #141414;
}

.comu-sub-section.pb-0 {
  padding-bottom: 0px;
}

.comu-sub-section.top60 {
  margin-top: 60px;
}

.select-arrow {
  position: absolute;
  left: auto;
  right: 1px;
  bottom: 1px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  background-image: url('../images/under-arrow.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.video-cover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #141414;
}

.video-cover.not {
  display: none;
}

.video {
  width: 100%;
  height: 100%;
}

.intro-video {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.video-intro {
  min-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

.intro-skip {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  display: inline-block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.sound-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.sound-off-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 3%;
  display: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.vol-icon {
  margin-left: 5px;
}

.port-inspect-bg1-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-1-9-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-1-9-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg3-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-3-6-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-3-6-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg3-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-3-7-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-3-7-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg3-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-3-8-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-3-8-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-5-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-5-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-6-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-6-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-7-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-7-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-8-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-8-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-9-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-9-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-10-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-10-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.port-inspect-bg7-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/por-slide-bg-7-11-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/por-slide-bg-7-11-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.keytech_card-btn {
  display: block;
  width: 190px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #707070;
  border-radius: 25px;
  font-weight: 700;
  text-align: center;
}

.keytech_card-btn:hover {
  background-color: #333;
  color: #fff;
}

.commu-section__title-map {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.commu-section__title-map.center {
  text-align: center;
}

.map1 {
  height: 484px;
  margin-bottom: 40px;
}

.map-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-col {
  width: 50%;
}

.map-title {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
}

.map-subtitle {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.map-p {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
}

.map-hr {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d3d3d3;
}

.map1-copy {
  height: 484px;
  margin-bottom: 40px;
}

.map-hr2 {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #707070;
}

.privacy-title {
  margin-bottom: 40px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
}

.privacy-p {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.smart-graph-img {
  z-index: -2;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.smart-graph-icon-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.smart-graph-wrap {
  position: relative;
  z-index: -2;
  width: 90%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.ham-menu-wrap {
  display: none;
  width: 30px;
  height: 20px;
  margin-top: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hame-line1 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.hame-line1.black {
  background-color: #141414;
}

.hame-line2 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.hame-line2.black {
  background-color: #141414;
}

.hame-line3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.hame-line3.black {
  background-color: #141414;
}

.keytech__section--mobile {
  position: relative;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keytech-mobile-tab-wrap {
  width: 100%;
}

.keytech-tab {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 4px solid #ccc;
  background-color: transparent;
  color: #ccc;
}

.keytech-tab.w--current {
  border-bottom-color: #194cbc;
  background-color: transparent;
  color: #194cbc;
}

.keytech-tab-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.keytech-mo-img1 {
  padding-top: 80%;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.6))), url('../images/key-main1-01.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6)), url('../images/key-main1-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.keytech-mo-img2 {
  padding-top: 80%;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.6))), url('../images/key-main2-01.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6)), url('../images/key-main2-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.keytech_card-btn--white {
  display: block;
  width: 128px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.keytech_card-btn--white:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.keytech-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-dataroom-right--mobile {
  display: none;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dataroom-card--mobile {
  position: relative;
  overflow: hidden;
  height: 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  -webkit-transition: color 50ms ease, all 1000ms ease;
  transition: color 50ms ease, all 1000ms ease;
  cursor: pointer;
}

.dataroom-card--mobile:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/data-bg1-1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/data-bg1-1.jpg');
  background-size: auto, auto 120%;
  color: #fff;
}

.dataroom-card--mobile._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/data-bg2-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/data-bg2-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.dataroom-card--mobile._02:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/data-bg2-1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/data-bg2-1.jpg');
  background-size: auto, auto 120%;
}

.dataroom-card--mobile._03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/data-bg3-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/data-bg3-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.dataroom-card--mobile._03:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/data-bg3-2.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/data-bg3-2.jpg');
  background-size: auto, auto 120%;
}

.dataroom-card--mobile._04 {
  border-bottom-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/data-bg4-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/data-bg4-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.dataroom-card--mobile._04:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/data-bg4-1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/data-bg4-1.jpg');
  background-size: auto, auto 120%;
}

.dataroom-title--moblie {
  position: relative;
  z-index: 1;
  width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 38px;
}

.dataroom__p--mobile {
  position: relative;
  z-index: 1;
  width: 25%;
  font-size: 14px;
}

.m__nav {
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.m-view {
  display: none;
}

.brand-slider--mobile {
  display: none;
  height: auto;
}

.identity-brandlogo--mobile {
  display: none;
}

.footer-sfalink {
  display: none;
}

.smart-graph-wrap--mobile {
  position: relative;
  z-index: -2;
  display: none;
  width: 90%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.knowledge-wrap--mobile {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-space80 {
  display: none;
  height: 80px;
}

.turnkey-card-wrap--mobile {
  position: relative;
  z-index: 1;
  display: none;
  width: 860px;
  max-width: 100%;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
}

.our-turnkey-iconpack-m {
  display: none;
}

.business-slide-subtitle--mobile {
  display: none;
  max-width: 300px;
  font-size: 16px;
  line-height: 1.5;
}

.commu-table-m-footer {
  display: none;
}

.commu-m-tab-wrap {
  display: none;
}

.ham-menu-wrap--close {
  display: none;
  width: 30px;
  height: 20px;
  margin-top: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hame-line1--close {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.hame-line1--close.black {
  background-color: #141414;
}

.hame-line3--close {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.hame-line3--close.black {
  background-color: #141414;
}

.m-menu-wrap1720 {
  width: 100%;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.m-menu-wrap1720.pr-0 {
  padding-right: 0px;
}

.c-nav--mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m-hero-bg1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: none;
}

.m-hero-bg2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: none;
}

.m-hero-bg3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: none;
}

html.w-mod-js *[data-ix="hide-to-view1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hide-to-view-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="scroll-to-view1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-to-view-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-to-view-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-to-view-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media screen and (max-width: 991px) {
  .c-nav {
    width: 100%;
  }
  .menu__wrap {
    display: none;
  }
  .submenu__wrap {
    display: none;
  }
  .hero__section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero__contents {
    width: 83%;
  }
  .hero-title {
    font-size: 44px;
    line-height: 60px;
  }
  .video__lightbtn {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .in-section.blackbg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .in-section.main-keytech {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .typing-text {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 60px;
  }
  .hero-left-arrow {
    width: 45px;
  }
  .hero-right-arrow {
    width: 45px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu {
    width: 100%;
    padding: 29px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .smartfactory__title {
    font-size: 30px;
  }
  .smartfactory__con-title {
    font-size: 24px;
  }
  .tab-pane-tab1 {
    padding-top: 80px;
  }
  .smartfactory__con-p {
    font-size: 14px;
  }
  .keytech__title {
    font-size: 24px;
  }
  .keytech__textwrap {
    padding-top: 80px;
  }
  .portfolio__section01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-portfolio-left {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #141414;
  }
  .l-portfolio-right {
    width: 100%;
    height: 100%;
  }
  .portfolio__title {
    font-size: 24px;
  }
  .portfolio__con-p {
    height: auto;
    font-size: 14px;
    line-height: 21px;
  }
  .portfolio__section02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .swiper-container02 {
    width: 100%;
  }
  .port-con-title {
    font-size: 26px;
  }
  .por-realative {
    padding-top: 50px;
    padding-left: 24px;
    opacity: 1;
  }
  .portfolio__subp {
    height: auto;
    margin-top: 0vh;
    font-size: 12px;
    line-height: 17px;
  }
  .future__section {
    height: 100vh;
  }
  .dataroom__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dataroom__title {
    font-size: 30px;
  }
  .dataroom__btn {
    font-size: 18px;
  }
  .l-dataroom-right {
    width: 100%;
  }
  .l-dataroom-left {
    padding-top: 80px;
  }
  .dataroom-card {
    height: 200px;
    padding-left: 100px;
  }
  .dataroom__p {
    width: 40%;
    font-size: 15px;
  }
  .dataroom-title {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .dataromm-icon-wrap {
    left: 0px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-linktext {
    font-size: 12px;
  }
  .footer-p {
    font-size: 12px;
  }
  .footer-p.grey {
    font-size: 10px;
  }
  .space30.m-h0 {
    height: 0px;
  }
  .footer__logowrap {
    margin-bottom: 30px;
  }
  .footer__menuwrap {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
  }
  .por-neoimg {
    padding-right: 10px;
  }
  .smart-card-text-wrap {
    top: 25px;
    width: 80%;
  }
  .l-keytech-left {
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-keytech-right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .keytech__card-title {
    font-size: 24px;
  }
  .keytech-img-cap {
    font-size: 14px;
  }
  .future-subtitle {
    font-size: 13px;
  }
  .future__title {
    font-size: 37px;
  }
  .smart-title-wrap {
    margin-bottom: 40px;
  }
  .smart-card-title {
    font-size: 30px;
    line-height: 40px;
  }
  .smart-card-sub {
    font-size: 12px;
  }
  .line-over-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .line-over-wrap.eee {
    padding-right: 30px;
    padding-left: 30px;
  }
  .line-over-wrap.z3 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .line-over-in {
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .line-over-in.eee {
    border-left-style: solid;
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .line-over-in.eee.m-hidden {
    display: none;
  }
  .line-over-in.last {
    border-right-style: solid;
    border-left-style: none;
  }
  .line-over-in.m-hidden {
    display: none;
  }
  .wrap1720 {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav__section--white {
    overflow: hidden;
    height: 0px;
  }
  .nav__section--white.on {
    height: auto;
  }
  .future-text {
    font-size: 14px;
  }
  .wait-cover {
    display: none;
  }
  .por-card-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 23px;
    background-position: 93% 19px;
    background-size: 10px;
  }
  .por-card-bottom.measure {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .por-card-bottom.inspect {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .por-card-bottom.move {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .por-card-bottom.pink {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .por-card-bottom.place {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .por-card-bottom.precision {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .por-card-bottom.logis {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .brand-hero {
    padding-right: 0px;
    padding-left: 0px;
  }
  .l-por-top {
    padding-top: 80px;
    padding-left: 40px;
  }
  .l-por-body {
    width: 100%;
    padding-top: 30px;
  }
  .portfoilo__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .subpage__title {
    font-size: 44px;
  }
  .sub-hero-arrow-wrap {
    bottom: 130px;
  }
  .sub-line-2col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-subline-col-left {
    width: 100%;
  }
  .l-subline-col-right {
    width: 100%;
    padding-top: 10px;
  }
  .sub-section__title {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .sub-section {
    padding: 80px 0px;
  }
  .sub-section.top0 {
    padding-top: 0px;
  }
  .sub-section.top0.bottom0 {
    padding-bottom: 0px;
  }
  .sub-section-p {
    font-size: 14px;
  }
  .sub-section-p.pr-100 {
    padding-right: 0px;
  }
  .sub-section-p.pr-100.m-hidden {
    display: none;
  }
  .sub-section-p.pr-100.m-view {
    display: block;
  }
  .sub-section-p.pr-100.m-mb20 {
    margin-bottom: 20px;
  }
  .sub-section-p.m-hidden {
    display: none;
  }
  .sub-section-p.m-view {
    display: block;
  }
  .space70.m-hidden {
    display: none;
  }
  .space70.m-space50 {
    height: 50px;
  }
  .brand-slider {
    display: none;
  }
  .point01-img {
    width: 80%;
  }
  .point02-img {
    width: 80%;
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .fixed-section__title {
    font-size: 24px;
  }
  .sub-flex-between-col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-subline-col {
    width: 100%;
  }
  .l-subline-col-02 {
    width: 100%;
    padding-top: 30px;
  }
  .sub-flex-left-col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-subline-col-50 {
    width: 100%;
  }
  .space50.m-hidden {
    display: none;
  }
  .brand-btn-wrap {
    display: none;
  }
  .sub-section__subtitle {
    top: 100px;
    font-size: 24px;
  }
  .sub-section__subtitle.m-mt40 {
    margin-top: 40px;
  }
  .sub-section__subtitle.m-mt40.m-mb30 {
    margin-bottom: 30px;
  }
  .l-subline-col-75 {
    position: relative;
    width: 100%;
  }
  .brand-logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-section__cardtitle {
    top: 100px;
    font-size: 20px;
  }
  .brand-logo-card {
    min-width: 280px;
    margin-bottom: 25px;
  }
  .brand-logo-card-textwrap {
    padding-left: 12px;
  }
  .brand-logo-card-h1 {
    font-size: 18px;
  }
  .brand-logo-card-p {
    font-size: 12px;
  }
  .brand-logo {
    width: 112px;
    height: 106px;
  }
  .our-hero {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-title-section {
    padding-top: 95px;
  }
  .sub-key-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-key-title {
    font-size: 40px;
  }
  .wrap35.wide100 {
    width: 100%;
  }
  .knowledge-content {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .know-icon {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .turnkey-banner-section {
    height: 700px;
  }
  .turnkey-card-wrap {
    display: none;
  }
  .tunkey-banner-card01 {
    padding-left: 20px;
  }
  .tunkey-banner-card02 {
    padding-left: 20px;
  }
  .port-slide {
    width: 300px;
    padding-right: 31px;
  }
  .keytech-hero {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-key-section-keytech {
    padding-right: 0px;
    padding-left: 0px;
  }
  .portfolio-hero {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-key-section-port {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-section-wide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .port-slide-title {
    font-size: 30px;
  }
  .port-slide-p {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 12px;
  }
  .por-slide-img {
    opacity: 1;
  }
  .brand-about__title {
    font-size: 30px;
  }
  .our-turnkey-arrow {
    display: none;
  }
  .smartfactory-slide {
    width: 600px;
  }
  .port-nav-wrap {
    display: none;
  }
  .business-slide {
    width: 500px;
  }
  .business-textwrap {
    position: static;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .business-slider-section {
    overflow: hidden;
  }
  .business-slide-subtitle {
    display: none;
    max-width: 100%;
  }
  .port-sub-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .res-text-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .smart-hero {
    padding-right: 0px;
    padding-left: 0px;
  }
  .smart-flex-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .smart-flex-text-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .smart-flex-text-wrap.pl-55 {
    padding-left: 0px;
  }
  .smart-flex-img-wrap {
    width: 100%;
  }
  .smart-flex-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .smart-flex-wrap.flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sub-key-section-smart {
    padding-right: 0px;
    padding-left: 0px;
  }
  .basic-arrow-left {
    width: 15px;
  }
  .basic-arrow-right {
    width: 15px;
  }
  .keytechs-flex-wrap {
    padding-top: 80px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .keytechs-flex-text-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .keytechs-flex-img-wrap {
    width: 100%;
  }
  .keytechs-title-wrap {
    margin-bottom: 5px;
  }
  .keytechs-title-brand {
    margin-right: 5px;
    font-size: 14px;
  }
  .keytechs-title-big {
    font-size: 28px;
  }
  .keytechs-video {
    border-width: 5px;
  }
  .keytechs-flex-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .commu-section__title {
    top: 100px;
    font-size: 24px;
  }
  .commu-section-subtitle {
    font-size: 14px;
  }
  .commu-table-header {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
  }
  .table-col15 {
    font-size: 12px;
    text-align: left;
  }
  .table-col-wide {
    margin-bottom: 5px;
  }
  .commu-table-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-btn {
    margin-right: 3px;
    margin-left: 3px;
    padding: 7px 11px;
  }
  .commu-table-contents {
    padding-right: 10px;
    padding-left: 10px;
  }
  .commu-table-single-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-width: 1px;
    border-bottom-color: #ccc;
  }
  .table-single-title {
    margin-bottom: 5px;
  }
  .commu-section__title-news {
    top: 100px;
    font-size: 24px;
  }
  .commu-section__title-dataroom {
    top: 100px;
    font-size: 24px;
  }
  .data-content-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #141414;
    font-size: 14px;
  }
  .data-card {
    width: 50%;
    margin-bottom: 30px;
    padding-right: 5px;
    font-size: 12px;
  }
  .data-card-img {
    margin-bottom: 10px;
  }
  .data-card-title {
    font-size: 16px;
    line-height: 22px;
  }
  .data-card-date {
    margin-top: 5px;
    font-size: 12px;
  }
  .data-card-2 {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .commu-section__title-contact {
    top: 100px;
    font-size: 24px;
  }
  .label {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .input:-ms-input-placeholder {
    font-size: 14px;
  }
  .input::-ms-input-placeholder {
    font-size: 14px;
  }
  .input::placeholder {
    font-size: 14px;
  }
  .form-div {
    display: block;
    margin-bottom: 10px;
  }
  .send {
    max-width: 100%;
    margin-top: 30px;
  }
  .select {
    font-size: 14px;
  }
  .text-area::-webkit-input-placeholder {
    font-size: 14px;
  }
  .text-area:-ms-input-placeholder {
    font-size: 14px;
  }
  .text-area::-ms-input-placeholder {
    font-size: 14px;
  }
  .text-area::placeholder {
    font-size: 14px;
  }
  .ok-div {
    padding-left: 0px;
  }
  .checkbox-label {
    display: inline-block;
    font-size: 14px;
  }
  .checkbox-field {
    width: 100%;
  }
  .business-flex-left {
    min-width: 100%;
  }
  .business-slide-li {
    display: none;
  }
  .keytechs-video-p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .main-port-title-wrap {
    margin-bottom: 40px;
  }
  .comu-sub-section {
    padding: 30px 0px;
  }
  .video-cover {
    display: none;
  }
  .commu-section__title-map {
    position: static;
    top: 100px;
    font-size: 24px;
  }
  .map1 {
    margin-bottom: 20px;
  }
  .map-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-col {
    width: 100%;
  }
  .map-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .map-p {
    font-size: 14px;
  }
  .map-hr2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .privacy-title {
    font-size: 18px;
  }
  .ham-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    cursor: pointer;
  }
  .hero-arrow-icon {
    font-size: 30px;
  }
  .l-dataroom-right--mobile {
    width: 100%;
  }
  .dataroom-card--mobile {
    height: 200px;
  }
  .dataroom-title--moblie {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .dataroom__p--mobile {
    width: 40%;
    font-size: 15px;
  }
  .footer-logo {
    width: 150px;
  }
  .footer-logo2 {
    width: 58px;
    margin-top: 20px;
  }
  .m__nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }
  .identity-about-logo {
    padding-right: 20px;
    padding-bottom: 3px;
  }
  .identity-brandlogo {
    width: 100%;
  }
  .brand-slider--mobile {
    display: block;
    margin-bottom: 15px;
  }
  .brand-slder-arrow-wrap {
    width: 40px;
    font-size: 32px;
  }
  .identity-brandlogo--mobile {
    width: 100%;
  }
  .width100-mr0 {
    margin-left: -30px;
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }
  .m-hidden {
    display: none;
  }
  .footer-sfalink {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 30px;
    display: block;
    text-align: right;
  }
  .smart-graph-wrap--mobile {
    z-index: 0;
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
  .knowledge-wrap--mobile {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-space80 {
    display: block;
  }
  .turnkey-card-wrap--mobile {
    display: block;
    width: 85%;
  }
  .our-turnkey-iconpack {
    display: none;
  }
  .our-turnkey-iconpack-m {
    display: block;
    width: 400px;
  }
  .business-slide-subtitle--mobile {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 13px;
  }
  .commu-table-m-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ccc;
  }
  .commu-table-m-fotter__back {
    width: 40px;
    height: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #707070;
    background-image: url('../images/comulist-arrow.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
  }
  .commu-table-m-fotter_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-right: 34px;
    padding-bottom: 0px;
    padding-left: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #707070;
  }
  .commu-m-tab-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .commu-m-tab-btn {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 4px solid #ccc;
    font-family: 'Noto Sans KR', sans-serif;
    color: #ccc;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }
  .commu-m-tab-btn.active {
    border-bottom-color: #194cbc;
    color: #194cbc;
  }
  .ham-menu-wrap--close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    cursor: pointer;
  }
  .hame-line1--close.black {
    -webkit-transform: translate(0px, 9px) rotate(45deg);
    -ms-transform: translate(0px, 9px) rotate(45deg);
    transform: translate(0px, 9px) rotate(45deg);
  }
  .hame-line3--close.black {
    -webkit-transform: translate(0px, -9px) rotate(-45deg);
    -ms-transform: translate(0px, -9px) rotate(-45deg);
    transform: translate(0px, -9px) rotate(-45deg);
  }
  .m-contact-btn {
    position: relative;
    z-index: 99;
    width: 100%;
    padding: 20px 30px;
    background-color: #194cbc;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .m-menu-wrap1720 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 58px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-contact-arrow {
    position: absolute;
    left: auto;
    top: 50%;
    right: 34px;
    bottom: 0%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .c-nav--mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
  }
  .m-dropdown {
    z-index: 0;
    display: block;
  }
  .dropdown-toggle {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    font-weight: 700;
  }
  .dropdown-toggle.w--open {
    color: #194cbc;
  }
  .m-dropdown-list {
    position: static;
  }
  .m-dropdown-list.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f8f8f8;
  }
  .m-dropdown-link {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 35px;
    font-size: 16px;
  }
  .m-trans-wrap {
    padding: 25px 30px;
    font-weight: 700;
  }
  .m-trans-dot {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    color: #ccc;
  }
  .m-trans-link {
    color: #ccc;
  }
  .m-trans-link.active {
    color: #141414;
  }
  .m-hero-bg1 {
    display: block;
    background-image: url('../images/hero-intro.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .m-hero-bg2 {
    display: block;
    background-image: url('../images/hero-prologue.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .m-hero-bg3 {
    display: block;
    background-image: url('../images/hero-teaser.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .m-link-area {
    z-index: 99999;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero__section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .typing-text {
    margin-bottom: 50px;
  }
  .tab-link {
    width: 60px;
    height: 60px;
  }
  .smartfactory__title {
    left: 15px;
    top: 85px;
  }
  .tab-pane-tab1 {
    padding-top: 30px;
    padding-left: 15px;
  }
  .smartfactory__con-p {
    line-height: 20px;
  }
  .tab-pane-tab2 {
    padding-top: 30px;
  }
  .tab-pane-tab3 {
    padding-top: 30px;
  }
  .tab-rightbottom-wrap {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .keytech__section {
    display: none;
  }
  .keytech__textwrap {
    padding-left: 15px;
  }
  .swiper-slide {
    padding: 0px 15px;
  }
  .l-portfolio-left {
    padding-left: 15px;
  }
  .portfolio__con-p {
    line-height: 20px;
  }
  .port-line {
    height: 2px;
  }
  .l-future-center {
    width: 100%;
  }
  .l-future-right {
    font-size: 14px;
  }
  .dataroom__btn {
    font-size: 18px;
  }
  .l-dataroom-right {
    display: none;
  }
  .l-dataroom-left {
    width: 100%;
  }
  .dataroom-card {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .dataroom-icon._02 {
    background-size: 95px;
  }
  .dataroom-icon._04 {
    background-size: 90px;
  }
  .dataromm-icon-wrap {
    left: 0px;
    display: none;
  }
  .space30 {
    height: 15px;
  }
  .keytech__contentswrap {
    margin-top: -20px;
  }
  .keytech-img-cap {
    line-height: 20px;
  }
  .smart-card-sub {
    display: none;
  }
  .smart-card-sub.mobile {
    display: block;
    margin-top: 20px;
  }
  .smart-slide-contents {
    padding: 0px 15px;
  }
  .data-arrow--black {
    right: 20px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .l-por-top {
    width: 100%;
    padding-top: 80px;
    padding-left: 15px;
  }
  .l-subline-col-left {
    width: 100%;
  }
  .sub-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .space70.ml-30 {
    height: 30px;
  }
  .sub-flex-between-col-wrap {
    padding-bottom: 120px;
  }
  .l-subline-col {
    width: 100%;
  }
  .sub-section__subtitle {
    left: 15px;
    top: 85px;
  }
  .sub-section__cardtitle {
    left: 15px;
    top: 85px;
  }
  .knowledge-wrap {
    display: none;
  }
  .knowledge-content {
    width: 100%;
  }
  .knowledge-slider {
    height: 300px;
  }
  .tunkey-banner-card01 {
    font-size: 12px;
    line-height: 17px;
  }
  .tunkey-banner-card02 {
    font-size: 12px;
    line-height: 17px;
  }
  .system-section-bg {
    height: 300px;
  }
  .sub-section-wide {
    overflow: hidden;
  }
  .swiper-slide-2 {
    padding: 0px 15px;
  }
  .smartfactory-slide {
    width: 400px;
  }
  .business-slide {
    width: 300px;
  }
  .business-slide-card {
    height: auto;
  }
  .community-hero {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .community-submenu-link {
    padding: 12px 0px;
    font-size: 14px;
  }
  .commu-section__title {
    left: 15px;
    top: 85px;
  }
  .commu-section-subtitle {
    line-height: 20px;
  }
  .commu-section__title-news {
    left: 15px;
    top: 85px;
  }
  .commu-section__title-dataroom {
    left: 15px;
    top: 85px;
  }
  .data-card {
    width: 100%;
    padding-right: 0px;
  }
  .data-card-img {
    max-width: 100%;
  }
  .data-card-2 {
    width: 100%;
    padding-right: 0px;
  }
  .commu-section__title-contact {
    left: 15px;
    top: 85px;
  }
  .commu-section__title-map {
    left: 15px;
    top: 85px;
  }
  .keytech__section--mobile {
    display: block;
  }
  .l-dataroom-right--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dataroom-card--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .dataroom-card--mobile:hover {
    color: #141414;
  }
  .dataroom-title--moblie {
    width: 100%;
  }
  .dataroom__p--mobile {
    width: 70%;
    margin-top: 10px;
    font-size: 12px;
  }
  .dataroom__p--mobile.w90 {
    width: 90%;
  }
  .dataroom-title-wrap--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dataroom-title-icon--mobile {
    margin-right: 10px;
  }
  .m__nav {
    overflow: auto;
  }
  .identity-brandlogo {
    display: none;
  }
  .identity-brandlogo--mobile {
    display: block;
  }
  .knowledge-wrap--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-space80 {
    height: 30px;
  }
  .business-slide-subtitle--mobile {
    margin-top: 0px;
  }
  .m-menu-wrap {
    overflow: auto;
    padding-bottom: 65px;
  }
  .m-contact-btn {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
}

@media screen and (max-width: 479px) {
  .brand__wrap.w--current {
    width: 70px;
  }
  .menu-link--contact {
    display: none;
  }
  .video__arrow {
    margin-right: 0px;
    padding-right: 10px;
  }
  .video__text {
    font-size: 16px;
  }
  .tabs-menu {
    padding-top: 110px;
    padding-right: 0px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .smartfactory__title {
    top: 70px;
  }
  .keytech__textwrap {
    padding-top: 70px;
  }
  .l-portfolio-left {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 70px;
  }
  .l-dataroom-left {
    padding-top: 60px;
  }
  .smart-fac-card._01 {
    padding-top: 100%;
  }
  .smart-fac-card._02 {
    padding-top: 100%;
  }
  .smart-fac-card._03 {
    padding-top: 100%;
  }
  .smart-fac-card._04 {
    padding-top: 100%;
  }
  .smart-card-text-wrap {
    left: -20px;
  }
  .data-arrow {
    right: 20px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .smart-card-sub {
    display: none;
  }
  .smart-card-sub.mobile {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .l-por-top {
    padding-top: 60px;
  }
  .sub-section__subtitle {
    top: 70px;
    font-size: 22px;
  }
  .l-subline-col-75 {
    padding-top: 0px;
  }
  .sub-section__cardtitle {
    top: 70px;
  }
  .knowledge-slider {
    height: 250px;
  }
  .turnkey-banner-section {
    height: 500px;
  }
  .tunkey-banner-card01 {
    background-position: 92% 50%;
  }
  .tunkey-banner-card02 {
    background-position: 92% 50%;
  }
  .port-slide {
    width: 280px;
  }
  .system-section-bg {
    height: 250px;
  }
  .smartfactory-slider {
    padding-left: 50px;
  }
  .smartfactory-slide {
    width: 250px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .smartfactory-dots {
    top: 30px;
  }
  .business-slide-title {
    font-size: 18px;
  }
  .keytechs-flex-text-wrap {
    min-width: auto;
  }
  .commu-section__title {
    top: 70px;
  }
  .commu-section__title-news {
    top: 70px;
  }
  .commu-section__title-dataroom {
    top: 70px;
  }
  .commu-section__title-contact {
    top: 70px;
  }
  .commu-section__title-map {
    top: 70px;
  }
  .map1 {
    height: 250px;
  }
  .dataroom-card--mobile {
    height: 130px;
  }
  .dataroom-card--mobile.last {
    border-bottom-style: none;
  }
  .our-turnkey-iconpack-m {
    width: 290px;
    margin-bottom: 15px;
  }
  .business-slide-subtitle--mobile {
    margin-bottom: 30px;
  }
}

