|
@@ -397,7 +397,7 @@
|
|
|
/* 슬라이드아이템*/
|
|
/* 슬라이드아이템*/
|
|
|
.item_prod {display: inline-block;font-size: 0px;vertical-align: top;color: rgb(31, 31, 31);position: relative;letter-spacing: -0.025em;}
|
|
.item_prod {display: inline-block;font-size: 0px;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 {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: auto; transform:translate(-50%, -50%); line-height: 12; z-index: 20; text-align: center;}
|
|
|
|
|
|
|
+.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.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 .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:1rem;right:1rem;font-size: 0px;z-index: 19;width: 1.7rem;height: 1.7rem; background: url('/images/mo/ico_like.png');background-size: 3.4rem;background-position:0px 0px;background-repeat: no-repeat;}
|
|
.item_prod .itemLike {position: absolute;top:1rem;right:1rem;font-size: 0px;z-index: 19;width: 1.7rem;height: 1.7rem; background: url('/images/mo/ico_like.png');background-size: 3.4rem;background-position:0px 0px;background-repeat: no-repeat;}
|
|
@@ -410,7 +410,7 @@
|
|
|
/* .item_prod .itemLike.active::before {opacity: 1;} */
|
|
/* .item_prod .itemLike.active::before {opacity: 1;} */
|
|
|
.itemLike.likeit::before {opacity: 1;}
|
|
.itemLike.likeit::before {opacity: 1;}
|
|
|
.item_prod .itemLink {position: relative;text-decoration: none;color: rgb(102, 102, 102);cursor: pointer;display: block;}
|
|
.item_prod .itemLink {position: relative;text-decoration: none;color: rgb(102, 102, 102);cursor: pointer;display: block;}
|
|
|
-.item_prod .itemPic {position: relative;width: 100%;margin-bottom: 1.5rem;padding-top: 150%;font-size: 0px;overflow: hidden; background-color: #fff;}
|
|
|
|
|
|
|
+.item_prod .itemPic {position: relative;width: 100%;margin-bottom: 1.5rem;padding-top: 150%;font-size: 0px;overflow: hidden; background-color: #f9f9f9;}
|
|
|
/*.item_prod .itemPic::after {content: "";display: block;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0.03;background-color: rgb(0, 0, 0);}*/
|
|
/*.item_prod .itemPic::after {content: "";display: block;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0.03;background-color: rgb(0, 0, 0);}*/
|
|
|
.item_prod .itemPic .pd_img {position: absolute;width: 100%;height: auto;top: 50%;left: 0px;transform: translateY(-50%);}
|
|
.item_prod .itemPic .pd_img {position: absolute;width: 100%;height: auto;top: 50%;left: 0px;transform: translateY(-50%);}
|
|
|
.item_prod .itemPic .pd_mov {position: absolute;width: 100%;height: 100%;top: 50%;left: 0px;transform: translateY(-50%);z-index: 2;}
|
|
.item_prod .itemPic .pd_mov {position: absolute;width: 100%;height: 100%;top: 50%;left: 0px;transform: translateY(-50%);z-index: 2;}
|
|
@@ -786,7 +786,7 @@
|
|
|
.pd_detail .pd_recommend .item_picker > div button{position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
|
|
.pd_detail .pd_recommend .item_picker > div button{position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
|
|
|
.pd_detail .pd_recommend .item_picker > div .pick_descr{display:none;}
|
|
.pd_detail .pd_recommend .item_picker > div .pick_descr{display:none;}
|
|
|
.pd_detail .pd_recommend .pic_img{margin:0 -2rem 2rem;}
|
|
.pd_detail .pd_recommend .pic_img{margin:0 -2rem 2rem;}
|
|
|
-.pd_detail .pd_recommend .pic_list .item_prod .itemName{display: block;max-height: 3.3rem; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; white-space: normal; overflow-wrap: break-word; width: calc(100% - 10%);}
|
|
|
|
|
|
|
+.pd_detail .pd_recommend .pic_list .item_prod .itemName{display: block; min-height:3rem; max-height: 3.3rem; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; white-space: normal; overflow-wrap: break-word; width: calc(100% - 10%);}
|
|
|
.pd_detail .pd_recommend .pic_list .btn_group_flex{margin-top:3rem;}
|
|
.pd_detail .pd_recommend .pic_list .btn_group_flex{margin-top:3rem;}
|
|
|
.pd_detail .pd_recommend .pic_list .btn_group_flex button{border: 1px solid #fd4802; color: #fd4802; background-color:#fff;}
|
|
.pd_detail .pd_recommend .pic_list .btn_group_flex button{border: 1px solid #fd4802; color: #fd4802; background-color:#fff;}
|
|
|
.pd_detail .pd_samebrand{}
|
|
.pd_detail .pd_samebrand{}
|
|
@@ -1170,11 +1170,6 @@
|
|
|
.modal.pd_pop.pd_review_pop .riview_box .area_slider{margin-bottom:0;}
|
|
.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 .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{position:fixed; width: 100%; bottom: 0; left:0; margin-top: 0; z-index:10;}
|
|
|
-.modal.pd_pop.pd_review_pop .btn_default:hover{background-color:#fff;}
|
|
|
|
|
-.modal.pd_pop.pd_review_pop .btn_default:focus{background-color:#fff;}
|
|
|
|
|
-.modal.pd_pop.pd_review_pop .btn_default:active{background-color:#fff;}
|
|
|
|
|
-.modal.pd_pop.pd_review_pop .btn_default.active{background-color:#fff;}
|
|
|
|
|
-.modal.pd_pop.pd_review_pop .tgl_dropdown.btn_default{background-color:#fff;}
|
|
|
|
|
.pd_review{background:#f5f5f5;}
|
|
.pd_review{background:#f5f5f5;}
|
|
|
.pd_review.best,
|
|
.pd_review.best,
|
|
|
.pd_review.photo{background:#fff; position:relative; bottom:0; z-index:999; max-height:35rem;}
|
|
.pd_review.photo{background:#fff; position:relative; bottom:0; z-index:999; max-height:35rem;}
|
|
@@ -1305,11 +1300,11 @@
|
|
|
.pd_review .area_rv_all .nodata {padding:10rem 0; border-top:1px solid #ddd; text-align:center;}
|
|
.pd_review .area_rv_all .nodata {padding:10rem 0; border-top:1px solid #ddd; text-align:center;}
|
|
|
.pd_review .area_rv_all .nodata .txt_box {color:#666; font-size:1.3rem; font-weight:300;}
|
|
.pd_review .area_rv_all .nodata .txt_box {color:#666; font-size:1.3rem; font-weight:300;}
|
|
|
.pd_review .area_rv_all .nodata .btn_box {margin-top:1.5rem;}
|
|
.pd_review .area_rv_all .nodata .btn_box {margin-top:1.5rem;}
|
|
|
-.pd_review .area_rv_all .nodata .btn_group_flex button{margin:0 auto; padding:0; width:10.8rem; height:3rem; line-height:3rem!important; font-size:1.1rem; border:1px solid #ddd;}
|
|
|
|
|
|
|
+.pd_review .area_rv_all .nodata .btn_group_flex button{margin:0 auto; padding:0; width:10.8rem; height:3rem !important; line-height:3rem!important; font-size:1.1rem; border:1px solid #ddd;}
|
|
|
.pd_review .area_rv_all .nodata .btn_box .btn span {color:#222; font-size:1.4rem; font-weight:300;}
|
|
.pd_review .area_rv_all .nodata .btn_box .btn span {color:#222; font-size:1.4rem; font-weight:300;}
|
|
|
.pd_review .category_open {position:relative; margin:-1.2rem -1.33rem -1px; border-bottom: 1px solid #ddd; overflow-x:auto;}
|
|
.pd_review .category_open {position:relative; margin:-1.2rem -1.33rem -1px; border-bottom: 1px solid #ddd; overflow-x:auto;}
|
|
|
.pd_review .category_open {font-size:0; white-space:nowrap;}
|
|
.pd_review .category_open {font-size:0; white-space:nowrap;}
|
|
|
-.pd_review .category_open > li {position:relative; display:inline-block; padding:0 2rem; font-size:1.1rem; color:#222; line-height: 4.5rem;}
|
|
|
|
|
|
|
+.pd_review .category_open > li {position:relative; display:inline-block; padding:0 2rem; font-size:1.1rem; color:#222; line-height: 4.5rem; max-width:10rem;}
|
|
|
.pd_review .category_open > li:after{content:''; display:block; position:absolute; top:50%; margin-top:-0.5rem; right:0px; width:1px; height:1rem; background-color:#ddd;}
|
|
.pd_review .category_open > li:after{content:''; display:block; position:absolute; top:50%; margin-top:-0.5rem; right:0px; width:1px; height:1rem; background-color:#ddd;}
|
|
|
.pd_review .category_open > li:last-child:after{display:none;}
|
|
.pd_review .category_open > li:last-child:after{display:none;}
|
|
|
.pd_review .category_open > li > span{position:relative; padding-right:1.5rem;}
|
|
.pd_review .category_open > li > span{position:relative; padding-right:1.5rem;}
|
|
@@ -1585,10 +1580,10 @@
|
|
|
|
|
|
|
|
/* ============================================ 전시 ============================================ */
|
|
/* ============================================ 전시 ============================================ */
|
|
|
/* 전시공통 (타이틀,정렬,필터,네비,마지막리스트)*/
|
|
/* 전시공통 (타이틀,정렬,필터,네비,마지막리스트)*/
|
|
|
-.dp .dp_subtitle{margin-bottom: 2.4rem; font-size:1.6rem; font-weight:500; text-align:center;}
|
|
|
|
|
|
|
+.dp .dp_subtitle{margin-bottom: 2.4rem; font-size:2rem; font-weight:500; text-align:center;}
|
|
|
.dp .dp_subtitle > a{position:relative; padding-right:2rem;}
|
|
.dp .dp_subtitle > a{position:relative; padding-right:2rem;}
|
|
|
.dp .dp_subtitle > a:before{content:''; position:absolute; right:0; top:50%; margin-top:-1px; width:0.7rem; height:1.3rem; background:url(/images/mo/ico_dp_arrow.png) center center no-repeat; background-size:contain; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
|
|
.dp .dp_subtitle > a:before{content:''; position:absolute; right:0; top:50%; margin-top:-1px; width:0.7rem; height:1.3rem; background:url(/images/mo/ico_dp_arrow.png) center center no-repeat; background-size:contain; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
|
|
|
-.dp .category_nav {margin-bottom:0 2rem -1.3rem; justify-content: center; border-bottom:1px solid #eeeeee;}
|
|
|
|
|
|
|
+.dp .category_nav {margin:0 -2rem -1.2rem; padding:0 2rem; justify-content: center; border-bottom:1px solid #eeeeee;}
|
|
|
.dp .category_nav ul{padding:0 2rem; display:flex;}
|
|
.dp .category_nav ul{padding:0 2rem; display:flex;}
|
|
|
.dp .category_nav ul::after {content:''; display: block; clear: both;}
|
|
.dp .category_nav ul::after {content:''; display: block; clear: both;}
|
|
|
.dp .category_nav ul li {margin-right:2rem; }
|
|
.dp .category_nav ul li {margin-right:2rem; }
|
|
@@ -1598,7 +1593,7 @@
|
|
|
.dp .category_nav ul li:hover button::after,
|
|
.dp .category_nav ul li:hover button::after,
|
|
|
.dp .category_nav ul li button.active::after{content:''; position: absolute; bottom:0; left:0; width:100%; height:2px; background: #fd4802; }
|
|
.dp .category_nav ul li button.active::after{content:''; position: absolute; bottom:0; left:0; width:100%; height:2px; background: #fd4802; }
|
|
|
.dp .category_nav ul li:last-child {margin-right: 0;}
|
|
.dp .category_nav ul li:last-child {margin-right: 0;}
|
|
|
-.dp .open_categori{background-color:#fff; padding: 1.6rem 2rem;}
|
|
|
|
|
|
|
+.dp .open_categori {background-color:#fff; }
|
|
|
.dp .open_categori a{display: inline-block;font-size: 1.2rem;font-weight: 300;padding-right: 1.4rem;background: url(/images/mo/ico_sort_arrow.png) no-repeat;background-position: 97% 50%; background-size: 0.7rem 0.43rem;}
|
|
.dp .open_categori a{display: inline-block;font-size: 1.2rem;font-weight: 300;padding-right: 1.4rem;background: url(/images/mo/ico_sort_arrow.png) no-repeat;background-position: 97% 50%; background-size: 0.7rem 0.43rem;}
|
|
|
.dp .dp_util{display:block; float:right; text-align:right; font-size: 0;}
|
|
.dp .dp_util{display:block; float:right; text-align:right; font-size: 0;}
|
|
|
.dp .dp_util li {display:inline-block; margin-left:2rem; vertical-align:middle;}
|
|
.dp .dp_util li {display:inline-block; margin-left:2rem; vertical-align:middle;}
|
|
@@ -1621,7 +1616,7 @@
|
|
|
.dp .list_last{ padding: 2.5rem 0; font-size: 1.1rem; color: #888888; font-weight: 300; text-align: center; border-top:1px solid #f5f5f5;}
|
|
.dp .list_last{ padding: 2.5rem 0; font-size: 1.1rem; color: #888888; font-weight: 300; text-align: center; border-top:1px solid #f5f5f5;}
|
|
|
|
|
|
|
|
/* 전시상품리스트 공통(default) */
|
|
/* 전시상품리스트 공통(default) */
|
|
|
-.dp .dp_list .sub_category{padding:0.8rem 0;}
|
|
|
|
|
|
|
+.dp .dp_list .sub_category{margin-bottom: -1.2rem; padding:0.8rem 0;}
|
|
|
.dp .dp_list .sub_category .cate_wrap{white-space:nowrap; overflow-x:auto; -ms-overflow-style: none;}
|
|
.dp .dp_list .sub_category .cate_wrap{white-space:nowrap; overflow-x:auto; -ms-overflow-style: none;}
|
|
|
.dp .dp_list .sub_category .cate_wrap::-webkit-scrollbar{display:none;}
|
|
.dp .dp_list .sub_category .cate_wrap::-webkit-scrollbar{display:none;}
|
|
|
.dp .dp_list .sub_category .cate_wrap a{float:none; display:inline-block; margin-bottom:0;}
|
|
.dp .dp_list .sub_category .cate_wrap a{float:none; display:inline-block; margin-bottom:0;}
|
|
@@ -1631,17 +1626,15 @@
|
|
|
.dp .list_content .list_defult{display:none; text-align:center; padding:11rem 0;}
|
|
.dp .list_content .list_defult{display:none; text-align:center; padding:11rem 0;}
|
|
|
.dp .list_content .list_defult p{text-align:center; font-size:1.3rem; color:#888888; font-weight:300;}
|
|
.dp .list_content .list_defult p{text-align:center; font-size:1.3rem; color:#888888; font-weight:300;}
|
|
|
.dp .list_content .list_defult .btn{margin-top:2.4rem; font-size:1.1rem; height:3rem;}
|
|
.dp .list_content .list_defult .btn{margin-top:2.4rem; font-size:1.1rem; height:3rem;}
|
|
|
-.dp .list_content .list_last{ padding: 2.5rem 0; font-size: 1.1rem; color: #888888; font-weight: 300; text-align: center; border-top:1px solid #f5f5f5;}
|
|
|
|
|
|
|
+.dp .list_content .list_last{padding: 2.5rem 0 6rem; font-size: 1.1rem; color: #888888; font-weight: 300; text-align: center; border-top:1px solid #f5f5f5;}
|
|
|
.dp .list_content.nodata .lookbookGrp,
|
|
.dp .list_content.nodata .lookbookGrp,
|
|
|
.dp .list_content.nodata .itemsGrp,
|
|
.dp .list_content.nodata .itemsGrp,
|
|
|
.dp .list_content.nodata .list_item,
|
|
.dp .list_content.nodata .list_item,
|
|
|
.dp .list_content.nodata .list_last{display:none;}
|
|
.dp .list_content.nodata .list_last{display:none;}
|
|
|
.dp .list_content.nodata .list_defult{display:block;}
|
|
.dp .list_content.nodata .list_defult{display:block;}
|
|
|
-.dp .list_content .itemsGrp{padding-bottom:4rem;}
|
|
|
|
|
.dp .itemsGrp .item_prod:nth-child(2n){margin-right: 0;}
|
|
.dp .itemsGrp .item_prod:nth-child(2n){margin-right: 0;}
|
|
|
-.dp .itemsGrp .item_prod {width: 48.75%; float: left; margin-right: 2.5%; margin-top: 4rem;}
|
|
|
|
|
-.dp .itemsGrp .item_prod:nth-child(1),
|
|
|
|
|
-.dp .itemsGrp .item_prod:nth-child(2){margin-top:0rem;}
|
|
|
|
|
|
|
+.dp .itemsGrp .item_prod {width: 48.75%; float: left; margin-right: 2.5%; margin-bottom: 4rem;}
|
|
|
|
|
+
|
|
|
.dp .itemsGrp:after{display:block; content:''; clear:both;}
|
|
.dp .itemsGrp:after{display:block; content:''; clear:both;}
|
|
|
|
|
|
|
|
/* 아울렛 서브메인 - dp_outlets */
|
|
/* 아울렛 서브메인 - dp_outlets */
|
|
@@ -1651,18 +1644,19 @@
|
|
|
.dp .dp_outlets .outlets_visual .txtWrap {position: absolute; left: 2rem; bottom: 9rem; color: fff;}
|
|
.dp .dp_outlets .outlets_visual .txtWrap {position: absolute; left: 2rem; bottom: 9rem; color: fff;}
|
|
|
.dp .dp_outlets .outlets_visual .txtWrap p {color: #fff; font-size: 3rem; font-weight: 500; line-height: 1.2;}
|
|
.dp .dp_outlets .outlets_visual .txtWrap p {color: #fff; font-size: 3rem; font-weight: 500; line-height: 1.2;}
|
|
|
.dp .dp_outlets .outlets_visual .txtWrap p.txt_xs {font-size: 1.4rem; margin-top: 1.6rem; font-weight: 300;}
|
|
.dp .dp_outlets .outlets_visual .txtWrap p.txt_xs {font-size: 1.4rem; margin-top: 1.6rem; font-weight: 300;}
|
|
|
-.dp .dp_outlets .dp_cate_list {}
|
|
|
|
|
|
|
+.dp .dp_outlets .dp_cate_list {margin:-1.2rem 0;}
|
|
|
.dp .dp_outlets .dp_cate_list:after {content:''; display: block; clear: both;}
|
|
.dp .dp_outlets .dp_cate_list:after {content:''; display: block; clear: both;}
|
|
|
.dp .dp_outlets .dp_cate_list a {position:relative; float:left; width:50%; line-height:5rem; padding:0 3rem 0 2rem; font-size:1.3rem; font-weight: 500; color: #222; text-align: left; background: #fff url(/images/mo/ico_more_lg.png) no-repeat right 2rem center; border-bottom:1px solid #ddd; box-sizing:border-box; }
|
|
.dp .dp_outlets .dp_cate_list a {position:relative; float:left; width:50%; line-height:5rem; padding:0 3rem 0 2rem; font-size:1.3rem; font-weight: 500; color: #222; text-align: left; background: #fff url(/images/mo/ico_more_lg.png) no-repeat right 2rem center; border-bottom:1px solid #ddd; box-sizing:border-box; }
|
|
|
.dp .dp_outlets .dp_cate_list a:nth-child(2n){ border-left:1px solid #ddd;}
|
|
.dp .dp_outlets .dp_cate_list a:nth-child(2n){ border-left:1px solid #ddd;}
|
|
|
-.dp .dp_outlets .md_item {padding:4rem 2rem 0; margin-bottom: 6rem;}
|
|
|
|
|
|
|
+.dp .dp_outlets .md_item {padding:0 2rem; margin:0 0 -1.2rem 0;}
|
|
|
.dp .dp_outlets .md_item .swiper-slide {width: 43.75%;}
|
|
.dp .dp_outlets .md_item .swiper-slide {width: 43.75%;}
|
|
|
-.dp .dp_outlets .md_item .swiper-container {overflow: initial;}
|
|
|
|
|
|
|
+.dp .dp_outlets .md_item .swiper-container {padding:0 2rem; margin:0 -2rem;}
|
|
|
|
|
+.dp .dp_outlets .best_item {padding-bottom: 2rem;}
|
|
|
.dp .dp_outlets .best_item .itemsGrp:after {content:''; display: block; clear:both;}
|
|
.dp .dp_outlets .best_item .itemsGrp:after {content:''; display: block; clear:both;}
|
|
|
.dp .dp_outlets .best_item .itemsGrp .item_prod {width: 48.75%; float:left; margin-right: 2.5%;}
|
|
.dp .dp_outlets .best_item .itemsGrp .item_prod {width: 48.75%; float:left; margin-right: 2.5%;}
|
|
|
.dp .dp_outlets .best_item .itemsGrp .item_prod:nth-child(2n) {margin-right: 0;}
|
|
.dp .dp_outlets .best_item .itemsGrp .item_prod:nth-child(2n) {margin-right: 0;}
|
|
|
.dp .dp_outlets .md_item .dp_subtitle,
|
|
.dp .dp_outlets .md_item .dp_subtitle,
|
|
|
-.dp .dp_outlets .best_item .dp_subtitle {text-align: center; margin-bottom: 2.4rem;}
|
|
|
|
|
|
|
+.dp .dp_outlets .best_item .dp_subtitle {text-align: center; margin-bottom: 2.4rem; font-size: 2rem; padding-top: 6rem;}
|
|
|
|
|
|
|
|
/* 룩북 - dp_lookbook */
|
|
/* 룩북 - dp_lookbook */
|
|
|
.dp .dp_lookbook .count_wrap {padding: 1.5rem 0 2rem;}
|
|
.dp .dp_lookbook .count_wrap {padding: 1.5rem 0 2rem;}
|
|
@@ -1683,7 +1677,7 @@
|
|
|
}
|
|
}
|
|
|
.dp .dp_lookbook .swiper_filter.brand .btnbox .reset{display:inline-block; width:3rem; height:3rem; border-radius:50%; font-size:0; text-indent:-999999px; vertical-align:top; background:#f4f4f4 url(/images/mo/ico_filter_reset.png) center center no-repeat; background-size:50%;}
|
|
.dp .dp_lookbook .swiper_filter.brand .btnbox .reset{display:inline-block; width:3rem; height:3rem; border-radius:50%; font-size:0; text-indent:-999999px; vertical-align:top; background:#f4f4f4 url(/images/mo/ico_filter_reset.png) center center no-repeat; background-size:50%;}
|
|
|
.dp .dp_lookbook .swiper_filter.brand .btnbox .reset:active{background-color:#ddd;}
|
|
.dp .dp_lookbook .swiper_filter.brand .btnbox .reset:active{background-color:#ddd;}
|
|
|
-.dp .dp_lookbook .event_con li {position: relative; margin-bottom:4rem;}
|
|
|
|
|
|
|
+.dp .dp_lookbook .event_con li {position: relative; padding-bottom:4rem;}
|
|
|
.dp .dp_lookbook .event_con li:first-child {margin-top:0;}
|
|
.dp .dp_lookbook .event_con li:first-child {margin-top:0;}
|
|
|
.dp .dp_lookbook .event_con li .ev_img {position: relative; padding-bottom:100%; margin-bottom:2rem; }
|
|
.dp .dp_lookbook .event_con li .ev_img {position: relative; padding-bottom:100%; margin-bottom:2rem; }
|
|
|
.dp .dp_lookbook .event_con li .ev_img img {position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 100%; height: auto;}
|
|
.dp .dp_lookbook .event_con li .ev_img img {position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 100%; height: auto;}
|
|
@@ -1710,12 +1704,12 @@
|
|
|
.dp .dp_best .count_wrap{padding-top:0;}
|
|
.dp .dp_best .count_wrap{padding-top:0;}
|
|
|
.dp .dp_best .view_item .dp_subtitle{text-align:left; font-size:1.6rem; margin-bottom: 2rem;}
|
|
.dp .dp_best .view_item .dp_subtitle{text-align:left; font-size:1.6rem; margin-bottom: 2rem;}
|
|
|
.dp .dp_best .view_item .dp_subtitle span{color:#fd4802;}
|
|
.dp .dp_best .view_item .dp_subtitle span{color:#fd4802;}
|
|
|
-.dp .dp_best .view_item {padding:3rem 0 4rem;}
|
|
|
|
|
|
|
+.dp .dp_best .view_item {padding:3rem 0 0;}
|
|
|
.dp .dp_best .view_item .swiper-slide {width: 43.75%;}
|
|
.dp .dp_best .view_item .swiper-slide {width: 43.75%;}
|
|
|
-.dp .dp_best .view_item .swiper-container {overflow: initial;}
|
|
|
|
|
|
|
+.dp .dp_best .view_item .swiper-container {padding: 0 2rem; margin:0 -2rem;}
|
|
|
.dp .dp_best .view_item .count_wrap div:first-child p{font-size:1.6rem; color:#222;}
|
|
.dp .dp_best .view_item .count_wrap div:first-child p{font-size:1.6rem; color:#222;}
|
|
|
.dp .dp_best .view_item .count_wrap div:first-child p span{font-weight:500;}
|
|
.dp .dp_best .view_item .count_wrap div:first-child p span{font-weight:500;}
|
|
|
-.dp .dp_best .best_item {margin:6rem 0 2rem;}
|
|
|
|
|
|
|
+.dp .dp_best .best_item {margin:4rem 0 0; padding-bottom: 2rem;}
|
|
|
.dp .dp_best .best_item .dp_subtitle {text-align: center; margin-bottom: 2.4rem;}
|
|
.dp .dp_best .best_item .dp_subtitle {text-align: center; margin-bottom: 2.4rem;}
|
|
|
.dp .dp_best .best_item .itemsGrp:after {content:''; display: block; clear:both;}
|
|
.dp .dp_best .best_item .itemsGrp:after {content:''; display: block; clear:both;}
|
|
|
.dp .dp_best .best_item .itemsGrp .item_prod {width: 48.75%; float:left; margin-right: 2.5%; margin-bottom: 4rem;}
|
|
.dp .dp_best .best_item .itemsGrp .item_prod {width: 48.75%; float:left; margin-right: 2.5%; margin-bottom: 4rem;}
|
|
@@ -1741,8 +1735,8 @@
|
|
|
.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 {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);}
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .shape span{position:relative; width:auto; left:0; top:0; text-indent:0; transform:translate(0);}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .shape:after{display:none;}
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .shape:after{display:none;}
|
|
|
-.dp_hotdeal .itemsGrp.rowtype .item_prod .itemPic::after {background: #f5f5f5; opacity:1; z-index: 87;}
|
|
|
|
|
-.dp_hotdeal .itemsGrp.rowtype .item_prod .itemPic .pd_img {z-index: 78;}
|
|
|
|
|
|
|
+.dp_hotdeal .itemsGrp.rowtype .item_prod .itemPic::after {background: #f5f5f5; opacity:1; z-index: 7;}
|
|
|
|
|
+.dp_hotdeal .itemsGrp.rowtype .item_prod .itemPic .pd_img {z-index: 8;}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod.sold_out .itemPic:before {content:'SOLD OUT'; position: absolute; top: 50%; left: 50%; font-size:1.4rem; color:#fff; font-weight:bold; background: rgba(0,0,0,.5); width: 100%; height: 100%; transform:translate(-50%, -50%); line-height:23.4rem;; z-index: 99; text-align: center;}
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod.sold_out .itemPic:before {content:'SOLD OUT'; position: absolute; top: 50%; left: 50%; font-size:1.4rem; color:#fff; font-weight:bold; background: rgba(0,0,0,.5); width: 100%; height: 100%; transform:translate(-50%, -50%); line-height:23.4rem;; z-index: 99; text-align: center;}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .shape{position:relative;}
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .shape{position:relative;}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .itemBrand {margin:1.5rem 0 0.5rem;}
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .itemBrand {margin:1.5rem 0 0.5rem;}
|
|
@@ -1756,7 +1750,7 @@
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .itemEt .shopBag button span{position:relative; padding-left:1.6rem;}
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .itemEt .shopBag button span{position:relative; padding-left:1.6rem;}
|
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .itemEt .shopBag button span:after{content:''; position:absolute; left:0; top:50%; width:1rem; height:1.2rem; background:url(/images/mo/ico_shopbag.png) center center no-repeat; background-size:contain; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
|
|
.dp_hotdeal .itemsGrp.rowtype .item_prod .itemEt .shopBag button span:after{content:''; position:absolute; left:0; top:50%; width:1rem; height:1.2rem; background:url(/images/mo/ico_shopbag.png) center center no-repeat; background-size:contain; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
|
|
|
|
|
|
|
|
-.itemsGrp.rowtype .item_prod .shopBag {width: calc(100% - 17.6rem); margin-top: 0;position: absolute;bottom: 1.8rem;left: 17.6rem; z-index: 50;}
|
|
|
|
|
|
|
+.itemsGrp.rowtype .item_prod .shopBag {width: calc(100% - 17.6rem); margin-top: 0;position: absolute;bottom: 1.8rem;left: 17.6rem; z-index: 5;}
|
|
|
.itemsGrp.rowtype .item_prod .shopBag .btn {width:100%; height:3rem; line-height:3rem; font-size:1.1rem;}
|
|
.itemsGrp.rowtype .item_prod .shopBag .btn {width:100%; height:3rem; line-height:3rem; font-size:1.1rem;}
|
|
|
.itemsGrp.rowtype .item_prod .shopBag .btn span {position:relative; padding-left:25px; line-height:1;}
|
|
.itemsGrp.rowtype .item_prod .shopBag .btn span {position:relative; padding-left:25px; line-height:1;}
|
|
|
.itemsGrp.rowtype .item_prod .shopBag .btn span::before {content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); width:15px; height:18px; background: url('/images/pc/ico_shopbag.png') no-repeat 50% 50%;}
|
|
.itemsGrp.rowtype .item_prod .shopBag .btn span::before {content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); width:15px; height:18px; background: url('/images/pc/ico_shopbag.png') no-repeat 50% 50%;}
|
|
@@ -1767,7 +1761,7 @@
|
|
|
.dp .dp_exhibition .list_content .itemsGrp.n3 .item_prod:nth-child(2n) {margin-right: 2.5%;}
|
|
.dp .dp_exhibition .list_content .itemsGrp.n3 .item_prod:nth-child(2n) {margin-right: 2.5%;}
|
|
|
.dp .dp_exhibition .list_content .itemsGrp.n3 .item_prod:nth-child(3n) {margin-right:0;}
|
|
.dp .dp_exhibition .list_content .itemsGrp.n3 .item_prod:nth-child(3n) {margin-right:0;}
|
|
|
.dp .dp_exhibition .list_content .itemsGrp.n3 .item_prod{margin-bottom:0;}
|
|
.dp .dp_exhibition .list_content .itemsGrp.n3 .item_prod{margin-bottom:0;}
|
|
|
-.dp .dp_exhibition .list_content .list_item > div{margin-bottom:6rem;}
|
|
|
|
|
|
|
+.dp .dp_exhibition .list_content .list_item > div{padding-bottom:6rem;}
|
|
|
.dp .dp_exhibition .list_content .list_item .visual{position:relative; margin-bottom:2rem;}
|
|
.dp .dp_exhibition .list_content .list_item .visual{position:relative; margin-bottom:2rem;}
|
|
|
.dp .dp_exhibition .list_content .list_item .visual img {width: 100%;}
|
|
.dp .dp_exhibition .list_content .list_item .visual img {width: 100%;}
|
|
|
.dp .dp_exhibition .list_content .list_item .visual .txtWrap {position: absolute; left: 2rem; bottom: 4rem; color: fff;}
|
|
.dp .dp_exhibition .list_content .list_item .visual .txtWrap {position: absolute; left: 2rem; bottom: 4rem; color: fff;}
|
|
@@ -1790,7 +1784,7 @@
|
|
|
.dp .items_option.fix{position:fixed; top:0; z-index:999; width:100%; left:0; margin:0; box-shadow:rgb(0 0 0 / 30%) 0px 3px 15px 0px;}
|
|
.dp .items_option.fix{position:fixed; top:0; z-index:999; width:100%; left:0; margin:0; box-shadow:rgb(0 0 0 / 30%) 0px 3px 15px 0px;}
|
|
|
.dp .items_option #filter{height:4.5rem; border:0.1rem solid #dddddd; font-size:1.2rem; color:#666666; width:100%;line-height:4.5rem; padding:0 1.5rem; background-color:#fff;}
|
|
.dp .items_option #filter{height:4.5rem; border:0.1rem solid #dddddd; font-size:1.2rem; color:#666666; width:100%;line-height:4.5rem; padding:0 1.5rem; background-color:#fff;}
|
|
|
|
|
|
|
|
-.dp .dp_listItems_wrap{padding-bottom:3rem;}
|
|
|
|
|
|
|
+.dp .dp_listItems_wrap{padding-bottom:2rem;}
|
|
|
.dp .dp_listItems_wrap.typeSelector{padding-bottom:3rem;margin-bottom: -1.2rem;}
|
|
.dp .dp_listItems_wrap.typeSelector{padding-bottom:3rem;margin-bottom: -1.2rem;}
|
|
|
.dp .dp_listItems_wrap.type1 .dp_subtitle{margin-top: -4rem;}
|
|
.dp .dp_listItems_wrap.type1 .dp_subtitle{margin-top: -4rem;}
|
|
|
.dp .dp_listItems_wrap .items_option{padding-top:0;}
|
|
.dp .dp_listItems_wrap .items_option{padding-top:0;}
|
|
@@ -1799,7 +1793,7 @@
|
|
|
.dp .dp_listItems_wrap .open_categori{background-color:#fff; padding: 1.6rem 2rem;}
|
|
.dp .dp_listItems_wrap .open_categori{background-color:#fff; padding: 1.6rem 2rem;}
|
|
|
.dp .dp_listItems_wrap .list_content .itemsGrp{margin-bottom:-4rem;}
|
|
.dp .dp_listItems_wrap .list_content .itemsGrp{margin-bottom:-4rem;}
|
|
|
.dp .dp_listItems_wrap .itemsGrp .item_prod:last-child{margin-bottom:0;}
|
|
.dp .dp_listItems_wrap .itemsGrp .item_prod:last-child{margin-bottom:0;}
|
|
|
-.dp .dp_listItems_wrap .btn_default{margin-top:4rem;}
|
|
|
|
|
|
|
+.dp .dp_listItems_wrap .btn_default{margin-top:0;}
|
|
|
.dp .dp_listItems_wrap .btn_default:after{content:''; display:inline-block; margin-left:0.8rem; width:1.1rem; height:0.7rem; background:url(/images/mo/ico_btn_more.png) center center no-repeat; background-size:contain;}
|
|
.dp .dp_listItems_wrap .btn_default:after{content:''; display:inline-block; margin-left:0.8rem; width:1.1rem; height:0.7rem; background:url(/images/mo/ico_btn_more.png) center center no-repeat; background-size:contain;}
|
|
|
.dp .dp_listItems_cont .item_prod {width: 100%;}
|
|
.dp .dp_listItems_cont .item_prod {width: 100%;}
|
|
|
.dp .dp_listItems_cont.type1 .swiper-container.item01 .swiper-slide{padding:0 14%}
|
|
.dp .dp_listItems_cont.type1 .swiper-container.item01 .swiper-slide{padding:0 14%}
|
|
@@ -1818,8 +1812,8 @@
|
|
|
.dp .big_banner_slide .swiper-slide img{width:100%;}
|
|
.dp .big_banner_slide .swiper-slide img{width:100%;}
|
|
|
.dp .big_banner_slide .swiper-pagination{position:relative; margin:2.4rem 0 0; bottom:0;}
|
|
.dp .big_banner_slide .swiper-pagination{position:relative; margin:2.4rem 0 0; bottom:0;}
|
|
|
.dp .big_banner_slide .swiper-pagination .swiper-pagination-bullet-active{background-color:#fd4802;}
|
|
.dp .big_banner_slide .swiper-pagination .swiper-pagination-bullet-active{background-color:#fd4802;}
|
|
|
-.dp .other_promotion_slide{padding-top:0}
|
|
|
|
|
-.dp .other_promotion_slide .swiper-container{overflow:initial;}
|
|
|
|
|
|
|
+.dp .other_promotion_slide .dp_subtitle {padding-top: 0; font-size: 1.6rem;}
|
|
|
|
|
+.dp .other_promotion_slide .swiper-container{padding:0 2rem; margin:0 -2rem;}
|
|
|
/* dp_detail-case - 쿠폰 */
|
|
/* dp_detail-case - 쿠폰 */
|
|
|
.dp .coupon_list {margin-bottom:3rem;}
|
|
.dp .coupon_list {margin-bottom:3rem;}
|
|
|
.dp .coupon_list li {position: relative; position: relative; margin-top:3rem; overflow: hidden;}
|
|
.dp .coupon_list li {position: relative; position: relative; margin-top:3rem; overflow: hidden;}
|
|
@@ -1858,14 +1852,14 @@
|
|
|
.dp .dp_listItems_wrap .btn{width:100%;}
|
|
.dp .dp_listItems_wrap .btn{width:100%;}
|
|
|
.dp .dp_listItems_cont.type1{padding-bottom:3rem;}
|
|
.dp .dp_listItems_cont.type1{padding-bottom:3rem;}
|
|
|
.dp .dp_listItems_cont.type2{padding-bottom:3rem;}
|
|
.dp .dp_listItems_cont.type2{padding-bottom:3rem;}
|
|
|
-.dp .dp_listItems_cont.type2 .swiper-container{overflow: initial;}
|
|
|
|
|
|
|
+.dp .dp_listItems_cont.type2 .swiper-container{padding:0 2rem; margin:0 -2rem;}
|
|
|
.dp .dp_listItems_cont.type2 .swiper-wrapper{width:43%}
|
|
.dp .dp_listItems_cont.type2 .swiper-wrapper{width:43%}
|
|
|
.dp .dp_listItems_cont.type1 .swiper-container.item01 .swiper-pagination{position:relative; margin:2.4rem 0 0; bottom:0;}
|
|
.dp .dp_listItems_cont.type1 .swiper-container.item01 .swiper-pagination{position:relative; margin:2.4rem 0 0; bottom:0;}
|
|
|
.dp .dp_listItems_cont.type1 .swiper-container.item01 .swiper-pagination .swiper-pagination-bullet-active{background-color:#fd4802;}
|
|
.dp .dp_listItems_cont.type1 .swiper-container.item01 .swiper-pagination .swiper-pagination-bullet-active{background-color:#fd4802;}
|
|
|
-.dp .dp_listItems_cont.type1 .swiper-container.item02{overflow: initial;}
|
|
|
|
|
|
|
+.dp .dp_listItems_cont.type1 .swiper-container.item02{padding:0 2rem; margin:0 -2rem;}
|
|
|
.dp .mid_banner .swiper-container.dp_lookbook_case1 .swiper-pagination{position:relative; margin:2.4rem 0 0; bottom:0;}
|
|
.dp .mid_banner .swiper-container.dp_lookbook_case1 .swiper-pagination{position:relative; margin:2.4rem 0 0; bottom:0;}
|
|
|
.dp .mid_banner .swiper-container.dp_lookbook_case1 .swiper-pagination-bullet-active{background-color:#fd4802;}
|
|
.dp .mid_banner .swiper-container.dp_lookbook_case1 .swiper-pagination-bullet-active{background-color:#fd4802;}
|
|
|
-.dp .dp_review_cont .review .swiper-container{overflow: initial;}
|
|
|
|
|
|
|
+.dp .dp_review_cont .review .swiper-container{padding:0 2rem; margin:0 -2rem;}
|
|
|
.dp .dp_review_cont .review .swiper-container .swiper-slide > div{border:1px solid #eee;}
|
|
.dp .dp_review_cont .review .swiper-container .swiper-slide > div{border:1px solid #eee;}
|
|
|
.dp .dp_review_cont .review .best_review {position:relative; text-align:center;}
|
|
.dp .dp_review_cont .review .best_review {position:relative; text-align:center;}
|
|
|
.dp .dp_review_cont .review .best_review:after{content:''; display:block; position:absolute; bottom:0; left:2rem; right:2rem; height:1px; background-color:#eee;}
|
|
.dp .dp_review_cont .review .best_review:after{content:''; display:block; position:absolute; bottom:0; left:2rem; right:2rem; height:1px; background-color:#eee;}
|