@charset "utf-8";
/* sub_콘텐츠 (contents) */
/*------------------------------------
  Left 메뉴
------------------------------------*/
.navi {
  border: 1px solid #d5d5d5;
}
.navi > ul li.depth-01 {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #4a4a4a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.navi > ul li:last-child {
  border-bottom: none;
}
.navi > ul li.depth-01 a {
  padding: 19px 20px;
  color: #fff;
  font-size: 17px;
}
.navi > ul li.depth-01 > ul.Num02 {
  background: #fff;
  padding: 10px 0;
}
.navi > ul li.depth-01 > ul.Num02 li a {
  display: block;
  color: #686868;
  font-size: 16px;
  padding: 11px 0 11px 20px;
}
.navi > ul li.depth-01 > ul.Num02 li a.active > span,
.navi > ul li.depth-01 > ul.Num02 li a:hover > span {
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #959595;
}
@media (max-width: 990px) {
  .layout_left {
    display: none;
  }
}
/*------------------------------------
  layout_top 메뉴
------------------------------------*/
@media (max-width: 990px) {
  .mobile-tab {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    padding: 12px 20px;
    background: #2b2b2b;
    text-align: left;
    font-size: 16px;
    color: #fff;
  }
  .mobile-navi ul {
    position: absolute;
    top: 48px;
    z-index: -1;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #fff;
  }
  .mobile-navi ul > li {
    display: block;
    width: 100% !important;
    padding: 0;
    border: 0;
  }
  .mobile-navi ul > li > a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 13px 20px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #ececec;
    background: #fff;
    color: #777;
  }
  .mobile-navi ul > li > a:hover {
    color: #222;
    font-weight: 500;
  }
  .mobile-navi ul.on {
    z-index: 10;
    max-height: 600px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
  }
}
@media (min-width: 992px) {
  .mobile-navi {
    display: none;
  }
}
/*------------------------------------
  계측기기 게시판
------------------------------------*/
.prd-list li .prd-img-con {
  background: #fff;
  padding: 0;
  overflow: hidden;
  border: 1px solid #c9c9c9;
}

.prd-list li .prd-img-con .prd-img {
  margin: 10px 0;
  padding-top: 75%;
  height: 0;
  z-index: 9;
}
.prd-list li .prd-img-con .prd-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.prd-list li .prd-img-con .prd-name {
  position: relative;
  display: table;
  width: 100%;
  height: 65px;
}
.prd-list li .prd-img-con .prd-name:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  left: 50%;
  transform: translateX(-50%) rotate(0.001deg);
  top: 0;
  z-index: 1;
  transition: all 0.4s;
}
.prd-list li .prd-img-con .prd-name p {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.37rem;
  letter-spacing: 0;
  color: #222;
  word-break: break-all;
  position: relative;
  z-index: 9;
  padding: 0 2%;
  font-family: "Play", "Noto Sans SC";
}
.prd-list li .prd-spec-con {
  padding: 20px 4% 8px 5.4%;
  font-size: 15px;
}
.prd-list li .prd-spec-con .spec-item {
  letter-spacing: 0rem;
  padding-left: 10px;
  margin-bottom: 11px;
}
.prd-list li .prd-spec-con .spec-item:before {
  position: absolute;
  content: "·";
  left: 0;
  top: 0;
}

@media all and (min-width: 801px) {
  .prd-list li:hover .prd-img-con .prd-name:after {
    width: 200%;
    height: 300%;
    top: -80px;
    transform: translateX(-50%) rotate(15deg);
  }
}

/*------------------------------------
  계측기기 게시판_btn
------------------------------------*/
.download_box a {
  overflow: hidden;
  position: relative;
  height: 50px;
  line-height: 50px;
  border: 1px solid #6a6a6a;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.75px;
  color: #000;
}
.download_box a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.2);
  content: "";
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.download_box a:hover:before {
  transform: scaleX(1);
}
.download_box a > p {
  font-size: 15px;
  padding: 0 17px;
  font-weight: 500;
}

/*------------------------------------
  전장품
------------------------------------*/
#valve-view:before {
  display: block;
  content: "CTAplus";
  font-family: "Play";
  position: absolute;
  right: 0px;
  bottom: 0rem;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.04);
  font-size: 10rem;
  font-weight: 500;
}
.valve-img {
  border: 1px solid #ececec;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 8%);
  padding: 8% 0%;
  background: #fff;
}
.prd-tit em {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: -0.05rem;
  font-family: "Play";
  line-height: 1;
  display: block;
}
.prd-tit strong {
  display: block;
  font-weight: 600;
  font-size: 33px;
  letter-spacing: -0.09rem;
  color: #333;
}
.prd-item {
  margin-bottom: 13px;
  padding-left: 10px;
}
.prd-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #333;
}
/*------------------------------------
  자동화기기
------------------------------------*/
#prd-view .line {
  border-bottom: 1px dotted #ececec;
  padding: 30px 0;
}
.auto-txt > em {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0rem;
  font-family: "Play";
  line-height: 1;
  display: block;
  margin: 1.5rem 0 0.5rem 0;
}

/*------------------------------------
  AUBO Robotics
------------------------------------*/
/* 다음 컨텐츠 */
.line-list-wrap .list-txt {
  margin-bottom: 13px;
}
.line-up-tit {
  font-size: 1.56rem;
  line-height: 1.5em;
  letter-spacing: -0.25px;
  color: #000;
  font-weight: 500;
  font-family: "Play";
}
/*.line-up-btn {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #aaa !important;
  position: relative;
}
.line-up-btn:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #393939;
  opacity: 0.2;
  top: 50%;
  right: 73px;
  transform: translateY(-50%);
  transition: width 0.2s;
}
.line-up-btn:hover {
  color: #000;
}
.line-up-btn:hover:before {
  width: 30px;
}*/
.line-list-wrap .list-video {
  background: #fff;
  padding: 3.08%;
  text-align: center;
  border: 1px solid #c1c1c1;
}
@media (max-width: 800px) {
  .line-list-wrap {
    margin-bottom: 30px;
  }
  .line-up-tit {
    font-size: 20px;
  }
  .line-list-wrap .list-img {
    padding: 20px;
  }
}
