|
|
@@ -752,9 +752,32 @@ content: "〉";font-size: 12px;padding-left: 8px;
|
|
|
|
|
|
.itemsGrp {font-size: 0px;box-sizing: border-box;clear: both;margin-bottom: 20px;}
|
|
|
.itemsGrp::after{content: "";display: table;clear: both;}
|
|
|
+
|
|
|
+/* row type */
|
|
|
+.itemsGrp.rowtype .item_prod {width: 49.43%; margin-bottom: 1.12%; height: 420px; border:1px solid #ddd; overflow: hidden;}
|
|
|
+.itemsGrp.rowtype .item_prod:nth-child(2n) {margin-right: 0;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemBadge, .itemsGrp.rowtype .item_prod .itemcolorchip {display: none;}
|
|
|
+.itemsGrp.rowtype .item_prod .item_state {display: table; padding-left: 330px; padding-right: 50px; padding-bottom: 0; height: 420px; width: 100%;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemLink {display: table-cell; position: static; vertical-align: middle;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemLike {z-index: 99;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemPic {position: absolute; top: 0; left: 0; margin-bottom: 0; padding-top: 0; width: 280px; height: 420px;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemPic .shape {z-index: 89;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemPic::after {background: #f5f5f5; opacity:1; z-index: 87;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemPic .pd_img {z-index: 88;}
|
|
|
+.itemsGrp.rowtype .item_state.soldout .itemPic:before {content:'SOLD OUT'; position: absolute; top: 50%; left: 50%; font-size: 20px; color:#fff; background: rgba(0,0,0,.5); width: 100%; height: 100%; transform:translate(-50%, -50%); line-height: 420px; z-index: 89; text-align: center;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemBrand {margin:0px 6px 65px; font-size: 16px; font-weight: 300;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemComment {position: absolute; left: 340px; top: 150px; font-size: 16px; font-weight: 300; margin:0;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemName {margin:0px 6px 40px; font-size: 30px; font-weight: 200; line-height: 1.2; max-height:70px; height: 70px;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemPrice {font-size: 30px; line-height: 1; font-weight: 500;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemPrice_original {font-size: 20px; font-weight: 200;}
|
|
|
+.itemsGrp.rowtype .item_prod .itemPercent {font-size: 42px; line-height: 0.8;}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
.item_prod {width: 20%;display: inline-block;font-size: 0px;vertical-align: top;color: rgb(31, 31, 31);position: relative;letter-spacing: -0.2px;}
|
|
|
.item_state {position: relative; padding: 0px 10px 60px; box-sizing: border-box;}
|
|
|
- @media (max-width: 1919px) and (min-width: 1401px){/* .item_state {padding-left: 6px;padding-right: 6px;} */}
|
|
|
+.itemsGrp .item_state.soldout .itemPic:before {content:'SOLD OUT'; position: absolute; top: 50%; left: 50%; font-size: 20px; color:#fff; background: rgba(0,0,0,.5); width: 100%; height: 100%; transform:translate(-50%, -50%); line-height: 420px; z-index: 1; text-align: center;}
|
|
|
+@media (max-width: 1919px) and (min-width: 1401px){/* .item_state {padding-left: 6px;padding-right: 6px;} */}
|
|
|
.hgbgCa {width: 100%;height: 100%;}
|
|
|
.fgRDJH {padding: 0px 40px;font-size: 0px;box-sizing: border-box;}
|
|
|
@media (max-width: 1919px) and (min-width: 1401px){.fgRDJH {padding-left: 38px;padding-right: 38px;}}
|
|
|
@@ -768,25 +791,28 @@ content: "〉";font-size: 12px;padding-left: 8px;
|
|
|
.itemLike::after {background: url('/images/pc/ico_like.png');background-size: 46px;background-position: -25px 0px;background-repeat: no-repeat;}
|
|
|
.itemLike:hover::before, .itemLike:active::before {opacity: 1;}
|
|
|
.itemLike.active::before {opacity: 1;}
|
|
|
+.itemLike.likeit::before {opacity: 1;}
|
|
|
|
|
|
.itemLink {position: relative;text-decoration: none;color: rgb(102, 102, 102);cursor: pointer;display: block;}
|
|
|
.itemPic {position: relative;width: 100%;margin-bottom:20px;padding-top: 150%;font-size: 0px;overflow: hidden;}
|
|
|
.itemPic::after {content: "";display: block;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0.03;background-color: rgb(0, 0, 0);}
|
|
|
.itemPic .pd_img {position: absolute;width: 100%;height: auto;top: 50%;left: 0px;transform: translateY(-50%);}
|
|
|
-
|
|
|
-.itemBrand {display: inline-block;margin: 0px 5px 12px;line-height: 9px;font-size: 12px;font-weight: 300;color: rgb(137, 137, 137);}
|
|
|
+/* .itemPic .pd_img {position: absolute;width: 100%;width: auto; height: auto;max-height: 500px;top: 50%;left: 50%;transform: translate(-50%,-50%);} */
|
|
|
+.itemBrand {margin: 0px 5px 12px;line-height: 12px;font-size: 12px;font-weight: 300;color: rgb(137, 137, 137);height:12px;}
|
|
|
.itemComment{margin:20px 5px 0px;line-height: 1; font-size: 14px;font-weight: 300;color: #fd4802;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
|
|
|
-.itemName {
|
|
|
- margin: 0px 5px 15px;line-height:20px;font-size: 14px;font-weight: 200;color:#222; height:40px;
|
|
|
- position: relative;overflow: hidden;white-space: normal;overflow-wrap: break-word;display: block; max-width:95%;
|
|
|
-}
|
|
|
-.itemName {display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
|
|
|
+.itemName { margin: 0px 5px 15px;line-height:20px;font-size: 14px;font-weight: 200;color:#222; height:40px;}
|
|
|
.itemPrice * {margin-right: 7px;}
|
|
|
.itemPrice {position: relative;line-height: 16px;font-size:16px;font-weight: 300;color: rgb(31, 31, 31);margin: 0px 5px;}
|
|
|
.itemPrice_original {position: relative;margin-left: 5px;line-height: 16px;font-size: 14px;font-weight: 300;color: rgb(204, 204, 204);}
|
|
|
.itemPrice_original::after{content: '';display: inline-block;width: 100%;height: 1px;background: rgb(204, 204, 204);position: absolute;top: 50%;left: 0;bottom:auto;right:auto;transform: translateY(-50%);}
|
|
|
.itemPercent {position: absolute;top: 0px;right: 0px;bottom: auto;left: auto;margin-left: 15px;line-height: 16px;font-size: 16px;font-weight: 300;color: #fd4802;}
|
|
|
|
|
|
+/* items Ellipsis */
|
|
|
+.itemBrand {position: relative;overflow: hidden;white-space: normal;overflow-wrap: break-word;display: block; max-width:95%;}
|
|
|
+.itemBrand {display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
|
|
|
+.itemName {position: relative;overflow: hidden;white-space: normal;overflow-wrap: break-word;display: block; max-width:95%;}
|
|
|
+.itemName {display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
|
|
|
+
|
|
|
/* common.css로 이동 예정 */
|
|
|
.itemcolorchip {margin:20px 5px 0px; max-width: 208px;}
|
|
|
.itemcolorchip [class*="chip_"] {position: relative;display: inline-block;width: 15px;height: 15px;font-size: 0; vertical-align: middle; margin:0 0 0 4px;}
|