|
|
@@ -70,7 +70,7 @@
|
|
|
#load {width: 100%;height: 100%;top: 0;left: 0;position: fixed;display: block;text-align: center;opacity: 0.8;background: #ffffff;background-image: url('/images/mo/movloading.gif');background-repeat: no-repeat;background-position: 50% 50%;background-size: 3.7rem 2.4rem;z-index: 99999;}
|
|
|
/* Basic setting */
|
|
|
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
|
|
|
-body {margin: 0;}
|
|
|
+body {margin: 0; -webkit-overflow-scrolling: touch;}
|
|
|
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,address {display: block;}
|
|
|
address {font-style: normal;}
|
|
|
a {color: inherit;background-color: transparent;text-decoration: none;}
|
|
|
@@ -653,7 +653,7 @@ top: 9px;border-color: transparent transparent #888888 transparent;}
|
|
|
/* Page setup */
|
|
|
html {font-family: 'LATO', 'Noto Sans kr', sans-serif;font-weight: 300;color: #222;font-size: 10px;line-height: 1.4;letter-spacing: -.025em;word-break: keep-all;}
|
|
|
|
|
|
-body.gnb_on {height: 100vh;overflow: hidden;}
|
|
|
+body.gnb_on {height: 100vh;overflow: hidden !important;}
|
|
|
.app {height: 100vh;font-size: 1.4rem;}
|
|
|
.skipNav {overflow: hidden;position: absolute;left: -9999px;width: 0;height: 1px;margin: 0;padding: 0;}
|
|
|
|
|
|
@@ -662,14 +662,14 @@ body.gnb_on {height: 100vh;overflow: hidden;}
|
|
|
.inner::after {content: '';display: block;clear: both;}
|
|
|
.inner.bg_gray {background-color: #f5f5f5 !important;}
|
|
|
.inner.bg_beige {background-color: #ffeee7 !important;}
|
|
|
-.inner.bg_dark {background-color: #222222 !important;}
|
|
|
+.inner.bg_dark {background-color: #222222 !important;margin-bottom: -3rem;}
|
|
|
.inner.bg_dark .titWrap>* {color: #ffffff !important;}
|
|
|
.inner.bg_dark .titWrap a H2{color: #ffffff !important;}
|
|
|
|
|
|
/* header, htop, btn_gnb, header.main, hmenu, bng, bnb */
|
|
|
header {
|
|
|
- position: fixed;left: 0;top: 0;width: 100%;z-index: 80;
|
|
|
- /*position: sticky;*/left: 0;top: 0;width: 100%;transition: top 0.3s;/* background-color: #fff; */
|
|
|
+ position: fixed;left: 0;top: 0; width: 100%;z-index: 80;
|
|
|
+ /*position: sticky;*/width: 100%;transition: top 0.3s;/* background-color: #fff; */ transform: translate3d(0,0,0);
|
|
|
} /* 210526_ main.container 여백 때문에 sticky 속성 주석. */
|
|
|
header::after{content: '';display: block;clear: both;}
|
|
|
header .htop {position: relative;height: 55px;-webkit-box-sizing: border-box;box-sizing: border-box;/*border: rgba(0, 0, 0, 0.1) solid 1px;*/ border-bottom: 1px solid rgba(0, 0, 0, 0.0); background-color: #fff;}
|
|
|
@@ -869,15 +869,16 @@ body.header-show .app .gnb{top: 50px;}
|
|
|
.app .gnb.expand .btn-expand::after {background: url(/images/mo/ico_btn_narrow.png) center bottom/1.8rem 2.0rem no-repeat;}
|
|
|
|
|
|
main.container{margin-top: 0; overflow: hidden;}
|
|
|
+main.container.mb {margin-top: -5.5rem;}
|
|
|
main.container .inner:last-child{padding-bottom: 6.0rem; margin-bottom: 0;}
|
|
|
|
|
|
/* 페이지별 헤더 세팅 */
|
|
|
-section.content {margin-top: 5.5rem;}
|
|
|
-section.main, section.ev_list, section.dp_exhibition, section.dp_lookbook, section.dp_outlets, section.dp_submain, section.dp_hotdeal, section.br_main, section.dp_best {margin-top: 11.1rem;}
|
|
|
-section.main.scr, section.ev_list.scr, section.dp_exhibition.scr, section.dp_lookbook.scr, section.dp_outlets.scr, section.dp_submain.scr, section.dp_hotdeal.scr, section.br_main.scr, section.dp_best.scr {margin-top: 5.5rem;}
|
|
|
+main.app-only section.sett, main.app-only section.notice, section.content {margin-top: 5.5rem;}
|
|
|
+section.main, section.ev_list, section.dp_exhibition, section.dp_lookbook, section.dp_outlets, section.dp_submain, section.dp_hotdeal, section.br_main, section.dp_best, section.br_lookbook {margin-top: 11rem;}
|
|
|
+section.main.scr, section.ev_list.scr, section.dp_exhibition.scr, section.dp_lookbook.scr, section.dp_outlets.scr, section.dp_submain.scr, section.dp_hotdeal.scr, section.br_main.scr, section.dp_best.scr, section.br_lookbook.scr {margin-top: 5.5rem;}
|
|
|
|
|
|
/* .tabbar */
|
|
|
-.tabbar{-webkit-transform: translate(0, 55px);-ms-transform: translate(0, 55px);-moz-transform: translate(0, 55px); transform: translate(0, 55px);transition-duration: 0.3s; position: fixed;width: 100%;bottom: 0;background-color: #f8f8f8;z-index: 20; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
|
|
|
+.tabbar{-webkit-transform: translate(0, 80px);-ms-transform: translate(0, 80px);-moz-transform: translate(0, 80px); transform: translate(0, 80px);transition-duration: 0.25s; position: fixed;width: 100%;bottom: 0;background-color: #f8f8f8;z-index: 20; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
|
|
|
.tabbar.fixed{-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);-moz-transform: translate(0, 0);transform: translate(0, 0);}
|
|
|
.tabbar .tabbar-inner{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between; padding: 10px 20px;}
|
|
|
.tabbar .tabbar-inner [class*=btn-]{display: block;width: 2.50rem; height: 2.2666rem; font-size: 0;position: relative;background: url(/images/mo/ico_tabbar.png) no-repeat center;background-size: 18.0rem 2.16rem;}
|
|
|
@@ -932,7 +933,7 @@ section.main.scr, section.ev_list.scr, section.dp_exhibition.scr, section.dp_loo
|
|
|
|
|
|
/* footer */
|
|
|
footer{background-color: #f1f1f1;}
|
|
|
-footer .btn_top{position: fixed; bottom: 8%; right: 2.0rem; opacity: 0; background-color: rgba(0, 0, 0, 0.4); width: 4.1rem; height: 4.0rem; font-size: 0; z-index: 50; background:url(/images/mo/mo_btn_top.png) no-repeat;}
|
|
|
+footer .btn_top{position: fixed; bottom: 9%; right: 2.0rem; opacity: 0; background-color: rgba(0, 0, 0, 0.4); width: 4.1rem; height: 4.0rem; font-size: 0; z-index: 50; background:url(/images/mo/mo_btn_top.png) no-repeat;}
|
|
|
footer .btn_top span{display: block;width: 2.4rem;height: 2.4rem;margin: 0 auto;position: relative;opacity: 1;color: #222222;font-size: 1.1rem;font-weight: 600;line-height: 3.4rem;letter-spacing: -0.025em;}
|
|
|
footer .f1{background-color: #f1f1f1;padding: 0 0 4.5rem; position: relative;}
|
|
|
footer .f1 .inner{padding: 0 2.0rem 2.0rem;}
|
|
|
@@ -1005,6 +1006,8 @@ footer .collapse .infos.on{padding: 0px 0px 20px 0; height: auto;}
|
|
|
.cnb ul > li button.on{background-color: #3d3d3d; color: #fff;}
|
|
|
|
|
|
/* page nav */
|
|
|
+.pnb {margin-top: 5.5rem;}
|
|
|
+.pnb + section {margin-top: 0;}
|
|
|
.pnb ul{border-bottom: #e5e5e5 solid 1px;}
|
|
|
.pnb ul::after{content: ''; display: block; clear: both;}
|
|
|
.pnb ul > li{float: left; width: auto; padding: 0 1.6rem;}
|
|
|
@@ -1393,7 +1396,8 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.dialog-mobile .dialog-cancel-button {
|
|
|
color: #000;
|
|
|
background: #fff;
|
|
|
- border:1px solid #999;
|
|
|
+ border:0;
|
|
|
+ border-top:1px solid #dddddd;
|
|
|
/* min-width:10.0rem; */
|
|
|
}
|
|
|
.dialog-mobile .dialog-sure-button{
|
|
|
@@ -1854,59 +1858,59 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.mgc {margin:0 auto;}
|
|
|
.mt0 {margin-top:0 !important;}
|
|
|
.ml0 {margin-left:0 !important;}
|
|
|
-.ml5 {margin-left:5px !important;}
|
|
|
-.ml10{margin-left:10px !important;}
|
|
|
-.ml15 {margin-left:15px !important;}
|
|
|
-.ml20 {margin-left:20px !important;}
|
|
|
-.ml30 {margin-left:30px !important;}
|
|
|
-.mr0{margin-right:0px !important;}
|
|
|
-.mr20 {margin-right:20px !important;}
|
|
|
-.mt5 {margin-top:5px !important;}
|
|
|
-.mt10 {margin-top:10px !important;}
|
|
|
-.mt15 {margin-top:15px !important;}
|
|
|
-.mt20 {margin-top:20px !important;}
|
|
|
-.mt30 {margin-top:30px !important;}
|
|
|
-.mt35 {margin-top:35px !important;}
|
|
|
-.mt40 {margin-top:40px !important;}
|
|
|
-.mt45 {margin-top:45px !important;}
|
|
|
-.mt50 {margin-top:50px !important;}
|
|
|
-.mt60 {margin-top:60px !important;}
|
|
|
-.mt100 {margin-top:100px !important;}
|
|
|
+.ml5 {margin-left:0.5rem !important;}
|
|
|
+.ml10{margin-left:1.0rem !important;}
|
|
|
+.ml15 {margin-left:1.5rem !important;}
|
|
|
+.ml20 {margin-left:2.0rem !important;}
|
|
|
+.ml30 {margin-left:3.0rem !important;}
|
|
|
+.mr0{margin-right:0 !important;}
|
|
|
+.mr20 {margin-right:2.0rem !important;}
|
|
|
+.mt5 {margin-top:0.5.0rem !important;}
|
|
|
+.mt10 {margin-top:1.0rem !important;}
|
|
|
+.mt15 {margin-top:1.5.0rem !important;}
|
|
|
+.mt20 {margin-top:2.0rem !important;}
|
|
|
+.mt30 {margin-top:3.0rem !important;}
|
|
|
+.mt35 {margin-top:3.5rem !important;}
|
|
|
+.mt40 {margin-top:4.0rem !important;}
|
|
|
+.mt45 {margin-top:4.5rem !important;}
|
|
|
+.mt50 {margin-top:5.0rem !important;}
|
|
|
+.mt60 {margin-top:6.0rem !important;}
|
|
|
+.mt100 {margin-top:10.0rem !important;}
|
|
|
.mb0 {margin-bottom:0 !important}
|
|
|
-.mb5 {margin-bottom:5px !important}
|
|
|
-.mb10 {margin-bottom:10px !important;}
|
|
|
-.mb15 {margin-bottom:15px !important;}
|
|
|
-.mb20 {margin-bottom:20px !important;}
|
|
|
-.mb30 {margin-bottom:30px !important;}
|
|
|
-.mb40 {margin-bottom:40px !important;}
|
|
|
-.mb50 {margin-bottom:50px !important;}
|
|
|
-.mb60 {margin-bottom:60px !important;}
|
|
|
-.mb100 {margin-bottom:100px !important;}
|
|
|
-.mr5 {margin-right:5px !important;}
|
|
|
-.mr10 {margin-right:10px !important;}
|
|
|
-.mr15 {margin-right:15px !important;}
|
|
|
-.ml10 {margin-left:10px !important;}
|
|
|
-.ml35 {margin-left:35px !important;}
|
|
|
-.mtm3 {margin-top:-3px !important;}
|
|
|
-.mtm10 {margin-top:-10px !important;}
|
|
|
-.mtm20 {margin-top:-20px !important;}
|
|
|
-.mbm10 {margin-bottom:-10px !important;}
|
|
|
-.mbm30{margin-bottom:-30px !important;}
|
|
|
+.mb5 {margin-bottom:0.5rem !important}
|
|
|
+.mb10 {margin-bottom:1.0rem !important;}
|
|
|
+.mb15 {margin-bottom:1.5rem !important;}
|
|
|
+.mb20 {margin-bottom:2.0rem !important;}
|
|
|
+.mb30 {margin-bottom:3.0rem !important;}
|
|
|
+.mb40 {margin-bottom:4.0rem !important;}
|
|
|
+.mb50 {margin-bottom:5.0rem !important;}
|
|
|
+.mb60 {margin-bottom:6.0rem !important;}
|
|
|
+.mb100 {margin-bottom:10.0rem !important;}
|
|
|
+.mr5 {margin-right:0.5rem !important;}
|
|
|
+.mr10 {margin-right:1.0rem !important;}
|
|
|
+.mr15 {margin-right:1.5rem !important;}
|
|
|
+.ml10 {margin-left:1.0rem !important;}
|
|
|
+.ml35 {margin-left:3.5rem !important;}
|
|
|
+.mtm3 {margin-top:-0.3rem !important;}
|
|
|
+.mtm10 {margin-top:-1.0rem !important;}
|
|
|
+.mtm20 {margin-top:-2.0rem !important;}
|
|
|
+.mbm10 {margin-bottom:-1.0rem !important;}
|
|
|
+.mbm30{margin-bottom:-3.0rem !important;}
|
|
|
.pt0 {padding-top:0 !important;}
|
|
|
-.pt10 {padding-top:10px !important;}
|
|
|
-.pt20 {padding-top:20px !important;}
|
|
|
-.pt30 {padding-top:20px !important;}
|
|
|
-.pt40 {padding-top:40px !important;}
|
|
|
-.pt100 {padding-top:100px !important;}
|
|
|
+.pt10 {padding-top:1.0rem !important;}
|
|
|
+.pt20 {padding-top:2.0rem !important;}
|
|
|
+.pt30 {padding-top:2.0rem !important;}
|
|
|
+.pt40 {padding-top:4.0rem !important;}
|
|
|
+.pt100 {padding-top:10.0rem !important;}
|
|
|
.pl0 {padding-left:0 !important;}
|
|
|
-.pl10 {padding-left:10px !important;}
|
|
|
-.pr20 {padding-right:20px !important;}
|
|
|
-.pb10 {padding-bottom:10px !important;}
|
|
|
-.pb20 {padding-bottom:20px !important;}
|
|
|
-.pb30 {padding-bottom:30px !important;}
|
|
|
-.pb40 {padding-bottom:40px !important;}
|
|
|
-.pb50 {padding-bottom:50px !important;}
|
|
|
-.pb100 {padding-bottom:100px !important;}
|
|
|
+.pl10 {padding-left:1.0rem !important;}
|
|
|
+.pr20 {padding-right:2.0rem !important;}
|
|
|
+.pb10 {padding-bottom:1.0rem !important;}
|
|
|
+.pb20 {padding-bottom:2.0rem !important;}
|
|
|
+.pb30 {padding-bottom:3.0rem !important;}
|
|
|
+.pb40 {padding-bottom:4.0rem !important;}
|
|
|
+.pb50 {padding-bottom:5.0rem !important;}
|
|
|
+.pb100 {padding-bottom:10.0rem !important;}
|
|
|
|
|
|
.shape.ranker {background: #fd4802;}
|
|
|
.shape.ranker::after {
|
|
|
@@ -1914,25 +1918,25 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
border-right:0px solid #fd4802 !important;
|
|
|
}
|
|
|
.shape{
|
|
|
- background: #222222;width: 3rem;max-width: 3rem;min-height: 4rem;display: block;position: absolute;top: 0;left: 0;z-index: 9;
|
|
|
+ background: #222222;width: 3rem;max-width: 3rem;min-height: 4rem;display: block;position: absolute;top: 0;left: 0;z-index: 9;border-radius: 0 0 0.2rem 0;
|
|
|
}
|
|
|
.shape:after{
|
|
|
- content: "";top: 0;right: -10px;position: absolute;
|
|
|
- border-left: 10px solid #222222;border-bottom: 10px solid transparent;border-right: 0px solid #0183fd;
|
|
|
+ content: "";top: 0;right: -0.94rem;position: absolute;
|
|
|
+ border-left: 1.0rem solid #222222;border-bottom: 1.0rem solid transparent;border-right: 0px solid #0183fd;
|
|
|
height: 3rem;width: 0;padding: 0px 0px 0px 0px;
|
|
|
}
|
|
|
.shape span{
|
|
|
- color: #ffffff;text-align: center;text-indent: 10px;font-size: 1.1rem;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 40px;z-index: 2;
|
|
|
+ color: #ffffff;text-align: center;text-indent: 1.0rem;font-size: 1.1rem;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 40px;z-index: 2;
|
|
|
/* line-height: 1; */
|
|
|
/* letter-spacing: -25em; */
|
|
|
/* display: -webkit-box; */
|
|
|
/* z-index: 99999; */
|
|
|
}
|
|
|
.shape.dealdetail{
|
|
|
- width: 100%;max-width: 40px;
|
|
|
+ width: 100%;max-width: 4.0rem;
|
|
|
}
|
|
|
.shape.dealdetail span{
|
|
|
- line-height: 1;text-align: center;width: 100%;display: inline-block;text-indent: 0;margin-left: 5px;
|
|
|
+ line-height: 1;text-align: center;width: 100%;display: inline-block;text-indent: 0;margin-left: 0.5rem;
|
|
|
}
|
|
|
|
|
|
|