|
|
@@ -399,7 +399,8 @@
|
|
|
/* 슬라이드아이템*/
|
|
|
.item_prod {display: inline-block;width: 100%;font-size: 0;vertical-align: top;color: rgb(31, 31, 31);position: relative;letter-spacing: -0.025em;}
|
|
|
.item_prod .item_state {position: relative; padding:0; box-sizing: border-box;}
|
|
|
-.item_prod .item_state.soldout .itemPic:before {content:'SOLD OUT'; position: absolute; top: 50%; left: 50%; font-size: 2.0rem; font-weight: 500; color:#fff; background: rgba(0,0,0,.7); width: 100%; height: 100%; transform:translate(-50%, -50%); line-height: 12; z-index: 20; text-align: center;}
|
|
|
+.item_prod .item_state.soldout::before {content: 'SOLD OUT';position: absolute;top: 25%;left: 50%;transform: translate(-50%, 0%);width:100%;height: auto;font-size: 1.5rem;font-weight: 500;color: #fff;z-index: 30;text-align: center;}
|
|
|
+.item_prod .item_state.soldout .itemPic:before {content:''; position: absolute; top: 50%; left: 50%; background: rgba(0,0,0,.7); width: 100%; height: 100%; transform:translate(-50%, -50%); z-index: 20; text-align: center;}
|
|
|
.item_prod .item_state.AD .itemPic:before {content:'AD'; position: absolute; bottom: 0.666rem; right: 0.666rem; font-size: 1rem; font-weight: 300; letter-spacing: -0.025em; color:#888888; width: auto; height: auto; line-height: 1rem; z-index: 21; text-align: right;}
|
|
|
|
|
|
.item_prod .itemLike {position: absolute;top:0rem;right:0rem;font-size: 0;z-index: 99;width: 2.0rem;height: 2.0rem; background: url('/images/mo/ico_like.png');background-size: 3.65rem;background-position:1.18rem 1rem;background-repeat: no-repeat;margin: 0;margin-right: 1rem;padding: 2rem 0.0rem 2rem 3rem;}
|
|
|
@@ -417,7 +418,7 @@
|
|
|
.item_prod .itemPic .pd_img {position: absolute;width: 100%;height: auto;top: 50%;left: 0;transform: translateY(-50%);}
|
|
|
.item_prod .itemPic .pd_mov {position: absolute;width: 100%;height: 100%;top: 50%;left: 0;transform: translateY(-50%);z-index: 2;}
|
|
|
.item_prod .itemBrand {display: inline-block; margin: 0 0.5rem 0.3rem; font-size: 1rem;font-weight: 300;color: rgb(137, 137, 137); text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:10rem;overflow:hidden;}
|
|
|
-.item_prod .itemComment{margin: 0.8rem 0.5rem 0;line-height: 1; height: 1.2rem; font-size: 1.1rem;font-weight: 300;color: #fd4802;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
|
|
|
+.item_prod .itemComment{margin: 0.8rem 0.5rem 0.4rem;line-height: 1; height: 1.2rem; font-size: 1.1rem;font-weight: 300;color: #fd4802;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
|
|
|
.item_prod .itemName {margin: 0 0.5rem 0.8rem; font-size: 1.1rem; font-weight:300; color: rgb(31, 31, 31); height: 3rem; max-height: 3rem; position: relative; overflow: hidden; white-space: normal; overflow-wrap: break-word; display: block; letter-spacing: -0.025rem;}
|
|
|
/*.item_prod .itemName {display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}*/
|
|
|
.item_prod .itemName .tit_option{font-weight:500;}
|
|
|
@@ -1229,17 +1230,12 @@
|
|
|
.modal.pd_pop.pd_review_pop {overflow-x: hidden;overflow-y: auto;}
|
|
|
.modal.pd_pop.pd_review_pop .modal-header{border-bottom:0.1rem solid #eee !important;}
|
|
|
.modal.pd_pop.pd_review_pop .modal-body{margin-top:9.3rem; padding:0}
|
|
|
-.modal.pd_pop.pd_review_pop .modal-header{height:auto;}
|
|
|
+.modal.pd_pop.pd_review_pop .modal-header{height:auto;}
|
|
|
.modal.pd_pop.pd_review_pop .pd_detail{overflow: hidden;}
|
|
|
.modal.pd_pop.pd_review_pop .riview_box .area_slider{margin-bottom:0;}
|
|
|
.modal.pd_pop.pd_review_pop .btn_group_flex > div > .btn{height:5.3rem;}
|
|
|
-.modal.pd_pop.pd_review_pop .pd_review .area_rv_empty .btn_group_flex{position:fixed; width: 100%; bottom: 0; left:0; margin-top: 0; z-index:10;}
|
|
|
-.modal.pd_pop.pd_review_pop .pd_review .area_rv_empty .btn_group_flex{
|
|
|
- padding-bottom: env(safe-area-inset-bottom);
|
|
|
- -webkit-backface-visibility:hidden;
|
|
|
- -webkit-transform:translateZ(0);
|
|
|
- -webkit-transform:translate3d(0, 0, 0);
|
|
|
-}
|
|
|
+/* .modal.pd_pop.pd_review_pop .pd_review .area_rv_empty .btn_group_flex{position:fixed; width: 100%; bottom: 0; left:0; margin-top: 0; z-index:98;-webkit-transform: translateZ(0);} */
|
|
|
+/* .modal.pd_pop.pd_review_pop .pd_review .area_rv_empty .btn_group_flex{padding-bottom: env(safe-area-inset-bottom);-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0); -webkit-transform:translate3d(0, 0, 0);} */
|
|
|
.pd_review{background:#f5f5f5;overflow-x: hidden;}
|
|
|
.pd_review.best,
|
|
|
.pd_review.photo{background:#fff; position:relative; bottom:0; z-index:999; max-height:35rem;}
|
|
|
@@ -1252,6 +1248,9 @@
|
|
|
.pd_review ul::after {content:''; clear:both; display:block;}
|
|
|
.pd_review h6 {margin-bottom:2rem; color:#222; font-size:1.6rem; font-weight:500;}
|
|
|
.pd_review [class^="area_"] {display:block; position:relative;}
|
|
|
+.pd_review .rv_empty {display: none;position: fixed;width: 100%;bottom: 0;margin-top: 0;}
|
|
|
+.tab_detail_cont .area_rv_empty + .rv_empty {display:block;position: fixed;width: 100%;bottom: 0;margin-top: 0;}
|
|
|
+.pd_review .area_rv_empty + .rv_empty {display:block;position: fixed;width: 100%;bottom: 0;margin-top: 0;}
|
|
|
.pd_review .area_rv_empty {margin-bottom:0!important; text-align:center;}
|
|
|
.pd_review .area_rv_empty .txt_box p {color:#222; font-size:1.5rem; font-weight:300;}
|
|
|
.pd_review .area_rv_empty .txt_box p::before {content:''; display:block; width:4rem; height:4rem; margin:0 auto 2rem; background:url('/images/mo/ico_point4.png') no-repeat 0 0; background-size:contain;}
|
|
|
@@ -1811,7 +1810,7 @@
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .itemcolorchip {display: none;}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .item_state {display: table; padding-bottom: 0; height:23.4rem; width: 100%;}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .itemLink {display: table-cell; position: static; vertical-align: top; padding-top: 1.8rem; padding-left:17.6rem;}
|
|
|
-.dp_hotdeal .itemsGrp.rowtype .item_prod .itemLike {right:auto; left:13rem; z-index: 99;}
|
|
|
+.dp_hotdeal .itemsGrp.rowtype .item_prod .itemLike {left:11.7rem; z-index: 99;}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .itemPic {position: absolute; top: 0; left: 0; margin-bottom: 0; padding-top: 0; width:15.6rem; height:23.4rem;}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .shape {padding:0.3rem 1rem; width:auto; height:auto; max-width:4rem; min-height:auto; border-radius:2rem;}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .shape span{position:relative; width:auto; left:0; top:0; text-indent:0; transform:translate(0);}
|
|
|
@@ -2135,13 +2134,14 @@
|
|
|
.filter_body > ul > li .sizebox > li label span{position:absolute; top:0; bottom:0; left:0; right:0; color:#222; border:0.1rem solid #dddddd; box-sizing:border-box; overflow:hidden; text-overflow:ellipsis;}
|
|
|
.filter_body > ul > li .sizebox > li label input:checked + span{border-color:#222;}
|
|
|
.filter_body > ul > li .sizebox > li label:nth-of-type(3n+1){margin-left:0;}
|
|
|
-.filter_body > ul > li .sizebox strong{display:block;}
|
|
|
+.filter_body > ul > li .sizebox strong{display:block; font-weight: 300;}
|
|
|
/* 필터세부사항(컬러) */
|
|
|
.filter_body > ul > li .colorbox{padding:2rem 1rem; display:flex; flex-wrap: wrap;}
|
|
|
.filter_body > ul > li .colorbox li {margin:0.5rem 0.5rem; position:relative;}
|
|
|
.filter_body > ul > li .colorbox li .color-check input {position: absolute; display: block;overflow: hidden; height: 0.1rem; width: 0.1rem; clip: rect(1px, 1px, 1px, 1px);}
|
|
|
.filter_body > ul > li .colorbox li .color-check [class*="pdColor"],
|
|
|
-.filter_body > ul > li .filter_content [class*="pdColor"] {position: relative; display: inline-block; width:2.4rem; height: 2.4rem; cursor: pointer;}
|
|
|
+/* .filter_body > ul > li .filter_content [class*="pdColor"] {position: relative; display: inline-block; width:2.4rem; height: 2.4rem; cursor: pointer;} */
|
|
|
+.filter_body > ul > li .filter_content [class*="pdColor"] {position: relative; display: inline-block;width: 2.4rem;height: 2.4rem;font-size: 0;vertical-align: middle;margin: 0 0 0 2px;border-radius: 50%;box-sizing: border-box;}
|
|
|
.filter_body > ul > li .colorbox li [class*="pdColor"]:before {content: ""; display: inline-block; width: 100%; height: 100%; border-radius: 50%; box-sizing: border-box;}
|
|
|
.filter_body > ul > li.color .daps1 span [class*="pdColor"]{position:relative; display:inline-block; margin-left:0.5rem; width:1.2rem; height:1.2rem; border-radius:50%; overflow:hidden;}
|
|
|
.filter_body > ul > li.color .daps1 span [class*="pdColor"]:before{content:''; position:absolute; top:0; left:0; display:block; width:100%; height:100%; cursor: pointer;}
|
|
|
@@ -2286,6 +2286,7 @@
|
|
|
.modal#reco_pop .itemsGrp.rowtype .item_prod .itemcolorchip {display: none;}
|
|
|
.modal#reco_pop .itemsGrp.rowtype .item_prod .item_state{display: table; padding-left:7.5rem; padding-bottom: 0; height:10.5rem; width: 100%;}
|
|
|
.modal#reco_pop .itemsGrp.rowtype .item_prod .item_state:after{content:''; position:absolute; right:0; top:50%; display:inline-block; width:0.6rem; height:1.1rem; background:url(/images/mo/br_pop_arrow.png) no-repeat; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
|
|
|
+.modal#reco_pop .itemsGrp.rowtype .item_prod .item_state.soldout::before {font-size: 1.0rem;line-height: 12rem;width: 7rem;top: 20%;left: 3.5rem;}
|
|
|
.modal#reco_pop .itemsGrp.rowtype .item_prod .itemLink {position:relative; display: table-cell; padding-right:2rem; position: static; vertical-align: middle;}
|
|
|
.modal#reco_pop .itemsGrp.rowtype .item_prod .itemLike {right:auto; left:13rem; z-index: 99;}
|
|
|
.modal#reco_pop .itemsGrp.rowtype .item_prod .itemPic {position: absolute; top: 0; left: 0; margin-bottom: 0; padding-top: 0; width:7rem; height:10.5rem;}
|
|
|
@@ -2593,7 +2594,7 @@
|
|
|
.sch .sch_result .search-list.nodata {margin: 0;}
|
|
|
.sch .sch_result .search-list.nodata > ul {display: none;}
|
|
|
.sch .sch_result .search-list.nodata .nodata_txt {display: block;}
|
|
|
-.sch .sch_result .search-list .nodata_txt {display: none; width: 100%; height: 100%; margin:0; padding:14rem 0;}
|
|
|
+.sch .sch_result .search-list .nodata_txt {display: none; width: 100%; height: 100%; margin:0; padding:9rem 0;}
|
|
|
.sch .sch_result .search-list > ul{margin-top:1rem; margin-bottom:5rem;}
|
|
|
.sch .sch_result .search-list > ul > li {position: relative;}
|
|
|
.sch .sch_result .search-list > ul > li .xBtn {position: absolute; top: 0; right: 0; width: 3.9rem; height: 3.9rem; text-indent: -999em; background: url(/images/mo/ico_btn_cls.png) no-repeat right center; background-size:0.9rem;}
|
|
|
@@ -2769,6 +2770,22 @@
|
|
|
.sch .last_page { text-align: center; font-size: 1.2rem; padding: 2.4rem 0 6rem; border-top: 0.1rem solid #f5f5f5; color: #a7a7a7; background-color:#fff;}
|
|
|
.sch .last_page.mt50{padding-top:2rem;}
|
|
|
|
|
|
+/* Other Requests */
|
|
|
+header .htop .btn_back span i.gl1, header .htop .btn_back span i.gl2, header .htop .btn_back span i.gl3 {height: 0.13rem;}
|
|
|
+
|
|
|
+.btn_group_flex > div > .btn {padding:1.5rem;}
|
|
|
+
|
|
|
+.itemBadge {padding: 0.4rem; font-size: 1rem;}
|
|
|
+.item_prod .itemPic {padding-top: 135%;}
|
|
|
+.item_prod .itemName {font-size: 1.2rem;}
|
|
|
+.item_prod .itemPrice, .item_prod .itemPercent {font-weight: 400;}
|
|
|
+.itemcolorchip {margin: 1.0rem 0.5rem 0;}
|
|
|
+.item_prod .itemComment {margin: 0rem 0.4rem 0.4rem;}
|
|
|
|
|
|
+.pd .tit {font-size: 1.7rem;}
|
|
|
|
|
|
+.filter_top .tt {font-size: 1.8rem; font-weight: 500;}
|
|
|
+.filter_list .form_field input[type="checkbox"] + label {font-size: 1.25rem;}
|
|
|
|
|
|
+.mb .close a {background: url('/images/mo/ico_pop_cls.png') no-repeat center/100%; width: 1.6rem; height: 1.6rem;}
|
|
|
+.mb .close span {display: none;}
|