    /* common */
    br.br-pc {display:block;}
    br.br-mo {display:none;}
    .font-sans {font-family:'Samsung Sharp Sans',SamsungOneKorean;}
    .font-sans * {font-family:inherit;}
    .no-scroll {overflow:hidden;}

    /* scroll */
    .-scroll::-webkit-scrollbar {width:4px; background-color:transparent;}
    .-scroll::-webkit-scrollbar-button {display:none;}
    .-scroll::-webkit-scrollbar-thumb {border-radius:2em; background-color:rgba(0,0,0,0.2);}
    .-scroll:hover::-webkit-scrollbar-thumb,
    .-scroll::-webkit-scrollbar-thumb:hover {background-color:rgba(0,0,0,.5);}
    .-scroll:hover {scrollbar-color:rgba(0,0,0,0.5);}

    /* layout */
    .re-tip {width:1440px; margin:0 auto; padding-top:60px;}
    .re-tip__tit {padding:0 24px; font-size:48px; line-height:1.3; text-align:center;}
    .re-tip__tit .re-tip__tit__txt {font-size:48px; display:block;}
    .re-tip__list {display:flex; margin-top:60px; padding:0 12px; justify-content:center;}
    .re-tip__list li {width:calc(100% / 4); padding:0 12px;}
    .re-tip__list__btn {display:block; position:relative; width:100%; height:390px; background-repeat:no-repeat; background-position:left top; background-size:cover; border-radius:20px; box-shadow:0 0.06em 0.2em 0.06em rgba(0, 0, 0, 0.2);}
    .re-tip__list__btn.pic01 {background-image:url("//images.samsung.com/kdp/static/pcd/cooking-appliances/pcd_tip01.jpg");}
    .re-tip__list__btn.pic02 {background-image:url("//images.samsung.com/kdp/static/pcd/cooking-appliances/pcd_tip02.jpg");}
    .re-tip__list__btn.pic03 {background-image:url("//images.samsung.com/kdp/static/pcd/cooking-appliances/pcd_tip03.jpg");}
    .re-tip__list__btn.pic04 {background-image:url("//images.samsung.com/kdp/static/pcd/cooking-appliances/pcd_tip04_v2.jpg");}
    .re-tip__list__btn .txt {display:block; position:absolute; top:312px; left:0; width:100%; color:#555; font-size:22px; font-weight:700; line-height:1.36; text-align:center;}
    .re-tip__list__btn .txt.color_wht {color:#eee;}

    /* popup */
    .re-tip .popup {display:none; z-index:20; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.8); justify-content:center; align-items:center;}
    .re-tip .popup-content {width:1392px; position:relative; display:flex; height:690px;}
    .re-tip .popup .close-popup {position:absolute; bottom:0; left:50%; width:40px; height:40px; background:#fff url(//images.samsung.com/kdp/static/common/icon-close.svg) no-repeat center / 14px 14px; border-radius:50%; transform:translate(-50%, 150%);}
    .re-tip .popup-content .constant-left {width:260px; height:100%; background:#ececec; padding:30px; border-radius:20px 0px 0px 20px;}
    .re-tip .popup-content .constant-left .tabs {width:200px;}
    .re-tip .popup-content .constant-left .tabs li .tab {width:100%; background:#fff; display:block; padding:10px 0; text-align:center; border-radius:20px; margin-bottom:10px; cursor:pointer;}
    .re-tip .popup-content .constant-left .tabs li .tab.active {background:#000; color:#fff;}
    .re-tip .popup-content .constant-left h3 {display:none;}
    .re-tip .popup-content .constant-right {height:100%; width:calc(100% - 300px); background:#fff; padding:30px; border-radius:0px 20px 20px 0px;}
    .re-tip .popup-content .constant-right h3 {text-align:center; line-height:1.25; font-size:38px; display:block;}
    .re-tip .popup-content .constant-right h4.tab-content-s-title {text-align:center; line-height:1.25; font-size:18px; margin-top:20px;}
    .re-tip .popup-content .constant-right .inner-tabs {padding:40px 0 30px; display:flex; justify-content:space-around;}
    .re-tip .popup-content .constant-right .inner-tabs li .inner-tab {position:relative; display:inline-block; height:32px; line-height:1.5; font-weight:bold; font-size:20px;}
    .re-tip .popup-content .constant-right .inner-tabs li .inner-tab.active:after {content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background-color:#000; transition:all .3s;}
    .re-tip .popup-content .constant-right .tab-content.active, .re-tip .popup-content .constant-right .inner-tab-content.active {display:block;}

    /* 후드 추가 설치비 */
    .re-tip .ig-table {width:100%;}
    .re-tip .ig-table th,
    .re-tip .ig-table td {padding:10px; text-align:center; vertical-align:middle; font-weight:bold; font-size:16px; line-height:1.3;}
    .re-tip .ig-table tbody th,
    .re-tip .ig-table tbody td {border:1px solid #ccc;}
    .re-tip .ig-table thead th {position:relative; height:40px; border:1px solid #3a3d46; background:#3a3d46; color:#fff;}
    .re-tip .ig-table thead th:after {position:absolute; top:50%; right:0; width:1px; height:45%; background:#61646b; transform:translateY(-50%); content:'';}
    .re-tip .ig-table thead th:first-child {width:17%;}
    .re-tip .ig-table thead th:nth-child(2) {width:33%;}
    .re-tip .ig-table thead th:nth-child(3) {width:17%;}
    .re-tip .ig-table thead th:last-child {width:33%;}
    .re-tip .ig-table thead th:last-child:after {display:none;}
    .re-tip .ig-table .tbl-cont,
    .re-tip .ig-table .tbl-etc {text-align:left;}
    .re-tip .ig-table .tbl-tit {font-size:20px;}
    .re-tip .ig-table .tbl-cont {padding-left:20px; padding-right:20px;}
    .re-tip .ig-table .tbl-price {background:#f8f8f8;}
    .re-tip .ig-table .tbl-etc {font-weight:normal; font-size:14px;}
    .re-tip .ig-table .tbl-etc ul {font-size:inherit;}
    .re-tip .ig-table .tbl-etc-bul {display:block; padding-left:8px; font-size:inherit; text-indent:-8px;}
    .re-tip .ig-table .tbl-etc-bul:before {display:inline-block; vertical-align:middle; width:3px; height:3px; border-radius:50%; margin-right:5px; background:#000; content:'';}
    .re-tip .ig-table .tbl-etc ul li + li {margin-top:5px;}
    .re-tip .ig-disc-area.type-2col {display:flex; margin-top:40px; align-items:flex-start;}
    .re-tip .ig-disc-area.type-2col .ig-disc-tel {display:inline-flex; align-items:center; width:40%; padding-right:30px; color:#aeaeae;}
    .re-tip .ig-disc-area.type-2col .ig-disc-list {width:60%; text-align:right;}
    .re-tip .ig-disc-area.type-2col .ig-disc-list li {padding-left:10px; text-indent:-10px; font-size:12px; line-height:1.4;}
    .re-tip .ig-disc-area.type-2col .ig-disc-list li + li {margin-top:3px;}
    .re-tip .ig-disc-area.type-2col .tel-num,
    .re-tip .ig-disc-area.type-2col .tel-tit {display:block;}
    .re-tip .ig-disc-area.type-2col .tel-num {order:1; margin-right:15px; font-family:'Samsung Sharp Sans', SamsungOneKorean; font-weight:bold; font-size:34px;}
    .re-tip .ig-disc-area.type-2col .tel-tit {order:2; font-size:14px; line-height:1.5;}

    @media (max-width:1440px) {
        /* layout */
        .re-tip {width:100%;}
        .re-tip__tit {padding:0 1.6667vw; font-size:3.3333vw;}
        .re-tip__tit .re-tip__tit__txt {font-size:3.3333vw;}
        .re-tip__list {margin-top:4.1667vw; padding:0 0.8333vw;}
        .re-tip__list li {padding:0 0.8333vw;}
        .re-tip__list__btn {height:27.0833vw; border-radius:1.3889vw;}
        .re-tip__list__btn .txt {top:21.6667vw; font-size:1.5278vw;}

        /* popup */
        .re-tip .popup-content {max-width:94vw; height:53.4722vw;}
        .re-tip .popup .close-popup {width:2.7778vw; height:2.7778vw; background-size:0.9722vw 0.9722vw;}
        .re-tip .popup-content .constant-left {width:18vw; padding:2.0833vw; border-radius:1.3889vw 0px 0px 1.3889vw;}
        .re-tip .popup-content .constant-left .tabs {width:13.8889vw;}
        .re-tip .popup-content .constant-left .tabs li .tab {padding:0.6944vw 0; border-radius:1.3889vw; margin-bottom:0.6944vw;}
        .re-tip .popup-content .constant-right {width:calc(100% - 18vw); padding:2.0833vw; border-radius:0px 1.3889vw 1.3889vw 0px;}
        .re-tip .popup-content .constant-right h3 {font-size:2.6389vw;}
        .re-tip .popup-content .constant-right h4.tab-content-s-title {font-size:1.2500vw; margin-top:1.3889vw;}
        .re-tip .popup-content .constant-right .inner-tabs {padding:2.7778vw 0 2.0833vw;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab {height:2.3611vw; font-size:1.3889vw;}

        /* 후드 추가 설치비 */
        .re-tip .ig-table th,
        .re-tip .ig-table td {padding:0.6944vw; font-size:1.1111vw;}
        .re-tip .ig-table thead th {height:2.7778vw;}
        .re-tip .ig-table .tbl-tit {font-size:1.3889vw;}
        .re-tip .ig-table .tbl-cont {padding-left:1.3889vw; padding-right:1.3889vw;}
        .re-tip .ig-table .tbl-etc {font-size:0.9722vw;}
        .re-tip .ig-table .tbl-etc-bul {padding-left:0.5556vw; text-indent:-0.5556vw;}
        .re-tip .ig-table .tbl-etc-bul:before {width:0.2083vw; height:0.2083vw; margin-right:0.3472vw;}
        .re-tip .ig-table .tbl-etc ul li + li {margin-top:0.3472vw;}
        .re-tip .ig-disc-area.type-2col {margin-top:2.7778vw;}
        .re-tip .ig-disc-area.type-2col .ig-disc-tel {padding-right:2.0833vw;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list li {padding-left:0.6944vw; text-indent:-0.6944vw; font-size:0.8333vw;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list li + li {margin-top:0.2083vw;}
        .re-tip .ig-disc-area.type-2col .tel-num {font-size:2.3611vw;}
        .re-tip .ig-disc-area.type-2col .tel-tit {font-size:0.9722vw;}
    }

    @media (max-width:768px) {
        /* common */
        br.br-pc {display:none;}
        br.br-mo {display:block;}

        /* layout */
        .re-tip__tit {padding:0 6.6667vw; font-size:7.7778vw;}
        .re-tip__list {margin-top:3.8889vw; padding:0 4.4444vw; justify-content:flex-start; flex-wrap:wrap;}
        .re-tip__list li {width:calc(100% / 2); padding:4.4444vw 2.2222vw 0;}
        .re-tip__list__btn {height:48.8889vw; border-radius:5.5556vw;}
        .re-tip__list__btn .txt {top:38.0556vw; font-size:3.3333vw;}
        .re-tip__tit .re-tip__tit__txt {font-size:7.7778vw;}

        /* popup */
        .re-tip .popup {background:none;}
        .re-tip .popup-content {width:100%; max-width:100%; height:100%; background:#f1f1f1; flex-direction:column;}
        .re-tip .popup .close-popup {top:5.0vw; bottom:auto; left:auto; right:5.0vw; width:10.0000vw; height:10.0000vw; border-radius:0; transform:translate(0); background-color:transparent; background-size:4.4444vw 4.4444vw;}
        .re-tip .popup-content .constant-left {width:100%; height:auto; border-radius:0; padding:7.5vw 7.5vw 5.0vw 7.5vw; background:#fff;}
        .re-tip .popup-content .constant-right {width:100%; border-radius:0; padding:0vw 5vw 5vw 5vw; overflow-y:scroll;}
        .re-tip .popup-content .constant-left .tabs {display:flex; justify-content:flex-start; flex-wrap:nowrap; align-items:center; overflow-x:auto; overflow-y:hidden; width:calc(100% + 15vw); white-space:nowrap; padding:5vw 0 0 0; margin-left:-7.5vw; border-bottom:1px solid #ddd;}
        .re-tip .popup-content .constant-left .tabs li {width:32%; margin-left:7.5vw;}
        .re-tip .popup-content .constant-left .tabs li .tab {margin-bottom:0; height:8.25vw; font-size:4vw; position:relative; font-weight:bold; color:#777;}
        .re-tip .popup-content .constant-left .tabs li .tab.active {background:none; color:#000; border:none;}
        .re-tip .popup-content .constant-left .tabs li .tab.active:after {content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background-color:#000;}
        .re-tip .popup-content .constant-left .tabs li .tab:focus {outline:none;}
        .re-tip .popup-content .constant-left .tabs li:last-child {margin-right:7.5vw;}
        .re-tip .popup-content .constant-left h3 {font-size:5.0vw; display:block;}
        .re-tip .popup-content .constant-right h3 {font-size:5.5vw; text-align:left; display:none; text-align:center;}
        .re-tip .popup-content .constant-right h3.title-mo {display:block}
        .re-tip .popup-content .constant-right .inner-tabs {overflow-x:auto; overflow-y:hidden; width:calc(100% + 10vw); margin-left:-5.0vw; white-space:nowrap; padding:0vw 0 7.0vw 0;}
        .re-tip .popup-content .constant-right .inner-tabs li {margin-right:2.5vw;}
        .re-tip .popup-content .constant-right .inner-tabs li:first-child {margin-left:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tabs li:last-child {margin-right:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab {height:auto; font-size:4vw; border:1px solid #bbb; padding:0.9vw 4.5vw; color:#8f8f8f; border-radius:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab.active {background:#313131; color:#fff; border:1px solid #313131;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab.active:after {content:none;}
        .re-tip .popup-content .constant-right .inner-tab-content {padding:5vw; border-radius:10px; height:auto;}
        .re-tip .popup-content .constant-right .inner-tab-content .quest .subject:after {font-size:6.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .subject {padding-left:7.0vw; font-size:4.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .subject em {font-size:4.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer {margin-top:3.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer .subject:after {font-size:6.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer .subject > em {font-size:4.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after {margin:3.0vw 0 0;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after > li {float:none; width:100%; margin-right:0;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after > li + li {margin-top:5.0vw; margin-left:0;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after .tit {padding:2vw 0 0 0; font-size:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after .txt {font-size:3.3vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .note {margin-top:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .note li {margin-top:0px; padding-left:0px; font-size:3.0vw; color:#757575;}

        /* 후드 추가 설치비 */
        .re-tip .ig-table th,
        .re-tip .ig-table td {padding:10px; padding:1.3888vw; font-size:3.0vw;}
        .re-tip .ig-table thead th {height:40px; height:10.0vw; font-size:3.0vw;}
        .re-tip .ig-table .tbl-tit {font-size:3.0vw; font-size:2.7777vw;}
        .re-tip .ig-table .tbl-cont {padding-left:2.7777vw; padding-right:2.7777vw; font-size:3.0vw;}
        .re-tip .ig-table .tbl-etc {font-size:1.9444vw;}
        .re-tip .ig-table .tbl-etc-bul {padding-left:2.0vw; text-indent:-1.1111vw; font-size:3.0vw;}
        .re-tip .ig-table .tbl-etc-bul:before {width:3px; height:3px; margin-right:0.6944vw; margin-top:-3px;}
        .re-tip .ig-table .tbl-etc ul li + li {margin-top:0.6944vw;}

        .re-tip .ig-disc-area.type-2col {display:block; margin-top:5.0vw;}
        .re-tip .ig-disc-area.type-2col .ig-disc-tel,
        .re-tip .ig-disc-area.type-2col .ig-disc-list {width:100%;}
        .re-tip .ig-disc-area.type-2col .ig-disc-tel {padding-right:0;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list {margin-top:3.0vw; text-align:left;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list li {padding-left:2.2222vw; text-indent:-2.2222vw; font-size:3.0vw;}
        .re-tip .ig-disc-area.type-2col .tel-num {margin-right:1.0vw; font-size:7.2vw;}
        .re-tip .ig-disc-area.type-2col .tel-tit {font-size:3.0vw; line-height:1.25;}
    }
    
    /* kitchen-guide-popup01 */

    /* 가져온거 */
    /* scroll */
    .-scroll::-webkit-scrollbar {width:4px; background-color:transparent;}
    .-scroll::-webkit-scrollbar-button {display:none;}
    .-scroll::-webkit-scrollbar-thumb {border-radius:2em; background-color:rgba(0,0,0,0.2);}
    .-scroll:hover::-webkit-scrollbar-thumb,
    .-scroll::-webkit-scrollbar-thumb:hover {background-color:rgba(0,0,0,.5);}
    .-scroll:hover {scrollbar-color:rgba(0,0,0,0.5);}
    /** common **/
    .pod-buying-guide .br-pc {display:block;}
    .pod-buying-guide .br-mo {display:none;}
    .pod-buying-guide span, .pod-buying-guide strong {vertical-align:baseline; font-size:inherit;}
    .pod-buying-guide picture {display:block;}

    /** style **/
    .pod-buying-guide {display:flex; flex-direction:column; width:100%; max-width:1392px; min-height:100%; max-height:min-content; margin:0 auto; background-color:#F7F7F7;}
    .pod-buying-guide .guide-title {padding-top:23px; font-size:44px; line-height:1.3; text-align:center; background-color:#fff;}
    .pod-buying-guide .guide-title span {display:block; font-size:inherit; color:#1C1C1C;}
    .pod-buying-guide .guide-title-desc {padding-top:11px; padding-bottom:26px; background-color:#fff; font-size:16px; line-height:1.5; text-align:center; color:#313131;}
    .pod-buying-guide .guide-tabs-wrap {height:80px; border-bottom:1px solid #555555; background-color:#fff;}
    .pod-buying-guide .guide-tabs {display:flex; height:100%;}
    .pod-buying-guide .guide-tab {position:relative; display:flex; justify-content:center; gap:18px; padding-top:20px; padding-bottom:18px; width:100%; height:100%;}
    .pod-buying-guide .guide-tab .tab-icon {display:block; width:40px; height:40px; background-color:#fff; background-repeat:no-repeat; background-size:auto 40px; background-position:top;}
    .pod-buying-guide .guide-tab .tab-icon.ti01 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/pc_icon_tab_01_b.svg);}
    .pod-buying-guide .guide-tab .tab-icon.ti02 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/pc_icon_tab_02_b.svg);}
    .pod-buying-guide .guide-tab .tab-icon.ti03 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/pc_icon_tab_03_b.svg);}
    .pod-buying-guide .guide-tab .tab-icon.ti04 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/pc_icon_tab_04_b.svg);}
    .pod-buying-guide .guide-tab .tab-name {display:block; line-height:1.2142; font-size:18px; text-align:left; font-weight:bold; color:#555;}
    .pod-buying-guide .guide-tab .tab-name .name-eyebrow {display:block; padding-bottom:1px; line-height:1.2142; font-size:14px; font-weight:400; color:#757575;}
    .pod-buying-guide .guide-tab::after {display:inline-block; content:""; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:36px; background-color:#ddd;}
    .pod-buying-guide .guide-tab:last-child::after {display:none;}
    .pod-buying-guide .guide-tab.active::after {display:none;}
    .pod-buying-guide .guide-tab.active {background-color:#313131;}
    .pod-buying-guide .guide-tab.active .tab-icon {background-color:#313131;}
    .pod-buying-guide .guide-tab.active .tab-name {color:#fff;}
    .pod-buying-guide .guide-tab.active .tab-name .name-eyebrow {color:#fff;}
    .pod-buying-guide .guide-tab.active .tab-icon.ti01 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/pc_icon_tab_01_w.svg);}
    .pod-buying-guide .guide-tab.active .tab-icon.ti02 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/pc_icon_tab_02_w.svg);}
    .pod-buying-guide .guide-tab.active .tab-icon.ti03 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/pc_icon_tab_03_w.svg);}
    .pod-buying-guide .guide-tab.active .tab-icon.ti04 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/pc_icon_tab_04_w.svg);}
    .pod-buying-guide .guide-contents-wrap .guide-cont {display:none;}
    .pod-buying-guide .guide-contents-wrap .guide-cont.active {display:block;}
    .pod-buying-guide .tab-area {padding-top:20px;}
    .pod-buying-guide .sub-tabs-wrap {height:40px;}
    .pod-buying-guide .sub-tabs-wrap .swiper-wrapper {justify-content:center;}
    .pod-buying-guide .sub-tabs-wrap .swiper-slide {display:inline-block; width:auto; height:40px; margin-left:24px;}
    .pod-buying-guide .sub-tabs-wrap .swiper-slide:first-child {margin-left:0;}
    .pod-buying-guide .sub-tabs-wrap .swiper-slide .sub-tab {padding:11px 24px; height:100%; border:1px solid #bbb; border-radius:30px; font-size:14px; font-weight:bold; color:#8F8F8F;}
    .pod-buying-guide .sub-tabs-wrap .swiper-slide .sub-tab.active {border:1px solid #313131; box-sizing:border-box; font-weight:bold; color:#fff; background-color:#313131;}
    .pod-buying-guide .sub-cont {display:none;}
    .pod-buying-guide .sub-cont.active {display:flex;}
    .pod-buying-guide .sub-cont .eyebrow {display:none;}
    .pod-buying-guide .sub-cont .img-box img {border-radius:20px;}
    .pod-buying-guide .sub-cont .icon-box {display:flex; justify-content:center; margin-top:10px; gap:12px;}
    .pod-buying-guide .sub-cont .icon-box li {width:54px; height:60px;}
    .pod-buying-guide .sub-cont .icon-box li .icon {width:40px; height:40px; background-repeat:no-repeat; background-size:contain; background-position:center;}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-wine {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_wine.png);}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-fridge {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_fridge.png);}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-kimchi {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_kimchi.png);}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-ice {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_ice.png);}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-freezer {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_freezer.png);}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-meat {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_meat.png);}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-dual {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_dual.png);}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-single {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_single.png);}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-beverageMode {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_beverageMode.png);}
    .pod-buying-guide .sub-cont .icon-box li .icon.icon-wineDessert {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/icon_wineDessert.png);}
    .pod-buying-guide .sub-cont .icon-box li span {display:inline-block; margin-top:4px; font-size:12px; line-height:1.2; color:#2189FF;}
    .pod-buying-guide .sub-cont .text-box {position:relative; text-align:center;}
    .pod-buying-guide .sub-cont .text-box .cont-msg {display:block; font-size:18px; line-height:1.3; color:#313131;}
    .pod-buying-guide .sub-cont .text-box .cont-tit {display:block; color:#313131;}
    .pod-buying-guide .sub-cont .text-box .cont-desc {font-size:16px; line-height:1.4; color:#555;}
    .pod-buying-guide .sub-cont .text-box .cont-disclaimer {margin-top:14px; font-size:14px; text-align:center; letter-spacing:-0.05em; color:#757575;}
    .pod-buying-guide .common-cta-wrap {/*position:absolute; left:50%; transform:translate(-50%, -79px); */ text-align:center;}

    /* horizontal 좌우배치 */
    .pod-buying-guide .horizontal .sub-cont {padding:20px 140px 33px;}
    .pod-buying-guide .horizontal .sub-cont .img-box {width:510px; height:380px;}
    .pod-buying-guide .horizontal .sub-cont .text-box {padding-top:12px; padding-left:70px; align-content:center; text-align:left;}
    .pod-buying-guide .horizontal .sub-cont .text-box .cont-tit {margin-top:8px; font-size:36px; line-height:1.2;}
    .pod-buying-guide .horizontal .sub-cont .text-box .cont-spec {margin-top:10px;}
    .pod-buying-guide .horizontal .sub-cont .text-box .cont-spec span {font-size:12px; line-height:1.5; color:#1C1C1C;}
    .pod-buying-guide .horizontal .sub-cont .text-box .cont-spec span + span::before {display:inline-block; content:""; width:1px; height:14px; background-color:#AAAAAA; margin-right:12px; margin-left:12px; vertical-align:text-top;}
    .pod-buying-guide .horizontal .sub-cont .text-box .btn {margin-top:28px; margin-right:0; margin-left:0;}
    .pod-buying-guide .horizontal .sub-cont .text-box .cont-desc {margin-top:30px;}
    .pod-buying-guide .horizontal .sub-cont .text-box .cont-desc:last-child {margin-top:18px;}

    /* vertical 상하배치 */
    .pod-buying-guide .vertical .sub-cont {justify-content:space-between; padding:20px 200px 16px;}
    .pod-buying-guide .vertical .sub-cont .img-box {margin:0 auto; width:436px; height:200px;}
    .pod-buying-guide .vertical .sub-cont .text-box .cont-msg {margin-top:19px;}
    .pod-buying-guide .vertical .sub-cont .text-box .cont-tit {margin-top:5px; font-size:28px; line-height:1.3;}
    .pod-buying-guide .vertical .sub-cont .text-box .cont-desc {margin-top:11px; margin-bottom:15px;}
    .pod-buying-guide .vertical .sub-cont .text-box .btn-open-modal {margin-right:16px;}

    /* vertical 상하배치 + 공통cta */
    .pod-buying-guide .vertical_cta .sub-cont {justify-content:center; padding:20px 40px 18px;}
    .pod-buying-guide .vertical_cta .sub-cont .img-box {margin:0 auto;}
    .pod-buying-guide .vertical_cta .sub-cont .text-box .cont-tit {margin-top:17px; font-size:28px; line-height:1.3;}
    .pod-buying-guide .vertical_cta .sub-cont .text-box .cont-desc {margin-top:9px;}

    /* vertical 상하배치 + 공통cta + 이미지 N개 */
    /* 이미지 3개 */
    .pod-buying-guide .vertical_cta .sub-cont.image-col3 {gap:41px;}
    .pod-buying-guide .vertical_cta .sub-cont.image-col3 .text-box {width:410px;}
    /* 이미지 4개 */
    .pod-buying-guide .vertical_cta .sub-cont.image-col4 {gap:42.6667px;}
    .pod-buying-guide .vertical_cta .sub-cont.image-col4 .text-box {width:296px;}

    /* eyebrow */
    .pod-buying-guide .sub-cont.has-eyebrow {padding:18px 40px 29px; gap:48px;}
    .pod-buying-guide .sub-cont.has-eyebrow .eyebrow {display:block; margin-bottom:7px; text-align:left; font-size:22px; line-height:1.3; font-weight:bold; color:#757575;}
    .pod-buying-guide .sub-cont.has-eyebrow .img-box {width:308px;}
    .pod-buying-guide .sub-cont.has-eyebrow .extrabox {display:flex; gap:20px;}
    .pod-buying-guide .sub-cont.has-eyebrow .text-box:first-child::after {content:""; display:inline-block; position:absolute; top:0; left:332px; width:1px; height:100%; background-color:#ddd;}

    /* disclaimer */
    .pod-buying-guide .guide-disc {margin-top:auto; padding:20px 0;}
    .pod-buying-guide .guide-disc p {font-size:14px; text-align:center; letter-spacing:-0.05em; color:#757575;}

    @media (max-width:1440px) {
        /** style **/
        .pod-buying-guide {width:100%;}
        .pod-buying-guide .guide-title {padding-top:1.5972vw; font-size:3.0556vw;}
        .pod-buying-guide .guide-title-desc {padding-top:0.764vw; padding-bottom:1.806vw; font-size:1.1111vw;}
        .pod-buying-guide .guide-tabs-wrap {height:5.5556vw;}
        .pod-buying-guide .guide-tab {gap:1.25vw; padding-top:1.3889vw; padding-bottom:1.25vw;}
        .pod-buying-guide .guide-tab .tab-icon {width:2.7778vw; height:2.7778vw; background-size:auto 2.7778vw;}
        .pod-buying-guide .guide-tab .tab-name {font-size:1.2500vw;}
        .pod-buying-guide .guide-tab .tab-name .name-eyebrow {padding-bottom:0.0694vw; font-size:0.9722vw;}
        .pod-buying-guide .guide-tab::after {width:0.0694vw; height:2.5000vw;}
        .pod-buying-guide .tab-area {padding-top:1.389vw;}
        .pod-buying-guide .sub-tabs-wrap {height:2.7778vw;}
        .pod-buying-guide .sub-tabs-wrap .swiper-slide {height:2.7778vw; margin-left:1.6667vw;}
        .pod-buying-guide .sub-tabs-wrap .swiper-slide .sub-tab {padding:0.7639vw 1.6667vw; border:1px solid #bbb; border-radius:2.0833vw; font-size:0.9722vw;}
        .pod-buying-guide .sub-cont .img-box img {border-radius:1.3889vw;}
        .pod-buying-guide .sub-cont .icon-box {margin-top:0.6944vw; gap:0.8333vw;}
        .pod-buying-guide .sub-cont .icon-box li {width:3.7500vw; height:4.1667vw;}
        .pod-buying-guide .sub-cont .icon-box li .icon {width:2.7778vw; height:2.7778vw;}
        .pod-buying-guide .sub-cont .icon-box li span {margin-top:0.2778vw; font-size:0.8333vw;}
        .pod-buying-guide .sub-cont .text-box .cont-msg {font-size:1.2500vw;}
        .pod-buying-guide .sub-cont .text-box .cont-desc {font-size:1.1111vw;}
        .pod-buying-guide .sub-cont .text-box .cont-disclaimer {margin-top:0.9722vw; font-size:0.9722vw;}
        .pod-buying-guide .common-cta-wrap {/*transform:translate(-50%, -5.4861vw); */}

        /* horizontal 좌우배치 */
        .pod-buying-guide .horizontal .sub-cont {padding:1.3889vw 9.7222vw 2.2917vw;}
        .pod-buying-guide .horizontal .sub-cont .img-box {width:35.417vw; height:26.389vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box {padding-top:0.8333vw; padding-left:4.8611vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-tit {margin-top:0.5555vw; font-size:2.5000vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-spec {margin-top:0.6944vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-spec span {font-size:0.8333vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-spec span + span::before {height:0.9722vw; margin-right:0.8333vw; margin-left:0.8333vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .btn {margin-top:1.9444vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-desc {margin-top:2.0833vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-desc:last-child {margin-top:1.25vw;}

        /* vertical 상하배치 */
        .pod-buying-guide .vertical .sub-cont {padding:1.3889vw 13.8889vw 1.1111vw;}
        .pod-buying-guide .vertical .sub-cont .img-box {width:30.2778vw; height:13.8889vw;}
        .pod-buying-guide .vertical .sub-cont .text-box .cont-msg {margin-top:1.3194vw;}
        .pod-buying-guide .vertical .sub-cont .text-box .cont-tit {margin-top:0.3472vw; font-size:1.9444vw;}
        .pod-buying-guide .vertical .sub-cont .text-box .cont-desc {margin-top:0.7639vw; margin-bottom:1.0417vw;}
        .pod-buying-guide .vertical .sub-cont .text-box .btn-open-modal {margin-right:1.1111vw;}

        /* vertical 상하배치 + 공통cta */
        .pod-buying-guide .vertical_cta .sub-cont {padding:1.3889vw 2.7778vw 1.25vw;}
        .pod-buying-guide .vertical_cta .sub-cont .text-box .cont-tit {margin-top:1.1806vw; font-size:1.9444vw;}
        .pod-buying-guide .vertical_cta .sub-cont .text-box .cont-desc {margin-top:0.625vw;}

        /* vertical 상하배치 + 공통cta + 이미지 N개 */
        /* 이미지 3개 */
        .pod-buying-guide .vertical_cta .sub-cont.image-col3 {gap:2.8472vw;}
        .pod-buying-guide .vertical_cta .sub-cont.image-col3 .text-box {width:28.4722vw;}
        /* 이미지 4개 */
        .pod-buying-guide .vertical_cta .sub-cont.image-col4 {gap:2.9629vw;}
        .pod-buying-guide .vertical_cta .sub-cont.image-col4 .text-box {width:20.5556vw;}

        /* eyebrow */
        .pod-buying-guide .sub-cont.has-eyebrow {padding:1.2500vw 2.7778vw 2.0139vw; gap:3.3333vw;}
        .pod-buying-guide .sub-cont.has-eyebrow .eyebrow {margin-bottom:0.4861vw; font-size:1.5278vw;}
        .pod-buying-guide .sub-cont.has-eyebrow .img-box {width:21.3888vw;}
        .pod-buying-guide .sub-cont.has-eyebrow .extrabox {gap:1.3889vw;}
        .pod-buying-guide .sub-cont.has-eyebrow .text-box:first-child::after {left:23.0555vw;}

        /* disclaimer */
        .pod-buying-guide .guide-disc {padding:1.3889vw 0;}
        .pod-buying-guide .guide-disc p {font-size:0.9722vw;}
    }

    @media (max-width:768px) {
        /** common **/
        .pod-buying-guide .br-pc {display:none;}
        .pod-buying-guide .br-mo {display:block;}

        /** style **/
        .pod-buying-guide {width:100%;}
        .pod-buying-guide .guide-title {padding-top:13.8888vw; font-size:7.7778vw; line-height:1.3214; text-align:center;}
        .pod-buying-guide .guide-title-desc {padding-top:3.0556vw; padding-bottom:8.3333vw; font-size:3.8889vw; line-height:1.4286;}
        .pod-buying-guide .guide-tabs-wrap {height:30.5556vw;}
        .pod-buying-guide .guide-tabs {height:100%; gap:0;}
        .pod-buying-guide .guide-tab {flex-direction:column; align-items:center; gap:0; width:25%; height:100%; padding-top:4.4444vw; padding-bottom:3.8889vw;}
        .pod-buying-guide .guide-tab::after {height:21.6667vw;}
        .pod-buying-guide .guide-tab .tab-icon {width:8.3333vw; height:8.3333vw; background-size:contain; background-position:center;}
        .pod-buying-guide .guide-tab .tab-icon.ti01 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/mo_icon_tab_01_b.svg);}
        .pod-buying-guide .guide-tab .tab-icon.ti02 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/mo_icon_tab_02_b.svg);}
        .pod-buying-guide .guide-tab .tab-icon.ti03 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/mo_icon_tab_03_b.svg);}
        .pod-buying-guide .guide-tab .tab-icon.ti04 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/mo_icon_tab_04_b.svg);}
        .pod-buying-guide .guide-tab .tab-name {padding-top:2.7778vw; font-size:4.4444vw; line-height:1.1875; text-align:center;}
        .pod-buying-guide .guide-tab .tab-name .name-eyebrow {display:none;}
        .pod-buying-guide .guide-tab.active .tab-icon.ti01 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/mo_icon_tab_01_w.svg);}
        .pod-buying-guide .guide-tab.active .tab-icon.ti02 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/mo_icon_tab_02_w.svg);}
        .pod-buying-guide .guide-tab.active .tab-icon.ti03 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/mo_icon_tab_03_w.svg);}
        .pod-buying-guide .guide-tab.active .tab-icon.ti04 {background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/buying-guide/mo_icon_tab_04_w.svg);}
        .pod-buying-guide .tab-area {padding-top:8.3333vw;}
        .pod-buying-guide .sub-tabs-wrap {height:11.1111vw;}
        .pod-buying-guide .sub-tabs-wrap.align-left .swiper-wrapper {justify-content:flex-start;}
        .pod-buying-guide .sub-tabs-wrap .swiper-slide {margin-left:0; height:100%;}
        .pod-buying-guide .sub-tabs-wrap .swiper-slide:last-child {margin-right:0 !important;}
        .pod-buying-guide .sub-tabs-wrap .swiper-slide .sub-tab {padding:3.0556vw 6.6667vw; border-radius:8.3333vw; font-size:3.8889vw;}
        .pod-buying-guide .sub-cont.active {flex-direction:column;}
        .pod-buying-guide .sub-cont .img-box {width:86.6667vw;}
        .pod-buying-guide .sub-cont .img-box img {border-radius:5.5556vw;}
        .pod-buying-guide .sub-cont .icon-box {margin-top:2.2222vw; gap:1.1111vw;}
        .pod-buying-guide .sub-cont .icon-box li {display:flex; flex-flow:column nowrap; align-items:center; width:15.0000vw; height:auto;}
        .pod-buying-guide .sub-cont .icon-box li .icon {width:10.0000vw; height:10.0000vw;}
        .pod-buying-guide .sub-cont .icon-box li span {margin-top:1.1111vw; font-size:3.3333vw; line-height:1.2;}
        .pod-buying-guide .sub-cont .text-box .cont-msg {margin-top:6.6667vw; font-size:3.8889vw;}
        .pod-buying-guide .sub-cont .text-box .cont-tit {display:block; color:#313131;}
        .pod-buying-guide .sub-cont .text-box .cont-desc {font-size:3.8888vw;}
        .pod-buying-guide .sub-cont .text-box .cont-disclaimer {margin-top:3.8888vw; font-size:3.3333vw; line-height:1.3; letter-spacing:-0.02em;}
        .pod-buying-guide .sub-cont .icon-box.box-line2 +.cont-tit,
        .pod-buying-guide .sub-cont .icon-box.box-line2 ~.cont-desc {position:relative; top:-12px;}
        .pod-buying-guide .sub-cont .icon-box +.cont-tit,
        .pod-buying-guide .sub-cont .icon-box ~.cont-desc {position:relative; top:-2px;}
        .pod-buying-guide .common-cta-wrap {/*position:relative; top:0; left:0; transform:none; */padding-bottom:8.3333vw;}

        /* horizontal 좌우배치(pc기준) */
        .pod-buying-guide .horizontal .sub-cont {padding:8.3333vw 6.6667vw 8.556vw;}
        .pod-buying-guide .horizontal .sub-cont .img-box {width:100%; height:auto;}
        .pod-buying-guide .horizontal .sub-cont .text-box {padding-top:0; padding-left:0; align-content:center; text-align:center;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-tit {margin-top:1.9444vw; font-size:6.1111vw; line-height:1.3636;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-spec {margin-top:2.7778vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-spec span {font-size:3.3333vw; line-height:1.5; color:#1C1C1C;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-spec span + span::before {display:inline-block; content:""; width:0.2778vw; height:3.8889vw; background-color:#AAAAAA; margin-right:3.3333vw; margin-left:3.3333vw; vertical-align:text-top;}
        .pod-buying-guide .horizontal .sub-cont .text-box .btn {margin-top:5vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-desc {margin-top:8.3333vw;}
        .pod-buying-guide .horizontal .sub-cont .text-box .cont-desc:last-child {margin-top:4.1667vw;}

        /* vertical 상하배치 */
        .pod-buying-guide .vertical .sub-cont {padding:8.3333vw 6.6667vw; row-gap:13.6111vw;}
        .pod-buying-guide .vertical .sub-cont .img-box {width:100%; height:100%; margin:0 auto;}
        .pod-buying-guide .vertical .sub-cont .text-box {display:flex; flex-direction:column; align-items:center;}
        .pod-buying-guide .vertical .sub-cont .text-box .cont-msg {margin-top:5.5556vw;}
        .pod-buying-guide .vertical .sub-cont .text-box .cont-tit {margin-top:1.3333vw; font-size:6.1111vw; line-height:1.3;}
        .pod-buying-guide .vertical .sub-cont .text-box .cont-desc {margin-top:3.0556vw; font-size:3.8889vw; margin-bottom:5vw;}
        .pod-buying-guide .vertical .sub-cont .text-box .btn-open-modal {margin-top:5.2778vw; margin-right:0; margin-left:0; order:1;}

        /* vertical 상하배치 + 공통cta */
        .pod-buying-guide .vertical_cta .sub-cont {padding:8.3333vw 6.6667vw; row-gap:8.1111vw;}
        .pod-buying-guide .vertical_cta .sub-cont .img-box {width:100%; margin:0 auto;}
        .pod-buying-guide .vertical_cta .sub-cont .text-box .cont-tit {margin-top:5.5555vw; font-size:6.1111vw; line-height:1.3;}
        .pod-buying-guide .vertical_cta .sub-cont .text-box .cont-desc {margin-top:2.5vw; font-size:3.8889vw;}

        /* vertical 상하배치 + 공통cta + 이미지 N개 */
        /* 이미지 3개 */
        .pod-buying-guide .vertical_cta .sub-cont.image-col3 {gap:10.8333vw;}
        .pod-buying-guide .vertical_cta .sub-cont.image-col3 .text-box {width:100%;}
        /* 이미지 4개 */
        .pod-buying-guide .vertical_cta .sub-cont.image-col4 {gap:10.8333vw;}
        .pod-buying-guide .vertical_cta .sub-cont.image-col4 .text-box {width:100%;}

        /* eyebrow */
        .pod-buying-guide .sub-cont.has-eyebrow .eyebrow {display:none; margin-bottom:6.6667vw; font-size:5vw; line-height:1.3333; text-align:center;}
        .pod-buying-guide .sub-cont.has-eyebrow .extrabox {display:flex; flex-direction:column; gap:8.1111vw;}
        .pod-buying-guide .sub-cont.has-eyebrow .text-box:first-child::after {content:none;}

        /* disclaimer */
        .pod-buying-guide .guide-disc {padding:5.5556vw 0 7.7778vw; background-color:#fff;}
        .pod-buying-guide .guide-disc p {font-size:3.3333vw; line-height:1.3; letter-spacing:-0.02em;}
    }

    /* common 공통cta */
    @media screen and (max-width:1100px) and (min-width:801px) {
        .pod-buying-guide .btn-d {min-width:6.6667vw; height:2.7778vw; line-height:2.6389vw; font-size:0.9722vw; border-radius:1.3889vw;}
        .pod-buying-guide .btn {margin:0 0.2778vw; padding-left:1.6667vw; padding-right:1.6667vw;}
    }
    @media screen and (max-width:768px) and (min-width:541px) {
        .pod-buying-guide .btn-d {min-width:26.66667vw; height:11.11111vw; line-height:10.55556vw; font-size:3.88889vw; border-radius:5.55556vw;}
        .pod-buying-guide .btn {padding-left:6.66667vw; padding-right:6.66667vw;}
    }


    /* 팝업 공통 */
    .disable-scroll {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}
    .guide_refrig-modal-dim{display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:211; background:rgba(0,0,0,0.6);}
    .guide_refrig-modal-dim.is-active{display:block;}
    /* 기본 팝업 스타일 */
    .guide_refrig-modal-layer{display:none; position:fixed; top:50%; left:50%; width:1300px; max-height:90vh; transform:translate(-50%,-50%); z-index:300;}
    .guide_refrig-modal-layer.is-active{display:block;}
    .guide_refrig-modal-layer .visually-hidden {position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0, 0, 0, 0); border:0;}
    .guide_refrig-modal-layer .guide_refrig-modal-cont{position:relative; padding:24px; background-color:#fff; border-radius:20px; height:auto; max-height:80vh;}
    .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-tit{font-size:24px; margin-bottom:8px; padding-bottom:8px; border-bottom:1px solid #ddd;}
    .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap{max-height:calc(80vh - 100px); overflow-y:hidden;}
    .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap.enable-pop-scroll {overflow-y:auto;}
    .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap .inner-img {width:fit-content;}
    .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap .media-pic.mo-ver {display:none;}
    .guide_refrig-modal-layer .guide_refrig-modal-close{position:absolute; top:20px; right:24px; width:35px; height:35px; background-image:url("https://images.samsung.com/kdp/static/common/icon-close.svg"); background-repeat:no-repeat; background-position:center; background-size:18px 18px; cursor:pointer;}
    .guide_refrig-modal-layer .guide_refrig-modal-close.--center{position:relative; top:20px; left:50%; transform:translate(-50%,0); width:40px; height:40px; background-color:#fff; border-radius:50%; background-size:18px 18px;}
    /* 영상 팝업 스타일 추가 */
    .guide_refrig-modal-layer.-vd{max-width:352px;}
    .guide_refrig-modal-layer.-vd.-yt{width:fit-content; max-width:inherit;}
    .guide_refrig-modal-layer.-vd .guide_refrig-modal-cont{position:relative; width:auto; height:auto; padding:0; border-radius:0; background:none;}
    .guide_refrig-modal-layer.-vd .guide_refrig-modal-cont .media-vd{width:100%; height:100%; max-height:80vh;}
    .guide_refrig-modal-layer.-vd .guide_refrig-modal-cont .youtube-video{display:none; text-align:center;}
    .guide_refrig-modal-layer.-vd .guide_refrig-modal-cont .youtube-video .media-yt{width:1000px; height:563px; max-height:80vh;}
    .guide_refrig-modal-layer.-vd .guide_refrig-modal-close{background-color:red;}
    .guide_refrig-modal-layer.-vd .guide_refrig-modal-close.--center{background-color:#fff;}
    @media (max-width:1440px) {
        /* 기본 팝업 스타일 */
        .guide_refrig-modal-layer{width:100%; max-height:90vh;}
        .guide_refrig-modal-layer .guide_refrig-modal-cont{margin:0 auto; width:inherit; height:auto; max-height:80vh;}
        .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap{overflow-y:auto;}
        /* 영상 팝업 스타일 추가 */
        .guide_refrig-modal-layer.-vd .guide_refrig-modal-cont{margin:0 auto; text-align:center;}
        .guide_refrig-modal-layer.-vd .guide_refrig-modal-cont .youtube-video .media-yt{width:100%; max-width:1000px;}
        .guide_refrig-modal-layer.-vd.-yt{width:100%;}
    }
    @media (max-width:768px) {
        /* 기본 팝업 스타일 */
        .guide_refrig-modal-layer{max-width:100%; height:100%; max-height:100%;}
        .guide_refrig-modal-layer .guide_refrig-modal-cont{width:100%; height:100%; max-height:100%; border-radius:0;}
        .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap{height:100%; max-height:calc(100% - 40px);}
        .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap .media-pic{display:none; width:100%;}
        .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap .media-pic.mo-ver {display:block;}
        .guide_refrig-modal-layer .guide_refrig-modal-close.--center{position:absolute; top:18px; left:calc(100% - 13px); transform:translate(-100%,0); width:40px; height:40px; background-size:18px 18px; border-radius:0; background-color:transparent;}
        /* 영상 팝업 스타일 추가 */
        .guide_refrig-modal-layer.-vd{height:auto; max-height:90vh; top:50%; transform:translate(-50%,-50%);}
        .guide_refrig-modal-layer.-vd .guide_refrig-modal-cont .media-vd{height:100%; max-height:80vh; max-width:352px; width:fit-content;}
        .guide_refrig-modal-layer.-vd .guide_refrig-modal-cont .youtube-video .media-yt{max-height:220px;}
        .guide_refrig-modal-layer.-vd .guide_refrig-modal-close.--center{position:relative; top:20px; left:50%; transform:translate(-50%,0); width:40px; height:40px; background-size:18px 18px; background-color:#fff; border-radius:20px;}
    }

    /* 241016 팝업 스타일 변경 */
    .guide_refrig-modal-layer {width:684px;}
    .guide_refrig-modal-layer .guide_refrig-modal-cont {height:741px;}
    .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-tit {margin-bottom:24px;}
    .guide_refrig-modal-layer .inner-text {padding-bottom:24px; font-size:18px; color:#313131;}
    .guide_refrig-modal-layer .refrig-panel-wrap {display:flex; flex-wrap:wrap; justify-content:space-between; row-gap:31px;}
    .guide_refrig-modal-layer .refrig-panel {width:306px;}
    .guide_refrig-modal-layer .refrig-panel .panel-img {padding-bottom:19px;}
    .guide_refrig-modal-layer .refrig-panel .panel-desc {padding-left:24px; margin-bottom:6px; font-size:16px; line-height:1.3125;}
    .guide_refrig-modal-layer .refrig-panel strong.panel-name {padding-left:24px; font-size:20px; line-height:1.3;}

    @media (max-width:768px) {
        .guide_refrig-modal-layer {max-width:86.6666vw; max-height:100%; height:600px;}
        .guide_refrig-modal-layer .guide_refrig-modal-cont {padding:6.6666vw; width:100%; height:100%; max-height:100%; border-radius:20px; text-align:center;}
        .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-tit {margin-bottom:6.6666vw; font-size:6.1111vw; text-align:left; line-height:1.3636;}
        .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap {height:100%; max-height:calc(100% - 17.8149vw); max-height:calc(100% - 18vw);}
        .guide_refrig-modal-layer .guide_refrig-modal-cont .modal-cont-wrap.tit-twoline {max-height:calc(100% - 23.9259vw); max-height:calc(100% - 26vw);}
        .guide_refrig-modal-layer .inner-text {padding-bottom:6.1111vw; font-size:4.4444vw; line-height:1.5;}
        .guide_refrig-modal-layer .refrig-panel-wrap {row-gap:8.3333vw;}
        .guide_refrig-modal-layer .refrig-panel {width:100%;}
        .guide_refrig-modal-layer .refrig-panel .panel-desc {padding-left:0; margin-bottom:1.3889vw; font-size:3.8888vw; line-height:1.5;}
        .guide_refrig-modal-layer .refrig-panel strong.panel-name {padding-left:0; font-size:5vw; line-height:1.3333;}
    }
    








    /* kitchen-guide-popup02 */

    







    /* kitchen-guide-popup03 */
    
        /* common */
        br.br-pc {display:block;}
        br.br-mo {display:none;}
        .font-sans {font-family:'Samsung Sharp Sans',SamsungOneKorean;}
        .font-sans * {font-family:inherit;}
        .no-scroll {overflow:hidden;}

        /* scroll */
        .-scroll::-webkit-scrollbar {width:4px; background-color:transparent;}
        .-scroll::-webkit-scrollbar-button {display:none;}
        .-scroll::-webkit-scrollbar-thumb {border-radius:2em; background-color:rgba(0,0,0,0.2);}
        .-scroll:hover::-webkit-scrollbar-thumb,
        .-scroll::-webkit-scrollbar-thumb:hover {background-color:rgba(0,0,0,.5);}
        .-scroll:hover {scrollbar-color:rgba(0,0,0,0.5);}

        /* layout */
        .re-tip {width:1440px; margin:0 auto; padding-top:60px;}
        .re-tip__tit {padding:0 24px; font-size:48px; line-height:1.3; text-align:center;}
        .re-tip__tit .re-tip__tit__txt {font-size:48px; display:block;}
        .re-tip__list {display:flex; margin-top:60px; padding:0 12px; justify-content:center;}
        .re-tip__list li {width:calc(100% / 4); padding:0 12px;}
        .re-tip__list__btn {display:block; position:relative; width:100%; height:390px; background-repeat:no-repeat; background-position:left top; background-size:cover; border-radius:20px; box-shadow:0 0.06em 0.2em 0.06em rgba(0, 0, 0, 0.2);}
        .re-tip__list__btn.pic01 {background-image:url("//images.samsung.com/kdp/static/pcd/cooking-appliances/pcd_tip01.jpg");}
        .re-tip__list__btn.pic02 {background-image:url("//images.samsung.com/kdp/static/pcd/cooking-appliances/pcd_tip02.jpg");}
        .re-tip__list__btn.pic03 {background-image:url("//images.samsung.com/kdp/static/pcd/cooking-appliances/pcd_tip03.jpg");}
        .re-tip__list__btn.pic04 {background-image:url("//images.samsung.com/kdp/static/pcd/cooking-appliances/pcd_tip04_v2.jpg");}
        .re-tip__list__btn .txt {display:block; position:absolute; top:312px; left:0; width:100%; color:#555; font-size:22px; font-weight:700; line-height:1.36; text-align:center;}
        .re-tip__list__btn .txt.color_wht {color:#eee;}

        /* popup */
        .re-tip .popup {display:none; z-index:20; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.8); justify-content:center; align-items:center;}
        .re-tip .popup-content {width:1392px; position:relative; display:flex; height:690px;}
        .re-tip .popup .close-popup {position:absolute; bottom:0; left:50%; width:40px; height:40px; background:#fff url(//images.samsung.com/kdp/static/common/icon-close.svg) no-repeat center / 14px 14px; border-radius:50%; transform:translate(-50%, 150%);}
        .re-tip .popup-content .constant-left {width:260px; height:100%; background:#ececec; padding:30px; border-radius:20px 0px 0px 20px;}
        .re-tip .popup-content .constant-left .tabs {width:200px;}
        .re-tip .popup-content .constant-left .tabs li .tab {width:100%; background:#fff; display:block; padding:10px 0; text-align:center; border-radius:20px; margin-bottom:10px; cursor:pointer;}
        .re-tip .popup-content .constant-left .tabs li .tab.active {background:#000; color:#fff;}
        .re-tip .popup-content .constant-left h3 {display:none;}
        .re-tip .popup-content .constant-right {height:100%; width:calc(100% - 300px); background:#fff; padding:30px; border-radius:0px 20px 20px 0px;}
        .re-tip .popup-content .constant-right h3 {text-align:center; line-height:1.25; font-size:38px; display:block;}
        .re-tip .popup-content .constant-right h4.tab-content-s-title {text-align:center; line-height:1.25; font-size:18px; margin-top:20px;}
        .re-tip .popup-content .constant-right .inner-tabs {padding:40px 0 30px; display:flex; justify-content:space-around;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab {position:relative; display:inline-block; height:32px; line-height:1.5; font-weight:bold; font-size:20px;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab.active:after {content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background-color:#000; transition:all .3s;}
        .re-tip .popup-content .constant-right .tab-content.active, .re-tip .popup-content .constant-right .inner-tab-content.active {display:block;}

        /* 인덕션 설치 가이드 */
        .re-tip .popup-content .constant-right .inner-tab-content {padding:35px 30px; background-color:#F7F7F7; border-radius:20px; overflow-y:scroll; height:468px;}
        .re-tip .popup-content .constant-right .inner-tab-content .quest {text-align:left; opacity:.6;}
        .re-tip .popup-content .constant-right .inner-tab-content .subject {display:block; position:relative; padding-left:40px; line-height:1.2; font-size:24px; font-weight:bold;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer {margin-top:19px; text-align:left;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer .subject:after {content:'A'; position:absolute; top:-4px; left:0; font-family:'Samsung Sharp Sans', 'SamsungOneKorean'; font-size:32px; font-weight:bold;}
        .re-tip .popup-content .constant-right .inner-tab-content .quest .subject:after {content:'Q'; position:absolute; top:-4px; left:0; font-family:'Samsung Sharp Sans', 'SamsungOneKorean'; font-size:32px; font-weight:bold;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer .subject > em {color:#3F8DF7; font-size:24px;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after {overflow:hidden; margin:29px 0 0;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after > li {float:left; width:calc(50% - 10px); margin-right:10px;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after > li + li {margin-right:0; margin-left:10px;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after .tit {display:block; padding:9px 0; text-align:center; line-height:1.2; font-size:20px; font-weight:bold;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after .txt {display:block; text-align:center; line-height:1.8; font-size:16px;}
        .re-tip .popup-content .constant-right .inner-tab-content .note {margin-top:21px;}
        .re-tip .popup-content .constant-right .inner-tab-content .note > li {text-align:center; line-height:1.5; font-size:12px;}

        /* 인덕션 추가 설치비 */
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap {overflow-y:scroll; height:570px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .sticky{position:sticky; top:-1px; z-index:100;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap p.text_explain {text-align:right; font-size:14px; padding-bottom:30px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table {width:100%;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table thead th {position:relative; background:#3a3d46; color:#fff; font-size:13px; height:40px; vertical-align:middle;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table thead th::before {content:''; position:absolute; top:50%; left:0; width:1px; height:18px; background:#61646b; margin-top:-9px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table thead th:first-child::before {display:none;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th {background:#fff; font-size:14px; line-height:18px; text-align:center; padding:10px 0; border-bottom:1px solid #e5e5e5; border-left:1px solid #e5e5e5; vertical-align:middle;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th.title_style01 {font-size:20px; line-height:20px; border-left:none;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th .font_style01 {font-size:14px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td.won {background:#f8f8f8; font-size:14px; text-align:center; font-weight:bold; padding:10px 0 10px 0;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td {background:#fff; font-size:12px; line-height:16px; padding:10px 0 10px 24px; border-bottom:1px solid #e5e5e5; border-left:1px solid #e5e5e5; vertical-align:middle;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .font_style02 {font-size:12px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li {position:relative; padding-left:10px; font-size:12px; line-height:14px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li + li {margin-top:5px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li.circle::before  {content:''; position:absolute; top:5px; left:0; font-size:5px; width:4px; height:4px; background:#000; border-radius:50%;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li.stars::before  {content:'*'; position:absolute; top:2px; left:0;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap{display:flex; justify-content:space-between; margin-top:24px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_title h4{color:#757575; font-size:21px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_title p{color:#757575; font-size:62px; font-weight:bold; font-family:'Samsung Sharp Sans',SamsungOneKorean; margin-top:10px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list{width:600px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list li{position:relative; padding-left:10px; font-size:12px; line-height:1.3; color:#131313;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list li + li {margin-top:5px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list li::before  {content:'*'; position:absolute; top:2px; left:0;}

        /* 인덕션 원스탑 설치 */
        .re-tip .popup-content .constant-right .tab-content .constant-onestop {height:100%; padding:0;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__tit {display:flex; height:120px; font-size:45px; font-weight:700; line-height:1.25; justify-content:center; align-items:center;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__tit > span {font-size:inherit; vertical-align:baseline;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__inner {overflow-x:hidden; overflow-y:auto; position:relative; height:calc(100% - 220px); padding:0 0 50px; margin-top:40px;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__txt {position:absolute; left:72px; top:50px; font-size:16px; line-height:1.5;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__banner-tit {position:absolute; left:115px; top:40px; font-size:52px; line-height:1.2;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__pic {width:100%;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__pic.pic-pc {display:block;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__pic.pic-mo {display:none;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__disc {margin-top:20px; text-align:center;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__disc li {font-size:12px; line-height:1.5;}

        /* 후드 설치 가이드 */
        .re-tip .guide-tabs__panel__cont {overflow-y:scroll; height:530px; margin-top:40px;}
        .re-tip .guide-tabs__panel__cont__img.mo {display:none;}
        .re-tip .guide-tabs__panel__cont__list-label {display:block; margin-top:30px; color:#555; font-size:14px;}
        .re-tip .guide-tabs__panel__cont__list {margin-top:10px;}
        .re-tip .guide-tabs__panel__cont__list > li {padding-left:10px; color:#555; font-size:12px; line-height:1.3; text-indent:-10px;}
        .re-tip .guide-tabs__panel__cont__list > li sup {font-size:10px; vertical-align:3px;}
        .re-tip .guide-tabs__panel__cont__list > li + li {margin-top:3px;}

        /* 후드 추가 설치비 */
        .re-tip .ig-table {width:100%;}
        .re-tip .ig-table th,
        .re-tip .ig-table td {padding:10px; text-align:center; vertical-align:middle; font-weight:bold; font-size:16px; line-height:1.3;}
        .re-tip .ig-table tbody th,
        .re-tip .ig-table tbody td {border:1px solid #ccc;}
        .re-tip .ig-table thead th {position:relative; height:40px; border:1px solid #3a3d46; background:#3a3d46; color:#fff;}
        .re-tip .ig-table thead th:after {position:absolute; top:50%; right:0; width:1px; height:45%; background:#61646b; transform:translateY(-50%); content:'';}
        .re-tip .ig-table thead th:first-child {width:17%;}
        .re-tip .ig-table thead th:nth-child(2) {width:33%;}
        .re-tip .ig-table thead th:nth-child(3) {width:17%;}
        .re-tip .ig-table thead th:last-child {width:33%;}
        .re-tip .ig-table thead th:last-child:after {display:none;}
        .re-tip .ig-table .tbl-cont,
        .re-tip .ig-table .tbl-etc {text-align:left;}
        .re-tip .ig-table .tbl-tit {font-size:20px;}
        .re-tip .ig-table .tbl-cont {padding-left:20px; padding-right:20px;}
        .re-tip .ig-table .tbl-price {background:#f8f8f8;}
        .re-tip .ig-table .tbl-etc {font-weight:normal; font-size:14px;}
        .re-tip .ig-table .tbl-etc ul {font-size:inherit;}
        .re-tip .ig-table .tbl-etc-bul {display:block; padding-left:8px; font-size:inherit; text-indent:-8px;}
        .re-tip .ig-table .tbl-etc-bul:before {display:inline-block; vertical-align:middle; width:3px; height:3px; border-radius:50%; margin-right:5px; background:#000; content:'';}
        .re-tip .ig-table .tbl-etc ul li + li {margin-top:5px;}
        .re-tip .ig-disc-area.type-2col {display:flex; margin-top:40px; align-items:flex-start;}
        .re-tip .ig-disc-area.type-2col .ig-disc-tel {display:inline-flex; align-items:center; width:40%; padding-right:30px; color:#aeaeae;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list {width:60%; text-align:right;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list li {padding-left:10px; text-indent:-10px; font-size:12px; line-height:1.4;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list li + li {margin-top:3px;}
        .re-tip .ig-disc-area.type-2col .tel-num,
        .re-tip .ig-disc-area.type-2col .tel-tit {display:block;}
        .re-tip .ig-disc-area.type-2col .tel-num {order:1; margin-right:15px; font-family:'Samsung Sharp Sans', SamsungOneKorean; font-weight:bold; font-size:34px;}
        .re-tip .ig-disc-area.type-2col .tel-tit {order:2; font-size:14px; line-height:1.5;}

        /* 후드 구매 전 확인사항 */
        .re-tip .before-guide__inner {overflow-y:auto; height:calc(100% - 120px); padding:0 0 50px; margin-top:40px;}
        .re-tip .before-guide__pic {width:100%;}
        .re-tip .before-guide__pic.pic-pc {display:block;}
        .re-tip .before-guide__pic.pic-mo {display:none;}
        .re-tip .before-guide__disc {margin-top:20px; text-align:center;}
        .re-tip .before-guide__disc li {font-size:12px; line-height:1.3;}
        .re-tip .before-guide__disc li + li {margin-top:3px;}

        /* 큐커에 대해 자주 묻는 질문 */
        .re-tip .check-cont {padding:0px; text-align:left; background-color:#f6f6f6; border-radius:20px;}
        .re-tip .check-cont.use-note .big-txt{border-top-right-radius:0;}
        .re-tip .check-cont .big-txt {font-size:32px; font-weight:bold; color:#000; line-height:1.25; overflow:hidden; position:relative; height:100px; background-color:#EDEDED; border-top-left-radius:20px; border-top-right-radius:20px;}
        .re-tip .check-cont .big-txt > .img {font-family:'Samsung Sharp Sans'; font-size:50px; font-weight:bold; color:#6A5A49; margin-left:50px; margin-right:30px; display:block; width:36px; text-align:right; float:left; position:relative; top:50%; transform:translateY(-50%); text-align:center;}
        .re-tip .check-cont .big-txt > .txt {font-size:24px; font-weight:bold; float:left; width:80%; position:relative; top:50%; transform:translateY(-50%);}
        .re-tip .check-cont .sub-txt {padding-top:20px; font-size:18px; color:#333; overflow:hidden; margin-top:0;}
        .re-tip .check-cont .sub-txt > .img {font-family:'Samsung Sharp Sans'; font-size:50px; font-weight:bold; color:#FF9C00; margin-left:50px; margin-right:30px; display:block; width:36px; text-align:right; float:left; line-height:1; text-align:center;}
        .re-tip .check-cont .sub-txt > .txt {font-size:18px; font-weight:normal; float:left; width:80%; padding-top:0px;}
        .re-tip .check-cont .sub-txt > .txt .answer{font-size:24px; line-height:1.5; font-weight:bold; padding-bottom:10px; display:block;}
        .re-tip .check-cont .sub-txt > .txt .decs{font-size:18px; line-height:1.2; font-weight:normal; color:#333333;}
        .re-tip .check-cont .guide-note{margin:40px 20px 20px 118px; text-align:left;}
        .re-tip .check-cont .guide-note ul li{color:#333333; font-size:12px; margin-bottom:10px; position:relative; padding-left:13px; line-height:1.3;}
        .re-tip .check-cont .guide-note ul li::before{content:'*'; display:block; position:absolute; top:0; left:0; font-size:14px;}
        .re-tip .check-cont .guide-note ul li:last-child{margin-bottom:0;}
        .re-tip .check-cont .sub-txt .pc_only{display:block;}
        .re-tip .check-cont .check-note li{float:left; margin-right:15px; text-align:center;}
        .re-tip .check-cont .check-note li img{position:relative}
        .re-tip .check-cont .check-note li:nth-child(1) img{width:90px;}
        .re-tip .check-cont .check-note li:last-child img{width:120px; top:25px}
        .re-tip .check-cont .check-note li:last-child{margin-right:0;}
        .re-tip .stc1-mo-show {display:none !important;}
        .re-tip .stc1-pc-show {display:block !important;}
        .re-tip .re-tip .popup-content .constant-right .inner-tab-content.qooker-faq {padding:0;}
        .re-tip .re-tip .popup-content .constant-right .inner-tab-content.qooker-faq .answer {margin-top:10px;}
        .re-tip .check-cont .check-img {height:auto; margin:0; position:relative; left:0px; margin-top:30px; padding:0 50px;}
        .re-tip .check-cont .check-img img {width:100%;}
        .re-tip .answer-wrap {padding-bottom:50px;}

        /* 다양한 라인업의 큐커 멀티/오븐 */
        .re-tip .qooker-lineup-img{margin-top:40px;}


        @media (max-width:1440px) {

        /* layout */
        .re-tip {width:100%;}
        .re-tip__tit {padding:0 1.6667vw; font-size:3.3333vw;}
        .re-tip__tit .re-tip__tit__txt {font-size:3.3333vw;}
        .re-tip__list {margin-top:4.1667vw; padding:0 0.8333vw;}
        .re-tip__list li {padding:0 0.8333vw;}
        .re-tip__list__btn {height:27.0833vw; border-radius:1.3889vw;}
        .re-tip__list__btn .txt {top:21.6667vw; font-size:1.5278vw;}

        /* popup */
        .re-tip .popup-content {max-width:94vw; height:53.4722vw;}
        .re-tip .popup .close-popup {width:2.7778vw; height:2.7778vw; background-size:0.9722vw 0.9722vw;}
        .re-tip .popup-content .constant-left {width:18vw; padding:2.0833vw; border-radius:1.3889vw 0px 0px 1.3889vw;}
        .re-tip .popup-content .constant-left .tabs {width:13.8889vw;}
        .re-tip .popup-content .constant-left .tabs li .tab {padding:0.6944vw 0; border-radius:1.3889vw; margin-bottom:0.6944vw;}
        .re-tip .popup-content .constant-right {width:calc(100% - 18vw); padding:2.0833vw; border-radius:0px 1.3889vw 1.3889vw 0px;}
        .re-tip .popup-content .constant-right h3 {font-size:2.6389vw;}
        .re-tip .popup-content .constant-right h4.tab-content-s-title {font-size:1.2500vw; margin-top:1.3889vw;}
        .re-tip .popup-content .constant-right .inner-tabs {padding:2.7778vw 0 2.0833vw;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab {height:2.3611vw; font-size:1.3889vw;}

        /* 인덕션 설치 가이드 */
        .re-tip .popup-content .constant-right .inner-tab-content {padding:2.4306vw 2.0833vw; border-radius:1.3889vw; height:38vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .subject {padding-left:2.7778vw; font-size:1.6667vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer {margin-top:1.3194vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer .subject:after {top:-4px; font-size:2.2222vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .quest .subject:after {top:-4px; font-size:2.2222vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer .subject > em {font-size:1.6667vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after {margin:2.0139vw 0 0;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after > li {width:calc(50% - 0.6944vw); margin-right:0.6944vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after > li + li {margin-left:0.6944vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after .tit {padding:0.6944vw 0; font-size:1.3889vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after .txt {font-size:1.1111vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .note {margin-top:1.4583vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .note > li {font-size:0.8333vw;}

        /* 인덕션 추가 설치비 */
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap {height:45.5833vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap p.text_explain {font-size:0.9722vw; padding-bottom:2.0833vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table thead th {font-size:0.9028vw; height:2.7778vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table thead th::before {height:1.2500vw; margin-top:-0.6250vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th {font-size:0.9722vw; line-height:1.2500vw; padding:0.6944vw 0;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th.title_style01 {font-size:1.3889vw; line-height:1.3889vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th .font_style01 {font-size:0.9722vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td.won {font-size:0.9722vw; padding:0.6944vw 0 0.6944vw 0;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td {font-size:0.8333vw; line-height:1.1111vw; padding:0.6944vw 0 0.6944vw 1.6667vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .font_style02 {font-size:0.8333vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li {padding-left:0.6944vw; font-size:0.8333vw; line-height:0.9722vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li + li {margin-top:0.3472vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li.circle::before  {top:0.3472vw; font-size:0.3472vw; width:0.2778vw; height:0.2778vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li.stars::before  {top:0.1389vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap{margin-top:1.6667vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_title h4{font-size:1.4583vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_title p{font-size:4.3056vw; margin-top:0.6944vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list{width:41.6667vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list li{padding-left:0.6944vw; font-size:0.8333vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list li + li {margin-top:0.3472vw;}

        /* 인덕션 원스탑 설치 */
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__tit {height:8.3333vw; font-size:3.1250vw;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__inner {height:calc(100% - 15.2778vw); padding:0 0 3.4722vw; margin-top:2.7778vw;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__txt {left:5.0000vw; top:3.4722vw; font-size:1.1111vw;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__banner-tit {left:7.9861vw; top:2.7778vw; font-size:3.6111vw;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__disc li {font-size:0.8333vw;}

        /* 후드 설치 가이드 */
        .re-tip .guide-tabs__panel__cont {height:42.5833vw; margin-top:2.7778vw;}
        .re-tip .guide-tabs__panel__cont__list-label {margin-top:2.0833vw; font-size:0.9722vw;}
        .re-tip .guide-tabs__panel__cont__list {margin-top:0.6944vw;}
        .re-tip .guide-tabs__panel__cont__list > li {padding-left:0.6944vw; font-size:0.8333vw; text-indent:-0.6944vw;}
        .re-tip .guide-tabs__panel__cont__list > li sup {font-size:0.6944vw; vertical-align:0.2083vw;}
        .re-tip .guide-tabs__panel__cont__list > li + li {margin-top:0.2083vw;}

        /* 후드 추가 설치비 */
        .re-tip .ig-table th,
        .re-tip .ig-table td {padding:0.6944vw; font-size:1.1111vw;}
        .re-tip .ig-table thead th {height:2.7778vw;}
        .re-tip .ig-table .tbl-tit {font-size:1.3889vw;}
        .re-tip .ig-table .tbl-cont {padding-left:1.3889vw; padding-right:1.3889vw;}
        .re-tip .ig-table .tbl-etc {font-size:0.9722vw;}
        .re-tip .ig-table .tbl-etc-bul {padding-left:0.5556vw; text-indent:-0.5556vw;}
        .re-tip .ig-table .tbl-etc-bul:before {width:0.2083vw; height:0.2083vw; margin-right:0.3472vw;}
        .re-tip .ig-table .tbl-etc ul li + li {margin-top:0.3472vw;}
        .re-tip .ig-disc-area.type-2col {margin-top:2.7778vw;}
        .re-tip .ig-disc-area.type-2col .ig-disc-tel {padding-right:2.0833vw;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list li {padding-left:0.6944vw; text-indent:-0.6944vw; font-size:0.8333vw;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list li + li {margin-top:0.2083vw;}
        .re-tip .ig-disc-area.type-2col .tel-num {font-size:2.3611vw;}
        .re-tip .ig-disc-area.type-2col .tel-tit {font-size:0.9722vw;}

        /* 후드 구매 전 확인사항 */
        .re-tip .before-guide__inner {height:calc(100% - 8.3333vw); padding:0 0 3.4722vw; margin-top:2.7778vw;}
        .re-tip .before-guide__disc {margin-top:1.3889vw;}
        .re-tip .before-guide__disc li {font-size:0.8333vw;}
        .re-tip .before-guide__disc li + li {margin-top:0.2083vw;}

        /* 큐커에 대해 자주 묻는 질문 */
        .re-tip .check-cont {border-radius:1.3889vw;}
        .re-tip .check-cont .big-txt {font-size:2.2222vw; height:6.9444vw; border-top-left-radius:1.3889vw; border-top-right-radius:1.3889vw;}
        .re-tip .check-cont .big-txt > .img {font-size:3.4722vw; margin-left:3.4722vw; margin-right:2.0833vw; width:2.5000vw;}
        .re-tip .check-cont .big-txt > .txt {font-size:1.6667vw;}
        .re-tip .check-cont .sub-txt {padding-top:1.3889vw; font-size:1.2500vw;}
        .re-tip .check-cont .sub-txt > .img {font-size:3.4722vw; margin-left:3.4722vw; margin-right:2.0833vw; width:2.5000vw;}
        .re-tip .check-cont .sub-txt > .txt {font-size:1.2500vw;}
        .re-tip .check-cont .sub-txt > .txt .answer{font-size:1.6667vw; padding-bottom:0.6944vw;}
        .re-tip .check-cont .sub-txt > .txt .decs{font-size:1.2500vw;}
        .re-tip .check-cont .guide-note{margin:2.7778vw 1.3889vw 1.3889vw 8.1944vw;}
        .re-tip .check-cont .guide-note ul li{font-size:0.8333vw; margin-bottom:0.6944vw; padding-left:0.9028vw;}
        .re-tip .check-cont .guide-note ul li::before{font-size:0.9722vw;}
        .re-tip .check-cont .check-note li{margin-right:1.0417vw;}
        .re-tip .check-cont .check-note li:nth-child(1) img{width:6.2500vw;}
        .re-tip .check-cont .check-note li:last-child img{width:8.3333vw; top:1.7361vw;}
        .re-tip .re-tip .popup-content .constant-right .inner-tab-content.qooker-faq .answer {margin-top:0.6944vw;}
        .re-tip .check-cont .check-img {margin-top:2.0833vw; padding:0 3.4722vw;}
        .re-tip .answer-wrap {padding-bottom:3.4722vw;}

        /* 다양한 라인업의 큐커 멀티/오븐 */
        .re-tip .qooker-lineup-img{margin-top:2.7778vw;}


        }

        @media (max-width:768px) {

        /* common */
        br.br-pc {display:none;}
        br.br-mo {display:block;}
            
        /* layout */
        .re-tip__tit {padding:0 6.6667vw; font-size:7.7778vw;}
        .re-tip__list {margin-top:3.8889vw; padding:0 4.4444vw; justify-content:flex-start; flex-wrap:wrap;}
        .re-tip__list li {width:calc(100% / 2); padding:4.4444vw 2.2222vw 0;}
        .re-tip__list__btn {height:48.8889vw; border-radius:5.5556vw;}
        .re-tip__list__btn .txt {top:38.0556vw; font-size:3.3333vw;}
        .re-tip__tit .re-tip__tit__txt {font-size:7.7778vw;}

        /* popup */
        .re-tip .popup {background:none;}
        .re-tip .popup-content {width:100%; max-width:100%; height:100%; background:#f1f1f1; flex-direction:column;}
        .re-tip .popup .close-popup {top:5.0vw; bottom:auto; left:auto; right:5.0vw; width:10.0000vw; height:10.0000vw; border-radius:0; transform:translate(0); background-color:transparent; background-size:4.4444vw 4.4444vw;}
        .re-tip .popup-content .constant-left {width:100%; height:auto; border-radius:0; padding:7.5vw 7.5vw 5.0vw 7.5vw; background:#fff;}
        .re-tip .popup-content .constant-right {width:100%; border-radius:0; padding:0vw 5vw 5vw 5vw; overflow-y:scroll;}
        .re-tip .popup-content .constant-left .tabs {display:flex; justify-content:flex-start; flex-wrap:nowrap; align-items:center; overflow-x:auto; overflow-y:hidden; width:calc(100% + 15vw); white-space:nowrap; padding:5vw 0 0 0; margin-left:-7.5vw; border-bottom:1px solid #ddd;}
        .re-tip .popup-content .constant-left .tabs li {width:32%; margin-left:7.5vw;}
        .re-tip .popup-content .constant-left .tabs li .tab {margin-bottom:0; height:8.25vw; font-size:4vw; position:relative; font-weight:bold; color:#777;}
        .re-tip .popup-content .constant-left .tabs li .tab.active {background:none; color:#000; border:none;}
        .re-tip .popup-content .constant-left .tabs li .tab.active:after {content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background-color:#000;}
        .re-tip .popup-content .constant-left .tabs li .tab:focus {outline:none;}
        .re-tip .popup-content .constant-left .tabs li:last-child {margin-right:7.5vw;}
        .re-tip .popup-content .constant-left h3 {font-size:5.0vw; display:block;}
        .re-tip .popup-content .constant-right h3 {font-size:5.5vw; text-align:left; display:none; text-align:center;}
        .re-tip .popup-content .constant-right h3.title-mo {display:block}
        .re-tip .popup-content .constant-right .inner-tabs {overflow-x:auto; overflow-y:hidden; width:calc(100% + 10vw); margin-left:-5.0vw; white-space:nowrap; padding:0vw 0 7.0vw 0;}
        .re-tip .popup-content .constant-right .inner-tabs li {margin-right:2.5vw;}
        .re-tip .popup-content .constant-right .inner-tabs li:first-child {margin-left:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tabs li:last-child {margin-right:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab {height:auto; font-size:4vw; border:1px solid #bbb; padding:0.9vw 4.5vw; color:#8f8f8f; border-radius:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab.active {background:#313131; color:#fff; border:1px solid #313131;}
        .re-tip .popup-content .constant-right .inner-tabs li .inner-tab.active:after {content:none;}
        .re-tip .popup-content .constant-right .inner-tab-content {padding:5vw; border-radius:10px; height:auto;}
        .re-tip .popup-content .constant-right .inner-tab-content .quest .subject:after {font-size:6.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .subject {padding-left:7.0vw; font-size:4.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .subject em {font-size:4.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer {margin-top:3.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer .subject:after {font-size:6.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .answer .subject > em {font-size:4.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after {margin:3.0vw 0 0;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after > li {float:none; width:100%; margin-right:0;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after > li + li {margin-top:5.0vw; margin-left:0;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after .tit {padding:2vw 0 0 0; font-size:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .before-after .txt {font-size:3.3vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .note {margin-top:5.0vw;}
        .re-tip .popup-content .constant-right .inner-tab-content .note li {margin-top:0px; padding-left:0px; font-size:3.0vw; color:#757575;}

        /* 인덕션 추가 설치비 */
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap {height:180vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap p.text_explain {font-size:3.0vw; margin-top:3.0vw; padding-bottom:3.0vw}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap p.text_explain {font-size:3.0vw; padding-bottom:4.1667vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table thead th {font-size:3.0vw; height:10.0vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th {font-size:3.0vw; line-height:3.5vw; padding:3vw 0;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th.title_style01 {font-size:4.0vw; line-height:4.5vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th .font_style01 {font-size:3.0vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td.won {font-size:3.0vw; padding:3.0vw 0; line-height:1.1;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td {padding:3.0vw 0 3.0vw 3.0vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .font_style02 {font-size:2.4vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li {padding-left:2.0vw; font-size:3.0vw; line-height:4.0vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li + li {margin-top:1.0vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td .remarks_list li.circle::before  {top:1.5vw; width:3px; height:3px;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap{display:inline-block; margin-top:2.0vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_title{display:flex; flex-direction:row-reverse; align-items:center; justify-content:flex-end;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_title h4{font-size:3.0vw; margin-top:0; text-align:left; line-height:1.25;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_title p{font-size:7.2vw; margin-top:0.5vw; margin-right:1.0vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list{width:100%; margin-top:3.0vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list li{font-size:3.0vw; line-height:1.5; padding-left:2.5vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap .dscription_wrap .dscription_list li + li {margin-top:1.0vw;}
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody th.last_td,
        .re-tip .popup-content .constant-right .tab-content .er_installation_table_wrap table tbody td.last_td {border-bottom:1px solid #e5e5e5;}

        /* 원스탑 설치 */
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__tit {height:20vw; font-size:6.6667vw; flex-direction:column;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__inner {height:auto; padding:0; margin-top:0;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__txt {position:static; width:100%; padding:8.0vw 0 86vw; background:url("//images.samsung.com/kdp/static/pcd/electric-range/bespoke/bespoke-induction_pcd_fb_mo_v4.jpg") no-repeat center bottom / 100% auto; font-size:4.0vw; text-align:center;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__banner-tit {display:none;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__pic.pic-pc {display:none;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__pic.pic-mo {display:block;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__disc {margin-top:5.5556vw; padding:0 5.2777vw; font-size:4.4444vw; text-align:center;}
        .re-tip .popup-content .constant-right .tab-content .constant-onestop__disc > li {padding-left:2.2222vw; text-indent:-2.2222vw; font-size:3.0vw;}

        /* 후드 설치 가이드 */
        .re-tip .guide-tabs__panel__cont__img.pc {display:none;}
        .re-tip .guide-tabs__panel__cont__img.mo {display:block;}
        .re-tip .guide-tabs__panel__cont {margin-top:5vw; height:auto;}
        .re-tip .guide-tabs__panel__cont__list-label {margin-top:5.0vw; font-size:3.5vw;}
        .re-tip .guide-tabs__panel__cont__list {margin-top:2.0vw;}
        .re-tip .guide-tabs__panel__cont__list > li {font-size:3.0vw;}

        /* 후드 추가 설치비 */
        .re-tip .ig-table th,
        .re-tip .ig-table td {padding:10px; padding:1.3888vw; font-size:3.0vw;}
        .re-tip .ig-table thead th {height:40px; height:10.0vw; font-size:3.0vw;}
        .re-tip .ig-table .tbl-tit {font-size:3.0vw; font-size:2.7777vw;}
        .re-tip .ig-table .tbl-cont {padding-left:2.7777vw; padding-right:2.7777vw; font-size:3.0vw;}
        .re-tip .ig-table .tbl-etc {font-size:1.9444vw;}
        .re-tip .ig-table .tbl-etc-bul {padding-left:2.0vw; text-indent:-1.1111vw; font-size:3.0vw;}
        .re-tip .ig-table .tbl-etc-bul:before {width:3px; height:3px; margin-right:0.6944vw; margin-top:-3px;}
        .re-tip .ig-table .tbl-etc ul li + li {margin-top:0.6944vw;}

        .re-tip .ig-disc-area.type-2col {display:block; margin-top:5.0vw;}
        .re-tip .ig-disc-area.type-2col .ig-disc-tel,
        .re-tip .ig-disc-area.type-2col .ig-disc-list {width:100%;}
        .re-tip .ig-disc-area.type-2col .ig-disc-tel {padding-right:0;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list {margin-top:3.0vw; text-align:left;}
        .re-tip .ig-disc-area.type-2col .ig-disc-list li {padding-left:2.2222vw; text-indent:-2.2222vw; font-size:3.0vw;}
        .re-tip .ig-disc-area.type-2col .tel-num {margin-right:1.0vw; font-size:7.2vw;}
        .re-tip .ig-disc-area.type-2col .tel-tit {font-size:3.0vw; line-height:1.25;}

        /* 후드 구매 전 확인사항 */
        .re-tip .before-guide__inner {height:auto; padding:0; margin-top:5vw;}
        .re-tip .before-guide__pic.pic-pc {display:none;}
        .re-tip .before-guide__pic.pic-mo {display:block;}
        .re-tip .before-guide__disc {margin-top:5.0vw;}
        .re-tip .before-guide__disc li {font-size:3.0vw;}

        /* 큐커에 대해 자주 묻는 질문 */
        .re-tip .stc1-mo-show {display:block !important;}
        .re-tip .stc1-pc-show {display:none !important;}
        .re-tip .check-cont {min-height:auto; border-radius:10px; overflow-x:hidden; padding:3.0vw;}
        .re-tip .check-cont .big-txt {font-size:3.3333vw; line-height:1.33; padding:0; border-radius:0; height:auto; overflow:initial; background-color:transparent;}
        .re-tip .check-cont .big-txt > span {font-size:3.3333vw;}
        .re-tip .check-cont .big-txt > br {display:none;}
        .re-tip .check-cont .sub-txt {padding-top:2.7778vw; font-size:2.2222vw; line-height:1.5;}
        .re-tip .check-cont .sub-txt > span {font-size:2.2222vw;}
        .re-tip .check-cont .big-txt > .img{font-size:7.5000vw; padding-right:0; width:100%; display:block; float:none; text-align:left; top:0; transform:none; margin:0;}
        .re-tip .check-cont .big-txt > .txt{float:none; font-size:3.8vw; width:100%; display:block; top:0; transform:none;}
        .re-tip .check-cont .sub-txt {padding-top:2.7778vw; font-size:2.2222vw; line-height:1.5; margin-top:0;}
        .re-tip .check-cont .sub-txt > .img{font-size:7.5000vw; padding-right:0; width:100%; display:block; float:none; text-align:left; margin:0;}
        .re-tip .check-cont .sub-txt > .txt{float:none; width:100%; font-size:3.3333vw; display:block; padding-top:1.3889vw;}
        .re-tip .check-cont .sub-txt > .txt .answer{font-size:3.8vw; font-weight:bold; display:block; width:100%; padding-bottom:3.0vw; line-height:1.5;}
        .re-tip .check-cont .sub-txt > .txt .decs{font-size:3.4vw; display:block; width:100%; line-height:1.3;}
        .re-tip .re-tip .popup-content .constant-right .inner-tab-content.qooker-faq .answer {margin-top:0px; line-height:1.3;}
        .re-tip .check-cont .check-img {margin-top:5.0vw; padding:0 5.0vw;}
        .re-tip .answer-wrap {padding-bottom:3.0vw;}
        .re-tip .check-cont .guide-note {margin:3vw 0 0 0; width:100%;}
        .re-tip .check-cont .guide-note ul li {margin-bottom:3px; font-size:3.0vw; padding-left:3.2500vw;}
        .re-tip .check-cont .guide-note ul li::before{font-size:3.5000vw; top:2px;}

        /* 라인업 소개 */
        .re-tip .popup-content .constant-right h4.tab-content-s-title {font-size:3.8vw; margin-top:5.0vw; text-align:left;}
        .re-tip .qooker-lineup-img {margin-top:5.0vw;}
    }
    
    










    /* kitchen-install-popup01 */
    
    /* common */
    br.br-pc {display:block;}
    br.tip-br-mo {display:none;}
    span.text-m-none {display:inline-block;}
    .font-sans {font-family:'Samsung Sharp Sans',SamsungOneKorean;}
    .font-sans * {font-family:inherit;}
    .pd-tb-60 {padding:60px 0;}
    .pd-tb-80 {padding:80px 0;}
    
    /* banner */
    .new-set-guide {width:100%; margin:0 auto; padding-bottom:24px; padding-top:60px;}
    .new-set-guide .new-set-guide__tit {padding:0 24px; font-size:48px; line-height:1.3; text-align:center;}
    .new-set-guide .new-set-guide__list {display:flex; margin-top:60px;}
    .new-set-guide .new-set-guide__list li {width:100%;}
    .new-set-guide .new-set-guide__list__btn {display:block; position:relative; width:100%; height:403px; background-repeat:no-repeat; background-position:left top; background-size:cover; border-radius:20px; /*box-shadow:0 0.06em 0.2em 0.06em rgba(0, 0, 0, 0.2); */}
    .new-set-guide .new-set-guide__list__btn.pic01 {background-image:url("//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/banner/banner_pc01.jpg");}
    .new-set-guide .new-set-guide__list__btn .txt_box {display:flex; flex-direction:column; justify-content:center; align-items:flex-start; flex-wrap:nowrap; margin-left:80px; text-align:left;}
    .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_title {display:block; color:#000; font-size:30px; line-height:1.3;}
    .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_text {display:block; color:#000; font-size:18px; line-height:1.5; margin-top:20px;}
    .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_btn {color:#fff; font-size:14px; background:#000; padding:10px 24px; margin-top:32px; border-radius:50px; display:flex; align-items:center;}

    /* scroll */
    .-scroll::-webkit-scrollbar {width:4px; background-color:transparent;}
    .-scroll::-webkit-scrollbar-button {display:none;}
    .-scroll::-webkit-scrollbar-thumb {border-radius:2em; background-color:rgba(0,0,0,0.2);}
    .-scroll:hover::-webkit-scrollbar-thumb,
    .-scroll::-webkit-scrollbar-thumb:hover {background-color:rgba(0,0,0,.5);}

    /* modal */
    body.-has-modal {overflow:hidden;}
    .new-set-guide .modal-dim {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:211; background:rgba(0, 0, 0, 0.8);}
    .new-set-guide .modal-dim.-active {display:block;}
    .new-set-guide .modal-layer {display:none; position:fixed; top:50%; left:50%; width:1392px; transform:translate(-50%, -55%); z-index:300;}
    .new-set-guide .modal-layer.-active {display:block;}
    .new-set-guide .modal-layer .btn-modal-close {position:absolute; bottom:0; left:50%; width:40px; height:40px; background:#fff url("//images.samsung.com/kdp/static/common/icon-close.svg") no-repeat center / 14px 14px; border-radius:50%; transform:translate(-50%, 150%);}
    .new-set-guide .modal-cont {position:relative; width:100%; height:770px;}
    .new-set-guide .modal-cont:focus-visible {outline:dashed 2px #2189ff !important; outline-offset:-2px;}
    .new-set-guide .modal-cont [tabindex="0"]:focus-visible {outline:dashed 2px #2189ff !important; outline-offset:-2px;}
    .new-set-guide #setBaseGuide .modal-cont {background:#fff;}
    .new-set-guide #setBaseGuide2 .modal-cont {background:#fff;}

    /* tabs */
    .new-set-guide .guide-tabs {display:flex; height:100%;}
    .new-set-guide .guide-tabs .guide-topoption-wrap {background:#f9f9f9; border-radius:20px 0 0 20px;}
    .new-set-guide .guide-tabs__list-wrap {overflow-y:auto; width:366px; padding:24px; height:100%;}
    .new-set-guide .guide-tabs__list-wrap.-active {display:none;}
    .new-set-guide .guide-tabs__list-tit {font-size:18px; line-height:22px; color:#555; display:flex; align-items:center;}
    .new-set-guide .guide-tabs__list-tit strong {font-weight:700;}
    .new-set-guide .guide-tabs__list {margin-top:10px;}
    .new-set-guide .guide-tabs__panel-list {display:none;}
    .new-set-guide .guide-tabs__panel-list.-active {display:block;}
    .new-set-guide .guide-tabs__list__btn__wrap {display:flex; font-size:inherit; gap:20px 10px; flex-wrap:wrap; align-content:stretch;}
    .new-set-guide .guide-tabs__list__btn__wrap li {flex-basis:48%; text-align:left;}
    .new-set-guide .guide-tabs__list__btn__wrap li label {text-align:center; width:100%;}
    .new-set-guide .guide-tabs__list__btn__wrap .label__text {display:inline-block; width:100%; text-align:center; color:#555; font-size:12px; line-height:14px;}
    .new-set-guide .guide-tabs__list__btn__wrap .label__text br {display:block;}
    .new-set-guide .guide-tabs__list__btn__wrap .icon-img {display:inline-block; width:60px; height:38px; position:relative; top:50%; margin:0px 0 5px 0; font-size:0; vertical-align:middle; background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_sprite_ver2.png); background-repeat:no-repeat;}

    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01 + label span.icon-img {background-position:0 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02 + label span.icon-img {background-position:0 -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01 + label span.icon-img {background-position:0 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02 + label span.icon-img {background-position:0 -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-01 + label span.icon-img {background-position:0 -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-02 + label span.icon-img {background-position:0 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-03 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-03 + label span.icon-img {background-position:0 -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-01-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-01-01 + label span.icon-img {background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_step01-01-01-01.svg) no-repeat center;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-01-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-01-02 + label span.icon-img {background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_step01-01-01-02.svg) no-repeat center;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-01-03 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-01-03 + label span.icon-img {background-position:-60px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-02-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-02-01 + label span.icon-img {background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_step01-01-02-01.svg) no-repeat center;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-02-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-02-02 + label span.icon-img {background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_step01-01-02-02.svg) no-repeat center;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-02-03 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-02-03 + label span.icon-img {background-position:-60px 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-02-04 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-02-04 + label span.icon-img {background-position:-120px 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-03-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-03-01 + label span.icon-img {background-position:0 -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-03-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-03-02 + label span.icon-img {background-position:0 -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-03-03 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-03-03 + label span.icon-img {background-position:0 -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-03-04 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-03-04 + label span.icon-img {background-position:-240px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-01 + label span.icon-img {background-position:0 -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-02 + label span.icon-img {background-position:0 -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-03 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-03 + label span.icon-img {background-position:-120px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-04 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-04 + label span.icon-img {background-position:-180px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-01-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-01-01 + label span.icon-img {background-position:-120px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-01-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-01-02 + label span.icon-img {background-position:-60px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-02-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-02-01 + label span.icon-img {background-position:-60px -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-02-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-02-02 + label span.icon-img {background-position:-120px -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-02-03 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-02-03 + label span.icon-img {background-position:-180px -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-02-04 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-02-04 + label span.icon-img {background-position:-240px -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-03-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-03-01 + label span.icon-img {background-position:-120px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-03-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-03-02 + label span.icon-img {background-position:-60px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-04-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-04-01 + label span.icon-img {background-position:-180px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-02-04-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-02-04-02 + label span.icon-img {background-position:-180px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-01 + label span.icon-img {background-position:0 -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-02 + label span.icon-img {background-position:0 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-01-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-01-01 + label span.icon-img {background-position:-180px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-01-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-01-02 + label span.icon-img {background-position:-240px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-01-03 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-01-03 + label span.icon-img {background-position:-300px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-02-01 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-02-01 + label span.icon-img {background-position:-60px -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-02-02 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-02-02 + label span.icon-img {background-position:-120px -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-02-03 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-02-03 + label span.icon-img {background-position:0 -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-02-04 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-02-04 + label span.icon-img {background-position:-180px -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-02-05 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-02-05 + label span.icon-img {background-position:-180px 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-02-06 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-02-06 + label span.icon-img {background-position:-240px 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList02-02-07 + label span.icon-img,
    .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList02-02-07 + label span.icon-img {background-position:-300px 0;}

    /* panel */
    .new-set-guide .guide-tabs__panel-wrap {width:calc(100% - 366px); background:#eaeaea; overflow:hidden; border-radius:0 20px 20px 0;}
    .new-set-guide .guide-tabs__panel {display:none; height:100%;}
    .new-set-guide .guide-tabs__panel.-active {display:block;}
    .new-set-guide .guide-tabs__panel__tit {display:flex; height:118px; color:#1c1c1c; font-size:26px; text-align:center; letter-spacing:-0.04em; line-height:1.2; flex-direction:column; justify-content:center; align-items:center;}
    .new-set-guide .guide-tabs__panel__tit strong {font-size:inherit;}
    .new-set-guide .guide-tabs__panel__tit strong + strong {margin-top:5px; font-size:25px;}
    .new-set-guide .guide-tabs__panel__tit sup {font-size:25px; vertical-align:10px;}
    .new-set-guide .guide-tabs__panel__tit2 {display:flex; padding-top:43px; color:#1c1c1c; font-size:26px; text-align:center; letter-spacing:-0.04em; line-height:1.2; flex-direction:column; justify-content:center; align-items:center;}
    .new-set-guide .guide-tabs__panel__tit2 strong {font-size:inherit;}
    .new-set-guide .guide-tabs__panel__s-tit2 {font-size:18px; text-align:center; padding:10px 40px 15px 40px;}
    .new-set-guide .guide-tabs__panel__cont {overflow-y:auto; height:calc(100% - 118px); padding:0 40px 20px;}
    .new-set-guide .guide-tabs__panel__cont__img {width:946px; height:424px;}
    .new-set-guide .guide-tabs__panel__cont__img.mo {display:none;}
    .new-set-guide .guide-tabs__panel__cont__img__wrap {position:relative;}
    .new-set-guide .guide-tabs__panel__cont__description {position:absolute; left:20px; top:390px;}
    .new-set-guide .guide-tabs__panel__cont__description ul li {color:#555; font-size:12px; margin-top:5px; line-height:1.3;}
    .new-set-guide .guide-tabs__panel__cont__list-box {display:flex; align-items:flex-start; justify-content:space-between; /*height:182px; overflow-y:scroll; margin-top:20px; */}
    .new-set-guide .guide-tabs__panel__cont__list-box > div {width:48%;}
    .new-set-guide .guide-tabs__panel__cont__list-box > div.noticewide {width:100%;}
    .new-set-guide .guide-tabs__panel__cont__list-label {display:flex; align-items:center; color:#555; font-size:16px; margin-top:15px;}
    .new-set-guide .guide-tabs__panel__cont__list {margin-top:10px;}
    .new-set-guide .guide-tabs__panel__cont__list > li {padding-left:10px; color:#555; font-size:12px; line-height:1.3; text-indent:-10px;}
    .new-set-guide .guide-tabs__panel__cont__list > li sup {font-size:10px; vertical-align:3px;}
	.new-set-guide .guide-tabs__panel__cont__list > li .guide-color {font-weight:bold; font-size:inherit; vertical-align:baseline;}
	.new-set-guide .guide-tabs__panel__cont__list > li .guide-color--red {color:#ef3434;}
	.new-set-guide .guide-tabs__panel__cont__list > li .guide-color--blue {color:#1678f2;}
    .new-set-guide .guide-tabs__panel__cont__list > li + li {margin-top:3px;}
    .new-set-guide .guide-tabs__panel__cont__btn {position:relative; display:inline-block; font-size:12px; color:#2189ff; font-weight:700;}
    .new-set-guide .guide-tabs__panel__cont__btn:after {content:''; position:absolute; display:block; left:0; bottom:0; width:100%; height:1px; background:#2189ff;}
    .new-set-guide .guide-tabs__panel__tit + .swiper-basic {margin-top:-50px;}
    .new-set-guide .guide-tabs__panel__s-tit {font-size:18px; text-align:center; padding:16px 40px 15px 0; display:flex; align-items:center; justify-content:center;}
    .new-set-guide .guide-tabs__panel__s-tit span {font-size:14px; line-height:18px; padding-left:10px;}
    .new-set-guide .guide-tabs__panel__s-tit-top {font-size:26px; text-align:center; display:flex; height:118px; letter-spacing:-0.04em; line-height:1.2; flex-direction:column; justify-content:center; align-items:center;}
    .new-set-guide .guide-tabs__panel__s-tit-top2 {font-size:26px; text-align:center; letter-spacing:-0.04em; line-height:1.2; display:flex; flex-direction:column; padding:43px 0 15px 0;}
    .new-set-guide .guide-tabs__panel__s-tit-top span {font-size:30px; text-align:center; padding:5px 0 13px 0; font-weight:bold;}
    .new-set-guide .guide-tabs__panel__s-tit-top2 span {font-size:18px; text-align:center; padding:8px 0 0 0;}
    .new-set-guide .guide-tabs__panel__cont__swiper {overflow-y:auto; height:645px; padding:0 40px 20px 0;}
    .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step {background:#fff; padding:15px 24px; border-radius:20px; margin-top:12px; width:318px;}
    .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step.step-style {margin-top:0;}
    .new-set-guide .modal-cont__tit {display:none;}
    .new-set-guide .guide-topoption-btn {display:none;}

    /* 설치가이드 - swiper */
    .new-set-guide .swiper-basic {height:calc(100% - 140px); padding:0 0 40px 40px;}
    .new-set-guide .swiper-basic [class*=swiper-button-] {top:32px; color:#000; width:29px; height:29px; background:#8f8f8f; border-radius:50%;}
    .new-set-guide .swiper-basic.swiper-top-title [class*=swiper-button-] {top:101px; color:#000;}
    .new-set-guide .swiper-basic [class*=swiper-button-]::after {font-size:0.7vw; color:#fff; font-weight:bold;}
    .new-set-guide .swiper-basic .swiper-button-disabled {display:none;}
    .new-set-guide .swiper-basic .swiper-button-next {left:50%; margin-left:200px;}
    .new-set-guide .swiper-basic .swiper-button-prev {left:50%; margin-left:-270px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next1 {margin-left:40px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev1 {margin-left:-110px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next2 {margin-left:140px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev2 {margin-left:-210px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next3 {margin-left:135px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev3 {margin-left:-205px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next4 {margin-left:75px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev4 {margin-left:-145px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next5 {margin-left:130px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev5 {margin-left:-180px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next6 {margin-left:180px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev6 {margin-left:-250px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next7 {margin-left:195px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev7 {margin-left:-250px;}
    .new-set-guide .swiper-basic .swiper-button-prev::after {content:""; display:block; position:absolute; top:50%; left:55%; z-index:1; width:8px; height:8px; border-style:solid; border-color:#fff; border-width:0 0 2px 2px; transform:translate(-50%, -50%) rotate(45deg);}
    .new-set-guide .swiper-basic .swiper-button-next::after {content:""; display:block; position:absolute; top:50%; left:45%; z-index:1; width:8px; height:8px; border-style:solid; border-color:#fff; border-width:2px 2px 0 0; transform:translate(-50%, -50%) rotate(45deg);}

    /* 안내 문구 */
    .new-set-guide .guide-tabs__tuto {display:none; position:relative; height:100%; background-color:#eaeaea;}
    .new-set-guide .guide-tabs__tuto-pc {display:none;}
    .new-set-guide .guide-tabs__tuto-pc.-active {display:block;}
    .new-set-guide .guide-tabs__tuto-mo {display:none;}
    .new-set-guide .guide-tabs__tuto-wrap {height:100%; display:flex; flex-direction:column; justify-content:center;}
    .new-set-guide .guide-tabs__tuto__box {display:flex; align-items:center; margin-left:40px;}
    .new-set-guide .guide-tabs__tuto__txt {font-size:18px; font-weight:700; line-height:1.7; color:#555;}
    .new-set-guide .guide-tabs__tuto__txt b {color:#218aff; font-size:inherit;}
    .new-set-guide .guide-tabs__tuto-pc__obj {width:62px; height:62px; margin-right:26px; background-image:url('//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_intro.png'); background-repeat:no-repeat; background-position:left top; background-size:100% auto;}
    
    /* 라디오 버튼 */
    .new-set-guide .chk-form input[type="radio"] {position:absolute; width:1px; height:1px; clip:rect(1px, 1px, 1px, 1px); clip-path:inset(50%); border:0; overflow:hidden;}
    .new-set-guide .chk-form input[type="radio"] + label {position:relative; display:inline-block; padding:1px 0; padding-left:26px; padding-right:30px; font-size:14px; color:#000; line-height:18px; vertical-align:middle; word-break:keep-all; letter-spacing:-0.025px;}
    .new-set-guide .chk-form input[type="radio"] + label:after {content:''; position:absolute; display:block; left:0; top:9px; width:20px; height:20px; border:1px solid #b2b2b2; border-radius:50%; box-sizing:border-box;}
    .new-set-guide .chk-form input[type="radio"] + label:hover:after {border:1px solid #79b7ff; background:#eef6ff;}
    .new-set-guide .chk-form input[type="radio"]:checked + label {font-weight:bold;}
    .new-set-guide .chk-form input[type="radio"]:checked + label::after {content:''; position:absolute; display:block; left:0; top:9px; width:20px; height:20px; border:1px solid #2189ff; background:#2189FF url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon-down-white.svg) center center no-repeat; background-size:14px auto;}
    .new-set-guide .chk-form input[type="radio"]:checked + label:hover::after {background:#006bea url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon-down-white.svg) center center no-repeat; background-size:14px auto;}
    .new-set-guide .chk-form input[type="radio"] + label::before {display:none;}

    /* 냉장고 설치환경 가이드 */
    .new-set-guide .modal-dim.trans {z-index:301; background:rgba(0, 0, 0, 0.6);}
    .new-set-guide .modal-layer.set-base-guide {z-index:302; width:620px;}
    .new-set-guide .modal-layer.set-base-guide .modal-cont {padding:50px; height:700px;}
    .new-set-guide .modal-layer.set-base-guide .modal-cont__tit {padding-bottom:10px; font-size:24px; border-bottom:2px solid #000;}
    .new-set-guide .modal-layer.set-base-guide .modal-cont__img {overflow-y:auto; height:calc(100% - 36px); padding-top:30px;}
    .new-set-guide .modal-layer.set-base-guide .modal-cont .modal-cont__tit {display:block;}
    /* 닫기버튼 위치 변경 - 250318 */
    .new-set-guide .modal-layer.set-base-guide .btn-modal-close {bottom:auto; top:42px; right:37px; left:auto; border-radius:0; transform:none;}

    
    @media (max-width:1440px) {

        /* common */
        .pd-tb-60 {padding:4.1666vw 0;}
        .pd-tb-80 {padding:5.5556vw 0;}

        /* banner */
        .new-set-guide {width:100%; padding-bottom:1.6666vw; padding-top:4.1666vw;}
        .new-set-guide .new-set-guide__tit {padding:0 1.6667vw; font-size:3.3333vw;}
        .new-set-guide .new-set-guide__list {margin-top:4.1667vw; padding:0 0.8333vw;}
        .new-set-guide .new-set-guide__list__btn {height:27.9861vw; border-radius:1.3889vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box {margin-left:5.5556vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_title {font-size:1.9444vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_text {font-size:1.1111vw; margin-top:1.3889vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_btn {font-size:0.9722vw; padding:0.6944vw 1.6667vw; margin-top:2.2222vw; border-radius:3.4722vw;}

        /* scroll */
        .new-set-guide .-scroll::-webkit-scrollbar {width:0.2778vw; height:2px;}

        /* modal */
        .new-set-guide .modal-layer {width:96.6667vw;}
        .new-set-guide .modal-layer .btn-modal-close {width:2.7778vw; height:2.7778vw; background-size:0.9722vw 0.9722vw;}
        .new-set-guide .modal-cont {height:53.4722vw; border-radius:1.3889vw;}

        /* tabs */
        .new-set-guide .guide-tabs__list-wrap {width:24.3056vw; padding:1.7355vw;}
        .new-set-guide .guide-tabs__list-tit {font-size:1.2516vw;}
        .new-set-guide .guide-tabs__list-tit strong {font-size:1.2516vw;}
        .new-set-guide .guide-tabs__list {margin-top:0.8065vw;}
        .new-set-guide .guide-tabs__list__btn {width:13.1944vw; height:2.7778vw; font-size:0.9722vw; border-radius:1.3889vw;}
        .new-set-guide .guide-tabs__list__btn sup {font-size:0.6944vw; vertical-align:0.2083vw;}
        .new-set-guide .guide-tabs__list__btn + .guide-tabs__list__btn {margin-top:0.6944vw;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step {padding:1.2097vw 1.0355vw; margin-top:0.9677vw; width:100%;}
        .new-set-guide .guide-tabs__list__btn__wrap {gap:1.2129vw 0.8065vw;}
        .new-set-guide .guide-tabs__list__btn__wrap li {flex-basis:initial; width:46%;}
        .new-set-guide .guide-tabs__list__btn__wrap .label__text {font-size:0.9677vw; line-height:1.1290vw;}
        .new-set-guide .guide-tabs__list__btn__wrap li label {padding-left:1.6636vw; padding-right:1.6636vw;}
        .new-set-guide .guide-tabs__list__btn__wrap .icon-img {width:50px; height:32px; background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_sprite2_ver2.png);}

        .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-01-01 + label span.icon-img,
        .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-01-01 + label span.icon-img {background-size:contain;}
        .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-01-02 + label span.icon-img,
        .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-01-02 + label span.icon-img {background-size:contain;}
        .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-02-01 + label span.icon-img,
        .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-02-01 + label span.icon-img {background-size:contain}
        .new-set-guide .guide-tabs__list__btn__wrap #guide0-guideList01-01-02-02 + label span.icon-img,
        .new-set-guide .guide-tabs__list__btn__wrap #guide1-guideList01-01-02-02 + label span.icon-img {background-size:contain}

        /* panel */
        .new-set-guide .guide-tabs__panel-wrap {width:calc(100% - 24.3056vw); border-radius:0 1.3889vw 1.3889vw 0;}
        .new-set-guide .guide-tabs__panel__tit {height:9.7222vw; font-size:2.0968vw;}
        .new-set-guide .guide-tabs__panel__tit sup {font-size:1.7361vw; vertical-align:0.6944vw;}
        .new-set-guide .guide-tabs__panel__tit strong + strong {margin-top:0.3472vw; font-size:1.7361vw;}
        .new-set-guide .guide-tabs__panel__cont {height:calc(100% - 9.7222vw); padding:0 3.4722vw 1.6129vw;}
        .new-set-guide .guide-tabs__panel__cont__list-label {margin-top:0.9677vw; font-size:1.0903vw; line-height:1.7742vw;}
        .new-set-guide .guide-tabs__panel__cont__list-label span {font-size:1.1111vw;}
        .new-set-guide .guide-tabs__panel__cont__list {margin-top:0.6944vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li {padding-left:0.6944vw; font-size:0.9722vw; text-indent:-0.6944vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li sup {font-size:0.6944vw; vertical-align:0.2083vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li + li {margin-top:0.2083vw;}
        .new-set-guide .guide-tabs__panel__cont__btn {font-size:0.9722vw; vertical-align:baseline;}
        .new-set-guide .guide-tabs__panel__s-tit {font-size:1.4516vw; padding:1.2903vw 3.2258vw 1.2097vw 0;}
        .new-set-guide .guide-tabs__panel__cont__img {width:100%; height:auto;}
        .new-set-guide .guide-tabs__panel__s-tit-top {height:9.7222vw; font-size:2.0968vw;}
        .new-set-guide .guide-tabs__panel__s-tit-top strong {font-size:inherit;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 {font-size:2.0968vw; padding:3.6vw 0 0 0;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 strong {font-size:inherit;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 span {font-size:1.4516vw; padding:1.0903vw 3.2258vw 0.7557vw 0;}
        .new-set-guide .guide-tabs__panel__tit2 {padding-top:3.6vw; font-size:2.0968vw;}
        .new-set-guide .guide-tabs__panel__s-tit2 {font-size:1.4516vw; padding:0.9903vw 3.2258vw 1.1097vw 3.2258vw;}
        .new-set-guide .guide-tabs__panel__s-tit span {font-size:0.9722vw; padding-left:0.6944vw;}
        .new-set-guide .guide-tabs__panel__cont__description {left:2.0vw; top:27.0833vw;}
        .new-set-guide .guide-tabs__panel__cont__description ul li {font-size:0.9722vw; margin-top:0.3472vw;}

        /* 설치가이드 - swiper */
        .new-set-guide .swiper-basic .swiper-button-next.btn-next-style {top:5.513vw; margin-left:16.8889vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev-style {top:5.513vw; margin-left:-16.8889vw;}
        .new-set-guide .swiper-basic.swiper-top-title [class*=swiper-button-] {top:8.713vw;}
        .new-set-guide .swiper-basic.swiper-top-title {height:100%;}
        .new-set-guide .swiper-basic {height:calc(100% - 9.7222vw); padding:0;}
        .new-set-guide .guide-tabs__panel__tit + .swiper-basic {margin-top:0;} 
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:2.0613vw; width:2.1387vw; height:2.1387vw;}
        .new-set-guide .swiper-basic .swiper-button-next {margin-left:17.8889vw;}
        .new-set-guide .swiper-basic .swiper-button-prev {margin-left:-19.8889vw;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__tit {height:auto; padding:3.6vw 0 0 0;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__s-tit {padding:0.9903vw 3.2258vw 1.1097vw 3.2258vw;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .swiper-basic {height:calc(100% - 6.2222vw);}
        .new-set-guide .guide-tabs__panel__cont__swiper {overflow-y:scroll; height:44vw; padding:0 3.4722vw 1.6129vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next1 {margin-left:4.7778vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev1 {margin-left:-7.6389vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next2 {margin-left:12.2222vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev2 {margin-left:-14.5833vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next3 {margin-left:11.3750vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev3 {margin-left:-14.2361vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next4 {margin-left:5.2083vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev4 {margin-left:-10.0694vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next5 {margin-left:11.5278vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev5 {margin-left:-12.5000vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next6 {margin-left:15.0000vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev6 {margin-left:-17.3611vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next7 {margin-left:16.0417vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev7 {margin-left:-17.3611vw;}
        .new-set-guide .swiper-basic .swiper-button-prev::after {width:0.6417vw; height:0.6417vw;}
        .new-set-guide .swiper-basic .swiper-button-next::after {width:0.6417vw; height:0.6417vw;}

        /* 안내 문구 */
        .new-set-guide .guide-topoption-wrap.-scroll {overflow-y:scroll;}
        .new-set-guide .guide-tabs .guide-topoption-wrap {border-radius:1.3889vw 0 0 1.3889vw;}
        .new-set-guide .guide-tabs__tuto__txt {font-size:1.2500vw;}
        .new-set-guide .guide-tabs__tuto-pc__obj {width:4.3056vw; height:4.3056vw; margin-right:1.8056vw;}

        /* 라디오 버튼 */
        .new-set-guide .chk-form input[type="radio"] + label {padding-left:1.8056vw; padding-right:1.0833vw; font-size:0.8333vw; line-height:1.2500vw;}
        .new-set-guide .chk-form input[type="radio"] + label:after {top:1.0290vw; width:1.3889vw; height:1.3889vw;}
        .new-set-guide .chk-form input[type="radio"]:checked + label::after {top:1.0290vw; width:1.3889vw; height:1.3889vw; background-size:0.8333vw auto;}
        .new-set-guide .chk-form input[type="radio"]:checked + label:hover::after {background-size:0.8333vw auto;}

        /* 냉장고 설치환경 가이드 */
        .new-set-guide .modal-layer.set-base-guide {width:43.0555vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont {padding:3.4722vw; height:48.6111vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__tit {padding-bottom:0.6944vw; font-size:1.6666vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__img {height:calc(100% - 2.5vw); padding-top:2.0833vw;}
        /* 닫기버튼 위치 변경 - 250318 */
        .new-set-guide .modal-layer.set-base-guide .btn-modal-close {top:2.9167vw; right:2.5694vw;}

    }

    @media screen and (max-width:1440px) and (min-width:1251px) {
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:2.3555vw;}
    }

    @media screen and (max-width:1250px) and (min-width:1001px) {
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:2.5555vw;}
    }

    @media screen and (max-width:1000px) and (min-width:901px) {
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:2.7913vw;}
    }

    @media screen and (max-width:900px) and (min-width:801px) {
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:3.1613vw;}
    }

    @media (max-width:768px) {
        /* common */
        br.br-pc {display:none;}
        br.tip-br-mo {display:block;}
        span.text-m-none {display:none;}

        /* banner */
        .new-set-guide {padding-top:60px; padding-bottom:3.3333vw; padding-top:13.8888vw;}
        .new-set-guide .new-set-guide__tit {padding:0 6.6667vw; font-size:7.7778vw;}
        .new-set-guide .new-set-guide__list {margin-top:7.1250vw; padding:0 3.3333vw; justify-content:flex-start; flex-wrap:wrap;}
        .new-set-guide .new-set-guide__list li {padding:0;}
        .new-set-guide .new-set-guide__list__btn {height:83.7500vw; border-radius:10px;}
        .new-set-guide .new-set-guide__list__btn.pic01 {background-image:url("//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/banner/banner_mo01_ver3.jpg");}
        .new-set-guide .new-set-guide__list__btn .txt_box {margin-left:0; align-items:center; text-align:center; position:absolute; top:inherit; width:100%; bottom:5vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_title {font-size:4.4444vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_text {font-size:3.3333vw; margin-top:1.1111vw; line-height:1.5;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_btn {font-size:3.7500vw; padding:2.2500vw 4.0000vw; margin-top:4.0000vw; border-radius:5.4722vw;}

        /* scroll */
        .new-set-guide .-scroll::-webkit-scrollbar {height:2px;}

        /* modal */
        .new-set-guide .modal-dim {display:none;}
        .new-set-guide .modal-layer {top:0; bottom:0; left:0; width:100%; transform:translate(0);}
        .new-set-guide .modal-layer.-active {display:block;}
        .new-set-guide .modal-layer .btn-modal-close {z-index:101; bottom:auto; left:auto; top:2.5vw; right:3.2552vw; width:7.2083vw; height:7.2083vw; background-color:transparent; background-size:5.1250vw 5.1250vw; border-radius:0; transform:translate(0);}
        .new-set-guide .modal-cont {width:100%; height:100%; background:#f7f7f7; border-radius:0;}
        .new-set-guide .modal-cont__tit {display:flex; height:12vw; font-size:4.8vw; line-height:1.2; flex-direction:column; align-items:center; justify-content:center; border-bottom:0.1302vw solid #d7d7d7; position:relative; z-index:99; background:#fff;}
        .new-set-guide .modal-cont__tit span {font-size:inherit;}
        .new-set-guide .modal-cont__tit.topoption-title-style-up {border-bottom:none;}

        /* tabs */
        .new-set-guide .guide-tabs .guide-topoption-wrap {border-radius:0;}
        .new-set-guide .guide-tabs {position:relative; width:100%; padding:0; background:#eaeaea; overflow-y:initial; flex-direction:column; height:calc(100% - 12vw); z-index:100;}
        .new-set-guide .guide-tabs__list-wrap {display:block; position:relative; width:100%; padding:1vw 0 4vw 0; background:#f9f9f9; overflow-y:initial; text-align:left; z-index:100;}
        .new-set-guide .guide-tabs__list-tit {font-size:4vw; padding:1.3333vw 0 0 2.3333vw;}
        .new-set-guide .guide-tabs__list-tit strong {font-size:4vw;}
        .new-set-guide .guide-tabs__list {display:flex; background:#f9f9f9; margin-top:0; z-index:100; height:inherit; width:100%; overflow-x:auto; padding:2px 0 2px 4.8611vw;}
        .new-set-guide .guide-tabs__list.tab__scroll {padding:2.5vw 4.6875vw; border-bottom:0.1302vw solid #d7d7d7;}
        .new-set-guide .guide-tabs__list__btn {background:#555; color:#fff; width:auto; padding:0 2.8vw; margin:0; margin-right:1.5vw; display:flex; align-items:center; height:3.5vw; border-radius:2vw; font-size:2.6042vw; line-height:initial;}
        .new-set-guide .guide-tabs__list__btn span {font-size:inherit;}
        .new-set-guide .guide-tabs__list__btn + .guide-tabs__list__btn {margin-top:0;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step.step-style {width:100%; padding:0; background:#f9f9f9; border-bottom:none; border-top:none; border-radius:0;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step {padding:0; width:100%; background:#f9f9f9; border-bottom:none; border-top:1px solid #eee; border-radius:0;}
        .new-set-guide .guide-tabs__list__btn__wrap {width:calc(100% - 4.8611vw); gap:0.8065vw 0.8065vw;}
        .new-set-guide .guide-tabs__list__btn__wrap li {flex:1 1 40%;}
        .new-set-guide .guide-tabs__list__btn__wrap li:nth-child(odd) {flex:1 1 50%;}
        .new-set-guide .guide-tabs__list__btn__wrap li:nth-child(even) {flex:1 1 40%;}
        .new-set-guide .guide-tabs__list__btn__wrap .icon-img {display:none;}
        .new-set-guide .guide-tabs__list__btn__wrap .label__text {font-size:3.5556vw; line-height:5.5556vw; text-align:left;}
        .new-set-guide .guide-tabs__list__btn__wrap .label__text br.br-mo {display:none;}
        .new-set-guide .guide-tabs .tab__scroll {position:fixed; left:0; top:19.5312vw; width:100%; background:#fff; border-bottom:0.1302vw solid #d7d7d7; padding:2.5vw; z-index:100;}
        
        /* panel */
        .new-set-guide .guide-tabs__panel-wrap {width:100%; overflow-y:auto; border-top:1px solid #bbb; height:100%; border-radius:0;}
        .new-set-guide .guide-tabs__panel__tit {height:0; font-size:4.6667vw; padding:9.2vw 0 9.4vw 0;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__tit {display:flex; height:0; font-size:4.6667vw; padding:9.2vw 4.6875vw 9.4vw 4.6875vw;}
        .new-set-guide .guide-tabs__panel__tit sup {font-size:3.5556vw; vertical-align:1.8229vw;}
        .new-set-guide .guide-tabs__panel__cont {overflow:hidden; height:auto; padding:0 0 7.8125vw;}
        .new-set-guide .guide-tabs__panel__tit.blind + .guide-tabs__panel__cont {padding:4.6875vw 4.6875vw 7.8125vw;}
        .new-set-guide .guide-tabs__panel__cont__description {padding:1.2500vw 6.2500vw 3.7500vw 6.2500vw; margin-top:0; border-radius:0 0 2.5vw 2.5vw; position:relative; left:0; top:0; background:#fff;}
        .new-set-guide .guide-tabs__panel__cont__description ul li {font-size:3.5556vw; margin-top:1.6500vw;}
        .new-set-guide .guide-tabs__panel__cont__list-box {display:flex; flex-direction:column; align-items:center; justify-content:flex-start;}
        .new-set-guide .guide-tabs__panel__cont__list-box > div {width:100%;}
        .new-set-guide .guide-tabs__panel__cont__list-label {display:block; margin-top:4.0111vw; color:#545454; font-size:3.5556vw; padding:0 4.011vw;}
        .new-set-guide .guide-tabs__panel__cont__list-label span {font-size:4.0556vw; font-weight:bold;}
        .new-set-guide .guide-tabs__panel__cont__list {margin-top:3.0833vw; padding:0 3.6111vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li {padding-left:1.5625vw; color:#555; font-size:3.5556vw; text-indent:-1.5625vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li sup {font-size:1.5625vw; vertical-align:0.6510vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li + li {margin-top:1.6510vw;}
        .new-set-guide .guide-tabs__panel__cont__btn {font-size:3.5556vw;}
        .new-set-guide .guide-tabs__panel__cont__swiper {overflow-y:inherit; padding:0 0 7.8125vw 0; height:inherit;}
        .new-set-guide .guide-tabs__panel__cont__img {border-radius:2.7778vw;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__s-tit {font-size:4.0556vw; padding:0.7vw 3.2258vw 2.2097vw 3.2258vw;}
        .new-set-guide .guide-tabs__panel__s-tit-top {font-size:4vw; height:18vw;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 {font-size:4vw; padding:6.1667vw 0 2.1667vw 0;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 span {font-size:3.5556vw; padding:1.0vw 0 0 0;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-tabs__panel-list.-dep04 .guide-box-step {border-bottom:none;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap #tipInfiSoloPanel02-01 .guide-box-step {border-bottom:none;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap #tipInfiSoloPanel02-02 .guide-box-step {border-bottom:none;}
        .new-set-guide .guide-tabs__panel__tit + .swiper-basic {margin-top:-7vw; padding:0;}
        .new-set-guide .guide-tabs__panel__tit + .swiper-basic .swiper-container {overflow:initial;}
        .new-set-guide .guide-tabs .panel__scroll {padding-top:8.9vw;}
        .new-set-guide .guide-tabs__panel__cont__img.pc {display:none;}
        .new-set-guide .guide-tabs__panel__cont__img.mo {display:block; border-radius:0;}
        .new-set-guide .guide-tabs__panel__tit2 {padding-top:6.55555vw; font-size:4.6667vw;}
        .new-set-guide .guide-tabs__panel__s-tit2 {font-size:4.0556vw; padding:0.2vw 3.2258vw 2.3097vw 3.2258vw;}
        .new-set-guide .guide-tabs__panel__s-tit span {font-size:3vw; padding-left:0.6944vw;}

        /* 설치가이드 - swiper */  
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:1vw; color:#000; width:7.7778vw; height:7.7778vw;}
        .new-set-guide .swiper-basic [class*=swiper-button-]::after {font-size:3.3333vw;}
        .new-set-guide .swiper-basic .swiper-button-disabled {display:none;}
        .new-set-guide .swiper-basic .swiper-button-next {right:1.6667vw; left:inherit; margin-left:0;}
        .new-set-guide .swiper-basic .swiper-button-prev {left:1.6667vw; margin-left:0;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next-style {top:52.3146vw; margin-left:inherit;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev-style {top:52.3146vw; margin-left:inherit;}
        .new-set-guide .swiper__panel__title {height:12.2292vw; justify-content:flex-end;}
        .new-set-guide .swiper-basic .swiper__panel__s-tit {font-size:3.5vw; height:10.9992vw; margin-bottom:1.5vw;}
        .new-set-guide .swiper-container2 {overflow:hidden;}
        .new-set-guide .swiper-container2 .swiper-wrapper .swiper-slide {max-width:25%;}
        .new-set-guide .swiper-basic {padding:0;}
        .new-set-guide .swiper-basic.swiper-top-title [class*=swiper-button-] {top:52.3146vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev-mo {margin-left:0;}
        .new-set-guide .swiper-basic .swiper-button-prev::after {width:2.0417vw; height:2.0417vw;}
        .new-set-guide .swiper-basic .swiper-button-next::after {width:2.0417vw; height:2.0417vw;}

        /* 안내 문구 */
        .new-set-guide .guide-tabs__tuto-pc {display:none;}
        .new-set-guide .guide-tabs__tuto-mo {display:none;}
        .new-set-guide .guide-topoption-wrap .pcd-hide {display:none;}
        .new-set-guide .guide-topoption-fixed {position:fixed;}
        .new-set-guide .guide-topoption-btn {background:#006aea; color:#fff; width:22vw; height:5vw; margin-left:-11vw; padding:0; position:absolute; left:50%; bottom:-2.888vw; z-index:100; display:block; border-radius:2.7778vw; font-size:2.7778vw;}
        .new-set-guide .guide-topoption-btn:focus {outline:dashed 2px #2189ff !important; outline-offset:-2px;}
        .new-set-guide .guide-topoption-wrap {position:relative; z-index:100; overflow-y:inherit;}
        .new-set-guide .topoption-btn-style-down {background:#fff; border:1px solid #bbb; color:#bbb;}
        .new-set-guide .guide-topoption-btn::after {content:'옵션 펼치기'; position:absolute; left:3.5222vw; top:50%; margin-top:-1.5vw;}
        .new-set-guide .guide-topoption-btn.topoption-btn-style-down::after {content:"";}
        .new-set-guide .guide-topoption-btn.topoption-btn-style-down::before {content:""; position:absolute; top:50%; left:50%; width:4.1667vw; height:2.2222vw; margin-top:-1.2vw; margin-left:-2.0vw; background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_arrow01.png) no-repeat; background-size:cover;}
        .new-set-guide .guide-topoption-btn::before {content:""; position:absolute; top:50%; right:2.2222vw; width:4.1667vw; height:2.2222vw; margin-top:-1.2vw; background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_arrow02.png) no-repeat; background-size:cover;}
        .new-set-guide .guide-topoption-btn.topoption-btn-style-down {width:16vw; margin-left:-8vw;}
        .new-set-guide .guide-topoption-wrap.-scroll {overflow-y:inherit;}
        .new-set-guide .guide-tabs__tuto__box {display:block; text-align:center; font-size:2.7778vw; line-height:1.3; margin-left:0;}
        .new-set-guide .guide-tabs__tuto-mo__obj {width:16vw; height:16vw; margin-top:4.4444vw; position:relative; left:50%; margin-left:-8vw; background-image:url('//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_intro.png'); background-repeat:no-repeat; background-position:left top; background-size:100% auto;}
        .new-set-guide .guide-tabs__tuto__txt {font-size:3.6111vw;}
        .new-set-guide .guide-tabs__tuto.guide-tabs__tuto-pc.-active {display:none;}
        .new-set-guide .guide-tabs__tuto.guide-tabs__tuto-mo.-active {display:block;}
        .new-set-guide .guide-tabs__tuto.guide-tabs__tuto-mo.-active .guide-tabs__tuto-wrap {display:block; margin-top:11.1111vw;}

        /* 라디오 버튼 */
        .new-set-guide .chk-form input[type="radio"] + label {padding-left:7.5vw; padding-right:7.5vw; font-size:3.0vw; line-height:3.5vw;}
        .new-set-guide .chk-form input[type="radio"] + label:after {top:0.5290vw; width:5.0vw; height:5.0vw;}
        .new-set-guide .chk-form input[type="radio"]:checked + label::after {top:0.5290vw; width:5.0vw; height:5.0vw; background-size:2.5vw auto;}
        .new-set-guide .chk-form input[type="radio"]:checked + label:hover::after {background-size:2.5vw auto;}

        /* 냉장고 설치환경 가이드 */
        .new-set-guide .modal-layer.set-base-guide {width:100%;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont {padding:3.125vw; height:100%; background:#fff;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__tit {padding-bottom:0; font-size:6.2500vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__img {height:calc(100% - 19.5312vw); padding-top:4.6875vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__img img {width:100%;}
        /* 닫기버튼 위치 변경 - 250318 */
        .new-set-guide .modal-layer.set-base-guide .btn-modal-close {top:3.2104vw; right:3.2552vw; z-index:101;}
    }

	/* 양문형 냉장고 pc > 좌우 화살표 위치 조정 */
	@media (min-width:801px) {
		.new-set-guide .swiper-basic.type-move-wide-pc .swiper-button-prev.btn-prev1 {margin-left:-9.7222vw;}
		.new-set-guide .swiper-basic.type-move-wide-pc .swiper-button-next.btn-next1 {margin-left:7.6vw;}
	}
	@media (min-width:1440px) {
		.new-set-guide .swiper-basic.type-move-wide-pc .swiper-button-prev.btn-prev1 {margin-left:-140px;}
		.new-set-guide .swiper-basic.type-move-wide-pc .swiper-button-next.btn-next1 {margin-left:70px;}
	}
        /* s:250807 _2대이상 설치> Bespoke > 4+4도어 / 4+4+1 도어 추가 수정*/
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :100px}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next--rmf63 {margin-left:290px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev--rmf63 {margin-left:-290px;}
    .new-set-guide .tit--in-pannel {height:auto; padding-top:43px;}
    .new-set-guide .guide-tabs__panel--has-title .guide-tabs__panel__s-tit{padding-top:10px;}
    /* edge,fireFox 텍스트 간격 틀어짐 수정 */
    .new-set-guide .guide-tabs__list__btn__wrap .label__text {display:inline-flex; justify-content:center;}

    @media (max-width:1440px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :6.94vw}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next--rmf63 {margin-left:23.1389vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev--rmf63 {margin-left:-23.1389vw;}
        .new-set-guide .guide-tabs__panel--has-title .guide-tabs__panel__s-tit{padding-top:0.6944vw;}
    }

    @media (min-width:1250px) and  (max-width:1439px){
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :8.5vw}
    }

    @media (min-width:1001px) and  (max-width:1249px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :8.6888vw}
    }

    @media (max-width:1000px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :9.5vw}
    }
    @media (max-width:999px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :9vw}
    }

    @media screen and (max-width:900px) and (min-width:801px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63{top:9.3vw;}
    }

    @media (max-width:768px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63,
        .new-set-guide .guide-tabs__panel--has-title .swiper-button-next.btn-next--rmf63, 
        .new-set-guide .guide-tabs__panel--has-title .swiper-button-prev.btn-prev--rmf63 {top:13vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next--rmf63 {margin-left:58vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev--rmf63 {margin-left:0.2vw;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__tit.tit--in-pannel {padding-bottom:3.3vw}
        .new-set-guide .guide-tabs__panel__s-tit--long {display:flex ; align-items :center; justify-content:center; min-height:13.33vw}
        /* edge,fireFox 텍스트 간격 틀어짐 수정 */
        .new-set-guide .guide-tabs__list__btn__wrap .label__text {justify-content:flex-start;}
    }

    /* e:250807 _2대이상 설치> Bespoke > 4+4도어 / 4+4+1 도어 추가 수정 */
    

    









    /* kitchen-install-popup02 */
    /* common */
    br.br-pc {display:block;}
    br.tip-br-mo {display:none;}
    span.text-m-none {display:inline-block;}
    .font-sans {font-family:'Samsung Sharp Sans',SamsungOneKorean;}
    .font-sans * {font-family:inherit;}
    .pd-tb-60 {padding:60px 0;}
    .pd-tb-80 {padding:80px 0;}
    
    /* banner */
    .new-set-guide {width:100%; margin:0 auto; padding-bottom:24px;}
    .new-set-guide .new-set-guide__tit {padding:0 24px; font-size:48px; line-height:1.3; text-align:center;}
    .new-set-guide .new-set-guide__list {display:flex; margin-top:60px;}
    .new-set-guide .new-set-guide__list li {width:100%;}
    .new-set-guide .new-set-guide__list__btn {display:block; position:relative; width:100%; height:403px; background-repeat:no-repeat; background-position:left top; background-size:cover; border-radius:20px; /*box-shadow:0 0.06em 0.2em 0.06em rgba(0, 0, 0, 0.2); */}
    .new-set-guide .new-set-guide__list__btn.pic01 {background-image:url("//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/banner/banner_pc01.jpg");}
    .new-set-guide .new-set-guide__list__btn .txt_box {display:flex; flex-direction:column; justify-content:center; align-items:flex-start; flex-wrap:nowrap; margin-left:80px; text-align:left;}
    .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_title {display:block; color:#000; font-size:30px; line-height:1.3;}
    .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_text {display:block; color:#000; font-size:18px; line-height:1.5; margin-top:20px;}
    .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_btn {color:#fff; font-size:14px; background:#000; padding:10px 24px; margin-top:32px; border-radius:50px; display:flex; align-items:center;}

    /* scroll */
    .-scroll::-webkit-scrollbar {width:4px; background-color:transparent;}
    .-scroll::-webkit-scrollbar-button {display:none;}
    .-scroll::-webkit-scrollbar-thumb {border-radius:2em; background-color:rgba(0,0,0,0.2);}
    .-scroll:hover::-webkit-scrollbar-thumb,
    .-scroll::-webkit-scrollbar-thumb:hover {background-color:rgba(0,0,0,.5);}

    /* modal */
    body.-has-modal {overflow:hidden;}
    .new-set-guide .modal-dim {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:211; background:rgba(0, 0, 0, 0.8);}
    .new-set-guide .modal-dim.-active {display:block;}
    .new-set-guide .modal-layer {display:none; position:fixed; top:50%; left:50%; width:1392px; transform:translate(-50%, -55%); z-index:300;}
    .new-set-guide .modal-layer.-active {display:block;}
    .new-set-guide .modal-layer .btn-modal-close {position:absolute; bottom:0; left:50%; width:40px; height:40px; background:#fff url("//images.samsung.com/kdp/static/common/icon-close.svg") no-repeat center / 14px 14px; border-radius:50%; transform:translate(-50%, 150%);}
    .new-set-guide .modal-cont {position:relative; width:100%; height:770px;}
    .new-set-guide .modal-cont:focus-visible {outline:dashed 2px #2189ff !important; outline-offset:-2px;}
    .new-set-guide .modal-cont [tabindex="0"]:focus-visible {outline:dashed 2px #2189ff !important; outline-offset:-2px;}
    .new-set-guide #setBaseGuide .modal-cont {background:#fff;}
    .new-set-guide #setBaseGuide2 .modal-cont {background:#fff;}

    /* tabs */
    .new-set-guide .guide-tabs {display:flex; height:100%;}
    .new-set-guide .guide-tabs .guide-topoption-wrap {background:#f9f9f9; border-radius:20px 0 0 20px;}
    .new-set-guide .guide-tabs__list-wrap {overflow-y:auto; width:366px; padding:24px; height:100%;}
    .new-set-guide .guide-tabs__list-wrap.-active {display:none;}
    .new-set-guide .guide-tabs__list-tit {font-size:18px; line-height:22px; color:#555; display:flex; align-items:center;}
    .new-set-guide .guide-tabs__list-tit strong {font-weight:700;}
    .new-set-guide .guide-tabs__list {margin-top:10px;}
    .new-set-guide .guide-tabs__panel-list {display:none;}
    .new-set-guide .guide-tabs__panel-list.-active {display:block;}
    .new-set-guide .guide-tabs__list__btn__wrap {display:flex; font-size:inherit; gap:20px 10px; flex-wrap:wrap; align-content:stretch;}
    .new-set-guide .guide-tabs__list__btn__wrap li {flex-basis:48%; text-align:left;}
    .new-set-guide .guide-tabs__list__btn__wrap li label {text-align:center; width:100%;}
    .new-set-guide .guide-tabs__list__btn__wrap .label__text {display:inline-block; width:100%; text-align:center; color:#555; font-size:12px; line-height:14px;}
    .new-set-guide .guide-tabs__list__btn__wrap .label__text br {display:block;}
    .new-set-guide .guide-tabs__list__btn__wrap .icon-img {display:inline-block; width:60px; height:38px; position:relative; top:50%; margin:0px 0 5px 0; font-size:0; vertical-align:middle; background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_sprite_ver2.png); background-repeat:no-repeat;}

    .new-set-guide .guide-tabs__list__btn__wrap #guideList01 + label span.icon-img {background-position:0 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02 + label span.icon-img {background-position:0 -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01 + label span.icon-img {background-position:0 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02 + label span.icon-img {background-position:0 -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-01 + label span.icon-img {background-position:0 -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-02 + label span.icon-img {background-position:0 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-03 + label span.icon-img {background-position:0 -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-01-01 + label span.icon-img {background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_step01-01-01-01.svg) no-repeat center;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-01-02 + label span.icon-img {background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_step01-01-01-02.svg) no-repeat center;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-01-03 + label span.icon-img {background-position:-60px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-02-01 + label span.icon-img {background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_step01-01-02-01.svg) no-repeat center;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-02-02 + label span.icon-img {background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_step01-01-02-02.svg) no-repeat center;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-02-03 + label span.icon-img {background-position:-60px 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-02-04 + label span.icon-img {background-position:-120px 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-03-01 + label span.icon-img {background-position:0 -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-03-02 + label span.icon-img {background-position:0 -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-03-03 + label span.icon-img {background-position:0 -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-03-04 + label span.icon-img {background-position:-240px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-01 + label span.icon-img {background-position:0 -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-02 + label span.icon-img {background-position:0 -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-03 + label span.icon-img {background-position:-120px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-04 + label span.icon-img {background-position:-180px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-01-01 + label span.icon-img {background-position:-120px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-01-02 + label span.icon-img {background-position:-60px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-02-01 + label span.icon-img {background-position:-60px -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-02-02 + label span.icon-img {background-position:-120px -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-02-03 + label span.icon-img {background-position:-180px -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-02-04 + label span.icon-img {background-position:-240px -40px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-03-01 + label span.icon-img {background-position:-120px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-03-02 + label span.icon-img {background-position:-60px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-04-01 + label span.icon-img {background-position:-180px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList01-02-04-02 + label span.icon-img {background-position:-180px -120px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-01 + label span.icon-img {background-position:0 -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-02 + label span.icon-img {background-position:0 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-01-01 + label span.icon-img {background-position:-180px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-01-02 + label span.icon-img {background-position:-240px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-01-03 + label span.icon-img {background-position:-300px -80px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-02-01 + label span.icon-img {background-position:-60px -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-02-02 + label span.icon-img {background-position:-120px -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-02-03 + label span.icon-img {background-position:0 -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-02-04 + label span.icon-img {background-position:-180px -160px;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-02-05 + label span.icon-img {background-position:-180px 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-02-06 + label span.icon-img {background-position:-240px 0;}
    .new-set-guide .guide-tabs__list__btn__wrap #guideList02-02-07 + label span.icon-img {background-position:-300px 0;}

    /* panel */
    .new-set-guide .guide-tabs__panel-wrap {width:calc(100% - 366px); background:#eaeaea; overflow:hidden; border-radius:0 20px 20px 0;}
    .new-set-guide .guide-tabs__panel {display:none; height:100%;}
    .new-set-guide .guide-tabs__panel.-active {display:block;}
    .new-set-guide .guide-tabs__panel__tit {display:flex; height:118px; color:#1c1c1c; font-size:26px; text-align:center; letter-spacing:-0.04em; line-height:1.2; flex-direction:column; justify-content:center; align-items:center;}
    .new-set-guide .guide-tabs__panel__tit strong {font-size:inherit;}
    .new-set-guide .guide-tabs__panel__tit strong + strong {margin-top:5px; font-size:25px;}
    .new-set-guide .guide-tabs__panel__tit sup {font-size:25px; vertical-align:10px;}
    .new-set-guide .guide-tabs__panel__tit2 {display:flex; padding-top:43px; color:#1c1c1c; font-size:26px; text-align:center; letter-spacing:-0.04em; line-height:1.2; flex-direction:column; justify-content:center; align-items:center;}
    .new-set-guide .guide-tabs__panel__tit2 strong {font-size:inherit;}
    .new-set-guide .guide-tabs__panel__s-tit2 {font-size:18px; text-align:center; padding:10px 40px 15px 40px;}
    .new-set-guide .guide-tabs__panel__cont {overflow-y:auto; height:calc(100% - 118px); padding:0 40px 20px;}
    .new-set-guide .guide-tabs__panel__cont__img {width:946px; height:424px;}
    .new-set-guide .guide-tabs__panel__cont__img.mo {display:none;}
    .new-set-guide .guide-tabs__panel__cont__img__wrap {position:relative;}
    .new-set-guide .guide-tabs__panel__cont__description {position:absolute; left:20px; top:390px;}
    .new-set-guide .guide-tabs__panel__cont__description ul li {color:#555; font-size:12px; margin-top:5px; line-height:1.3;}
    .new-set-guide .guide-tabs__panel__cont__list-box {display:flex; align-items:flex-start; justify-content:space-between; /*height:182px; overflow-y:scroll; margin-top:20px; */}
    .new-set-guide .guide-tabs__panel__cont__list-box > div {width:48%;}
    .new-set-guide .guide-tabs__panel__cont__list-box > div.noticewide {width:100%;}
    .new-set-guide .guide-tabs__panel__cont__list-label {display:flex; align-items:center; color:#555; font-size:16px; margin-top:15px;}
    .new-set-guide .guide-tabs__panel__cont__list {margin-top:10px;}
    .new-set-guide .guide-tabs__panel__cont__list > li {padding-left:10px; color:#555; font-size:12px; line-height:1.3; text-indent:-10px;}
    .new-set-guide .guide-tabs__panel__cont__list > li sup {font-size:10px; vertical-align:3px;}
    .new-set-guide .guide-tabs__panel__cont__list > li .guide-color {font-weight:bold; font-size:inherit; vertical-align:baseline;}
    .new-set-guide .guide-tabs__panel__cont__list > li .guide-color--red {color:#ef3434;}
    .new-set-guide .guide-tabs__panel__cont__list > li .guide-color--blue {color:#1678f2;}
    .new-set-guide .guide-tabs__panel__cont__list > li + li {margin-top:3px;}
    .new-set-guide .guide-tabs__panel__cont__btn {position:relative; display:inline-block; font-size:12px; color:#2189ff; font-weight:700;}
    .new-set-guide .guide-tabs__panel__cont__btn:after {content:''; position:absolute; display:block; left:0; bottom:0; width:100%; height:1px; background:#2189ff;}
    .new-set-guide .guide-tabs__panel__tit + .swiper-basic {margin-top:-50px;}
    .new-set-guide .guide-tabs__panel__s-tit {font-size:18px; text-align:center; padding:16px 40px 15px 0; display:flex; align-items:center; justify-content:center;}
    .new-set-guide .guide-tabs__panel__s-tit span {font-size:14px; line-height:18px; padding-left:10px;}
    .new-set-guide .guide-tabs__panel__s-tit-top {font-size:26px; text-align:center; display:flex; height:118px; letter-spacing:-0.04em; line-height:1.2; flex-direction:column; justify-content:center; align-items:center;}
    .new-set-guide .guide-tabs__panel__s-tit-top2 {font-size:26px; text-align:center; letter-spacing:-0.04em; line-height:1.2; display:flex; flex-direction:column; padding:43px 0 15px 0;}
    .new-set-guide .guide-tabs__panel__s-tit-top span {font-size:30px; text-align:center; padding:5px 0 13px 0; font-weight:bold;}
    .new-set-guide .guide-tabs__panel__s-tit-top2 span {font-size:18px; text-align:center; padding:8px 0 0 0;}
    .new-set-guide .guide-tabs__panel__cont__swiper {overflow-y:auto; height:645px; padding:0 40px 20px 0;}
    .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step {background:#fff; padding:15px 24px; border-radius:20px; margin-top:12px; width:318px;}
    .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step.step-style {margin-top:0;}
    .new-set-guide .modal-cont__tit {display:none;}
    .new-set-guide .guide-topoption-btn {display:none;}

    /* 설치가이드 - swiper */
    .new-set-guide .swiper-basic {height:calc(100% - 140px); padding:0 0 40px 40px;}
    .new-set-guide .swiper-basic [class*=swiper-button-] {top:32px; color:#000; width:29px; height:29px; background:#8f8f8f; border-radius:50%;}
    .new-set-guide .swiper-basic.swiper-top-title [class*=swiper-button-] {top:101px; color:#000;}
    .new-set-guide .swiper-basic [class*=swiper-button-]::after {font-size:0.7vw; color:#fff; font-weight:bold;}
    .new-set-guide .swiper-basic .swiper-button-disabled {display:none;}
    .new-set-guide .swiper-basic .swiper-button-next {left:50%; margin-left:200px;}
    .new-set-guide .swiper-basic .swiper-button-prev {left:50%; margin-left:-270px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next1 {margin-left:40px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev1 {margin-left:-110px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next2 {margin-left:140px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev2 {margin-left:-210px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next3 {margin-left:135px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev3 {margin-left:-205px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next4 {margin-left:75px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev4 {margin-left:-145px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next5 {margin-left:130px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev5 {margin-left:-180px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next6 {margin-left:180px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev6 {margin-left:-250px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next7 {margin-left:195px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev7 {margin-left:-250px;}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next7 {margin-left:195px;}
    .new-set-guide .swiper-basic .swiper-button-prev::after {content:""; display:block; position:absolute; top:50%; left:55%; z-index:1; width:8px; height:8px; border-style:solid; border-color:#fff; border-width:0 0 2px 2px; transform:translate(-50%, -50%) rotate(45deg);}
    .new-set-guide .swiper-basic .swiper-button-next::after {content:""; display:block; position:absolute; top:50%; left:45%; z-index:1; width:8px; height:8px; border-style:solid; border-color:#fff; border-width:2px 2px 0 0; transform:translate(-50%, -50%) rotate(45deg);}

    /* 안내 문구 */
    .new-set-guide .guide-tabs__tuto {display:none; position:relative; height:100%; background-color:#eaeaea;}
    .new-set-guide .guide-tabs__tuto-pc {display:none;}
    .new-set-guide .guide-tabs__tuto-pc.-active {display:block;}
    .new-set-guide .guide-tabs__tuto-mo {display:none;}
    .new-set-guide .guide-tabs__tuto-wrap {height:100%; display:flex; flex-direction:column; justify-content:center;}
    .new-set-guide .guide-tabs__tuto__box {display:flex; align-items:center; margin-left:40px;}
    .new-set-guide .guide-tabs__tuto__txt {font-size:18px; font-weight:700; line-height:1.7; color:#555;}
    .new-set-guide .guide-tabs__tuto__txt b {color:#218aff; font-size:inherit;}
    .new-set-guide .guide-tabs__tuto-pc__obj {width:62px; height:62px; margin-right:26px; background-image:url('//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_intro.png'); background-repeat:no-repeat; background-position:left top; background-size:100% auto;}
    
    /* 라디오 버튼 */
    .new-set-guide .chk-form input[type="radio"] {position:absolute; width:1px; height:1px; clip:rect(1px, 1px, 1px, 1px); clip-path:inset(50%); border:0; overflow:hidden;}
    .new-set-guide .chk-form input[type="radio"] + label {position:relative; display:inline-block; padding:1px 0; padding-left:26px; padding-right:30px; font-size:14px; color:#000; line-height:18px; vertical-align:middle; word-break:keep-all; letter-spacing:-0.025px;}
    .new-set-guide .chk-form input[type="radio"] + label:after {content:''; position:absolute; display:block; left:0; top:9px; width:20px; height:20px; border:1px solid #b2b2b2; border-radius:50%; box-sizing:border-box;}
    .new-set-guide .chk-form input[type="radio"] + label:hover:after {border:1px solid #79b7ff; background:#eef6ff;}
    .new-set-guide .chk-form input[type="radio"]:checked + label {font-weight:bold;}
    .new-set-guide .chk-form input[type="radio"]:checked + label::after {content:''; position:absolute; display:block; left:0; top:9px; width:20px; height:20px; border:1px solid #2189ff; background:#2189FF url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon-down-white.svg) center center no-repeat; background-size:14px auto;}
    .new-set-guide .chk-form input[type="radio"]:checked + label:hover::after {background:#006bea url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon-down-white.svg) center center no-repeat; background-size:14px auto;}
    .new-set-guide .chk-form input[type="radio"] + label::before {display:none;}

    /* 냉장고 설치환경 가이드 */
    .new-set-guide .modal-dim.trans {z-index:301; background:rgba(0, 0, 0, 0.6);}
    .new-set-guide .modal-layer.set-base-guide {z-index:302; width:620px;}
    .new-set-guide .modal-layer.set-base-guide .modal-cont {padding:50px; height:700px;}
    .new-set-guide .modal-layer.set-base-guide .modal-cont__tit {padding-bottom:10px; font-size:24px; border-bottom:2px solid #000;}
    .new-set-guide .modal-layer.set-base-guide .modal-cont__img {overflow-y:auto; height:calc(100% - 36px); padding-top:30px;}
    .new-set-guide .modal-layer.set-base-guide .modal-cont .modal-cont__tit {display:block;}
    /* 닫기버튼 위치 변경 - 250318 */
    .new-set-guide .modal-layer.set-base-guide .btn-modal-close {bottom:auto; top:42px; right:37px; left:auto; border-radius:0; transform:none;}

    
    @media (max-width:1440px) {
        /* common */
        .pd-tb-60 {padding:4.1666vw 0;}
        .pd-tb-80 {padding:5.5556vw 0;}

        /* banner */
        .new-set-guide {width:100%; padding-bottom:1.6666vw}
        .new-set-guide .new-set-guide__tit {padding:0 1.6667vw; font-size:3.3333vw;}
        .new-set-guide .new-set-guide__list {margin-top:4.1667vw; padding:0 0.8333vw;}
        .new-set-guide .new-set-guide__list__btn {height:27.9861vw; border-radius:1.3889vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box {margin-left:5.5556vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_title {font-size:1.9444vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_text {font-size:1.1111vw; margin-top:1.3889vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_btn {font-size:0.9722vw; padding:0.6944vw 1.6667vw; margin-top:2.2222vw; border-radius:3.4722vw;}

        /* scroll */
        .new-set-guide .-scroll::-webkit-scrollbar {width:0.2778vw; height:2px;}

        /* modal */
        .new-set-guide .modal-layer {width:96.6667vw;}
        .new-set-guide .modal-layer .btn-modal-close {width:2.7778vw; height:2.7778vw; background-size:0.9722vw 0.9722vw;}
        .new-set-guide .modal-cont {height:53.4722vw; border-radius:1.3889vw;}

        /* tabs */
        .new-set-guide .guide-tabs__list-wrap {width:24.3056vw; padding:1.7355vw;}
        .new-set-guide .guide-tabs__list-tit {font-size:1.2516vw;}
        .new-set-guide .guide-tabs__list-tit strong {font-size:1.2516vw;}
        .new-set-guide .guide-tabs__list {margin-top:0.8065vw;}
        .new-set-guide .guide-tabs__list__btn {width:13.1944vw; height:2.7778vw; font-size:0.9722vw; border-radius:1.3889vw;}
        .new-set-guide .guide-tabs__list__btn sup {font-size:0.6944vw; vertical-align:0.2083vw;}
        .new-set-guide .guide-tabs__list__btn + .guide-tabs__list__btn {margin-top:0.6944vw;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step {padding:1.2097vw 1.0355vw; margin-top:0.9677vw; width:100%;}
        .new-set-guide .guide-tabs__list__btn__wrap {gap:1.2129vw 0.8065vw;}
        .new-set-guide .guide-tabs__list__btn__wrap li {flex-basis:initial; width:46%;}
        .new-set-guide .guide-tabs__list__btn__wrap .label__text {font-size:0.9677vw; line-height:1.1290vw;}
        .new-set-guide .guide-tabs__list__btn__wrap li label {padding-left:1.6636vw; padding-right:1.6636vw;}
        .new-set-guide .guide-tabs__list__btn__wrap .icon-img {width:50px; height:32px; background-image:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_sprite2_ver2.png);}

        .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-01-01 + label span.icon-img {background-size:contain;}
        .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-01-02 + label span.icon-img {background-size:contain;}
        .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-02-01 + label span.icon-img {background-size:contain}
        .new-set-guide .guide-tabs__list__btn__wrap #guideList01-01-02-02 + label span.icon-img {background-size:contain}

        /* panel */
        .new-set-guide .guide-tabs__panel-wrap {width:calc(100% - 24.3056vw); border-radius:0 1.3889vw 1.3889vw 0;}
        .new-set-guide .guide-tabs__panel__tit {height:9.7222vw; font-size:2.0968vw;}
        .new-set-guide .guide-tabs__panel__tit sup {font-size:1.7361vw; vertical-align:0.6944vw;}
        .new-set-guide .guide-tabs__panel__tit strong + strong {margin-top:0.3472vw; font-size:1.7361vw;}
        .new-set-guide .guide-tabs__panel__cont {height:calc(100% - 9.7222vw); padding:0 3.4722vw 1.6129vw;}
        .new-set-guide .guide-tabs__panel__cont__list-label {margin-top:0.9677vw; font-size:1.0903vw; line-height:1.7742vw;}
        .new-set-guide .guide-tabs__panel__cont__list-label span {font-size:1.1111vw;}
        .new-set-guide .guide-tabs__panel__cont__list {margin-top:0.6944vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li {padding-left:0.6944vw; font-size:0.9722vw; text-indent:-0.6944vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li sup {font-size:0.6944vw; vertical-align:0.2083vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li + li {margin-top:0.2083vw;}
        .new-set-guide .guide-tabs__panel__cont__btn {font-size:0.9722vw; vertical-align:baseline;}
        .new-set-guide .guide-tabs__panel__s-tit {font-size:1.4516vw; padding:1.2903vw 3.2258vw 1.2097vw 0;}
        .new-set-guide .guide-tabs__panel__cont__img {width:100%; height:auto;}
        .new-set-guide .guide-tabs__panel__s-tit-top {height:9.7222vw; font-size:2.0968vw;}
        .new-set-guide .guide-tabs__panel__s-tit-top strong {font-size:inherit;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 {font-size:2.0968vw; padding:3.6vw 0 0 0;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 strong {font-size:inherit;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 span {font-size:1.4516vw; padding:1.0903vw 3.2258vw 0.7557vw 0;}
        .new-set-guide .guide-tabs__panel__tit2 {padding-top:3.6vw; font-size:2.0968vw;}
        .new-set-guide .guide-tabs__panel__s-tit2 {font-size:1.4516vw; padding:0.9903vw 3.2258vw 1.1097vw 3.2258vw;}
        .new-set-guide .guide-tabs__panel__s-tit span {font-size:0.9722vw; padding-left:0.6944vw;}
        .new-set-guide .guide-tabs__panel__cont__description {left:2.0vw; top:27.0833vw;}
        .new-set-guide .guide-tabs__panel__cont__description ul li {font-size:0.9722vw; margin-top:0.3472vw;}

        /* 설치가이드 - swiper */
        .new-set-guide .swiper-basic .swiper-button-next.btn-next-style {top:5.513vw; margin-left:16.8889vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev-style {top:5.513vw; margin-left:-16.8889vw;}
        .new-set-guide .swiper-basic.swiper-top-title [class*=swiper-button-] {top:8.713vw;}
        .new-set-guide .swiper-basic.swiper-top-title {height:100%;}
        .new-set-guide .swiper-basic {height:calc(100% - 9.7222vw); padding:0;}
        .new-set-guide .guide-tabs__panel__tit + .swiper-basic {margin-top:0;} 
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:2.0613vw; width:2.1387vw; height:2.1387vw;}
        .new-set-guide .swiper-basic .swiper-button-next {margin-left:17.8889vw;}
        .new-set-guide .swiper-basic .swiper-button-prev {margin-left:-19.8889vw;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__tit {height:auto; padding:3.6vw 0 0 0;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__s-tit {padding:0.9903vw 3.2258vw 1.1097vw 3.2258vw;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .swiper-basic {height:calc(100% - 6.2222vw);}
        .new-set-guide .guide-tabs__panel__cont__swiper {overflow-y:scroll; height:44vw; padding:0 3.4722vw 1.6129vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next1 {margin-left:4.7778vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev1 {margin-left:-7.6389vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next2 {margin-left:12.2222vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev2 {margin-left:-14.5833vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next3 {margin-left:11.3750vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev3 {margin-left:-14.2361vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next4 {margin-left:5.2083vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev4 {margin-left:-10.0694vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next5 {margin-left:11.5278vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev5 {margin-left:-12.5000vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next6 {margin-left:15.0000vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev6 {margin-left:-17.3611vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next7 {margin-left:16.0417vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev7 {margin-left:-17.3611vw;}
        .new-set-guide .swiper-basic .swiper-button-prev::after {width:0.6417vw; height:0.6417vw;}
        .new-set-guide .swiper-basic .swiper-button-next::after {width:0.6417vw; height:0.6417vw;}

        /* 안내 문구 */
        .new-set-guide .guide-topoption-wrap.-scroll {overflow-y:scroll;}
        .new-set-guide .guide-tabs .guide-topoption-wrap {border-radius:1.3889vw 0 0 1.3889vw;}
        .new-set-guide .guide-tabs__tuto__txt {font-size:1.2500vw;}
        .new-set-guide .guide-tabs__tuto-pc__obj {width:4.3056vw; height:4.3056vw; margin-right:1.8056vw;}

        /* 라디오 버튼 */
        .new-set-guide .chk-form input[type="radio"] + label {padding-left:1.8056vw; padding-right:1.0833vw; font-size:0.8333vw; line-height:1.2500vw;}
        .new-set-guide .chk-form input[type="radio"] + label:after {top:1.0290vw; width:1.3889vw; height:1.3889vw;}
        .new-set-guide .chk-form input[type="radio"]:checked + label::after {top:1.0290vw; width:1.3889vw; height:1.3889vw; background-size:0.8333vw auto;}
        .new-set-guide .chk-form input[type="radio"]:checked + label:hover::after {background-size:0.8333vw auto;}

        /* 냉장고 설치환경 가이드 */
        .new-set-guide .modal-layer.set-base-guide {width:43.0555vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont {padding:3.4722vw; height:48.6111vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__tit {padding-bottom:0.6944vw; font-size:1.6666vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__img {height:calc(100% - 2.5vw); padding-top:2.0833vw;}
        /* 닫기버튼 위치 변경 - 250318 */
        .new-set-guide .modal-layer.set-base-guide .btn-modal-close {top:2.9167vw; right:2.5694vw;}

    }

    @media screen and (max-width:1440px) and (min-width:1251px) {
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:2.3555vw;}
    }

    @media screen and (max-width:1250px) and (min-width:1001px) {
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:2.5555vw;}
    }

    @media screen and (max-width:1000px) and (min-width:901px) {
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:2.7913vw;}
    }

    @media screen and (max-width:900px) and (min-width:801px) {
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:3.1613vw;}
    }

    @media (max-width:768px) {

        /* common */
        br.br-pc {display:none;}
        br.tip-br-mo {display:block;}
        span.text-m-none {display:none;}

        /* banner */
        .new-set-guide {padding-top:60px; padding-bottom:3.3333vw;}
        .new-set-guide .new-set-guide__tit {padding:0 6.6667vw; font-size:7.7778vw;}
        .new-set-guide .new-set-guide__list {margin-top:7.1250vw; padding:0 3.3333vw; justify-content:flex-start; flex-wrap:wrap;}
        .new-set-guide .new-set-guide__list li {padding:0;}
        .new-set-guide .new-set-guide__list__btn {height:83.7500vw; border-radius:10px;}
        .new-set-guide .new-set-guide__list__btn.pic01 {background-image:url("//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/banner/banner_mo01_ver3.jpg");}
        .new-set-guide .new-set-guide__list__btn .txt_box {margin-left:0; align-items:center; text-align:center; position:absolute; top:inherit; width:100%; bottom:5vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_title {font-size:4.4444vw;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_text {font-size:3.3333vw; margin-top:1.1111vw; line-height:1.5;}
        .new-set-guide .new-set-guide__list__btn .txt_box .txt_box_btn {font-size:3.7500vw; padding:2.2500vw 4.0000vw; margin-top:4.0000vw; border-radius:5.4722vw;}

        /* scroll */
        .new-set-guide .-scroll::-webkit-scrollbar {height:2px;}

        /* modal */
        .new-set-guide .modal-dim {display:none;}
        .new-set-guide .modal-layer {top:0; bottom:0; left:0; width:100%; transform:translate(0);}
        .new-set-guide .modal-layer.-active {display:block;}
        .new-set-guide .modal-layer .btn-modal-close {z-index:101; bottom:auto; left:auto; top:2.5vw; right:3.2552vw; width:7.2083vw; height:7.2083vw; background-color:transparent; background-size:5.1250vw 5.1250vw; border-radius:0; transform:translate(0);}
        .new-set-guide .modal-cont {width:100%; height:100%; background:#f7f7f7; border-radius:0;}
        .new-set-guide .modal-cont__tit {display:flex; height:12vw; font-size:4.8vw; line-height:1.2; flex-direction:column; align-items:center; justify-content:center; border-bottom:0.1302vw solid #d7d7d7; position:relative; z-index:99; background:#fff;}
        .new-set-guide .modal-cont__tit span {font-size:inherit;}
        .new-set-guide .modal-cont__tit.topoption-title-style-up {border-bottom:none;}

        /* tabs */
        .new-set-guide .guide-tabs .guide-topoption-wrap {border-radius:0;}
        .new-set-guide .guide-tabs {position:relative; width:100%; padding:0; background:#eaeaea; overflow-y:initial; flex-direction:column; height:calc(100% - 12vw); z-index:100;}
        .new-set-guide .guide-tabs__list-wrap {display:block; position:relative; width:100%; padding:1vw 0 4vw 0; background:#f9f9f9; overflow-y:initial; text-align:left; z-index:100;}
        .new-set-guide .guide-tabs__list-tit {font-size:4vw; padding:1.3333vw 0 0 2.3333vw;}
        .new-set-guide .guide-tabs__list-tit strong {font-size:4vw;}
        .new-set-guide .guide-tabs__list {display:flex; background:#f9f9f9; margin-top:0; z-index:100; height:inherit; width:100%; overflow-x:auto; padding:2px 0 2px 4.8611vw;}
        .new-set-guide .guide-tabs__list.tab__scroll {padding:2.5vw 4.6875vw; border-bottom:0.1302vw solid #d7d7d7;}
        .new-set-guide .guide-tabs__list__btn {background:#555; color:#fff; width:auto; padding:0 2.8vw; margin:0; margin-right:1.5vw; display:flex; align-items:center; height:3.5vw; border-radius:2vw; font-size:2.6042vw; line-height:initial;}
        .new-set-guide .guide-tabs__list__btn span {font-size:inherit;}
        .new-set-guide .guide-tabs__list__btn + .guide-tabs__list__btn {margin-top:0;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step.step-style {width:100%; padding:0; background:#f9f9f9; border-bottom:none; border-top:none; border-radius:0;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-box-step {padding:0; width:100%; background:#f9f9f9; border-bottom:none; border-top:1px solid #eee; border-radius:0;}
        .new-set-guide .guide-tabs__list__btn__wrap {width:calc(100% - 4.8611vw); gap:0.8065vw 0.8065vw;}
        .new-set-guide .guide-tabs__list__btn__wrap li {flex:1 1 40%;}
        .new-set-guide .guide-tabs__list__btn__wrap li:nth-child(odd) {flex:1 1 50%;}
        .new-set-guide .guide-tabs__list__btn__wrap li:nth-child(even) {flex:1 1 40%;}
        .new-set-guide .guide-tabs__list__btn__wrap .icon-img {display:none;}
        .new-set-guide .guide-tabs__list__btn__wrap .label__text {font-size:3.5556vw; line-height:5.5556vw; text-align:left;}
        .new-set-guide .guide-tabs__list__btn__wrap .label__text br.br-mo {display:none;}
        .new-set-guide .guide-tabs .tab__scroll {position:fixed; left:0; top:19.5312vw; width:100%; background:#fff; border-bottom:0.1302vw solid #d7d7d7; padding:2.5vw; z-index:100;}
        
        /* panel */
        .new-set-guide .guide-tabs__panel-wrap {width:100%; overflow-y:auto; border-top:1px solid #bbb; height:100%; border-radius:0;}
        .new-set-guide .guide-tabs__panel__tit {height:0; font-size:4.6667vw; padding:9.2vw 0 9.4vw 0;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__tit {display:flex; height:0; font-size:4.6667vw; padding:9.2vw 4.6875vw 9.4vw 4.6875vw;}
        .new-set-guide .guide-tabs__panel__tit sup {font-size:3.5556vw; vertical-align:1.8229vw;}
        .new-set-guide .guide-tabs__panel__cont {overflow:hidden; height:auto; padding:0 0 7.8125vw;}
        .new-set-guide .guide-tabs__panel__tit.blind + .guide-tabs__panel__cont {padding:4.6875vw 4.6875vw 7.8125vw;}
        .new-set-guide .guide-tabs__panel__cont__description {padding:1.2500vw 6.2500vw 3.7500vw 6.2500vw; margin-top:0; border-radius:0 0 2.5vw 2.5vw; position:relative; left:0; top:0; background:#fff;}
        .new-set-guide .guide-tabs__panel__cont__description ul li {font-size:3.5556vw; margin-top:1.6500vw;}
        .new-set-guide .guide-tabs__panel__cont__list-box {display:flex; flex-direction:column; align-items:center; justify-content:flex-start;}
        .new-set-guide .guide-tabs__panel__cont__list-box > div {width:100%;}
        .new-set-guide .guide-tabs__panel__cont__list-label {display:block; margin-top:4.0111vw; color:#545454; font-size:3.5556vw; padding:0 4.011vw;}
        .new-set-guide .guide-tabs__panel__cont__list-label span {font-size:4.0556vw; font-weight:bold;}
        .new-set-guide .guide-tabs__panel__cont__list {margin-top:3.0833vw; padding:0 3.6111vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li {padding-left:1.5625vw; color:#555; font-size:3.5556vw; text-indent:-1.5625vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li sup {font-size:1.5625vw; vertical-align:0.6510vw;}
        .new-set-guide .guide-tabs__panel__cont__list > li + li {margin-top:1.6510vw;}
        .new-set-guide .guide-tabs__panel__cont__btn {font-size:3.5556vw;}
        .new-set-guide .guide-tabs__panel__cont__swiper {overflow-y:inherit; padding:0 0 7.8125vw 0; height:inherit;}
        .new-set-guide .guide-tabs__panel__cont__img {border-radius:2.7778vw;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__s-tit {font-size:4.0556vw; padding:0.7vw 3.2258vw 2.2097vw 3.2258vw;}
        .new-set-guide .guide-tabs__panel__s-tit-top {font-size:4vw; height:18vw;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 {font-size:4vw; padding:6.1667vw 0 2.1667vw 0;}
        .new-set-guide .guide-tabs__panel__s-tit-top2 span {font-size:3.5556vw; padding:1.0vw 0 0 0;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap .guide-tabs__panel-list.-dep04 .guide-box-step {border-bottom:none;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap #tipInfiSoloPanel02-01 .guide-box-step {border-bottom:none;}
        .new-set-guide .modal-layer .modal-cont .guide-tabs .guide-tabs__list-wrap #tipInfiSoloPanel02-02 .guide-box-step {border-bottom:none;}
        .new-set-guide .guide-tabs__panel__tit + .swiper-basic {margin-top:-7vw; padding:0;}
        .new-set-guide .guide-tabs__panel__tit + .swiper-basic .swiper-container {overflow:initial;}
        .new-set-guide .guide-tabs .panel__scroll {padding-top:8.9vw;}
        .new-set-guide .guide-tabs__panel__cont__img.pc {display:none;}
        .new-set-guide .guide-tabs__panel__cont__img.mo {display:block; border-radius:0;}
        .new-set-guide .guide-tabs__panel__tit2 {padding-top:6.55555vw; font-size:4.6667vw;}
        .new-set-guide .guide-tabs__panel__s-tit2 {font-size:4.0556vw; padding:0.2vw 3.2258vw 2.3097vw 3.2258vw;}
        .new-set-guide .guide-tabs__panel__s-tit span {font-size:3vw; padding-left:0.6944vw;}

        /* 설치가이드 - swiper */  
        .new-set-guide .swiper-basic [class*=swiper-button-] {top:1vw; color:#000; width:7.7778vw; height:7.7778vw;}
        .new-set-guide .swiper-basic [class*=swiper-button-]::after {font-size:3.3333vw;}
        .new-set-guide .swiper-basic .swiper-button-disabled {display:none;}
        .new-set-guide .swiper-basic .swiper-button-next {right:1.6667vw; left:inherit; margin-left:0;}
        .new-set-guide .swiper-basic .swiper-button-prev {left:1.6667vw; margin-left:0;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next-style {top:52.3146vw; margin-left:inherit;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev-style {top:52.3146vw; margin-left:inherit;}
        .new-set-guide .swiper__panel__title {height:12.2292vw; justify-content:flex-end;}
        .new-set-guide .swiper-basic .swiper__panel__s-tit {font-size:3.5vw; height:10.9992vw; margin-bottom:1.5vw;}
        .new-set-guide .swiper-container2 {overflow:hidden;}
        .new-set-guide .swiper-container2 .swiper-wrapper .swiper-slide {max-width:25%;}
        .new-set-guide .swiper-basic {padding:0;}
        .new-set-guide .swiper-basic.swiper-top-title [class*=swiper-button-] {top:52.3146vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev-mo {margin-left:0;}
        .new-set-guide .swiper-basic .swiper-button-prev::after {width:2.0417vw; height:2.0417vw;}
        .new-set-guide .swiper-basic .swiper-button-next::after {width:2.0417vw; height:2.0417vw;}

        /* 안내 문구 */
        .new-set-guide .guide-tabs__tuto-pc {display:none;}
        .new-set-guide .guide-tabs__tuto-mo {display:none;}
        .new-set-guide .guide-topoption-wrap .pcd-hide {display:none;}
        .new-set-guide .guide-topoption-fixed {position:fixed;}
        .new-set-guide .guide-topoption-btn {background:#006aea; color:#fff; width:22vw; height:5vw; margin-left:-11vw; padding:0; position:absolute; left:50%; bottom:-2.888vw; z-index:100; display:block; border-radius:2.7778vw; font-size:2.7778vw;}
        .new-set-guide .guide-topoption-btn:focus {outline:dashed 2px #2189ff !important; outline-offset:-2px;}
        .new-set-guide .guide-topoption-wrap {position:relative; z-index:100; overflow-y:inherit;}
        .new-set-guide .topoption-btn-style-down {background:#fff; border:1px solid #bbb; color:#bbb;}
        .new-set-guide .guide-topoption-btn::after {content:'옵션 펼치기'; position:absolute; left:3.5222vw; top:50%; margin-top:-1.5vw;}
        .new-set-guide .guide-topoption-btn.topoption-btn-style-down::after {content:"";}
        .new-set-guide .guide-topoption-btn.topoption-btn-style-down::before {content:""; position:absolute; top:50%; left:50%; width:4.1667vw; height:2.2222vw; margin-top:-1.2vw; margin-left:-2.0vw; background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_arrow01.png) no-repeat; background-size:cover;}
        .new-set-guide .guide-topoption-btn::before {content:""; position:absolute; top:50%; right:2.2222vw; width:4.1667vw; height:2.2222vw; margin-top:-1.2vw; background:url(//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_arrow02.png) no-repeat; background-size:cover;}
        .new-set-guide .guide-topoption-btn.topoption-btn-style-down {width:16vw; margin-left:-8vw;}
        .new-set-guide .guide-topoption-wrap.-scroll {overflow-y:inherit;}
        .new-set-guide .guide-tabs__tuto__box {display:block; text-align:center; font-size:2.7778vw; line-height:1.3; margin-left:0;}
        .new-set-guide .guide-tabs__tuto-mo__obj {width:16vw; height:16vw; margin-top:4.4444vw; position:relative; left:50%; margin-left:-8vw; background-image:url('//images.samsung.com/kdp/static/pcd/refrigerators/new-set-guide/icon/icon_intro.png'); background-repeat:no-repeat; background-position:left top; background-size:100% auto;}
        .new-set-guide .guide-tabs__tuto__txt {font-size:3.6111vw;}
        .new-set-guide .guide-tabs__tuto.guide-tabs__tuto-pc.-active {display:none;}
        .new-set-guide .guide-tabs__tuto.guide-tabs__tuto-mo.-active {display:block;}
        .new-set-guide .guide-tabs__tuto.guide-tabs__tuto-mo.-active .guide-tabs__tuto-wrap {display:block; margin-top:11.1111vw;}

        /* 라디오 버튼 */
        .new-set-guide .chk-form input[type="radio"] + label {padding-left:7.5vw; padding-right:7.5vw; font-size:3.0vw; line-height:3.5vw;}
        .new-set-guide .chk-form input[type="radio"] + label:after {top:0.5290vw; width:5.0vw; height:5.0vw;}
        .new-set-guide .chk-form input[type="radio"]:checked + label::after {top:0.5290vw; width:5.0vw; height:5.0vw; background-size:2.5vw auto;}
        .new-set-guide .chk-form input[type="radio"]:checked + label:hover::after {background-size:2.5vw auto;}

        /* 냉장고 설치환경 가이드 */
        .new-set-guide .modal-layer.set-base-guide {width:100%;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont {padding:3.125vw; height:100%; background:#fff;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__tit {padding-bottom:0; font-size:6.2500vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__img {height:calc(100% - 19.5312vw); padding-top:4.6875vw;}
        .new-set-guide .modal-layer.set-base-guide .modal-cont__img img {width:100%;}
        /* 닫기버튼 위치 변경 - 250318 */
        .new-set-guide .modal-layer.set-base-guide .btn-modal-close {top:3.2104vw; right:3.2552vw; z-index:101;}

    }

    /* 양문형 냉장고 pc > 좌우 화살표 위치 조정 */
    @media (min-width:801px) {
        .new-set-guide .swiper-basic.type-move-wide-pc .swiper-button-prev.btn-prev1 {margin-left:-9.7222vw;}
        .new-set-guide .swiper-basic.type-move-wide-pc .swiper-button-next.btn-next1 {margin-left:7.6vw;}
    }
    @media (min-width:1440px) {
        .new-set-guide .swiper-basic.type-move-wide-pc .swiper-button-prev.btn-prev1 {margin-left:-140px;}
        .new-set-guide .swiper-basic.type-move-wide-pc .swiper-button-next.btn-next1 {margin-left:70px;}
    }

    /* s:250807 _2대이상 설치> Bespoke > 4+4도어 / 4+4+1 도어 추가 수정*/
    .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :100px}
    .new-set-guide .swiper-basic .swiper-button-next.btn-next--rmf63 {margin-left:290px;}
    .new-set-guide .swiper-basic .swiper-button-prev.btn-prev--rmf63 {margin-left:-290px;}
    .new-set-guide .tit--in-pannel {height:auto; padding-top:43px;}
    .new-set-guide .guide-tabs__panel--has-title .guide-tabs__panel__s-tit{padding-top:10px;}
    /* edge,fireFox 텍스트 간격 틀어짐 수정 */
    .new-set-guide .guide-tabs__list__btn__wrap .label__text {display:inline-flex; justify-content:center;}

    @media (max-width:1440px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :6.94vw}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next--rmf63 {margin-left:23.1389vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev--rmf63 {margin-left:-23.1389vw;}
        .new-set-guide .guide-tabs__panel--has-title .guide-tabs__panel__s-tit{padding-top:0.6944vw;}
    }

    @media (min-width:1250px) and  (max-width:1439px){
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :8.5vw}
    }

    @media (min-width:1001px) and  (max-width:1249px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :8.6888vw}
    }

    @media (max-width:1000px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :9.5vw}
    }
    @media (max-width:999px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63 {top :9vw}
    }

    @media screen and (max-width:900px) and (min-width:801px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,.new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63{top:9.3vw;}
    }

    @media (max-width:768px) {
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-next.btn-next--rmf63,
        .new-set-guide .guide-tabs__panel--has-title .swiper-basic .swiper-button-prev.btn-prev--rmf63,
        .new-set-guide .guide-tabs__panel--has-title .swiper-button-next.btn-next--rmf63, 
        .new-set-guide .guide-tabs__panel--has-title .swiper-button-prev.btn-prev--rmf63 {top:13vw;}
        .new-set-guide .swiper-basic .swiper-button-next.btn-next--rmf63 {margin-left:58vw;}
        .new-set-guide .swiper-basic .swiper-button-prev.btn-prev--rmf63 {margin-left:0.2vw;}
        .new-set-guide .guide-tabs__panel.guide-swiper-plus .guide-tabs__panel__tit.tit--in-pannel {padding-bottom:3.3vw}
        .new-set-guide .guide-tabs__panel__s-tit--long {display:flex ; align-items :center; justify-content:center; min-height:13.33vw}
        /* edge,fireFox 텍스트 간격 틀어짐 수정 */
        .new-set-guide .guide-tabs__list__btn__wrap .label__text {justify-content:flex-start;}
    }

    /* e:250807 _2대이상 설치> Bespoke > 4+4도어 / 4+4+1 도어 추가 수정 */









    /* kitchen-install-popup03, kitchen-install-popup04 */
    
    /* common */
    br.br-pc {display:block;}
    br.br-mo {display:none;}
    .font-sans {font-family:'Samsung Sharp Sans',SamsungOneKorean;}
    .font-sans * {font-family:inherit;}
    .pd-tb-60 {padding:60px 0;}
    .pd-tb-80 {padding:80px 0;}

    /** style **/
    .re-tip {width:1440px; margin:0 auto; padding-top:60px;}
    .re-tip__tit {padding:0 24px; font-size:48px; line-height:1.3; text-align:center;}
    .re-tip__tit span {font-size:inherit; display:block;}
    .re-tip__list {display:flex; margin-top:60px; padding:0 12px; justify-content:center;}
    .re-tip__list li {width:calc(100% / 4); padding:0 12px;}
    .re-tip__list__btn {display:block; position:relative; width:100%; height:390px; background-repeat:no-repeat; background-position:left top; background-size:cover; border-radius:20px; box-shadow:0 0.06em 0.2em 0.06em rgba(0, 0, 0, 0.2);}
    .re-tip__list__btn.pic01 {background-image:url("//images.samsung.com/kdp/static/pcd/electric-range/re/pcd_tip01.jpg");}
    .re-tip__list__btn.pic02 {background-image:url("//images.samsung.com/kdp/static/pcd/electric-range/re/pcd_tip02_v2.jpg");}
    .re-tip__list__btn.pic03 {background-image:url("//images.samsung.com/kdp/static/pcd/electric-range/re/pcd_tip03_v2.jpg");}
    .re-tip__list__btn.pic04 {background-image:url("//images.samsung.com/kdp/static/pcd/electric-range/re/pcd_tip04.jpg");}
    .re-tip__list__btn .txt {display:block; position:absolute; top:312px; left:0; width:100%; color:#555; font-size:22px; font-weight:700; line-height:1.36; text-align:center;}
    .re-tip__list__btn .txt.color_wht {color:#eee;}

    /* modal */
    body.-has-modal {overflow:hidden;}
    .re-tip .modal-dim {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:200; background:rgba(0, 0, 0, 0.8);}
    .re-tip .modal-dim.-search {z-index:300; background:transparent;}
    .re-tip .modal-dim.-active {display:block;}
    .re-tip .modal-layer {display:none; position:fixed; top:50%; left:50%; width:1392px; transform:translate(-50%, -55%); z-index:300;}
    .re-tip .modal-layer.-active {display:block;}
    .re-tip .modal-layer .btn-modal-close {position:absolute; bottom:0; left:50%; width:40px; height:40px; background:#fff url(//images.samsung.com/kdp/static/common/icon-close.svg) no-repeat center / 14px 14px; border-radius:50%; transform:translate(-50%, 150%);}
    /* .re-tip .modal-cont {overflow:hidden; position:relative; width:100%; height:770px; background:#fff;} */
    .re-tip .modal-cont.-mobile {display:none;}
    .re-tip .modal-cont:focus-visible {outline:dashed 2px #2189ff !important; outline-offset:-2px;}
    .re-tip .modal-cont iframe {width:100%; height:100%;}
    .re-tip .modal-cont .video-wrap {width:100%; height:100%;}
    .re-tip .modal-cont .video {width:100%; height:100%;}
    .re-tip .modal-cont .video-js.vjs-quality-menu {width:100%; height:100%;}

    .re-tip .modal-cont .er_installation_table_wrap {width:1160px; margin:0 auto;}
    .re-tip .modal-cont .er_installation_table_wrap .sticky{position:sticky; top:-1px; z-index:100;}
    .re-tip .modal-cont .er_installation_table_wrap p.text_explain {text-align:right; font-size:14px; padding-bottom:30px;}
    .re-tip .modal-cont .er_installation_table_wrap table {width:100%;}
    .re-tip .modal-cont .er_installation_table_wrap table thead th {position:relative; background:#3a3d46; color:#fff; font-size:13px; height:40px; vertical-align:middle;}
    .re-tip .modal-cont .er_installation_table_wrap table thead th::before {content:''; position:absolute; top:50%; left:0; width:1px; height:18px; background:#61646b; margin-top:-9px;}
    .re-tip .modal-cont .er_installation_table_wrap table thead th:first-child::before {display:none;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody th {background:#fff; font-size:14px; line-height:18px; text-align:center; padding:10px 0; border-bottom:1px solid #e5e5e5; border-left:1px solid #e5e5e5; vertical-align:middle;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody th.title_style01 {font-size:20px; line-height:20px; border-left:none;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody th .font_style01 {font-size:14px;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody td.won {background:#f8f8f8; font-size:14px; text-align:center; font-weight:bold; padding:10px 0 10px 0;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody td {background:#fff; font-size:12px; line-height:16px; padding:10px 0 10px 24px; border-bottom:1px solid #e5e5e5; border-left:1px solid #e5e5e5; vertical-align:middle;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody td .font_style02 {font-size:12px;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody th.last_td,
    .re-tip .modal-cont .er_installation_table_wrap table tbody td.last_td {border-bottom:none;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody td .remarks_list li {position:relative; padding-left:10px; font-size:12px; line-height:14px;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody td .remarks_list li + li {margin-top:5px;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody td .remarks_list li.circle::before  {content:''; position:absolute; top:5px; left:0; font-size:5px; width:4px; height:4px; background:#000; border-radius:50%;}
    .re-tip .modal-cont .er_installation_table_wrap table tbody td .remarks_list li.stars::before  {content:'*'; position:absolute; top:2px; left:0;}
    .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap{display:flex; justify-content:space-between; margin-top:24px;}
    .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_title h4{color:#757575; font-size:21px;}
    .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_title p{color:#757575; font-size:62px; font-weight:bold; font-family:'Samsung Sharp Sans',SamsungOneKorean; margin-top:10px;}
    .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list{font-weight:bold;}
    .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list li{position:relative; padding-left:10px; font-size:13px; color:#131313;}
    .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list li + li {margin-top:5px;}
    .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list li::before  {content:'*'; position:absolute; top:2px; left:0;}


    @media (max-width:1440px) {
        .re-tip {width:100%;}
        .re-tip__tit {padding:0 1.6667vw; font-size:3.3333vw;}
        .re-tip__list {margin-top:4.1667vw; padding:0 0.8333vw;}
        .re-tip__list li {padding:0 0.8333vw;}
        .re-tip__list__btn {height:27.0833vw; border-radius:1.3889vw;}
        .re-tip__list__btn .txt {top:21.6667vw; font-size:1.5278vw;}

        .re-tip .modal-cont .er_installation_table_wrap {width:100%;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap{margin-top:2.0vw;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_title h4{font-size:2.2vw;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_title p{font-size:7.2vw; margin-top:0.5vw; margin-right:1.0vw;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list{}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list li{}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list li + li {margin-top:1.0vw;}

        /* modal */
        .re-tip .modal-layer {width:100%;}
        .re-tip .modal-layer .btn-modal-close {width:2.7778vw; height:2.7778vw; background-size:0.9722vw 0.9722vw;}
        .re-tip .modal-cont {height:53.4722vw;}
    }
    
    @media (max-width:768px) {
        br.br-pc {display:none;}
        br.br-mo {display:block;}
        
        .re-tip__tit {padding:0 6.6667vw; font-size:7.7778vw;}
        .re-tip__list {margin-top:3.8889vw; padding:0 4.4444vw; justify-content:flex-start; flex-wrap:wrap;}
        .re-tip__list li {width:calc(100% / 2); padding:4.4444vw 2.2222vw 0;}
        .re-tip__list__btn {height:48.8889vw; border-radius:5.5556vw;}
        .re-tip__list__btn .txt {top:38.0556vw; font-size:3.3333vw;}

        .re-tip .modal-cont .er_installation_table_wrap p.text_explain {font-size:3.0vw; padding-bottom:4.1667vw;}
        .re-tip .modal-cont .er_installation_table_wrap table thead th {font-size:3.0vw;}
        .re-tip .modal-cont .er_installation_table_wrap table tbody th {font-size:3.0vw; line-height:3.5vw; padding:3vw 0;}
        .re-tip .modal-cont .er_installation_table_wrap table tbody th.title_style01 {font-size:4.0vw; line-height:4.5vw;}
        .re-tip .modal-cont .er_installation_table_wrap table tbody th .font_style01 {font-size:3.0vw;}
        .re-tip .modal-cont .er_installation_table_wrap table tbody td.won {font-size:3.0vw; padding:3.0vw 0;}
        .re-tip .modal-cont .er_installation_table_wrap table tbody td {padding:3.0vw 0 3.0vw 3.0vw;}
        .re-tip .modal-cont .er_installation_table_wrap table tbody td .font_style02 {font-size:2.4vw;}
        .re-tip .modal-cont .er_installation_table_wrap table tbody td .remarks_list li {padding-left:2.4vw; font-size:3.0vw; line-height:4.0vw;}
        .re-tip .modal-cont .er_installation_table_wrap table tbody td .remarks_list li + li {margin-top:1.0vw;}
        .re-tip .modal-cont .er_installation_table_wrap table tbody td .remarks_list li.circle::before  {top:1.5vw; width:3px; height:3px;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap{display:inline-block;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_title{display:flex; flex-direction:row-reverse; align-items:center; justify-content:flex-end;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_title h4{font-size:3.0vw;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list{width:100%; margin-top:2.0vw;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list li{padding-left:2.4vw; font-size:3.0vw; line-height:3.5vw;}
        .re-tip .modal-cont .er_installation_table_wrap .dscription_wrap .dscription_list li + li {margin-top:1.0vw;}

        /* modal */
        .re-tip .modal-layer {top:0; left:0; bottom:0; transform:translate(0);}
        .re-tip .modal-layer .btn-modal-close {top:2.7778vw; bottom:auto; left:auto; right:2.7778vw; width:10.0000vw; height:10.0000vw; border-radius:0; transform:translate(0); background-color:transparent; background-image:url("/sec/static/_images/common/icon-close-wht.svg"); background-size:4.4444vw 4.4444vw;}
        .re-tip .modal-cont {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
    }
    
    
    /* scroll */
    .-scroll::-webkit-scrollbar {width:4px; background-color:transparent;}
    .-scroll::-webkit-scrollbar-button {display:none;}
    .-scroll::-webkit-scrollbar-thumb {border-radius:2em; background-color:rgba(0,0,0,0.2);}
    .-scroll:hover::-webkit-scrollbar-thumb,
    .-scroll::-webkit-scrollbar-thumb:hover {background-color:rgba(0,0,0,.5);}
    .-scroll:hover {scrollbar-color:rgba(0,0,0,0.5);}

    /* modal */
    body.-has-modal {overflow:hidden;}
    .re-tip .modal-dim {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:200; background:rgba(0, 0, 0, 0.8);}
    .re-tip .modal-dim.-search {z-index:300; background:transparent;}
    .re-tip .modal-dim.-active {display:block;}
    .re-tip .modal-layer {display:none; position:fixed; top:50%; left:50%; width:1392px; padding:30px; background:#fff; border-radius:20px; transform:translate(-50%, -55%); z-index:300;}
    .re-tip .modal-layer.-active {display:block;}
    .re-tip .modal-layer .btn-modal-close {position:absolute; bottom:0; left:50%; width:40px; height:40px; background:#fff url(//images.samsung.com/kdp/static/common/icon-close.svg) no-repeat center / 14px 14px; border-radius:50%; transform:translate(-50%, 150%);}
    .re-tip .modal-cont {overflow:hidden; position:relative; width:100%; height:calc(100% - 220px); background:#fff; border-radius:20px;}
    .re-tip .modal-cont.-mobile {display:none;}
    .re-tip .modal-cont:focus-visible {outline:dashed 2px #2189ff !important; outline-offset:-2px;}
    .re-tip #installationFee.modal-layer {background:#f1f1f1;}
    .re-tip #installationFee.modal-layer .modal-cont {background:#f1f1f1;}

    /* 2. modal - 원스탑 설치 */
    .re-tip .constant-ev {height:100%; padding:0;}
    .re-tip .constant-ev__tit {display:flex; height:120px; font-size:45px; font-weight:700; line-height:1.25; justify-content:center; align-items:center;}
    .re-tip .constant-ev__tit > span {font-size:inherit; vertical-align:baseline;}
    .re-tip .constant-ev__inner {overflow-x:hidden; overflow-y:auto; position:relative; height:calc(100% - 220px); padding:0 0 50px}
    .re-tip .constant-ev__txt {position:absolute; left:92px; top:63px; font-size:20px; line-height:1.5;}
    .re-tip .constant-ev__banner-tit {position:absolute; left:115px; top:40px; font-size:52px; line-height:1.2;}
    .re-tip .constant-ev__pic {width:100%;}
    .re-tip .constant-ev__pic.pic-pc {display:block;}
    .re-tip .constant-ev__pic.pic-mo {display:none;}
    .re-tip .constant-ev__disc {margin-top:20px; text-align:center; font-size:12px; line-height:1.5;}
    .re-tip .constant-ev__disc li {font-size:inherit;}
    .re-tip #installationFee.modal-layer .constant-ev__inner {padding:0; height:570px; background:#f1f1f1;}

    @media (max-width:1440px) {
        /* scroll */
        .-scroll::-webkit-scrollbar {width:0.2778vw;}

        /* modal */
        .re-tip .modal-layer {width:96.6667vw; padding:2.0833vw; border-radius:1.3889vw;}
        .re-tip .modal-layer .btn-modal-close {width:2.7778vw; height:2.7778vw; background-size:0.9722vw 0.9722vw;}
        .re-tip .modal-cont {height:calc(100% - 15.2778vw); border-radius:1.3889vw;}

        /* 2. modal - 원스탑 설치 */
        .re-tip .constant-ev__tit {height:8.3333vw; font-size:3.1250vw;}
        .re-tip .constant-ev__inner {height:calc(100% - 8.3333vw); padding:0 0 3.4722vw}
        .re-tip .constant-ev__txt {left:6.3889vw; top:4.3750vw; font-size:1.3889vw; line-height:1.5;}
        .re-tip .constant-ev__banner-tit {left:7.9861vw; top:2.7778vw; font-size:3.6111vw; line-height:1.2;}
        .re-tip .constant-ev__disc {margin-top:1.3889vw; font-size:0.8333vw;}
    }

    @media (max-width:768px) {
        /* scroll */
        .-scroll::-webkit-scrollbar {width:0.5208vw;}

        /* modal */
        .re-tip .modal-layer {top:0; bottom:0; left:0; width:100%; padding:0; transform:translate(0);}
        .re-tip .modal-layer.-active {display:block;}
        .re-tip .modal-layer .btn-modal-close {bottom:auto; left:auto; top:6.5104vw; right:3.2552vw; width:5.2083vw; height:5.2083vw; background-color:transparent; background-size:3.1250vw 3.1250vw; border-radius:0; transform:translate(0);}
        .re-tip .modal-cont {width:100%; height:100%; padding-top:6.5104vw; background:#f7f7f7; border-radius:0;}
        .re-tip .modal-cont.-pc {display:none;}
        .re-tip .modal-cont.-mobile {display:block;}
        .re-tip .modal-cont:focus-visible {outline:dashed 0.2604vw #2189ff !important; outline-offset:-0.2604vw;}
        .re-tip .modal-cont__tit {font-size:6.2500vw; text-align:center;}
        
        /* 2. modal - 원스탑 설치 */
        .re-tip .constant-ev__tit {height:20vw; font-size:6.6667vw; flex-direction:column;}
        .re-tip .constant-ev__inner {height:calc(100% - 33.3333vw); padding:0 0 3.4722vw; background:#fff; margin-top:5vw;}
        .re-tip .constant-ev__txt {position:static; width:100%; padding:8.3333vw 0 97.2222vw; background:url("//images.samsung.com/kdp/static/pcd/electric-range/re/bespoke-induction_pcd_fb_m_v2.jpg") no-repeat center bottom / 100% auto; font-size:4.80vw; text-align:center;}
        .re-tip .constant-ev__banner-tit {display:none;}
        .re-tip .constant-ev__pic.pic-pc {display:none;}
        .re-tip .constant-ev__pic.pic-mo {display:block;}
        .re-tip .constant-ev__disc {margin-top:5.5556vw; padding:0 5.2777vw; font-size:4.4444vw; text-align:left;}
        .re-tip .constant-ev__disc > li {padding-left:2.2222vw; text-indent:-2.2222vw; font-size:3.3333vw;}
        .re-tip #installationFee.modal-layer .constant-ev__inner {height:calc(100% - 20vw); padding:0 3.3vw 3.4722vw 3.3vw;}
    }


    .stc1-mo-show {display:none !important;}
    .stc1-pc-show {display:block !important;}
    @media (max-width:768px) {
        .stc1-mo-show {display:block !important;}
        .stc1-pc-show {display:none !important;}
    }
    
    #popupRangeSetting {max-width:980px; padding:20px 40px 40px;}
    #popupRangeSetting #rangeSetQuest0 {display:block;}
    #popupRangeSetting .layer-header {margin-bottom:0; border-bottom-color:transparent;}
    #popupRangeSetting .layer-header h2 {text-align:center; line-height:1.25; font-size:48px;}
    #popupRangeSetting .set-guide-tab {overflow:hidden; padding:20px 0 15px; text-align:center;}
    #popupRangeSetting .set-guide-tab > a {position:relative; display:inline-block; height:34px; line-height:1.5; font-weight:bold; font-size:20px;}
    #popupRangeSetting .set-guide-tab > a:after {content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background-color:transparent; transition:all .3s;}
    #popupRangeSetting .set-guide-tab > a:hover:after,
    #popupRangeSetting .set-guide-tab > a.active:after {background-color:#000;}
    #popupRangeSetting .set-guide-tab > a + a {margin-left:48px;}
    
    #popupRangeSetting .set-guide-contents {display:none; padding:35px 30px; background-color:#F7F7F7; border-radius:20px;}
    #popupRangeSetting .set-guide-contents .subject {display:block; position:relative; padding-left:40px; line-height:1.2; font-size:24px; font-weight:bold;}
    #popupRangeSetting .set-guide-contents .subject:after {content:'Q'; position:absolute; top:-4px; left:0; font-family:'Samsung Sharp Sans', 'SamsungOneKorean'; font-size:32px; font-weight:bold;}
    #popupRangeSetting .set-guide-contents .subject > em {font-size:inherit; color:#3F8DF7;}
    
    #popupRangeSetting .set-guide-contents .quest {text-align:left; opacity:.6;}
    #popupRangeSetting .set-guide-contents .answer {margin-top:19px; text-align:left;}
    #popupRangeSetting .set-guide-contents .answer .subject:after {content:'A';}
    
    #popupRangeSetting .before-after {overflow:hidden; margin:29px 0 0;}
    #popupRangeSetting .before-after > li {float:left; width:calc(50% - 10px); margin-right:10px;}
    #popupRangeSetting .before-after > li + li {margin-right:0; margin-left:10px;}
    #popupRangeSetting .before-after .tit {display:block; padding:9px 0; text-align:center; line-height:1.2; font-size:20px; font-weight:bold;}
    #popupRangeSetting .before-after .txt {display:block; text-align:center; line-height:1.8; font-size:16px;}
    
    #popupRangeSetting .note {margin-top:21px;}
    #popupRangeSetting .note > li {text-align:center; line-height:1.5; font-size:12px;}
    
    @media screen and (max-width:1440px){
        #popupRangeSetting {max-width:68.056vw;padding: 1.389vw 2.778vw 2.778vw;}
        #popupRangeSetting .layer-header h2 {font-size:2.333vw;}
        #popupRangeSetting .set-guide-tab {padding: 1.389vw 0 1.042vw;}
        #popupRangeSetting .set-guide-tab > a {height:2.361vw; font-size:1.289vw;}
        #popupRangeSetting .set-guide-tab > a:after {height:0.139vw;}
        #popupRangeSetting .set-guide-tab > a + a {margin-left:3.333vw;}
        #popupRangeSetting .set-guide-contents {padding:2.431vw 2.083vw; border-radius:1.389vw;}
        #popupRangeSetting .set-guide-contents .subject {padding-left:2.778vw; font-size:1.367vw;}
        #popupRangeSetting .set-guide-contents .subject:after {top:-0.278vw; font-size:1.822vw;}
        #popupRangeSetting .set-guide-contents .answer {margin-top:1.319vw;}
        #popupRangeSetting .before-after {margin-top:2.014vw;}
        #popupRangeSetting .before-after > li {width:calc(50% - 0.694vw); margin-right:0.694vw;}
        #popupRangeSetting .before-after > li + li {margin-right:0; margin-left:0.694vw;}
        #popupRangeSetting .before-after .tit {padding-top:0.625vw; padding-bottom:0.625vw; font-size:1.389vw;}
        #popupRangeSetting .before-after .txt {font-size:1.111vw;}
        #popupRangeSetting .note {margin-top:1.458vw;}
        #popupRangeSetting .note > li {font-size:0.833vw;}
    }
    @media screen and (max-width:768px) {
        #popupRangeSetting {max-width:100%; padding:0; border-radius:0;}
        #popupRangeSetting .layer-header {display:block; margin-top:31px; margin-bottom:15px; border-bottom-color:transparent;}
        #popupRangeSetting .layer-header h2 {padding-left:16px; text-align:center; font-size:6.6667vw;}
        #popupRangeSetting .set-guide-tab {overflow-x:auto; overflow-y:hidden; width:100%; white-space:nowrap; padding-top:13px; padding-bottom:15px; padding-right:16px; padding-left:16px; margin-bottom:10px;}
        #popupRangeSetting .set-guide-tab > a {height:25px; font-size:14px;}
        #popupRangeSetting .set-guide-tab > a:after {height:2px;}
        #popupRangeSetting .set-guide-tab > a + a {margin-left:16px;}
        #popupRangeSetting .set-guide-contents {padding:20px 20px; border-radius:0;}
        #popupRangeSetting .set-guide-contents .subject {padding-left:26px; font-size:16px;}
        #popupRangeSetting .set-guide-contents .subject:after {top:0; font-size:16px;}
        #popupRangeSetting .set-guide-contents .answer {margin-top:8px;}
        #popupRangeSetting .set-guide-contents .subject br,
        #popupRangeSetting .set-guide-contents .answer br {display:none;}
        #popupRangeSetting .before-after {margin-top:20px;}
        #popupRangeSetting .before-after > li {float:none; width:100%; margin-right:0;}
        #popupRangeSetting .before-after > li .img > img {width:100%;}
        #popupRangeSetting .before-after > li + li {margin-left:0; margin-top:20px;}
        #popupRangeSetting .before-after .tit {padding-top:11px; padding-bottom:7px; font-size:16px;}
        #popupRangeSetting .before-after .txt {font-size:14px;}
        #popupRangeSetting .note {margin-top:20px;}
        #popupRangeSetting .note > li {font-size:12px;}
    }
    @media screen and (max-width:767px) {
        #popupRangeSetting {width:100%; padding:0;}
    }
        
    /* 설치 가이드 중앙정렬 */
    .pcd-rangeidc-about #popupRangeSetting .set-guide-tab {text-align:center;}
    
    /* 웹접근성 2205 */
    #mask[data-mask-target="popupRangeSetting"] {display:none !important;}
    
    .-has-modal {overflow:hidden;}
    .modal-dim02 {position:fixed; top:0; right:0; bottom:0; left:0; z-index:200; background:rgba(0, 0, 0, 0.8);}
    .modal-dim02.-hidden {display:none;}
    
    .a11y-guide #popupRangeSetting#popupRangeSetting .set-guide-contents {display:none !important;}
    .a11y-guide #popupRangeSetting#popupRangeSetting .set-guide-contents.on {display:block !important;}
    
    @media screen and (max-width:767px) {
        .a11y-guide .modal-pop-guide .layer-pop-inner {height:100%;}
    }
    
    /* only 인덕션 */
    .re-tip-induction .re-tip__tit span {display:block;}
    /* 삼성 인덕션 추가 설치비 운영 기준 추가 */
    .table02{
        margin-top:80px; 
    }
    @media screen and (max-width:767px) {
        .table02{
            margin-top:10vw; 
        }
    }

    

    







    /* kitchen-install-popup06 */
    

    

    
