@charset "utf-8";

@import url("header.css?v=231117"); /* Header */
@import url("category.css?v=240108"); /* GNB > Category */
@import url("footer.css?v=231019"); /* Footer */
@import url("//img.enuri.info/fonts/Pretendard/dist/web/static/pretendard-dynamic-subset.css"); /* Pretendard Web Font */

/************************************************************************
 * 파일명 :common.css
 * 설명 :에누리 가격비교 PC Rev / Reset CSS
 * 작성일 : 2020.12.13
************************************************************************/

/* var */
:root{
    --color-blue : #1a70dd;  /* 에누리 블루 */
    --color-gray : #888;  /* 에누리 그레이 */
    --color-enuri-blue : #0073be;  /* 에누리 블루 */
    --color-enuri-sky : #30a7f7; /* 에누리 스카이 */
    --url-comm-sprite : url(//img.enuri.info/images/rev/common_sprite.png); /* 공통 Sprite */
}

*{margin:0;padding:0}
html,body{width:100%;height:100%;margin:0;padding:0;font:13px/1.4 'Pretendard',-apple-system, BlinkMacSystemFont,"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;vertical-align:middle;-webkit-font-smoothing:antialiased;}
html {/* overflow-y:scroll; */background:#fff}
dl,ul,ol,menu,li{list-style:none}
address,caption,cite,code,dfn,em,var{ font-style:normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main { display:block}
blockquote,q { quotes:none}
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none}
hr{display:none}
fieldset,img{border:none}
legend,caption{display:block;overflow:hidden;position:absolute;text-indent:-9999px;top:-9999px;font-size:0;width:1px;height:1px;left:-9999px;line-height:0}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {font-weight:normal;margin:0;padding:0}
pre {font-family:inherit}
table{border-collapse:collapse;word-break:break-all;font-size:12px;border-spacing:0;empty-cells:show}

/* Input n Textarea */
textarea{resize:none}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color:#aaa;}
input:-moz-placeholder,
textarea:-moz-placeholder {color:#aaa;}
input::-moz-placeholder,
textarea::-moz-placeholder {color:#aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color:#aaa;}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {color:transparent;}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {color:transparent;}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {color:transparent;}

.hide{display:none}  /* none */
.blind{display:block;overflow:hidden;position:absolute;text-indent:-9999px;top:-9999px;font-size:0;width:1px;height:1px;left:-9999px;line-height:0} /* hide */
.png24{tmp:expression(setPng24(this))}
.sub__font{font:12px/1.4 'Pretendard',-apple-system,system-ui,BlinkMacSystemFont,"Apple SD Gothic Neo","맑은 고딕","Malgun Gothic",sans-serif;}
.cont__inner{width:1280px;margin:0 auto;}

/* Link Css */
a{cursor:pointer;color:#666666}
a:link,a:visited,a:active{text-decoration:none}
a:hover{text-decoration:underline}
a:active{background-color:transparent}

/* form */
input,select,textarea,button,label{ font:inherit;vertical-align:middle;color:#666;outline:none}
input::-ms-clear {display:none}
button{border:0 none;cursor:pointer}
button:disabled {cursor:default}

/* overflow */
.is-overflow {overflow:hidden}
.is-visible {overflow:visible}

/* border-box, clearfix */
.border-box,
.border-box *,
.border-box *:before,
.border-box *:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

#wrap{min-width:1300px;width:100%;overflow:hidden}

/* Sprite */
.comm__sprite{background-image:var(--url-comm-sprite);background-repeat:no-repeat}

/* Loader */
.comm-loader{position:fixed;top:50%;left:50%;width:70px;height:70px;margin:-40px 0 0 -40px;border-radius: 50% 50%;-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.25);border:5px solid #fff;box-shadow: 0 0 30px rgba(0,0,0,0.25);overflow:hidden;z-index:100000;text-align:left;background:url(//img.enuri.info/images/rev/loader-bi.svg) no-repeat 50% 50% / 70px #eee}
.comm-loader .comm-loader__inner{text-indent:-9999em;width:70px;height:70px;}

/* 컨텐츠 - 컨테이너 */
.container{overflow:hidden;position:relative}
.container[class*=is--dim]:before{content:"";position: absolute;top:0;left:0;right:0;bottom:0;z-index:200;backdrop-filter:blur(2px);}
.container.is--dim:before{background-color:rgba(255,255,255,.5)}
.container.is--dimblk:before{background-color:rgba(0,0,0,.2)}

/* Contents */
.container > .contents{padding-top:24px}
.container > .contents.no-pad {padding-top:0}

/* Pub Legend */
.pub-legend{position:fixed;top:0;left:0;bottom:0;width:212px;border-right:1px solid #666;background-color:rgba(255,255,255,.9);box-shadow: 0 0 10px rgba(0,0,0,.1);z-index:100000;transition:.3s all ease;transform:translateX(-100%); }
.pub-legend.wide{width:292px;}
.pub-legend ul{width:100%; height: 100%; padding:16px; overflow: auto;}
.pub-legend h1{font-size:13px;font-weight:500;letter-spacing:-1px;padding-top:16px}
.pub-legend.is--show{transform:translateX(0);}
.pub-legend li{padding:4px 0}
.pub-legend__btn--flip{position:absolute;width:40px;height:40px;background-color:rgba(0,0,0,.8);right:-40px;bottom:0}
.pub-legend .ico-menu{display:block;margin:0 auto}
.pub-legend .ico-cls--big{display:none}
.pub-legend.is--show .ico-menu{display:none}
.pub-legend.is--show .ico-cls--big{display:block}
.pub-legend li > a{font-family:dotum,'돋움',"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;position:relative;letter-spacing:-1px;font-weight:500;font-size:11px;color:#333}
.pub-legend li > a:after{content:">";font-weight:300}

/* 구독버튼 */
.btn--subscription{display:block;width:20px;height:20px;background:transparent;border:0;}
.btn--subscription .ico-opt-subscription{display: block;background-image: url(//img.enuri.info/images/rev/lp_sprite.png);background-repeat: no-repeat;width: 20px;height: 20px;background-position: -120px -160px;text-indent: -9999em;color: transparent;font-size: 0;}
.btn--subscription.is--on .ico-opt-subscription{background-position:-140px -160px}

/* 삭제 : 구독레이어 (찜레이어) - 구독알림 배포시 */
/* .lay-zzim{display:none;opacity:0;position:fixed;top:50%;left:50%;margin:-118px 0 0 -118px;width:236px;height:176px;padding-top:60px;border-radius:50%;background-color:rgba(53, 197, 243, 0.9);text-align:center;color:#fff;line-height:18px;-webkit-transition:.3s all cubic-bezier(.47,1.64,.41,.8);-o-transition:.3s all cubic-bezier(.47,1.64,.41,.8);transition:.3s all cubic-bezier(.47,1.64,.41,.8);-webkit-transform:scale(.5) translateY(40px);-ms-transform:scale(.5) translateY(40px);transform:scale(.5) translateY(40px);z-index:-1}
.lay-zzim.is--off{background-color:rgba(51, 51, 51, 0.9);}
.lay-zzim .lay-zzim__icon{position:relative;margin:0 auto;width:56px;height:56px;background:url(//img.enuri.info/images/rev/subscription_sprite.png) no-repeat 0 0 / auto;text-indent:-9999em;}
.lay-zzim.is--off .lay-zzim__icon{background-position:-60px 0}
.lay-zzim .lay-zzim__tx--tit{margin-top:12px;letter-spacing:-1px;font-size:14px;font-weight:500}
.lay-zzim .lay-zzim__tx--tit.tx--off,
.lay-zzim.is--off .lay-zzim__tx--tit{display:none}
.lay-zzim.is--off .lay-zzim__tx--tit.tx--off{display:block;}
.lay-zzim .lay-zzim__btn{display:block;margin:16px auto 0;border:1px solid #fff;border-radius:2px;font-size:11px;color:#fff;background:transparent;letter-spacing:-1px;width:96px;height:24px;}
.lay-zzim.is--off .lay-zzim__btn{color:#ccc;border-color:#ccc}
.lay-zzim.is--show{opacity:1;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);z-index:2000} */

/* 구독레이어 -> 가격하락알림 버전 */
.lay-zzim{display:none;opacity:0;position:fixed;top:50%;left:50%;margin:-118px 0 0 -118px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:236px;height:236px;border-radius:50%;background-color:rgba(53, 197, 243, 0.9);text-align:center;color:#fff;line-height:18px;-webkit-transition:.3s all cubic-bezier(.47,1.64,.41,.8);-o-transition:.3s all cubic-bezier(.47,1.64,.41,.8);transition:.3s all cubic-bezier(.47,1.64,.41,.8);-webkit-transform:scale(.5) translateY(40px);-ms-transform:scale(.5) translateY(40px);transform:scale(.5) translateY(40px);z-index:-1}
.lay-zzim.is--off{background-color:rgba(51, 51, 51, 0.9);}
.lay-zzim .lay-zzim__icon{position:relative;margin:0 auto;width:56px;height:56px;background:url(//img.enuri.info/images/rev/subscription_sprite.png) no-repeat 0 0 / auto;text-indent:-9999em;}
.lay-zzim.is--off .lay-zzim__icon{background-position:-60px 0}
.lay-zzim .lay-zzim__tx--tit{margin-top:12px;font-size:15px;font-weight:600}
.lay-zzim .lay-zzim__tx--tit.tx--off,
.lay-zzim.is--off .lay-zzim__tx--tit{display:none}
.lay-zzim.is--off .lay-zzim__tx--tit.tx--off{display:block;}
.lay-zzim .lay-zzim__tx--tit em{display:block;}
.lay-zzim .lay-zzim__tx--sub{display:block;line-height:16px;font-size:12px;color:#fff;margin-top:8px;font-weight:400}
.lay-zzim .lay-zzim__btn{display:block;margin:12px auto 0;border:1px solid #fff;border-radius:2px;font-size:11px;color:#fff;background:transparent;width:96px;height:24px;}
.lay-zzim.is--off .lay-zzim__btn{color:#ccc;border-color:#ccc;margin-top:16px}
.lay-zzim.is--show{opacity:1;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);z-index:2000}

/* ---------------------------------------------------------
        @공통_말줄임
--------------------------------------------------------- */
.tx_shortening_1 {overflow:hidden; white-space: nowrap; word-break: break-all; text-overflow: ellipsis;}
.tx_shortening_2 {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;}
.tx_shortening_3 {overflow:hidden; display:-webkit-box; -o-text-overflow:ellipsis; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; word-wrap:break-word; word-break:break-all;}
.tx_shortening_4 {overflow:hidden; display:-webkit-box; -o-text-overflow:ellipsis; text-overflow:ellipsis; -webkit-line-clamp:4; -webkit-box-orient:vertical; word-wrap:break-word; word-break:break-all;}

/* SEO > 리다이렉션 관련 */
.not-found{border:1px solid #eee;text-align:center;max-width:1278px;margin:32px auto 0}
.not-found--page{display:flex;align-items:center;flex-direction:column;height:calc(100vh - 400px);min-height:360px;max-height:880px;justify-content:center;}
.not-found h2{font-size:22px;line-height:26px;font-weight:bold;color:#000;letter-spacing:-.44px}
.not-found .not-found__tx{display:block;font-size:14px;line-height:18px;letter-spacing:-.28px;margin-top:8px;color:#333}
.not-found__ico{width:120px;height:120px;box-sizing:border-box;margin:0 auto 20px;display:block;position:relative;border:6px solid #ccc;border-radius:50%}
.not-found__ico:before,
.not-found__ico:after{content:"";position:absolute;left:calc(50% - 5px);width:10px;background-color:#ccc;border-radius:5px}
.not-found__ico:before{top:20px;height:54px;}
.not-found__ico:after{bottom:20px;height:10px;}
.not-found__btn--home{display:block;margin:24px auto 0;width:200px;height:44px;border-radius:4px;background-color:#1a70dd;color:#fff;text-align:center;box-sizing:border-box;line-height:22px;padding:11px 0;font-size:16px}