@charset "utf-8";

/* popup setting*/
[data-popup]{display:none;position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 2500;word-break: keep-all;display:none;}
[data-popup] .mask{content:"";position:absolute; top:0;left:0;right:0;bottom:0;background-color: #00000070;}

.nwPopUp{position: absolute; top:50%;left:50%;z-index:2600;transform: translate(-50%,-50%); background-color: #fff;border-radius: 24px;}
.nwPopUp .nwHeader h2{margin-bottom:24px;font-size:24px;font-weight: bold; margin-right: 40px;}
[data-popup] .nwPopUp{width:780px;max-height:calc(100vh - 100px);padding:40px 0}
[data-popup] .nwHeader{padding:0 40px; min-height: 30px;}
[data-popup] .nwContent{/*max-height:70vh;*/ padding:0 40px 32px; overflow-y:auto}
[data-popup] .nwContent.nwScroll{ height:calc(100vh - 343px);padding:0 0 32px; margin: 0 0 0 40px; width: 720px; overflow-x: hidden;  }
[data-popup] .nwContent.nwScroll > div {width: 700px;}

[data-popup] .nwW620 .nwContent.nwScroll{margin: 0 0 0 80px; width: 680px; overflow-x: hidden; }
[data-popup] .nwW620 .nwContent.nwScroll > div {width: 620px;}

[data-popup] .nwFooter {padding: 0 40px;}
[data-popup] .nwClose{position:absolute;top:40px;right:40px; width:24px;height:24px;background:url(/NWL/assets/images/pc/nwClose.svg) 0 0/23px auto no-repeat}

@media (max-height: 900px) {
    [data-popup] .nwContent{max-height:60vh;}
}

/* 비교하기 */
#nwProdComp{top:inherit;}
#nwProdComp .mask{display:none;}
#nwProdComp:after{display:none}

.nwProdComp{position: fixed;bottom:0;left:0;width:100%;padding:24px 0 24px 0;background-color: #fff;z-index:100;border-top:1px solid #707070;box-shadow:#00000010 0 -10px 20px ;}
.nwProdComp .nwClose{right:0;top:8px;}

.nwProdComp .header{display:flex; justify-content: space-between;margin-bottom:16px; padding-right: 56px;}
.nwProdComp h2{font-size:24px;font-weight: bold;}

.nwProdComp .btnArea button{width:138px;height:40px;border-radius: 8px;}
.nwProdComp .btnArea button + button {margin-left: 16px;}
.nwProdComp .btnArea button.reset{width:auto; display:inline-flex;align-items: center; color:#383838;font-size:16px;font-weight: 500; color:#3E3E3E; background: url(/NWL/assets/images/pc/nwOptReset.svg) 0 center / 16px auto no-repeat;}
.nwProdComp .btnArea button.reset:before {content:"";display:block;width:16px;height:16px;margin-right:4px;}
.nwProdComp .btnArea button.comp{background-color: #000;color:#fff;font-weight: bold;}

.nwProdComp .pic{height:72px}
.nwProdComp .content{display:flex;}

.nwProdComp .area{width:349px;margin-left:0;}
.nwProdComp .area + .area{margin-left:16px}
.nwProdComp .area > div{height:85px}

.nwProdComp .prod{position:relative; display:flex;align-items: center; padding:16px 36px 16px 16px;border:1px solid #D9D9D9;border-radius: 12px;}
.nwProdComp .prod .info { margin-left:12px;}
.nwProdComp .prod .info span{display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 210px;}
.nwProdComp .prod .info strong {font-size: 18px; font-weight: bold;}
.nwProdComp .prod .info strong em {font-size: 16px; font-weight: 500;}
.nwProdComp .prod .close{position:absolute;top:6px;right:6px; width:24px;height:24px; background:url(/NWL/assets/images/pc/nwClose.svg) 50% 50%/16px auto no-repeat}

.nwProdComp .selectText{display:flex; justify-content: center; align-items: center;font-size:16px;border:1px solid #EDEDED;border-radius: 12px; color: #525252;}

/* 비교하기 상세*/
#nwProdCompView .nwContent{height:calc(100vh - 395px);}
#nwProdCompView .compare {margin-bottom:20px;padding:0 40px}
#nwProdCompView .compare [type="checkbox"]{position:relative;width:64px;height:32px;vertical-align: middle;margin-right:5px;cursor: pointer;}
#nwProdCompView .compare [type="checkbox"]::before{content:"";display:block;width:100%;height:32px;background-color:#C8C8C8;border-radius: 16px; transition: 0.2s ease;}
#nwProdCompView .compare [type="checkbox"]:checked::before{background-color: #000000;}
#nwProdCompView .compare [type="checkbox"]::after{content:"";position:absolute; top:0;display:block; width:32px;height:32px;border:1px solid #D9D9D9;border-radius:16px; transition: 0.2s ease;background:#fff url(/NWL/assets/images/pc/nwCompare.svg) 50% 50%/16px auto no-repeat; background-image: none;}
#nwProdCompView .compare [type="checkbox"]:checked::after{transform: translateX(32px); background: #fff url(/NWL/assets/images/pc/nwCompare.svg) 50% 50%/16px auto no-repeat;;}
#nwProdCompView .compare label{font-size:16px;font-weight:500;vertical-align: middle;}

#nwProdCompView .comBox{display:flex;}
#nwProdCompView .comBox .area{width:225px;margin-left:0;}
#nwProdCompView .comBox .area + .area{margin-left:12px;}

#nwProdCompView .compareList{position:relative; margin-bottom:32px;}
#nwProdCompView .compareList .area{height:373px;}
#nwProdCompView .compareList .prod{position:relative; display:flex;flex-direction: column;align-items: center;height:100%; border:none; border-radius: 12px;padding:20px 11px; background-color: #F6F5F7;}
#nwProdCompView .compareList .nwCloseSub{position:absolute;top:20px;right:20px; width:24px;height:24px; background:url(/NWL/assets/images/pc/nwClose.svg) 50% 50%/16px auto no-repeat}

#nwProdCompView .compareList .pic {margin-bottom: 15px;}
#nwProdCompView .compareList .pic img{display:block;height:128px;margin:0 auto;}
#nwProdCompView .compareList .name{display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; min-height: 52px; text-align: center; margin-bottom: 9px;}
#nwProdCompView .compareList .name span{align-items: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: keep-all; font-size:18px; font-weight: bold;}

#nwProdCompView .compareList .size{margin:0 0 8px; text-align:center;}
#nwProdCompView .compareList .size span{display:inline-flex; height:31px; align-items: center;justify-content: center; line-height: 1; padding:0 6px;border:1px solid #D9D9D9;font-size:12px;border-radius: 8px;text-align:center; background-color: #fff; margin-bottom: 4px;}
#nwProdCompView .compareList .size span.on{border-width: 2px; border-color:#000;font-weight: bold;}
#nwProdCompView .compareList .size span + span {margin-left: 2px;}

#nwProdCompView .compareList .price{margin:0 0 12px; font-size: 14px; color: #525252;}
#nwProdCompView .compareList .price span{font-size: 16px; font-weight: 500; color: #000000;}

#nwProdCompView .compareList .btnView{height:48px; min-width:185px;padding:12px 10px;background-color: #000;color:#fff; border-radius: 8px;text-align:center; box-sizing: border-box; font-size: 16px; font-weight: bold;}

#nwProdCompView .compareList .selectProd{display:flex; flex-direction: column; justify-content: center; align-items: center; height:100%; border: 1px solid #EDEDED; border-radius: 12px; color:#000; padding: 0 20px;}
#nwProdCompView .compareList .selectProd p{margin-bottom:12px; text-align: center;}
#nwProdCompView .compareList .selectProd select{width:100%; border:1px solid #D9D9D9;padding:0 16px 0 16px;background:url(/NWL/assets/images/pc/nwSelect.svg) calc(100% - 16px) center/16px 16px no-repeat;color:#000;}
#nwProdCompView .compareList .selectProd select + select,
#nwProdCompView .compareList .selectProd label + select {margin-top:12px}

#nwProdCompView .optViewBox .optTitle {display: flex; align-items: center; padding: 20px 0 17px; border-top: 1px solid #d9d9d9;}
#nwProdCompView .optViewBox .optTitle .title{margin: 0; padding: 0; font-size:18px;font-weight: bold;}
#nwProdCompView .optViewBox [data-nwfaq-click] {width:20px; height: 20px; background-size: 20px;}

#nwProdCompView .compareOpt {flex-wrap: wrap; padding-bottom: 32px;}
#nwProdCompView .compareOpt .saleTerm{width:100%;flex-shrink: 0;}
#nwProdCompView .compareOpt .title{margin: 0 0 8px; font-size: 14px; font-weight: 500;}
#nwProdCompView .compareOpt select{margin-bottom:16px; background:url(/NWL/assets/images/pc/nwSelect.svg) calc(100% - 16px) center/16px 16px no-repeat;color:#000; border: 1px solid #D9D9D9;}

#nwProdCompView .compareOpt .priceArea{margin:0; padding:16px; border:1px solid #EDEDED; border-radius: 8px; background-color: #f8f8f8;}
#nwProdCompView .compareOpt .priceOpt {display:flex; flex-direction: column;}
#nwProdCompView .compareOpt .priceOpt + .priceOpt {margin-top: 20px;}
#nwProdCompView .compareOpt .priceOpt .name {color: #525252;}
#nwProdCompView .compareOpt .priceOpt .price {font-size:16px; font-weight: 500; color: #161616; }

#nwProdCompView .compareOpt .sale{color:#000;font-weight: bold;}

#nwProdCompView .compareOpt .priceOpt + .totalPrice {margin-top: 16px;}
#nwProdCompView .compareOpt .totalPrice{padding-top:16px;border-top:1px solid #C3C3C3; color: #000000;}
#nwProdCompView .compareOpt .totalPrice .price{font-size: 16px; font-weight: 500;}
#nwProdCompView .compareOpt .totalPrice .price strong{font-size:20px; font-weight: bold;}

#nwProdCompView .compareView{display:flex; justify-content:start;}
#nwProdCompView .compareView .area{border-radius: 8px;}
#nwProdCompView .compareView .area .prod{background-color:#F8F8F8; border: 1px solid #EDEDED; border-radius: 8px;}
#nwProdCompView .compareView dl{padding:20px 16px;}
#nwProdCompView .compareView dt{margin:20px 0 2px; color:#525252; font-size: 14px;}
#nwProdCompView .compareView dt:nth-of-type(1){margin-top:0}
#nwProdCompView .compareView dd{font-weight:500; font-size:16px;}
/* #nwProdCompView .mask{ background:none} */
#nwProdCompView .optView.check .mask,
#nwProdCompView .optView.check .nwMask{position:relative; background: linear-gradient(to top, #FFF690 23px, transparent 0); text-decoration: underline; text-decoration-color: #999; -webkit-text-decoration-color:#999; padding-left: 10px;}
#nwProdCompView .optView.check .mask::before,
#nwProdCompView .optView.check .nwMask::before{content:'* '; position: absolute; top: 0; left: 0; display:inline-block;}

/* 팝업 Alert */
[data-popup] .nwPopUpAlert {width:500px; padding: 38px 0 40px; }
[data-popup] .nwW560 {width: 560px;}
[data-popup] a:focus-visible{outline:2px solid #000}
[data-popup] .nwPopUpAlert .nwHeader h2 {padding-right: 40px; margin-bottom: 0; font-size: 20px; font-weight: bold;}

[data-popup] .nwPopUpAlert .nwContent {margin-top: 8px; padding-bottom: 1px; text-align: center; font-size: 20px; font-weight: bold;}
[data-popup] .nwPopUpAlert .nwContent .nwCouponBox {margin-top: 13px;}
[data-popup] .nwPopUpAlert .nwContent .nwCouponBox.subCopy + .sub {margin-top:25px; font-size: 16px; font-weight: normal; min-height: 75px;}

[data-popup] .nwPopUpAlert .nwFooter {margin-top: 40px;}

/* 팝업 common */
[data-popup] .nwFooter {padding-top: 24px; border-top: 1px solid #D9D9D9;}
[data-popup] .nwNoLine .nwFooter {border-top: none;}

[data-popup] .nwFooter .btnArea {display: flex; gap:15px; justify-content: center; margin-top: 0;}
[data-popup] .nwFooter .btnArea button {max-width: 290px; height: 56px;}

[data-popup] .nwPopUpAlert .nwFooter .btnArea button,
[data-popup] .nwW560 .nwFooter .btnArea button {max-width: 202px;}

[data-popup] .nwPopUpAlert .nwFooter {padding-top: 0; border-top: none;}
[data-popup] .nwPopUpAlert .nwFooter .btnArea button {height: 56px; width: 100%; font-size: 18px;}
[data-popup] .nwPopUpAlert .nwFooter .btnArea button + button {margin-left: 16px;}

[data-popup] .nwFooter .btnArea .btnW {border-color: #6A6A6A;}
[data-popup] .nwFooter .btnArea a.btnW {display:inline-flex;align-items: center; font-weight: bold;height:56px; justify-content: center;}
[data-popup] .nwFooter .btnArea .btnB {font-weight: bold;}

[data-popup] .nwTopBox {margin-bottom: 40px; padding:20px; border:1px solid #EDEDED; border-radius: 8px; background-color: #F8F8F8;}
[data-popup] .nwTopBox .txt {position: relative; padding-left: 24px; color: #525252}
[data-popup] .nwTopBox .txt:before {content: ""; position: absolute; top: 0; left: 0; width: 16px; height: 16px; margin: 4px 8px 0 0; background: url(/NWL/assets/images/pc/nwIconPoint.svg) 0 0 no-repeat;}
[data-popup] .nwTopBox .nwBtnArrow {margin-top: 8px;}

[data-popup] .nwTopText {margin-bottom: 40px;}
[data-popup] .nwTopText .tit {font-size: 24px; font-weight: bold; color: #161616;}
[data-popup] .nwTopText .txt {margin-top: 5px; color: #525252;}

[data-popup] .nwWrap input,
[data-popup] .nwWrap select,
[data-popup] .nwPopUp input,
[data-popup] .nwPopUp select {height: 48px;}
[data-popup] input[type="radio"],
[data-popup] input[type="checkbox"] {height: auto;}

[data-popup] .commentBox,
[data-popup] .commentBox p,
[data-popup] .commentBox span {position: relative; color: #525252; font-size: 14px; font-weight: 400;}
[data-popup] .commentBox.star,
[data-popup] .commentBox p.star,
[data-popup] .commentBox span.star {padding-left: 10px;}
[data-popup] .commentBox.star::before,
[data-popup] .commentBox p.star::before,
[data-popup] .commentBox span.star::before {content:"*"; position: absolute; left: 0;}
[data-popup] .commentBox strong {font-weight: 500;}
[data-popup] .commentBox strong + p,
[data-popup] .commentBox p + p {margin-top: 4px;}

[data-popup] .nwMessageBox + .commentBox {margin-top: 12px;}
[data-popup] .nwBgBox + .commentBox {margin-top: 8px;}

[data-popup] .nwBgBox {margin:14px 0 0; padding: 6px; border-radius: 11px; text-align: center; background-color: #F8F8F8;}
[data-popup] .nwBgBox span {position: relative; padding-left: 36px; font-weight: 500;}
[data-popup] .nwBgBox span:before {content: ''; position: absolute; top: 0; left: 0; width: 28px; height: 28px; background: url(/NWL/assets/images/pc/nwRountTel.svg) no-repeat 0 0/28px 28px;}

[data-popup] .nwMessageBox + .commentBox,
[data-popup] .nwBgBox + .commentBox {display: flex; flex-wrap: wrap; justify-content: center;}
[data-popup] .nwMessageBox + .commentBox span,
[data-popup] .nwBgBox + .commentBox span {display:inline-block; font-size: 16px; font-weight: 400;}

[data-popup] table {max-width: 700px;}

/* 팝업 - 장바구니 */
.nwCartAlertBox {margin-bottom: 13px;}
.nwCartAlertBox:before {display: block; content: ''; width: 56px; height: 56px; margin: 0 auto 26px; background: url(/NWL/assets/images/pc/nwCart.svg) 0 0/56px 56px no-repeat;}

/* 팝업 - 공유하기 */
.nwShareBox {display: flex; justify-content: space-between; margin-top: 13px;}
.nwShareBox div {width: 100%;}
.nwShareBox div + div {margin-left: 16px;}
.nwShareBox .shareBlock button {height: 56px; width: 100%; font-size: 18px; border-radius: 8px; background-color: #fff; color: #000; border: 1px solid #6A6A6A;}

.nwShareBox .shareBlock:before {display: block; content: ''; width: 64px; height: 64px; margin: 0 auto 16px;}
.nwShareBox .shareBlock.kakao:before { background: url(/NWL/assets/images/pc/nwShareKakao.png) 0 0/64px 63px no-repeat;}
.nwShareBox .shareBlock.url:before { background: url(/NWL/assets/images/pc/nwShareURL.svg) 0 0/64px 64px no-repeat;}

/* 팝업 - 찜상품 */
.nwLikeAlertBox {margin-bottom: 13px;}
.nwLikeAlertBox:before {display: block; content: ''; width: 56px; height: 56px; margin: 0 auto 26px; background: url(/NWL/assets/images/pc/nwCart.svg) 0 0/56px 56px no-repeat;}

/* 팝업 - 상담 신청 */
[data-popup] .inputAreaTit {display: flex; justify-content: space-between; margin-bottom: 7px;}
[data-popup] .inputAreaTit .tit {font-size: 18px; font-weight: bold; color: #161616;}
[data-popup] .inputAreaTit .txt {font-size: 14px; font-weight: 500; color: #EA3037;}

[data-popup] .commonInputArea .tr:last-child {padding-bottom: 0;}
[data-popup] .commonInputArea .tr .th {min-width:128px;}
[data-popup] .commonInputArea .tr .th h3 { font-size: 16px; font-weight: 500; color: #000; letter-spacing: -0.5px; }
[data-popup] .commonInputArea .tr .td {width: 100%;}
[data-popup] .commonInputArea .multiInput {display: flex; justify-content: space-between; width: 100%;}
[data-popup] .commonInputArea .multiInput input,
[data-popup] .commonInputArea .multiInput select {width: 100%;}
[data-popup] .commonInputArea [type="date"] {padding: 0 16px;}
[data-popup] .commonInputArea .multiInput input + select,
[data-popup] .commonInputArea .multiInput label + select,
[data-popup] .commonInputArea .multiInput select + input {margin-left: 12px;}

[data-popup] .enterTypeArea {display: flex; justify-content: space-between; width: 100%;}
[data-popup] .enterTypeArea .nwRadio.rect label,
[data-popup] .enterTypeArea .nwCheckbox.rect label {height:48px; min-height: 48px; padding: 11px 11px 13px 40px;}
[data-popup] .enterTypeArea .nwRadio.rect input:checked + label,
[data-popup] .enterTypeArea .nwCheckbox.rect input:checked + label {font-weight: 500;}
[data-popup] .enterTypeArea .nwRadio + .nwRadio {margin-left: 12px;}

[data-popup] .commonInputArea .tr .td .commentBox {margin-top: 8px;}

[data-popup] .btnAuthNumber {width: 100%; max-width: 133px; height: 48px; margin-left: 12px; font-size: 16px; font-weight: 500; border-color: #000;}
[data-popup] .btnAuthNumberBox {width: 100%; max-width: 133px; height: 48px; margin-left: 12px;}
[data-popup] .btnAuthNumberBox .btnAuthNumber {margin-left: 0;}

[data-popup] .agreeBox {margin-top:56px; padding: 16px; border:1px solid #D9D9D9; border-radius: 8px; background-color: #fff;}
[data-popup] .agreeBox .nwCheckbox {align-items:center}
[data-popup] .agreeBox + .agreeBox {margin-top: 12px;}
[data-popup] .agreeBox .nwCheckbox label {font-size: 16px; font-weight: 500;}
[data-popup] .agreeBoxInfo {margin-top:20px; font-size: 14px;}
[data-popup] .agreeBoxInfo.nwScroll {height: 80px;}
[data-popup] .agreeBoxInfo .tit {color: #525252;}
[data-popup] .agreeBoxInfo .txt {margin-top:12px; color: #525252;}
[data-popup] .agreeBoxInfo .txt:first-child {margin-top:0;}
[data-popup] .agreeBoxInfo .tit + .txt {margin-top: 0;}
[data-popup] .agreeBoxInfo .txt + .tit {margin-top: 32px;}

[data-popup] [data-nwfaq-click]{margin-left:auto;width:16px;height:16px;}
[data-popup] .nwTable + .commentBox {margin-top: 12px;}

/* 컬러 */
[data-popup] .nwProdOption .colorArea button{position:relative;width:32px;height:32px; border-radius: 20px;margin-left:0;overflow:hidden;}
[data-popup] .nwProdOption .colorArea button + button{margin-left:8px;}
[data-popup] .nwProdOption .colorArea button[data-prod-msg]{cursor: default;}
[data-popup] .nwProdOption .colorArea button[data-prod-msg]::before{content:"";position:absolute; left:0; top:50%; width:32px;height:2px;background-color: #fff; transform: translateY(-50%) rotate(-45deg);}

[data-popup] .nwProdOption .colorArea button::after{content:"";position:absolute; top:0;left:0;width:32px;height:32px;border:1px solid #00000050;border-radius: 20px;}
[data-popup] .nwProdOption .colorArea button em{position: absolute;width: 1px;height: 1px;clip: rect(0 0 0 0);overflow: hidden;}
[data-popup] .nwProdOption .colorArea button[aria-selected=true]::before{content:"";position:absolute;top:50%;left:50%; transform: translate(-50%,-50%); width:28px;height:28px; border:2px solid #fff; border-radius: 14px; background: url(/NWL/assets/images/pc/nwBgColorCheck.svg) center center no-repeat;}
[data-popup] .nwProdOption .gu {padding: 0; margin: 8px 0 0;}
[data-popup] .nwProdOption .gu::before {display: none;}

/* 캡챠 */
[data-popup] .nwCaptcha {padding: 20px 0; width: 100%; border-top: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9;}
[data-popup] .nwCaptcha .codeInfo {margin-bottom: 12px;}
[data-popup] .nwCaptcha .nwCaptchaBox {margin: 12px 0; display: flex;}
[data-popup] .nwCaptcha .nwCaptchaBox .codeL label {cursor: default;}
[data-popup] .nwCaptcha .nwCaptchaBox .codeR {margin-left: 12px;}
[data-popup] .nwCaptcha .nwCaptchaBox .codeR a {display: inline-block; width: 48px; height: 48px; border: 1px solid #D9D9D9; border-radius: 8px; background: url(/NWL/assets/images/pc/nwCaptchaReload.svg) 50% 50% no-repeat; padding: 0; margin: 0;}

/* 팝업 - 상담 신청 완료 */
[data-popup] .nwTopEnd {text-align: center;}
[data-popup] .nwTopEnd .top:before {display: block; content: ''; width: 56px; height: 56px; margin: 0 auto 12px; background: url(/NWL/assets/images/pc/nwCompleted.svg) 0 0/56px 56px no-repeat;}
[data-popup] .nwTopEnd .top p {font-size: 24px; font-weight: bold;}
[data-popup] .nwTopEnd .txt {margin-top: 8px; color: #525252;}
[data-popup] .nwTopEnd .top + .txt {margin-top: 13px;}
[data-popup] .nwTopEnd .txt strong {font-weight: 500; color: #000;}

[data-popup] .nwPopUpBox {margin-top: 32px; padding: 20px; border: 1px solid #D9D9D9; border-radius: 8px;}
[data-popup] .nwPopUpBox + .nwPopUpBox {margin-top: 12px;}
[data-popup] .nwPopUpBox + .commentBox {margin-top: 16px;}

[data-popup] .nwOrderHistory .tr {display: flex; justify-content: start;}
[data-popup] .nwOrderHistory .tr + .tr {margin-top: 8px;}
[data-popup] .nwOrderHistory .th {position:relative; color: #525252; padding-left: 8px; width: 145px;}
[data-popup] .nwOrderHistory .th::before{content:"·"; position: absolute; left: 0;}
[data-popup] .nwOrderHistory .td {margin-left: 12px; font-weight: 500; color: #000;}

[data-popup] .informationBox {margin-top: 20px;}
[data-popup] .informationBox h3 {font-size: 16px; font-weight: bold; color: #161616;}
[data-popup] .informationBox .timeBox {display: flex; margin-top: 12px; font-size: 14px; color: #000;}
[data-popup] .informationBox .timeBox .t {position:relative; padding-left: 10px; font-weight: 500;}
[data-popup] .informationBox .timeBox .t::before {content: ""; position: absolute; top:calc(50% - 2px); left: 0; width: 4px; height: 4px; border-radius: 50%; background-color: #000;}
[data-popup] .informationBox .timeBox .d + .t {margin-left: 32px;}
[data-popup] .informationBox .timeBox .d {position: relative; margin-left: 10px; padding-left: 10px;}
[data-popup] .informationBox .timeBox .d::before {content: "|"; position: absolute; top:2px; left: 0; font-size: 12px;}

[data-popup] .informationBox .commentBox {margin-top: 8px;}

/* 팝업 - 이동전화 사기판매 주의 안내 */
[data-popup]#fraudSalePop .nwContent {margin-top: 30px;}
[data-popup] .nwFraudInfo .tit {font-weight: 500;}
[data-popup] .nwFraudInfo .txt {margin-top: 4px; padding-left: 12px; font-size: 14px; color: #525252;}
[data-popup] .nwFraudInfo .txt + .tit {margin-top: 20px;}

#fraudSalePop .infoImg {margin-top: 32px; padding: 20px; border: 1px solid #D9D9D9; border-radius: 8px;}
#fraudSalePop .infoImg li + li {margin-top: 20px;}
#fraudSalePop .infoImg li {display: block;}
#fraudSalePop .point_red {margin-top:20px;}

/* 팝업 - 홈페이지 인증 안내 */
[data-popup] .nwContent.nwScroll .homePageIdBox {width: 620px; margin: 0 auto;}
.homePageIdBox .commonInputArea .tr .th {min-width: 136px;}

/* 팝업 - KT닷컴 모바일 상품권 */
[data-popup] .nwPopUp .nwTable02 .checkboxGift {width: 20px; height: 20px; border-radius: 4px; box-sizing: border-box; background: url(/NWL/assets/images/pc/nwCheckbox_off.svg) 0 0/20px auto no-repeat; cursor: pointer;}
[data-popup] .nwPopUp .nwTable02 .checkboxGift:checked {background-image: url(/NWL/assets/images/pc/nwCheckbox_on.svg);}
[data-popup] .nwPopUp .nwTable02 .nwChickIcon {width: 24px; height: 24px;}

.nwMobileGiftCard_info {margin-top: 40px; padding-top: 20px; border-top: 1px solid #D9D9D9;}
.nwMobileGiftCard_info .titleArea {position: relative; display: flex; align-items: center; margin-bottom: 20px;}
.nwMobileGiftCard_info .titleArea strong {font-size: 18px; font-weight: bold;}
.nwMobileGiftCard_info .titleArea button {width: 20px; height: 20px; background-size: 20px auto;}

.nwMobileGift_info {margin-top: 40px; padding-top: 20px; border-top: 1px solid #D9D9D9;}
.nwMobileGift_info .titleArea {position: relative; display: flex; align-items: center; margin-bottom: 20px;}
.nwMobileGift_info .titleArea strong {font-size: 18px; font-weight: bold;}

.nwTableTotal {padding: 10px 35px; border-bottom: 1px solid #D9D9D9; text-align: right; font-weight: bold;}
.nwTableTotal strong {margin-left: 12px;}
.nwTableTotal strong em {position: relative; top: 2px; font-size: 24px; margin-right: 2px; color: #000;}

.nwMobileGift_serial button {width: 100%; max-width: 156px; height: 48px; margin-left: 12px; font-size: 16px; font-weight: 500; border-color: #000;}
.nwMobileGift_serial + .nwMobileGift_info {margin-top: 32px; padding-top: 32px;}

/* 팝업 - 복지할인 혜택 제공 */
.nwWelfBox > ul > li {display: flex;}
.nwWelfBox > ul > li + li {margin-top: 24px; padding-top: 24px; border-top: 1px solid #D9D9D9;}

.nwWelfBox li .person {min-width: 248px; padding-left: 52px; background: url(/NWL/assets/images/pc/nwWelf.svg) no-repeat 0 0; background-size: 40px auto;}
.nwWelfBox li .person strong {font-size: 24px; font-weight: bold;}
.nwWelfBox li .person span {display: block; margin-top: 3px;}

.nwWelfBox li .cont ul {margin-top: 12px;}
.nwWelfBox li .cont li {position: relative; padding-left: 10px; margin-top: 4px; color: #525252;}
.nwWelfBox li .cont li:before {content: "-"; position: absolute; top: 0; left: 0;}
.nwWelfBox li .cont strong {display: inline-block; line-height: 22px; padding: 0 6px; border: 1px solid #FFADAE; border-radius: 4px;; font-size: 12px; font-weight: 500; color: #EA3037;}

/* 팝업 - 번호이동 사전동의 안내 */
[data-popup] .nwContent.nwScroll > div.nwNumberChangeInfo {width: 620px; margin: 0 auto;}
[data-popup] .nwNumberChangeInfo .nwTopEnd .top:before {display: none;}
[data-popup] .nwNumberChangeInfo .nwTopEnd .top + .txt {margin-top: 9px;}

[data-popup] .nwNumberChangeInfo .nwPopUpBox {margin-top: 20px;}
[data-popup] .nwNumberChangeInfo .subMsgLine {margin-top: 0;}
[data-popup] .nwNumberChangeInfo .subMsgLine li {margin-bottom: 8px;}

[data-popup] .nwAgreeBox {margin-top: 32px; text-align: center;}
[data-popup] .nwAgreeBox .agreeBadge span {display:inline-block; line-height: 26px; padding: 0 8px; border: 1px solid #FFADAE; border-radius: 4px; font-size: 14px; font-weight: 500; color: #EA3037;}

[data-popup] .nwAgreeBox .agreeStepBox .tit {margin-top: 8px; font-size: 18px;font-weight: 500;}
[data-popup] .nwAgreeBox .agreeStepBox ol {margin-top: 25px; display: flex; justify-content: center;}
[data-popup] .nwAgreeBox .agreeStepBox li {position:relative; padding-top: 104px; line-height: 1.2; min-width: 96px;}
[data-popup] .nwAgreeBox .agreeStepBox li + li {margin-left: 32px;}
[data-popup] .nwAgreeBox .agreeStepBox li + li:before {content: ''; position: absolute; top: 36px; left: -24px; width: 16px; height: 16px; background: url(/NWL/assets/images/pc/nwPageNext.svg) no-repeat 0 0; background-size: 16px auto;}

[data-popup] .nwAgreeBox.agreeSNS .agreeStepBox li:nth-child(1) {background: url(/NWL/assets/images/pc/nwAgree_mms1.png) no-repeat 50% 0; background-size: 96px 96px;}
[data-popup] .nwAgreeBox.agreeSNS .agreeStepBox li:nth-child(2) {background: url(/NWL/assets/images/pc/nwAgree_mms2.png) no-repeat 50% 0; background-size: 96px 96px;}
[data-popup] .nwAgreeBox.agreeSNS .agreeStepBox li:nth-child(3) {background: url(/NWL/assets/images/pc/nwAgree_mms3.png) no-repeat 50% 0; background-size: 96px 96px;}

[data-popup] .nwAgreeBox.agreeARS .agreeStepBox li:nth-child(1) {background: url(/NWL/assets/images/pc/nwAgree_ars1.png) no-repeat 50% 0; background-size: 96px 96px;}
[data-popup] .nwAgreeBox.agreeARS .agreeStepBox li:nth-child(2) {background: url(/NWL/assets/images/pc/nwAgree_ars2.png) no-repeat 50% 0; background-size: 96px 96px;}
[data-popup] .nwAgreeBox.agreeARS .agreeStepBox li:nth-child(3) {background: url(/NWL/assets/images/pc/nwAgree_ars3.png) no-repeat 50% 0; background-size: 96px 96px;}

[data-popup] .nwNumberChangeInfo .arsPhoneList {position: relative;}
[data-popup] .nwNumberChangeInfo .arsPhoneList button{width:100%; font-weight: bold; line-height:64px; border: 1px solid #D9D9D9; border-radius: 8px; text-align:left;padding-left:20px;background-color: #fff; }
[data-popup] .nwNumberChangeInfo .arsPhoneList button:after{position:absolute; top:50%;right:20px;transform: translateY(-50%) rotate(90deg); transition: transform ease 0.5s; content:""; width:20px;height:20px;background:url(/NWL/assets/images/pc/nwArrowRright_02.svg) center center/20px auto  no-repeat}
[data-popup] .nwNumberChangeInfo .arsPhoneList button.down:after{transform: translateY(-50%) rotate(270deg)}
[data-popup] .nwNumberChangeInfo .arsPhoneList div{display:none;position:absolute;top:75px;width:100%;padding:10px 25px; line-height: 35px; border-radius: 8px;border: 1px solid #D9D9D9;background-color:#fff; color:#666; z-index: 1;}
[data-popup] .nwNumberChangeInfo .arsPhoneList div span {display: block; line-height: 30px; font-size: 14px; color: #525252;}
[data-popup] .nwNumberChangeInfo .arsPhoneList div a {color: #525252;}

[data-popup] .nwNumberChangeInfo .arsPhoneList ~ .nwPopUpBox {margin-top: 12px;}

/* 팝업 - 기기변경 유의 사항 확인 */
[data-popup] .nwDevideChange h3 {font-size: 16px; font-weight: 500;}
[data-popup] .nwDevideChange h4 {font-size: 14px; font-weight: 500; margin-top: 10px;}
[data-popup] .nwDevideChange .dcLIst + h3 {margin-top: 20px;}
[data-popup] .nwDevideChange .dcLIst {margin-top: 4px;}
[data-popup] .nwDevideChange .dcLIst li {position: relative; margin-top: 4px; color: #525252; padding-left: 10px; font-size: 14px;}
[data-popup] .nwDevideChange .dcLIst li::before {content: '•'; position: absolute; top: 0; left: 0;}

[data-popup] .nwDevideChange .dcLIst ul {margin: 4px 0 0 10px;}
[data-popup] .nwDevideChange .dcLIst ul li::before {content: '-';}

[data-popup] .nwDevideChange + .commentBox {margin: 30px 0 0;}

/* 팝업 - 스마트기기 요금할인 안내 */
[data-popup] .nwSmartGuide h3 {font-size: 16px; font-weight: 500;}
[data-popup] .nwSmartGuide p {margin-top: 4px; font-size: 14px; color: #525252;}
[data-popup] .nwSmartGuide p + h3 {margin-top: 20px;}

[data-popup] .nwSGTab {margin: 50px 0 16px;}
[data-popup] .sgTab {display: flex; margin-bottom: 24px;}
[data-popup] .sgTab button {position:relative; width: 100%; border-radius: 0; height: 40px; font-size: 18px; font-weight: normal; color: #757575;}
[data-popup] .sgTab button::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #D9D9D9;}
[data-popup] .sgTab button.current {font-weight: bold; color: #000;}
[data-popup] .sgTab button.current::after {height: 2px; background-color: #000;}
[data-popup] .sgTab button + button {margin: 0;}

[data-popup] .nwSGTab thead tr:nth-child(1) th:first-child {border-bottom: 1px solid #D9D9D9;}
[data-popup] .nwSGTab thead tr:nth-child(2) th {border-top: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9; border-left: 1px solid #D9D9D9;}

[data-popup] .nwSGTab tbody td:first-child {font-weight: 500; background-color: #F8F8F8;}

/* 팝업 - 군인 - 구비서류 제출방법 */
[data-popup] .documentStep {margin: 32px 40px 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
[data-popup] .documentStep .dsBox {width: calc((50% - 10px)); margin-bottom: 32px; text-align: center;}
[data-popup] .documentStep .dsBox .dsStepBadge span {display: inline-block; height: 28px; line-height: 26px; padding: 0 8px; border: 1px solid #FFADAE; border-radius: 4px; font-size: 14px; font-weight: 500; color: #EA3037; text-transform: uppercase ;}
[data-popup] .documentStep .dsBox .dsTxt {margin-top: 4px; font-weight: 500;}
[data-popup] .documentStep .dsBox .dsImg {margin-top: 16px;}

[data-popup] .documentStep .dsBox:nth-child(n+3) .dsTxt {min-height: 48px;}

/* 팝업 - 리패키징폰 구매 시 유의사항/이벤트 유의사항 */
[data-popup] .agreeConfirmWrap {text-align: left; font-weight: normal;}
[data-popup] .agreeConfirmWrap .confirmCheckBox {margin: 10px 0;}
[data-popup] .agreeConfirmWrap .agreeContBox {padding: 20px; border: 1px solid #D9D9D9; border-radius: 8px; font-size: 14px;}
[data-popup] .agreeConfirmWrap .agreeContBox .titBox {font-weight: bold;}
[data-popup] .agreeConfirmWrap .agreeContBox .agreeScrollBox  {margin-top: 20px;}
[data-popup] .agreeConfirmWrap .agreeContBox .agreeScrollBox .agreeInner * {color: #525252;}
[data-popup] .agreeConfirmWrap .agreeContBox .agreeScrollBox li + li {margin-top: 10px;}

/* 팝업 - 부정가입 경고 */
[data-popup] .nwMessageBox + .contBox {margin:20px 0;}
[data-popup] .contBox {padding: 20px; border: 1px solid #D9D9D9; border-radius: 8px; font-size: 14px;}
[data-popup] .contBox .titBox {font-weight: bold; margin-bottom: 10px;}
[data-popup] .contBox .agreeInner * {color: #525252;}
[data-popup] .contBox .agreeInner li + li {margin-top: 10px;}
[data-popup] .contBox .agreeInner li {position: relative; padding-left:15px;}
[data-popup] .contBox .agreeInner li::before {content: "·"; position: absolute; top: 0; left: 3px;font-weight: 800; font-size:15px; color: #000;}

/* 팝업 - 요고 프로모션 동의 팝업 */
#yogoPromAgreePop .confirmCheckBox {margin-top: 20px;}

/* 팝업 - 법인 */
#OnlineForm .nwPopUp {width: 100%;border-radius: 0;height: 100%;max-width: 100%;max-height: 100%;}
#OnlineForm .nwContent.nwScroll {width:100%;margin:0;text-align: center;height: 100%;padding: 0;}
#OnlineForm .nwPopUp iframe {width: 100%;height: 100%;margin: 0 auto;}

/* 은행/증권사 선택*/
#selectAutoCompany .nwContent.nwScroll { height: calc(100vh - 400px);}
#selectAutoCompany .tabArea{display:flex;margin:0 40px 24px;}
#selectAutoCompany .tabArea button{position:relative;height:56px;width:50%;font-size:18px; font-weight: normal;color:#757575;margin:0;}
#selectAutoCompany .tabArea button:after{content:"";position:absolute;bottom:0; left:0; width:100%; height:1px;background-color: #d9d9d9;}
#selectAutoCompany .tabArea button.current{font-weight: bold;color:#000}
#selectAutoCompany .tabArea button.current:after{height:2px;background-color: #000;}
#selectAutoCompany .select-area-auto {display:flex; flex-wrap: wrap;gap:32px;padding:1px;}
#selectAutoCompany .select-area-auto > a{border:0; width:calc((100% - 96px) / 4);height: auto; line-height: normal;}
#selectAutoCompany .select-area-auto a[class*="f-"]{padding:5px;text-align:center;color:#757575;font-weight: normal;}
#selectAutoCompany .select-area-auto a[class*="f-"].current{color:#000; font-weight: bold;}
#selectAutoCompany .select-area-auto > a:before{position:relative;left:inherit;top:inherit; display:block;margin:0 auto 8px;}

/******************** 사은품 정보 팝업 ********************/
.selectBenefit .nwRadio {height:auto !important; min-height: 210px;}
.selectBenefit .nwRadio .name .nameBox {position: relative; height: 70px; width: 100%; overflow: hidden;}
.selectBenefit .nwRadio .name .nameBox span {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: auto; width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.nwFreebiesPop,
.nwRadio label span.nwFreebiesPop {display: block; margin:3px 0 10px; width: 100%; text-align: center; }

.freebiesContent {text-align: center;}
.freebiesContent .prod img {width: auto; max-width: 100% !important; display: block; margin: 0 auto;}
.freebiesContent .prodInfo {display:block; margin:20px 0; text-align: left;}
.freebiesContent .prodInfo .prodName {font-size: 18px; font-weight: bold; color: #161616;}
.freebiesContent .prodInfo .prodText {margin-top: 20px;}
.freebiesContent .prodInfo .prodText .tit {margin-bottom: 10px; font-size: 14px; font-weight: bold;}
.freebiesContent .prodInfo .prodText .prodBenafit,
.freebiesContent .prodInfo .prodText ul {margin-top: 10px;}
.freebiesContent .prodInfo .prodText .prodBenafit li,
.freebiesContent .prodInfo .prodText li {position: relative; padding-left: 10px; font-size: 14px; color: #525252;}
.freebiesContent .prodInfo .prodText .prodBenafit li::before,
.freebiesContent .prodInfo .prodText li::before {content: ''; position: absolute; top: 9px; left: 0; width: 3px; height: 3px; border-radius: 50%; background-color: #525252;}
.freebiesContent .prodInfo .prodText .prodBenafit li + li,
.freebiesContent .prodInfo .prodText li + li {margin-top: 10px;}

.freebiesContent .freebiesTable {margin-top: 50px;}
.freebiesContent .freebiesTable .board_list {table-layout: fixed; width: 100%; border-top: 2px solid #939393;}
.freebiesContent .freebiesTable .board_list tbody th {height: 40px; color: #000; font-size: 14px; font-weight: normal; border-bottom: 1px solid #cacaca !important; background-color: #f9f9f9; padding: 0 40px; text-align: left;}
.freebiesContent .freebiesTable .board_list tbody td {color: #505050; font-size: 14px; text-align: left; border-bottom: 1px solid #cacaca !important; padding: 0 40px;}
/******************** //사은품 정보 팝업 ********************/ 

/********************* 빠른 기변용 *********************/
[data-popup="dcPopup"] .nwPopUp{width:auto;}
[data-popup="dcPopup"] .nwContent.nwScroll{width:464px;padding:0 40px 4px;margin:0;height:auto;max-height: 70vh;}
[data-popup="dcPopup"] .nwFooter .btnArea button{width:auto;height:54px;border-radius: 27px;padding:0 30px;}
[data-popup="dcPopup"]#popupCouponpack .sale{width:100%;margin-bottom: 24px;}
[data-popup="dcPopup"]#popupCouponpack .sale label{display:flex; align-items: center; padding:10px; border-radius: 8px; border: 1px solid #d9d9d9;}
[data-popup="dcPopup"]#popupCouponpack .sale img{width:60px;margin-right:20px;}
[data-popup="dcPopup"]#popupCouponpack .starbuksImg {margin-top: 16px; width: 100%;}
[data-popup="dcPopup"]#popupCouponpack .starbuksImg img {width: 100%;}

[data-popup="dcPopup"]#popupCouponpack ul{display:flex; flex-wrap: wrap; gap:8px;margin-top: 16px;}
[data-popup="dcPopup"]#popupCouponpack ul li{position: relative;;min-height:67px;width:calc(50% - 4px);}
[data-popup="dcPopup"]#popupCouponpack ul input[type=radio]{position:absolute;width:1px;height:1px;opacity: 0;}
[data-popup="dcPopup"]#popupCouponpack ul input[type=radio]:checked + label{outline: 1px solid #000; border-color:#000;}
[data-popup="dcPopup"]#popupCouponpack ul input[type=radio]:disabled + label{ opacity: 0.5; pointer-events: none;}
[data-popup="dcPopup"]#popupCouponpack ul label{display:flex;flex-direction: column;align-items: center; justify-content: start;padding:10px; border:1px solid #d9d9d9;height:100%; width:188px;border-radius: 8px;}
[data-popup="dcPopup"]#popupCouponpack ul label img{height: 40px !important;margin-bottom: 8px;}
[data-popup="dcPopup"]#popupCouponpack ul label strong { margin-bottom: 4px; text-align: center; font-size: 14px; font-weight: 500; color:#525252; }
[data-popup="dcPopup"]#popupCouponpack ul label strong .tipArea { position: relative; top: 3px; display: inline; }
[data-popup="dcPopup"]#popupCouponpack ul label span{font-size:14px;color:#525252; text-align: center;}

[data-popup="dcPopup"]#popupCouponpack .rateDis{margin-top: 16px; position: relative;width: 100%;}
[data-popup="dcPopup"]#popupCouponpack .rateDis input[type=radio]{position:absolute;width:1px;height:1px;opacity: 0;}
[data-popup="dcPopup"]#popupCouponpack .rateDis input[type=radio]:checked + label{outline: 1px solid #000; border-color:#000;}
[data-popup="dcPopup"]#popupCouponpack .rateDis input[type=radio]:disabled + label{ opacity: 0.5; pointer-events: none;}
[data-popup="dcPopup"]#popupCouponpack .rateDis label{display:flex;flex-direction: column;align-items: center; justify-content: start;padding:10px; border:1px solid #d9d9d9;height:100%; width:100%;border-radius: 8px;}
[data-popup="dcPopup"]#popupCouponpack .rateDis label img{height: 40px !important;margin-bottom: 8px;}
[data-popup="dcPopup"]#popupCouponpack .rateDis label strong { margin-bottom: 4px; text-align: center; font-size: 14px; font-weight: 500; color:#525252; }
[data-popup="dcPopup"]#popupCouponpack .rateDis label strong .tipArea { position: relative; top: 3px; display: inline; }
[data-popup="dcPopup"]#popupCouponpack .rateDis label span{font-size:14px;color:#525252; text-align: center;}

[data-popup="dcPopup"]#popupCouponpack .nwlToolTipShow.center{width:190px;word-break:break-all;}

[data-popup="dcPopup"] .giftList{display:flex; flex-wrap: wrap; gap:8px;margin-top: 16px;}
[data-popup="dcPopup"] .giftList li{position: relative;;min-height:67px;width:calc(50% - 4px);}
[data-popup="dcPopup"] .giftList input[type=radio]{position:absolute;width:1px;height:1px;opacity: 0;}
[data-popup="dcPopup"] .giftList input[type=radio]:checked + label{outline: 1px solid #000; border-color:#000;}
[data-popup="dcPopup"] .giftList input[type=radio]:disabled + label{ opacity: 0.5; pointer-events: none;}
[data-popup="dcPopup"] .giftList label{display:flex;flex-direction: column;align-items: center; justify-content: start;padding:10px; border:1px solid #d9d9d9;height:100%; width:188px;border-radius: 8px;}
[data-popup="dcPopup"] .giftList label strong { margin-bottom: 4px; text-align: center; font-size: 14px; font-weight: 400; color:#525252; }
[data-popup="dcPopup"] .giftList label strong .tipArea { position: relative; top: 3px; display: inline; }
[data-popup="dcPopup"] .giftList label span{font-size:14px;color:#525252; text-align: center;}
[data-popup="dcPopup"] .giftList label .nwPlus{margin:0 0 5px 0; font-size: 14px; z-index: 10;}
[data-popup="dcPopup"] .giftList label img{max-width: 140px;max-height: 88px;margin-bottom:25px; height:auto !important}

[data-popup="dcPopup"] .giftList label .nameBox {position: relative; height: 60px; width: 100%; overflow: hidden; margin-bottom: 4px;}
[data-popup="dcPopup"] .giftList label .nameBox span {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: auto; width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/* KT쿠폰팩 본인인증 약관영역 */
.terms-division #popup-jibpack{display:block;position:static;}
.terms-division #popup-jibpack header,
.terms-division #popup-jibpack .order-bottom,
.terms-division #popup-jibpack .close{display:none}

/* 모바일 상품권 */
#popup-mobile-gift-card .nwContent.nwScroll{height: calc(100vh - 393px);}
#popup-mobile-gift-card .nwFooter{border-top:2px solid #000}
#popup-mobile-gift-card .nwFooter .nwTableTotal{position:relative;padding:0;margin-bottom:20px;border-bottom:0;}
#popup-mobile-gift-card .nwFooter .nwTableTotal .title{position:absolute;padding:0;margin:0;left:0;bottom:0;font-size:18px;}

/* 1.안면인증 동의팝업, 2.안면인증 미완료 팝업, 3.안면인증 안내 팝업, 4.안면인증 자주하는질문 load */
[id*="popup-faceFath"] .popup-content{padding:0;margin:0;}
[id*="popup-faceFath"] .popup-content img{max-width:100%}
[id*="popup-faceFath"] .popup-content img{max-width:100%}
[id*="popup-faceFath"] .facefathCont{text-align:center;}
[id*="popup-faceFath"] .btn-close:not([nw-close]){display:none;}
[id*="popup-faceFath"] .nwContent.nwScroll{height:auto;max-height:calc(100vh - 343px)}
[id*="popup-faceFath"] .nwContent.nwScroll,
[id*="popup-faceFath"] .nwContent.nwScroll > div{width:auto;}
[id*="popup-faceFath"]:not(#popup-faceFathNotice) .nwContent.nwScroll{margin:0;}
#popup-faceFathCert .nwPopUp{width:500px}
#popup-faceFathQna .facefathQna{padding:0 30px;background-color:#f8f8f8;font-size:26px;}
#popup-faceFathCertRe .nwPopUp{width:500px}
#popup-faceFathCertRe .nwHeader h1, #popup-faceFathCertRe .nwHeader h2{display:none;}
#popup-faceFathCertRe .nwFooter{display:none}
#popup-faceFathCertRe .popup-content{text-align:center;padding-left:40px;padding-right:40px;}
#popup-faceFathCertRe .cont-item{margin-bottom:28px;padding-bottom:32px;border-bottom:1px solid #d9d9d9;}
#popup-faceFathCertRe .cont-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none;}
#popup-faceFathCertRe .btnBotArea{margin-top:24px}
#popup-faceFathCertRe .btnBotArea button{font-weight:600;}
#popup-faceFathCertRe .retry .cont-tit{display:block;font-size:24px;margin-bottom:40px;line-height:1.4;color:#fe2e36}
#popup-faceFathCertRe .retry .cont-tit:before{content:'';display:block;width:56px;height:56px;margin:0 auto 16px;background:url('/NWL/assets/images/pc/nwRetry.svg') no-repeat 0 0 / 100% auto;vertical-align:middle;}
#popup-faceFathCertRe .retry .cont-desc{font-size:20px;color:#000;font-weight:700;}
#popup-faceFathCertRe .myshop .cont-desc{font-size:18px;color:#000;font-weight:500;margin-bottom:20px;}
#popup-faceFathCertRe .myshop .cont-desc-sm{display:inline;font-size:14px;color:#FE2E36;background-color:#FFF5F5}
