@charset "utf-8";
@import url("/css/highcharts.css?v=20231013");

/************************************************************************
 * 파일명 :template.css
 * 설명 : 에누리 가격비교 PC Rev / Template CSS
 * 작성자 : 지승호
 * 작성일 : 2020
************************************************************************/
img {vertical-align:top;max-width:100%;}

/* 동영상 광고 */
.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:24px;z-index:100}
.wing.is--sticky{position:fixed;top:76px;}
.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;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} 

/* 윙 > 탑버튼, 신고  */
.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:600}
.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-arr-top{width:24px;height:24px;display:block;margin:0 auto!important;background-position:-80px -320px}
.wing-sum__btn__tx{display:none}    
.wing-sum__btn--noti {display:none}    

/* 공통 :레이어 */
.lay-comm{position:relative;width:408px;border:1px solid #707070;background-color:#fff;line-height:18px;text-align:left;box-shadow:0 0 12px rgba(0,0,0,.1);color:#666;font-family: 'Pretendard',-apple-system, BlinkMacSystemFont,"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-weight:400}
.lay-comm .lay-comm--head{position:relative;line-height:16px;padding:9px 20px;background-color:#575C67;font-size:15px;font-weight:600;color:#fff}
.lay-comm--sm .lay-comm--head{padding:8px 16px;font-size:13px;}
.lay-comm .lay-comm--inner{padding:20px}
.lay-comm .lay-comm__tit{display:block;overflow:hidden;font-weight:inherit}
.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:12px;}
.lay-btn--md{min-width:112px;padding:0 10px;height:30px;font-size:14px}
/* .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:600;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;}
.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:14px;font-weight:600;color:#222}
.error-report__box{padding:13px;min-height:18px;border:1px solid #eee;font-size:12px;color:#666;line-height:18px;}
.error-report--target dt{font-size:16px;height:30px;}
.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}
.error-report--item .input--radio-item + label{font-size:13px}

/* 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-size:12px;margin:0}
.lay-share__btn--copy{width:48px}

/* 화장품 전성분 */
.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:13px;color:#999;background-color:#F8F8F8}
.lay-tb--cosmetic tbody tr td {padding:16px 24px;font-size:13px;color:#333;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:600;color:#1A70DD}
.lay-mobile__btn{height:22px;}
.lay-mobile__btn > button{float:left;margin-left:8px;font-size:11px;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--subscription{position:relative;padding:0 20px 0 4px;}
.lay-mobile__btn .btn-mobile--subscription:after{content:"";position:absolute;top:2px;right:3px;width:16px;height:16px;background:url(//img.enuri.info/images/rev/lp_sprite.png) -240px -140px no-repeat}
.lay-mobile__btn .btn-mobile--subscription.is--on:after {background-position:-260px -140px}
.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;}
.sendsms__form--inp{box-sizing:border-box;border-radius:2px;height:32px;line-height:36px;width:100%;padding:5px 72px 0 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;color:#999;font-size:11px}
.lay-mobile-min .tx_price {display:block;margin-bottom:4px;font-weight:600;font-size:13px;color:#1A70DD;}
.lay-mobile-min .tx_price em {font-weight:600;font-size:16px;vertical-align:-1px;letter-spacing:-1px}
.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;z-index:12!important}
.lay-dic .lay-comm--body{position:relative;}
.lay-dic__inner{display:flex;flex-wrap:wrap;padding:20px 18px;}
.lay-dic__inner.dic--research{position:absolute;top:0;left:0;background-color:#fff}
.lay-dic__menu{position:relative;flex:0 0 auto;background-color:#FBFBFB;border:1px solid #ddd;width:226px;height:378px;margin-right:20px}
.dic-model{height:78px;background-color:#fff;border-bottom:1px solid #ddd}
.dic-model__thumb{width:78px;height:78px;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:13px;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;}
.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:13px;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:262px;}
.dic-list__inner{padding:8px 16px}
.dic-list__item{color:#666;line-height:16px;padding:6px 0}
.dic-list__item a{color:inherit;width:100%;display:block;overflow:hidden;text-overflow: ellipsis;white-space:nowrap}
.dic-list__item a:hover{text-underline-position:under;text-decoration-color:#aaa;}
.dic-list__item.is--on{color:#1A70DD;}
.dic-list__item.is--on a{font-weight:600}
.dic-list__item.is--on a:after{content:" >";}
.lay-dic__content{flex:0 0 auto;width:450px;}
.dic-cont__top{height:60px;width:100%;}
.dic-cont__tit{max-height:48px;line-height:24px;font-size:22px;color:#000;font-weight:600;text-align:center;overflow:hidden;}
.dic-cont__tit strong{background:linear-gradient(to top, #dcebfe 50%, transparent 50%);}
.dic-cont__box{height:244px;padding-bottom:30px;overflow-y:auto;overflow-x:none;font-size:14px;letter-spacing: -.3px;}
.dic-cont__box table{font-size:14px}
.dic-cont__box.is--full{max-height:290px;height:auto;}
/* letter-spacing:0;제거 용어사전 내부 텍스트벌어짐으로 줄바꿈처리되어 제거됨 */
.dic-cont__box .cont{color:#666;word-break:break-all;}
.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-size:20px;color:#000;font-weight:600;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:13px;color:#1A70DD;background:transparent;}
/* 용어사전 > 라이트형 */
.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}

.ad__coupang_dic {position:relative;}
.ad__coupang_dic a {display:flex;justify-content:center;flex-wrap:wrap;align-items:center;text-decoration:none;padding:3px 0;border:1px solid #eee;}
.ad__coupang_dic a > div {flex:0 0 auto;}
.ad__coupang_dic a .ad_goods_thumbnail {width:78px;height:78px;margin-right:12px;}
.ad__coupang_dic a .ad_goods_thumbnail img {width:100%;height:100%;object-fit:cover;}
.ad__coupang_dic a .ad_goods_name {width:300px;font-size:14px;color:#222;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-right:16px;}
.ad__coupang_dic a .ad_goods_price {width:82px;font-size:14px;color:#000;margin-right:15px;}
.ad__coupang_dic a .ad_goods_price em {font-size:16px;font-weight:600;}
.ad__coupang_dic a .ad_goods_logo {width:64px;text-align:right;}
.ad__coupang_dic a .ad_goods_logo img {width:auto;height:16px;}

.ad__coupang_dic .ad__label {position:absolute;top:5px;right:5px;}
.ad__coupang_dic .ad__label img {width:16px;height:11px;}

/* 이미지 확대보기 */
.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:600}
.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__view--movie.is--shortform{width:280px;height:500px;margin:0 auto}
.enlarge__view--movie.is--shortform iframe{width:280px;height:500px}
.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:16px;font-size:12px;color:#666}
.enlarge__tx--source > a {color:#999;text-decoration:underline;}
.enlarge__tx--law {padding-top:6px;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:12}
/* .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:12px 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:13px;text-align:center;}
.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-size:12px;color:#666;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{letter-spacing:-.5px;font-size:14px;font-weight:600;color:#333}

/* 미니vip */
.lay-minvip{position:relative;width:248px;/* height:700px;*/border:1px solid #707070;background-color:#fff;line-height:16px;letter-spacing:0}    
.lay-minvip.lay-comm .lay-comm--head{padding:9px 8px}
.lay-minvip.lay-comm .lay-comm__btn--close{top:7px}
.minvip__head{padding:12px 8px}
    /* .lay-minvip:not(.v2) .minvip__head{padding:12px 8px 8px;} */
.minvip__body{width:100%;overflow:hidden;}
.minvip__prod{position:relative;display:flex;gap:12px 8px;flex-wrap:wrap}
.minvip__thumb{width:72px;flex:none;}
.minvip__thumb > a{display:block;width:72px;height:72px;cursor:pointer;background:url(//img.enuri.info/images/home/thum_none.jpg) no-repeat 50% 50% / 100% 100% #fff;border-radius:4px;overflow:hidden;position: relative;}
    /* .lay-minvip:not(.v2) .minvip__thumb{width:92px;height:92px;border-radius:8px;cursor:pointer;background:url(//img.enuri.info/images/home/thum_none.jpg) no-repeat 50% 50% / 100% 100% #fff;overflow:hidden;position: relative;} */
.minvip__thumb img{width:100%;height:100%}
.minvip__thumb > a:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.02);border-radius:4px;border:1px solid rgba(0,0,0,.03)}
    /* .lay-minvip:not(.v2) .minvip__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.02);border-radius:8px;border:1px solid rgba(0,0,0,.05)} */
.minvip__info{margin-left:auto;font-size:11px;color:#333;flex:none;width:152px}
.minvip__info:hover{text-decoration: none;}
    /* .lay-minvip:not(.v2) .minvip__info{width:132px} */
.minvip__model{font-size:14px;line-height:18px;color:#222;font-weight:600;word-break:break-all}
    /* .lay-minvip:not(.v2) .minvip__model{max-height:32px;line-height:16px;display:-webkit-box;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;} */
.minvip__model--sub{color:#9baecd;font-size:12px;line-height:16px;}
    /* .lay-minvip:not(.v2) .minvip__model--sub{color:#999;margin-top:2px;margin-bottom:4px;font-size:13px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;} */

/* 썸네일 > 최저가 하락 태그 */
.lay-minvip .badge_pricedropped{z-index:1;position:absolute;top:0;left:0;height:18px;overflow:hidden}
.lay-minvip .badge_pricedropped:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:0 4px 4px 0;background-color:#1a70dd;z-index:1;    transform: skew(-10deg);transform-origin: top right;}
.lay-minvip .badge_pricedropped__inner{position: relative;display:block;z-index:2;color:#fff;line-height:16px;padding:1px 6px 1px 4px;font-size:12px;}
.lay-minvip .badge_pricedropped__inner em {font-weight:600}
.lay-minvip .badge_pricedropped__inner:before{content:"";display:inline-block;width:12px;height:12px;background:var(--url-comm-sprite) no-repeat -300px -180px;margin-right:2px;vertical-align:-2px;}    

.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:15px;font-weight:700;letter-spacing:0}
    /* .lay-minvip:not(.v2) .minvip__price em{font-size:14px;font-weight:600} */
.minvip__price{color:#1A70DD;font-size:13px;margin-top:2px;}
    /* .lay-minvip:not(.v2) .minvip__price{font-size:12px;margin-top:0;} */
    /* .minvip__price--tlc{color:#1A70DD} */
.minvip__price.price--wow,
.minvip__price.price--card{color:#222;font-size:12px;line-height:18px;margin-top:2px;}
.minvip__price.price--wow em,
.minvip__price.price--card em{font-size:13px;}
.minvip__price.price--wow + .price--card{margin-top:0}
.minvip__price.price--soon{font-size:15px;font-weight:600}
.minvip__delivery {margin-bottom:2px;font-size:11px;}
.minvip__delivery.is-on {font-weight:400;color:#00c0c6}
.minvip__tx{font-size:11px;color:#999;display:inline-block;}
.minvip__tx.is-on {font-weight:400;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--singo, */
.minvip__btn--similiar{display:block;width:100%;font:inherit;font-size:10px;height:16px;line-height:14px;border:1px solid #ddd;color:#666;text-align:center;background-color:#fff;letter-spacing:-1px;margin-top:8px;border-radius:2px}
    /* .lay-minvip:not(.v2) .minvip__btn--singo, */
    /* .lay-minvip:not(.v2) .minvip__btn--similiar{display:inline-block;width:auto;font-size:11px;border-color:#eee;line-height:16px;padding:0 4px;margin-top:4px;border-radius:0} */
.minvip__btn--similiar{position:relative;}
.minvip__btn--similiar > i{width:8px;height:8px;border:1px solid #aaa;border-radius:50%;display:inline-block;font-size:8px;line-height:1;color:#aaa;font-style: normal;margin-left:2px;vertical-align: 1px;text-indent:-1px}
.minvip__btn--similiar > i:hover + .lay-similar{display:block}
    /* .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;left:-1px;border:1px solid #666;background-color:#fff;padding:8px 12px;font-size:12px;text-align:left;width:190px}
    /* .lay-minvip:not(.v2) .minvip__btn--similiar .lay-similar{right:-20px;left:auto} */
/* .minvip__btn--singo{} */
    /* .minvip__btn--singo:hover, */
.minvip__btn--similiar:hover{border-color:#bbb}
.minvip__noti{padding:8px 8px 16px;width:232px}
    /* .lay-minvip:not(.v2) .minvip__noti{padding:8px 0 0 0;width:auto} */
.lay-minvip .lawnotice{line-height:16px;font-size:11px}
    .lay-minvip:not(.v2) .lawnotice{font-size: 12px;}
.lay-minvip .lawnotice__tx--main{color:#666;}
.lay-minvip .lawnotice__tx--main a{text-decoration:underline;color:#222;text-underline-position: under;}
    /* .lay-minvip:not(.v2) .lawnotice__tx--main a{color:#999} */
    /* .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;}
.lay-minvip .minvip__link--vip{display:block;flex:1;border:1px solid #76a9eb;border-radius:4px;background:#fff;text-align:center;line-height:20px;font-size:13px;color:#1a70dd;font-weight:700;padding:6px 0}
.lay-minvip .minvip__link--vip:hover{text-decoration:none;}

.minvip__tab{border-top:1px solid #ccc;border-bottom:1px solid #eee;}
.minvip__tablist{height:36px;display:flex;}
.minvip__tabitem{flex:1 0 calc(100% / 3);height:36px;background-color:#F8F8F8;font-size:12px;text-align:center;color:#222;line-height:14px;}
.minvip__tabitem.is--on:after{content:"";position:absolute;left:0;right:0;height:10px;background:linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.08) 100%);z-index:100;transition:.3s all ease;margin-top:37px;opacity:0}
.is--scroll .minvip__tabitem:after{opacity:1}
    /* .lay-minvip:not(.v2) .minvip__tabitem:after{display:none} */
.minvip__tablist li:not(:first-child){border-left:1px solid #eee;}
.minvip__tablist li:not(:first-child):after{display:none}
.minvip__tabitem .tx--count{font-size:10px;color:#999;padding-bottom:2px;font-weight:normal}
    /* .lay-minvip:not(.v2) .minvip__tabitem .tx--count{padding-bottom:0} */
.minvip__tabitem > a{color:inherit;display: flex;width: 100%;justify-content: center;align-items:center;font-weight:500;height:36px;gap:0 2px;letter-spacing:-.4px;border-bottom:1px solid #eee;}
    /* .lay-minvip:not(.v2) .minvip__tabitem > a{flex-direction: column;gap:0} */
.minvip__tabitem > a:hover{text-decoration:none;color:#000}
.minvip__tabitem.is--on{background-color:#fff;color:#222;}
.minvip__tabitem.is--on a{font-weight:700;border-bottom-color:#fff}
.minvip__tabitem.is--on .tx--count{color:#1a70dd;font-weight:500}
.minvip__tabitem .list-filter{display:none;position:absolute;left:0;right:0;height:36px;border-bottom:1px solid #707070;margin-bottom:0;background-color:#fff;z-index:10;line-height:16px;}
    /* .lay-minvip:not(.v2) .minvip__tabitem .list-filter{border-bottom:1px solid #ddd;height:36px;} */
.minvip__tabitem.is--on .list-filter{display:block;}
.minvip__tabitem .list-filter .input--checkbox-item + label:before{background-position: -20px -320px;}
.minvip__tabitem .list-filter .input--checkbox-item:checked + label:before{background-position: -20px -300px;}

.minvip__tabitem .list-filter {text-align:left;padding:0 8px}
.minvip__tabitem .list-filter>div {display:inline-block;padding:9px 0;position: relative;}
    /* .lay-minvip:not(.v2) .minvip__tabitem .list-filter>div{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}

/* 배송비포함 툴팁 */
.lay-minvip .lay-tooltip.lay-inc-delifee{position:absolute;left:0;top:-40px;width:241px;box-shadow:0 4px 6px rgba(0,0,0,0.2)}
.lay-minvip .lay-inc-delifee .lay__inner{padding:12px;font-size:12px;line-height:16px;color:#333}
.lay-minvip .lay-inc-delifee .lay__inner em{color:#1a70dd}
.lay-minvip .lay-inc-delifee .lay__inner:after{content: "";position: absolute;width: 6px;height: 6px;border-left: 1px solid #707070;border-top: 1px solid #707070;background-image:none;background-color: #fff;transform: rotate(-135deg);top: 38px;left: 42px;}
.lay-minvip .lay-inc-delifee .lay__btn--close{ position: absolute;top:12px;right:12px;width: 16px;height: 16px;font-size: 0;text-indent: -9999px;vertical-align: 4px;background: var(--url-comm-sprite) -300px -510px no-repeat;z-index:3}

.minvip__cont{width:270px;overflow-y:auto;overflow-x:hidden;background-color:#f4f4f4}
.minvip__tabcont{width:248px;position:relative}
.minvip__tabcont .tabcont__tit{font-size:12px;color:#333;font-weight:600}
.minvip__tabcont .tabcont__tx--sub{font-size:12px;color:#999;margin-top:6px}
.minvip__tabcont.tabcont--compare{padding-top:37px}
.minvip__tabcont.tabcont--explain,
.minvip__tabcont.tabcont--reviews{background-color:#fff}

.mallprice-box,
.mallprice-box--cash,
.mallprice-box--similar{position:relative;background-color:#fff}
.mallprice-box:not(:first-child),
.mallprice-box--cash:not(:first-child),
.mallprice-box--similar:not(:first-child){margin-top:8px}
.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;}
    /* .lay-minvip:not(.v2) .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 #eee;display:table;width:100%;}
.price-tb__head .price-tb__tx--head{display:table-cell;vertical-align:middle;padding:8px 0;color:#222;font-weight:600}
    /* .lay-minvip:not(.v2) .price-tb__head .price-tb__tx--head{padding:7px 0} */
.price-tb__head .price-tb__tx--head img{height:14px;margin-right:4px}
.price-tb__item{border-bottom:1px solid #eee;font-size:12px}
    /* .lay-minvip:not(.v2) .price-tb__item{height:68px;} */
.price-tb__item:hover{background-color:#F9FCFD}
.price-tb__item > a{display:block;padding:8px 8px 9px;position:relative;}
    /* .lay-minvip:not(.v2) .price-tb__item > a{padding:9px 8px;height:38px;} */
.price-tb__item > a:hover{text-decoration:none}
.price-tb__item--head{height:16px;display:flex;gap:0 8px;align-items:center;flex-wrap:nowrap}
.price-tb__item--body{height:20px;display:flex;gap:0 8px;align-items:center;margin-top:2px}
.price-tb__item--head > div,
.price-tb__item--body > div{min-width:0}
    /* .lay-minvip:not(.v2) .price-tb__item--head > span, */
    /* .lay-minvip:not(.v2) .price-tb__item--body > div{min-width:auto} */
.price-tb__mall{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#222;font-weight:700;font-size:12px;flex:auto;max-width:100%}
    /* .lay-minvip:not(.v2) .price-tb__mall{font-size:inherit;width:100%;flex:1;font-weight:500;font-size:13px;} */
.price-tb__mall img{height:16px}
.price-tb__tx-sub{color:#f22;white-space:nowrap;margin-left:auto;flex:none}
.price-tb__tx-card{flex:1;white-space:nowrap;}
    /* .lay-minvip:not(.v2) .price-tb__tx-card{order:2;flex:none;color:#1A70DD} */
.price-tb__tx-card + .price-tb__tx-sub{display:none}
.price-tb__item--head .coupon-11st{flex:none;white-space:nowrap;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;margin-left:auto}
.price-tb__item--head .tag--ad{flex:none;white-space:nowrap;width:17px;height:11px;background-position:-320px -40px;display:inline-block;text-indent:-9999em;vertical-align:-2px;margin-left:auto}
.price-tb__item--head .tag--enuripc{flex:none;white-space:nowrap;width:46px;height:12px;background-position:-300px -20px;text-indent:-9999em;display:block;margin-top:1px;margin-left:auto}
.price-tb__item--head .badge--official,
.minvip__model .badge--official{flex:none;white-space:nowrap;background:url(//img.enuri.info/images/icon/svg/icon_official_16.svg) no-repeat 50% 50% / 100% 100%;text-indent: -9999em;display: inline-block;width: 30px;height: 16px;display:inline-block}
.price-tb__item--head .badge--genuine,
.minvip__model .badge--genuine{flex:none;white-space:nowrap;background:url(//img.enuri.info/images/icon/svg/icon_genuine_16.svg) no-repeat 50% 50% / 100% 100%;text-indent: -9999em;display: inline-block;width: 49px;height: 16px;display:inline-block}
.price-tb__item--head .badge--npay{flex:none;white-space:nowrap;text-indent: -9999em;display: inline-block;width: 32px;height: 16px;background:url(//img.enuri.info/images/icon/svg/BadgeNpay.svg) no-repeat 0 50% / 100% 14px}
.price-tb__item--head .badge--npayplus{flex:none;white-space:nowrap;text-indent: -9999em;display: inline-block;width: 42px;height: 16px;background:url(//img.enuri.info/images/icon/svg/BadgeNpayPlus.svg) no-repeat 0 50% / 100% 14px}
.price-tb__item--head .badge--rocket{flex:none;white-space:nowrap;text-indent: -9999em;display: inline-block;width: 48px;height: 16px;background:url(//img.enuri.info/images/rev/icon_12_rocket.png) no-repeat 0 50% / 100% 12px}
.price-tb__item--head .badge--deliquick{flex:none;white-space:nowrap;text-indent: -9999em;display: inline-block;width: 56px;height: 16px;background:var(--url-comm-sprite) no-repeat -60px -60px}
.price-tb__item--head .price-tb__tx--mobile{font-size:12px;margin-left:auto;color:#444;white-space:nowrap}
.price-tb__item--head .price-tb__tx--wow{font-size:12px;margin-left:auto;color:#1a70dd;white-space:nowrap}
.price-tb__item--head .price-tb__tx--card{font-size:12px;margin-left:auto;color:#1a70dd;white-space:nowrap}
.price-tb__item--price{font-size:12px;height:20px;line-height:20px;color:#000;margin-left:auto;flex:none}
    /* .lay-minvip:not(.v2) .price-tb__item--price{height:18px;line-height:18px;margin-top:0;color:#666;overflow:hidden;word-break:break-all;text-align:right;margin-top:2px;color:#222;} */
.price-tb__item--price em{font-size:14px;font-weight:700;}
    /* .lay-minvip:not(.v2) .price-tb__item--price em{font-size:13px;letter-spacing:-.5px;color:#333;font-weight:600;} */
.price-tb__item--price.lowest,
.price-tb__item--price.wowprice{color:#1A70DD!important}
.price-tb__item--price.wowprice em,
.price-tb__item--price.lowest em {color:#1A70DD!important}
    /* .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:-4px;margin:0 2px} */
    /* .lay-minvip:not(.v2) .price-tb__item--price .ico-mobile{vertical-align: -2px;} */
    /* .lay-minvip:not(.v2) .price-tb__item--price .tx--cash{color:#1A70DD} */
.price-tb__item--delivery{order:-1;height:16px;color:#999;margin-top:2px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;letter-spacing:-.4px}
.price-tb__item--delivery:before{content:"";display:inline-block;width:14px;height:14px;background:var(--url-comm-sprite) no-repeat -60px -320px;margin-right:2px;vertical-align:-3px;}
    /* .lay-minvip:not(.v2) .price-tb__item--delivery{text-align:right;margin-top:0} */
    /* .lay-minvip:not(.v2) .price-tb__item--delivery:before{display:none} */
    /* .lay-minvip:not(.v2) .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:29px;border-top:1px solid #eee;border-bottom:1px solid #eee;text-align:center;color:#222;font-size:12px;background-color:#fcfcfc;margin-top:-1px;}
    /* .lay-minvip:not(.v2) .minvip__btn--more{height:26px;color:#333;} */
/* .minvip__btn--more:hover{background:#f0f0f0} */
/* 공식몰 */
.price-tb__item.is--official{background-color:#f8fbff;border-color:#d1dff0;position: relative;}
.price-tb__item.is--official:before{content:"";position:absolute;top:-1px;left:0;right:0;border-top:1px solid #d1dff0;z-index:1}
.price-tb__item.is--official .price-tb__mall:after{content:"공식";line-height:16px;padding-left:16px;font-size:11px;color:#3588f3;background:var(--url-comm-sprite) no-repeat -200px -220px;display:inline-block;vertical-align: top;}
/* 현금몰 */
    /* .mallprice-box--cash .price-tb:before{top:31px} */
.mallprice-box--cash .price-tb__head{border-top:1px solid #eee}
    /* .mallprice-box--cash .price-tb__item{width:auto;float:none} */
    /* .lay-minvip:not(.v2) .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;margin:0 8px;position:relative;display:flex;gap:0 8px}    
.mallprice-box--similar .similar__item > a:hover{text-decoration:none}
.mallprice-box--similar .similar__item .minvip__thumb{height:72px;position: relative;}
.mallprice-box--similar .similar__item .minvip__thumb:after{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.02);border-radius: 4px;border: 1px solid rgba(0,0,0,.05);}
    /* .lay-minvip:not(.v2) .mallprice-box--similar .similar__item .minvip__thumb{height:92px} */
.mallprice-box--similar .similar__item .minvip__model{font-size:13px;line-height:18px;max-height:36px;display: -webkit-box;text-overflow: ellipsis;word-wrap: break-word;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.mallprice-box--similar .similar__item .minvip__model [class*=badge--]{vertical-align: -1px;}
    /* .lay-minvip:not(.v2) .mallprice-box--similar .similar__item .minvip__model{max-height: 32px;line-height: 16px;font-size:14px;} */

.mallprice-box--similar .minvip__price{margin:2px 0;color:#333}
.mallprice-box--similar .minvip__price.lowest{color:#1A70DD}
.mallprice-box--similar .minvip__tx--delivery{height:16px;line-height:16px;margin-top:4px;font-size:12px;color:#888;}
.mallprice-box--similar .minvip__tx--delivery:before{content:"";display:inline-block;width:14px;height:14px;background:var(--url-comm-sprite) no-repeat -60px -320px;margin-right:2px;vertical-align:-3px;}
    /* .mallprice-box--similar .minvip__card{margin-top:4px} */
.mallprice-box--similar .minvip__tx--card{margin-top:4px}
.mallprice-box--similar .minvip__info--foot{height:15px;display:flex;white-space:nowrap;margin-top:4px;font-size:11px;color:#888;gap:0 17px;}
.mallprice-box--similar .minvip__info--foot > div{position: relative;min-width:0;flex:none;line-height:15px;margin-top:0}
.mallprice-box--similar .minvip__info--foot > div:not(:first-child):before{content:"";position:absolute;top:2px;left:-9px;bottom:2px;border-left:1px solid #eee}

/* 데이터 없을 때 */
.minvip__nodata{padding:24px 0 40px;background-color:#fff}
.minvip__nodata i{width:56px;height:56px;background:url(//img.enuri.info/images/icon/svg/ico_caution.svg) no-repeat 0 0 / 100% 100%;display:block;margin:0 auto}
.minvip__tx--nodata{margin-top:8px;font-size:13px;text-align:center;font-weight:700;color:#222;line-height:20px}
.minvip__tx--nodata em{color:#1a70dd}
.minvip__btn--alarm{width:100px;height:32px;border-radius:4px;background:#333;color:#fff;text-align:center;margin:12px auto 0;font-size:12px;display:block}

/* 상품설명 */
.cont-nodata,
.cont-ingredient,
.cont-grade{padding:16px 8px;border-bottom:1px solid #eee}
/* 설명 없음 */
.cont-nodata{font-size:12px;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:12px}
.cosmeticsgraph__graph {overflow:hidden;width:230px;padding:12px 0}
.cosmeticsgraph__graph li {display:inline;float:left;width:76px;}
.cosmeticsgraph__graph li em{}
.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:600;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:12px;text-align:left;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:12px;padding:8px}
    .reveiw__btn--register{margin:12px auto 0;display:block;width:82px;height:26px;background-color:#515B6D;color:#fff;font-size:12px}
.review-list{position:relative;border-top:1px solid #eee;font-size:12px}
.review-list ul > li{border-bottom:1px solid #eee;}
.review-item{padding:20px 8px;}
.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;padding:24px 12px;background:#fafafa;border-top:1px solid #eee}
    /* .lay-minvip:not(.v2) .ad-minvip-powerlink{background:none;border:0} */
.ad-minvip-powerlink .ad__tit{font-size:12px;font-weight:600;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:600;color:#333}
.ad-minvip-powerlink a:hover .ad__item--tit{text-decoration:underline}
.ad-minvip-powerlink .ad__item--tx{font-size:11px;}
.ad-minvip-powerlink .ad__item--link{margin-top:3px;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:13px;}
.lay-coupon em{font-size:inherit!important;text-decoration:underline}
.lay-coupon .lay-coupon__price{color:#1A70DD;font-size:14px;font-weight:600;letter-spacing:-1px;margin-top:6px}
.lay-coupon .lay-coupon__price em{text-decoration:none;letter-spacing:0;font-weight:600}
.lay-coupon .lay-coupon__noti{color:#1A70DD;}

/* 툴팁레이어 */
.lay-tooltip {width:280px}
.lay-tooltip .lay-comm__inner{padding:16px;text-align:left;font-size:13px;}
.lay-tooltip .tx_tit {display:block;margin-bottom:8px;font-weight:600;color:#333;}
.lay-tooltip .tx_tit--stress {font-size:12px;font-weight:400;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;line-height:16px}
.lay-tooltip .ins-list li:before{content:"·";top:0;left:0;position:absolute}
.lay-tooltip .ins-list li:not(:first-child){margin-top:4}
.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:13px;color:#666;line-height:18px;}
.lay-tooltip .tx_msg em {position:absolute;top:0;left:0;font-weight:600;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:600;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:600;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;cursor:pointer;}
.input--radio-item + label:before{content:"";position:absolute;width:18px;height:18px;left:0;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;cursor:pointer;}
.input--checkbox-item + label:before{content:"";position:absolute;width:18px;height:18px;left:0;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:600;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:600;}
.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:14px;color:#333;line-height:18px;}
    .lay-alarm .row .tx_source .tx_info {display:block;margin-bottom:6px;font-size:13px;color:#666;letter-spacing:-.4px;line-height:20px;}
    .lay-alarm .row .tx_source .tx_price {font-weight:600;font-size:13px;color:#1A70DD;letter-spacing:-.4px;line-height:20px;}
    .lay-alarm .row .tx_source .tx_price em {margin-left:4px;font-size:20px;font-weight:600}
    .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:600;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:14px;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:13px;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:12px;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:600;font-size:15px;color:#333;line-height:18px}
    .lay-alarm .row--ipt__head .tx_sub {display:block;margin-top:4px;font-size:12px;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:600;font-size:13px;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;text-align:left;color:#aaa}
    .lay-alarm .row--ipt__body .range__ipt .tx_ipt::-ms-input-placeholder {font-size:12px;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:600;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;color:#aaa;text-align:left}
    .lay-alarm .row--ipt__body .setprice__ipt .tx_ipt::-ms-input-placeholder {font-size:12px;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}
/* //여기까지 */

/* 231020 : 최저가 구독 알림 레이어 */
/* 231124 : 기획수정에 따른 수정 */
.lay-lowprice-noti{width:368px;border-radius:8px;background-color:#fff;}
.lay-lowprice__body{padding:52px 16px 16px}
.lay-lowprice__top{display:flex}
.lay-comm .lowprice__tx--tit{display:block;flex:none;line-height:24px;font-size:16px;color:#222;font-weight:700}
.lay-comm .lowprice__filter{margin-left:auto;}
.lay-comm .lowprice__filter ul{display:flex;flex-wrap:nowrap}
.lay-comm .lowprice__filter ul li:not(:first-child){margin-left:8px;}
.lay-comm .lowprice__filter label{font-size:12px;line-height:16px;padding:3px 12px;border:1px solid #eee;color:#666666;border-radius:12px;cursor: pointer;display:block}
.lay-comm .lowprice__filter label:hover{font-weight:600}
.lay-comm .lowprice__filter .is--on label{color:#3588F3;border-color:#3588F3}
.lay-comm .lowprice__filter .is--disabled label{color:#cccccc;}
.lay-comm .lowprice__filter input[type=radio]{display:none}
.lay-comm .lowprice__graph [class*="tag--"]{width:32px;height:15px;background:var(--url-comm-sprite) no-repeat;text-indent:-9999em;display:block;position: relative;z-index:0}
.lay-comm .lowprice__graph .tag--avg{background-position:-140px -140px;}
.lay-comm .lowprice__graph .tag--select{background-position:-140px -160px;}
.lay-comm .lowprice__graph--nodata{height:140px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}
.lay-comm .lowprice__graph--nodata i{display:block;width:44px;height:44px;border-radius:50%;position: relative;border:3px solid #ddd;margin:0 auto;box-sizing:content-box}
.lay-comm .lowprice__graph--nodata i:before,
.lay-comm .lowprice__graph--nodata i:after{content:"";position:absolute;width:6px;border-radius:3px;background-color:#999;left:19px;}
.lay-comm .lowprice__graph--nodata i:before{height:18px;top:8px}
.lay-comm .lowprice__graph--nodata i:after{height:6px;bottom:8px}
.lay-comm .lowprice__graph--nodata em{font-weight:600;font-size:15px;line-height:22px;margin-top:10px;color:#222;display:block}
.lay-comm .lowprice__graph--nodata .lowprice__graph__tx--sub{line-height:16px;font-size:12px;color:#888;margin-top:6px;display:block}
.lay-comm .lowprice__graph{height:140px;width:336px;position: relative;}
.lay-comm .lowprice__settings{}
.lay-comm .setting--row{padding:12px;position: relative;display:flex;align-items: center;flex-wrap:wrap;border:1px solid #eeeeee;border-radius:8px;background-color:#f9fafb}
.lay-comm .setting--row + .setting--row{margin-top:8px}
.lay-comm .setting--row .setting__tx--tit{color:#222;font-size:15px;line-height:20px;font-weight:700}
.lay-comm .setting--row .setting__tx--sub{line-height:16px;font-size:12px;color:#888;font-weight:normal;display:block}
.lay-comm .setting--row .setting__inp--price{margin-left:auto;text-align:right;color:#999;font-size:18px;height:36px;position: relative;}
.lay-comm .setting--row .setting__inp--price{width:calc(100% - 80px)}
.setting--row.set--24hr .inp-check{cursor: pointer;position:absolute;top:0;left:0;right:0;bottom:0}
.setting--row.set--24hr .inp-check:after{content:"";width:24px;height:24px;background:var(--url-comm-sprite) no-repeat -320px -200px;position:absolute;top:50%;right:12px;margin-top:-12px}
.setting--row.set--24hr .inp-check input{display:none}
.setting--row.set--24hr.is--on .inp-check:after{background-position:-280px -200px}
.lay-comm .setting--row .setting__inp--price input:focus,
.lay-comm .setting--row.is--on .setting__inp--price,
.lay-comm .setting--row.is--on .setting__inp--price input{color:#3588F3;}
.lay-comm .setting--row .setting__inp--price input{text-align:right;box-sizing:border-box;width:100%;height:36px;padding:5px 12px;background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#ccc;font-size:18px;font-weight:600;transition:.3s all ease}
.lay-comm .setting--row .setting__inp--price input:focus{border-color:#3588f3}
.lay-comm .setting--row .setting__inp--price input::placeholder{font-size:18px;color:#ccc;line-height:inherit;vertical-align:middle;font-weight:400}
.lay-comm .setting--row .setting__inp--price input:focus::placeholder{color:transparent}
.lay-comm .setting--row .setting__sel--rate{margin-top:12px;height:32px;width:100%;display:flex;justify-content: space-between;gap:8px}
.lay-comm .setting--row .setting__sel--rate button{border:1px solid #ddd;border-radius:16px;background-color:#fff;color:#666;font-size:16px;font-weight:600;text-align:center;flex:1}
.lay-comm .setting--row .setting__sel--rate button.is--on{border-color:rgba(53, 136, 243, 0.7);color:#1f77ea}
.lay-comm .setting__btn--set{margin-top:16px;width:100%;border-radius:8px;height:44px;background-color:#1f77ea;font-size:16px;font-weight:700;text-align:center;color:#fff;transition:.3s all ease}
.lay-comm .setting__btn--set:disabled{background-color:#ccc;}
.lay-comm .setting__btn--reset{margin-top:12px;width:100%;border-radius:8px;height:44px;border:1px solid rgba(250, 90, 90, 0.25);background-color:#fbf1f1;font-size:16px;font-weight:700;text-align:center;color:#fa5a5a;box-sizing:border-box}
.lay-lowprice__btn--close{width:24px;height:24px;position:absolute;top:16px;right:16px;background-color:#fff;text-indent:-9999em}
.lay-lowprice__btn--close:before{content:"";width:20px;height:20px;position:absolute;top:2px;left:2px;background:var(--url-comm-sprite) no-repeat -200px -280px;}

/* 챠트 커스텀 */
#gradient-0 stop {stop-color: #f2f6ff;}
#gradient-0 stop[offset="0"] {stop-opacity: 1;}
#gradient-0 stop[offset="1"] {stop-opacity: .2;}
.highcharts-container{font-family:Pretendard}
.highcharts-color-0{stroke:#829dca;fill:#fff;}
.highcharts-color-0 .highcharts-area {fill-opacity: 1;fill: url(#gradient-0);}
.highcharts-plot-line{stroke:#b0bed4;stroke-dasharray: 2;}
.highcharts-axis-labels{font-size:11px;fill:#666}
.highcharts-axis-line{stroke:#eee}
.highcharts-data-label text, text.highcharts-data-label{font-weight:400;font-size:0.8em}
.highcharts-data-label text tspan{text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;}
.highcharts-tooltip text{font-size:11px;fill:#666;}
.highcharts-tooltip .highcharts-emphasized{font-style:normal;font-size:11px;fill:#222;padding-top:4px}
.highcharts-tooltip .highcharts-strong{font-weight:bold;font-size:13px;fill:#222}
.highcharts-color-low{stroke:#fa5a5a;fill:#fa5a5a}
.highcharts-color-cur{stroke:#3588F3;fill:#3588F3}
.highcharts-tooltip-box{stroke:#ddd;stroke-width: 1px;}

/* [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;}
.lay-emoney__cont dt{line-height:26px;font-size:15px;color:#222;font-weight:600;}
.lay-emoney__cont dd{margin-bottom:16px;line-height:18px;margin-top:8px;font-size:14px;}
.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(//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:15px;font-weight:600;color:#333;margin-bottom:6px}
.lay-emoney-sendsms .sendsms__btn--benefit{position:absolute;right:20px;bottom:20px;font-size:13px;}

/* 판매자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:600;color:#333;line-height:18px;letter-spacing:-1px;}
.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;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:13px;color:#666;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:13px;color:#999;letter-spacing:-.4px;line-height:20px;}
.lay-mallsel .lay-mall__list input + label{padding-right:8px;display:flex;}
.lay-mallsel .lay-mall__list .lay-mall__tx-name{flex:0 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#444;padding-right:1px;letter-spacing:-.5px}
.lay-mallsel .lay-mall__list .lay-mall__tx-count{flex:none;color:#999;padding-left:2px;}
.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:12px;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;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:14px;font-weight:600;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;vertical-align:1px}
    .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:500;font-size:13px;color:#fff;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-size:11px;color:#fff;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-size:12px;color:#fff;line-height:16px;}
    .alarm__body .recent_msg .btn-msg:hover > span {text-decoration:underline}
/* // 까지 */

/* ----------------------------------------------------------- 
                하단 우측 > 토스트 팝업
----------------------------------------------------------- */

/* doc/119767 : 231020 : 알림 팝업 */
.popup-toast{opacity:0;transform:translateY(100%);position:fixed;bottom:0;right:70px;z-index:1;transition:all .5s ease-in-out;z-index:-1}
.popup-toast.is--visible{opacity:1;transform:translateY(0);z-index:1200;}
.popup-toast__inner{padding-bottom:8px;display:flex;flex-direction: column-reverse;}
.popup-toast [class*="ico-msg--"] {display: inline-block;width: 20px;height: 20px;background-image: var(--url-comm-sprite);vertical-align: top;margin-right: 4px;flex:none}
.popup-toast .toast__card{width:328px;padding:16px;background:rgba(0,0,0,0.85);border-radius:8px;margin-top:8px;text-align:left;line-height:20px;font-size:14px;color:#fff;font-weight:200;opacity:0;transform:translateY(100%) scale(1,0);transition:.3s all ease-out;}
.popup-toast .toast__card.is--show{opacity:1;transform:translateY(0) scale(1,1)}
.popup-toast .toast__head{height:20px;position: relative;padding-bottom:8px}
.popup-toast .toast__head .toast__tx--title{color:#fff;font-size:15px;font-weight:500;padding-right:56px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.popup-toast .toast__head .toast__tx--title .tx--lowest{font-size:12px;color:#67beff;font-weight:200;}
.popup-toast .toast__head .toast__tx--time{position:absolute;top:0;right:0;font-size:12px;color:#999}
.popup-toast .toast__body{display:flex;}
.popup-toast .toast__body .toast__tx--box{padding-right:8px;color:#fff;max-height:40px;overflow:hidden;font-weight:200}
.popup-toast .toast__card:hover .toast__tx--box{text-decoration: underline;text-underline-position: under;text-decoration-color: rgba(255,255,255,0.3);cursor: pointer;}
.popup-toast .toast__body .toast__tx--box em{color:#67beff}
.popup-toast .toast__body .toast__tx--name{height:20px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;font-weight:200}
.popup-toast .toast__body .toast__thumb{flex:none;width:40px;height:40px;border-radius:4px;position: relative;margin-left:auto;overflow:hidden}
.popup-toast .toast__body .toast__thumb:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;border:1px solid rgba(0,0,0,0.03);background-color:rgba(0,0,0,0.02)}
.toast__box--setting{display:flex;}
.toast__arr--setting{margin-left:auto;font-size:12px;color:#64bdff}
.toast__arr--setting:after{content:"";display:inline-block;width:16px;height:16px;margin-left:4px;background:var(--url-comm-sprite) no-repeat -260px -530px;vertical-align:-4px}
.toast__box--set{display:flex;align-items: center;}
.toast__box--set:after{content:"";display:block;width:16px;height:16px;margin-left:auto;background:var(--url-comm-sprite) no-repeat -260px -510px;}
.toast__tx--set{font-weight:200;word-break:keep-all;word-wrap:break-word;padding-right:8px;padding-left:24px;position: relative;}
.toast__tx--set [class*="ico-msg--"]{position:absolute;top:0;left:0}
.toast__tx--set em{color:#64bdff;display:inline-block}
@media (max-width:1660px){
    /* .popup-toast{margin-left:312px} */
    .popup-toast .toast__card{backdrop-filter: blur(2px)}
}

/* ----------------------------------------------------------- 
                우측레이어 > 알림함
----------------------------------------------------------- */

/* 알림함 우측 시트 > 열릴때  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);backdrop-filter:blur(1px);}
.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:104px;border-bottom:1px solid #eee}
.alarmsheet__head .head_box {position:relative;width:100%;height:52px;background-color:#fff;}
.alarmsheet__head .head_box .tx_tit {display:block;width:calc(100% - 40px);height:30px;padding:11px 20px;font-weight:600;font-size:18px;line-height:30px;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% - 40px);padding:10px 20px;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:32px;padding:7px 16px;border-radius:16px;font-size:14px;color:#777;background-color:#eeeff3;transition:all .3s ease-in-out;line-height:18px}
.alarmsheet__head .head_tabs .swiper-slide:hover .btn-tab {background-color:#ddd}
.alarmsheet__head .head_tabs .swiper-slide.is--on .btn-tab {font-weight:600;color:#fff;background-color:#222;color:#fff}
.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__tx--date{height:20px;line-height:20px;margin-bottom:8px;color:#222;font-size:16px;font-weight:700;opacity:0;transform:translateX(100%);transition:all .3s ease-in-out;}
.alarmsheet__body .card__tx--date.is--today:after{content:"Today";display:inline-block;box-sizing:border-box;padding:0 6px;line-height:18px;border:1px solid #b2defb;color:#30a7f7;font-size:12px;border-radius:10px;background-color:#fff;margin-left:4px;vertical-align:1px}
.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__tx--date.is-shown {opacity:1;transform:translateX(0);transition-delay:.2s}
.alarmsheet__body .card__group + .card__group{margin-top:32px}
.alarmsheet__body .card_item a.card_link {display:block;position:relative;padding:16px;transition:all .3s ease-in-out}
.alarmsheet__body .card_item a.card_link:hover {text-decoration:none;}
.alarmsheet__body .card_item a.card_link:visited,
.alarmsheet__body .card_item.is--visited a.card_link,
.alarmsheet__body .card_item.is--visited .card_item--extend{opacity:.5}
.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:700;font-size:15px;color:#222;line-height:20px;}
.alarmsheet__body .card_item a.card_link .tx_cate [class*="ico-msg--"]{display:inline-block;width:20px;height:20px;background-image:var(--url-comm-sprite);vertical-align:top;margin-right:4px}
.alarmsheet__body .card_item a.card_link .tx_cate .tx--lowest{display:inline;color:#3588F3;font-size:14px}
.alarmsheet__body .card_item a.card_link .tx_time {position:absolute;top:16px;right:16px;font-size:12px;color:#999;line-height:20px;}
.alarmsheet__body .card_item a.card_link .tx_msg {margin-top:8px}
.alarmsheet__body .card_item a.card_link .tx_msg > span {font-size:14px;color:#444;line-height:20px;}
.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 a.card_link .tx_msg em{color:#3588F3}
.alarmsheet__body .card_item a.card_link .tx_msg .msg_img{margin:4px 0}
.alarmsheet__body .card_item a.card_link .tx_msg .msg_img img{max-width:300px;border-radius:8px;border:1px solid #eee;overflow:hidden;width:100%}
.alarmsheet__body .card_item a.card_link .msg-group{margin-top:8px;display:flex;justify-content: space-between;}
.alarmsheet__body .card_item a.card_link .msg-group .thumb_goods{width:40px;height:40px;position: relative;border-radius:4px;flex:none;margin-left:auto;}
.alarmsheet__body .card_item a.card_link .msg-group .thumb_goods:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;border:1px solid rgba(0,0,0,.03);background:rgba(0,0,0,.02)}
.alarmsheet__body .card_item a.card_link .msg-group .thumb_goods img{width:100%;height:100%}
.alarmsheet__body .card_item a.card_link .msg-group .tx_msg{margin-top:0;width:100%;}
.alarmsheet__body .card_item a.card_link .msg-group .tx_msg > span{display:block;margin-right:12px;width:100%}
.alarmsheet__body .card_item a.card_link .msg-group .tx_msg2{word-break: keep-all;}
/* .alarmsheet__body .card_item a.card_link .msg-group .tx--custom{display:inline-block;max-width:257px;overflow:hidden;display:-webkit-box;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;word-break:break-all;} */
.alarmsheet__body .card_item a.card_link .msg-group .tx--custom{display:inline-block;max-width:257px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all;height:20px;white-space:nowrap}
.alarmsheet__body .card_item a.card_link .msg-group .msg_img{margin:8px 0 0}
.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;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}

/* 240131 알림메시지 개편  */
.alarmsheet__body .card_item--extend{margin-top:-8px;padding-bottom:8px;z-index:1;position: relative;}
.alarmsheet__body .card_item--extend.is--unfold{padding:0}
.alarmsheet__body .card__btn--extend{margin:0 16px 10px;height:28px;padding:0 22px;color:#444;font-size:13px;background-color:#f7f7f7;border:1px solid #ccc;border-radius:14px;display:flex;align-items:center;gap:0 10px}
.alarmsheet__body .card_item--extend .card__btn--extend em:after{content:" 더보기"}
.alarmsheet__body .card_item--extend.is--unfold .card__btn--extend em:after{content:" 접기"}
.alarmsheet__body .card_item--extend .card__btn--extend:after{content:"";width:10px;height:10px;background:url(//img.enuri.info/images/icon/svg/icon_arrow.svg) no-repeat 0 0 / 100% 100%;transform:rotate(90deg);transition:.3s all ease;transform-origin:center center;}
.alarmsheet__body .card_item--extend.is--unfold .card__btn--extend:after{transform:rotate(-90deg);}
.alarmsheet__body .card_link--extend{display:flex;flex-wrap:nowrap;padding:0 16px;align-items:center;line-height:20px;gap:0 12px;}
.alarmsheet__body .card_link--extend:hover{text-decoration:none}
.alarmsheet__body .card_item--extend .card_link--extend{transition:.2s all linear;height:0;overflow:hidden;opacity:0;position: relative;}
.alarmsheet__body .card_item--extend.is--unfold .card_link--extend{height:44px;opacity:1;padding-top:1px;}
.alarmsheet__body .card_item--extend.is--unfold .card_link--extend:before{content:"";position:absolute;top:0;left:0;right:0;border-top: 1px solid #eee}
.alarmsheet__body .card_link__tx--msg{font-size:13px;color:#444;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;height:20px;white-space: nowrap;}
.alarmsheet__body .card_link__tx--msg em{color:#3588f3}
.alarmsheet__body .card_link__tx--date{font-size:12px;color:#999;flex:none;margin-left:auto;}
.alarmsheet__body .card_item__foot{height:48px;border-top:1px solid #eee;background-color:#fcfcfc;display:flex;flex-wrap:wrap;border-radius:0 0 8px 8px}
.alarmsheet__body .card_item__foot button{flex:1;font-size:14px;color:#222;background-color:transparent}
.alarmsheet__body .card_item__foot button:after{content:"";display:inline-block;width:16px;height:16px;background:url(//img.enuri.info/images/icon/svg/icon_arrow.svg) no-repeat 0 0 / 100% 100%;transform:rotate(0deg);vertical-align: top;opacity:.5;margin-left:4px}
.alarmsheet__body .card__btn--alarm{border-right:1px solid #eee}

.ico-msg--lowest{background-position:-200px -120px}
.ico-msg--stock{background-position:-220px -100px}
.ico-msg--emoney{background-position: -120px -160px;}
.ico-msg--shopping{background-position: -100px -160px;}
.ico-msg--card{background-position:-220px -120px}

/* ----------------------------------------------------------- 
                우측레이어 > 최근본 상품
----------------------------------------------------------- */
.lay-recentsheet {opacity:0;pointer-events:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1300;}
.lay-recentsheet .dimmed {position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.16);backdrop-filter:blur(1px);}
.recentsheet__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;}
.recentsheet__inner.is-expand {transform:translateX(0);transition:transform .3s ease-in-out;}
.recentsheet__head {position:sticky;height:52px;border-bottom:1px solid #ddd;background-color:#fff}
.recentsheet__head .recentsheet__tx--tit {display:block;padding:15px 20px;font-weight:600;font-size:18px;color:#000;line-height:22px}
.recentsheet__head .recentsheet__btn--subscribe{font-size:13px;color:#888;margin-left:10px;display:inline-block;font-weight:400;vertical-align:1px}
.recentsheet__head .recentsheet__btn--subscribe:after{content:"";display:inline-block;width:12px;height:12px;background:var(--url-comm-sprite) no-repeat -200px -530px;transform:rotate(-90deg);vertical-align:-1px;}
.recentsheet__head .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;}

.recentsheet__body {overflow-y:auto;position:relative;width:100%;height:calc(100% - 52px);background-color:#f6f6f6}
.recentsheet__body .recent-list{}
.recentsheet__body .recent--nodata{height:calc(100vh - 52px);display:flex;align-items:center;text-align:center;flex-direction: column; justify-content:center;font-size:16px;line-height:18px;color:#444}
.recentsheet__body .recent--nodata:before{content:"";display:block;width:140px;height:140px;background:url(//img.enuri.info/images/rev/myeclub/icon_nolist_goods.png) no-repeat 0 0 / 100%}
.recentsheet__body .recent__group:first-of-type{padding-top:20px}
.recentsheet__body .recent__group {padding:0 20px 20px}
.recentsheet__body .recent__tx--date{font-weight:700;font-size:16px;line-height:20px;color:#222;margin-bottom:8px}
.recentsheet__body .recent__group .recent__list{}
.recentsheet__body .recent__group .recent__list li:first-child{margin-top:0}
.recentsheet__body .recent__group .recent__item{padding:16px;border:1px solid rgba(0,0,0,.1);background-color:#fff;border-radius:8px;margin-top:8px;position: relative;}
.recentsheet__body .recent__group .recent__item > a{display:flex;width:310px;height:112px;}
.recentsheet__body .recent__group .recent__item > a:hover{text-decoration: none;}
.recentsheet__body .recent__group .recent__item > a:hover .item__tx--name{text-decoration: underline;text-underline-position: under; text-decoration-color: #aaa;}
.recentsheet__body .recent__group .item__thumb{width:110px;height:110px;border:1px solid #eee;background-color:#fff;border-radius:2px;position: relative;flex:none}
.recentsheet__body .recent__group .item__thumb img{width:100%;height:100%}
.recentsheet__body .recent__group .item__info{width:144px;height:110px;margin-left:auto;display:flex;flex-direction: column; justify-content: center; line-height:18px;padding-right:40px;}
.recentsheet__body .recent__group .item__tx--name{font-size:14px;color:#222;display:block;max-height:36px;overflow:hidden;display:-webkit-box;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;word-break:break-all;}
.recentsheet__body .recent__group .item__tx--price{display:block;margin-top:8px;font-size:15px;font-weight:600;color:#000;}
.recentsheet__body .recent__group .item__tx--price.is--soldout{color:#fa5a5a}
.recentsheet__body .recent__group .item__tx--price.is--release{color:#3588F3}
.recentsheet__body .recent__group .recent__btn--delete{width:14px;height:14px;border:1px solid #000;background:var(--url-comm-sprite) no-repeat -320px -60px #000;position:absolute;top:17px;left:113px;text-indent:-9999em;display:none}
.recentsheet__body .recent__group .recent__item:hover .item__thumb:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #000}
.recentsheet__body .recent__group .recent__item:hover .recent__btn--delete{display:block}
.recentsheet__body .recent__group .recent__btn--subscribe{width: 28px;height: 28px;position: relative;background-color: transparent;text-indent:-9999em;position:absolute;top:16px;right:16px}
.recentsheet__body .recent__group .recent__btn--subscribe:after {content: "";position: absolute;display: block;width: 100%;height: 100%;top: 0;left: 0;background-image: url(//img.enuri.info/images/icon/svg/icon_zzim_star.svg);background-size: 100%;background-position: 0 0;}
.recentsheet__body .recent__group .recent__btn--subscribe.is--on:after{background-image:url(//img.enuri.info/images/icon/svg/icon_zzim_star_on.svg)}

/* ----------------------------------------------------------- 
                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:600;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:600;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:600;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:600;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;}

/* ----------------------------------------------------------- 
                이벤트 말풍선
----------------------------------------------------------- */
.event-balloon{position:relative;padding:5px 29px 5px 19px;border-radius:20px;background-color:#534fc6;animation: balloonBounce ease-in-out 2s infinite alternate;}
.event-balloon:after{content:"";position:absolute;width:8px;height:8px;background:inherit;transform:rotate(45deg);transform-origin:center center;}
.event-balloon__link{display:block;width:92px;text-align:center;font-weight:600;color:#fff;line-height:15px;font-size:12px;overflow:hidden;letter-spacing:-.5px}
.event-balloon__link:hover{text-decoration:none;}
.event-balloon__close-button{position:absolute;top:0;right:0;width:29px;bottom:0;background:none;text-indent:-9999em}
.event-balloon__close-button:after{content:"";position:absolute;left:0;top:50%;margin-top:-10px;width:20px;height:20px;background-image:var(--url-comm-sprite);background-position:-300px 0}
@-webkit-keyframes balloonBounce {
	0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
	50%,70% {transform: translateY(-4px);}
}
@keyframes balloonBounce {
	0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
	50%,70% {transform: translateY(-4px);}
}

/* ----------------------------------------------------------- 
                색상옵션 노출
----------------------------------------------------------- */
.lay-select-color{position:relative;padding:14px 42px 14px 14px;box-sizing:content-box;height:72px;border:1px solid #666;border-radius:6px;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.05);}
.lay-select-color:after{content:"";position:absolute;width:9px;height:9px;border-top:1px solid #666;border-right:1px solid #666;background-color:#fff;left:28px;top:-6px;transform:rotate(-45deg);transform-origin:center center}
.lay-select-color a{display:block;height:72px;position: relative;display:flex;}
.lay-select-color .lay__thumb{width:72px;height:72px;position: relative;border-radius:4px;border:1px solid rgba(0,0,0,0.03);border-radius:4px}
.lay-select-color .lay__thumb:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.02);z-index: 1;}
.lay-select-color .lay__info{width:240px;margin-left:12px;line-height:20px;}
.lay-select-color .lay__tx--name{display:block;font-size:15px;font-weight:600;color:#333;height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word}
.lay-select-color .lay__tx--price{margin-top:8px;display:block;font-size:13px;color:#3588f3}
.lay-select-color .lay__tx--price em{font-size:18px;font-weight:600;}
.lay-select-color .lay__btn--close{width:20px;height:20px;position:absolute;top:14px;right:14px;background-image:var(--url-comm-sprite);background-position:-300px -60px;opacity:0.6;background-color:transparent;text-indent:-9999em}
.lay-select-color a:hover {text-decoration: none;}
.lay-select-color a:hover .lay__tx--name{text-decoration:underline;}

/* ----------------------------------------------------------- 
                공유하기 레이어 신규
----------------------------------------------------------- */
.lay-sharebox{position:fixed;top:0;left:0;right:0;bottom:0;}
.lay-sharebox .dimmed{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5)}
.lay-sharebox .sharebox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.sharebox{width:280px;position:relative;z-index:10;letter-spacing:-.5px}
.sharebox__head{border-radius:4px 4px 0 0;background-color:#fff;padding:16px}
.sharebox__head .sharebox__title{line-height:22px;font-size:16px;font-weight:600;text-align:center;}
.sharebox__body{border-radius:0 0 4px 4px;background-color:#f8f8f8;padding:20px 20px 44px 20px;}
.sharebox__list{display:flex;flex-wrap:wrap;}
.sharebox__list li{flex:1 0 33.3%;padding:8px 0;text-align:center;transition:all .3s ease;box-sizing:border-box;border:1px solid transparent}
.sharebox__list li:hover{transform:translateY(2px)}
/* .sharebox__list li:hover{border-radius:8px;border-color:#eee;background-color:#fff;transform:translateY(-5px);box-shadow:0 3px 0 rgba(0,0,0,.02)} */
.sharebox__btn--share{padding-top:62px;min-width:60px;background-color:transparent;background-repeat:no-repeat;background-position:50% 0;background-size:52px;font-size:12px;line-height:16px;color:#555}
.sharebox__btn--share:hover{text-decoration:underline}
.sharebox__btn--share.share--kakao{background-image:url(//img.enuri.info/images/icon/sns/w52_kakao.png);}
.sharebox__btn--share.share--line{background-image:url(//img.enuri.info/images/icon/sns/w52_line.png);}
.sharebox__btn--share.share--facebook{background-image:url(//img.enuri.info/images/icon/sns/w52_fb.png);}
.sharebox__btn--share.share--twitter{background-image:url(//img.enuri.info/images/icon/sns/w52_tw.png);}
.sharebox__btn--share.share--band{background-image:url(//img.enuri.info/images/icon/sns/w52_band.png);}
.sharebox__btn--share.share--kakaostory{background-image:url(//img.enuri.info/images/icon/sns/w52_kas.png);}
.sharebox__copy{margin-top:16px;display:flex;flex-wrap:wrap;justify-content:space-between;line-height:20px;}
.sharebox__copy > input,
.sharebox__copy > button{height:36px;box-sizing:border-box;border-radius:4px;}
.sharebox__copy .sharebox__inp--url{border:1px solid #ddd;background-color:#fff;padding:8px 12px;font-size:12px;color:#000;text-overflow:ellipsis;width:calc(100% - 68px)}
.sharebox__copy .sharebox__btn--copy{padding:8px 0;width:64px;font-size:14px;font-weight:600;text-align:center;color:#3588f3;background-color:#fff;border:1px solid #3588f3}
.sharebox__copy .sharebox__btn--copy:hover{background-color:#e9f2fd}
.sharebox__copy .sharebox__btn--copy:active{background-color:#3588f3;color:#fff}
.sharebox__btn--close{width:20px;height:20px;position:absolute;top:16px;right:16px;background-image:var(--url-comm-sprite);background-repeat:no-repeat;background-position:-122px -62px;text-indent:-9999em;background-color:transparent}