@charset "utf-8";

/************************************************************************
 * 파일명 : template.css
 * 설명 :에누리 가격비교 PC Rev / Template CSS
 * 작성자  : 지승호
 * 작성일 : 2020
************************************************************************/
img {vertical-align: top;}
/* 홈메인 - 카테고리 (헤더 > 전체 카테고리 커스텀) */
/* ----------------------------------------------------------------------- 
                            카테고리 메인
----------------------------------------------------------------------- */
/* 홈메인 - 카테고리 (헤더 > 전체 카테고리 커스텀) */
.cate-main{width:198px;height:600px;position:relative;border:1px solid #0060af;background-color:#fff;text-align:left;z-index:100}
.cate-main__btn{position:relative;width:198px;height:50px;padding:0 16px 0 48px;font-size:15px;font-weight:bold;color:#fff;background-color:#0060af;text-align:inherit;z-index:2}
.cate-main__btn .ico-menu{position:absolute;top:13px;left:16px;width:24px;height:24px;}
.cate-main .cate--depth1{width:198px; display: flex; flex-direction: column; justify-content: space-between; flex-wrap: wrap; height: calc(100% - 50px);}
.cate-main .cate--depth1:hover{background-color:#f8f8f8}
.cate-main .cate-item--depth1 {width:198px}
.cate-main .cate-item--depth1.is--on{width:199px}
.cate-main .cate-item--depth1:last-child{border-bottom:none}
.cate-main .cate-item__expend{position:absolute;top:-1px;left:198px;bottom:0;width:1079px;background-color:#fff;display:none;z-index:2; padding:20px 0; border-right: 1px solid #0060af; border-top: 1px solid #0060af; border-bottom: 1px solid #0060af; border-left:1px solid #ddd; height:calc(100% - 40px)}
.cate-main .cate-item__expend:before{display:none}

.cate-main .cate-item--depth1 {border-bottom:1px solid #ddd; flex:1 1 auto;}
.cate-main .cate-item--depth1 .cate__tit{display: flex; align-items: center; padding: 0 16px; font-size: 14px; color: #000; letter-spacing: 0; cursor: default; width: calc(100% - 32px); height: 100%;}
.cate-main .cate-item--depth1.is--on .cate__tit{font-weight:bold;color:#1A70DD;background-color:#fff;position:relative;z-index:3;text-decoration:none;}
.cate-main .cate-item--depth1.is--on .cate-item__expend{display:block}
.cate-main .cate--depth2{width:260px;height:464px;padding-top:0;border-right:1px solid #eee; }
.cate-main .cate--depth2 > li {margin-bottom:20px;}
.cate-main .cate--depth2 > li:last-child {margin-bottom:0;}
.cate-main .cate__tit--depth2{display:block; padding:0 0 8px 32px;font-size:14px;height:18px;line-height:18px;font-weight:bold;color:#000;letter-spacing:0}
/* 뎁스2 대카테가 앵커인경우 _링크이동기능인경우 */
.cate-main a.cate__tit--depth2{display:block; padding-bottom:0;}
.cate-main a.cate__tit--depth2:hover {color:#1a70dd; text-decoration: underline;}

.cate-main .cate__tit--depth3,
.cate-main .cate__tit--depth4{padding:0 0 8px 20px;font-size:14px;height:18px;line-height:18px;font-weight:bold;color:#000;letter-spacing:0}
.cate-main .cate-item{line-height:24px;padding-left:20px;}
.cate-main .cate-item > a,
.cate-main .cate-item > p{position:relative;display:block;padding-left:10px;letter-spacing:0;padding-right:28px;font-size:13px;color:#333;text-decoration:none}
.cate-main .cate-item > a:before,
.cate-main .cate-item > p:before{content:"";position: absolute;top:12px;left:0;width:2px;height:2px;border-radius:1px;background-color:#aaa}
.cate-main .cate-item--depth3 > p{color:#333;cursor:default;}
.cate-main .cate-item.is--on,
.cate-main .cate-item--depth5:hover{background-color:#f1f8fe}
.cate-main .cate-item.is--on > a,
.cate-main .cate-item.is--on > p,
.cate-main .cate-item--depth5:hover > a{color:#1a70dd;font-weight:bold}
.cate-main .cate-item.is--on > a:before,
.cate-main .cate-item.is--on > p:before,
.cate-main .cate-item--depth5:hover a:before{background-color:#1a70dd}
.cate-main .cate-item.is--on > a:after,
.cate-main .cate-item.is--on > p:after{content:"";position: absolute;width:12px;height:12px;top:7px;right:8px;background: url(//img.enuri.info/images/rev/common_sprite.png) no-repeat -120px -20px}
.cate-main .cate-item.cate-item--depth5.is--on > a:after{display:none}

.cate-main .cate--depth3 {padding:0 12px;}

.cate-main .cate-item__expend--depth3,
.cate-main .cate-item__expend--depth4 {position: absolute;top:20px;left:261px;width:235px;border-right:1px solid #eee;height:464px; display:none; padding:0 12px;}
.cate-main .cate-item__expend--depth4{top:0; border-right: none;}
.cate-main .cate__btn--all{display:inline-block;position:relative;top:1px;width:63px;height:18px;background-position:-140px -20px;text-indent:-9999em;margin-left:4px}

/* 제거했다가 다시삽입.. 미카테*/
.cate-main .has--tree {}
.cate-main .has--tree .cate--tree {margin:0 0 0 -20px;background-color:#fff}
.cate-main .has--tree .cate--tree li {line-height: 26px; padding-left: 32px; height: 26px;}
.cate-main .has--tree .cate--tree li a {display: block; font-size:13px;color:#333; text-decoration: none;}
.cate-main .has--tree .cate--tree li a:before {content:""; display: inline-block; width:8px;height:8px; background:url("//img.enuri.info/images/rev/common_sprite.png") no-repeat -220px -20px transparent; vertical-align: 1px; margin-right: 4px;}

.cate-main .has--tree .cate--tree li:hover {background-color: #f1f8fe;}
.cate-main .has--tree .cate--tree li:hover a {color:#1a70dd}
.cate-main .has--tree .cate--tree li:hover a:before {background-position:-240px -20px}

/* 아이콘 */
.ico-badge{display:inline-block;width:27px;height:16px;text-indent:-9999em;vertical-align: -5px;margin-left:4px}
.ico-badge--pop{background-position:-120px -40px}
.ico-badge--new{background-position:-160px -40px}
.ico-badge--a19{background-position:-200px -40px}

.cate-main-right{width:259px; height:464px; padding:0 19px; position:absolute;top:20px;right:0;border-left: 1px solid #eee;}
.cate-main-bnr{position:relative;}
.cate-main-bnr__item{display:none}
.cate-main-bnr__item.is--on{display:block}
.cate-main-bnr__paging{position: absolute;left:0;right:0;bottom:24px;text-align:center}
.cate-main-bnr__paging button{text-indent:-9999em;display:inline-block;width:8px;height:8px;margin:0 0;border-radius:4px;background-color:#aaa}
.cate-main-bnr__paging button.is--active{width:20px;background-color:#333}

.cate-main-info{position:absolute;left:0; bottom:0; border:1px solid #eee;background-color:#FBFBFB; margin:20px;}
.cate-main-info__list{padding:16px 0 6px;}
.cate-main-info__list:after {content:""; display: block; clear:both;}
.cate-main-info__item{width:calc(33.3333% - 40px);float:left; margin-bottom: 10px; padding: 0 20px;}
.cate-main-info__item > a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative; padding-left:44px; letter-spacing:0; color:#333; font-size: 12px; line-height: 16px; font-family: 'dotom'; }
.cate-main-info__item > a i{position: absolute;top:0;left:0;text-indent:-9999em;     background-color: #fff;}

.badge-info-news{width:40px;height:16px;background-position:0 -220px}
.badge-info-guide{width:40px;height:16px;background-position:-40px -220px}
.badge-info-event{width:40px;height:16px;background-position:-80px -220px}
.badge-info-exhibiton{width:40px;height:16px;background-position:-120px -220px}

.cate-main .is--on > .cate-item__expend--depth3,
.cate-main .is--on > .cate-item__expend--depth4{display:block}

.cate-service{padding:19px 0 0; font-size: 0;}
.cate-service a{display:inline-block; font-size:12px;letter-spacing:-1px;color:#000; position: relative; line-height: 24px; width: 33.3333%; text-align: center;}
.cate-service a:before{content:""; display: block; width:1px; height:14px; background-color: #eee; position:absolute; top:50%; right:0; margin-top:-7px;}
.cate-service a:last-child:before{display: none;}
.cate-service a.is--new:after{content:"";position:absolute;top:-5px;left:13px;width:20px;height:20px;background:url(http://img.enuri.info/images/rev/common_sprite.png) -180px -220px no-repeat;}

.cate-service a > i{display:inline-block; vertical-align: -7px; width:24px;height:24px;margin-right:4px;}

.ico-menu{background-position:-200px -60px}
.ico-service-pc{background-position:0 -240px}
.ico-service-knowcom{background-position:-40px -240px}
.ico-service-social{background-position:-80px -240px}
.ico-service-travel{background-position:-120px -240px}
.ico-service-flower{background-position:-160px -240px}
.ico-service-move{background-position:-200px -240px}
.ico-service-enuripc{background-position:-240px -240px}
.ico-service-newcar{background-position:-280px -240px}
.ico-service-eclub{background-position:-320px -240px}

/* ----------------------------------------------------------------------- 
                        홈메인 > 전체 카테고리
----------------------------------------------------------------------- */
.cate-all{width:1280px;height:602px;position:relative;border:1px solid #0060AF;background-color:#F8F8F8;text-align:left;z-index:110}
.cate-all.is--hide{display:none}
.cate-all__btn{position: relative; padding: 0 16px; width: 198px; height: 50px; font-size: 15px; font-weight: bold; color: #fff; background-color: #0060AF; text-align: inherit; z-index: 2;}
.cate-all__btn .ico-cls{position:absolute;top:13px;right:13px;}
.cate-all .cate--depth1{width:198px;}
.cate-all .cate--depth1 > li{border-bottom:1px solid #ddd;height:50px;}
.cate-all .cate--depth1 > li:last-child {border-bottom:none;}
.cate-all .cate--depth1 > li > .cate__tit{display:block;padding:0 16px; line-height: 49px;font-size:14px;color:#000;letter-spacing:0; cursor:default}
.cate-all .cate--depth1 > li.is--on > .cate__tit{position:relative; font-weight:bold;color:#1A70DD;background-color:#fff;z-index:2;text-decoration:none;}
.cate-all .cate--depth1 > li.is--on > .cate__tit:after {content:""; display: block; width:1px; height:100%; position:absolute; top:0; right:-1px; background-color: #fff;}
.cate-all .cate--depth1 > li.is--on .cate-item__expand{display:block; overflow: hidden;}
.cate-all .cate-item__expand{position:absolute;top:0; left:198px; width:1080px; height:600px; background-color:#fff;display:none}
.cate-all .cate-item__expand:before{content:"";position: absolute;left:24px;right:24px;top:300px;border-top:1px solid #eee; z-index: 11;}
.cate-all .cate-item__expand:after{content:"";position: absolute; left:0; top:0; background-color: #eee; width:1px; height:100%;}

.cate-all .cate--depth2 {display: flex; flex-wrap: wrap;}
.cate-all .cate--depth2 > li {position: relative; height:300px; flex:0 0 auto; width:16.6666%; border-left:1px solid #eee;}
.cate-all .cate--depth2 > li > .cate__tit {font-size:13px;color:#000;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-weight:bold;line-height:18px;padding-top:20px; padding-left:20px; letter-spacing:0}
.cate-all .cate--depth2 > li > .cate__tit a {color:#000;}
.cate-all .cate--depth2 > li > a.cate__tit:hover {color:#1a70dd;}

.cate-all .cate--depth3 {display: flex; flex-flow: column; flex-wrap: wrap; padding-top:6px; line-height: 1.46; height:246px}
.cate-all .cate--depth3 > li {}
.cate-all .cate--depth3 > li a{display: block; padding:3px 0 2px 20px; line-height:16px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:12px;color:#666;letter-spacing:0}
.cate-all .cate--depth3 > li a.view_morecate {color:#1a70dd;}

/* ----------------------------------------------------------------------- 
                        헤더 > 전체 카테고리 [레이어]
----------------------------------------------------------------------- */
.lay-cate-all-overlay {position:fixed; top:0; left:0; width: 100%; height: 100%; background-color: transparent; z-index: 1010;}
.lay-cate-all {position: absolute; top:100%; left:0; margin-top: 13px; background-color: #fff; z-index:1100; box-shadow: inset 0 0 0 1px #1a70dd;}
.header.is--sticky.is--show .lay-cate-all {margin-top:11px;}

.lay-cate-all.is--hide{display:none}
.lay-cate-all .height_auto {height:auto!important;}
.lay-cate-all .height_full {height:100%!important;}

/* depth1 */
.lay-cate-all .cate--depth1{ width: 220px; z-index: 4; padding:20px 0;}
.lay-cate-all .cate--depth1 > li {padding:0 12px;}
.lay-cate-all .cate--depth1 > li > .cate__tit {display: block; font-size: 13px; line-height: 34px; color: #666; padding: 0 12px; cursor: pointer;}
.lay-cate-all .cate--depth1 > li.active > .cate__tit {position:relative; color:#fff; background-color: #1a70dd; border-radius: 4px; font-weight: bold; }
.lay-cate-all .cate--depth1 > li.active .cate--depth2_bundle {display: block;}

/* depth2 -bundle */
.lay-cate-all .cate--depth2_bundle {display: none; width: 220px; position:absolute; top:0; left:calc(100% - 1px); background-color: #fff; padding:10px 0 16px; z-index: 1;}
.lay-cate-all .cate--depth2_bundle:after { content:""; position:absolute; top:0; left:0; display: block; width: 100%; height: 100%; border-top: 1px solid #1a70dd; border-right: 1px solid #1a70dd; border-bottom: 1px solid #1a70dd; border-left: 1px solid #ddd; pointer-events: none;}
.lay-cate-all .cate--depth2_bundle .cate--depth2_bundle__title {display: block; font-size: 14px; font-weight: bold; color:#333;padding: 16px 24px 2px; text-decoration: none;}
.lay-cate-all .cate--depth2_bundle a.cate--depth2_bundle__title:hover {color:#1a70dd;}

/* depth2 */
.lay-cate-all .cate--depth2 > li {padding:0 12px;}
.lay-cate-all .cate--depth2 > li > .cate__tit {display: block; line-height: 24px; font-size: 12px; color:#666; padding:0 12px; cursor: pointer;} 
.lay-cate-all .cate--depth2 > li.active> ul {display: block;}
.lay-cate-all .cate--depth2 > li.active > .cate__tit {position:relative; font-weight:bold; color:#1a70dd; background-color: #f1f8fe; text-decoration: none;}
.lay-cate-all .cate--depth2 > li.active > .cate__tit:after { content:""; display: block; width:14px; height:14px; background: url("//img.enuri.info/images/rev/common_sprite.png") no-repeat -119px -19px; position:absolute; top:50%; right:10px; margin-top:-7px;}

.lay-cate-all .cate--depth3 {display: none; width: 220px; position:absolute; top:0; left:calc(100% - 1px); background-color: #fff; padding: 23px 0; z-index: 2;}
.lay-cate-all .cate--depth3:after { content:""; position:absolute; top:0; left:0; display: block; width: 100%; height: 100%; border-top: 1px solid #1a70dd; border-right: 1px solid #1a70dd; border-bottom: 1px solid #1a70dd; border-left: 1px solid #ddd; pointer-events: none;}
.lay-cate-all .cate--depth3 > li {padding:0 12px;}
.lay-cate-all .cate--depth3 > li > .cate__tit {display: block; line-height: 24px; font-size: 12px; color:#666; padding:0 12px; cursor: pointer;}
.lay-cate-all .cate--depth3 > li > .cate__tit.view_allitem {font-size: 13px; font-weight: bold;}
.lay-cate-all .cate--depth3 > li.active > .cate__tit {position:relative; font-weight:bold; color:#1a70dd; background-color: #f1f8fe; text-decoration: none;}

/* 동영상 광고 */
.advod {position:relative;z-index:110}
.advod .contents {}
.advod__bnr {position:absolute;top:392px;right:50%;width:140px;height:160px;margin-right:-802px;z-index:100;}
.advod.is--lp .advod__bnr {top:570px;margin-right:-640px}
.advod.is--vip .advod__bnr {top:370px;margin-right:-640px}
.advod__bnr .inner {position:relative;width:100%;height:100%;}
.advod__bnr .bnr__btn {display:block;position:relative;width:140px;height:140px;}
.advod__bnr .bnr__btn .bnr__popup {position:absolute;top:-52px;left:14px;right:0;z-index:10;width:114px;height:74px;font-size:0;text-indent:-9999px;background:url(//img.enuri.info/images/rev/common_sprite.png) no-repeat -240px -380px;animation:bnrBounce ease-in-out 1.4s infinite alternate}
.advod__bnr .bnr__btn .bnr__play {position:absolute;top:68px;left:50%;z-index:15;width:40px;height:40px;margin-left:-20px;background:url(//img.enuri.info/images/rev/common_sprite.png) no-repeat -200px -380px;}
.advod__bnr .bnr__btn .bnr__thum {display:block;overflow:hidden;position:relative;width:140px;height:140px}
.advod__bnr .bnr__btn .bnr__thum:after {content:"";position:absolute;top:0;bottom:0;left:0;right:0;width:138px;height:138px;border-radius:100%;border:1px solid rgba(0,0,0,.1);pointer-events:none;}
.advod__bnr .bnr__btn .bnr__thum img {overflow:hidden;width:100%;height:100%;border-radius:100%}
.advod__bnr .bnr__dimmed {position:absolute;top:0;left:0;width:140px;height:140px;opacity:0;}
.advod__bnr .bnr__dimmed .bnr__gauge {position:relative;overflow:hidden;width:100%;height:100%;}
.advod__bnr .bnr__dimmed .bnr__gauge:before {content:"";display:block;position:absolute;width:100%;height:100%;border-radius:100%;background-color:#1b1b23;opacity:.8;z-index:1;}    
.advod__bnr .bnr__dimmed .bnr__gauge .gauge-wrap {position:absolute;top:50%;left:50%;width:54px;height:6px;margin-left:-27px;margin-top:-3px;border-radius:3px;background-color:#ddd;z-index:10;}
.advod__bnr .bnr__dimmed .bnr__gauge .gauge-wrap::after {content:'';display:block;width:0;height:6px;border-radius:3px;background-color:#1A70DD;z-index:20;}
.advod__bnr .bnr__dimmed .bnr__gauge .gauge-count {position:absolute;top:81px;left:0;right:0;width:24px;height:20px;margin:auto;background:url(//img.enuri.info/images/rev/advod_count.png) -96px 0 no-repeat;z-index:100;}

.advod__bnr.fadein .bnr__dimmed .bnr__gauge .gauge-wrap::after {animation:ad_animated_gauge 1s forwards}
.advod__bnr.fadein .bnr__dimmed .bnr__gauge .gauge-count {animation:ad_animated_count 1s steps(4) forwards}
.advod__bnr.fadein .bnr__dimmed {animation:ad_fadeIn .4s forwards;cursor:pointer}
.advod__bnr.fadeout .bnr__dimmed {animation:ad_fadeOut .4s forwards}    
@keyframes ad_fadeIn {from {opacity:0} to {opacity:1}}
@keyframes ad_fadeOut {from {opacity:1} to {opacity:0}}

@keyframes ad_animated_gauge {0% {width:0} 100% {width:100%}}
@keyframes ad_animated_count {0% {background-position:0 0} 100% {background-position:-96px 0}}

@-webkit-keyframes bnrBounce { 
    0%, 40%, 60%, 80%, 100% {-webkit-transform:translateY(0);transform:translateY(0);}
    50%,70% {-webkit-transform:translateY(3px);transform:translateY(3px);}    
} 
@keyframes bnrBounce { 
    0%, 40%, 60%, 80%, 100% {-webkit-transform:translateY(0);transform:translateY(0);}
    50%,70% {-webkit-transform:translateY(3px);transform:translateY(3px);}    
} 
@media (max-width:1740px){
    .advod.is--home .advod__bnr {right:70px;margin-right:0}
}

.advod__bnr .bnr__source {position:relative;}
.advod__bnr .bnr__source .btn__cls {position:absolute;bottom:0;right:0;width:20px;height:20px;border-radius:10px;background-color:#333;}
.advod__bnr .bnr__source .btn__cls .ico_cls {position:absolute;top:0;right:0;width:20px;height:20px;font-size:0;text-indent:-9999px;background:url(//img.enuri.info/images/rev/common_sprite.png) no-repeat -280px -60px;}
.advod__bnr .bnr__source .btn__cls .tx_today {display:none;margin:0 auto;font-size:11px;color:#fff;letter-spacing:-.4px;line-height:20px;text-align:center}
.advod__bnr .bnr__source .btn__cls:hover {width:100%;}
.advod__bnr .bnr__source .btn__cls:hover .tx_today {display:block;}
.advod__bnr .bnr__source .tx_info {display:none;margin:0 auto;font-size:11px;color:#666;letter-spacing:-.4px;line-height:20px;text-align:center}

/* 동영상 확장 */
.advod__all {overflow:hidden;position:absolute;top:0;left:0;right:0;width:100%;height:672px;z-index:-1;background-color:#fff;box-shadow: 0 2px 15px 5px rgba(0, 0, 0, .05);transform:translateY(-100%);transition:all .4s ease-out;}
.advod__all .expand_vod {width:1280px;height:548px;margin:62px auto;pointer-events:auto;opacity:0;transition:all .4s ease-out;transition-delay:.2s}
.advod__all .expand_vod .inner {position:relative;width:100%;height:100%;}
.advod__all .expand_vod .advod_link {display:block;position:absolute;top:0;left:0;width:970px;height:500px;margin:0 auto;z-index:100;}
.advod__all .expand_vod .big_vod_wrap {position:relative;width:100%;height:100%;}
.advod__all .expand_vod .big_vod_wrap:after {content:"";display:table;clear:both;}
.advod__all .expand_vod .big_vod_wrap .big_vod {float:left;width:972px;height:548px;margin:0}
.advod__all .expand_vod .big_vod_wrap .big_vod_link {float:left;width:308px;height:548px}
.advod__all .expand_vod .big_vod_wrap .big_vod_link img {width:100%;height:100%;vertical-align:top}
.advod__all .expand_vod .btn_close {float:right;position:relative;height:24px;margin-top:16px;padding-right:32px;font-size:14px;color:#343434;letter-spacing:-.5px;line-height:24px;text-decoration:underline;text-underline-position:under;text-align:right;background-color:transparent}
.advod__all .expand_vod .btn_close:after {content:"";position:absolute;top:2px;right:2px;width:20px;height:20px;background:url(//img.enuri.info/images/rev/common_sprite.png) -300px -60px no-repeat;opacity:.8;transition:all .1s ease-in-out;}
.advod__all .expand_vod .btn_close:hover:after {opacity:1;transform:rotate(90deg)}
.advod__all.fadein {transform:translateY(0);opacity:1;z-index:10000}
.advod__all.fadein .expand_vod {opacity:1;}

/* 윙 */
.wing{position: absolute;margin-top:32px;z-index:100}
.wing.is--sticky{position:fixed;top:50px;}
.wing.wing--left{right:50%;margin-right:660px;}
.wing.wing--right{left:50%;margin-left:660px;}
.wing-ad{width:100px}
.wing-ad img{width:100%}
.wing-ad .wing-ad__bnr{display:block;margin-bottom:8px;position: relative;line-height:0}
.wing-ad .wing-ad__bnr:before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 1px solid #efefef}
/* 윙 > 광고센터 */
.wing-adcenter {width:100px;height:90px;margin-bottom:8px;}
.wing-adcenter .btn {display:block;width:100%;height:100%;font-size:0;text-indent:-9999px;background:url(//img.enuri.info/images/rev/wing_adcenter_shortcut.png) 0 0 no-repeat} 

/* 윙 > CPC배너 */
.wing-cpc{border:1px solid #eee;padding:16px 8px;width:82px;background-color:#fff}
.wing-cpc--head{height:14px;position: relative}
.wing-cpc--head .ico-shop--11st{display:block;text-indent:-9999em;width:33px;background:url(//img.enuri.info/images/home/cpc_logo_11st.png) no-repeat 0 0}
.wing-cpc--head .wing-cpc__tag--ad{text-indent:-9999em;position: absolute;top:0;right: 0;width: 24px;height: 16px;background: url(//img.enuri.info/images/rev/common_sprite.png) no-repeat -240px -40px;}
.wing-cpc--prod{margin:12px 0 0;display:block;width:82px;font-size:13px;line-height:18px;letter-spacing:-1px}
.wing-cpc--prod:before{display:none}
.wing-cpc--prod:hover .tx_prod_name{text-decoration: underline}
.wing-cpc--prod .wing-cpc__thumb{display:block;width:82px;height:82px}
.wing-cpc--prod .wing-cpc__thumb img{width:82px;height:82px}
.wing-cpc--prod .wing-cpc__info{display:block;margin:10px 0 0}
.wing-cpc--prod .wing-cpc__tx--name{display:block;font-size:13px;color:#343434;overflow:hidden;max-height:72px;line-height:18px;margin-bottom:10px;display: -webkit-box;text-overflow: ellipsis;word-wrap: break-word;-webkit-box-orient: vertical;-webkit-line-clamp: 4}
.wing-cpc--prod .wing-cpc__tx--salerate{display:inline-block;margin-right:4px;font-weight:bold;color:#ef2d4d;font-size:15px}
.wing-cpc--prod .wing-cpc__tx--price{display:inline-block;color:#000}
.wing-cpc--prod .wing-cpc__tx--price em{font-size:15px;font-weight:bold}

/* 윙 > 탑버튼 , 최근본, 찜상품 */
.wing-summ{width:100px;position:fixed;bottom:0}
.wing-sum__btn{width:40px;height:40px;margin-top:-1px;font-size:12px;color:#222;text-align:center;padding-bottom:2px;overflow:hidden;border:1px solid #ddd;letter-spacing:-1px;background-color:#fff}
.wing-sum__btn:hover{background-color:#fafafa}
.wing-sum__btn.wing-sum__btn--top{background-color:#515B6D;border-color:#515B6D;color:#fff;letter-spacing:0;font-weight:bold}
.wing-sum__btn.wing-sum__btn--top:hover{background-color:#343434}
.wing-sum__btn--top i{vertical-align:-4px;margin-right:4px}
.wing-summ__btn-group{position:fixed;right:16px;bottom:16px;width:40px;box-shadow:0 0 10px rgba(0,0,0,.15);}
.wing-summ__btn-group button:first-of-type{border-radius:3px 3px 0 0}
.wing-summ__btn-group button:last-of-type{border-radius:0 0 3px 3px}
.ico-wing-singo{display:inline-block;width:24px;height:24px;margin:0 auto;background-position:0 -340px}
.ico-wing-noti{display:inline-block;width:24px;height:24px;margin:0 auto;background-position:-40px -340px}
.ico-wing-recent{display:none;width:24px;height:24px;background-position:-80px -340px}
.ico-wing-zzim{display:none;width:24px;height:24px;background-position:-120px -340px}
.ico-arr-top{width:24px;height:24px;display:block;margin:0 auto!important;background-position:-80px -320px}    
.wing-sum__btn__tx{display:none}
/* 210506 : SR#46561 / [PC] PC알람 히든 처리 */
.wing-sum__btn--noti {display:none}

.wing-summ__prod{width:98px;border:1px solid #ddd;border-bottom-color:#515B6D;line-height:16px;text-align:left;letter-spacing:-1px;background-color:#fff;}
.wing-summ__tit{text-align:center;padding:7px 0;font-size:12px;font-weight:bold;color:#222;background-color:#F8F8F8;border-top:1px solid #ddd;cursor: pointer;}
.wing-summ__tit:hover{background-color:#f4f4f4}
.wing-summ__prod--recent .wing-summ__tit{border-radius:3px 3px 0 0;border-top:0}
.wing-summ__tit .wing-summ__count{color:#1A70DD;font-size:12px;}
.wing-summ__tit .wing-summ__count:before{content:"("}
.wing-summ__tit .wing-summ__count:after{content:")"}
.wing-summ__prod--none{color:#999;padding:30px 0;text-align:center;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:12px;border-top:1px solid #ddd}
.wing-summ__prod__list{text-align:center;font-size:12px;border-top:1px solid #ddd}
.wing-summ__prod__list > ul{padding:0 12px 12px}
.wing-summ__prod__item{margin:12px 0 0;width:74px;height:74px;position: relative;}
.wing-summ__prod__item:hover{z-index:10}
.wing-summ__prod__compare{position: absolute;z-index:3;}
.wing-summ__prod__compare label{position: relative;width:18px;height:18px;display:block;padding:0!important;float:left}
.wing-summ__prod__compare input[type='checkbox'] + label:before{background-position:-140px -280px;}
.wing-summ__prod__compare input[type='checkbox']:checked + label:before{background-position:-140px -300px;}
.wing-summ__prod__compare input[type='checkbox']:checked + label + .wing-summ__btn--compare{display:block}
.wing-summ__prod__compare label:hover:after{content:"";position: absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(0,0,0,.5)}
.wing-summ__btn--compare{cursor:default;display:none;float:left;height:16px;width:48px;border:1px solid #1A70DD;text-align:center;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:11px;background-color:#fff}
.wing-summ__prod__thumb{width:74px;height:74px;border:1px solid rgba(0,0,0,.05);position: relative;z-index:2;background:url(//img.enuri.info/images/rev/bg_noimg.png) no-repeat 50% 50% / 50px}
.wing-summ__prod__thumb img{width:100%;height:100%}
.wing-summ__prod__extend{position: absolute;top:-13px;right:-13px;bottom:-13px;z-index:1;border:1px solid #515B6D;width:120px;padding:12px 92px 12px 12px;background-color:#fff;display:none;text-align:left;box-shadow: 0 0 12px rgba(0,0,0,.1);}
.wing-summ__prod__item:hover .wing-summ__prod__extend{display:block;}
.wing-summ__prod__name{display:block;height:32px;overflow:hidden;margin:6px 0 8px 0;word-break: break-all;color:#333;font-size:13px}
.wing-summ__prod__price{display:block;font-size:14px;color:#0060AF;letter-spacing:0}
.wing-summ__prod__price em{font-weight:bold;font-size:18px;font-family:"Roboto","Helvetica",Helvetica,'Arial',Arial,"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;letter-spacing:-.5px}
.wing-summ__btn--delete{position: absolute;top:-1px;right:-18px;width:18px;height:18px;background-position:-260px -60px;text-indent:-9999em}

.wing-summ_prod__paging{height:15px;width:72px;text-align:center;font-family:"Roboto","Helvetica",Helvetica,'Arial',Arial,"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:12px;color:#aaa;position: relative;margin:0 auto;padding-bottom:12px}
.wing-summ_prod__paging em{font-weight:bold;color:#333;line-height:15px;}
.paging-arr{width:15px;height:15px;text-indent:-9999em;background-color:transparent}
.wing-summ_prod__paging .paging-arr{position: absolute;top:0;}
.paging-arr--prev{left:0;background-position:-100px -300px}
.paging-arr--next{right:0;background-position:-120px -300px}
.paging-arr--prev.is--disabled{background-position:-100px -280px}
.paging-arr--next.is--disabled{background-position:-120px -280px}

/* 펼치고 접기 */
.wing-summ__btn--unfold,
.wing-summ__btn--fold{padding:6px 0;background-color:#515B6D;border:0;text-align:center;width:100px;font-size: 12px;font-weight: bold;color: #fff;letter-spacing:-1px}
.wing-summ__btn--fold .ico-darr20{width:20px;height:20px;background-position:-260px 0;display:inline-block;text-indent:-9999em}
.wing-summ__btn--fold,
.wing-summ__btn--unfold{margin:0 0 0 -1px;height:30px}
.wing-summ__btn--unfold .wing-summ__count{color:#B1DDFF}

.wing-summ__prod .wing-summ__btn--unfold,
.wing-summ__prod.is--fold .wing-summ__btn--fold,
.wing-summ__prod.is--fold .wing-summ__prod--recent,
.wing-summ__prod.is--fold .wing-summ__prod--zzim{display:none}
.wing-summ__prod.is--fold .wing-summ__btn--unfold{display:block}
.wing-summ__prod.is--fold{border-color:#515B6D}

@media (max-width:1660px) { /* 가로폭 1660 미만시 */
    .wing-summ__prod{width:38px;position:fixed;right:16px;bottom:100px;box-shadow: 0 0 10px rgba(0,0,0,.15);border-radius:3px}
    .wing-summ__tit{height:40px;padding:0;text-indent:-9999em;background-color:#fff;position:relative;}
    .wing-summ__tit .wing-sum__tit__tx{display:none}
    .wing-summ__tit .wing-summ__count{position:absolute;top:4px;right:-4px;display:block;width:20px;font-size:9px;font-weight:normal;height:14px;border-radius:10px;background-color:#1A70DD;color:#fff;text-align:center;text-indent:0;line-height:12px}
    .wing-summ__tit .wing-summ__count:before,
    .wing-summ__tit .wing-summ__count:after{display:none}
    .ico-wing-recent,
    .ico-wing-zzim{display:block;float:left;margin: 8px 7px 8px 8px;}
    .wing-summ__prod,
    .wing-summ__prod.is--fold{border-color:#ddd!important}
    .wing-summ__prod.is--fold .wing-summ__prod--recent,
    .wing-summ__prod.is--fold .wing-summ__prod--zzim{display:block}
    .wing-summ__prod--none,
    .wing-summ__prod__list,
    .wing-summ__prod.is--fold .wing-summ__btn--unfold,
    .wing-summ__prod .wing-summ__btn--fold{display:none}
}

@media (max-height:870px) { 
    /* .wing-summ__prod{display:none} */
}

/* 공통 : 레이어 */
.lay-comm{position:relative;width:408px;border:1px solid #707070;background-color:#fff;line-height:18px;text-align:left;letter-spacing:-1px;box-shadow: 0 0 12px rgba(0,0,0,.1);color:#666}
.lay-comm--sm{font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.lay-comm .lay-comm--head{position:relative;height:18px;line-height:16px;padding:9px 20px;background-color:#575C67;font-size:14px;font-weight:bold;color:#fff}
.lay-comm--sm .lay-comm--head{padding:8px 16px;font-size:12px;}
.lay-comm .lay-comm--inner{padding:20px}
.lay-comm .lay-comm__tit{display:block;overflow:hidden}
.lay-comm--sm .lay-comm__tit{font-weight:normal}
.lay-comm .lay-comm__count{font-weight:normal;font-size:13px}
.lay-comm .lay-comm__btn-group{padding-top:22px;text-align:center;}
.lay-comm__btn{position:relative;display:inline-block;margin:0 5px;color:#333;background:#fff;border:1px solid #ddd;border-radius:1px;}
.lay-comm__btn:hover:before{content:"";position: absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border:1px solid rgba(0,0,0,.12);}
.lay-btn--sm{min-width:80px;padding:0 10px;height:22px;font-size:11px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.lay-btn--md{min-width:112px;padding:0 10px;height:30px;font-size:13px;letter-spacing:-1px}
/* .lay-btn--big{} */
.lay-btn--color--blue{color:#1A70DD;border-color:#1A70DD!important}
.lay-comm .lay-comm__btn--close{position:absolute;top:8px;right:10px;width:20px;height:20px;background-position:-240px -60px;text-indent:-9999em;background-color:transparent}

/* 공통 : 딤레이어 */
.lay--dimm-wrap {display:none;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;}
.lay--dimm-wrap .lay-comm {position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;}
.lay--dimm-wrap .dimmed {content:"";position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);z-index:1}

/* LP/SRP > 소모품 레이어 */
.lay-parts {display:none;position:absolute;min-width:322px;max-width:400px;z-index:10;border:0;box-shadow:none;}
.lay-parts .lay__inner {position:relative;padding:15px;border:1px solid #aaa;background-color:#fff;box-sizing:border-box}
.lay-parts .lay__inner:before {content:"";display:block;position:absolute;top:-7px;left:18px;width:10px;height:7px;background:url(//img.enuri.info/images/rev/common_sprite.png?v=210614) -160px -280px no-repeat;z-index:1}
.lay-parts .lay__inner:after {content:"";display:table;clear:both}
.lay-parts .thum {float:left;position:relative;width:92px;height:92px;margin-right:12px;}
.lay-parts .thum:after {content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid rgba(0,0,0,.1);pointer-events:none;}
.lay-parts .thum img {position:absolute;top:-50%;bottom:-50%;left:-50%;right:-50%;width:80px;height:80px;margin:auto;}
.lay-parts .tx_info {float:left;width:calc(100% - 104px)}
.lay-parts .tx_info .tx_prdc {display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 25px);margin-bottom:3px;font-weight:bold;font-size:12px;line-height:18px;letter-spacing:-.5px;color:#333}
.lay-parts .tx_info .tx_opt {display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:auto;max-height:48px;margin-bottom:7px;font-size:0;line-height:0;}
.lay-parts .tx_info .tx_opt li {display:inline-block;position:relative;min-height:16px;font-size:11px;line-height:16px;letter-spacing:0;color:#999;word-break:break-all;vertical-align:0;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.lay-parts .tx_info .tx_opt li + li {margin-left:5px;padding-left:8px;}
.lay-parts .tx_info .tx_opt li + li:before {content:"/";position:absolute;left:0;color:#999}
.lay-parts .tx_info .btn-buy {display:inline-block;height:24px;padding:0 24px;border-radius:2px;font-size:11px;line-height:24px;color:#fff;background-color:#1a70dd}
.lay-parts .btn-close {position:absolute;top:10px;right:10px;width:20px;height:20px;font-size:0;text-indent:-9999px;background:url(//img.enuri.info/images/rev/common_sprite.png?v=210614) -180px -280px no-repeat;z-index:1}


/* 신고하기 */
/* .error-report{} */
.error-report dl{margin-top:14px}
.error-report dl:first-child{margin-top:0}
.error-report dt{height:24px;line-height:16px;font-size:13px;font-weight:bold;letter-spacing:-1px;color:#222}
.error-report__box{padding:12px;min-height:18px;border:1px solid #eee;font-size:12px;color:#666;line-height:18px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.error-report--target dt{font-size:16px;height:30px;letter-spacing:-2px}
.error-report--target .error-report__box{background-color:#FBFBFB;letter-spacing:0}
.error-report--content .error-report__box{min-height:90px;width:100%;box-sizing:border-box}
.error-report--feedback .input--checkbox-item + label{float:right}
.error-report--feedback .error-report__box{min-height:42px;width:100%;box-sizing:border-box}
.error-report--item .list-form--radio{width:100%;overflow:hidden}
.error-report--item .list-form--radio li{float:left;width:50%;margin:2px 0}

/* SNS공유하기 */
.lay-share{width:240px;}
.lay-share .lay-comm--inner{text-align:center}
.lay-share__btn{display:inline-block;overflow:hidden;max-width:204px;margin:-5px -4px 0}
.lay-share__btn li{float:left;margin:5px 4px 0}
.lay-share__btn li > a{display:block;width:60px;height:60px;text-indent:-9999em;background-repeat:no-repeat;background-size:100% 100%;background-position:50% 50%}
.lay-share__btn .lay-share__btn--fb{background-image:url(//img.enuri.info/images/mobile_v2/ico_share_fb.png)}
.lay-share__btn .lay-share__btn--kakao{background-image:url(//img.enuri.info/images/mobile_v2/ico_share_kakao.png)}
.lay-share__btn .lay-share__btn--tw{background-image:url(//img.enuri.info/images/mobile_v2/ico_share_tw.png)}
.lay-share__btn .lay-share__btn--line{background-image:url(//img.enuri.info/images/mobile_v2/ico_share_line.png)}
.lay-share__btn .lay-share__btn--mail{background-image:url(//img.enuri.info/images/mobile_v2/ico_share_mail.png);background-position:50% 0;background-size:60px auto}
.lay-share__btn .lay-share__btn--mail.is--on{background-position:50% -62px}
.lay-share__btn .lay-share__btn--story{background-image:url(//img.enuri.info/images/mobile_v2/ico_share_story.png)}
.lay-share__btn .lay-share__btn--band{background-image:url(//img.enuri.info/images/mobile_v2/ico_share_band.png)}
.lay-share__form{margin-top:16px;height:25px;overflow:hidden;width:204px}
.lay-share__form .lay-share__group{width:408px;height:25px;-webkit-transition:.3s transform ease-in-out;-o-transition:.3s transform ease-in-out;transition:.3s transform ease-in-out;}
.lay-share__form.mod--send-mail .lay-share__group{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.lay-share__form--item{height:25px;overflow:hidden;position:relative;float:left;width:204px;}
.lay-share__form--item .lay-share__tx--url,
.lay-share__form--item .lay-share__tx--mail,
.lay-share__form--item .lay-share__btn--copy{border:1px solid #ccc;background-color:#fff;font-size:12px;line-height:25px;}
.lay-share__form--item .lay-share__btn--send{border:1px solid #222222;background-color:#222222;font-size:12px;color:#fff;line-height:25px;}
.lay-share__tx--url{display:block;padding:0 10px;margin-right:53px;height:23px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;letter-spacing: 0}
.lay-share__tx--mail{display:block;padding:0 10px;height:23px;overflow:hidden;width:120px;-webkit-appearance: none;-webkit-border-radius: 0;}
.lay-share__btn--copy,
.lay-share__btn--send{position:absolute;top:0;right:0;text-align:center;width:58px;height:25px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:12px;margin:0}
.lay-share__btn--copy{width:48px}

/* 오픈쇼핑 신청하기 */
.lay-apply-openad{width:300px}
.lay-apply-openad .lay-comm--inner{background-color:#fbfbfb}
.lay-apply-openad .btn_shop {display:block;padding:13px 0;border:1px solid #dbdbdb;background-color:#fff;transition:all .2s ease-in-out;}
.lay-apply-openad .btn_shop:hover {background-color:#fbfbfb;}
.lay-apply-openad .btn_shop > i {display:block;width:148px;height:20px;margin:0 auto;font-size:0;text-indent:-9999px;}
.lay-apply-openad .btn_shop-ebay {margin-bottom:8px;}
/* 210427 : SR#46426 : 11번가 광고센터 명칭 변경 */
/* .lay-apply-openad .btn_shop-ebay > i {background:url(//img.enuri.info/images/home/w_comm_ebay.png) 50% 0 no-repeat;}
.lay-apply-openad .btn_shop-11st > i {background:url(//img.enuri.info/images/home/w_comm_11st.png) 50% 0 no-repeat;} */
.lay-apply-openad .btn_shop-ebay > i {background:url(//img.enuri.info/images/home/w_comm_ebay_v2.png) 50% 0 no-repeat;}
.lay-apply-openad .btn_shop-11st > i {width:144px;background:url(//img.enuri.info/images/home/w_comm_11st_v2.png) 50% 0 no-repeat;}

/* 화장품 전성분 */
.lay-cosmetic {width:408px;}
.lay-cosmetic--wide {width:734px;}
.lay-tb--cosmetic {width:100%;}
.lay-tb--cosmetic thead tr th,
.lay-tb--cosmetic tbody tr td {border:1px solid #eee;text-align:center;}
.lay-tb--cosmetic thead tr th {height:36px;padding:0 24px;font-size:12px;color:#999;background-color:#F8F8F8}
.lay-tb--cosmetic tbody tr td {padding:16px 24px;font-size:12px;color:#333;letter-spacing:-.4px;line-height:16px;}
.lay-tb--cosmetic tbody tr td.tx_emp {color:#E82C0C;}

/* 모바일전용/최저가/쇼핑도우미 상품 */
.lay-mobile-prod,
.lay-mobile-only,
.lay-mobile-app{width:408px;}
.lay-mobile-prod .lay-comm--inner,
.lay-mobile-only .lay-comm--inner,
.lay-mobile-app .lay-comm--inner,
.lay-mobile-min .lay-comm--inner{height:90px}
.lay-mobile__cont{width:262px;height:90px;float:left;margin-left:16px}
.lay-mobile__qr{float:left;width:84px;height:84px;padding:2px;border:1px solid #666}
.lay-mobile__qr img {width:100%;height:100%;vertical-align:top}
.lay-mobile__tx{height:68px;line-height:20px;color:#666;font-size:13px;}
.lay-mobile__tx em{font-weight:bold;color:#1A70DD}
.lay-mobile__btn{height:22px;}
.lay-mobile__btn > button{float:left;margin-left:8px;font-size:11px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;color:#333;border:1px solid #ddd;height:22px;text-align:center;background:transparent}
.lay-mobile__btn > button:hover{border-color:#bbb}
.lay-mobile__btn > button:first-of-type{margin-left:0}
.lay-mobile__btn .btn-mobile--zzim{position:relative;padding:0 20px 0 4px;}
.lay-mobile__btn .btn-mobile--zzim:after{content:"";position:absolute;top:2px;right:3px;width:16px;height:16px;background:url(//img.enuri.info/images/rev/lp_sprite.png) -220px -80px no-repeat}
.lay-mobile__btn .btn-mobile--zzim.is--on:after {background-position:-240px -80px}
.lay-mobile__btn .btn-mobile--sendsms{width:80px}
.lay-mobile__btn .btn-mobile--app{width:98px;border-color:#1A70DD;color:#1A70DD}
.lay-mobile__btn .btn-mobile--app:hover{border-color:#1A70DD}
.lay-mobile-sendsms{padding:20px;background-color:#eee}
.sendsms__form{margin:0 0 8px 0;position: relative;height:32px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.sendsms__form--inp{box-sizing:border-box;border-radius:2px;height:32px;width:100%;padding:0 72px 1px 16px;border:1px solid #ddd;background-color:#FBFBFB;font-family: inherit;letter-spacing:-1px;}
.sendsms__form--inp:hover{border-color:#515B6D}
.sendsms__form--btn{position: absolute;top:0;right:0;bottom:0;width:56px;background-color:#515B6D;text-align:center;color:#fff;font-family: inherit;border-radius:0 2px 2px 0;letter-spacing:-1px;padding-bottom:1px}
.sendsms__send-url--tx{display:block;line-height:18px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;color:#999;font-size:11px}
.lay-mobile-min .tx_price {display:block;margin-bottom:4px;font-weight:bold;font-size:13px;color:#1A70DD;}
.lay-mobile-min .tx_price em {font-weight:bold;font-size:16px;vertical-align:-1px;letter-spacing:-1px;font-family:Arial, "맑은 고딕", Malgun Gothic, Dotum, "돋움", verdana, sans-serif}
.lay-mobile-min .lay-mobile__tx {height:auto;margin-bottom:10px}

/* [공통] 모바일 전용 레이어 > QR 코드 PLACEHOLDER COMM */
.ph--qr {overflow:hidden;position:absolute;z-index:1;width:90px;height:90px;}
.ph--qr:after {content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.1);z-index:1}
.ph--qr img {position:absolute;top:50%;left:50%;margin-left:-50px;margin-top:-30px;z-index:2;}
.ph__comm_wrap:after {content:"";display:table;clear:both}
.ph__comm_wrap > span {display:block;overflow:hidden;position:relative;box-shadow:0 1px 3px 0 rgba(118, 118, 118,.1);border-radius:4px;background-color:#f8f8f8}
.ph__comm_wrap > span:before {content:'';display:block;position:absolute;left:-150px;top:0;height:100%;width:150px;background:linear-gradient(to right, #f8f8f8 0%, #f1f1f1 50%, #f8f8f8 100%);animation:phload 1s ease/* cubic-bezier(0.4, 0.0, 0.4, 1) */ infinite}
@keyframes phload {
    from {left:-150px;}
    to   {left:100%;}
}

/* 용어사전 */
.lay-dic{width:736px;}
.lay-dic .lay-comm--body{position: relative;}
.lay-dic__inner{padding:16px;height:380px;}
.lay-dic__inner.dic--research{position: absolute;top:0;left:0;background-color:#fff}
.lay-dic__menu{position:relative;float:left;background-color:#FBFBFB;border:1px solid #ddd;width:230px;height:378px;margin-right:20px}
.dic-model{height:80px;background-color:#fff;border-bottom:1px solid #ddd}
.dic-model__thumb{width:80px;height:80px;border-right:1px solid #ddd;float:left;text-align:center;background:url(//img.enuri.info/images/rev/bg_noimg.png) no-repeat 50% 50% / 50px}
.dic-model__thumb img{width:80px;height:100%}
.dic-model__name{float:left;width:135px;height:64px;font-size:11px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;color:#666;padding:7px 6px;line-height:16px;overflow:hidden;word-break: break-all;letter-spacing:0}
.dic-search{position:relative;border-top:1px solid #ddd;}
.dic-search__input{width:calc(100% - 56px);border:0;outline:none;padding:0 40px 0 16px;background:transparent;height:36px;line-height:36px;font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.dic-search__btn{position: absolute;right:10px;top:50%;margin-top:-10px;width: 20px;height: 20px;text-indent: -9999em;font-size: 0;background: url(//img.enuri.info/images/home/icon_magglass.gif) 50% 50% no-repeat;}
.dic-search-result{height:80px;background:#fff;border-bottom:1px solid #ddd}
.dic-search-result__head{height:30px;text-align:center;line-height:30px;font-size:12px;background-color:#575C67;color:#fff}
.dic-search-result__txt{line-height:30px;text-align:center;padding:10px 0}
.dic-search-result__txt strong{display:block;margin:0 10px;overflow:hidden;font-size:14px;color:#000;white-space:nowrap; text-overflow:ellipsis;}
.dic-search-result__txt strong:before{content:"\201C"}
.dic-search-result__txt strong:after{content:"\201D"}
.btn--research-close{position: absolute;top: 6px;left:6px;width: 18px;height: 18px;background-position: -260px -60px;text-indent: -9999em;}
.dic-list{overflow-y:auto;height:260px;}
.dic-list__inner{padding:8px 16px}
.dic-list__item{font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;color:#666;line-height:16px;padding:6px 0}
.dic-list__item a{color:inherit}
.dic-list__item.is--on{color:#1A70DD;font-weight:bold}
.dic-list__item.is--on a:after{content:" >";font-size:11px}
.lay-dic__content{width:450px;height:330px;float:left;}
.dic-cont__top{height:60px;width:100%;}
.dic-cont__tit{max-height:48px;line-height:24px;font-size:20px;color:#000;font-weight:bold;letter-spacing:-1px;text-align:center;overflow:hidden;}
.dic-cont__tit strong{background: linear-gradient(to top, #dcebfe 50%, transparent 50%);}
.dic-cont__box{height:290px;padding-bottom:30px;overflow-y:auto;}
.dic-cont__box.is--full{height:320px}
.dic-cont__box .cont{color: #666;letter-spacing:0;word-break: break-all;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;line-height:16px}
.dic-cont__box .cont .dic-subcont__tit {max-height:48px;margin:30px 20px 0;padding:30px 0;border-top:1px solid #9d9d9d;line-height:24px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:20px;color:#000;font-weight:bold;letter-spacing:-1px;text-align:center;overflow:hidden;}
.dic-cont__box .cont .dic-subcont__tit strong{background: linear-gradient(to top, #dcebfe 50%, transparent 50%);}
.dic-cont__more{display:block;margin:20px auto 0;width:120px;height:26px;border:1px solid #1A70DD;text-align:center;font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;color:#1A70DD;background:transparent;letter-spacing:-1px}
/* 용어사전 > 라이트형 */
.lay-dic.dic--light{width:500px;}
.lay-dic.dic--light .lay-dic__inner{height:auto}
.lay-dic.dic--light .lay-dic__content{float:none;width:100%;height:auto}
.lay-dic.dic--light .dic-cont__box{height:auto;max-height:274px;}
.lay-dic.dic--light .dic-cont__box.is--full{max-height:320px;}
/* 용어사전 > 광고 */
.lay-dic__ad{padding:0 20px 20px}
.lay-dic__ad--inner{width:698px;height:86px;background-color:#eee}

/* 이미지 확대보기 */
.lay-enlarge-view{width:700px}
.enlarge__top{height:24px;padding:20px;border-bottom:1px solid #ddd;position: relative;}
.enlarge__tx--model{margin-right:140px;overflow:hidden;line-height:24px;font-size:18px;color:#333;letter-spacing:-1px;text-decoration:underline;white-space:nowrap; text-overflow:ellipsis;font-weight:bold}
.enlarge__btn--vip{width:130px;height:40px;position: absolute;top:12px;right:20px;background:#1F77EA;text-align:center;font-size:15px;color:#fff;letter-spacing:-1px;}
.enlarge__btn--vip:hover{background-color:#0060AF}
.enlarge__box{height:500px;padding:20px 0 16px;position: relative;}
/* .enlarge__view{height:500px;} */
.lay-thumlist--big {width:660px;margin:0 auto;}
.lay-thumlist--sm .swiper-pagination {display:none}
.lay-thumlist--sm .swiper-slide {cursor:pointer}
.enlarge__view--img{width:500px;height:500px;position: relative;margin:0 auto;background:url(//img.enuri.info/images/rev/bg_noimg.png) no-repeat 50% 50% / 100px}
.enlarge__view--img:after{content:"";position: absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.02);/* border:1px solid rgba(0,0,0,.1) */}
.enlarge__view--img img{position:absolute;top:-50%;bottom:-50%;left:-50%;right:-50%;width:auto;max-width:100%;height:auto;max-height:100%;margin:auto;vertical-align:middle;}
.enlarge__view--movie{width:660px;height:384px;position: relative;margin:57px auto 0}
.enlarge__view--movie iframe{width:660px;height:384px;}
.enlarge__btn--prev,
.enlarge__btn--next{position:absolute;top:50%;margin-top:-24px;width:48px;height:48px;text-indent:-9999em;z-index:10}
.enlarge__btn--prev{left:0;background-position:0 -380px;background-color:rgba(0,0,0,.45)}
.enlarge__btn--next{right:0;background-position:-60px -380px;background-color:rgba(0,0,0,.45)}
.enlarge__btn--prev:hover,
.enlarge__btn--next:hover{background-color:rgba(0,0,0,.6)}
.enlarge__btn--prev.is--disabled,
.enlarge__btn--next.is--disabled{cursor:default;background-color:rgba(0,0,0,.1);pointer-events:none;}
.enlarge__btn--prev.swiper-button-disabled,
.enlarge__btn--next.swiper-button-disabled {opacity:0.3;}
.enlarge__btn--prev.swiper-button-disabled:hover,
.enlarge__btn--next.swiper-button-disabled:hover {background-color:rgba(0,0,0,.45);cursor:default}

.enlarge__thumb{position:relative;margin:0 auto;padding-bottom:24px;text-align:center}
.enlarge__thumb .lay-thumlist--sm {position:relative;max-width:342px;margin:0 auto}
.enlarge__thumb .lay-thumlist--sm .swiper-container {width:342px}
.enlarge__thumb .lay-thumlist--sm ul{margin:0 auto;height:60px}
.enlarge__thumb .lay-thumlist--sm ul:after{content:"";display:block;clear:both}
.enlarge__thumb .lay-thumlist--sm ul li{position:relative;width:60px;height:60px}
.enlarge__thumb .lay-thumlist--sm ul li:after {content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid #ddd;pointer-events:none}
.enlarge__thumb .lay-thumlist--sm ul li:hover:after{border-color:#bbb;cursor:pointer}
.enlarge__thumb .lay-thumlist--sm ul li img{width:60px;height:60px;}
.enlarge__thumb .lay-thumlist--sm ul li.type--movie:after{content:"";position: absolute;top:0;left:0;right:0;bottom:0;background-image:url(//img.enuri.info/images/rev/common_sprite.png);background-repeat:no-repeat;background-position:-121px -381px}
.enlarge__thumb .lay-thumlist--sm .arr {position:absolute;top:20px;width:20px;height:20px;font-size:0;text-indent:-9999px;background:url(//img.enuri.info/images/rev/vip_sprite.png) no-repeat}
.enlarge__thumb .lay-thumlist--sm .arr:active {transform:translateY(1px)}
.enlarge__thumb .lay-thumlist--sm .arr-prev {left:-32px;background-position:-200px 0}
.enlarge__thumb .lay-thumlist--sm .arr-next {right:-32px;background-position:-220px 0}
.enlarge__thumb .lay-thumlist--sm .arr.swiper-button-disabled{opacity:.3;cursor:default}
.enlarge__thumb .lay-thumlist--sm .swiper-slide-active:hover:after,
.enlarge__thumb .lay-thumlist--sm .swiper-slide-active:after {border-color:#1A70DD}

.enlarge__tx--source{padding-top:6px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:11px;color:#999}
.enlarge__tx--source > a {color:#999;text-decoration:underline;}
.enlarge__tx--law {padding-top:6px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:11px;letter-spacing:-.6px;line-height:16px;color:#ccc}
.enlarge__tx--law > a {color:#ccc;text-decoration:underline;}

/* [VIP] 하단 추천상품 이미지 확대보기 */
.lay-recomm-view{width:700px}
.recomm__view{padding:24px 0;position: relative;height:500px;}
.recomm__view--img{width:500px;height:500px;position: relative;margin:0 auto;background:url(//img.enuri.info/images/rev/bg_noimg.png) no-repeat 50% 50% / 100px}
.recomm__view--img:after{content:"";position: absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.02);/* border:1px solid rgba(0,0,0,.1) */}
.recomm__view--img img{width:100%;height:100%}

/* 상품비교 */
.lay-compare{width:1278px;border-bottom:0;position:fixed;bottom:0;left:50%;margin-left:-640px;z-index:10}
/* .lay-compare.is--fold{transition:.3 transform ease;transform:translateY(196px)} */
.lay-compare.is--fold .lay-comm--body{display:none}
.lay-compare.is--fold .lay-compare__group{display:none}
.lay-compare .lay-comm--head{padding:11px 20px}
.lay-compare .lay-comm__inner{height:184px;overflow:hidden;padding:16px 0 0;}
.lay-compare__menu{position: absolute;top:0;right:0;height:40px;}
.lay-compare__group{float:left;overflow:hidden;margin:6px 20px 0 0;height:28px}
.lay-compare__group button{float:left;height:28px;margin-left:4px;font-size:12px;text-align:center;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;letter-spacing:-.5px}
.lay-compare__btn--allcheck,
.lay-compare__btn--delete{color:#ccc;border:1px solid rgba(255,255,255,.1);background-color:#5C6678;border-radius:2px;width:90px;}
.lay-compare__btn--allcheck i,
.lay-compare__btn--delete i{display:inline-block;vertical-align:-2px}
.lay-compare__btn--allcheck:hover,
.lay-compare__btn--delete:hover{border-color:rgba(255,255,255,.3)}
.ico-check-12{width:12px;height:12px;background-position:-280px -120px}
.ico-delete-12{width:12px;height:12px;background-position:-300px -120px}
.lay-compare__btn--zzim{background-color:#01BEC8;border:1px solid rgba(0,0,0,.05);border-radius:2px;width:120px;color:#fff}
.lay-compare__btn--compare{background-color:#1F77EA;border:1px solid rgba(0,0,0,.05);border-radius:2px;width:120px;color:#fff}
.lay-compare__btn--zzim:hover,
.lay-compare__btn--compare:hover{border-color:rgba(255,255,255,.3)}
.lay-compare__btn--zzim.is--disabled,
.lay-compare__btn--compare.is--disabled{background-color:#353F50;border:1px solid rgba(0,0,0,.05);color:rgba(255,255,255,.2)}
.lay-compare__btn--flip{float:left;width:40px;height:40px;background-color:#353F50;}
.lay-compare__btn--close{float:left;width:40px;height:40px;background-color:#353F50;margin-left:1px}
.lay-compare__btn--flip i,
.lay-compare__btn--close i{float:left;margin:0 0 0 10px;text-indent:-9999em}
.lay-compare__btn--flip:hover,
.lay-compare__btn--close:hover{background-color:#000}
.ico-uarr-20{display:block;width:20px;height:20px;background-position:-250px -90px}
.is--fold .ico-uarr-20{background-position:-250px -130px;}
.ico-close-20{display:block;width:20px;height:20px;background-position:-290px -90px;}
.compare-prod__wrap{position:relative;height:184px;overflow-x:auto;overflow-y:hidden}
.compare-prod__list{width:100%;height:164px;display:-webkit-box;display:-ms-flexbox;display:flex;}
.compare-prod__item{height:164px;margin-left:20px;float:left;position: relative;}
.compare-prod__item input[type="checkbox"] + label{position: absolute;top:-1px;left:-1px;z-index:1}
.compare-prod__item a{display:block;text-decoration:none;line-height:16px;width:106px}
.compare-prod__thumb,
.compare-prod__thumb img{width:106px;height:106px;}
.compare-prod__thumb{position:relative;background:url(//img.enuri.info/images/rev/bg_noimg.png) no-repeat 50% 50% / 50px}
.compare-prod__thumb:after{content:"";position: absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.02)}
.compare-prod__tag--ad{text-indent: -9999em;position: absolute;top: 0;right: 0;width: 24px;height: 16px;background: url(//img.enuri.info/images/rev/common_sprite.png) no-repeat -240px -40px;z-index:1}
.compare-prod__info{padding-top:4px}
.compare-prod__name{line-height:16px;height:32px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:11px;color:#999;overflow:hidden;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.compare-prod__item a:hover .compare-prod__name{text-decoration:underline}
.compare-prod__price{display:block;overflow:hidden;height:18px;line-height:18px;font-size:12px;margin-top:2px;}
.compare-prod__price em{font-family:"Roboto","Helvetica",Helvetica,'Arial',Arial,"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;letter-spacing:-.5px;font-size:14px;font-weight:bold;color:#333}

/* 미니vip */
.lay-minvip{position:relative;width:248px;/* height:700px; */border:1px solid #707070;background-color:#fff;line-height:16px;}
.minvip__head{padding:12px 8px 8px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.minvip__body{width:100%;overflow:hidden;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.minvip__prod{min-height:92px;position: relative;}
.minvip__thumb{width:92px;height:92px;position: absolute;top:0;left:0;cursor:pointer;background:url(//img.enuri.info/images/rev/bg_noimg.png) no-repeat 50% 50% / 50px #fff}
.minvip__thumb img{width:100%;height:100%}
.minvip__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.02)}
.minvip__info{margin-left:100px;font-size:11px;letter-spacing:-.5px;color:#333}
.minvip__model{max-height:32px;font-size:13px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;letter-spacing:-1px;display: -webkit-box;text-overflow: ellipsis;word-wrap: break-word;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow:hidden}
.minvip__model--sub{color:#999;margin-top:2px;margin-bottom:4px;}
.minvip__price,
.minvip__price--tlc,
.minvip__price--cash,
.minvip__delivery{display:block;overflow:hidden;}
.minvip__price em,
.minvip__price--tlc em,
.minvip__price--cash em{font-size:13px;font-weight:bold}
.minvip__price{color:#1A70DD;font-size:12px}
.minvip__price--tlc{color:#1A70DD}
.minvip__delivery {margin-bottom:2px;font-size:11px;}
.minvip__delivery.is-on {font-weight:normal;color:#00c0c6}
.minvip__tx{font-size:11px;color:#999;display:inline-block;}
.minvip__tx.is-on {font-weight:normal;color:#00c0c6}
.minvip__tx + .minvip__tx:before{content:"|";display:inline-block;vertical-align:top;padding:0 2px;font-size:10px;color:#aaa}
.minvip__card{color:#00C0C6;display:block;}
/* minvip__price--cash{} */
.minvip__btn--similiar,
.minvip__btn--singo{display:inline-block;font:inherit;font-size:11px;padding:0 4px;height:16px;border:1px solid #eee;color:#666;text-align:center;background-color:#fff;margin-top:4px;letter-spacing:-1px}
.minvip__btn--similiar{position:relative;}
.minvip__btn--similiar > a{width:10px;height:10px;border:1px solid #ccc;border-radius:50%;display:inline-block;font-size:11px;line-height:1;color:#ccc}
.minvip__btn--similiar > a:hover{color:#aaa}
.minvip__btn--similiar > a:hover + .lay-similar{display:block}
.minvip__btn--similiar .lay-similar{display:none;position: absolute;right:0;border:1px solid #666;background-color:#fff;padding:8px 12px;font-size:11px;text-align:left;width:190px}
/* .minvip__btn--singo{} */
.minvip__btn--singo:hover,
.minvip__btn--similiar:hover{border-color:#bbb}
.minvip__noti{padding-top:8px}
.lay-minvip .lawnotice{line-height:16px;font-size:11px;letter-spacing:-1px}
.lay-minvip .lawnotice__tx--main{color:#666;}
.lay-minvip .lawnotice__tx--sub{color:#999;margin-top:4px;}
.lay-minvip .lawnotice__tx--sub a{text-decoration:underline}
.lay-minvip .lawnotice .ico-lawnotice{display: inline-block;width: 12px;height: 12px;background-position:-260px -20px;text-indent:-9999em;vertical-align:-2px;}

.minvip__tab{border-top:1px solid #ccc;border-bottom:1px solid #eee;height:32px;}
.minvip__tablist{height:32px;}
.minvip__tabitem{float:left;width:82px;height:32px;border-left:1px solid #eee;background-color:#F8F8F8;font-size:12px;line-height:32px;text-align:center;letter-spacing:-1px;color:#666}
.minvip__tablist > li:first-child{border-left:0;}
.minvip__tabitem .tx--count{font-size:11px;color:#999}
.minvip__tabitem > a{color:inherit;display:block;}
.minvip__tabitem > a:hover{text-decoration:none;color:#000}
.minvip__tabitem.is--on{background-color:#fff;color:#333;}
.minvip__tabitem.is--on .tx--count{color:#1A70DD}
.minvip__tabitem .list-filter{display:none;position:absolute;left:0;right:0;height:32px;border-bottom:1px solid #ddd;margin-bottom:0;background-color:#fff;z-index:10;line-height:16px;box-shadow:0 1px 2px rgba(0,0,0,.1)}
.minvip__tabitem.is--on .list-filter{display:block;}

/* SR#50685 : 가격리스트 개선 전 운영에 올라가 있는 css (탭 V 토글) */
/* .minvip__tabitem .list-filter__sort{height:16px;float:left;margin:8px 0 0 0}
.minvip__tabitem .list-filter__sort > li{position: relative;height:16px;float:left;margin-left:4px}
.minvip__tabitem .list-filter__sort > li > a{position:relative;display:block;padding-left:18px;color:#999;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:11px;letter-spacing:-.5px}
.minvip__tabitem .list-filter__sort > li > a:before{content:"";position: absolute;top:0;left:0;width:16px;height:16px;background-image:url(//img.enuri.info/images/rev/lp_sprite.png);background-repeat:no-repeat;background-position:-80px 0}
.minvip__tabitem .list-filter__sort > li.is--on > a{color:#333}
.minvip__tabitem .list-filter__sort > li.is--on > a:before{background-position:-60px 0} */
/* SR#50685 : 가격리스트 개선 후 데브만 적용했다가 리얼에 올릴 css (체크박스) */
.minvip__tabitem .list-filter {text-align:left;padding:0 8px}
.minvip__tabitem .list-filter>div {display:inline-block;padding:7px 0}
.minvip__tabitem .list-filter>div+div {margin-left:12px}
.minvip__tabitem .list-filter>div .input--checkbox-item + label {font-size:11px;color:#000}

.minvip__cont{width:270px;overflow-y:auto;overflow-x:hidden}
.minvip__tabcont{width:248px;position:relative}
.minvip__tabcont .tabcont__tit{font-size:12px;color:#333}
.minvip__tabcont .tabcont__tx--sub{font-size:11px;color:#999;letter-spacing:-1px;margin-top:6px}
.minvip__tabcont.tabcont--compare{padding-top:32px}

.mallprice-box,
.mallprice-box--cash,
.mallprice-box--similar{position: relative;margin-bottom:12px}
.mallprice-box:after,
.mallprice-box--cash:after{content:"";position:absolute;left:0;right:0;bottom:0;border-bottom:1px solid #ddd}

.price-tb{width:248px;position:relative;letter-spacing:-1px}
.price-tb:before{content:"";position:absolute;left:50%;border-left:1px solid #ddd;top:0;bottom:0;}
.price-tb:after{content:"";display:block;clear:both}
.price-tb--lside,
.price-tb--rside{float:left;width:124px;}
.price-tb__head{min-height:30px;text-align:center;border-bottom:1px solid #ddd;display:table;width:100%;}
.price-tb__head .price-tb__tx--head{display:table-cell;vertical-align:middle;padding:7px 0}
.price-tb__head .price-tb__tx--head img{height:13px;}
.price-tb__item{height:68px;border-bottom:1px solid #eee;font-size:11px}
.price-tb__item:hover{background-color:#F9FCFD}
.price-tb__item > a{display:block;padding:9px 8px;position:relative;}
.price-tb__item > a:hover{text-decoration:none}
.price-tb__item--head{height:16px;}
.price-tb__mall{/* display:block;overflow:hidden; */text-overflow:ellipsis;white-space:nowrap;color:#333}
.price-tb__tx-sub{float:right;color:#f22}
.price-tb__tx-card{float:right;color:#1aaba9}
.price-tb__item--head .coupon-11st{float:right;position:relative;top:-1px;width: 60px;height: 16px;background: url(//img.enuri.info/images/home/ico_11st.png) no-repeat -144px 0;text-indent: -9999em;cursor: pointer;}
.price-tb__item--head .tag--ad{width:17px;height:11px;background-position:-320px -40px;display:inline-block;text-indent:-9999em;vertical-align:-2px}
.price-tb__item--head .tag--enuripc{float:right;width:46px;height:12px;background-position:-300px -20px;text-indent:-9999em;display:block;margin-top:1px}
.price-tb__item--price{height:18px;line-height:18px;text-align:right;color:#666;overflow:hidden;word-break:break-all}
.price-tb__item--price em{font-size:13px;font-weight:bold;color:#333;letter-spacing:0}
.price-tb__item--price.lowest{color:#1A70DD}
.price-tb__item--price.lowest em {color:#1A70DD}
.price-tb__item--price .ico-mobile{width:8px;height:12px;background-position:-280px 0;display:inline-block;text-indent:-9999em;text-align:left;vertical-align:-2px;margin:0 2px}
.price-tb__item--price .tx--cash{color:#1A70DD}
.price-tb__item--delivery{height:16px;color:#999999;text-align:right;}
.price-tb__item.no_mall{text-align:center;height:50px;padding-top:18px;color:#999}
.minvip__btn--more{width:100%;position:relative;z-index:1;height:26px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;text-align:center;color:#333;font-size:12px;background-color:#F8F8F8;margin-top:-1px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.minvip__btn--more:hover{background:#f0f0f0}
/* 현금몰 */
.mallprice-box--cash .price-tb:before{top:31px}
.mallprice-box--cash .price-tb__head{border-top:1px solid #ddd}
.mallprice-box--cash .price-tb__item{float:left;width:124px}
/* 유사상품 */
.mallprice-box--similar .similar__list{}
.mallprice-box--similar .similar__item{padding:8px 0;border-bottom:1px solid #eee}
.mallprice-box--similar .similar__item > a{display:block;height:92px;margin:0 8px;position:relative;}
.mallprice-box--similar .similar__item > a:hover{text-decoration:none}
.mallprice-box--similar .minvip__price{margin:4px 0;color:#333}
.mallprice-box--similar .minvip__price.lowest{color:#1A70DD}
.mallprice-box--similar .minvip__card{margin-top:4px}
/* .mallprice-box--similar .minvip__price{margin-top:4px} */

/* 상품설명 */
.cont-nodata,
.cont-ingredient,
.cont-grade{padding:16px 8px;border-bottom:1px solid #eee}
/* 설명 없음 */
.cont-nodata{font-size:11px;text-align:center;color:#333}
.cont-nodata__locate{padding:3px 8px;border:1px solid #eee;background-color:#FBFBFB;margin-bottom:20px;text-align:left}
.cont-nodata__btn-vip{display:block;margin:12px auto 0;width:74px;height:22px;border:1px solid #DBDBDB;font-size:12px;color:inherit;line-height:22px}

/* 화장품 성분 */
.cosmetics {position:relative;margin-top:8px}
.cosmeticsgraph {overflow:hidden;border:1px solid #eee;margin-top:-1px}
.cosmeticsgraph__tit {padding:8px;border-bottom:1px solid #eee;background-color:#F8F8F8;font-size:11px}
.cosmeticsgraph__graph {overflow:hidden; width:230px;padding:12px 0}
.cosmeticsgraph__graph li {display:inline; float:left; width:76px;}
.cosmeticsgraph__graph li em{font-family:"Roboto","Helvetica",Helvetica,'Arial',Arial,"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.cosmeticsgraph__graph.type1 li span {display:block; font-size:12px; color:#666; text-align:center; line-height:18px;}
.cosmeticsgraph__graph.type1 li em {display:block; float:none !important; text-align:center; width:58px; height:58px; margin:0 auto 1px !important; font-weight:bold; font-size:14px; color:#5076ff; line-height:58px; vertical-align:middle; background:url(//img.enuri.info/images/home/icon_cosmeticgraph.png) 0 0 no-repeat;}
.cosmeticsgraph__graph.type1 li em.p10 {background-position:-70px 0;}
.cosmeticsgraph__graph.type1 li em.p20 {background-position:-140px 0;}
.cosmeticsgraph__graph.type1 li em.p30 {background-position:-210px 0;}
.cosmeticsgraph__graph.type1 li em.p40 {background-position:-280px 0;}
.cosmeticsgraph__graph.type1 li em.p50 {background-position:-350px 0;}
.cosmeticsgraph__graph.type1 li em.p60 {background-position:-420px 0;}
.cosmeticsgraph__graph.type1 li em.p70 {background-position:-490px 0;}
.cosmeticsgraph__graph.type1 li em.p80 {background-position:-560px 0;}
.cosmeticsgraph__graph.type1 li em.p90 {background-position:-630px 0;}
.cosmeticsgraph__graph.type1 li em.p100 {background-position:-700px 0;}
.cosmeticsgraph__graph.type2 li em {display:block; float:none !important; text-align:center; width:50px; height:60px; margin:0 auto 3px !important; padding-top:10px; font-size:20px; color:#999; line-height:60px; vertical-align:middle; background:url(//img.enuri.info/images/home/icon_cosmeticgraph2.png) 0 0 no-repeat;}
.cosmeticsgraph__graph.type2 li span {display:block; font-size:11px; color:#666; text-align:center; line-height:18px;}
.cosmeticsgraph__graph.type2 li em.non {background-position:0 0; color:#999;}
.cosmeticsgraph__graph.type2 li em.on {background-position:-50px 0; color:#7091ed;}
.cosmeticsgraph__graph.type3 li em {display:block; float:none !important; text-align:center; width:50px; height:60px; margin:0 auto 3px !important; padding-top:10px; font-size:20px; color:#999; line-height:60px; vertical-align:middle; background:url(//img.enuri.info/images/home/icon_cosmeticgraph2.png) 0 0 no-repeat;}
.cosmeticsgraph__graph.type3 li span {display:block; font-size:11px; color:#666; text-align:center; line-height:18px;}
.cosmeticsgraph__graph.type3 li em.non {background-position:0 -70px; color:#999;}
.cosmeticsgraph__graph.type3 li em.on {background-position:-50px -70px; color:#ec776d;}
/* 자재등급 */
.fungrade{margin-top:12px;width:231px;height:91px;background:url(//img.enuri.info/images/rev/grade_sprite.png) no-repeat 0 0}
.fungrade.lvE2{background-position:0 0}
.fungrade.lvE1{background-position:0 -100px}
.fungrade.lvE0{background-position:0 -200px}
.fungrade.lvSE0{background-position:0 -300px}
.fungrade.lv1{background-position:-250px 0}
.fungrade.lv2{background-position:-250px -100px}
.fungrade.lv3{background-position:-250px -200px}
.fungrade.lv4{background-position:-250px -300px}
.fungrade.lv5{background-position:-250px -400px}
/* 유의사항 */
.cont-notice{padding:16px 8px 0;}
.cont-summary{padding:16px 8px;border-bottom:1px solid #eee}
.tb-summ {border-left:1px solid #e2e2e2; border-bottom:1px solid #eee;margin-top:12px}
.tb-summ .col1 {width:82px;}
.tb-summ .col2 {width:149px;}
.tb-summ th, .tb-summ td {font-size:11px; text-align:left; letter-spacing:-0.5px; padding:6px 5px 6px 6px; border-right:1px solid #eee; border-top:1px solid #eee;}
.tb-summ th {background:#F8F8F8;color:#333}
.tb-summ td {color:#666666;}
.tb-summ a.attr {text-decoration:underline;cursor:help} 
.tb-summ a.attr:hover {color:#0073be} 

/* 상품평 */
.review-write{padding:16px 8px;}
.review-write__head{margin-bottom:8px;height:16px;position:relative}
.review-user{position: absolute;top:0;right:0;font-size:11px}
.review-user .review-user__login{text-decoration:underline;}
.review-user .review-user__id{text-decoration:underline;color:#1A70DD}
.review__textarea{width:calc(100% - 16px);border:1px solid #ccc;background-color:#F8F8F8;font-size:11px;padding:8px}
.reveiw__btn--register{margin:12px auto 0;display:block;width:82px;height:24px;background-color:#515B6D;color:#fff;font-size:11px;padding-bottom:2px}
.review-list{position:relative;border-top:1px solid #eee;font-size:11px}
.review-list ul > li{border-bottom:1px solid #eee;}
.review-item{padding:20px 8px;letter-spacing:-.5px}
.review-item__comm{color:#666;}
.review-item__foot{margin-top:8px;color:#999;padding:2px 0;position:relative;text-align:right}
.review__tx--mall{position:absolute;text-align:left}
.review-item__noresult{text-align:center;color:#999;padding:32px 0}
.review-item__foot > span:after{content:"|";display:inline-block;padding:0 4px;color:#ddd}
.review-item__foot > span:last-of-type:after{display:none}
.review__tx--author{display:inline-block;max-width:70px;overflow:hidden;vertical-align:top}
.review__btn--delete{color:inherit}
.review__btn--delete:before{content:"|";display:inline-block;padding:0 4px;color:#ddd;}

.mivip__lay--delete{position:absolute;width:220px;margin-left:15px;z-index:1}
.mivip__lay--delete .lay-comm__inner{padding:8px}
.mivip__lay--delete .lay-comm__btn--close{top:6px;right:6px}
.delete__form{position: relative;height:26px;font-size:11px;}
.delete__form--inp{box-sizing:border-box;border-radius:2px;height:26px;width:100%;padding:0 72px 1px 16px;border:1px solid #ddd;background-color:#FBFBFB;font-family: inherit;letter-spacing:-1px;}
.delete__form--inp:hover{border-color:#515B6D}
.delete__form--btn{position: absolute;top:0;right:0;bottom:0;width:56px;background-color:#515B6D;text-align:center;color:#fff;font-family: inherit;border-radius:0 2px 2px 0;letter-spacing:-1px;padding-bottom:1px}

/* 미니VIP > 파워링크 */
.ad-minvip-powerlink{width:224px;margin:24px 12px;letter-spacing:-.5px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;}
.ad-minvip-powerlink .ad__tit{font-size:12px;font-weight:bold;color:#000;position:relative}
.ad-minvip-powerlink .ad__tit .tag--ad{width: 17px;height: 11px;background-position: -320px -40px;display: inline-block;text-indent: -9999em;vertical-align: -3px;}
.ad-minvip-powerlink .ad__tit .btn-ad-apply{position:absolute;top:0;right:0;color:#999;font-weight:normal;font-size:11px}
.ad-minvip-powerlink .ad__list{padding-top:2px}
.ad-minvip-powerlink .ad__item{margin-top:7px}
.ad-minvip-powerlink .ad__item a:hover{text-decoration:none;}
.ad-minvip-powerlink .ad__item--tit{font-size:11px;font-weight:bold;color:#333}
.ad-minvip-powerlink a:hover .ad__item--tit{text-decoration:underline}
.ad-minvip-powerlink .ad__item--tx{font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:11px;}
.ad-minvip-powerlink .ad__item--link{margin-top:3px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:11px;color:#0060AF}

/* 미니VIP > 탑버튼 */
.minvip__btn--top{width:32px;height:32px;position: absolute;bottom:24px;right:8px;background-position:-200px -180px;text-indent:-9999em;z-index:2;background-color:transparent}

/* 쿠폰레이어 */
.lay-coupon{width:280px}
.lay-coupon .lay-comm__inner{padding:16px;text-align:left;font-size:12px;}
.lay-coupon em{font-size:inherit!important;text-decoration:underline}
.lay-coupon .lay-coupon__price{color:#1F77EA;font-size:14px;font-weight:bold;font-family: "맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;letter-spacing:-1px;margin-top:6px}
.lay-coupon .lay-coupon__price em{font-family:Arial, Helvetica, sans-serif;text-decoration:none;letter-spacing:0}
.lay-coupon .lay-coupon__noti{color:#1F77EA;}

/* 찜레이어 */
.lay-zzim{display:none;opacity:0;position:fixed;top:50%;left:50%;margin:-118px 0 0 -118px;width:236px;height:170px;padding-top:66px;border-radius:50%;background-color:rgba(0,0,0,.7);text-align:center;color:#fff;line-height:18px;-webkit-transition:.3s all cubic-bezier(.47,1.64,.41,.8);-o-transition:.3s all cubic-bezier(.47,1.64,.41,.8);transition:.3s all cubic-bezier(.47,1.64,.41,.8);-webkit-transform:scale(.5) translateY(40px);-ms-transform:scale(.5) translateY(40px);transform:scale(.5) translateY(40px);z-index:-1}
.lay-zzim .lay-zzim__icon{margin:0 auto;width:56px;height:50px;background:url(//img.enuri.info/images/rev/ico_zzim.png) no-repeat 50% 50% / 100%;text-indent:-9999em;position:relative;}
.lay-zzim.is--off .lay-zzim__icon{background-image:url(//img.enuri.info/images/rev/ico_zzim_off.png)}
.lay-zzim .lay-zzim__tx--tit{margin-top:12px;letter-spacing:-1px;font-size:14px;}
.lay-zzim .lay-zzim__tx--tit.tx--off,
.lay-zzim.is--off .lay-zzim__tx--tit{display:none}
.lay-zzim.is--off .lay-zzim__tx--tit.tx--off{display:block;}
.lay-zzim .lay-zzim__btn{display:block;margin:20px auto 0;border:1px solid #ccc;border-radius:2px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:11px;color:rgba(255,255,255,.7);background:transparent;letter-spacing:-1px;width:92px;height:24px;}
.lay-zzim .lay-zzim__btn:hover{border-color:#fff;color:#fff}
.lay-zzim.is--show{opacity:1;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);z-index:1000}

/* 툴팁레이어 */
.lay-tooltip {width:280px}
.lay-tooltip .lay-comm__inner{padding:16px;text-align:left;font-size:12px;}
.lay-tooltip .tx_tit {display:block;margin-bottom:8px;font-weight:bold;color:#333;}
.lay-tooltip .tx_tit--stress {font-size: 11px;font-weight:normal;color:#e82c0c}
.lay-tooltip .tx_stress {color:#e82c0c}
.lay-tooltip .tx_sub {display:block;margin-bottom:8px;color:#333;}
.lay-tooltip .ins-list li{position:relative;padding-left:10px;}
.lay-tooltip .ins-list li:before{content:"·";top:0;left:0;position:absolute}
.lay-tooltip .order-list li {position:relative;margin-bottom:8px;padding-left:0;}
.lay-tooltip .order-list li .tx_tit,
.lay-tooltip .order-list li .tx_sub {margin-bottom:0;}
/* 툴팁레이어 : 호버 */
.lay-tooltip .lay__inner {position:relative;padding:15px;border:1px solid #707070;background-color:#fff;box-sizing:border-box}
.lay-tooltip .lay__inner:after {content:"";display:block;position:absolute;top:-14px;left:28px;width:20px;height:20px;background:url(//img.enuri.info/images/rev/vip_sprite.png) -240px 0 no-repeat;z-index:1}
.lay-tooltip .tx_msg {position:relative;padding-left:30px;font-size:12px;color:#666;line-height:18px;letter-spacing:-.4px}
.lay-tooltip .tx_msg em {position:absolute;top:0;left:0;font-weight:bold;color:#333;}
.lay-tooltip .tx_msg strong {color:#1a70dd}


/* [VIP]가격비교 티어 내 레이어 */
.lay-comparison {width:380px}
.lay-comparison .guide__link {display:block;margin-top:8px;font-weight:bold;color:#0073be;text-decoration:underline;}

/* [VIP]상품설명 내 퍼가기 */
.lay-cm-share .lay-comm__inner{padding:16px;text-align:left;font-size:12px;}
.lay-cm-share .tx_msg {display:block;margin-bottom:8px;font-weight:bold;color:#333;}
.lay-cm-share .tx_boxtit {display:block;margin-bottom:5px;color:#333;}
.lay-cm-share .box_border {margin-bottom:8px;padding:8px;border:1px solid #ddd;}
.lay-cm-share .order-list > li {position:relative;margin-bottom:8px;margin-left:8px;list-style:decimal}
.lay-cm-share .tx_agree {display:block;margin-bottom:12px;}
.lay-cm-share .lay-comm__btn {display:block;margin:0 auto;}

/* 라디오 */
.input--radio-item{position:absolute;width:1px;height:1px;visibility:hidden;}
.input--radio-item + label{position:relative;display:block;height:18px;line-height:18px;font-size:12px;padding-left:21px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;cursor: pointer;}
.input--radio-item + label:before{content:"";position:absolute;width:18px;height:18px;left:-1px;top:0;background-image:url(//img.enuri.info/images/rev/common_sprite.png);background-repeat:no-repeat;background-position:0 -280px}
.input--radio-item:hover + label:before{background-position: 0 -320px}
.input--radio-item:checked + label:before{background-position:0 -300px}

/* 체크박스 */
.input--checkbox-item{position:absolute;width:1px;height:1px;visibility:hidden;}
.input--checkbox-item + label{position:relative;display:block;height:18px;line-height:18px;font-size:12px;padding-left:21px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;cursor: pointer;}
.input--checkbox-item + label:before{content:"";position:absolute;width:18px;height:18px;left:-1px;top:0;background-image:url(//img.enuri.info/images/rev/common_sprite.png);background-repeat:no-repeat;background-position:-20px -280px}
.input--checkbox-item:hover + label:before{background-position:-20px -320px}
.input--checkbox-item:checked + label:before{background-position:-20px -300px}

/* 화살표 */
.arrows--rect {position:absolute;top:71px;left:0;right:0;width:100%;z-index:10;opacity:0;transition:all .5s linear}
.arrows--rect .arr {position:absolute;width:38px;height:38px;border-radius:4px;border:1px solid rgba(212,219,232,0.5);box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.16);font-size:0;text-indent:-9999px;background:#fff;opacity:1;transition:all .1s ease-in-out}
.arrows--rect .arr-prev {left:0}
.arrows--rect .arr-next {right:0}
.arrows--rect .arr:after {content:"";display:block;position:absolute;top:8px;left:8px;width:20px;height:20px;background:url(//img.enuri.info/images/rev/main_sprite.png);opacity:0.5;transition:all .2s ease-in-out}
.arrows--rect .arr-prev:after {background-position:-80px 0}
.arrows--rect .arr-next:after {background-position:-100px 0}
.arrows--rect .arr:active {opacity:0.8;transform:translateY(2px)}
.arrows--rect .arr:hover:after {opacity:1}

/* 인증/알레르기 정보 레이어 */
.lay-mark {width:254px;}
.lay-mark .markbox {position:relative;padding:20px 19px;}
.lay-mark .markbox .tx_tit {display:block;margin-bottom:6px;font-weight:bold;font-size:14px;color:#333;letter-spacing:-.4px;}
.lay-mark .markbox .tx_info {display:block;margin-bottom:12px;font-size:13px;color:#666;letter-spacing:-.4px;line-height:17px;}
.lay-mark .markbox .tx_info strong {font-weight:bold;}
.lay-mark .markbox .mark__list {overflow:hidden;}
.lay-mark .markbox .mark__list > li {float:left;width:45px;height:45px;margin-bottom:8px;margin-right:12px;}
.lay-mark .markbox .mark__list > li:nth-child(4n) {margin-right:0;}
.lay-mark .markbox .mark__list > li:nth-child(n + 5) {margin-bottom:0;}
.lay-mark .markbox .mark__list + .tx_tit {margin-top:16px;}

/*레이어-최저가알람*/
.lay-alarm {width:410px;z-index:10;}
.lay-alarm .lay-comm--inner {padding:20px 0 0;}
.lay-alarm .lay-comm__tit .tx_sub {font-weight:normal;font-size:12px;color:#ddd}
.lay-alarm .row {position:relative;margin:0 20px 24px;}
.lay-alarm .row:after {content:"";display:table;clear:both;}
.lay-alarm .row .thum {float:left;width:90px;height:90px;margin-right:16px;}
.lay-alarm .row .thum img {width:90px;height:90px;vertical-align:top;}
.lay-alarm .row .tx_source {float:left;width:calc(100% - 106px)}
.lay-alarm .row .tx_source .tx_name {display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:36px;margin-bottom:6px;font-size:13px;color:#333;letter-spacing:-.4px;line-height:18px;}
.lay-alarm .row .tx_source .tx_info {display:block;margin-bottom:6px;font-size:12px;color:#666;letter-spacing:-.4px;line-height:20px;}
.lay-alarm .row .tx_source .tx_price {font-weight:bold;font-size:13px;color:#1A70DD;letter-spacing:-.4px;line-height:20px;}
.lay-alarm .row .tx_source .tx_price em {margin-left:12px;font-family:Arial, Helvetica, sans-serif;font-size:20px;}
.lay-alarm .row--ipt {padding:20px 16px;background-color:#FBFBFB}
.lay-alarm .row--ipt:before {content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid #eee;pointer-events:none;}
.lay-alarm .row .col {float:left;}
.lay-alarm .row .col-1 {width:194px;margin-right:24px;}
.lay-alarm .row .col-2 {width:120px;font-size:18px;color:#666;}
.lay-alarm .row .col .tx_tit {display:block;margin-bottom:6px;font-weight:bold;font-size:12px;color:#666;letter-spacing:-.4px;line-height:16px;}
.lay-alarm .row .tx_ipt {width:100%;height:38px;padding:8px 12px;border:1px solid #ddd;font-size:12px;color:#333;box-sizing:border-box;line-height:20px;}
.lay-alarm .row .tx_ipt::placeholder {font-size:12px;color:#999;letter-spacing:-.4px;line-height:20px;}
.lay-alarm .row .tx_userinfo {float:left;width:246px;margin-bottom:6px;}
.lay-alarm .row .tx_userinfo li + li {margin-top:8px;}
.lay-alarm .row .tx_userinfo li label {display:block;overflow:hidden;}
.lay-alarm .row .tx_userinfo li label .tx_tit {float:left;width:46px;font-size:13px;color:#666;letter-spacing:-.4px;line-height:28px;}
.lay-alarm .row .tx_userinfo li label .tx_ipt {width:calc(100% - 46px);height:28px;}
.lay-alarm .row .tx_userinfo li label .tx_phone .tx_ipt {position:relative;width:60px;}
.lay-alarm .row .tx_userinfo li label .tx_phone .tx_ipt + .tx_ipt {margin-left:10px;}
.lay-alarm .row .tx_userinfo li label .tx_phone .tx_ipt + .tx_ipt:before {content:"";position:absolute;top:13px;left:-7px;width:4px;height:1px;background-color:#666;}
.lay-alarm .row .tx_userinfo li label .tx_phone .tx_ipt--exp {width:200px}
.lay-alarm .row .btn.btn__regist {float:right;position:relative;width:112px;height:28px;padding-left:0;font-size:12px;color:#1A70DD;text-align:center;text-indent:0;background:#fff}
.lay-alarm .row .btn.btn__regist:before {display:none;}
.lay-alarm .row .btn.btn__regist:after {content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid #1A70DD;background:transparent;pointer-events:none;}
.lay-alarm .row .btn.btn__regist:hover {background:#FaFaFa}
.lay-alarm .row .tx_tip {display:block;clear:both;padding-left:46px;font-size:11px;color:#999;line-height:16px;letter-spacing:0}
.lay-alarm .row--regist {margin:0 !important;padding:20px;background-color:#eee;}
.lay-alarm .row .col-2 .tx_ipt {width:100px;}

.lay-alarm .row--ipt {padding:20px 16px;background-color:#FBFBFB}
.lay-alarm .row--ipt:before {content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid #eee;pointer-events:none;}
.lay-alarm .row--ipt__head {display:block;position:relative;}
.lay-alarm .row--ipt__head .tx_tit {display:block;font-weight:bold;font-size:14px;color:#333;line-height:18px}
.lay-alarm .row--ipt__head .tx_sub {display:block;margin-top:4px;font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;color:#999;line-height:20px;}
.lay-alarm .row--ipt__head .tx_sort__list {position:absolute;top:0;right:0;line-height:18px}
.lay-alarm .row--ipt__head .tx_sort__list > li {float:left;margin-left:16px}
.lay-alarm .row--ipt__body {clear:both}
.lay-alarm .row--ipt__body .range__bar {display:block;width:100%;margin:18px 0 20px}
.lay-alarm .row--ipt__body .range__bar input[type="range"] {overflow:hidden;margin:auto;-webkit-appearance:none;position:relative;width:100%;height:16px;cursor:pointer;border-radius:8px;background:#ddd}
.lay-alarm .row--ipt__body .range__bar input[type="range"] {background:linear-gradient(to right, #1A70DD 0%, #1A70DD 0%, #aaaaaa 0%, #aaaaaa 100%)}
.lay-alarm .row--ipt__body .range__bar input[type="range"]::-webkit-slider-thumb {-webkit-appearance:none;width:34px;height:16px;border:1px solid #1A70DD;border-radius:8px;box-shadow: -100vw 0 0 99.5vw #1A70DD;background:#fff}
.lay-alarm .row--ipt__body .range__bar input[type="range"]::-moz-range-thumb{-webkit-appearance:none;width:34px;height:16px;border:1px solid #1A70DD;border-radius:8px;box-shadow: -100vw 0 0 99.5vw #1A70DD;background:#fff;cursor:pointer}
.lay-alarm .row--ipt__body .range__bar input[type="range"]::-ms-thumb {background:#fff;border:1px solid #1A70DD;width:34px;height:16px;box-sizing:border-box;border-radius:8px;box-shadow: -100vw 0 0 99.5vw #1A70DD;cursor:pointer}
.lay-alarm .row--ipt__body .range__bar input[type="range"]::-ms-fill-lower {background:#1A70DD}
.lay-alarm .row--ipt__body .range__bar input[type="range"]::-ms-fill-upper {background:#ddd}
.lay-alarm .row--ipt__body .range__bar input[type="range"]::-ms-track {background:#ddd;color:transparent;height:16px;border:none;}
.lay-alarm .row--ipt__body .range__bar input[type="range"]::-ms-ticks-after {display:none;}
.lay-alarm .row--ipt__body .range__bar input[type="range"]::-ms-ticks-before {display:none;}
.lay-alarm .row--ipt__body .range__bar input[type="range"]::-ms-tooltip {display:none;}

/* 최저가설정 */
.lay-alarm .row--ipt__body .range__ipt {clear:both}
.lay-alarm .row--ipt__body .range__ipt:after {content:"";display:table;clear:both}
.lay-alarm .row--ipt__body .range__ipt .tx_tit {display:block;margin-bottom:6px;font-weight:bold;font-size:12px;color:#666;line-height:16px;}
.lay-alarm .row--ipt__body .range__ipt .tx_ipt {width:calc(100% - 20px);height:28px;padding:0 12px;border:1px solid #ddd;font-size:14px;color:#333;box-sizing:border-box}
.lay-alarm .row--ipt__body .range__ipt .tx_ipt::placeholder {font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;text-align:left;color:#aaa}
.lay-alarm .row--ipt__body .range__ipt .tx_ipt::-ms-input-placeholder {font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;text-align:left;color:#aaa}
.lay-alarm .row--ipt__body .range__ipt .tx_unit {display:inline;font-size:14px;color:#666;vertical-align:middle}
.lay-alarm .row--ipt__body .range__ipt_percent {float:left;width:144px}
.lay-alarm .row--ipt__body .range__ipt_percent .tx_ipt {max-width:100px}
.lay-alarm .row--ipt__body .range__ipt_percent .tx_unit {font-size:16px}
.lay-alarm .row--ipt__body .range__ipt_price {float:right;width:190px}
.lay-alarm .row--ipt__body .range__ipt_price .tx_ipt {text-align:right}
/* 최저가 없을때 */
.lay-alarm .row--ipt__body .setprice__ipt {clear:both;margin-top:18px}
.lay-alarm .row--ipt__body .setprice__ipt:after {content:"";display:table;clear:both}
.lay-alarm .row--ipt__body .setprice__ipt .tx_tit {display:inline-block;position:relative;top:2px;width:45px;font-weight:bold;font-size:12px;color:#666;line-height:28px;}
.lay-alarm .row--ipt__body .setprice__ipt .tx_ipt {width:calc(100% - 70px);height:28px;padding:0 12px;border:1px solid #ddd;font-size:14px;color:#333;text-align:right;box-sizing:border-box}
.lay-alarm .row--ipt__body .setprice__ipt .tx_ipt::placeholder {font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;color:#aaa;text-align:left}
.lay-alarm .row--ipt__body .setprice__ipt .tx_ipt::-ms-input-placeholder {font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;color:#aaa}
.lay-alarm .row--ipt__body .setprice__ipt .tx_unit {display:inline;font-size:14px;color:#666;vertical-align:middle}
.lay-alarm .row--ipt__body .setprice__ipt_percent {float:left;width:144px}
.lay-alarm .row--ipt__body .setprice__ipt_percent .tx_ipt {max-width:100px}
.lay-alarm .row--ipt__body .setprice__ipt_percent {font-size:16px;}
.lay-alarm .row--ipt__body .setprice__ipt_price {float:right;width:190px}


/* [VIP] > e머니 구매적립 안내 */
.lay-emoney{width:480px}
.lay-emoney .lay-comm--body{max-height:400px;overflow-y:auto;overflow-x:hidden}
.lay-emoney__cont{padding:20px;letter-spacing:-1px}
.lay-emoney__cont dt{line-height:26px;font-size:14px;color:#222;font-weight:bold;}
.lay-emoney__cont dd{margin-bottom:16px;line-height:18px;margin-top:8px;font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;letter-spacing:0}
.lay-emoney__cont dd ul li{margin-top:4px;padding-left:8px;position:relative}
.lay-emoney__cont dd ul li:before{content:"-";position:absolute;top:0;left:0}
.lay-emoney__cont dl dt.cont-fold{position:relative;cursor: pointer;border-top:1px solid #ddd;padding:14px 0;}
.lay-emoney__cont dl dt.cont-fold:after{content:"";position:absolute;width:16px;height:16px;right:6px;top:18px;background:url(http://img.enuri.info/images/home/ico_stick.png) no-repeat -60px -300px transparent;}
.lay-emoney__cont dl dt.cont-fold + dd{display:none}
.lay-emoney__cont dl dt.cont-fold.unfold + dd{display:block;margin-top:-10px}
.lay-emoney__cont dl dt.cont-fold.unfold:after{background-position:-80px -300px}
.lay-emoney__cont dd .tx_em{color:#0077c3;display:block;margin-top:6px;}
.lay-emoney__cont dd .tx_blue{color:#0077c3}
.lay-emoney-sendsms{padding:20px;background-color:#eee}
.lay-emoney-sendsms .sendsms__tit{font-size:14px;font-weight:bold;color:#333;margin-bottom:6px}
.lay-emoney-sendsms .sendsms__btn--benefit{position:absolute;right:20px;bottom:20px;font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;letter-spacing:0}

/* 판매자SDUL 선택 레이어 */
.lay-select-ad{position:relative;padding:20px 16px;border:1px solid #ddd;width:288px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.lay-select-ad__head{font-size:13px;font-weight:bold;color:#333;line-height:18px;letter-spacing:-1px;font-family:Malgun Gothic,'맑은고딕'}
.lay-select-ad__btn{margin-top:16px;height:32px;}
.lay-select-ad__btn > a{display:block;width:138px;height:30px;text-align:center;font-size:12px;font-family:"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;letter-spacing:-.5px;line-height:30px;border:1px solid #1f5aa7;background-color:#1A70DD;color:#fff;border-radius:4px}
.lay-select-ad__btn > a:hover{text-decoration:none;background-color:#1f5aa7}
.lay-select-ad__btn--sdu{float:left}
.lay-select-ad__btn--sdul{float:right}
.lay-select-ad__btn--close{position:absolute;top:18px;right:14px;background-color:transparent}
.lay-select-ad__btn--close i{display:block;text-indent:-9999em;width:24px;height:24px;background-position:-120px -60px}

/* [VIP] > 쇼핑몰선택(국내,해외) */
.lay-mallsel {display:none;position:absolute;top:auto;left:auto;width:734px;z-index:2;} /* 레이어 위치는 띄울때 버튼 하위에 노출 */
.lay-mallsel .lay-comm--inner {padding:25px}
.lay-mallsel .lay-tab__mall {display:block;}
.lay-mallsel .lay-tab__mall .tab-item {height:32px;padding:0 20px;font-size:12px;color:#666;letter-spacing:-.5px;background-color:#fff;border:1px solid #ddd;border-bottom:0}
.lay-mallsel .lay-tab__mall .tab-item+.tab-item {border-left:0}
.lay-mallsel .lay-tab__mall .tab-item.is-on {color:#fff;border-color:#575c67;background-color:#575c67}
.lay-mallsel .lay-mall__list {overflow:hidden;overflow-y:auto;position:relative;height:calc(160px - 34px);margin-bottom:12px;padding:16px 8px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.lay-mallsel .lay-mall__list:after {content:"";display:table;clear:both;}
.lay-mallsel .lay-mall__list > li {float:left;width:162px;margin-bottom:10px;}
.lay-mallsel .lay-mall__list > li.no-data {clear:both;float:none;position:absolute;top:50%;bottom:50%;left:0;right:0;width:100%;height:20px;margin:auto 0;text-align:center;}
.lay-mallsel .lay-mall__list > li.no-data .tx_msg {font-size:12px;color:#999;letter-spacing:-.4px;line-height:20px;}
.lay-mallsel .btn__group {font-size:0;text-align:center;}
.lay-mallsel .btn {display:inline-block;position:relative;width:100px;height:28px;margin:0 2px;border:1px solid #ccc;font-size:11px;color:#666;text-align:center;background:#fff;transition:opacity .2s ease;-webkit-transition:opacity .2s ease;}
.lay-mallsel .btn:hover {opacity:.85}
.lay-mallsel .btn__apply {border-color:#1A70DD;color:#fff;background-color:#1A70DD}
.lay-mallsel .lay-comm__btn--close {top:10px;background-position:-200px -280px}

/* 가격비교 */
#wrap.wrap-compare{overflow:visible;width:auto}
.compare-wrap{padding:20px}
.compare-inner{display:table}
.compare-prod {padding-right:20px;display:table-cell;}
.compare-prod .lay-minvip{height:auto;}
.compare-prod .minvip__body{width:248px}
.compare-prod .minvip__btn--top{display:none}

/****************************
    하단 우측 알림함 팝업 
*****************************/
.pop_alarm {opacity:0;transform:translateY(100%);position:fixed;bottom:30px;right:70px;z-index:1;width:336px;height:90px;border-radius:4px;box-shadow:0 6px 6px 0 rgba(0, 0, 0, 0.2);transition:all .5s ease-in-out;pointer-events:none}
.pop_alarm:after {content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid rgba(0, 0, 0, 0.05);pointer-events:none}
.pop_alarm.is-visible {opacity:1;z-index:1200;transform:translateY(0);pointer-events:all}
.alarm__inner {display:block;position:relative;width:100%;height:100%;border-radius:4px;background:linear-gradient(#2864cb, #2d84ed);}
.alarm__head {display:block;position:relative;width:calc(100% - 20px);padding:6px 10px;height:20px;border-top-left-radius:4px;border-top-right-radius:4px;font-size:0;background-color:rgba(0,0,0, 0.1)}
.alarm__head .tx_tit {display:inline-block;position:relative;padding-left:22px;margin-right:12px;font-size:13px;font-weight:bold;color:#fff;line-height:20px;}
.alarm__head .tx_tit:before {content:"";position:absolute;top:0;left:0;width:20px;height:20px;background:url(//img.enuri.info/images/rev/common_sprite.png) -280px -280px no-repeat;}
.alarm__head .msg_line {display:inline-block;}
.alarm__head .msg_line > p {display:inline-block;position:relative;font-size:11px;color:#bfd6f5;line-height:20px;}
.alarm__head .msg_line > p .tx_num {color:#f9ff57}
.alarm__head .msg_line .tx_msg {}
.alarm__head .msg_line .tx_all {margin-left:8px;padding-left:9px;}
.alarm__head .msg_line .tx_all:before {content:"";display:block;position:absolute;top:6px;left:0;width:1px;height:8px;background-color:#fff;opacity:.2;}
.alarm__head .btn-close {display:block;position:absolute;top:6px;right:6px;width:20px;height:20px;font-size:0;text-indent:-9999px;background:url(//img.enuri.info/images/rev/common_sprite.png) -220px -280px no-repeat;}
.alarm__body {display:block;padding:8px 16px}
.alarm__body .recent_unit {position:relative;height:20px;margin-bottom:4px;}
.alarm__body .recent_unit .tx_cate {display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;max-width:calc(100% - 20px);padding-right:20px;font-weight:bold;font-size:12px;color:#fff;letter-spacing:-.5px;line-height:20px;}
.alarm__body .recent_unit .tx_cate:after {content:"";position:absolute;top:0;right:0;display:inline-block;width:20px;height:20px;vertical-align:-5.5px;background:url(//img.enuri.info/images/rev/common_sprite.png) -260px -280px no-repeat;}
.alarm__body .recent_unit .tx_time {position:absolute;top:0;right:0;font-family:"돋움", "Dotum", sans-serif;font-size:11px;color:#fff;letter-spacing:-.5px;line-height:20px;opacity:.6;}
.alarm__body .recent_msg .btn-msg {display:block;width:100%;text-align:left;background:transparent}
.alarm__body .recent_msg .btn-msg > span {display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.75;width:100%;height:16px;font-family:"돋움", "Dotum", sans-serif;font-size:11px;color:#fff;letter-spacing:-.5px;line-height:16px;}
.alarm__body .recent_msg .btn-msg:hover > span {text-decoration:underline}

/* 알림함 우측 시트 > 열릴때  body.is-overflow */
.lay-alarmsheet {opacity:0;pointer-events:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1300;}
.lay-alarmsheet .dimmed {position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.16)}
.alarmsheet__inner {position:absolute;top:0;bottom:0;right:0;z-index:10;width:400px;height:100%;background-color:#fff;transform:translateX(100%);transition:transform .3s ease-in-out;}
.alarmsheet__inner.is-expand {transform:translateX(0);transition:transform .3s ease-in-out;}
.alarmsheet__head {position:sticky;height:92px;border-bottom:1px solid #999}
.alarmsheet__head .head_box {position:relative;width:100%;height:52px;background-color:#fff;}
.alarmsheet__head .head_box .tx_tit {display:block;width:calc(100% - 20px);height:30px;padding:11px 20px;font-weight:bold;font-size:18px;color:#222}
.alarmsheet__head .head_box .tx_tit em {font-family:"Roboto", sans-serif;font-weight:bold;font-size:20px;color:#222}
.alarmsheet__head .head_box .btn-close {display:block;position:absolute;top:16px;right:16px;width:20px;height:20px;font-size:0;text-indent:-9999px;background:url(//img.enuri.info/images/rev/common_sprite.png) -300px -60px no-repeat;}
.alarmsheet__head .head_tabs {display:block;overflow:hidden;width:calc(100% - 32px);padding:7px 16px;border-top:1px solid #eee}
.alarmsheet__head .head_tabs .swiper-container {overflow:visible}
.alarmsheet__head .head_tabs .swiper-slide {display:block;width:auto;}
.alarmsheet__head .head_tabs .swiper-slide .btn-tab {height:24px;padding:0 12px;border-radius:20px;border:2px solid #fff;font-size:12px;letter-spacing:-.6px;color:#777;background-color:#eee;transition:all .3s ease-in-out}
.alarmsheet__head .head_tabs .swiper-slide:hover .btn-tab {background-color:#ddd}
.alarmsheet__head .head_tabs .swiper-slide.is--on .btn-tab {border-color:#1A70DD;font-weight:bold;color:#fff;background-color:#1A70DD}
.alarmsheet__head .head_tabs .swiper-slide.is--new .btn-tab {padding-left:10px;}
.alarmsheet__head .head_tabs .swiper-slide.is--new .btn-tab:before {content:"";display:inline-block;position:relative;top:-8px;left:-2px;width:4px;height:4px;border-radius:4px;background-color:#f24141}

.alarmsheet__body {overflow-y:auto;position:relative;width:100%;height:calc(100% - 92px);background-color:#f6f6f6}
.alarmsheet__body .card_box {overflow:hidden;overflow-y:auto;position:relative;height:calc(100% - 40px);padding:20px;}
.alarmsheet__body .card_item {display:block;margin-bottom:8px;border-radius:8px;border:1px solid rgba(0, 0, 0, 0.1);background-color:#fff;opacity:0;transform:translateY(100%);transition:all .3s ease-in-out;}
.alarmsheet__body .card_item.is-shown {opacity:1;transform:translateY(0);transition-delay:.2s}
.alarmsheet__body .card_item a.card_link {display:block;position:relative;padding:16px;transition:background .3s ease-in-out}
.alarmsheet__body .card_item a.card_link:hover {text-decoration:none;background-color:rgba(0,0,0,.02)}
.alarmsheet__body .card_item a.card_link span {display:block;}
.alarmsheet__body .card_item a.card_link .tx_cate {width:calc(100% - 60px);font-weight:bold;font-size:13px;color:#111;letter-spacing:-.6px;line-height:20px;}
.alarmsheet__body .card_item a.card_link .tx_time {position:absolute;top:16px;right:16px;font-family:"돋움", "Dotum", sans-serif;font-size:11px;color:#aaa;letter-spacing:-.5px;line-height:20px;opacity:.6;}
.alarmsheet__body .card_item a.card_link .tx_msg {margin-top:6px}
.alarmsheet__body .card_item a.card_link .tx_msg > span {font-family:"돋움", "Dotum", sans-serif;font-size:12px;color:#666;letter-spacing:-.5px;line-height:18px;}
.alarmsheet__body .card_item a.card_link .tx_msg > span.tx_nm {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;}
.alarmsheet__body .card_item.is--new a.card_link .tx_cate:after {content:"";display:inline-block;position:relative;top:-10px;left:0;width:4px;height:4px;border-radius:4px;background-color:#f24141} 
.alarmsheet__body .card_item.no-data {position:absolute;top:50%;left:0;right:0;z-index:10;margin-top:-80px;border:0;text-align:center;background:transparent}
.alarmsheet__body .card_item.no-data .tx_noti {position:relative;font-size:13px;line-height:24px;letter-spacing:-.6px;color:#666;}
.alarmsheet__body .card_item.no-data .tx_noti:before {content:"";display:block;width:140px;height:140px;margin:0 auto 10px;background:url(//img.enuri.info/images/rev/bg_alarm_nodata.png) no-repeat}


/* ----------------------------------------------------------- 
                rev_메인페이지 > 배송조회레이어
----------------------------------------------------------- */
.lay_mydelivery_info {display:none; position:fixed; top:50%; left:50%; margin-left:-220px;width: 440px; border-radius: 6px; background-color: #fff; border:1px solid #aaa; padding:20px 20px 30px; z-index: 1400;}
.lay_mydelivery_info .btn-close {position:absolute; top:16px; right:16px; text-indent: -9999px; width:24px; height: 24px; background: url("//img.enuri.info/images/rev/icon_close@s24.png") no-repeat 0 0; cursor: pointer;}
.lay_mydelivery_info .lay_inner {height: 100%;}
.lay_mydelivery_info .lay_content {height:100%; overflow: hidden;}


.lay_mydelivery_info .lay_content .lay_cont_tit {font-size: 18px; font-weight: bold; height:24px; line-height: 24px; letter-spacing: -.5px; margin-bottom:18px;}

/* 택배사,운송장 정보 */
.lay_mydelivery_info .delivery_info {}
.lay_mydelivery_info .delivery_info li {display:block; height:18px; line-height: 18px; font-size:0; margin-bottom:8px;}
.lay_mydelivery_info .delivery_info li:last-child {margin-bottom:0;}
.lay_mydelivery_info .delivery_info li p {display:inline-block; vertical-align: middle; font-size:14px; color:#222;}
.lay_mydelivery_info .delivery_info li .tx_th {position:relative; width:112px;}
.lay_mydelivery_info .delivery_info li .tx_td {width:calc(100% - 112px); color:#999}

/* 배송 상태 등급 */
.lay_mydelivery_info .delivery_level {padding:25px 12px 40px;border:1px solid #d4e1e8; background-color: #fafcff; border-radius: 4px; margin-top:17px;}
.lay_mydelivery_info .delivery_level .tx_level {display:block; margin-bottom:24px;font-size:20px; font-weight: bold; line-height:27px; letter-spacing:-.8px; color:#1a70dd; text-align:center}
.lay_mydelivery_info .delivery_level .bar_progress {display:block;position:relative;width:calc(100% - 60px); height:14px; margin:0 30px 14px; border-radius:7px;background-color:#eee}
.lay_mydelivery_info .delivery_level .bar_progress:before {content:"";display:block;position:absolute;top:0;left:0;width:0;height:14px;border-radius:7px;background-color:#1a70dd;transition:all .7s ease-in-out}
.lay_mydelivery_info .delivery_level .bar_progress.level1:before {width:0}
.lay_mydelivery_info .delivery_level .bar_progress.level2:before {width:33.333337%}
.lay_mydelivery_info .delivery_level .bar_progress.level3:before {width:66.666667%}
.lay_mydelivery_info .delivery_level .bar_progress.level4:before {width:100%}
.lay_mydelivery_info .delivery_level .bar_progress:after {content:"";display:block;position:absolute;top:-7px;left:15px;transform:translateX(-75%);width:48px;height:25px; background:url("//img.enuri.info/images/rev/icon_truck.png") no-repeat;background-size:var(--url-mye-size);transition:all .7s ease-in-out}
.lay_mydelivery_info .delivery_level .bar_progress.level1:after {left:15px;}
.lay_mydelivery_info .delivery_level .bar_progress.level2:after {left:33.333337%;}
.lay_mydelivery_info .delivery_level .bar_progress.level3:after {left:66.666667%;}
.lay_mydelivery_info .delivery_level .bar_progress.level4:after {left:calc(100% + 3px);}
.lay_mydelivery_info .delivery_level .point {display:block;position:relative;top:24px;width:100%;font-size:0;}
.lay_mydelivery_info .delivery_level .point li {position:absolute;display:inline-block;width:100px;font-size:13px;text-indent:14px;color:#999;transform:translateX(calc(-50% - 12.5px));text-align:center;}
.lay_mydelivery_info .delivery_level .point li:before {content:"";position:absolute;top:-23px;left:50%;width:12px;height:12px;border-radius:100%;background-color:#fff}
.lay_mydelivery_info .delivery_level .point li.is-on {font-weight:500;color:#1a70dd}
.lay_mydelivery_info .delivery_level .point li.step1 {left:12.5px}
.lay_mydelivery_info .delivery_level .point li.step2 {left:33.333337%}
.lay_mydelivery_info .delivery_level .point li.step3 {left:66.666667%}
.lay_mydelivery_info .delivery_level .point li.step4 {left:100%}

/* 배송 상태 상세 */
.lay_mydelivery_info .delivery_detail {height: 385px; padding:0 12px; margin-top:26px; overflow: auto;}
.lay_mydelivery_info .delivery_detail::-webkit-scrollbar { width: 2px;}
.lay_mydelivery_info .delivery_detail::-webkit-scrollbar-track { background-color: #f9f9f9; -webkit-border-radius: 1px;border-radius: 1px;}
.lay_mydelivery_info .delivery_detail::-webkit-scrollbar-thumb { background: #1a70dd; -webkit-border-radius: 1px;border-radius: 1px;}
.lay_mydelivery_info .delivery_detail::-webkit-scrollbar-button { display: none; }

.lay_mydelivery_info .delivery_detail > li {display:block; position:relative; width:100%;font-size:0; line-height:24px; padding:10px;}
.lay_mydelivery_info .delivery_detail > li:before {content:"";position:absolute; top:10px;bottom:0; left:7px; width:2px; height:100%; background-color: #eee}
.lay_mydelivery_info .delivery_detail > li:last-child:before {display:none}
.lay_mydelivery_info .delivery_detail > li:after {content:""; display: block; position:absolute;top:10px;left:0; width: 16px; height: 16px; border:3px solid #eee; border-radius: 50%; background-color: #fff; z-index: 1;}
.lay_mydelivery_info .delivery_detail > li .tx_th {display:inline-block;width:110px;padding-left:16px}
.lay_mydelivery_info .delivery_detail > li .tx_th .tx_level {font-size:13px;color:#999;line-height:16px;}
.lay_mydelivery_info .delivery_detail > li .tx_td {display:inline-block;width:calc(100% - 110px);line-height:20px;vertical-align:top}
.lay_mydelivery_info .delivery_detail > li .tx_td > p {font-size:14px;color:#999}
.lay_mydelivery_info .delivery_detail > li .tx_td > p.tx_where {}
.lay_mydelivery_info .delivery_detail > li .tx_td > p.tx_detail {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lay_mydelivery_info .delivery_detail > li.is-on:after {background-position:-144px -48px}
.lay_mydelivery_info .delivery_detail > li.is-on .tx_th .tx_level {font-weight:bold; font-size:14px; color:#222;}
.lay_mydelivery_info .delivery_detail > li.is-on .tx_td > p.tx_where {color:#1a70dd}
.lay_mydelivery_info .delivery_detail > li.is-on:after {border-color:#1a70dd;}

/* 목록 없을 때 */
.lay_mydelivery_info .no-box {padding:26px;text-align:center; border:1px solid #d4e1e8; background-color: #fafcff; border-radius: 4px; margin-top:17px;}
.lay_mydelivery_info .no-box .tx_nomsg {display:block; font-size:20px; font-weight: bold; line-height:27px; letter-spacing:-.8px; color:#1a70dd; text-align:center}
.lay_mydelivery_info .no-box .tx_sub {display:block; margin-top:15px; font-size:13px;color:#666; letter-spacing:-.7px; line-height:18px}
.lay_mydelivery_info .no-box .btn-emny {display:inline-block;height:42px;margin:25px auto 0;padding:4px 22px;border:1px solid #ddd;border-radius:4px;font-size:14px;line-height:30px;color:#222;background-color:#f6f6f6}

/* circle_progress_bar */
.circle_progress {position: relative; border-radius: 50%; overflow: hidden;}
.circle_progress:after {position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; border: 2px solid #cccccc; box-sizing: border-box; content: "";}
.circle_progress .left_half,
.circle_progress .right_half {position: absolute; top: 0; overflow: hidden; z-index: 10;}
.circle_progress .bar {position: absolute; top: 0; border: 2px solid  #f84949; box-sizing: border-box; transform: rotate(0); animation-play-state: paused;}
.circle_progress .left_half {left: 0;}
.circle_progress .left_half .bar {border-left: 0; transform-origin: 0 center;}
.circle_progress .right_half {right: 0;}
.circle_progress .right_half .bar {border-right: 0; transform-origin: 100% center;}

/* ie error  _ transition : not operate stop(); 
.circle_progress.loading .left_half .bar {transition: transform .5s linear; transform: rotate(180deg); transition-delay: .5s;}
.circle_progress.loading .right_half .bar {transition: transform .5s linear; transform: rotate(180deg);} */

.circle_progress.loading .left_half .bar {animation: loading1 .5s linear; transform: rotate(180deg); animation-play-state: running;}
.circle_progress.loading .right_half .bar {animation: loading2 .5s linear; transform: rotate(180deg); animation-play-state: running;}
@keyframes loading1 {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(0deg);}
    100% {transform: rotate(180deg);}
}
@keyframes loading2 {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100% {transform: rotate(180deg);}
}

.circle_progress.s32 {width: 32px; height: 32px;}
.circle_progress.s32 .left_half,
.circle_progress.s32 .right_half {width: 16px; height: 32px;}
.circle_progress.s32 .bar {width: 16px; height: 32px;}
.circle_progress.s32 .left_half .bar {left: 16px; border-top-right-radius: 32px; border-bottom-right-radius: 32px;}
.circle_progress.s32 .right_half .bar {right: 16px; border-top-left-radius: 32px; border-bottom-left-radius: 32px;}

.circle_progress.s28 {width: 28px; height: 28px;}
.circle_progress.s28 .left_half,
.circle_progress.s28 .right_half {width: 14px; height: 28px;}
.circle_progress.s28 .bar {width: 14px; height: 28px;}
.circle_progress.s28 .left_half .bar {left: 14px; border-top-right-radius: 28px; border-bottom-right-radius: 28px;}
.circle_progress.s28 .right_half .bar {right: 14px; border-top-left-radius: 28px; border-bottom-left-radius: 28px;}


/* ----------------------------------------------------------- 
                다중아이디 통합
----------------------------------------------------------- */
.lay-multiidsum {display:none;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;left:0;z-index:10000;width:100%;height:100%;}
.lay-multiidsum,
.lay-multiidsum * {box-sizing:-webkit-border-box;box-sizing:-moz-boder-bot;box-sizing:border-box;}
.lay-multiidsum .dimmed {position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.5)}
.lay-multiidsum .multi_inner {position:relative;top:160px;z-index:10;width:440px;margin:0 auto;padding:0;background-color:#fff;}
.lay-multiidsum .multi_head {display:block;position:relative;width:100%;height:56px;background-color:#1a70dd}
.lay-multiidsum .multi_head > h1 {display:flex;justify-content:center;align-items:center;height:100%;font-weight:bold;font-size:20px;color:#fff;letter-spacing:-.8px;text-align:center;}
.lay-multiidsum .lay_close{position:absolute;top:8px;right:8px;width:40px;height:40px;font-size:0;background:url(//img.enuri.info/images/rev/common_sprite.png) -320px -80px no-repeat;}

.lay-multiidsum .multi_content {padding:30px 24px;}
.lay-multiidsum .multi_content .head_tx .tx_tit {display:block;margin-bottom:6px;font-weight:bold;font-size:20px;color:#222;letter-spacing:-1px;line-height:28px;}
.lay-multiidsum .multi_content .head_tx .tx_msg {display:block;margin-bottom:24px;font-size:13px;color:#666;line-height:19px;letter-spacing:-.5px;}
.lay-multiidsum .multi_content .head_tx .tx_msg + img {display:block;width:312px;height:212px;height:auto;margin:0 auto 40px;}
.lay-multiidsum .multi_content .multi_box .tx_msg {display:block;margin-bottom:12px;}
.lay-multiidsum .multi_content .multi_box .tx_msg p {font-size:13px;color:#222;letter-spacing:-.5px;line-height:19px;}
.lay-multiidsum .multi_content .multi_box .tx_msg p>em {display:block;margin-bottom:3px;font-weight:bold;font-size:16px;}
.lay-multiidsum .multi_content .table_box {border-top:1px solid #333;}
.lay-multiidsum .multi_content .tb {width:100%;margin-bottom:16px;border-collapse:collapse;}
.lay-multiidsum .multi_content .tb tr th,
.lay-multiidsum .multi_content .tb tr td {height:46px;padding:0;border:1px solid #ddd;font-size:12px;color:#666;letter-spacing:-.5px;text-align:center;vertical-align:middle;background-color:#fff;transition:all .3s linear}
.lay-multiidsum .multi_content .tb tr th {background-color:#f9fafb}
.lay-multiidsum .multi_content .tb tr td {padding:0;}
.lay-multiidsum .multi_content .tb tr td>p {font-size:12px;color:#222;line-height:15px;letter-spacing:-.2px;}
.lay-multiidsum .multi_content .tb tr td>p.tx_id {padding:0 4px;}
.lay-multiidsum .multi_content .tb tr td>p.tx_id>em {display:block;color:#1a70dd}
.lay-multiidsum .multi_content .tb tr.is-disabled td {background-color:#fcfcfc;opacity:.5}
.lay-multiidsum .multi_content .tb tr:hover td {background-color:#fcfcfc}
.lay-multiidsum .multi_content .tb tbody tr:not(.is-disabled) {cursor:pointer;}
.lay-multiidsum .multi_content .multi_noti {display:block;margin:24px 0 2px;}
.lay-multiidsum .multi_content .multi_noti .tx_tit {display:block;margin-bottom:6px;font-weight:bold;font-size:14px;color:#222;letter-spacing:-.3px;line-height:19px;}
.lay-multiidsum .multi_content .multi_noti .multi_noti_list {list-style:decimal;padding-left:14px;}
.lay-multiidsum .multi_content .multi_noti .multi_noti_list li {list-style:decimal;font-size:12px;color:#666;line-height:20px;letter-spacing:-.5px}
.lay-multiidsum .multi_content .multi_noti .multi_noti_list li::marker {color:#333}
.lay-multiidsum .multi_content .multi_noti .tx_link {display:inline-block;border-bottom:1px solid #ccc;font-size:12px;color:#333;letter-spacing:-.5px;line-height:18px;text-decoration:none;}
.lay-multiidsum .multi_content .multi_noti .tx_link:after {content:"";display:inline-block;position:relative;top:5px;width:20px;height:20px;background:url(//img.enuri.info/images/rev/common_sprite.png) -280px -490px no-repeat;}
.lay-multiidsum .multi_content .multi_noti .tx_link:hover {color:#000;border-bottom-color:#999}
.lay-multiidsum .ipt-radio {display:inline-block;position:relative;top:0;width:20px;height:20px;background:url(//img.enuri.info/images/rev/common_sprite.png) -260px -470px no-repeat;-webkit-appearance:none;-moz-appearance:none;border-radius:0;}
.lay-multiidsum .ipt-radio:checked {background-position:-260px -490px}
.lay-multiidsum .multi_content .expand_box {display:none;padding:24px 16px;background-color:#f6f6f6}
.lay-multiidsum .multi_content .expand_box .tx_tit {display:block;margin-bottom:4px;font-weight:bold;font-size:16px;color:#222;letter-spacing:-.3px;line-height:20px;}
.lay-multiidsum .multi_content .expand_box .tx_msg {display:block;margin-bottom:12px;font-size:13px;color:#666;letter-spacing:-.3px;line-height:19px;}


.lay-multiidsum .multi_content .ipt_agree {display:block;height:24px;margin:8px auto 18px;padding:0;text-align:center;} 
.lay-multiidsum .multi_content .ipt_agree span {position:relative;display:inline-block;height:24px;line-height:24px;padding-left:28px;cursor:pointer;} 
.lay-multiidsum .multi_content .ipt_agree span:after {content:"";display:block;position:absolute;top:2px;left:0;width:20px;height:20px;background:url(//img.enuri.info/images/rev/common_sprite.png) -240px -470px no-repeat;} 
.lay-multiidsum .multi_content .ipt_agree input {position:absolute;width:1px;height:1px;visibility:hidden;}
.lay-multiidsum .multi_content .ipt_agree input:checked + span:after {background-position-y:-490px;}

.lay-multiidsum .multi_content .btn_sum-expand {display:block;width:100%;height:48px;border:1px solid #1a70dd;font-size:16px;color:#1a70dd;letter-spacing:-.3px;background-color:#fff;}
.lay-multiidsum .multi_content .btn_sum-expand:after {content:"";display:inline-block;position:relative;top:4px;width:20px;height:20px;margin-left:4px;background:url(//img.enuri.info/images/rev/common_sprite.png) -280px -470px no-repeat;}
.lay-multiidsum .multi_content .btn_sum-action {display:block;width:156px;height:42px;margin:0 auto;border-radius:4px;border:1px solid rgba(0,0,0,.05);font-size:14px;color:#fff;letter-spacing:-.3px;background-color:#1a70dd}