@charset "utf-8";
/* popup setting*/
[popup-type] {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2500;
    word-break: keep-all;
    display: none;
    background-color: hsla(0, 0%, 0%, 0.314);
    transition: all 0.5s ease;
}
[popup-type] .popupArea {
    background-color: #fff;
}
[popup-type] .popupClose {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    background: url(/NWR/assets/images/pc/btn_popup_close.svg) center center no-repeat;
}
[popup-type] .nwHeader {
    height:100px;
}
[popup-type] .nwHeader h2 {
    margin: 0;
    line-height: 32px;
    font-size: 24px;
    font-weight: 600;
}
[popup-type] .nwHeader h2 .txt{padding:0 6px;font-size:15px;}

[popup-type] .tab {
    position: sticky;
    top: 0;
    display: flex;
    padding:0 40px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    font-size: 13px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    z-index: 2;
}
[popup-type] .tab::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
    z-index: -1;
}
[popup-type] .tab button {
    position: relative;
    padding:11px 0;
    font-size: 18px;
    color: #757575;
    margin-right: 40px;
}
[popup-type] .tab button.selected {
    font-weight: bold;
    color: #000;
}
[popup-type] .tab button.selected:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
}

/* table */
[popup-type] .tableScroll {
    overflow-x: auto;
}
[popup-type] table {
    clear: both;
    border-collapse: initial !important;
    width: 100%;
    border-spacing: 0;
    word-break: break-word;
    table-layout: fixed;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
[popup-type] table th,
[popup-type] table td {
    padding: 12px 5px;
    text-align: center;
    font-size:16px;
}
[popup-type] table th {
    border-left: 1px solid #D9D9D9;
    background-color:#F8F8F8;
    font-weight: 500;
}
[popup-type] table td {
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    color: #525252;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
[popup-type] table th:first-child,
[popup-type] table td:first-child {
    border-left: none;
}
[popup-type=full] .popupArea {
    position:absolute;
    left:50%;
    top:50%;
    bottom:80px;
    width: 780px;
    height: calc(100% - 40px);
    max-height: unset;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}
[popup-type=full] h2 {
    padding: 40px 80px 0 40px;
    color: #000;
}
.tabPopup[popup-type=full] .nwHeader{
    height:86px;
}
[popup-type=full] .tipArea .tipCont h2 {
    height: auto;
    padding: 0;
}
[popup-type=full] .nwContent {
    overflow-y: auto;
    padding:1px 40px 40px;
    height: calc(100% - 100px - 108px)
}
.tabPopup[popup-type=full] .nwContent{
    padding:0;
    height: calc(100% - 86px - 108px)
}
[popup-type=full] .tab {
    height: 56px;
}
[popup-type=full] .nwFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 24px 0 0 0 ;
    height: 108px;
    border-top: 1px solid #d9d9d9;
    z-index: 1;
}
[popup-type=bottom] .nwlHeader h2 {
    padding-top: 10px;
}
[popup-type=bottom] .popupArea {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
[popup-type] .tabContent {
    padding: 24px 40px;
    overflow-y: auto;
}
[popup-type="bottom"] .nwFooter {
    padding: 16px 20px;
    box-shadow: #00000010 0 -2px 4px;
}
[popup-type="center"] .popupArea {
    position: absolute;
    top: 50%;
    left: 50%;
    width:500px;
    transform: translate(-50%,-50%);
    padding: 72px 40px 40px;
    border-radius: 24px;
}
[popup-type="center"] .nwFooter {
    margin-top: 53px;
}
[popup-type="center"] .msgBig {
    padding-top: 13px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}
[popup-type].likeCart .popupArea{
    width:500px;
}
[popup-type="center"] .msgBig span {
    font-size: inherit;
    font-weight: inherit;
}
[popup-type].likeCart .msgBig,
[popup-type].likeAlert .msgBig {
    padding-top: 82px;
    background: url(/NWR/assets/images/pc/icon_msg_like.svg) no-repeat 50% 0;
}
[popup-type].likeCart .msgBig {
    background: url(/NWR/assets/images/pc/icon_msg_cart.svg) no-repeat 50% 0;
}
[popup-type] .msgSub {
    text-align: center;
    font-size: 16px;
    color: #525252;
    line-height: 24px;
}
[popup-type] .msgBig+.msgSub {
    margin-top: 25px;
}
[popup-type="center"] .btnArea {
    justify-content: center;
}
[popup-type] .btnArea button {
    width: 290px;
    height: 56px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
[popup-type] .btnArea button .btnWhite{
    font-weight: 500;
}
[popup-type] .btnArea a {
    line-height: 56px;
}
[popup-type="center"] .btnArea button {
    width:202px;
}
[popup-type="center"] .btnArea.two button {
    width:100%;
}
[popup-type="center"] .popupClose{
    top: 40px;
    right:40px;
    width:24px;
    height:24px;
}

/* 버튼 초기화 */
.btnArea .reset {
    display: flex;
    align-items: center;
    width: auto;
}
.btnArea .reset:disabled {
    opacity: 0.5;
    background: none;
}
.btnArea .reset:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(/NWR/assets/images/pc/btn_reset.svg) center center no-repeat
}
.nwFooter .btnArea {
    justify-content: center;
}
.nwFooter .btnArea .btnBlack:disabled {
    opacity: 0.5;
    font-weight: 400;
}

/* 출동비 안내 */
#popupDispatchFee .msgBig{
    margin-bottom:33px;
    font-size:24px;
    font-weight: 600;
    text-align:center;
}
#popupDispatchFee .msgInfo {
    margin-top: 20px;
}
#popupDispatchFee .msgInfo dl + dl {
    margin-top: 20px;
}
#popupDispatchFee .msgInfo dt,
#popupDispatchFee .msgInfo dd > p {
    font-size: 14px;
}
#popupDispatchFee .msgInfo dt {
    font-weight: bold;
}
#popupDispatchFee .msgInfo dd {
    margin-top: 10px;
    padding-left: 20px;
}
#popupDispatchFee .msgInfo .msg {
    padding-left: 20px;
}
#popupDispatchFee .msgInfo .msg li span {
    font-size: inherit;
    text-decoration: underline;
}

/* 유무선 결합 할인(총액 결합 할인) */
#popupCombination .msgSub {
    text-align: right;
    margin-bottom: 10px;
}
#popupCombination table {
    margin-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}
#popupCombination th,
#popupCombination td {
    font-size: 14px !important;
}
[popup-type]#popupCombination table th {
    border-top: 1px solid #D9D9D9;
}
[popup-type]#popupCombination table th:last-child,
[popup-type]#popupCombination table td:last-child {
    border-right: 1px solid #D9D9D9;
}
[popup-type]#popupCombination table th:first-child,
[popup-type]#popupCombination table td:first-child {
    border-left: 1px solid #D9D9D9;
}
#popupCombination .point {
    color: #EA3037;
}

/* easy */
#poupupEasy[popup-type] .popupArea {
    border-radius: 24px;
    overflow:hidden;
    border:12px solid #09155C;
    border-top:0;
    border-bottom:0;
    background-color: #09155C;
}
#poupupEasy .nwHeader{
    height:132px;
    border:0;
    background:#09155C url(/NWR/assets/images/pc/h2_easy.gif) 0 50% no-repeat;
    margin:0 -12px;
}
#poupupEasy h2{
    position: absolute;
    top: 36px;
    left: 23px;
    justify-content: left;
    padding:0;
    width: 191px;
    height: 66px;
}
#poupupEasy h2:focus,
#poupupEasy [popup-close]:focus{
    outline: 1px dotted #fff !important;
}
#poupupEasy .popupClose{
    top:23px;
    right:20px;
    background-image:url(/NWR/assets/images/pc/btn_popup_close_w.svg)
}
#poupupEasy[popup-type=full] .nwContent {
    overflow-y: auto;
    overflow-x:hidden;
    height: 100%;
    padding:20px 28px 32px 28px;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
}
#poupupEasy[popup-type=full] .nwFooter {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    bottom: 12px;
}
#poupupEasy h3{
    margin-bottom: 25px;
    line-height: 32px;
    font-size:24px;
    font-weight: bold;
}
#poupupEasy .btnArea{
    gap:0 16px;
}
#poupupEasy .prodArea .titleArea,
#poupupEasy .prodArea .titleArea .checkBox{
    position: static;
}
#poupupEasy .prodArea input[type=radio]:checked + label:after{
    content:"";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #000;
    border-radius: 8px;
}
#poupupEasy .prodArea .checkBox.inline input[type=radio]{
    top:24px;
    left:21px;
}
#poupupEasy .prodArea button{
    position: relative;
    z-index:1;
}
#poupupEasy .questionnaireArea,
#poupupEasy .resultArea {
    height: calc(100% - 136px - 108px - 8px);
}
.questionnaireArea .list li + li{
    margin-top: 12px;
}
.questionnaireArea .area{display:none}
.questionnaireArea .pageInfo{
    margin: 0 0 2px;
    font-size:16px;
}
.questionnaireArea .pageInfo button{
    position:absolute;
    left:0;
    height: 20px;
    width:20px;
    background:url(/NWR/assets/images/pc/arrow_left_20.svg) center center no-repeat
}
.questionnaireArea .pageInfo span{
    width:20px;height:20px;
    line-height: 17px;
    border:1px solid #DBDBDB;
    border-radius: 10px;
    text-align:center;
    color:#808080;
}
.questionnaireArea .pageInfo span.current{
    background-color: #000;
    border-color:#000;
    color:#fff;
}
#poupupEasy .resultArea.loading {
    height: calc(100% - 136px - 8px);
}
#poupupEasy[popup-type=full] .resultArea.loading .nwContent{
    display:flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
}
#poupupEasy .resultArea.loading h3 {
    display:block;
}
#poupupEasy .resultArea .loadingBox{
    display:none;
}
#poupupEasy .resultArea .result{
    display:block;
}
#poupupEasy .resultArea.loading .result{
    display:none;
}
#poupupEasy .resultArea.loading .loadingBox{
    display:block;
    width:100%;
    height:100%;
    margin:auto;
    background:url(/NWR/assets/images/pc/loading_easy.gif) center center/300px auto no-repeat;
}
#poupupEasy .resultArea.loading .nwFooter{
    display:none;
}
#poupupEasy .selectTag{
    display:flex;
    flex-wrap: wrap;
    gap:7px 5px;
    margin: 0 -28px 24px;
    padding: 0 28px 20px;
    border-bottom: 1px solid #D9D9D9;
}
#poupupEasy .selectTag span{
    display:inline-block;
    padding:0 8px;
    line-height:24px;
    border:1px solid #D9D9D9;
    border-radius:12px;
    background-color: #F8F8F8;
    color:#3D84E6;
    font-size: 12px;
    font-weight: 500;
}
#poupupEasy .result{
    margin-top: 20px
}
#poupupEasy .resultArea .popularTitle{
    line-height: 25px;
    padding:11px 0 11px 38px;
    margin:-8px 0 0;
    font-size:14px;
    background-image: linear-gradient(to right, #F0F3FA 70%, #F1F3FA 90%,#FEF3F0 100%) , url(/NWR/assets/images/pc/bg_popular.svg);
    background-blend-mode:multiply;
    background-position: 0 0,12px 14px;
    background-repeat:no-repeat;
}
#poupupEasy .resultArea .popularTitle strong{
    font-size:16px;
    font-weight: 600;
}
#poupupEasy .resultList{
    position:relative;
    margin:12px 0 0 0;
    padding-bottom:0;
}
#poupupEasy .prodArea {
    width: 100%;
}
#poupupEasy .prodArea .checkBox.inline{
    min-height:20px;
}
#poupupEasy .prodArea .checkBox input[type="radio"]+label{
    background-position-y: 3px;
    height: auto;
    font-weight: bold;
    line-height: normal;
    min-height: 27px;
}
#poupupEasy .prodArea .priceArea {
    margin-bottom: 10px;
}
#poupupEasy .prodArea .itemArea {
    display: inline-flex;
    align-items: start;
    flex-wrap: wrap;
    width: calc(50% - 2px);
    margin: 0;
    padding: 0 16px 0 0;
    height: 54px;
}
#poupupEasy .prodArea .itemArea +.itemArea {
    position: relative;
    height: 64px;
    padding: 0 0 0 16px;
    background-image: none;
}
#poupupEasy .prodArea .itemArea +.itemArea::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 14px);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='2%2c2' stroke-dashoffset='18' stroke-linecap='butt'/%3e%3c/svg%3e");
}
#poupupEasy .prodArea .itemArea .type {
    width: 100%;
}
#poupupEasy .prodArea .priceArea {
    margin-top: 6px;
    margin-bottom: 10px;
    height: 64px;
    padding-top: 15px;
}
#poupupEasy .prodArea .giftArea {
    margin-bottom: 0;
}
#poupupEasy .prodArea .giftArea .box {
    margin: 6px auto 0;
    width: 400px;
}
#poupupEasy .prodArea .giftArea .item .giftBox {
    padding-top: 36px;
}
#poupupEasy .nwFooter .btnArea .btnBlack:disabled .tip {
    display: none;
}
#poupupEasy .btnArea button .tip,
#poupupEasy .btnArea a .tip {
    left: inherit;
    right: 0;
    transform: translateX(0);
}
#poupupEasy .btnArea button.reset{
    width:100px;
    justify-content: center;
}
#poupupEasy .btnArea button .tip:after,
#poupupEasy .btnArea a .tip:after {
    left: inherit;
    right: 26px;
    background: url(/NWR/assets/images/pc/bg_tip_arrow_right.svg) 0 bottom / 100% auto no-repeat;
}
#poupupEasy .swiper-container-horizontal>.swiper-pagination-bullets,
#poupupEasy .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px;
}
#poupupEasy .swiper-button-prev,
#poupupEasy .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 14px;
}
#poupupEasy .swiper-slide:nth-child(n+4) .prodArea > div.titleArea .best {
    display: none;
}
.swiper-notification {
    display: none;
}

/* 태그영역 */
[popup-type] .tagArea {
    display: none;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow-x: auto;
}
[popup-type].tagShow .tagArea {
    display: flex
}
[popup-type].tagShow .tagArea button+button {
    margin-left: 6px
}
[popup-type].tagShow .tagArea button {
    height: 27px;
    padding: 0 26px 0 8px;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 14px;
    font-weight: 500;
    background: url(/NWR/assets/images/pc/tag_close.svg) calc(100% - 8px) center no-repeat;
}

/* 상품필터 */
#popupGoodFilter .tabContent {
    height: 287px;
}
#popupGoodFilter .tabContent .list,
.popupGiftFilter .brandArea .list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#popupGoodFilter .tabContent .list .wCheck,
.popupGiftFilter .list .wCheck {
    width: 100%;
}
#popupGoodFilter .tabContent .list .wCheck .checkBox [type="checkbox"]+label,
.popupGiftFilter .list .wCheck .checkBox [type="checkbox"]+label {
    padding: 13px 16px 13px 44px;
}
#popupGoodFilter .tabContent .list .wCheck .checkBox [type="checkbox"]:checked+label,
.popupGiftFilter .list .wCheck .checkBox [type="checkbox"]:checked+label {
    padding: 12px 16px 12px 43px;
}
#popupGoodFilter .ottArea .list .wCheck,
.popupGiftFilter .brandArea .list .wCheck {
    width: calc(50% - 6px);
}
#popupGoodFilter .tabContent .list .wCheck+.wCheck,
.popupGiftFilter .list .wCheck+.wCheck {
    margin: 0;
}
#poupGoodFilter.tagShow .tabContent {
    height: 245px;
}

/* 상세보기 사은품, 할인 상세보기*/
#popupProdGita .giftArea,
#popupProdGita .saleArea{
    width:620px;
    margin:0 auto;
}
#popupProdGita .saleArea{
    width:460px;
}
#popupProdGita .giftArea .divArea {
    padding: 0;
}
#popupProdGita .giftArea .divArea+.divArea{
    padding-top:24px;
    margin-top: 24px;
    border-top: 1px solid #d9d9d9;
}
#popupProdGita .giftArea .divArea .subTitle {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
#popupProdGita .tag {
    padding: 0 6px;
    margin-left: 8px;
    border: 1px solid #EA303750;
    color: #EA3037;
    border-radius: 4px;
}
#popupProdGita .giftArea .subTitle {
    margin-bottom: 33px;
    font-size:24px
}
#popupProdGita .giftArea .subTitle span {
    margin-left: 8px;
    font-size:14px;
    color: #525252;
}
#popupProdGita .giftArea .subTitle .tag {
    line-height: 24px;
    font-weight: 500;
}
#popupProdGita .giftArea h3 {
    font-size: 20px;
    font-weight: bold;
}
#popupProdGita .giftArea .sub {
    color: #525252
}
#popupProdGita .giftArea .payProgress {
    margin-top: 17px;
}
#popupProdGita .giftArea .payProgress .progressBlock {
    position: relative;
}
#popupProdGita .giftArea .payProgress .progressBlock+.progressBlock {
    margin-top: 17px;
}
.progressBlock .progressBar {
    position: relative;
    display: flex;
    width: 100%;
}
.progressBlock .progressBar .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    border-radius: 14px;
    background-color: #F2F2F2;
}
.progressBlock .progressBar::before,
.progressBlock .progressBar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 28px;
    background: url(/NWR/assets/images/pc/bg_progress.svg) no-repeat 0 0;
    z-index: 1;
}
.progressBlock .progressBar::after {
    left: inherit;
    right: 0;
    transform: rotate(180deg);
}
.progressBlock .progressBar .bar {
    position: relative;
    display: inline-block;
    padding-top: 34px;
    text-align: center;
}
.progressBlock .progressBar .bar .save {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.progressBlock .progressBar .bar .amount {
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.progressBlock .progressBar .bar .amount strong {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    color: #ED6046;
}
.progressBlock .progressBar .bar+.bar .amount strong {
    font-weight: 500;
    color: inherit;
}
.progressBlock .progressBar .bar+.bar .amount::before,
.progressBlock .progressBar .bar+.bar .amount::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 1px;
    height: calc(100% + 6px);
    border-left: 1px dashed #A8A8A8;
}
.progressBlock .progressBar .bar+.bar .amount::after {
    left: inherit;
    right: 0;
}
.progressBlock .progressBar .bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: #ED6046;
}
.progressBlock .progressBar .bar+.bar::before {
    background-color: #525252;
}
#popupProdGita .paperList {
    display:flex;
    gap:0 12px;
}
#popupProdGita .paperList .item {
    width:100%;
    height:114px;
    padding-top:8px;
    border-radius: 8px;
    text-align:center;
    background: linear-gradient(180deg, #F6F5F8 0%, #fff 100%);
}
#popupProdGita .paperList .item img {
    width: 90px;
}
#popupProdGita .paperList .item strong {
    position: relative;
    display:block;
    text-align:center;
    font-weight: 500;
}
#popupProdGita .eleList {
    display: flex;
    margin-top: 20px;
    gap: 0 12px;
}
#popupProdGita .eleList .item {
    width:100%;
    border-radius: 6px;
}
#popupProdGita .eleList .item .pic{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background: linear-gradient(180deg, rgba(246, 245, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#popupProdGita .eleList .item img {
    width: 96px;
    height: 96px;
}
#popupProdGita .eleList strong {
    display: block;
    height:36px;
    margin-top: 8px;
    line-height: 18px;
    overflow: hidden;
    word-break: keep-all;
    font-weight: 500;
    font-size:14px;
    text-align: center;
}
#popupProdGita .eleList .opt {
    display: flex;
    max-width: 136px;
    margin: 3px auto 0;
    justify-content: space-between;
}
#popupProdGita .eleList .opt span {
    font-size: 12px;
}
#popupProdGita .eleList .opt span:first-of-type{
    color:#525252
}
#popupProdGita .eleList .opt span:last-of-type {
    text-align: right;
}
#popupProdGita .eleList .opt span:last-of-type strong{
    display: inline-block;
    height: auto;
    margin-top: 0;
    line-height: normal;
    overflow: hidden;
    word-break: keep-all;
    font-weight: bold;
    font-size: inherit;
    padding-right: 1px;
    vertical-align: bottom;
}
#popupProdGita .eleList .opt span:last-of-type strong + em {
    display: block;
    color: #525252;
}
#popupProdGita .saleArea h3 {
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: bold;
    text-align:center;
}
#popupProdGita .saleArea .area{
    padding: 24px 32px;
    border-radius: 6px;
    background-color: #F8F8F8;
}
#popupProdGita .area .sub:first-of-type{
    border-top:0;
}
#popupProdGita .sub {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #D9D9D9;
    line-height: 26px;
}
#popupProdGita .sub.subEtc span {
    font-size: 14px;
}
#popupProdGita .sub.subEtc span strong {
    font-size: 18px;
    font-weight: bold;
}
#popupProdGita .giftArea .subTitle +.sub {
    padding-top: 0;
    margin-top: -10px;
    border: none;
}
#popupProdGita .sub strong{
    font-size:14px;
    color:#000;
    font-weight: bold;
}
#popupProdGita .sub .price {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
#popupProdGita .sub .price strong {
    display:block;
    margin: 0 3px 0 6px;
    font-size: 18px
}
#popupProdGita .sub .price.point {
    color: #EA3037
}
#popupProdGita .sub .price.point strong {
    color: inherit
}
#popupProdGita .sub + p {
    margin-top: 5px;
    line-height: 17px;
    color: #525252;
    font-size: 12px
}
#popupProdGita .subList {
    margin-top: 5px;
}
#popupProdGita .subList .tr {
    display: flex;
    justify-content: space-between;
    line-height:20px;
}
#popupProdGita .subList .tr span {
    color: #525252;
    font-size:14px;
}
#popupProdGita .subList .tr span em {
    font-size: inherit;
}
#popupProdGita .subList .tr +.tr {
    margin-top: 4px;
}
#popupProdGita .subList .plus:before {
    content: "└";
    padding-right: 3px;
}
#popupProdGita .subList+.sub {
    margin-top: 9px;
}
#popupProdGita .saleArea .tr .tag {
    display: inline-block;
    margin-left: 4px;
    color: #EA3037;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
}
#popupProdGita .subEtc div {
    display: flex;
    justify-content: space-between;
}
#popupProdGita .total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #D9D9D9
}
#popupProdGita .total strong {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
#popupProdGita .total span {
    text-align: right;
    font-size: 18px;
}
#popupProdGita .total .price {
    position: relative;
    top: 1px;
    font-size: 28px;
    line-height: 40px;
}
#popupProdGita .saleArea .etc {
    margin-top: 8px;
    text-align: right;
    color: #525252;
}

/* 사은품 필터 */
[popup-type] .nwContent.area {
    padding: 24px 20px 0 20px;
}
.popupGiftFilter[popup-type=bottom] .nwContent {
    height: calc(var(--vh) * 100 - 48px - 80px - 40px);
}
.popupGiftFilter[popup-type=bottom].tagShow .nwContent {
    height: calc(var(--vh) * 100 - 48px - 80px - 40px - 42px);
}
.popupGiftFilter[popup-type=bottom].tagShow .tabContent {
    height: calc(var(--vh) * 100 - 48px - 80px - 40px - 56px - 28px);
}
.popupGiftFilter .catArea {
    height: 100%;
}
.popupGiftFilter .catArea .list {
    height: 100%;
    padding-bottom: 24px;
}
.popupGiftFilter .catArea .list .listInner {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 18px 21px;
}
@media (max-width:360px) {
    .popupGiftFilter .catArea .list .listInner {
        grid-template-columns: auto auto auto;
    }
}
.popupGiftFilter .catArea .list button {
    height: 85px;
}
.popupGiftFilter .catArea .list button .img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    min-width: 64px;
    height: 64px;
    background: #F8F8F8 url(/) center center no-repeat;
    border-radius: 8px;
    border: 2px solid #f8f8f8;
}
.popupGiftFilter .catArea .list button .name em {
    color: #EA3037;
}
.popupGiftFilter .catArea .list button.selected .img {
    border-color: #000;
    background-color: #fff;
}
.popupGiftFilter .catArea .list button.selected .name {
    font-weight: bold;
}
.popupGiftFilter .catArea .subMenu {
    display: none
}
.popupGiftFilter .catArea.show .list {
    height: calc(100% - 111px);
    overflow-y: auto;
}
.popupGiftFilter .catArea.show .subMenu {
    display: block;
    overflow-y: auto;
    height: 111px;
    padding: 24px 0;
    border-top: 1px solid #D9D9D9
}
.popupGiftFilter .catArea.show .subMenu [role="tabpanel"] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.popupGiftFilter .subMenu .label {
    position: relative;
    display: inline-block;
    margin: 0 6px 9px 0;
}
.popupGiftFilter .subMenu .label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.popupGiftFilter .subMenu .label label {
    padding: 0 8px 0 24px;
    line-height: 28px;
    border-radius: 14px;
    background: #EDEDED url(/NWR/assets/images/pc/sale_check.svg) 6px center no-repeat;
    color: #161616;
}
.popupGiftFilter .subMenu .label input:checked+label {
    line-height: 28px;
    border-radius: 14px;
    background: #000 url(/NWR/assets/images/pc/sale_check_on.svg) 6px center no-repeat;
    color: #fff;
}
.popupGiftFilter input[type="checkbox"]:focus+label:before {
    display: none
}
#popupSelectEle .tab {
    height: auto;
}
#popupSelectEle .tab button {
    width:100%;
    height: 56px;
    margin-right:0;
}
#popupSelectEle .wCheck {
    position: relative;
    padding: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}
#popupSelectEle .wCheck+.wCheck {
    margin-top: 16px;
}
#popupSelectEle .wCheck label {
    display: flex;
    align-items: start;
    width: 100%;
    padding: 0 0 0 32px;
    background-position: 0 0;
}
#popupSelectEle .wCheck label .good{
    width:100%;
}
#popupSelectEle .wCheck label img {
    width: 115px;
    margin-right: 20px;
}
#popupSelectEle .wCheck label img.bestImg {
    position: absolute;
    top: -14px;
    left: -2px;
    z-index: 1;
    width: 51px;
    height: auto;
    margin-right: 0;
}
#popupSelectEle .wCheck input {
    position: absolute;
    top: 16px;
    left: 16px;
    transform: translateY(0);
}
#popupSelectEle .wCheck .good > .name .tag {
    display:inline-block;
    border: 0;
}
#popupSelectEle .wCheck .good > .name .tag img{
    height:20px;
    width:auto;
    margin-right: 5px;
}
#popupSelectEle .wCheck .good > .name strong {
    display: block;
    margin: 5px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
}
#popupSelectEle .wCheck .good > .name p{
    margin-top: 12px;
}
#popupSelectEle .wCheck .price {
    display: inline-flex;
    font-size:14px;
    align-items: baseline;
}
#popupSelectEle .wCheck .price strong {
    font-size: 18px;
    font-weight: bold;
    margin: 0 2px
}
#popupSelectEle .wCheck .optArea {
    margin-top: 12px;
    padding-top: 13px;
    border-top: 1px solid #d9d9d9;
}
#popupSelectEle .wCheck .opt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 17px;
}
#popupSelectEle .wCheck .opt .name{
    font-size:14px;
}
#popupSelectEle .wCheck .opt .name strong{
    font-size:inherit;
    font-weight: 500;
}
#popupSelectEle .wCheck .total * {
    font-size:14px;
    color: #525252;
}
#popupSelectEle .wCheck .opt+.opt {
    line-height:21px;
    margin-top: 7px;
}
#popupSelectEle .monthly {
    padding-top: 13px;
    margin: 12px 0;
    border-top: 1px solid #d9d9d9
}
#popupSelectEle .monthly .title {
    margin-bottom: 8px;
    font-size:14px;
    font-weight: 500;
}
#popupSelectEle .monthly .area {
    display: flex;
    gap: 0 5px
}
#popupSelectEle .monthly .area button {
    width: 100%;
    height: 32px;
    font-size:14px;
    border-radius: 4px;
    background-color: #EDEDED
}
#popupSelectEle .monthly .area button[aria-pressed="true"] {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.selectProd .wireBlock {
    padding: 0;
    margin-top: 0;
    border-top:0;
}
.selectProd h3{
    font-size:16px;
    font-weight: 600;
    margin-bottom: 26px;
}
.selectProd .wCheck{
    display:block;
    padding:1px;
}
.selectProd .itemArea{
    margin:0;
}
.selectProd .itemArea + .itemArea{
    margin-top: 40px;
}
.selectProd .itemArea .list{
    display:block;
}
.selectProd .wCheck + .wCheck{
    margin-top: 12px;
}
.selectProd .subCheckBox{
    display:none;
}
.selectProd .selected .subCheckBox{
    display:block;
}
.selectProd .selected:after{
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    right:-1px;
    bottom:-1px;
    border:2px solid #000;
    border-radius: 8px;
}
.selectProd .wCheck label {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
}
.selectProd .wCheck input + label {
    padding: 15px 15px 15px 43px;
}
.selectProd .wCheck .prod{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.checkBox label .prod{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.selectProd .wCheck label .pic{
    width: 48px;
    height: 48px;
    margin-right: 8px;
}
.selectProd .wCheck label .name .nBlock {
    display: flex;
    align-items: center;
    width: 100%;
}
.selectProd .wCheck label:after{
    display:none;
}
.selectProd .wCheck label .name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: inherit;
}
.selectProd .wCheck label .name .nTit {
    font-size: 16px;
    font-weight: inherit;
    min-height: 21px;
}
.selectProd .wCheck input[type=radio]:checked + label .name .nTit {
    font-weight: 600;
}
.selectProd .wCheck label .name .questionMark{
    transform: translateY(2px);
}
.selectProd .wCheck label .opt{
    position:relative;
    font-size: 12px;
    margin-top: 3px;
    font-weight: normal;
    color: #525252;
    line-height: 1.4;
    display:inline-flex;
    align-items: center;
}
.selectProd .wCheck label .price{
    margin-left: 10px;
    text-align: right;
    color: #525252;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}
.selectProd .wCheck label .price strong{
    font-size: 16px;
    color: #525252;
}
.selectProd .wCheck input:checked+label .price
.selectProd .wCheck input:checked+label .price strong,
.selectProd .wCheck input:checked+label .price strong {
    color: #000;
}
.selectProd .subCheckBox{
    position: relative;
    z-index:1;
    margin:0 16px;
    border-top:1px solid #D9D9D9;
    padding:16px 0;
}
.selectProd .subCheckBox .checkBox {
    /* z-index:1; */
}
.selectProd .subCheckBox input + label{
    padding-top:0;
    padding-bottom:0;
    padding-right:0;
    min-height:auto;
}
.selectProd .subCheckBox input + label:after{
    display:none;
}
.selectProd .subCheckBox .checkBox{
    position:relative;
}
.selectProd .subCheckBox .checkBox+.checkBox {
    margin-top: 24px;
}
.selectProd .subCheckBox label .name .nTit {
    font-size: 14px;
}
.selectProd .subCheckBox label .nTit,
.selectProd .subCheckBox label .price {
    font-size: 14px;
    font-weight: normal;
}
.selectProd .subCheckBox input[type=radio]:checked + label .nTit{
    font-weight: 600;
}
.internetSpeed .wCheck {
    padding-bottom:12px;
}
.internetSpeed .findGiGAInternet,
.internetSpeed .bnr{
    margin:0 12px;
    display:block;
    position: relative;
    z-index: 1;
}
.internetSpeed .bnr img{
    width:100%;
    border-radius: 8px;
}
.internetSpeed .findGiGAInternet button {
    justify-content: start !important;
}
.internetSpeed .findGiGAInternet button span{
    font-size:14px;
}
.selectProd .internetSpeed .wCheck {
    padding-bottom: 0;
}
.selectProd .internetSpeed .bnr {
    margin: 0 -1px;
}

/* 설치가능 여부 */
.popupDeviceSetup[popup-type] .tabContent {
    position: relative;
    padding: 0 20px 24px;
}
[popup-type] .tabRound {
    height: auto;
    padding: 12px 20px 11px;
    margin-bottom: 20px;
    border: none;
}
[popup-type] .tabRound button {
    width: auto;
    height: 40px;
    margin: 0 6px 0 0;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
    color: #6A6A6A;
    border: 1px solid #D9D9D9;
    border-radius: 14px;
    background-color: #fff;
}
[popup-type] .tabRound button.selected {
    color: #000;
    border: none;
    background-color: #EDEDED;
}
[popup-type] .tabRound button + button {
    margin-left: 6px;
}
[popup-type] .tabRound button.selected:after {
    display: none;
}
.resevationFormWrap {
    margin: 24px 20px 0;
    border-radius: 8px;
    background-color: #fff;
}
.resevationFormWrap + .resevationFormWrap {
    margin-top: 20px;
}
.resevationFormWrap .tit,
.resevationFormWrap .regiNoti {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.resevationFormWrap input[type=text]{
    width:100%
}
.resevationFormWrap .regiNoti {
    margin-top: 10px;
    color: #525252;
    font-size: 12px;
}
.resevationFormWrap .regiCase .tit {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    font-size: 18px;
}
.resevationFormWrap .regiCase .tit span {
    margin-left: 4px;
    color: #525252;
}
.resevationFormWrap .inpTelInstall,
.resevationFormWrap .flexBox {
    display: flex;
    justify-content: space-between;
    margin-top:10px;
}
.resevationFormWrap .flexBox + .flexBox {
    margin-top: 10px;
}
.resevationFormWrap select {
    max-width: 60px;
    width: 100%;
    height: 48px;
    padding-left: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
    background: url(/NWR/assets/images/pc/arrow_down.svg) calc(100% - 8px) center no-repeat;
}
.resevationFormWrap select.isSelect {
    max-width: inherit;
}
.resevationFormWrap .inpTelInstall .inpTxt03 {
    width: 100%;
    margin: 0 0 0 10px;
}
.resevationFormWrap .inpTelInstall .inpTxt03 input{
    width:100%;
}
.resevationFormWrap .inpTxt {
    width: 100%;
    margin: 0 10px;
}
.resevationFormWrap .inpTxt {
    margin: 0 0 0 10px;
}
.resevationFormWrap .inpTxt:first-child {
    margin-left: 0;
}
.resevationFormWrap .btnSch,
.resevationFormWrap .btnDefault,
.resevationFormWrap .btnArea button {
    min-width: 102px;
    display: inline-block;
    height: 48px;
    background-color: #fff;
    color: #000;
    font-weight: 500 !important;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #000;
    text-shadow: none;
    text-align: center;
    line-height: 48px;
}
.resevationFormWrap .btnDefault {
    margin-left: 10px;
}
.resevationFormWrap .btnSch,
.resevationFormWrap .flexBox + .btnDefault {
    margin: 10px 0 0;
    width: 100%;
}
.resevationFormWrap .btnArea button.btnOk {
    color: #fff;
    background-color: #000;
}
.resevationFormWrap .inpTelInstall .btnSch em {
    font-weight: 500;
    font-size: 16px;
}

/* 설치가능 여부 - 도로명주소/지번주소 */
.resevationFormWrap .selectAddr {
    margin-bottom: 20px;
}
.resevationFormWrap .selectAddr > span {
    position: relative;
    display: inline-block;
}
.resevationFormWrap .selectAddr > span input[type="radio"] {
    left: 0;
    top: 0;
    transform: inherit;
}
.resevationFormWrap .selectAddr > span input[type="radio"] + label {
    padding-left: 24px;
    line-height: 20px;
    background-size: 20px auto;
    background-position: 0 50%;
    font-size: 13px;
}
.resevationFormWrap .selectAddr > span + span {
    margin-left: 20px;
}
#road-next-1-list,
#number-next-1-list {
    margin-top: 10px;
}
#road-next-2-list,
#road-next-3-list,
#road-next-3 {
    margin-top: 20px;
}
.resevationFormWrap.roadArea .addr {
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 14px;
}
.resevationFormWrap.roadArea .addr.disable {
    background-color: #EDEDED;
}
.resevationFormWrap .btnArea,
.resevationFormWrap .secondInput {
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
#road-next-2-list .selectBox02,
#number-next-2-list .selectBox02 {
    margin: 0;
}
.resevationFormWrap .secondInput .inpTxt {
    margin-right: 10px;
}
.resevationFormWrap .road-addr-etc {
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    color: #525252;
    word-break: break-all;
}
#road-sort-result .flexBox {
    align-items: center;
    font-size: 14px;
}
#road-sort-result .flexBox .inpTxt {
    margin-right: 10px;
}
#road-sort-result .flexBox .inpTxt.b {
    margin-left: 0;
}
.resevationFormWrap .total-addr {
    padding:14px 20px;
    font-size: 14px;
    color: #161616;
    line-height: 1.4;
    border-radius: 8px;
    word-break: keep-all;
    background-color: #EDEDED;
}
.resevationFormWrap .inpNoti {
    display: block;
    margin: 5px 0 0;
    line-height: 20px;
    font-size: 12px;
    color: #EA3037
}

/* 설치가능 여부 - 알려드립니다. */
.noticeFoldWrap {
    margin:20px;
    width: calc(100% - 40px);
    background-color: #fff;
}
.noticeFoldWrap > button {
    position: relative;
    width: 100%;
    padding: 20px;
    text-align: left;
}
.noticeFoldWrap .tit {
    font-size: 12px;
    font-weight: bold;
}
.noticeFoldWrap .dottedTxt {
    margin: 10px 0 0;
}
.noticeFoldWrap .dottedTxt li {
    position: relative;
    padding-left: 8px;
    color: #525252;
    line-height: 18px;
}
.noticeFoldWrap .dottedTxt li::before {
    content: '*';
    position: absolute;
    top: 2px;
    left: 0;
}
.noticeFoldWrap .dottedTxt li + li {
    margin-top: 6px;
}

/* 주소검색 */
#popup-search-address .srh-inp{
    position:relative;
    display:flex;
    gap:0 12px;
    padding-bottom:33px;
    margin-bottom:32px;
}
#popup-search-address .srh-inp:after{
    content:"";
    position:absolute;
    bottom:0;
    left:-40px;
    right:-40px;
    height:1px;
    background-color:#EDEDED;
}
#popup-search-address .srh-inp input{
    width:100%;
}
#popup-search-address .btnWhite{
    flex-shrink: 0;
    height:48px;
    width:167px;
    font-size:16px;
}
#popup-search-address .nwContent *{
    font-size:14px;
}
#popup-search-address .cssearch{
    border:1px solid #D9D9D9;
    border-radius: 8px;
}
#popup-search-address .cssearch {
    margin-bottom: 24px;
}
#popup-search-address .cssearch .top{
    padding:20px;
    border-radius: 8px 8px 0 0;
    background-color: #F8F8F8;
}
#popup-search-address .cssearch .top strong{
    position: relative;
    padding-right: 9px;
    margin-right:8px;
    font-size:16px;
    font-weight: 600;
}
#popup-search-address .cssearch .top strong:after{
    content: "";
    position:absolute;
    right:0;
    top:8px;
    width:1px;
    height: 12px;
    background-color: #6A6A6A;
}
#popup-search-address .cssearch .tipList{
    display:flex;
    width:448px;
    margin:0 auto;
    padding:20px 0;
}
#popup-search-address .cssearch .tipList ul:first-of-type{
    width:190px;
}
#popup-search-address .cssearch .tipList ul li{
    position:relative;
    padding-left:10px;
    font-size:12px;
    color:#6A6A6A;
}
#popup-search-address .cssearch .tipList ul li:before{
    content:"*";
    position:absolute;
    top:0;
    left:0;
    font-size:16px;
}
#popup-search-address .cssearch .tipList ul li + li{
    margin-top: 13px;
}
#popup-search-address .cssearch .tipList ul + ul{
    padding-left:16px;
    border-left:1px dotted #B2B2B2
}
#popup-search-address .cssearch .tipList strong{
    display:block;
    margin-bottom: 4px;
    font-weight: 500;
}
#popup-search-address .note-data {
    width:620px;
}
#popup-search-address .note-data strong{
    font-weight: 600;
}
#popup-search-address .note-data .note-list{
    margin-top: 8px;
}
#popup-search-address .note-data .note-list li {
    margin-top: 2px;
}
#popup-search-address .nodata{
    width:620px;
    margin:0 auto;
    margin-bottom: 40px;
    text-align:center;
}
#popup-search-address .nodata .desc1{
    margin-bottom: 3px;
    font-weight: 600;
    font-size:24px
}
#popup-search-address .nodata .desc2{
    color:#525252;
    font-size:16px;
}
#popup-search-address .srh-rol-wp{
    position: relative;
    z-index:1;
    margin-top: -33px;
}
#popup-search-address .srh-rol-wp label{
    padding-left:28px;
}
#popup-search-address .srh-rol-wp .top{
    height:48px;
    padding:0 40px;
    margin:0 -40px;
    line-height:45px;
    background-color: #F8F8F8;
}
#popup-search-address .srh-rol-wp .top strong{
    font-size:16px;
    font-weight: 600;
}
#popup-search-address .srh-rol-wp li{
    padding:16px 0;
}
#popup-search-address .srh-rol-wp li + li{
    border-top:1px solid #EDEDED
}

/* 설치주소 - pagination */
.mapJusoPopup .pagination {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mapJusoPopup .pagination .pg {
    display: inline-block;
    padding: 0 4px;
    font-size: 12px;
    vertical-align: middle;
    color: #525252;
}
.mapJusoPopup .pagination .pg span {
    font-size: 14px;
}
.mapJusoPopup .pagination .pg .num {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 28px;
    font-size: 14px;
    color: #525252;
    font-weight: normal;
}
.mapJusoPopup .pagination .pg.current .num {
    color: #000;
    font-weight: bold;
}
.mapJusoPopup .pagination .btns {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/NWR/assets/images/pc/arrow_b_right.svg) 50% 50% no-repeat;
    vertical-align: middle;
    box-sizing: border-box;
    transform: scaleX(-1);
}
.mapJusoPopup .pagination .btns.next {
    transform: scaleX(1);
}

#popup-search-address .details .msg li{
    font-size:12px;
}
#popup-search-address .srh-rol .area{
    display:flex;
    flex-wrap: wrap;
    width:100%;
    align-items: center;
    min-height: 48px;
    margin-bottom: 20px;
}
#popup-search-address .srh-rol .area .tit{
    width:134px;
}
#popup-search-address .srh-rol .area .box{
    height: 48px;
    width: calc(100% - 134px);
    padding:0 18px;
    font-size:16px;
    border-radius: 8px;
    background-color: #EDEDED;
    border:1px solid #D9D9D9;
    line-height: 45px;
}
#popup-search-address .srh-rol .apt-detail{
    display:flex;
    align-items: center;
    padding-left:135px;
    margin-top: 20px;
    width:100%;
}
#popup-search-address .srh-rol .apt-detail .select{
    width:100%;
    height:48px;
}
#popup-search-address .srh-rol .apt-detail input{
    width:100%;
    margin-left: 20px;
}
#popup-search-address .srh-rol .apt-detail label{
    margin-left:4px;
    font-size:16px;
}
#popup-search-address .srh-rol .note-list{
    margin-top: 20px;
    padding-left:134px;
}
#popup-search-address #roadLowBldgInfo input{
    width:calc(100% - 134px);
}
#popup-search-error .popupArea{
    width:560px;
}
#popup-search-error .msgBig{
    padding-top: 92px;
    background:url(/NWR/assets/images/pc/bg_counselor.svg) center 0 no-repeat;
}
#popup-search-error .msgBig span{
    display:block;
    margin-bottom: 10px;
    color:#525252;
    font-size:16px;
    font-weight: normal;
}
#popup-search-error .btnArea button{
    width:418px;
}
#popup-search-error .btnArea button span{
    font-size:18px;
    font-weight: 600;
    padding-right:20px;
    background:url(/NWR/assets/images/pc/arrow_right.svg) right 5px/20px auto no-repeat;
}

/* 전화 상담 신청 */
.orderTelCounsel .popupArea {
    height:calc(100% - 148px);
    max-height:675px;
}

.orderTelCounsel .nwContent {
    padding: 0 40px 18px;
}
.orderTelCounsel .orderDetail {
    padding: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.orderTelCounsel .orderDetail + .orderDetail {
    margin-top: 16px;
}
.orderTelCounsel .orderDetail .item {
    display: flex;
}
.orderTelCounsel .orderDetail .item * {
    font-size: 16px;
}
.orderTelCounsel .subTitle .txt {
    font-size: 16px;
    line-height:1.1;
    vertical-align:middle;
}
.orderTelCounsel .subTitle br{display:none;}

.orderTelCounsel .orderDetail .item .tit {
    position: relative;
    min-width: 102px;
    margin-right: 12px;
    padding-left: 6px;
    color: #000;
}
/* .orderTelCounsel .orderDetail .item .tit::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #6A6A6A;
} */
.orderTelCounsel .orderDetail .item + .item {
    margin-top: 13px;
}

.orderTelCounsel .orderDetail .item .txt span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: normal;
    color: #525252;
}
.orderTelCounsel .orderAreaSelect {
    width: 100%;
    display: flex;
    gap: 12px 12px;
}
.orderTelCounsel .orderAreaSelect .wCheck {
    width: 100%;
}
.orderTelCounsel .orderArea {
    margin-top: 32px;
}
.orderTelCounsel .orderArea .point {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}
.orderTelCounsel .orderArea .point + .title {
    margin-top: 8px;
}
.orderTelCounsel .subTitle {
    margin-bottom: 21px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.orderTelCounsel .orderAreaComment.block {
    display: flex;
    align-items:flex-start;
}

.orderTelCounsel .block {
    display: flex;
    align-items: center;
}
.orderTelCounsel .block + .block {
    margin-top: 30px;
}
.orderTelCounsel .block .title {
    width: 160px;
}
.orderTelCounsel .block .title {
    display: block;
    font-size: 14px;
}
.orderTelCounsel .block .title span {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.orderTelCounsel .block .title span > .selTit {
    font-size: 12px;
    color: #808080;
}
.orderTelCounsel .block .title.ess::after {
    content: '*';
    color: #EA3037;
}
.orderTelCounsel input[type='text'],
.orderTelCounsel input[type='password'],
.orderTelCounsel input[type='tel'],
.orderTelCounsel input[type='email'],
.orderTelCounsel input[type='date'],
.orderTelCounsel input[type="number"],
.orderTelCounsel textarea {
    width: 100%;
}
.orderTelCounsel .orderAreaComment textarea {
    min-height: 80px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    resize: none;
    line-height: 26px;
    overflow: hidden;
}
.orderTelCounsel .orderAreaComment textarea::placeholder {
    color:#808080;
    font-size: 16px;
}
.orderTelCounsel .orderUser {
    margin-top: 30px;
}
.orderTelCounsel .orderUser .subTitle {
    margin-bottom: 17px;
    font-size: 18px;
}
.orderTelCounsel .orderUser .subTitle + .block .title {
    margin-top: 0;
}

/* 전화 상담 신청 - 약관 */
.orderTelCounsel .checkCupiaAtc {
    margin: 40px 0 20px;
}
.orderTelCounsel .checkCupiaAtcList {
    padding: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}
.orderTelCounsel .checkCupiaAtcList .checkBox {
    margin-right: 40px;
}
.orderTelCounsel .checkCupiaAtcList.cardRaw .checkBox {
    margin-right: 0
}
.orderTelCounsel .checkCupiaAtcList .checkBox.inline input[type="checkbox"] {
    top: 1px;
    transform: translateY(0);
}
.orderTelCounsel .checkCupiaAtcList .checkBox.inline input[type="checkbox"]+label {
    padding-left: 25px;
    line-height: 24px;
    color: #525252
}
.orderTelCounsel .checkCupiaAtcList .checkBox.inline input[type="checkbox"]:checked+label {
    color: #000;
    font-weight: 500;
}
.orderTelCounsel .checkCupiaAtcList .second li li .checkBox.inline input[type="checkbox"]+label {
    font-size: 13px;
}
.orderTelCounsel .checkCupiaAtcList .top {
    position: relative;
}
.orderTelCounsel .checkCupiaAtcList .top .checkBox.inline input[type="checkbox"]+label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-position: 0 50%;
}
.orderTelCounsel .checkCupiaAtcList .arrow {
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    transition: transform 0.5s ease;
    transform: rotate(90deg);
    background: url(/NWR/assets/images/pc/toggle_up_arrow.svg) center center no-repeat;
}
.orderTelCounsel .checkCupiaAtcList [aria-expanded=false] {
    transform: rotate(180deg);
}
.orderTelCounsel .checkCupiaAtcList [aria-expanded=true] {
    transform: rotate(0);
}
.orderTelCounsel .checkCupiaAtcList .arrow {
    background: url(/NWR/assets/images/pc/toggle_up_arrow.svg) center center no-repeat;
}
.orderTelCounsel .checkCupiaAtcList .second {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #d9d9d9
}
.orderTelCounsel .checkCupiaAtcList .second .checkBox.inline input[type="checkbox"]:checked+label {
    color: #525252;
    font-weight: normal;
}
.orderTelCounsel .checkCupiaAtcList ul {
    padding-left: 12px;
}
.orderTelCounsel .checkCupiaAtcList ul ul {
    margin: 8px 0 16px;
}
.orderTelCounsel .checkCupiaAtcList .second li {
    position: relative;
}
.orderTelCounsel .checkCupiaAtcList .second li+li {
    margin-top: 20px;
}
.orderTelCounsel .checkCupiaAtcList .second .checkBox.inline input[type="checkbox"]+label {
    font-size: 14px;
    line-height: 21px;
}
.orderTelCounsel .checkCupiaAtcList .second li > p {
    margin-top: 20px;
    font-size: 14px;
    color: #525252;
}
.orderTelCounsel .checkCupiaAtcList .second li strong {
    font-weight: bold;
    font-size: inherit;
    color: inherit;
}
.orderTelCounsel .checkCupiaAtcList .second li .point {
    color: #EA3037;
}
.orderTelCounsel[popup-type] table {
    margin-top: 20px;
}
.orderTelCounsel[popup-type] table th,
.orderTelCounsel[popup-type] table td {
    padding: 12px;
    text-align: left;
}
.orderTelCounsel[popup-type] table th {
    background-color: #fff;
    border-top: 1px solid #D9D9D9;
}
.orderTelCounsel[popup-type] table tr:first-child th,
.orderTelCounsel[popup-type] table tr:first-child td {
    border-top: none;
}
.orderTelCounsel[popup-type] table .accentcolor {
    color: #01a69f;
    text-decoration: underline;
    font-weight: bold;
}

/* 전화 상담 신청 - 완료 */
.orderTelCounsel .orderFinish .msgBig {
    padding-top: 80px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    background: url(/NWR/assets/images/pc/icon_msg_like.svg) no-repeat 50% 0;
    background-size: 56px auto;
}
.orderTelCounsel .orderFinishMsg {
    margin-bottom: 32px;
    text-align: center;
}
.orderTelCounsel .orderFinishMsg * {
    font-size: 16px;
    color: #525252;
}
.orderTelCounsel .orderFinishMsg p + p {
    margin-top: 16px;
}
.orderTelCounsel .orderFinishMsg strong,
.orderTelCounsel .orderFinishMsg strong a {
    color: #000;
    font-weight: 500;
}
.orderTelCounsel .orderCounseling {
    margin-top: 32px;
}
.orderTelCounsel .orderCounseling .title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
}
.orderTelCounsel .orderCounselingTime {
    display: flex;
}
.orderTelCounsel .orderCounselingTime li {
    display: flex;
}
.orderTelCounsel .orderCounselingTime li + li {
    margin-left: 32px;
}
.orderTelCounsel .orderCounselingTime li div {
    font-size: 14px;
}
.orderTelCounsel .orderCounselingTime li .tit {
    position: relative;
    font-weight: 500;
    color: #000;
}
.orderTelCounsel .orderCounselingTime li .tit::before {
    content: '•';
    margin-right: 4px;
}
.orderTelCounsel .orderCounselingTime li .time {
    position: relative;
}
.orderTelCounsel .orderCounselingTime li .time::before {
    content: '|';
    margin: 0 8px;
    color: #D9D9D9;
}
.orderTelCounsel .orderFinish .msg {
    margin-top: 8px;
    color: #525252;
}
.orderTelCounsel .orderFinish .msg li {
    position: relative;
    padding-left: 8px;
    line-height: 18px;
    color: #525252;
    font-size: 14px;
}
.orderTelCounsel .orderFinish .msg li+li {
    margin-top: 2px;
}
.orderTelCounsel .orderFinish .msg li:before {
    content: "*";
    position: absolute;
    top: 2px;
    left: 0;
}

/* 상세 보기 */
#popupProdDetail .popupArea{
    bottom:auto;
}
#popupProdDetail .nwFooter{
    position:relative;
}
#popupProdDetail  .popupArea{
    height:auto;
}
#popupProdDetail .prod_tab_depth_in2 .columns{
    height:auto;
    position:relative;
    white-space: initial;
}
#popupProdDetail .tabContent{
    max-height: 595px;
    padding:0 24px;
    overflow:hidden;
}
#popupProdDetail .nwContent{
    height: auto;
}
#popupProdDetail .prod_tab_depth2,
#popupProdDetail .prod_tab_depth_in2 {
    padding: 0 !important
}
#popupProdDetail .prod_tab_depth2 .columns li,
#popupProdDetail .prod_tab_depth_in2 .columns li {
    display: inline-block;
    height:auto;
    margin-right: 20px;
    margin: 12px 8px 0 0;
}
#popupProdDetail .prod_tab_depth2 .columns li a,
#popupProdDetail .prod_tab_depth_in2 .columns li a {
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 16px;
    color: #525252;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
}
#popupProdDetail .prod_tab_depth2 .columns li a:after,
#popupProdDetail .prod_tab_depth_in2 .columns li a:after {
    display: none
}
#popupProdDetail .prod_tab_depth2 .columns li.active a,
#popupProdDetail .prod_tab_depth_in2 .columns li.active a {
    font-weight: 500;
    color: #000;
    background-color: #EDEDED;
    border-color: #EDEDED;
}
#popupProdDetail .wire_prodtab_cont {
    overflow: hidden;
}
#popupProdDetail .wire_prodtab_cont.tabNo {
    padding-top: 0
}
#popupProdDetail .tabConts {
    position: relative;
}
#popupProdDetail .tabConts.full {
    height: auto
}
#popupProdDetail .tabConts img {
    width: 100%
}
#popupProdDetail .btnMore:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    height: 59px;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF22 15%, #E9E9E9 100%) 0% 0% no-repeat padding-box;
}
#popupProdDetail .target-area {
    position: relative;
    overflow-y: auto !important;
    padding: 0;
    box-sizing: border-box;
    margin-top:20px;
    max-height: 595px;
}
#popupProdDetail .target-area.full {
    overflow-y: auto;
}
#popupProdDetail .area {
    display: none
}
#popupProdDetail .summary-list{margin:20px 0 80px;}
#popupProdDetail .summary-list li{position:relative;font-size:14px !important;margin-bottom:5px;color:#888;padding-left:15px}
#popupProdDetail .summary-list li:last-child{margin-bottom:0}
#popupProdDetail .summary-list li:before{position:absolute;left:0; content:"•"; }
#popupProdDetail .summary-list li ul{margin-top:5px}
#popupProdDetail .summary-list li li:before{content:"-";display:block; margin-right:5px;}
#popupProdDetail ::-webkit-scrollbar{height:8px;}

/* 주문서 약관 팝업 리셋 */
.txtmark li {
    word-break: normal;
}
.ter_content .ter_tbs_02 th, .agreeTbl th {
    font-size: 13px !important;
}
.boldTxt {
    font-size: 13px !important;
    color: #6d6d6d !important;
    text-decoration: none;
    font-weight: 400;
}
.popup-raw{
    padding-bottom:0;
}
.ter_content .ter_tbs_02 tr:first-child th,
.agreeTbl thead th{
    overflow-wrap: break-word;
}
.ter_content .ter_tbs_02,
.agreeTbl{
    position:relative;
}
caption:focus {
    outline: none;
    font-size: 0.8em;
    visibility: hidden;
}