/* spec */

.cont .specTitle {
  font-size: 12pt;
  font-weight: 600;
  color: #484848;
  letter-spacing: -1px;
}
.cont .specCont .specTitle {
  padding: 20px 29px;
}
.cont .specTitle img {
  padding-bottom: 4px;
}

.prodName {
  line-height: 22px;
  padding-left: 22px;
  background: url('/front.v2/front/images/product/blt_arrow.gif') left 3px no-repeat;
  font-size: 16px;
  font-weight: 700;
}

.btnArea {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}
.btnArea a {
  display: inline-block;
  vertical-align: top;
}
.btnArea .ltBtn {
  float: left;
}
.btnArea .ltBtn a,
.btnArea .ltBtn input {
  padding-right: 1px;
}
.btnArea .rtBtn {
  float: right;
}
.btnArea .rtBtn a,
.btnArea .rtBtn input {
  padding-left: 1px;
}
.btnArea .ctBtn {
  text-align: center;
}
.btnArea a.btn {
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 1px;
  padding: 0 0 0 20px;
  display: inline-block;
  background: url('/front.v2/images/admin_images/common/btn_bg.gif') no-repeat left top;
}
.btnArea a.btn span {
  padding: 0 20px 0 0;
  display: inline-block;
  background: url('/front.v2/images/admin_images/common/btn_bg.gif') no-repeat right top;
}
.btnArea a.btn01 {
  color: #444444;
  font-size: 11px;
  font-family: Gulim;
  line-height: 20px;
  padding: 0 0 0 8px;
  display: inline-block;
  background: url('/front.v2/images/admin_images/common/btn_bg01.gif') no-repeat left
    top;
}
.btnArea a.btn01 span {
  padding: 0 8px 0 0;
  display: inline-block;
  background: url('/front.v2/images/admin_images/common/btn_bg01.gif') no-repeat right
    top;
}

.tabAnchor {
  overflow: hidden;
}
.tabAnchor li {
  float: left;
  text-align: center;
}
.tabAnchor li a {
  text-indent: -10000px;
  display: block;
  position: relative;
}
.tabAnchor li.active a {
}

.tabHolder {
  text-align: right;
  border-bottom: 2px solid #cd0606;
}
.tabHolder .prodInfo {
  border: none;
  width: initial;
  padding: 0;
  margin: 0;
  float: right;
}

/* PRODUCT */
.prodInfo {
  width: 284px; /*width:497px;*/
  height: 27px;
  padding-left: 466px; /*padding-left:253px*/
  margin-bottom: 25px;
  border-bottom: 2px solid #cd0606;
}
.prodInfo li {
  width: 70px;
  margin-left: 1px;
}
.prodInfo li a {
  height: 27px;
  background: url('/front.v2/front/images/product/tab_product_off.gif') no-repeat;
}
.prodInfo li.active a {
  background: url('/front.v2/front/images/product/tab_product_on.gif') no-repeat;
}

.prodInfo li a.prod01 {
  background-position: left top;
}
/*
.prodInfo li a.prod02 {background-position:-71px top;}
.prodInfo li a.prod03 {background-position:-142px top;}
*/
.prodInfo li a.prod04 {
  background-position: -213px top;
}
.prodInfo li a.prod05 {
  background-position: -284px top;
}
.prodInfo li a.prod06 {
  background-position: -355px top;
}

.prodInfo li a.prod07 {
  background-position: right top;
}

/* PRODUCT - OEM EQUIPMENT */
.prodInfo2 {
  width: 284px; /* width: 213px; width: 497px; */
  height: 27px; /*padding-left:537px; */
  padding-left: 466px;
  margin-bottom: 25px;
  border-bottom: 2px solid #cd0606;
}
.prodInfo2 li {
  width: 70px;
  margin-left: 1px;
}
.prodInfo2 li a {
  height: 27px;
  background: url('/front.v2/front/images/product/tab_product_off.gif') no-repeat;
}
.prodInfo2 li.active a {
  background: url('/front.v2/front/images/product/tab_product_on.gif') no-repeat;
}

.prodInfo2 li a.prod01 {
  background-position: left top;
}

.prodInfo2 li a.prod02 {
  background-position: -71px top;
}
.prodInfo2 li a.prod03 {
  background-position: -142px top;
}

.prodInfo2 li a.prod04 {
  background-position: -213px top;
}
.prodInfo2 li a.prod05 {
  background-position: -284px top;
}

.prodInfo2 li a.prod06 {
  background-position: -355px top;
}

.prodInfo2 li a.prod07 {
  background-position: right top;
}

.layerScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgb(0, 0, 0);
  background: transparent\3;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
  display: none;
}

.layerScreen #videoViewer {
  position: fixed;
  background: #000000;
}

.tabContent {
  width: 750px;
  overflow: hidden;
}
.tabContent .case {
  overflow: hidden;
  padding: 40px 0 20px;
  margin-top: -1px;
  border-top: 1px dashed #d1d1d1;
}
.tabContent .case .photo {
  float: left;
  width: 222px;
  height: 254px;
  padding: 10px 0 0 10px;
  background: url('/front.v2/front/images/company/bg_photo_box.gif') left top no-repeat;
}
.tabContent .case .photo img {
  width: 209px;
  height: 241px;
}
.tabContent .case .text {
  float: right;
  width: 500px;
}
.tabContent .case .text p {
  padding-bottom: 15px;
}
.tabContent .case .text .last {
  padding-bottom: 35px;
}
.tabContent img {
  max-width: 750px;
}
.tabContent .gotop {
  text-align: right;
  padding: 15px 20px 15px;
}

.productList {
  overflow: hidden;
  width: 750px;
  border-top: 2px solid #cd0606;
  border-bottom: 1px solid #eaeaea;
}
.productList ul {
  overflow: hidden;
  width: 750px;
}
.productList li {
  float: left;
  width: 230px;
  padding: 25px 10px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: -1px;
}

.productList li span,
.productList li a {
  display: block;
}
.productList li .img {
  padding: 9px;
  border: 1px solid #e0e0e0;
  background: #f3f3f3;
  margin-bottom: 12px;
}
.productList li .img > div {
  width: 209px;
  height: 149px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
.productList li .img img {
  width: 209px;
}

.productList_new {
  overflow: hidden;
  border-top: 2px solid #cd0606;
  border-bottom: 1px solid #eaeaea;
}
.productList_new ul {
  overflow: hidden;
  width: 750px;
}
.productList_new li {
  float: left;
  width: 346px;
  height: 281px;
  background-image: url('/front.v2/images/bg_product_item.png');
  background-position: center;
  margin: 25px 0px;
  text-align: center;
  position: relative;
  transition: background-image 0.3s ease;
  -o-transition: background-image 0.3s ease;
  -moz-transition: background-image 0.3s ease;
  -webkit-transition: background-image 0.3s ease;
}

.productList_new li:hover {
  background-image: url('/front.v2/images/bg_product_item_ov.png');
}
.productList_new a {
  color: inherit;
}

.productList_new li .product-name {
  width: 205px;
  height: 42px;
  line-height: 42px;
  font-size: 10pt;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 12px;
  left: 72px;
  text-align: center;
}

.productList_new li .product-name .name-view {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.productList_new li:hover .product-name {
  color: #ffffff;
}

.productList_new li .product-image {
  width: 210px;
  height: 150px;
  position: absolute;
  left: 69px;
  top: 80px;
}

.productList_new li .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}
