/****************************************
	상품 상세페이지 base style
*****************************************/
.floatingMenu {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  background: #fff;
  z-index: 99999;
  -webkit-transition: height .9s ease;
  -moz-transition: height .9s ease;
  -o-transition: height .9s ease;
  -ms-transition: height .9s ease;
  transition: height .9s ease;
}
.floatingMenu .inner {
  margin: 0 auto;
  width: 1020px;
  height: 48px;
  position: relative;
}
.floatingMenu .inner h3 {
  padding-top: 15px;
}
.floatingMenu .inner .btnBox {
  position: absolute;
  top: 10px;
  right: 0;
}
.evemtBnr {
  display: none;
}
.indicator {
  position: fixed;
  top: 50%;
  right: 40px;
  z-index: 9999;
}
.indicator ul li:first-child {
  margin-top: 0px;
}
.indicator ul li {
  margin-top: 15px;
  width: 70px;
  text-align: right;
  display: block;
  position: relative;
}
.indicator ul li a strong,
.indicator ul li a .text {
  margin-right: 5px;
  font-size: 12px;
  vertical-align: top;
  display: none;
}
.indicator ul li a span,
.indicator ul li a .icon {
  width: 16px;
  height: 16px;
  background: url('../img/itemdetail/anactv/bg_indicator.png') no-repeat center center;
  background-position: 0 -16px;
  vertical-align: top;
  display: inline-block;
}
.indicator ul li.on a strong,
.indicator ul li.on a .text {
  display: inline-block;
}
.indicator ul li.on a span,
.indicator ul li.on a .icon {
  background-position: 0 0;
}
.indicator ul a:hover .text {
  display: inline-block;
}
.feature .inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.feature .inner .infoBox .subtxt {
  display: block;
}
.feature .inner .infoBox .maintxt {
  display: block;
}
.feature .inner .infoBox .thum {
  display: block;
}
.specWrap {
  text-align: center;
  padding-bottom: 20px;
  background: #1f1f22;
  position: relative;
}
.specWrap h3 {
  padding-top: 80px;
}
.specWrap .specBox {
  padding-top: 70px;
  position: relative;
}
.specWrap .specBox .showBox {
  padding-bottom: 100px;
  background: #1f1f22;
  transition: padding-bottom 0.8s ease;
  -webkit-transition: padding-bottom 0.8s ease;
  -moz-transition: padding-bottom 0.8s ease;
  -o-transition: padding-bottom 0.8s ease;
  -ms-transition: padding-bottom 0.8s ease;
}
.specWrap .specBox .showBox img {
  vertical-align: top;
}
.specWrap .specBox .hiddenBox {
  background: #1f1f22;
  display: none;
  -webkit-transition: height .8s ease;
  -moz-transition: height .8s ease;
  -o-transition: height .8s ease;
  -ms-transition: height .8s ease;
  transition: height .8s ease;
}
.specWrap .specBox .hiddenBox img {
  vertical-align: top;
}
.specWrap .moreBox {
  margin-left: -50px;
  width: 100px;
  position: absolute;
  top: 630px;
  left: 50%;
}
.specWrap .moreBox span {
  color: #35aad7;
  display: block;
}
.specWrap .moreBox .btnSpecmore {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  border: none;
  background: url('../img/itemdetail/anactv/bg_spec1_1.png') no-repeat;
}
.specWrap .moreBox .btnSpecmore span {
  width: 20px;
  height: 20px;
  background: url('../img/itemdetail/anactv/btn_spec_open.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.on .specBox .hiddenBox {
  height: 1440px;
  display: block;
}
.on .moreBox .btnSpecmore span {
  background: url('../img/itemdetail/anactv/btn_spec_close.png') no-repeat;
}
.galleryWrap {
  padding-bottom: 50px;
  background: #f0f0f5;
  text-align: center;
}
.galleryWrap h3 {
  padding-top: 80px;
}
.galleryWrap .dg-container {
  margin-top: 70px;
  width: 100%;
  height: 550px;
  position: relative;
}
.galleryWrap .dg-container .dg-wrapper {
  margin-left: -285px;
  width: 1140px;
  height: 550px;
  position: relative;
  left: 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.galleryWrap .dg-container .dg-wrapper a {
  width: 600px;
  height: 450px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.3);
  cursor: default;
}
.galleryWrap .dg-container .dg-wrapper a img {
  width: 600px;
  display: block;
}
.galleryWrap .dg-container .dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.galleryWrap .dg-container .dg-wrapper a.dg-center div {
  display: block;
}
.galleryWrap .dg-container nav {
  margin-left: -56px;
  width: 144px;
  position: absolute;
  z-index: 1000;
  bottom: 0px;
  left: 50%;
}
.galleryWrap .dg-container nav span {
  text-indent: -9000px;
  float: left;
  cursor: pointer;
  width: 56px;
  height: 56px;
  background: transparent url('../img/itemdetail/anactv/btn_gallery1_1.png') no-repeat top left;
}
.galleryWrap .dg-container nav span:hover {
  opacity: 1;
}
.galleryWrap .dg-container nav span.dg-next {
  margin-left: 30px;
  background-position: top right;
}
.galleryWrap .dg-center {
  z-index: 99999;
}
/* 아낙TV */
.itemDetail.anactv .indicator ul li a .text {
  font-size: 13px;
  color: #38b9ea;
}
.itemDetail.anactv .evemtBnr {
  width: 100%;
  height: 246px;
  background: url('../img/itemdetail/anactv/bg_eventbnr1_2560.jpg') no-repeat top center;
  display: none;
}
.itemDetail.anactv .evemtBnr .inner {
  margin: 0 auto;
  width: 1020px;
  height: 246px;
  text-align: center;
  background: url('../img/itemdetail/anactv/bg_eventbnr1_1020.jpg') no-repeat top center;
}
.itemDetail.anactv .evemtBnr .inner img {
  margin-top: 20px;
}
.itemDetail.anactv .feature.type1 {
  background: #1f1f22;
}
.itemDetail.anactv .feature.type1 .inner {
  height: 750px;
  background: url('../img/itemdetail/anactv/bg_feature1_1.gif') no-repeat center center;
}
.itemDetail.anactv .feature.type1 .inner .infoBox {
  margin: 0 auto;
  width: 1020px;
  position: relative;
}
.itemDetail.anactv .feature.type1 .inner .infoBox .subtxt {
  padding: 72px 0 0 335px;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.itemDetail.anactv .feature.type1 .inner .infoBox .maintxt {
  padding: 42px 0 0 100px;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.itemDetail.anactv .feature.type1 .inner .infoBox .thum {
  padding-top: 58px;
}
.itemDetail.anactv .feature.type1 .inner .infoBox .btnBuy1 {
  position: absolute;
  bottom: 35px;
  right: -20px;
}
.itemDetail.anactv .feature.type2 {
  background: #12a1d7;
}
.itemDetail.anactv .feature.type2 .inner {
  padding-top: 80px;
}
.itemDetail.anactv .feature.type3 {
  background: url('../img/itemdetail/anactv/bg_feature3_2.gif') repeat-x;
}
.itemDetail.anactv .feature.type3 .inner {
  height: 875px;
  background: url('../img/itemdetail/anactv/bg_feature3_1.jpg') no-repeat center center;
}
.itemDetail.anactv .feature.type3 .inner .infoBox {
  margin: 0 auto;
  padding: 340px 0 0 0;
  width: 1020px;
  text-align: left;
}
.itemDetail.anactv .feature.type3 .inner .infoBox .maintxt {
  margin-top: 30px;
  opacity: 0;
}
.itemDetail.anactv .feature.type3 .inner .infoBox .subtxt {
  margin-top: 30px;
  padding-top: 40px;
  opacity: 0;
}
.itemDetail.anactv .feature.type4 {
  background: #2b4413;
}
.itemDetail.anactv .feature.type4 .inner {
  /* height:880px; */
  height: 780px;
  background: url('../img/itemdetail/anactv/bg_feature4_1.jpg') no-repeat center center;
}
.itemDetail.anactv .feature.type4 .inner .infoBox {
  margin: 0 auto;
  padding-top: 270px;
  width: 1020px;
  text-align: left;
}
.itemDetail.anactv .feature.type4 .inner .infoBox .maintxt {
  margin-top: 30px;
  padding-left: 540px;
  opacity: 0;
}
.itemDetail.anactv .feature.type4 .inner .infoBox .subtxt {
  margin-top: 30px;
  padding: 40px 0 0 540px;
  opacity: 0;
}
.itemDetail.anactv .feature.type4 .inner .infoBox .iconList {
  margin-top: 30px;
  padding: 40px 0 0 540px;
  opacity: 0;
  overflow: hidden;
}
.itemDetail.anactv .feature.type4 .inner .infoBox .iconList li:first-child {
  margin-left: 0;
}
.itemDetail.anactv .feature.type4 .inner .infoBox .iconList li {
  margin-left: 30px;
  float: left;
}
.itemDetail.anactv .feature.type5 {
  background: #1f1f22;
}
.itemDetail.anactv .feature.type5 .inner {
  height: 919px;
  background: url('../img/itemdetail/anactv/bg_feature5_1.jpg') no-repeat center center;
  overflow: hidden;
}
.itemDetail.anactv .feature.type5 .inner .infoBox .maintxt {
  margin-top: 30px;
  padding-top: 80px;
  opacity: 0;
}
.itemDetail.anactv .feature.type5 .inner .infoBox .subtxt {
  margin-top: 30px;
  padding-top: 45px;
  opacity: 0;
}
.itemDetail.anactv .feature.type5 .inner .infoBox .iconList {
  margin-top: 30px;
  padding-top: 60px;
  opacity: 0;
}
.itemDetail.anactv .feature.type5 .inner .infoBox .thum {
  margin-top: 30px;
  padding-top: 60px;
  opacity: 0;
}
.itemDetail.anactv .feature.type6 {
  background: #f0f0f5;
}
.itemDetail.anactv .feature.type6 .inner {
  width: 1420px;
  height: 919px;
  overflow: hidden;
  position: relative;
}
.itemDetail.anactv .feature.type6 .inner .infoBox .maintxt {
  margin-top: 30px;
  padding-top: 80px;
  opacity: 0;
}
.itemDetail.anactv .feature.type6 .inner .infoBox .subtxt {
  margin-top: 30px;
  padding-top: 40px;
  opacity: 0;
}
.itemDetail.anactv .feature.type6 .inner .infoBox .iconList {
  margin-top: 30px;
  padding-top: 40px;
  opacity: 0;
}
.itemDetail.anactv .feature.type6 .inner .infoBox .iconList li:first-child {
  margin-left: 0;
}
.itemDetail.anactv .feature.type6 .inner .infoBox .iconList li {
  margin-left: 30px;
  display: inline-block;
}
.itemDetail.anactv .feature.type6 .inner .infoBox .thum.type1 {
  position: absolute;
  bottom: -2px;
  left: -300px;
  opacity: 0;
  z-index: 999;
}
.itemDetail.anactv .feature.type6 .inner .infoBox .thum.type2 {
  position: absolute;
  bottom: 70px;
  right: -300px;
  opacity: 0;
}
.itemDetail.anactv .feature.type7 {
  background: #1f1f22;
}
.itemDetail.anactv .feature.type7 .inner {
  height: 920px;
  background: url('../img/itemdetail/anactv/bg_feature7_1.jpg') no-repeat center center;
  overflow: hidden;
}
.itemDetail.anactv .feature.type7 .inner .infoBox .maintxt {
  margin-top: 30px;
  padding-top: 80px;
  opacity: 0;
}
.itemDetail.anactv .feature.type7 .inner .infoBox .subtxt {
  margin-top: 30px;
  padding-top: 40px;
  opacity: 0;
}
.itemDetail.anactv .feature.type8 {
  background: #01398e;
}
.itemDetail.anactv .feature.type8 .inner {
  height: 920px;
  background: url('../img/itemdetail/anactv/bg_feature8_1.jpg') no-repeat center center;
  overflow: hidden;
}
.itemDetail.anactv .feature.type8 .inner .infoBox {
  margin: 0 auto;
  width: 1020px;
  height: 920px;
  position: relative;
}
.itemDetail.anactv .feature.type8 .inner .infoBox .maintxt {
  margin-top: 30px;
  padding-top: 80px;
  opacity: 0;
}
.itemDetail.anactv .feature.type8 .inner .infoBox .subtxt {
  margin-top: 30px;
  padding-top: 40px;
  opacity: 0;
}
.itemDetail.anactv .feature.type8 .inner .infoBox .iconList {
  margin-top: 30px;
  position: absolute;
  top: 270px;
  right: 0;
  opacity: 0;
}
/* 트윈버드 싸이클론 청소기 */
.itemDetail.twinbrid1 .indicator ul li a .text {
  font-size: 13px;
  color: #fd6302;
}
.itemDetail.twinbrid1 .indicator ul li a .icon {
  background: url('../img/itemdetail/twinbrid1/bg_indicator.png') no-repeat center center;
  background-position: 0 -16px;
}
.itemDetail.twinbrid1 .indicator ul li.on a .text {
  display: inline-block;
}
.itemDetail.twinbrid1 .indicator ul li.on a .icon {
  background-position: 0 0;
}
.itemDetail.twinbrid1 .evemtBnr.type1 {
  background: #6dcff6;
}
.itemDetail.twinbrid1 .evemtBnr.type1 .inner {
  width: 100%;
  height: 236px;
  text-align: center;
  background: url('../img/itemdetail/twinbrid1/bg_eventbnr.gif') repeat-x #2147c6;
}
.itemDetail.twinbrid1 .evemtBnr.type1 .inner a {
  width: 1020px;
  display: inline-block;
}
.itemDetail.twinbrid1 .evemtBnr.type1 .inner a img {
  padding-top: 1px;
}
.itemDetail.twinbrid1 .feature.type1 {
  height: 750px;
  background: url('../img/itemdetail/twinbrid1/bg_feature1_1.jpg') no-repeat #19191b center center;
}
.itemDetail.twinbrid1 .feature.type1 .inner .infoBox {
  margin: 0 auto;
  width: 1020px;
  position: relative;
}
.itemDetail.twinbrid1 .feature.type1 .inner .infoBox .subtxt {
  margin-left: -138.5px;
  position: absolute;
  top: 70px;
  left: 50%;
  width: 0;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type1 .inner .infoBox .maintxt {
  margin-left: -234.5px;
  position: absolute;
  top: 165px;
  left: 50%;
  width: 0;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type1 .inner .infoBox .btnBuy1 {
  margin-left: -89px;
  position: absolute;
  top: 500px;
  left: 50%;
  display: inline-block;
}
.itemDetail.twinbrid1 .feature.type2 {
  height: 510px;
  background: #2147c6;
}
.itemDetail.twinbrid1 .feature.type2 .inner .infoBox .maintxt {
  padding-top: 95px;
}
.itemDetail.twinbrid1 .feature.type3 {
  height: 750px;
  overflow: hidden;
}
.itemDetail.twinbrid1 .feature.type3 .inner {
  width: 1920px;
  height: 750px;
  text-align: right;
  background: url('../img/itemdetail/twinbrid1/bg_feature3_1.gif') no-repeat;
}
.itemDetail.twinbrid1 .feature.type3 .inner .infoBox {
  margin: 0 auto;
  width: 1555px;
  height: 750px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.itemDetail.twinbrid1 .feature.type3 .inner .infoBox .maintxt {
  position: absolute;
  top: 155px;
  left: 240px;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type3 .inner .infoBox .subtxt {
  position: absolute;
  top: 300px;
  left: 240px;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type3 .inner .infoBox .iconList {
  position: absolute;
  top: 445px;
  left: 240px;
  overflow: hidden;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type3 .inner .infoBox .iconList li:first-child {
  padding-left: 0;
}
.itemDetail.twinbrid1 .feature.type3 .inner .infoBox .iconList li {
  padding-left: 30px;
  float: left;
}
.itemDetail.twinbrid1 .feature.type3 .inner .infoBox .thum {
  position: absolute;
  bottom: -470px;
  right: 0px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type4 {
  height: 650px;
  background: #2147c6;
}
.itemDetail.twinbrid1 .feature.type4 .inner {
  height: 650px;
  background: url('../img/itemdetail/twinbrid1/bg_feature4_1.gif') no-repeat top center;
}
.itemDetail.twinbrid1 .feature.type4 .inner .infoBox {
  margin: 0 auto;
  width: 1020px;
  height: 650px;
  position: relative;
}
.itemDetail.twinbrid1 .feature.type4 .inner .infoBox .maintxt {
  position: absolute;
  top: 170px;
  right: 0px;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type4 .inner .infoBox .subtxt {
  position: absolute;
  top: 250px;
  right: 12px;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type5 .inner .infoBox .thum img {
  max-width: 100%;
}
.itemDetail.twinbrid1 .feature.type6 {
  height: 750px;
}
.itemDetail.twinbrid1 .feature.type6 .inner {
  height: 750px;
  background: url('../img/itemdetail/twinbrid1/bg_feature6_1.jpg') no-repeat center center;
}
.itemDetail.twinbrid1 .feature.type6 .inner .infoBox {
  margin: 0 auto;
  width: 1020px;
  height: 750px;
  position: relative;
}
.itemDetail.twinbrid1 .feature.type6 .inner .infoBox .maintxt {
  position: absolute;
  top: 160px;
  left: 0;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type6 .inner .infoBox .subtxt {
  position: absolute;
  top: 300px;
  left: 0;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type6 .inner .infoBox .iconList {
  position: absolute;
  top: 468px;
  left: 0;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type7 {
  height: 650px;
  background: #2147c6;
  overflow: hidden;
}
.itemDetail.twinbrid1 .feature.type7 .inner {
  margin: 0 auto;
  width: 1920px;
  height: 650px;
  background: url('../img/itemdetail/twinbrid1/bg_feature7_1.jpg') fixed center center;
}
.itemDetail.twinbrid1 .feature.type7 .inner .infoBox {
  margin: 0 auto;
  width: 1020px;
  height: 650px;
  position: relative;
}
.itemDetail.twinbrid1 .feature.type7 .inner .infoBox .maintxt {
  position: absolute;
  top: 170px;
  right: 138px;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type7 .inner .infoBox .subtxt {
  position: absolute;
  top: 315px;
  right: 35px;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type8 {
  height: 1009px;
  background: url('../img/itemdetail/twinbrid1/bg_feature8_1.png') no-repeat top center;
  position: relative;
  top: -29px;
}
.itemDetail.twinbrid1 .feature.type8 .inner .infoBox {
  margin: 0 auto;
  width: 1020px;
  position: relative;
}
.itemDetail.twinbrid1 .feature.type8 .inner .infoBox .subtxt {
  position: absolute;
  top: 640px;
  left: 0;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .feature.type8 .inner .infoBox .maintxt {
  position: absolute;
  top: 750px;
  left: 0;
  margin-top: 50px;
  opacity: 0;
}
.itemDetail.twinbrid1 .specWrap {
  margin-top: -29px;
  background: #2147c6;
}
.itemDetail.twinbrid1 .specWrap .specBox .showBox {
  padding-bottom: 50px;
  background: #2147c6;
}
.itemDetail.twinbrid1 .specWrap .specBox .hiddenBox {
  padding-bottom: 70px;
  background: #2147c6;
}
.itemDetail.twinbrid1 .specWrap .moreBox {
  top: 700px;
}
.itemDetail.twinbrid1 .specWrap .moreBox span {
  color: #90a3e3;
}
.itemDetail.twinbrid1 .specWrap .moreBox .btnSpecmore {
  background: url('../img/itemdetail/twinbrid1/bg_spec1_1.png') no-repeat;
}
.itemDetail.twinbrid1 .specWrap .moreBox .btnSpecmore span {
  background: url('../img/itemdetail/twinbrid1/btn_spec_open.png') no-repeat;
}
.itemDetail.twinbrid1 .specWrap.on .specBox .hiddenBox {
  height: 690px;
  display: block;
}
.itemDetail.twinbrid1 .specWrap.on .moreBox .btnSpecmore span {
  background: url('../img/itemdetail/twinbrid1/btn_spec_close.png') no-repeat;
}
/* 테스콤 헤어드라이어 */
.itemDetail.tescom1 {
  overflow-x: hidden;
}
.itemDetail.tescom1 .indicator ul li a .text {
  font-size: 13px;
  color: #222226;
}
.itemDetail.tescom1 .indicator ul li a .icon {
  background: url('../img/itemdetail/tescom1/bg_indicator.png') no-repeat center center;
  background-position: 0 -16px;
}
.itemDetail.tescom1 .indicator ul li.on a .text {
  display: inline-block;
}
.itemDetail.tescom1 .indicator ul li.on a .icon {
  background-position: 0 0;
}
.itemDetail.tescom1 .feature.type1 {
  width: 100%;
  height: 750px;
  background: url('../img/itemdetail/tescom1/bg_feature1_1.gif') no-repeat #19191b center center;
}
.itemDetail.tescom1 .feature.type1 .inner .infoBox {
  margin: 0 auto;
  width: 1360px;
  height: 750px;
  position: relative;
}
.itemDetail.tescom1 .feature.type1 .inner .infoBox .subtxt {
  margin-left: -224.5px;
  position: absolute;
  top: 90px;
  left: 50%;
  width: 0;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type1 .inner .infoBox .maintxt {
  margin-left: -440px;
  position: absolute;
  top: 157px;
  left: 50%;
  width: 0;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type1 .inner .infoBox .movingBox {
  wwidth: 1360px;
  height: 380px;
  position: absolute;
  bottom: 0;
}
.itemDetail.tescom1 .feature.type1 .inner .infoBox .movingBox .thum {
  width: 430px;
  height: 380px;
  display: inline-block;
  position: absolute;
}
.itemDetail.tescom1 .feature.type1 .inner .infoBox .movingBox .thum.type1 {
  background: url('../img/itemdetail/tescom1/thum_feature1_1.png') no-repeat;
  left: 0px;
  z-index: 2;
  opacity: 0;
  display: none;
}
.itemDetail.tescom1 .feature.type1 .inner .infoBox .movingBox .thum.type2 {
  background: url('../img/itemdetail/tescom1/thum_feature1_2.png') no-repeat;
  left: 470px;
  z-index: 3;
  opacity: 0;
  display: none;
}
.itemDetail.tescom1 .feature.type1 .inner .infoBox .movingBox .thum.type3 {
  background: url('../img/itemdetail/tescom1/thum_feature1_3.png') no-repeat;
  left: 940px;
  z-index: 2;
  opacity: 0;
  display: none;
}
.itemDetail.tescom1 .slogan.type1 {
  padding: 63px 0;
  background: #ca2a2b;
  text-align: center;
}
.itemDetail.tescom1 .evemtBnr {
  background: #ca2a2b;
  display: none;
}
.itemDetail.tescom1 .evemtBnr .inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 1360px;
  text-align: center;
}
.itemDetail.tescom1 .feature.type2 {
  width: 100%;
  height: 550px;
  background: url('../img/itemdetail/tescom1/bg_feature2_1.png') no-repeat right center;
}
.itemDetail.tescom1 .feature.type2 .inner .infoBox .eventBtn {
  display: none;
}
.itemDetail.tescom1 .feature.type2 .inner .infoBox .maintxt {
  padding-top: 143px;
}
.itemDetail.tescom1 .feature.type3 {
  width: 100%;
  height: 2604px;
  background: #ca2a2b;
}
.itemDetail.tescom1 .feature.type3 .inner {
  margin: 0 auto;
  width: 1200px;
  text-align: left;
  position: relative;
}
.itemDetail.tescom1 .feature.type3 .inner .infoBox {
  height: 445px;
  position: relative;
}
.itemDetail.tescom1 .feature.type3 .inner .infoBox .maintxt {
  position: absolute;
  top: 130px;
  left: 90px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type3 .inner .infoBox .subtxt {
  position: absolute;
  top: 260px;
  left: 90px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type3 .inner .infoBox .btnBuy1 {
  position: absolute;
  top: 360px;
  left: 90px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type3 .inner .infoBox .thum {
  position: absolute;
  top: -95px;
  right: -154px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type1 {
  margin-top: 60px;
  width: 1200px;
  height: 460px;
  background: url('../img/itemdetail/tescom1/bg_feature3_2.jpg') no-repeat #ffffff center center;
  position: relative;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type1 .object1 .move1 {
  position: absolute;
  top: 237px;
  left: 582px;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type1 .object1 .move1 .bg {
  width: 35px;
  height: 73px;
  background: url('../img/itemdetail/tescom1/move_feature3_1_3.png') no-repeat;
  display: block;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type1 .object1 .txt1 {
  width: 463px;
  height: 128px;
  background: url('../img/itemdetail/tescom1/move_feature3_1_5.png') no-repeat;
  display: block;
  position: absolute;
  top: 174px;
  right: 169px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type1 .object1 .txt2 {
  width: 454px;
  height: 101px;
  background: url('../img/itemdetail/tescom1/move_feature3_1_4.png') no-repeat;
  display: block;
  position: absolute;
  top: 313px;
  right: 165px;
  opacity: 1;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type2 {
  height: 524px;
  background: url('../img/itemdetail/tescom1/bg_feature3_3.jpg') no-repeat;
  position: relative;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type2 .object1 .item1 {
  width: 508px;
  height: 439px;
  background: url('../img/itemdetail/tescom1/img_feature3_3_1.png') no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 200px;
  z-index: 2;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type2 .object1 .move1 {
  width: 494px;
  height: 131px;
  position: absolute;
  top: 131px;
  right: 593px;
  z-index: 1;
  overflow: hidden;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type2 .object1 .move1 .bg {
  width: 494px;
  height: 131px;
  background: url('../img/itemdetail/tescom1/img_feature3_3_2.png') no-repeat;
  display: inline-block;
  float: right;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type2 .object1 .move1.on .bg {
  background: url('../img/itemdetail/tescom1/img_feature3_3_5.png') no-repeat;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type2 .object1 .txt1 {
  width: 299px;
  height: 84px;
  background: url('../img/itemdetail/tescom1/img_feature3_3_4_1.png') no-repeat;
  display: block;
  position: absolute;
  top: 350px;
  left: 302px;
}
.itemDetail.tescom1 .feature.type3 .inner .motion.type2 .object1 .txt1.on {
  width: 299px;
  height: 84px;
  background: url('../img/itemdetail/tescom1/img_feature3_3_4_2.png') no-repeat;
}
.itemDetail.tescom1 .feature.type4 {
  width: 100%;
  height: 2300px;
  background: url('../img/itemdetail/tescom1/bg_feature4_1.gif') repeat;
}
.itemDetail.tescom1 .feature.type4 .inner {
  margin: 0 auto;
  width: 1200px;
  text-align: left;
  position: relative;
}
.itemDetail.tescom1 .feature.type4 .inner .infoBox.type1 {
  height: 445px;
  position: relative;
}
.itemDetail.tescom1 .feature.type4 .inner .infoBox.type1 .maintxt {
  position: absolute;
  top: 130px;
  left: 90px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type4 .inner .infoBox.type1 .subtxt {
  position: absolute;
  top: 260px;
  left: 90px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type4 .inner .infoBox.type1 .btnBuy1 {
  position: absolute;
  top: 360px;
  left: 90px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type4 .inner .infoBox.type1 .thum {
  position: absolute;
  top: -78px;
  right: -317px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 {
  margin-top: 60px;
  width: 1200px;
  height: 730px;
  text-align: center;
  background: #b9365f;
  position: relative;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .maintxt {
  padding-top: 65px;
  display: block;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 {
  position: relative;
  top: 55px;
  left: 270px;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 .nth1,
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 .nth2,
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 .nth3,
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 .nth4 {
  width: 290px;
  height: 235px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 .nth1 {
  background: url('../img/itemdetail/tescom1/move_feature3_2_1.png') no-repeat;
  z-index: 4;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 .nth2 {
  background: url('../img/itemdetail/tescom1/move_feature3_2_2.png') no-repeat;
  z-index: 3;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 .nth3 {
  background: url('../img/itemdetail/tescom1/move_feature3_2_3_1.png') no-repeat;
  z-index: 2;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 .nth4 {
  background: url('../img/itemdetail/tescom1/move_feature3_2_3_3.png') no-repeat;
  z-index: 1;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object1 .nth4.on {
  background: url('../img/itemdetail/tescom1/move_feature3_2_3_4.png') no-repeat;
  z-index: 1;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object2 {
  position: absolute;
  top: 210px;
  left: 624px;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object2 .move1 {
  width: 310px;
  height: 107px;
  background: url('../img/itemdetail/tescom1/move_feature3_2_4_1.png') no-repeat;
  display: block;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object2 .move1.on {
  width: 301px;
  height: 107px;
  background: url('../img/itemdetail/tescom1/move_feature3_2_4_2.png') no-repeat;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object3 {
  position: relative;
  top: 311px;
  right: 0;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object3 .move1 {
  width: 461px;
  position: absolute;
  top: -31px;
  right: 688px;
  overflow: hidden;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object3 .move1 .cover {
  width: 250px;
  height: 280px;
  background: url('../img/itemdetail/tescom1/move_feature3_2_6_2.png') no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object3 .move1 .bg {
  width: 461px;
  height: 281px;
  background: url('../img/itemdetail/tescom1/move_feature3_2_6_1.png') no-repeat;
  display: inline-block;
  float: right;
  z-index: 1;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object3 .move1.on {
  width: 0;
  position: absolute;
  top: -31px;
  right: 688px;
  overflow: hidden;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object3 .move1.on .cover {
  width: 250px;
  height: 280px;
  background: url('../img/itemdetail/tescom1/move_feature3_2_6_2.png') no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object3 .move1.on .bg {
  width: 461px;
  height: 281px;
  background: url('../img/itemdetail/tescom1/move_feature3_2_6.png') no-repeat;
  display: inline-block;
  float: right;
  z-index: 1;
}
.itemDetail.tescom1 .feature.type4 .inner .movingBox.type1 .motion.type1 .object3 .item {
  width: 511px;
  height: 308px;
  background: url('../img/itemdetail/tescom1/move_feature3_2_5.png') no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 180px;
}
.itemDetail.tescom1 .feature.type5 {
  width: 100%;
  height: 2300px;
  background: #e4e3e6;
}
.itemDetail.tescom1 .feature.type5 .inner {
  margin: 0 auto;
  width: 1200px;
  text-align: left;
  position: relative;
}
.itemDetail.tescom1 .feature.type5 .inner .infoBox.type1 {
  height: 445px;
  position: relative;
}
.itemDetail.tescom1 .feature.type5 .inner .infoBox.type1 .maintxt {
  position: absolute;
  top: 130px;
  left: 710px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type5 .inner .infoBox.type1 .subtxt {
  position: absolute;
  top: 260px;
  left: 710px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type5 .inner .infoBox.type1 .btnBuy1 {
  position: absolute;
  top: 360px;
  left: 710px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type5 .inner .infoBox.type1 .thum {
  position: absolute;
  top: -85px;
  left: -225px;
  opacity: 0;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 {
  margin-top: 60px;
  width: 1200px;
  height: 730px;
  text-align: center;
  background: #3e4241;
  position: relative;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .maintxt {
  padding-top: 65px;
  display: block;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 {
  position: relative;
  top: 55px;
  left: 270px;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 .nth1,
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 .nth2,
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 .nth3,
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 .nth4 {
  width: 290px;
  height: 235px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 .nth1 {
  background: url('../img/itemdetail/tescom1/img_feature5_2_2.png') no-repeat;
  z-index: 4;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 .nth2 {
  background: url('../img/itemdetail/tescom1/img_feature5_2_3.png') no-repeat;
  z-index: 3;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 .nth3 {
  background: url('../img/itemdetail/tescom1/img_feature5_2_4_1.png') no-repeat;
  z-index: 2;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 .nth4 {
  background: url('../img/itemdetail/tescom1/img_feature5_2_4_2.png') no-repeat;
  z-index: 1;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object1 .nth4.on {
  background: url('../img/itemdetail/tescom1/img_feature5_2_4_3.png') no-repeat;
  z-index: 1;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object2 {
  position: absolute;
  top: 210px;
  left: 624px;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object2 .move1 {
  width: 310px;
  height: 107px;
  background: url('../img/itemdetail/tescom1/img_feature5_2_5_1.png') no-repeat;
  display: block;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object2 .move1.on {
  width: 301px;
  height: 107px;
  background: url('../img/itemdetail/tescom1/img_feature5_2_5_2.png') no-repeat;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object3 {
  position: relative;
  top: 317px;
  right: 0;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object3 .move1 {
  width: 461px;
  position: absolute;
  top: -31px;
  right: 688px;
  overflow: hidden;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object3 .move1 .cover {
  width: 250px;
  height: 280px;
  background: url('../img/itemdetail/tescom1/img_feature5_2_7_2.png') no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object3 .move1 .bg {
  width: 461px;
  height: 281px;
  background: url('../img/itemdetail/tescom1/img_feature5_2_7.png') no-repeat;
  display: inline-block;
  float: right;
  z-index: 1;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object3 .move1.on {
  width: 0;
  position: absolute;
  top: -31px;
  right: 688px;
  overflow: hidden;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object3 .move1.on .bg {
  width: 461px;
  height: 281px;
  background: url('../img/itemdetail/tescom1/move_feature3_2_6.png') no-repeat;
  display: inline-block;
  float: right;
  z-index: 1;
}
.itemDetail.tescom1 .feature.type5 .inner .movingBox.type1 .motion.type1 .object3 .item {
  width: 504px;
  height: 301px;
  background: url('../img/itemdetail/tescom1/img_feature5_2_6.png') no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 195px;
}
.itemDetail.tescom1 .specWrap {
  height: 1161px;
  background: #fff;
}
.itemDetail.tescom1 .specWrap .specBox .showBox {
  background: #fff;
}
.itemDetail.tescom1 .specWrap .specBox .hiddenBox .type1 {
  background: #f6f6f6;
}
.itemDetail.tescom1 .specWrap .specBox .hiddenBox .type2 {
  background: #fff;
}
.itemDetail.tescom1 .specWrap .moreBox {
  margin-left: -62.5px;
  width: 125px;
  top: 1000px;
}
.itemDetail.tescom1 .specWrap .moreBox .txt {
  font-size: 16px;
  color: #2a2b2e;
}
.itemDetail.tescom1 .specWrap .moreBox .btnSpecmore {
  background: url('../img/itemdetail/tescom1/bg_spec1_1.png') no-repeat;
}
.itemDetail.tescom1 .specWrap .moreBox .btnSpecmore span {
  background: url('../img/itemdetail/tescom1/btn_spec_open.png') no-repeat;
}
.itemDetail.tescom1 .specWrap.on {
  height: 2886px;
}
.itemDetail.tescom1 .specWrap.on .btnSpecmore span {
  background: url('../img/itemdetail/tescom1/btn_spec_close.png') no-repeat;
}
.itemDetail.tescom1 .specWrap.on .moreBox {
  top: 1100px;
}
.itemDetail.tescom1 .galleryWrap .dg-container nav span {
  background: transparent url('../img/itemdetail/tescom1/btn_gallery1_1.png') no-repeat top left;
}
.itemDetail.tescom1 .galleryWrap .dg-container nav span.dg-next {
  margin-left: 30px;
  background-position: top right;
}
