.product_page_wrap {
  display: none;
}

.s-product_page_wrap {
  display: block;
}

.product_page_wrap .top-view {
  width: 100%;
  height: 543px;
  background: #0099A8;
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 1.92px;
  font-weight: 500;
  line-height: 543px;
}

.product_page_wrap .content-view {
  width: 820px;
  margin: -20px auto 0 auto;
  padding: 30px 46px;
  background: white;
}

.product_page_wrap .top-text-view {
  font-size: 16px;
  color: #858689;
  letter-spacing: 0.64px;
  font-weight: 400;
}

.product_page_wrap .top-view .text-view {
  width: 820px;
  margin: 0 auto;
}

.product_page_wrap .top-text-img {
  margin: 20px auto 0 auto;
}

.product_page_wrap .router-block-view {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 230px;
  padding: 50px 50px 30px 50px;
  background: #FFFFFF;
  border: 1px solid rgba(232,232,232,1);
  font-size: 20px;
  color: #464646;
  letter-spacing: 0;
  font-weight: 500;
}

.product_page_wrap .router-block-view:not(:first-child) {
  margin-top: 13px;
}

.product_page_wrap .router-block-view .more {
  font-size: 12px;
  color: #0099A8;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
}

.product_page_wrap .imgs-view {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 100px;
}

.product_page_wrap .imgs-view .img-768,
.product_page_wrap .imgs-view .img-6and9 {
  width: 350px;
  border: 1px solid rgba(232,232,232,1);
}

.product_page_wrap .product2-b-title {
  margin-top: 60px;
  font-size: 24px;
  color: #414141;
  letter-spacing: 0;
  font-weight: 500;
}

.product_page_wrap .product2-b-img1 {
  margin-top: 20px;
}

.product_page_wrap .product2-gray-view {
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 200px;
  padding: 35px 48px;
  background: #FBFBFB;
}

.product_page_wrap .product2-gray-view .gray-content-view {
  width: 820px;
  margin: 0 auto;
}

.product_page_wrap .product2-gray-view .product2-b-title {
  margin: 0;
}

.product_page_wrap .product5-cell {
  display: flex;
  justify-content: space-between;
}

.product_page_wrap .product5-cell:first-child {
  margin-top: 30px;
}

.product_page_wrap .product5-cell:not(:first-child) {
  margin-top: 106px;
}

.product_page_wrap .product5-cell:last-child {
  margin-bottom: 300px;
}

.product_page_wrap .product5-cell-rimg1 {
  width: 240px;
}

.product_page_wrap .product5-cell-rimg2 {
  width: 264px;
}

.product_page_wrap .product5-cell-rimg3 {
  width: 272px;
}

.product_page_wrap .product5-cell-lview {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  color: #414141;
  letter-spacing: 0;
  font-weight: 500;
}

.product_page_wrap .product5-cell-lview span:last-child {
  margin-top: 5px;
  font-size: 16px;
  color: #858689;
  letter-spacing: 0.64px;
  font-weight: 400;
}


#product_nav_item {
  position: relative;
  cursor: pointer;

}

.product_nav_pop_view {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 232px;
  height: 273px;
  background: white;
}

.product_nav_pop_view .cell {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  border-bottom: 1px solid rgba(241,241,241,1);
  font-size: 15px;
  color: #858689;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 500;
  cursor: pointer;
}

.product_nav_pop_view .cell:last-child {
  border-top: 1px solid rgba(241,241,241,1);
}

.product_nav_pop_view .s-cell::before {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 10;
  content: '';
  width: 90px;
  height: 6px;
  background: #0099A8;
}

.product_nav_pop_view .sub-cell {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding-left: 30px;
  font-size: 12px;
  color: #858689;
  line-height: 50px;
  cursor: pointer;
}