@charset "utf-8";

/* 공통요소 제어 */
 
#cfmClFooter {
    margin-top: 0;
}

.nwWrap h2.subTitle{
    margin-bottom: 21px;
    font-size:28px;
    line-height: 40px;
    font-weight: 600;
}
.wSubMenu{
    position:sticky;
    top:110px;
    border-bottom:1px solid #E6E6E6;
    background-color:#fff;
    z-index:20;
}
.wSubMenu .inner{
    display:flex;
}
.wSubMenu a{
    position:relative;
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    font-size:18px;
    color:#757575;
}
.wSubMenu a + a{
    margin-left: 32px;
}
.wSubMenu a.selected{
    font-weight: 600;
    color:#000;
}
.wSubMenu a.selected:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background-color:#000;
}
.prodViewArea{
    position:relative;
}

/* top banner*/
.topBannerSwiper {
    position:relative;
    overflow:hidden;
}
.topBannerSwiper .swiper-wrapper .inner{
    height: 100%;
    padding:4px 0;
}
.topBannerSwiper .button{
    display:none;
    width:10px;
    height:10px;
    margin:0 4px;
}
.topBannerSwiper #topBannerPlay{
    background:url(/NWR/assets/images/pc/control_play_a.png) center center/10px auto no-repeat;
}
.topBannerSwiper #topBannerStop{
    background:url(/NWR/assets/images/pc/control_stop_a.png) center center/10px auto no-repeat;
}
.topBannerSwiper .swiper-pagination{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.topBannerSwiper.whitePage  #topBannerPlay{
    background-image:url(/NWR/assets/images/pc/control_play_b.png)
}
.topBannerSwiper.whitePage  #topBannerStop{
    background-image:url(/NWR/assets/images/pc/control_stop_b.png)
}
.topBannerSwiper .swiper-pagination{
    bottom:10px;
}
.topBannerSwiper .swiper-pagination-bullet{
    width:8px;height:8px;
    background-color: #000;
    opacity: 0.42;
}
.topBannerSwiper.whitePage .swiper-pagination-bullet{
    background-color: #fff;
}
.topBannerSwiper .swiper-pagination-bullet-active{
    width:10px;
    height:10px;
    opacity: 1;
}
.topBannerSwiper.whitePage .swiper-pagination-bullet{
    background-color: #fff;
}

/* selectSearch */
.selectSearch.fixed{
    position:sticky;
    top:167px;
    z-index:20;
    padding: 24px 0 20px;
    background-color: #fff;
}
.selectSearch .inner{
    display:flex;
    justify-content: space-between;
    min-height: 32px;
}
.selectSearch .checkBox [type="radio"]+label,
.selectSearch .checkBox [type="checkbox"]+label {
    min-height: auto;
}
.selectSearch *{font-size:14px;}
.selectSearch .filter_1{
    position:relative;
    display:flex;
}
.selectSearch .filter_1 .item{
    position: relative;
    z-index:2;
}
.selectSearch .filter_1 button{
    position:relative;
    height:32px;
    background-color: #F8F8F8;
    border-radius: 16px;
    padding:0 29px 0 12px;
    border:1px solid #F8F8F8;
    margin-right:8px;
    white-space: nowrap;
}
.selectSearch .filter_1 button:after{
    content: "";
    position:absolute;
    right:9px;
    top:6px;
    width:16px;
    height:16px;
    background:url(/NWR/assets/images/pc/arrow_down.svg) center center no-repeat;
    transition:transform 0.5s ease;
}
.selectSearch .filter_1 button.on,
.selectSearch .filter_1 button.selected{
    border:1px solid #000;
    background-color: #fff;
}
.selectSearch .filter_1 button.on:after{
    transform: rotate(-180deg);
}
.selectSearch .filterSelect{
    display:none;
    position:absolute;
    top:40px;
    left:0;
    width:240px;
    padding:20px;
    background-color:#fff;
    border:1px solid #D9D9D9;
    border-radius: 8px;
    box-shadow: #00000010 0 10px 20px;
}
.selectSearch .filterSelect li + li{margin-top: 14px;}
.selectSearch .filterSelect input[type=checkbox]:checked + label{
    font-weight: 500;
}
.selectSearch .on + .filterSelect{
    display:block;
}
.selectSearch .filter_2{
    position: relative;
    display:flex;
    align-items: center;
    gap:0 14px;
    width: 100%;
    justify-content: right;
}
.selectSearch .filter_2 label {
    font-size: 14px;
    font-weight: 500;
}
.selectSearch .filter_2 input:disabled + label{
    opacity: 0.5;
}
.selectSearch .filter_2 .selectArea{
    display:flex;
    align-items: center;
    margin-left: 18px;
    border:0;
}
.selectSearch .filter_2 .selectArea span{
    color:#808080;
    font-weight:500
}
.selectSearch .filter_2 .selectArea select{
    margin-left: 5px;
    height:20px;line-height: 20px;
    border:0;
    color: #383838;
}

/* swiper */
.wireList {
    position: relative;
}
.wireList .swiper{
    padding:0 12px 26px;
    margin:0 -12px 91px;
    overflow:hidden;
}
.wireList .swiper-slide{
    width:344px !important;
    margin-right: 24px !important;
}
.wireList .swiper-slide:nth-child(n+4) .prodArea .titleArea {
    min-height: 26px;
    line-height: 24px;
}
.wireList .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:0;
}
.swiper-pagination-bullet{
    width:10px;
    height:10px;
    background-color: #939393;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #000;
}
.swiper-button-prev,
.swiper-button-next{
    width:40px;
    height:40px;
    border-radius: 50%;
    border:1px solid #A8A8A8;
    background:#fff url(/NWR/assets/images/pc/btn_prev.svg) center center no-repeat;
    box-shadow: #00000012 0 4px 8px;
    z-index: 10;
    opacity: 0.8;
}
.swiper-button-prev{
    left:-20px;
}
.swiper-button-next{
    right:-20px;
    background-image:url(/NWR/assets/images/pc/btn_next.svg);
}
.swiper-button-prev:after{
    content:"이전";
    font-size:10px;
    opacity: 0;
}
.swiper-button-next:after{
    content:"다음";
    font-size:10px;
    opacity: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    border-color:#D9D9D9;
    pointer-events: inherit;
}
.swiper-button-prev.swiper-button-disabled{
    background-image:url(/NWR/assets/images/pc/btn_prev_off.svg)
}
.swiper-button-next.swiper-button-disabled{
    background-image:url(/NWR/assets/images/pc/btn_next_off.svg)
}
.swiper-notification {
    display: none;
}

/* 리스트 추가 정보 */
.wireList + .noticeList {
    margin: -71px 0 91px;
}
.wireList + .noticeList .msg li {
    position: relative;
    padding-left: 16px;
    color: #757575;
    font-size: 13px;
}
.wireList + .noticeList .msg li + li {
    margin-top: 4px;
}
.wireList + .noticeList .msg li::before {
    content: '※';
    position: absolute;
    left: 0;
}
.wireList + .noticeList .msg li a {
    font-size: 13px;
    color: #3D84E6;
}

/* findPlan */
.findPlan{
    padding-bottom:32px;
    background-image: linear-gradient(to right, #EBF5FD 0%, #ECECF8 100%)
}
.findPlan p img{
    margin: -11px 0 -96px -80px;
    width: auto;
}
.findPlan .area {
    margin-top: 13px;
}
.findPlan .findPlanList{
    display:flex;
    gap:12px;
}
.findPlan .findPlanList .wCheck{
    width:100%;
}
.findPlan .btnArea {
    margin-top: 24px;
}
.findPlan .btnArea .btnBlack{width:152px}
.findPlan .btnArea .btnBlack span {
    display: inline-block;
    padding-right: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url(/NWR/assets/images/pc/arrow_w_right.svg) no-repeat 100% center;
}

/* banner */
.salePromotional{
    margin: 80px 0;
}
.relevantPromotional{
    margin: 80px 0;
}
.recommService{
    padding:48px 0 64px;
    background-color:#F8FAFD
}
.recommService .area{
    display:flex;
    justify-content: space-between;
}
.relevantPromotional .area{
    position:relative;
}
.relevantPromotionalSwiper{
    position: relative;
    overflow:hidden;
}
.relevantPromotionalSwiper .swiper-wrapper{
    position: relative;
}
.relevantPromotionalSwiper .swiper-slide{
    width:auto;
    padding:1px;
}
.relevantPromotionalSwiper .swiper-slide a{
    display:block;
}

/* 사은품 */
.giftListTitle{
    background-color: #F6F5F7;
    margin-bottom: 24px;
}
.giftListTitle .inner{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    font-size:14px;
}
.giftListTitle .gu{
    margin:0 5px;
}
.giftListTitle strong{
    font-size:14px;
    font-weight: bold;
}
.giftList{margin-top: 24px;}
.giftList, .giftParperArea, .eleArea {
    margin-bottom: 96px;
}
.giftList .area {
    border-bottom: 1px solid #D9D9D9;
}
.giftList .area .title {
    position: relative;
    display:flex;
    align-items: center;
    width: 100%;
    padding: 25px 404px 24px 0;
    text-align: left;
    font-weight: 500;
    font-size:20px;
    line-height: 19px;
}
.giftList .area:first-of-type{
    border-top:none;
}
.giftList .area:first-of-type .title {
    padding-top: 0;
}
.giftList .area .title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transition: transform 0.5s ease;
    transform: translateY(-50%) rotate(180deg);
    width: 24px;
    height: 24px;
    background: url(/NWR/assets/images/pc/toggle_up_arrow.svg) right center no-repeat;
    background-size: 24px;
}
.giftList .area:first-of-type .title:after {
    top: 13px;
}
.giftList .area .title[aria-expanded=true]:after {
    transform: translateY(-50%) rotate(0deg);
}
.giftList .area .title span {
    display:inline-block;
    margin-right:8px;
}
.giftList .toggleItem {
    display: flex;
    position:relative;
    padding:15px 0 48px;
    margin-bottom: 32px;
    border-top:1px solid #d9d9d9;
}
.giftList .swiper{
    overflow:hidden;
}
.giftList .swiper-slide{
    width:252px;
}
.giftList .item {
    position: relative;
    width: 252px;
}
.giftList .item a {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 0;
}
.giftList .item .head {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: end;
    z-index: 1;
}
.giftList .item .head .prodMore button {
    width: 24px;
    height: 24px;
    background: url(/NWR/assets/images/pc/icon_prod_more.svg) no-repeat 50% 50%;
    background-size: contain;
}
.giftList .item .box {
    display:inline-flex;
    align-items: center;
    justify-content: center;
    height: 212px;
    width:100%;
    border-radius: 6px;
    background: rgb(246, 245, 248);
    background: linear-gradient(180deg, rgba(246, 245, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.giftList .item .box img {
    width: 180px;
    height: auto;
    max-width: 180px;
    max-height: 180px;
}
.giftList .item .subTitle {
    margin-top: 8px;
    font-size:16px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align:center;
    text-align: center;
}
.giftList .item .contents {
    margin-top: 2px;
    text-align: center;
    color: #808080;
}
.giftList .item .opt {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    color: #161616;
}
.giftList .item .opt + .opt {
    margin-top: 2px;
}
.giftList .item .opt span {
    font-size: 14px;
    color: #161616;
    font-weight: 500;
}
.giftList .item .opt span.sub:before{
    content: "└";
    margin-right:5px;
}
.giftList .item .opt span:last-of-type{
    text-align: right;
    color:#000;
    font-weight: 500;
}
.giftList .item .opt span strong{
    font-size: 16px;
    font-weight: 600;
}
.giftList .item .fav {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
}
.giftList .area .title span,
.eleArea .item .tag {
    display: inline-block;
    padding: 0 8px;
    line-height: 24px;
    border: 1px solid #EA303750;
    border-radius: 4px;
    font-weight: 500;
    font-size: 10px;
    color: #EA3037;
    background-color: #fff;
    margin-right: 8px;
    text-transform: uppercase;
}
.eleArea .item .prodMore button {
    width: 24px;
    height: 24px;
    background: url(/NWR/assets/images/pc/icon_prod_more.svg) no-repeat 50% 50%;
    background-size: contain;
}
.eleArea .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.giftParperArea .msg{
    display:inline-block;
    margin:4px 0 0 8px;
    font-size:18px;
    color:#525252
}
.giftParperArea .msg strong{
    font-weight: 500;
    font-size:inherit;
}
.giftParperArea .list{
    display:flex;
    gap:24px;
}
.giftParperArea .list .item{
    width:100%;
    height: 160px;
    padding-top:12px;
    text-align:center;
    background: linear-gradient(180deg, rgba(246, 245, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.giftParperArea .list .item img{
    height:108px;
    width:108px;
}
.giftParperArea .list .item .title{
    font-size:16px;
    font-weight: 500;
}
.eleProd{
    padding-bottom:24px;
    margin-bottom:24px;
    border-bottom:1px solid #D9D9D9;
}
.eleProd .swiper{
    overflow:hidden;
}
.eleProd .swiper-wrapper{
    display:flex;
    gap:36px;
    padding-bottom:1px;
}
.eleProd .swiper.swiperOn{
    padding-bottom:20px;
}
.eleProd .swiper.swiperOn .swiper-wrapper{
    gap:0;
}
.eleProd .swiper .swiper-pagination{
    display:none;
}
.eleProd .swiper.swiperOn  .swiper-pagination{
    display:block;
}
.eleProd button{
    width:76px !important;
}
.eleProd button .img{
    display:block;
    width:76px;
    height: 76px;
    margin-bottom: 8px;
    border-radius: 8px;
    border:2px solid #F8F8F8;
    background:#F8F8F8 url(/) center center no-repeat;
}
.eleProd button .name{
    font-size:14px
}
.eleProd button .name em{
    font-size:inherit;
    color:#EA3037
}
.eleProd button.selected .img{
    border-color:#000;
    background-color: #fff;
}
.eleProd .swiper-pagination{
    bottom:0;
}
.selectSearch .filterSelect.brandFilter{
    width:306px;
}
.selectSearch .filterSelect.brandFilter ul{
    display:flex;
    flex-wrap: wrap;
    gap: 14px;
    width:100%;
}
.selectSearch .filterSelect.brandFilter ul li{
    width:47%;
    margin-top: 0;
}
.eleArea .selectSearch .filter_2 .tip {
    position: absolute;
    bottom: 31px;
    right: -7px;
    font-size: 12px;
    width: 152px;
    line-height: 20px;
    padding: 0 4px 0;
    letter-spacing: -1px;
    border: 1px solid #808080;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px #00000020;
}
.eleArea .selectSearch .filter_2 .tip strong{
    font-weight: 500;
    font-size:inherit;
}
.eleArea .selectSearch .filter_2 .tip:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 10px;
    width: 14px;
    height: 8px;
    background: url(/NWR/assets/images/pc/bg_tip_arrow.svg) 0 bottom/100% auto no-repeat;
}
.eleArea .total{
    margin-top: 20px;
    font-size:16px;
    font-weight: 500;
}
.eleArea .total strong{
    font-size: 20px;
    font-weight: 600;
}
.eleArea .list {
    position: relative;
    display:flex;
    flex-wrap: wrap;
    gap:24px;
    margin-top: 16px;
}
.eleArea .list .head {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.eleArea .list .item {
    position: relative;
    width:252px;
}
.eleArea .list .item .tag {
    padding: 0;
    line-height: normal;
    border: none;
    background-color: transparent;
    margin-right: 2px;
    font-size: 12px;
    vertical-align: top;
}
.eleArea .list .item .tag img {
    width: auto;
    height: 20px;
}
.eleArea .list .item .img {
    display: flex;
    justify-content: center;
    height:236px;
    padding-top: 40px;
    margin-bottom: 11px;
    border-radius: 12px;
    background: rgb(246, 245, 248);
    background: linear-gradient(180deg, rgba(246, 245, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.eleArea .list .item .img img {
    height: 180px;
    width: auto;
}
.eleArea .list .item .title {
    padding:0 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.eleArea .list .item .contents {
    margin: 2px 0 12px;
    text-align: center;
    color: #808080;
}
.eleArea .list .item .opt {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding:0 20px;
}
.eleArea .list .item .opt span{
    font-size:14px;
    font-weight: 500;
    color: #161616;
}
.eleArea .list .item .opt  span:last-of-type{
    color: #000;
}
.eleArea .list .item .opt  span strong{
    font-size:16px;
    font-weight: 600;
}
.eleArea .list .item .opt.optTotal span{
    font-size:12px;
}
.eleArea .list .item .opt .money strong {
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.eleArea .list .item .opt+.optMonth {
    position: relative;
    margin: 10px 20px 0;
    padding: 6px 0 0;
}
.eleArea .list .item .optMonth {
    padding-top: 6px;
    border-top: 1px solid #D9D9D9;
}
.eleArea .list .item .opt.optMonth .money {
    position: relative;
}
.eleArea .list .item .opt.optMonth .money strong {
    position: relative;
    padding-right: 0;
    font-size: 16px;
}
.eleArea .list .item .opt.optMonth .money strong::after {
    display: none;
}
.eleArea .btnMore{
    width:344px;
    margin:24px auto 0;
}

/* 사은품 리스트 - 알뜰할인 */
.discountEvent {
    padding: 32px 12px 16px;
    margin-bottom: 96px;
    border-radius: 12px;
    background: #F0F6FC url(/NWR/assets/images/pc/bg_discount.svg) calc(100% - 69px) 24px no-repeat;
}
.discountEvent p.top {
    margin:0 36px 20px;
    font-weight: bold;
    font-size: 20px;
}
.discountEvent p.top * {
    font-size: 14px;
}
.discountEvent p.top span {
    display:block;
    margin-bottom:5px;
    font-weight: normal;
    color:#161616;
}
.discountEvent p.top .underline {
    font-weight: inherit;
    font-size:inherit;
    background: linear-gradient(to top, #F9EC6C 50%, transparent 50%);
}
.discountEvent .box {
    padding: 16px 36px;
    border-radius: 6px;
    background-color: #fff;
}
.discountEvent .box strong {
    font-size: 14px;
    font-weight: 600;
}
.discountEvent .box strong+p {
    margin-top: 7px;
}
.discountEvent .box p {
    font-size: 12px;
    line-height: 1.4;
}
.discountEvent .box p+p {
    margin-top: 4px;
    color: #525252;
}
.discountEvent a {
    width: auto;
    margin: 0 auto;
}
.discountEvent .bottom {
    margin-top: 12px;
    text-align: center;
}
.discountEvent .bottom a {
    padding-right: 18px;
    font-weight: 500;
    font-size: 14px;
    background: url(/NWR/assets/images/pc/arrow_b_right.svg) right 3px no-repeat
}

/* 가입상담예약 */
.bannerTelArea{
    text-align:right;
}
.bannerTel {
    position: fixed;
    display:inline-block;
    top:283px;
    transform: translateX(24px);
    z-index:100;
    padding:30px 6px 15px 6px;
    width:120px;
    text-align:center;
    border:1px solid #C8D1DD;
    border-radius: 10px;
    font-size:12px;
    background-color: #fff;
}
.bannerTel:before {
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform: translate(-50%,-30px);
    width:40px;
    height:60px;
    background:url(/NWR/assets/images/pc/nwBgTel.png) 0 0 no-repeat;
}
.bannerTel .title {
    margin-bottom:8px;
    font-weight: bold;
    font-size:13px;
}
.bannerTel .area {
    display:flex; flex-direction: column; margin-bottom:8px; padding:9px 0; font-size:12px; background-color:#F6F5F8; border-radius: 8px;
}
.bannerTel .area strong {
    font-size:13px;
    font-weight: bold;
}
.bannerTel .area .line {
    width:40px; height:1px;
    margin:8px auto;
    background-color:#8D8D8D;
}
.bannerTel .day {
    padding: 0 4px;
}
.bannerTel .day div {
    display: flex; justify-content: space-between;
}
.bannerTel button {
    margin-top:13px;
    width: 100%;
    height: 32px;
    background-color: #000; border-radius: 8px; text-align: center;}
.bannerTel button span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}